body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

body.popup-show::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  background-color: white;
  overflow: hidden;
  width: 100%;
  max-width: 1028px;
  border-radius: 20px;
}
.lock .popup__content {
  visibility: visible;
}

.popup-head {
  color: white;
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  background: #CFAE8A;
}
@media (max-width: 991px) {
  .popup-head {
    padding: 0 20px;
  }
}

.popup__close {
  position: absolute;
  right: 60px;
  top: 13px;
}
@media (max-width: 991px) {
  .popup__close {
    right: 20px;
  }
}

.popup-block {
  position: relative;
  padding: 46px 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .popup-block {
    padding: 20px;
  }
}

.popup-block__content {
  max-width: 501px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .popup-block__content {
    max-width: 100%;
  }
}

.method-communication {
  display: flex;
  align-items: center;
}

.method-communication__items {
  display: flex;
  align-items: center;
  margin-left: 27px;
}

.method-communication__item {
  margin-left: 10px;
  position: relative;
}
.method-communication__item:first-child {
  margin-left: 0;
}
.method-communication__item input {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.method-communication__item input:checked + .method-communication__label {
  border: 1px solid #4CAC70;
}

.method-communication__label {
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  transition: all 0.25s linear;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .method-communication__label {
    width: 25px;
  }
  .method-communication__label img {
    max-width: 100%;
  }
}

.method-input {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.method-input__icon {
  position: absolute;
  left: 20px;
}
@media (max-width: 991px) {
  .method-input__icon {
    width: 16px;
  }
  .method-input__icon img {
    max-width: 100%;
  }
}

.method-input__phone {
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  color: #555555;
  font-family: inherit;
  padding: 0 20px 0 60px;
  font-size: 20px;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 12px;
  outline: none;
  background: #f1efef;
}
.method-input__phone::placeholder {
  color: #555555;
}
@media (max-width: 991px) {
  .method-input__phone {
    height: 50px;
    padding: 0 20px 0 50px;
    font-size: 14px;
  }
}

.button-submit {
  width: 100%;
  height: 104px;
}
@media (max-width: 991px) {
  .button-submit {
    height: 50px;
  }
}

.agreed {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .agreed {
    margin-top: 15px;
  }
}

.agreed-icon {
  position: relative;
  margin-right: 13px;
  flex-shrink: 0;
}
.agreed-icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.agreed-icon input:checked + span img {
  opacity: 1;
}
.agreed-icon span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #60B581;
}
.agreed-icon img {
  opacity: 0;
  transition: all 0.25s linear;
}

.popup-block__pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .popup-block__pic {
    display: none;
  }
}

.order {
  height: 1033px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 991px) {
  .order {
    height: auto;
    background-image: none !important;
  }
  .order .container {
    position: relative;
    z-index: 1;
  }
  .order:before {
    content: "";
    background-image: url("../img/bg-mobile.png") !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 730px;
    background-size: cover;
    background-position: center;
  }
  .order:after {
    content: "";
    background-image: url("../img/frame.svg") !important;
    position: absolute;
    bottom: 178px;
    left: 0;
    width: 100%;
    height: 67px;
    background-size: cover;
    background-position: top;
  }
}

.pt-0 {
  padding-top: 0;
}

.order-container {
  color: white;
  /* padding-top: 100px; */
  padding-top: 180px;
  position: relative;
}
@media (max-width: 991px) {
  .order-container {
    text-align: center;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .order-1 {
    order: 1;
  }
}

@media (max-width: 991px) {
  .order-2 {
    order: 2;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .order-3 {
    order: 3;
  }
}

.order-rating {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 327px;
}
.order-rating img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .order-rating {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .order-rating {
    display: none;
  }
}

.order-rating__mobile {
  display: none;
}
@media (max-width: 991px) {
  .order-rating__mobile {
    position: relative;
    width: 223px;
    margin-left: auto;
    display: flex;
    margin-right: auto;
    order: 2;
  }
}

.size-60 {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 991px) {
  .size-60 {
    font-size: 27px;
    line-height: 1.2;
  }
}

.size-40 {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 991px) {
  .size-40 {
    font-size: 20px;
  }
}

.size-27 {
  font-size: 27px;
}
@media (max-width: 991px) {
  .size-27 {
    font-size: 18px;
  }
}

.size-26 {
  font-size: 26px;
}
@media (max-width: 991px) {
  .size-26 {
    font-size: 17px;
  }
}

.size-22 {
  font-size: 22px;
}
@media (max-width: 991px) {
  .size-22 {
    font-size: 16px;
  }
}

.size-21 {
  font-size: 21px;
}
@media (max-width: 991px) {
  .size-21 {
    font-size: 15px;
  }
}

.size-20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .size-20 {
    font-size: 14px;
  }
}

.size-18 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .size-18 {
    font-size: 13px;
  }
}

.size-16 {
  font-size: 16px;
}
@media (max-width: 991px) {
  .size-16 {
    font-size: 14px;
  }
}

