 
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes blickAnimation {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes blickAnimation {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fancybox__content > .carousel__button.is-close {
  top: -20px;
  width: 40px;
  height: 40px;
  background-color: #69cdc0;
}

.modal.fancybox__content {
  border: 3px solid #69cdc0;
  border-radius: 10px;
}

.cost-modal {
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 350px;
  padding-top: 20px;
  background-image: url("../img/bg-cost-modal.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .cost-modal {
    height: 265px;
  }
}
@media (max-width: 360px) {
  .cost-modal {
    height: 240px;
  }
}

.cost-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cost-modal__img {
  width: 290px;
    height: 360px;
    margin-left: -230px;
    margin-top: -50px;
    position: fixed;
}
@media (max-width: 480px) {
  .cost-modal__img {
    display: none;
    height: 250px;
  }
}

.cost-modal__text {
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .cost-modal__text {
    padding-bottom: 0;
  }
}

.cost-modal__title {
  
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .cost-modal__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 960px) {
  .cost-modal__title {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 760px) {
  .cost-modal__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 560px) {
  .cost-modal__title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .cost-modal__title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 380px) {
  .cost-modal__title {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 340px) {
  .cost-modal__title {
    font-size: 12px;
    line-height: 16px;
  }
}

.cost-modal__subtitle {
  text-align: center;
  margin-bottom: 10px;
}

 
 
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}



.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
 

.title-main {
  
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 1080px) {
  .title-main {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 960px) {
  .title-main {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 840px) {
  .title-main {
    font-size: 35px;
    line-height: 41px;
  }
}
@media (max-width: 760px) {
  .title-main {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 640px) {
  .title-main {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 560px) {
  .title-main {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .title-main {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 360px) {
  .title-main {
    font-size: 20px;
    line-height: 24px;
  }
}

.title {
  
  font-weight: 700;
  font-size: 34px;
  line-height: 53px;
  text-align: center;
}
@media (max-width: 960px) {
  .title {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 840px) {
  .title {
    font-size: 33px;
    line-height: 39px;
  }
}
@media (max-width: 760px) {
  .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 560px) {
  .title {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 360px) {
  .title {
    font-size: 18px;
    line-height: 24px;
  }
}

.btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#A8003C), color-stop(63.54%, #A7003D), to(#80002E));
  background: linear-gradient(180deg, #A8003C 0%, #A7003D 63.54%, #80002E 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 2px solid #FF649B;
  border-radius: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  cursor: pointer;
}
.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d1044c), color-stop(63.54%, #df0454), to(#f0065c));
  background: linear-gradient(180deg, #d1044c 0%, #df0454 63.54%, #f0065c 100%);
}
.btn:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media (max-width: 640px) {
  .btn {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .btn {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  .btn {
    font-size: 14px;
    line-height: 18px;
  }
}

.btn:not(:disabled) {
  overflow: hidden;
}

.btn:not(:disabled) .blick {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2vw;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: blickAnimation;
  animation: blickAnimation;
  left: -150%;
  background-color: #ffffff;
  -webkit-animation: blickAnimation 3.5s infinite ease-in 1s;
  animation: blickAnimation 3.5s infinite ease-in 1s;
}

.btn-rel {
  position: relative;
}

.btn-gold {
  
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FDFDFD;
  background: #69cdc0;
  border: none;
  padding: 10px 10px 10px 10px;
  border: 0.738754px solid #69cdc0;
  -webkit-box-shadow: 0px 2.95502px 2.95502px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2.95502px 2.95502px rgba(0, 0, 0, 0.05);
  border-radius: 73.8754px;
}
@media (max-width: 560px) {
  .btn-gold {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .btn-gold {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .btn-gold {
    font-size: 12px;
    line-height: 16px;
  }
}
.btn-gold:hover {
  background: #fa4065;
}
.btn-gold:active {
  background: #fa4065;
}

.btn-gold:not(:disabled) {
  overflow: hidden;
}

.btn-gold:not(:disabled) .blick {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2vw;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: blickAnimation;
  animation: blickAnimation;
  left: -150%;
  background-color: #ffffff;
  -webkit-animation: blickAnimation 3.5s infinite ease-in 1s;
  animation: blickAnimation 3.5s infinite ease-in 1s;
}

.header-container {
  position: relative;
  background-image: url("../img/bg-header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-container::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 194px;
  background-image: url("../img/header-top-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-container::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 320px;
  background-image: url("../img/header-bottom-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1180px) {
  .header-container {
    background-position: left top;
  }
}
@media (max-width: 960px) {
  .header-container {
    z-index: 55;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
@media (max-width: 1180px) {
  .header-top {
    padding-bottom: 8px;
  }
}
@media (max-width: 960px) {
  .header-top {
    padding-top: 8px;
  }
}

.header-top__inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  margin-right: 26px;
}
@media (max-width: 960px) {
  .logo {
    margin-right: 8px;
  }
}

.logo__img {
  width: 175px; 
}
@media (max-width: 1180px) {
  .logo__img {
    width: 200px; 
  }
}
@media (max-width: 960px) {
  .logo__img {
    width: 180px; 
  }
}
@media (max-width: 480px) {
  .logo__img {
    width: 150px; 
  }
}

.logo__text {
  max-width: 223px;
  width: 100%;
  
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 1180px) {
  .logo__text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 960px) {
  .logo__text {
    max-width: 200px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 480px) {
  .logo__text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 400px) {
  .logo__text {
    max-width: 160px;
  }
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .rating {
    display: none;
  }
}

.pennant {
  width: 85px;
  height: 111px;
  padding-top: 21px;
  margin-right: 10px;
  
  font-weight: 700;
  font-size: 31px;
  line-height: 37px;
  text-align: center;
  color: #FFFFFF;
  background-image: url("../img/el-pennant.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1180px) {
  .pennant {
    display: none;
  }
}

.stars-box {
  padding-top: 15px;
}

.stars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stars-text {
  max-width: 140px;
  width: 100%;
  
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 1080px) {
  .stars-text {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 540px) {
  .header-top__inner2 {
    display: none;
  }
}

.header__catalog {
  position: relative;
  padding-left: 95px;
  
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1080px) {
  .header__catalog {
    padding-left: 45px;
  }
}
@media (max-width: 960px) {
  .header__catalog {
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 760px) {
  .header__catalog {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 560px) {
  .header__catalog {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .header__catalog {
    font-size: 12px;
    line-height: 16px;
  }
}
.header__catalog:hover {
  text-decoration: none;
}
.header__catalog::after {
  position: absolute;
  content: "";
  top: -180%;
  left: 0;
  width: 95px;
  height: 95px;
  background-image: url("../img/journal.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1080px) {
  .header__catalog::after {
    top: -30%;
    left: 0;
    width: 40px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .header__catalog::after {
    display: none;
  }
}

.header-top__inner3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__social {
  margin-right: 20px;
}
@media (max-width: 960px) {
  .header__social {
    display: none;
  }
}

.header__social-text {
  position: relative;
  width: 105px;
  padding-left: 14px;
  margin: 0 auto 5px;
  
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.header__social-text::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1AFF6F;
  -webkit-animation: fadeIn 1.5s infinite alternate;
          animation: fadeIn 1.5s infinite alternate;
}

.header__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__social-link--viber,
.header__social-link--telegram,
.header__social-link--whatsapp {
  display: block;
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1080px) {
  .header__social-link--viber,
.header__social-link--telegram,
.header__social-link--whatsapp {
    width: 35px;
    height: 35px;
  }
}

.header__social-link--viber {
  background-image: url("../img/ico-viber.svg");
}

.header__social-link--telegram {
  background-image: url("../img/ico-telegram.svg");
}

.header__social-link--whatsapp {
  background-image: url("../img/ico-whatsapp.svg");
}

.header__contacts {
  text-align: center;
}

.header__timework {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 480px) {
  .header__timework {
    font-size: 12px;
    line-height: 16px;
  }
}

.header__tel {
  position: relative;
  display: block;
  padding-left: 25px;
  
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 1080px) {
  .header__tel {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 960px) {
  .header__tel {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 760px) {
  .header__tel {
    font-size: 17px;
    line-height: 19px;
  }
}
@media (max-width: 560px) {
  .header__tel {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .header__tel {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 380px) {
  .header__tel {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 360px) {
  .header__tel {
    padding-left: 0;
  }
}
@media (max-width: 340px) {
  .header__tel {
    font-size: 12px;
    line-height: 14px;
  }
}

.header__tel::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 360px) {
  .header__tel::after {
    display: none;
  }
}

.header__tel--a1::after {
  background-image: url("../img/ico-a1.svg");
}

.header__tel--mts::after {
  background-image: url("../img/ico-mts.svg");
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .menu__list {
    font-size: 12px;
    line-height: 14px;
  }
}

.menu__item {
  padding-left: 7px;
  padding-right: 7px;
}
.menu__item:hover .menu__link {
  text-decoration: underline;
}

.menu__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu__social-list {
  display: none;
}

.menu__social-link--viber,
.menu__social-link--telegram,
.menu__social-link--whatsapp {
  display: block;
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1080px) {
  .menu__social-link--viber,
.menu__social-link--telegram,
.menu__social-link--whatsapp {
    width: 35px;
    height: 35px;
  }
}

.menu__social-link--viber {
  background-image: url("../img/ico-viber.svg");
}

.menu__social-link--telegram {
  background-image: url("../img/ico-telegram.svg");
}

.menu__social-link--whatsapp {
  background-image: url("../img/ico-whatsapp.svg");
}

.menu__btn {
  display: none;
  position: relative;
  width: 40px;
  height: 55px;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu__btn span:first-child,
.menu__btn span:nth-child(2),
.menu__btn span:nth-child(3),
.menu__btn span:last-child {
  right: 0;
  width: 40px;
  height: 4px;
  background-color: #69cdc0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-menu__container .menu__btn span:first-child,
.nav-menu__container .menu__btn span:nth-child(2),
.nav-menu__container .menu__btn span:nth-child(3),
.nav-menu__container .menu__btn span:last-child {
  background-color: #000000;
}

.menu__btn span:first-child {
  position: absolute;
  top: 10px;
}

.menu__btn span:nth-child(2) {
  position: absolute;
  top: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu__btn span:nth-child(3) {
  position: absolute;
  top: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu__btn span:last-child {
  position: absolute;
  bottom: 11px;
}

.menu__btn.active span:first-child {
  top: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu__btn.active span:nth-child(2) {
  display: none;
}

.menu__btn.active span:nth-child(3) {
  display: none;
}

.menu__btn.active span:last-child {
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 960px) {
  .header-menu {
    position: absolute;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    background-color: #000000;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .header-menu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .nav-menu {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    background-color: #69cdc0;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .header-menu.active {
    padding-top: 150px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .nav-menu.active {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .menu__link {
    color: #FFFFFF;
  }

  .menu__item {
    width: 100%;
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .menu__link {
    font-size: 30px;
    line-height: 54px;
  }

  .menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
  }

  .menu.active .menu__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 640px) {
  .menu__link {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .menu__link {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 360px) {
  .menu__link {
    font-size: 18px;
    line-height: 26px;
  }
}
.nav-menu__container {
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: -100px;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #69cdc0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 960px) {
  .nav-menu__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.nav-menu__container.active {
  opacity: 1;
  top: 0;
}

.header-bottom {
  padding-top: 85px;
}
@media (max-width: 640px) {
  .header-bottom {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .header-bottom {
    padding-top: 40px;
  }
}
@media (max-width: 360px) {
  .header-bottom {
    padding-top: 20px;
  }
}

.title-main {
  max-width: 890px;
  width: 100%;
  margin-bottom: 13px;
}
.title-main span {
  
  font-weight: 400;
}

.subtitle-main {
  position: relative;
  padding-left: 65px;
  margin-bottom: 40px;
  
  font-weight: 400;
  font-size: 27px;
  line-height: 42px;
}
@media (max-width: 1080px) {
  .subtitle-main {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 960px) {
  .subtitle-main {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 840px) {
  .subtitle-main {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 760px) {
  .subtitle-main {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .subtitle-main {
    padding-left: 40px;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .subtitle-main {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .subtitle-main {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .subtitle-main {
    font-size: 16px;
    line-height: 22px;
  }
}
.subtitle-main::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 59px;
  height: 4px;
  background-color: #000000;
}
@media (max-width: 640px) {
  .subtitle-main::after {
    width: 30px;
  }
}

.header__list {
  max-width: 654px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 53px;
}
@media (max-width: 480px) {
  .header__list {
    margin-bottom: 20px;
  }
}

.header__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  padding-left: 40px;
  margin-bottom: 28px;
}
.header__item h4 {
  
  font-weight: 400;
}
@media (max-width: 480px) {
  .header__item {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.header__item span {
  font-weight: 600;
}
.header__item::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 0;
  width: 27px;
  height: 25px;
  background-image: url("../img/ico-checked-gold.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .header__item::after {
    width: 15px;
    height: 15px;
  }
}

.header__btn {
  position: relative;
  display: inline-block;
  max-width: 415px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 29px;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 960px) {
  .header__btn {
    margin-bottom: 70px;
  }
}
@media (max-width: 640px) {
  .header__btn {
    padding-top: 18px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .header__btn {
    padding-top: 13px;
    padding-bottom: 15px;
    display: block;
    margin: 0 auto 40px;
    max-width: 280px;
  }
}
@media (max-width: 360px) {
  .header__btn {
    padding-top: 10px;
    padding-bottom: 12px;
    max-width: 260px;
    margin-bottom: 30px;
  }
}

.header__pattern-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__pattern-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
  height: 144px;
  padding-right: 15px;
  margin-right: 10px;
  margin-bottom: 20px; 
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: url("../img/bg-pattern-item.png") #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.header__pattern-item:last-child {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .header__pattern-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
@media (max-width: 640px) {
  .header__pattern-item {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 560px) {
  .header__pattern-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 120px;
  }
}
.header__pattern-item .header__pattern-text p:nth-child(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__pattern-item .header__pattern-text p:nth-child(2) img {
  padding-left: 3px;
  padding-right: 3px;
}

.header__pattern-number {
  position: absolute;
  
  font-weight: 700;
  color: #69cdc0;
  text-shadow: 0px 2.84743px 2.84743px rgba(0, 0, 0, 0.1);
}

.header__pattern-item--1 .header__pattern-number,
.header__pattern-item--2 .header__pattern-number {
  left: -13px;
  bottom: -30px;
  font-size: 150px;
  line-height: 150px;
}
@media (max-width: 960px) {
  .header__pattern-item--1 .header__pattern-number,
.header__pattern-item--2 .header__pattern-number {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 640px) {
  .header__pattern-item--1 .header__pattern-number,
.header__pattern-item--2 .header__pattern-number {
    font-size: 100px;
    line-height: 100px;
  }
}

.header__pattern-item--1 .header__pattern-text {
  padding-top: 17px;
  padding-left: 74px;
}
@media (max-width: 640px) {
  .header__pattern-item--1 .header__pattern-text {
    padding-left: 50px;
  }
}
@media (max-width: 560px) {
  .header__pattern-item--1 .header__pattern-text {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .header__pattern-item--1 .header__pattern-text {
    padding-top: 5px;
  }
}
.header__pattern-item--1 .header__pattern-text p {
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .header__pattern-item--1 .header__pattern-text p {
    margin-bottom: 5px;
  }
}

.header__pattern-item--2 .header__pattern-number {
  letter-spacing: -0.1em;
}

.header__pattern-item--2 .header__pattern-text {
  padding-top: 17px;
  padding-left: 143px;
}
@media (max-width: 640px) {
  .header__pattern-item--2 .header__pattern-text {
    padding-left: 80px;
  }
}
@media (max-width: 560px) {
  .header__pattern-item--2 .header__pattern-text {
    text-align: center;
  }
}

.header__pattern-item--3 .header__pattern-number {
  left: -13px;
  bottom: -30px;
  font-size: 150px;
  line-height: 150px;
}
@media (max-width: 960px) {
  .header__pattern-item--3 .header__pattern-number {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 640px) {
  .header__pattern-item--3 .header__pattern-number {
    font-size: 100px;
    line-height: 100px;
  }
}
.header__pattern-item--3 .header__pattern-number p:first-child {
  padding-left: 55px;
  padding-top: 10px;
  font-size: 48px;
  line-height: 20px;
  letter-spacing: -0.1em;
}
@media (max-width: 560px) {
  .header__pattern-item--3 .header__pattern-number p:first-child {
    padding-left: 40px;
    line-height: 50px;
  }
}
.header__pattern-item--3 .header__pattern-number p span {
  font-family: "Averta Demo PE", sans-serif;
  font-weight: 800;
  font-size: 94px;
  line-height: 110px;
  letter-spacing: -0.1em;
}
@media (max-width: 640px) {
  .header__pattern-item--3 .header__pattern-number p span {
    font-size: 70px;
    line-height: 80px;
  }
}

.header__pattern-item--3 .header__pattern-text {
  padding-top: 17px;
  padding-left: 160px;
}
@media (max-width: 640px) {
  .header__pattern-item--3 .header__pattern-text {
    padding-left: 54px;
  }
}
@media (max-width: 560px) {
  .header__pattern-item--3 .header__pattern-text {
    padding-left: 130px;
    text-align: center;
  }
}

.header__pattern-item--4 .header__pattern-number {
  left: -13px;
  bottom: -30px;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -0.1em;
}
@media (max-width: 640px) {
  .header__pattern-item--4 .header__pattern-number {
    font-size: 100px;
    line-height: 100px;
  }
}
.header__pattern-item--4 .header__pattern-number p:first-child {
  padding-left: 35px;
  font-size: 100px;
  line-height: 45px;
  letter-spacing: -0.1em;
}

.header__pattern-item--4 .header__pattern-text {
  padding-top: 17px;
  padding-left: 110px;
}
@media (max-width: 560px) {
  .header__pattern-item--4 .header__pattern-text {
    text-align: center;
  }
}

.calculator {
  padding-top: 50px;
  padding-bottom: 20px;
}

.calculator__title {
  max-width: 969px;
  width: 100%;
  margin: 0 auto 20px;
}

.calculator__title span {
  
  font-weight: 400;
}

.calculator__offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calculator__offer-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 390px;
          flex: 0 1 390px;
  
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 960px) {
  .calculator__offer-item {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 760px) {
  .calculator__offer-item {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .calculator__offer-item {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .calculator__offer-item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 380px) {
  .calculator__offer-item {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 340px) {
  .calculator__offer-item {
    font-size: 12px;
    line-height: 16px;
  }
}

.calculator__offer-item:first-child {
  margin-right: 90px;
}
@media (max-width: 760px) {
  .calculator__offer-item:first-child {
    margin-right: 30px;
  }
}

.calculator__offer-item img {
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
@media (max-width: 960px) {
  .calculator__offer-item img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .calculator__offer-item img {
    width: 40px;
    height: 40px;
  }
}

.level {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1170px;
  width: 100%;
  min-height: 700px;
  background: #FFFFFF;
  border: 3px solid #D4D4DE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .level {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 760px) {
  .level {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.level.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 813px;
          flex: 0 1 813px;
}
@media (max-width: 760px) {
  .level-left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.status {
  max-width: 780px;
  width: 100%;
  height: 65px;
  padding-top: 32px;
  padding-left: 80px;
  padding-right: 69px;
  margin: 0 auto 23px;
}
@media (max-width: 560px) {
  .status {
    padding-top: 20px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .status {
    height: 40px;
  }
}

.status__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.status__line {
  width: 100%;
  height: 100%;
}

.status__line-text {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .status__line-text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 560px) {
  .status__line-text {
    font-size: 12px;
    line-height: 14px;
  }
}

.level__title {
  
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .level__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 960px) {
  .level__title {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 760px) {
  .level__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 560px) {
  .level__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .level__title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 380px) {
  .level__title {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 340px) {
  .level__title {
    font-size: 12px;
    line-height: 16px;
  }
}

.level__title-finish {
  
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 1080px) {
  .level__title-finish {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 960px) {
  .level__title-finish {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 760px) {
  .level__title-finish {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 560px) {
  .level__title-finish {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .level__title-finish {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 380px) {
  .level__title-finish {
    font-size: 16px;
    line-height: 20px;
  }
}

.level__text {
  max-width: 665px;
  width: 100%;
  
  font-weight: 600;
  text-align: center;
  color: #5C5C5C;
  font-size: 22px;
  line-height: 28px;
  margin: 0 auto 20px;
}
@media (max-width: 1080px) {
  .level__text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 960px) {
  .level__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 760px) {
  .level__text {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 560px) {
  .level__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .level__text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .level__text {
    font-size: 13px;
    line-height: 17px;
  }
}

.level__text--2 {
  color: #000000;
}

.level__title-img {
  display: block;
  max-width: 403px;
  width: 100%;
  height: 176px;
  margin: 0 auto 40px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .level__title-img {
    height: 140px;
    margin-bottom: 20px;
  }
}

.level__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.level__item {
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .level__item {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .level__item {
    margin-bottom: 7px;
  }
}

.input__proportions {
  display: block;
  max-width: 268px;
  width: 100%;
  height: 49px;
  background: #FFFFFF;
  border: 1px solid #7A7A7A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 20px;
}
@media (max-width: 560px) {
  .input__proportions {
    height: 35px;
    margin-bottom: 10px;
  }
}
.input__proportions::-webkit-input-placeholder {
  text-align: center;
}
.input__proportions::-moz-placeholder {
  text-align: center;
}
.input__proportions:-ms-input-placeholder {
  text-align: center;
}
.input__proportions::-ms-input-placeholder {
  text-align: center;
}
.input__proportions::placeholder {
  text-align: center;
}

.level__item--place,
.level__item--param {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}

.level__item--window {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}

.level__item--proportions {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.calculator-form label {
  position: relative;
  cursor: pointer;
}
.calculator-form label input {
  display: none;
}

.level__img {
  position: relative;
  width: 190px;
  height: 157px;
  margin: 0 auto 12px;
}
@media (max-width: 1180px) {
  .level__img {
    width: 170px;
    height: 135px;
  }
}
@media (max-width: 980px) {
  .level__img {
    width: 140px;
    height: 105px;
  }
}
@media (max-width: 540px) {
  .level__img {
    width: 100px;
    height: 85px;
    margin-bottom: 8px;
  }
}

.level__img-square {
  position: absolute;
  z-index: 10;
  left: 45%;
  bottom: 0;
  width: 33px;
  height: 33px;
  background: #CECECE;
  border-radius: 3px;
}
@media (max-width: 540px) {
  .level__img-square {
    width: 20px;
    height: 20px;
  }
}
.level__img-square:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/ico-checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

label input[type=radio]:checked ~ .level__img .level__img-square {
  background: #69cdc0;
}
label input[type=radio]:checked ~ .level__img .level__img-square:after {
  background-image: url("../img/ico-checked.svg");
}

label input[type=checkbox]:checked ~ .level__img .level__img-square {
  background: #69cdc0;
}
label input[type=checkbox]:checked ~ .level__img .level__img-square:after {
  background-image: url("../img/ico-checked.svg");
}

.level__img img {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 3px solid #CECECE;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

label input[type=radio]:checked ~ .level__img > img {
  border: 3px solid #69cdc0;
}

label input[type=checkbox]:checked ~ .level__img > img {
  border: 3px solid #69cdc0;
}

.level__img-text {
  text-align: center;
  
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 960px) {
  .level__img-text {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 760px) {
  .level__img-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .level__img-text {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 560px) {
  .level__img-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .level__img-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .level__img-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.level__right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 365px;
          flex: 0 1 365px;
  padding: 32px 10px 35px 20px;
  background-image: url("../img/bg-form-right.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 9px;
  text-align: center;
}
@media (max-width: 760px) {
  .level__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (max-width: 560px) {
  .level__right {
    padding: 15px 8px 15px 8px;
  }
}
.level__right::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 253px;
  background-image: url("../img/bg-form-right-shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 760px) {
  .level__right::after {
    display: none;
  }
}

.level__right--finish {
  background-image: url("../img/bg-right-finish.jpg");
}
@media (max-width: 760px) {
  .level__right--finish {
    display: none;
  }
}
.level__right--finish::after {
  display: none;
}

.level__el {
  width: 47px;
  height: 42px;
}
@media (max-width: 960px) {
  .level__el {
    width: 35px;
    height: 30px;
  }
}
@media (max-width: 760px) {
  .level__el {
    display: none;
  }
}

.level__right-title {
  margin-bottom: 8px;
  
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 1080px) {
  .level__right-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 960px) {
  .level__right-title {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .level__right-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 560px) {
  .level__right-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .level__right-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 380px) {
  .level__right-title {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 340px) {
  .level__right-title {
    font-size: 12px;
    line-height: 16px;
  }
}
.level__right-title span {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 960px) {
  .level__right-title span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 760px) {
  .level__right-title span {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .level__right-title span {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 760px) {
  .level__right-title--x {
    display: none;
  }
}

.level__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 8px;
}
.level__right-item:last-child {
  margin-bottom: 0;
}
.level__right-item img {
  width: 51px;
  height: 51px;
  margin-right: 10px;
}
@media (max-width: 1180px) {
  .level__right-item img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}
.level__right-item p {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 640px) {
  .level__right-item p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 560px) {
  .level__right-item p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .level__right-item p {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 380px) {
  .level__right-item p {
    font-size: 12px;
    line-height: 16px;
  }
}
.level__right-item p span {
  
  font-weight: bold;
}

@media (max-width: 960px) {
  .level__photo-wrap {
    display: none;
  }
}

.level__photo {
  max-width: 200px;
  width: 100%;
  height: 285px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .level__photo {
    max-width: 170px;
    height: 250px;
  }
}
.level__photo img {
  width: 100%;
  height: 100%;
}

.level__photo-name {
  position: relative;
  z-index: 10;
  
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-top: -40px;
}
@media (max-width: 1080px) {
  .level__photo-name {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 960px) {
  .level__photo-name {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 760px) {
  .level__photo-name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 560px) {
  .level__photo-name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .level__photo-name {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 380px) {
  .level__photo-name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 340px) {
  .level__photo-name {
    font-size: 14px;
    line-height: 18px;
  }
}

.level__photo-specialist {
  position: relative;
  z-index: 10;
  
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 760px) {
  .level__photo-specialist {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 560px) {
  .level__photo-specialist {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .level__photo-specialist {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 380px) {
  .level__photo-specialist {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 340px) {
  .level__photo-specialist {
    font-size: 12px;
    line-height: 16px;
  }
}

.level__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-right: 70px;
}
@media (max-width: 960px) {
  .level__buttons {
    margin-bottom: 70px;
  }
}
@media (max-width: 760px) {
  .level__buttons {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .level__buttons {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .level__buttons {
    margin-bottom: 20px;
  }
}

.btn-next {
  position: relative;
  display: inline-block;
  max-width: 325px;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 23px;
  text-align: center;
}
@media (max-width: 760px) {
  .btn-next {
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .btn-next {
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .btn-next {
    padding-top: 13px;
    padding-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .btn-next {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
.btn-next::after {
  position: absolute;
  content: "";
  top: 37%;
  right: 20px;
  width: 50px;
  height: 14px;
  background-image: url("../img/ico-arrow-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-back {
  cursor: pointer;
  margin-right: 10px;
}

.btn__quiz,
.btn-modal,
.btn-modal-offer {
  max-width: 370px;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 23px;
}
@media (max-width: 760px) {
  .btn__quiz,
.btn-modal,
.btn-modal-offer {
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .btn__quiz,
.btn-modal,
.btn-modal-offer {
    padding-top: 18px;
    padding-bottom: 20px;
    display: block;
    max-width: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .btn__quiz,
.btn-modal,
.btn-modal-offer {
    padding-top: 13px;
    padding-bottom: 15px;
    max-width: 275px;
  }
}
@media (max-width: 360px) {
  .btn__quiz,
.btn-modal,
.btn-modal-offer {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

.level__tel {
  display: none;
}

.level__tel ~ div {
  position: relative;
  width: 161px;
  height: 49px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
  border: 2px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 560px) {
  .level__tel ~ div {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .level__tel ~ div {
    height: 35px;
  }
}

.level__tel:checked ~ div {
  background-color: #C3D8F0;
}

.level__list--tel {
  margin-bottom: 12px;
}
@media (max-width: 760px) {
  .level__list--tel {
    margin-bottom: 10px;
  }
}

.level__item--tel {
  margin-right: 10px;
  margin-bottom: 20px;
}

.level__tel--viber {
  position: relative;
  padding-left: 10px;
}
.level__tel--viber:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url("../img/quiz/ico-viber.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.level__tel--telegram {
  position: relative;
  padding-left: 10px;
}
.level__tel--telegram:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/quiz/ico-telegram.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.level__phone {
  max-width: 268px;
  width: 100%;
  height: 49px;
  display: block;
  text-align: center;
  margin: 0 auto 25px;
  background: #FFFFFF;
  border: 1px solid #7A7A7A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}
@media (max-width: 560px) {
  .level__phone {
    height: 40px;
    margin-bottom: 20px;
  }
}

.level__offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
@media (max-width: 960px) {
  .level__offer-list {
    padding-top: 15px;
  }
}

.level__offer-item:first-child {
  margin-right: 20px;
}

.level__offer-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1080px) {
  .level__offer-item {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 960px) {
  .level__offer-item {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 760px) {
  .level__offer-item {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 560px) {
  .level__offer-item {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .level__offer-item {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 380px) {
  .level__offer-item {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 340px) {
  .level__offer-item {
    font-size: 12px;
    line-height: 16px;
  }
}
.level__offer-item img {
  width: 60px;
  height: 60px;
}
@media (max-width: 960px) {
  .level__offer-item img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .level__offer-item img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 960px) {
  .btn-submit {
    margin-bottom: 20px;
  }
}

.advantages {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url("../img/bg-advantages.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 380px) {
  .advantages {
    padding-top: 20px;
  }
}
.advantages::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 320px;
  top: 0;
  left: 0;
  background-image: url("../img/bg-advantages-top-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantages::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 312px;
  left: 0;
  bottom: 0;
  background-image: url("../img/bg-advantages-bottom-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.advantages__title {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 20px;
}

.advantages__title span {
  
  font-weight: 400;
}

.advantages__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.advantages__info-text {
  position: relative;
  padding-left: 35px;
  max-width: 570px;
  width: 100%;
  
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .advantages__info-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 960px) {
  .advantages__info-text {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 760px) {
  .advantages__info-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 560px) {
  .advantages__info-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .advantages__info-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 380px) {
  .advantages__info-text {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 340px) {
  .advantages__info-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.advantages__info-text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 27px;
  height: 25px;
  background-image: url("../img/ico-checked-gold.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .advantages__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.advantages__box-img {
  position: relative;
}

.advantages__big-img {
  width: 570px;
  height: 771px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 560px) {
  .advantages__big-img {
    width: 350px;
    height: 470px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 380px) {
  .advantages__big-img {
    width: 280px;
    height: 350px;
  }
}

.advantages__img-info {
  position: absolute;
}

.advantages__img-info--1 {
  top: 205px;
  left: 80px;
}
@media (max-width: 560px) {
  .advantages__img-info--1 {
    top: 120px;
    left: 50px;
  }
}
@media (max-width: 380px) {
  .advantages__img-info--1 {
    top: 90px;
    left: 40px;
  }
}

.advantages__img-info--2 {
  top: 480px;
  left: 48px;
}
@media (max-width: 560px) {
  .advantages__img-info--2 {
    top: 284px;
    left: 22px;
  }
}
@media (max-width: 380px) {
  .advantages__img-info--2 {
    top: 210px;
    left: 23px;
  }
}

.advantages__img-info--3 {
  top: 90px;
  left: 450px;
}
@media (max-width: 560px) {
  .advantages__img-info--3 {
    top: 80px;
    left: 200px;
  }
}

.advantages__img-plus {
  display: block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .advantages__img-plus {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 380px) {
  .advantages__img-plus {
    top: 25px;
    left: 25px;
  }
}

.advantages__text-plus {
  display: none;
  max-width: 350px;
  width: 100%;
  padding: 5px;
}
.advantages__text-plus span {
  display: block;
  
  font-weight: 700;
}

.advantages__text-plus.active {
  position: relative;
  z-index: 10;
  display: block;
  -webkit-box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: url("../img/bg-cards.png") #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.advantages__box-gallerys {
  padding-top: 20px;
}

.advantages__manufacture-text,
.advantages__certificates-text {
  
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  padding-left: 60px;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .advantages__manufacture-text,
.advantages__certificates-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 960px) {
  .advantages__manufacture-text,
.advantages__certificates-text {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 760px) {
  .advantages__manufacture-text,
.advantages__certificates-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 560px) {
  .advantages__manufacture-text,
.advantages__certificates-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .advantages__manufacture-text,
.advantages__certificates-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 380px) {
  .advantages__manufacture-text,
.advantages__certificates-text {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 340px) {
  .advantages__manufacture-text,
.advantages__certificates-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.advantages__manufacture {
  margin-bottom: 8px;
}

.advantages__manufacture-slider-inner,
.advantages__certificates-slider-inner {
  position: relative;
  max-width: 620px;
  width: 100%;
  height: 324px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .advantages__manufacture-slider-inner,
.advantages__certificates-slider-inner {
    max-width: 460px;
    height: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .advantages__manufacture-slider-inner,
.advantages__certificates-slider-inner {
    max-width: 370px;
    height: 160px;
  }
}
@media (max-width: 380px) {
  .advantages__manufacture-slider-inner,
.advantages__certificates-slider-inner {
    max-width: 300px;
    height: 140px;
  }
}
.advantages__manufacture-slider-inner .swiper,
.advantages__certificates-slider-inner .swiper {
  position: static;
  height: 100%;
}

.advantages__certificates-slider-inner--sert {
  height: 237px;
  margin-bottom: 55px;
}
@media (max-width: 760px) {
  .advantages__certificates-slider-inner--sert {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .advantages__certificates-slider-inner--sert {
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .advantages__certificates-slider-inner--sert {
    margin-bottom: 10px;
  }
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages__manufacture-slider .swiper-button-next,
.advantages__manufacture-slider .swiper-button-prev {
  top: 38%;
}

.advantages__certificates-slider-inner .swiper-slide a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.advantages .swiper-slide img {
  border-radius: 9px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 46%;
  width: 54px;
  height: 54px;
  background-color: #69cdc0;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
  }
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:after {
  content: "";
  width: 18px;
  height: 30px;
  background: url("../img/ico-arrow-left.svg") #69cdc0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next:after {
  content: "";
  width: 18px;
  height: 30px;
  background: url("../img/ico-arrow-right.svg") #69cdc0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-pagination-bullet {
  background-color: #69cdc0;
}

.advantages__certificates-text {
  margin-bottom: 15px;
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.advantages__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 305px;
          flex: 0 1 305px;
  height: 230px;
  -webkit-box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  margin: 0 5px 20px 5px;
}
@media (max-width: 1280px) {
  .advantages__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
@media (max-width: 680px) {
  .advantages__item {
    height: 180px;
  }
}
@media (max-width: 380px) {
  .advantages__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 100px;
  }
}

.advantages__img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages-number {
  position: absolute;
  top: 5px;
  left: 5px;
  padding-left: 40px;
  color: #69cdc0;
  
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 1080px) {
  .advantages-number {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 960px) {
  .advantages-number {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 760px) {
  .advantages-number {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 560px) {
  .advantages-number {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .advantages-number {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 380px) {
  .advantages-number {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 340px) {
  .advantages-number {
    font-size: 14px;
    line-height: 18px;
  }
}
.advantages-number::after {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  width: 36px;
  height: 4px;
  background-color: #69cdc0;
}

.advantages__text {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  
  font-weight: 400;
  color: #FFFFFF;
}
.advantages__text span {
  
}

/*.price {
  padding-top: 150px;
  padding-bottom: 150px;
}*/
@media (max-width: 640px) {
  .price {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .price {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.price-inner {
  position: relative;
  max-width: 1170px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  background-image: url("../img/bg-price.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 31px 47px 30px 495px;
  margin: 0 auto;
}
@media (max-width: 870px) {
  .price-inner {
    padding-left: 310px;
  }
}
@media (max-width: 680px) {
  .price-inner {
    padding-left: 200px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .price-inner {
    padding: 20px 10px 20px 10px;
  }
}

.price__img {
  position: absolute;
  top: -80px;
  left: 0;
}
@media (max-width: 870px) {
  .price__img {
    width: 300px;
    height: 380px;
  }
}
@media (max-width: 680px) {
  .price__img {
    width: 200px;
    height: 250px;
    top: 80px;
  }
}
@media (max-width: 480px) {
  .price__img {
    display: none;
  }
}

.price__content {
  max-width: 630px;
  width: 100%;
  margin: 0 0 0 auto;
}

.price__btn {
  display: block;
  max-width: 325px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.price__text {
  
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 960px) {
  .price__text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 760px) {
  .price__text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 560px) {
  .price__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .price__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  .price__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.price__title {
  
  font-weight: 700;
  font-size: 33px;
  line-height: 37px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 960px) {
  .price__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 760px) {
  .price__title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .price__title {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 560px) {
  .price__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .price__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 360px) {
  .price__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.price__line {
  max-width: 439px;
  width: 100%;
  height: 3px;
  background: #69cdc0;
  margin: 0 auto 15px;
}

.price__text-tel {
  margin-bottom: 15px;
  text-align: center;
}

.price__tel {
  display: block;
  max-width: 326px;
  width: 100%;
  height: 52px;
  left: 605px;
  top: 275px;
  background: #FFFFFF;
  border-radius: 100px;
  margin: 0 auto 10px;
  border: none;
  text-align: center;
}

.works__title {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto 20px;
}

.works__title span {
  
  font-weight: 400;
}

.works__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 293px;
  width: 100%;
  height: 63px;
  margin-right: 16px;
  border: 1px solid #69cdc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .works__tab {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 960px) {
  .works__tab {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 760px) {
  .works__tab {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 560px) {
  .works__tab {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .works__tab {
    font-size: 14px;
    line-height: 18px;
    height: 45px;
  }
}
@media (max-width: 380px) {
  .works__tab {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 340px) {
  .works__tab {
    font-size: 12px;
    line-height: 16px;
  }
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.works__tab.active {
  
  font-weight: 700;
  background-color: #69cdc0;
  color: #FFFFFF;
}

.works__slider-inner {
  position: relative;
  width: 100%;
  height: 384px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .works__slider-inner {
    max-width: 460px;
    height: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .works__slider-inner {
    height: 230px;
  }
}
@media (max-width: 560px) {
  .works__slider-inner {
    max-width: 370px;
    height: 180px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .works__slider-inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .works__slider-inner {
    max-width: 300px;
    height: 140px;
  }
}
.works__slider-inner .swiper {
  position: static;
  height: 100%;
}
.works__slider-inner .swiper-slide {
  position: relative;
}
.works__slider-inner .swiper-slide img {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8.86281px;
}
.works__slider-inner .swiper-slide .works__slide-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #69cdc0;
  -webkit-box-shadow: 0px 1.42155px 1.42155px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 1.42155px 1.42155px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 760px) {
  .works__slider-inner .swiper-button-next, .works__slider-inner .swiper-button-prev {
    top: 43%;
  }
}
.works__slider-inner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #FFFCFC;
  border: 0.710775px solid #69cdc0;
}
@media (max-width: 560px) {
  .works__slider-inner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 480px) {
  .works__slider-inner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.works__slider-inner .swiper-pagination-bullet-active {
  background: #69cdc0;
}
@media (max-width: 640px) {
  .works__slider-inner .swiper-button-next, .works__slider-inner .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .works__slider-inner .swiper-button-prev:after, .works__slider-inner .swiper-button-next:after {
    width: 13px;
    height: 19px;
  }
}

.sample {
  position: relative;
  padding-top: 350px;
  padding-bottom: 50px;
  background-image: url("../img/bg-sample-block.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -300px;
}
@media (max-width: 480px) {
  .sample {
    padding-top: 330px;
  }
}
.sample::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 320px;
  top: 0;
  left: 0;
  background-image: url("../img/bg-advantages-top-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sample::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 312px;
  left: 0;
  bottom: 0;
  background-image: url("../img/bg-advantages-bottom-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sample__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  background-image: url("../img/bg-sample.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.sample__left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 755px;
          flex: 0 1 755px;
  padding-top: 48px;
}
@media (max-width: 640px) {
  .sample__left {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .sample__left {
    padding-top: 20px;
  }
}

.sample__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 465px;
          flex: 0 1 465px;
  background-image: url("../img/bg-sample-right.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sample__title {
  
  font-weight: 700;
  font-size: 33px;
  line-height: 37px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 960px) {
  .sample__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 760px) {
  .sample__title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .sample__title {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 560px) {
  .sample__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .sample__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 360px) {
  .sample__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.sample__text {
  
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .sample__text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 760px) {
  .sample__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 560px) {
  .sample__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .sample__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .sample__text {
    font-size: 12px;
    line-height: 16px;
  }
}

.sample__line {
  max-width: 439px;
  width: 100%;
  height: 3px;
  background-color: #69cdc0;
  margin: 0 auto 20px;
}

.sample__text-tel {
  
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .sample__text-tel {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 760px) {
  .sample__text-tel {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 560px) {
  .sample__text-tel {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .sample__text-tel {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  .sample__text-tel {
    font-size: 14px;
    line-height: 18px;
  }
}

.sample__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.sample__item {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 120px;
  width: 100%;
}

.sample__tel {
  display: none;
}

.sample__tel ~ div {
  position: relative;
  max-width: 112px;
  width: 100%;
  height: 72px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 560px) {
  .sample__tel ~ div {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .sample__tel ~ div {
    height: 35px;
  }
}

.sample__tel:checked ~ div {
  border: 2px solid #7360F2;
}

.sample__tel-img img {
  height: 30px;
}

.sample__tel-mess img {
  height: 50px;
}
@media (max-width: 560px) {
  .sample__tel-mess img {
    height: 35px;
  }
}
@media (max-width: 480px) {
  .sample__tel-mess img {
    height: 30px;
  }
}

.sample__left .form {
  text-align: center;
}

.sample__phone {
  display: block;
  max-width: 326px;
  width: 100%;
  height: 52px;
  border: none;
  background: #FFFFFF;
  border-radius: 100px;
  margin: 0 auto 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.sample__phone::-webkit-input-placeholder {
  text-align: center;
}
.sample__phone::-moz-placeholder {
  text-align: center;
}
.sample__phone:-ms-input-placeholder {
  text-align: center;
}
.sample__phone::-ms-input-placeholder {
  text-align: center;
}
.sample__phone::placeholder {
  text-align: center;
}

.sample__btn {
  max-width: 326px;
  width: 100%;
  height: 62px;
  margin-bottom: 30px;
}

.sample__right-name {
  position: absolute;
  right: 10px;
  bottom: 0;
  max-width: 200px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 10px;
  color: #FFFFFF;
  background: #69cdc0;
  -webkit-box-shadow: 0px 1.42155px 1.42155px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 1.42155px 1.42155px rgba(0, 0, 0, 0.24);
  border-radius: 5px 5px 0 0;
  text-align: center;
  
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}
@media (max-width: 1080px) {
  .sample__right-name {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 960px) {
  .sample__right-name {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 760px) {
  .sample__right-name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 560px) {
  .sample__right-name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .sample__right-name {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 380px) {
  .sample__right-name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 340px) {
  .sample__right-name {
    font-size: 14px;
    line-height: 18px;
  }
}
.sample__right-name p {
  
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.sample__right {
  position: relative;
}
@media (max-width: 740px) {
  .sample__right {
    display: none;
  }
}

.sample__right-text {
  position: absolute;
  right: 10%;
  top: 30px;
  text-align: right;
}
.sample__right-text p {
  position: relative;
  right: -190px;
  
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  padding: 10px 5px;
  background: url("../img/bg-cards.png") #FFFFFF;
  -webkit-box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1530px) {
  .sample__right-text p {
    position: static;
  }
}

.trends {
  padding-top: 30px;
  position: relative;
  background-image: url("../img/bg-trends.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 560px) {
  .trends {
    padding-top: 0;
  }
}
.trends::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 320px;
  top: 0;
  left: 0;
  background-image: url("../img/bg-advantages-top-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trends::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 312px;
  left: 0;
  bottom: 0;
  background-image: url("../img/bg-advantages-bottom-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trends__inner {
  position: relative;
}

.trends__el {
  position: absolute;
}

.trends__el1 {
  top: 63%;
  right: 48%;
}
@media (max-width: 480px) {
  .trends__el1 {
    top: 71%;
    right: 43%;
  }
}
@media (max-width: 410px) {
  .trends__el1 {
    top: 74%;
  }
}

.trends__el2 {
  top: 52%;
  right: 17%;
}
@media (max-width: 410px) {
  .trends__el2 {
    top: 55%;
  }
}

.trends__el3 {
  top: 45%;
  right: 46%;
}
@media (max-width: 480px) {
  .trends__el3 {
    top: 49%;
    right: 43%;
  }
}
@media (max-width: 410px) {
  .trends__el3 {
    top: 52%;
  }
}

.trends__el4 {
  position: absolute;
  top: 48%;
  left: 29%;
}
@media (max-width: 410px) {
  .trends__el4 {
    top: 51%;
  }
}
.trends__el4 .trends__img-plus {
  margin: 0;
}

.trends__el5 {
  top: 46%;
  right: 24%;
}
@media (max-width: 410px) {
  .trends__el5 {
    top: 49%;
  }
}

.trends__el6 {
  top: 73%;
  right: 68%;
}
@media (max-width: 410px) {
  .trends__el6 {
    top: 76%;
  }
}

.trends__text-plus.active {
  position: relative;
  z-index: 10;
  display: block;
  -webkit-box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.62128px 8.1064px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: url("../img/bg-cards.png") #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.trends__img {
  max-width: 1500px;
  width: 100%;
}

.trends__text-plus {
  display: none;
  max-width: 350px;
  width: 100%;
  padding: 5px;
}

.trends__img-plus {
  display: block;
  cursor: pointer;
  margin: 0 0 0 auto;
}
@media (max-width: 480px) {
  .trends__img-plus {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 380px) {
  .trends__img-plus {
    top: 10px;
    left: 15px;
  }
}

.trends-title {
  margin-bottom: 10px;
}

.trends-title span {
  
  font-weight: 400;
}

.offer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
}
@media (max-width: 560px) {
  .offer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.offer__title span {
  
  font-weight: 400;
}

.offer__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 405px;
          flex: 0 1 405px;
  height: 253px;
  padding-top: 29px;
  padding-bottom: 26px;
  padding-left: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 560px) {
  .offer__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .offer__item {
    height: 200px;
  }
}
.offer__item .offer__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 9px;
}

.offer__present {
  position: relative;
  z-index: 10;
  padding-left: 25px;
  margin-bottom: 25px;
  
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #A7003D;
}
.offer__present::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #A7003D;
  border-radius: 50%;
}

.offer__text {
  position: relative;
  z-index: 10;
  
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 960px) {
  .offer__text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 760px) {
  .offer__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 560px) {
  .offer__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .offer__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .offer__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.offer__text span {
  
  font-weight: 400;
}

.offer__btn {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.offer__note {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 480px) {
  .offer__note {
    font-size: 12px;
    line-height: 16px;
  }
}

.contacts {
  position: relative;
  padding-top: 40px;
  padding-bottom: 55px;
background: #eff0ea;
}
.contacts iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 720px;
  height: 100%;
}
@media (max-width: 760px) {
  .contacts {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .contacts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.contacts .swiper {
  padding-left: 30px;
  padding-right: 30px;
}

.contacts__inner {
  max-width: 850px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
  background: #69cdc0;
  -webkit-box-shadow: 0px 0px 1.56589px rgba(0, 0, 0, 0.12), 0px 1.56589px 1.56589px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 1.56589px rgba(0, 0, 0, 0.12), 0px 1.56589px 1.56589px rgba(0, 0, 0, 0.24);
  border-radius: 9px;
  padding-top: 20px;
  padding-bottom: 32px;
  padding-left: 45px;
  margin: 0 0 0 auto;
}
@media (max-width: 760px) {
  .contacts__inner {
    display: block;
    padding-left: 15px;
    padding-top: 15px;
  }
}

.contacts__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 440px;
          flex: 0 1 440px;
}
@media (max-width: 760px) {
  .contacts__left {
    text-align: center;
  }
}

.contacts__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 410px;
          flex: 0 1 410px;
  padding-top: 20px;
}
@media (max-width: 760px) {
  .contacts__right {
    display: none;
  }
}

.contacts__title {
  margin-bottom: 20px;
}

.contacts__slider-inner {
  max-width: 410px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 9px;
}

.contacts-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.contacts-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.contacts__tel-inner {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 760px) {
  .contacts__tel-inner {
    max-width: 300px;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.contacts__tel-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  background-image: url("../img/ico-phone-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts__tel {
  position: relative;
  padding-left: 25px;
  display: block;
  color: #FFFFFF;
  
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
}
@media (max-width: 760px) {
  .contacts__tel {
    padding-right: 25px;
    padding-left: 0;
  }
}

.contacts__tel::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 760px) {
  .contacts__tel::after {
    left: auto;
    right: 0;
  }
}

.contacts__tel--a1::after {
  background-image: url("../img/ico-a1.svg");
}

.contacts__tel--mts::after {
  background-image: url("../img/ico-mts.svg");
}

.contacts__worktime {
  position: relative;
  margin-bottom: 20px;
  
  font-weight: 400;
  font-size: 10.9612px;
  line-height: 13px;
  padding-left: 15px;
  margin-left: 65px;
}
@media (max-width: 760px) {
  .contacts__worktime {
    max-width: 130px;
    margin: 0 auto 20px;
  }
}
.contacts__worktime::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #1AFF6F;
  border-radius: 50%;
}

.contacts__text-tel {
  
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
}

.contacts__text {
  position: relative;
  max-width: 100px;
  width: 100%;
  
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  padding-left: 15px;
  margin: 0 auto 5px;
}
.contacts__text::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #1AFF6F;
  border-radius: 50%;
  -webkit-animation: fadeIn 1.5s infinite alternate;
          animation: fadeIn 1.5s infinite alternate;
}

.contacts__messengers {
  text-align: center;
}

.contacts__adress,
.contacts__mail {
  position: relative;
  padding-left: 40px;
  
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 760px) {
  .contacts__adress,
.contacts__mail {
    max-width: 280px;
    text-align: left;
    margin: 0 auto;
  }
}
.contacts__adress p,
.contacts__mail p {
  
  font-weight: 700;
}

.contacts__adress {
  margin-bottom: 20px;
}
.contacts__adress::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 25px;
  height: 34px;
  background-image: url("../img/ico-place.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts__mail {
  padding-left: 40px;
}
.contacts__mail::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 30px;
  height: 20px;
  background-image: url("../img/ico-mail.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts__right-text {
  
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 20px;
}

.footer {
  background: #69cdc0;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo {
  max-width: 240px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
  .footer__logo {
    max-width: 180px;
  }
}
@media (max-width: 360px) {
  .footer__logo {
    max-width: 160px;
  }
}

.footer__logo-img {
  width: 186px; 
}
@media (max-width: 760px) {
  .footer__logo-img {
    width: 180px;
  
  }
}
@media (max-width: 480px) {
  .footer__logo-img {
    width: 120px;
 
  }
}

.footer .logo__text {
  font-family: "Averta Demo PE", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .footer .logo__text {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .footer .logo__text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 380px) {
  .footer .logo__text {
    font-size: 12px;
    line-height: 14px;
  }
}

.footer__copyright {
  font-family: "Averta Demo PE", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #FFFFFF;
}
@media (max-width: 760px) {
  .footer__copyright {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .footer__copyright {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 380px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 14px;
  }
}

.footer__top {
  width: 55px;
  height: 55px;
}
.footer__top a {
  width: 100%;
  height: 100%;
}
.footer__top a img {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .footer__top {
    width: 30px;
    height: 30px;
  }
}

#modalCall,
#modalQuiz,
#modalOffer1,
#modalOffer2,
#modalOffer3,
#modalCost {
  display: none;
}

#modalOffer1,
#modalOffer2,
#modalOffer3 {
  max-width: 400px;
  width: 100%;
}

#modalQuiz.fancybox__content {
  padding: 0;
  border-radius: 13px;
}

.offer-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer-modal__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 306px;
          flex: 0 1 306px;
  height: 226px;
  margin-right: 20px;
}
@media (max-width: 560px) {
  .offer-modal__img {
    display: none;
  }
}
.offer-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer-modal__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  margin: 0 auto;
}

.modal-offer .btn {
  display: block;
  margin: 0 auto;
}

.offer-modal__title {
  
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .offer-modal__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 960px) {
  .offer-modal__title {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 760px) {
  .offer-modal__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 560px) {
  .offer-modal__title {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 480px) {
  .offer-modal__title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 380px) {
  .offer-modal__title {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 340px) {
  .offer-modal__title {
    font-size: 14px;
    line-height: 18px;
  }
}

.offer-modal__subtitle {
  padding-top: 20px;
  
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 760px) {
  .offer-modal__subtitle {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 560px) {
  .offer-modal__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .offer-modal__subtitle {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 380px) {
  .offer-modal__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

.call-modal {
  max-width: 650px;
  width: 100%;
  background-image: url("../img/bg-modal-call.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #69cdc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 480px) {
  .call-modal {
    padding-top: 20px;
  }
}

.call-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .call-modal__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cost-modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .cost-modal__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 960px) {
  .cost-modal__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 760px) {
  .cost-modal__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 560px) {
  .cost-modal__title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .cost-modal__title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .cost-modal__title {
    font-size: 12px;
    line-height: 16px;
  }
}
.cost-modal__title .img__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cost-modal__title img {
  width: 34px;
  height: 34px;
}

.level__time {
  display: block;
  max-width: 268px;
  width: 100%;
  height: 49px;
  background: #FFFFFF;
  border: 1px solid #7A7A7A;
  border-radius: 30px;
  margin: 0 auto 10px;
  text-align: center;
}

@media (max-width: 480px) {
  .call-modal__img {
    display: none;
  }
}

.widget {
  position: fixed;
  z-index: 50;
  width: 83px;
  top: 50%;
  right: 1%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget__exit {
  position: relative;
  top: 0;
  left: 50%;
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFFFFF;
  background-color: #69cdc0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.widget__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #69cdc0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}

.widget__item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget__item::after {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  width: 73px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.widget__item:last-child::after {
  display: none;
}
.widget__item p {
  
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  color: #000000;
}
.breadcrumb { font-family: 'Averta Demo PE';
   font-size: 11px;
   padding-top: 20px;
   padding-left: 0;
   background-color: #fff
 }
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
 .add, .prompt {
   background-color: transparent
 }
 .breadcrumb li {
   position: relative;
   height: auto;
   line-height: 20px;
   vertical-align: middle
 }
 .breadcrumb li a {
   -webkit-transition: color .4s;
   transition: color .4s;
   color: #000;
   display: inline-block
 }
 .breadcrumb li a, .breadcrumb li.active {
   font-family: 'Lato Regular', sans-serif;
   text-transform: uppercase;
   vertical-align: middle
 }
 .breadcrumb > li + li {
   padding-left: 30px
 }
 .breadcrumb > li + li:before {
   content: "\2192";
   position: absolute;
   left: 0;
   font-size: 15px;
   top: -1px
 }
 .breadcrumb .flaticon-house179 {
   position: relative;
   top: -2px;
   -webkit-transition: color .3s;
   transition: color .3s
 }
 .breadcrumb .flaticon-house179:before {
   font-weight: 400;
   font-size: 18px;
   vertical-align: top;
   line-height: normal
 }
 .breadcrumb > li, .navbar-form .btn-add-item, .navbar-form .form-group, .navbar-form .label-text, .navbar-form input, .pagination {
   display: inline-block
 }
.fpage > li {display: inline-block;}
.fpage > li a {    font-size: 0.9em;
    color: #fff;
    background: #44a396; 
    padding: 1px 4px;
    margin: 2px 0;
    display: block;}
.fpage > li a:hover { background: #A7003D;/* Анимация */
     -webkit-transition: .2s ease-out;
     -webkit-transition-delay: 0.2s;
     -o-transition: .2s ease-out;
     -o-transition-delay: 0.2s;
     -moz-transition: .2s ease-out;
     -moz-transition-delay: 0.2s;
     transition: .2s ease-out;
     transition-delay: 0.2s;}
.mpage { font-family: 'Averta Demo PE'; padding-bottom: 60px;}
.mpage p, .mpage h3, .mpage h2, .mpage h4, .mpage h5, .mpage ul , .mpage ol{ padding-bottom: 20px;}
.mpage a {color: #69cdc0;}
.mpage ul  li{ list-style: square !important;
    margin-left: 2%;}
.mpage h5 { font-size: 1.3em}
.mpage ol { padding-left: 15px;}

.about__info li {
	list-style: square;
	margin: 0 2rem;
}
.headercon {
    position: relative;
    background-image: url(/design/oknova/images/oknova.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
