

.headline {
  font-weight: 700;
  line-height: 48px;
  margin: 20px 0;
}

input {
  font-size: 14px;
}

@media (max-width: 1019px) {
  .base {
    padding-top: 0 !important;
  }

  .base h1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .headline {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 320px) {
  p {
    font-size: 16px;
  }
}

.comment-write,
.comments__kma>div {
  transition: 0.3s;
}

@media screen and (max-width: 350px) {
  .pop-up-window {
    max-width: 280px;
  }
}

.table-perc,
.table-row {
  border-right: 1px solid #000;
}

.loading {
  align-items: center;
}

.loading img {
  display: inline;
  width: 60px !important;
  margin: 0 16px 0 0;
}

.comment-hide {
  transform: translateX(calc(-100% - 100px));
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
}

/* .door {
  padding: 0 !important;
} */
.comment-write {
  max-height: 100px;
  display: flex;
  align-items: center;
}

/* .door,
.door__container {
  display: flex !important;
  position: relative !important;
} */
.loading:after {
  content: '.';
  animation: 1s infinite alternate loading;
}

@keyframes loading {
  60% {
    text-shadow: 0.35em 0 0 currentColor;
  }
}

.table-row {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.table-row p {
  padding-left: 8px;
}

.table-perc {
  flex: 0 0 70px;
}

.order__input {
  position: relative !important;
}

.order__header,
.order__text {
  font-size: 18px !important;
  text-align: center !important;
  font-weight: 700 !important;
}

.order__body,
.order__header,
.order__price {
  display: flex !important;
}

.order__header {
  flex-flow: column !important;
  gap: 20px !important;
  margin-bottom: 30px !important;
}

.order__img {
  width: 100% !important;
  height: auto !important;
  max-width: 220px !important;
  margin: 0 auto !important;
}

.order__body,
.order__text {
  margin-bottom: 15px !important;
}

.order__text {
  line-height: 1.3 !important;
}

.order__price-new>.order__price-curr,
.order__time {
  font-size: 24px !important;
}

.order__text:nth-child(2) {
  margin-bottom: 5px !important;
}

.order__time {
  font-weight: 700 !important;
  text-align: center !important;
  color: red !important;
}

.order__price {
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 20px !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.order__price-old {
  font-weight: 700 !important;
  text-decoration: line-through !important;
}

.order__price-new {
  font-weight: 700 !important;
  color: red !important;
}

.order__btn,
.order__input {
  font-size: 16px !important;
  width: 100% !important;
}

@media screen and (max-width:414px) {
  .order__input {
    font-size: 13px !important;
  }
}

.order__body {
  flex-flow: column !important;
  gap: 15px !important;
  width: 100% !important;
  border: none !important;
  text-align: center !important;
}

.order__btn {
  cursor: pointer !important;
  gap: 5px !important;
  transition: background-color 0.2s linear !important;
  box-shadow: none !important;
  border: 0;
}

.order__input {
  display: block !important;
  height: 55px !important;
  border: 0 transparent !important;
  border-radius: 35px !important;
  outline: 0 !important;
  background-color: #f2f2f2 !important;
}

a:active,
a:hover {
  outline: 0;
}

.order__input:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.order__btn {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 55px !important;
  padding: 20px !important;
  border-radius: 35px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  color: #fff !important;
  background-color: #388e3c !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.order__footer {
  font-size: 14px !important;
}

a {
  text-decoration: none;
}

.order__btn:hover {
  background-color: #2bac31 !important;
}

.order__footer {
  text-align: center !important;
  color: #888 !important;
}

@media all and (min-width: 576px) {
  .order__footer {
    font-size: 16px !important;
  }
}

.container {
  position: relative;
}

@media all and (min-width: 475px) {

  .order__price,
  .order__time {
    font-size: 24px !important;
  }

  .order__btn {
    font-size: 18px !important;
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

img {
  border: 0;
}

*,
::after,
::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
  font: 16px/1.25 sans-serif;
}

h1,
h2,
h3 {
  display: block;
  margin: 0.5em 0;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.125rem;
}

a {
  color: #007db6;
  cursor: pointer;
  transition: 0.25s;
}

a:hover {
  border-bottom-color: transparent;
}

img {
  border: none;
}



::-moz-selection {
  background: rgba(229, 90, 41, 0.75);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

::-moz-placeholder {
  color: #8c8c8c;
  font-size: 12px;
  text-transform: uppercase;
}

.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 2.5%;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }

  h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 640px) {

  h3,
  html {
    font-size: 15px;
  }

  h1 {
    font-size: 16px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.vk-comment-text {
  /* margin-left: 60px; */
}

.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
}

.vk-comment-text p {
  margin: 0;
  padding: 0;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

@media all and (max-width: 520px) {
  .close-popup {
    right: -1px;
  }
}

@media all and (max-width: 750px) {
  .close-popup {
    right: -1px;
  }
}

@media (max-width: 1024px) {
  .close-popup {
    right: 0 !important;
  }
}

.order {
  display: none;
  max-width: 450px !important;
  border: 2.5px dashed #ddd !important;
  border-radius: 2.5px !important;
  min-width: 270px !important;
}

.order.active {
  display: block;
  margin: 0 auto;
  padding: 15px !important;
}

.door__title,
.order,
.order__input {
  padding: 15px !important;
}

[scroll="goScrollToForm"] {
  cursor: pointer;
}

.pt-200 {
  padding-top: 20px;
}