.size-14 {
  font-size: 14px;
}
@media (max-width: 991px) {
  .size-14 {
    font-size: 13px;
  }
}

.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-300 {
  font-weight: 300;
}

.text-uppercase {
  text-transform: uppercase;
}

.mb-45 {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .mb-45 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.color-green {
  color: #4CAC70;
}

.button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.button span {
  position: relative;
  z-index: 1;
}

.button_green {
  background: #4CAC70;
  border: 2px solid transparent;
  color: white;
  transition: all 0.25s linear;
}
.button_green:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.button_green:hover {
  color: #4CAC70;
  border: 2px solid #4CAC70;
  background: transparent;
}

.psevdo-link:hover {
  color: #fff;
  border: 2px solid  transparent;
  background: #4CAC70;
}

.button-calc {
  width: 406px;
  height: 104px;
}
@media (max-width: 991px) {
  .button-calc {
    width: 286px;
    height: 70px;
  }
}

.order-advantages {
  display: flex;
}
@media (max-width: 991px) {
  .order-advantages {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}

.order-advantages__item {
  width: 242px;
  height: 95px;
  border-radius: 9px;
  padding: 18px 20px 18px 70px;
  background: white;
  margin-right: 10px;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
}
.order-advantages__item .size-16 {
  color: #111111;
}
.order-advantages__item .size-14 {
  color: #303030;
}
.order-advantages__item:nth-child(2) {
  width: 261px;
}
.order-advantages__item:nth-child(2) .order-advantages__pic {
  top: -40px;
  right: calc(100% - 85px);
}
@media (max-width: 991px) {
  .order-advantages__item:nth-child(2) .order-advantages__pic {
    top: -31px;
    right: calc(100% - 67px);
  }
}
.order-advantages__item:nth-child(3) {
  width: 250px;
}
.order-advantages__item:nth-child(3) .order-advantages__pic {
  top: 0px;
  right: calc(100% - 85px);
}
@media (max-width: 991px) {
  .order-advantages__item:nth-child(3) .order-advantages__pic {
    right: calc(100% - 80px);
  }
}
@media (max-width: 991px) {
  .order-advantages__item {
    width: 246px !important;
    text-align: left;
    margin-right: 0;
    height: 78px;
    margin-bottom: 10px;
    padding: 12px 10px 12px 66px;
    box-shadow: 0 9px 31px rgba(0, 0, 0, 0.06);
  }
  .order-advantages__item:last-child {
    margin-bottom: 0;
  }
}

.order-advantages__pic {
  position: absolute;
  width: 124px;
  top: -12px;
  right: calc(100% - 99px);
}
.order-advantages__pic img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .order-advantages__pic {
    width: 80px;
    right: calc(100% - 80px);
  }
}

.order-advantages__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.order-calculation {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .order-calculation {
    flex-direction: column;
    margin-top: 66px;
    max-width: 266px;
    margin-left: auto;
    margin-right: auto;
  }
}

.order-calculation__message {
  margin-left: 52px;
}
@media (max-width: 991px) {
  .order-calculation__message {
    margin-left: 0;
    margin-top: 12px;
  }
}

.order-calculation-arrow {
  position: absolute;
  top: -79px;
  z-index: 1;
  pointer-events: none;
  left: -19px;
}
@media (max-width: 991px) {
  .order-calculation-arrow {
    width: 28px;
    transform: rotate(-6deg);
    top: -74px;
    left: -27px;
  }
  .order-calculation-arrow img {
    max-width: 100%;
  }
}

.order-answer {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .order-answer {
    padding-left: 0;
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
  }
  .order-answer br {
    display: none;
  }
}

.button-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button-flex .button {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .button-flex .button {
    width: 100%;
  }
  .button-flex .button:nth-child(2) {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .button-flex {
    flex-direction: column;
  }
}

.about-information {
  border-radius: 19px;
  background: white;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  width: 100%;
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.07);
  padding: 50px 250px 50px 70px;
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  margin-top: -60px;
}
.about-information img {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .about-information img {
    width: 14px;
    margin-right: 7px;
  }
}
@media (max-width: 1200px) {
  .about-information {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .about-information {
    max-width: 246px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 8px;
  }
}

.about-information__head {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .about-information__item {
    margin-bottom: 15px;
  }
  .about-information__item:last-child {
    margin-bottom: 0;
  }
  .about-information__item .size-21 {
    margin-left: 24px;
  }
}

.button-mobile {
  display: none;
  box-shadow: 0 -7px 30px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991px) {
  .button-mobile {
    position: fixed;
    display: flex;
    left: 0;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 4;
  }
}
.button-mobile .button {
  width: 50%;
  height: 50px;
  font-size: 11px;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: 600;
  position: relative;

  a.roistat_phone {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    font-size: 0;
    z-index: 3;
  }
}
.button-mobile .button-whatsapp {
  color: black;
}
.button-mobile .button-call {
  border-radius: 12px 0 0 12px;
}
.button-mobile img {
  margin-right: 10px;
}
.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}
