html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", serif;
  font-size: 17px;
  line-height: 25px;
  color:#0d0d0d;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

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

div, p, li, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.f-400 {
  font-weight: 400;
}

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

.f-600 {
  font-weight: 600;
}

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

.main-button {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 100%;
  max-width: 360px;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  text-shadow: 0px 1px 0px #B42E00;
  background: linear-gradient(180deg, #FB8107 0%, #FB1B07 100%);
  box-shadow: 0px 2px 0px #C61100;
  border: 1px solid #FEC68D;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}

.main-button--on-dark {
  box-shadow: 0px 2px 0px #A00E00, inset 0px 1px 0px rgba(255, 255, 255, 0.75);  
}


.main-button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #FB8107 0%, #FB1B07 100%);
  border-radius: 10px;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  z-index: -2;
}

.main-button:hover::before {
  -webkit-animation-name: hvr-ripple-out-main;
  animation-name: hvr-ripple-out-main;
}

@-webkit-keyframes hvr-ripple-out-main {
  100% {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out-main {
  100% {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    opacity: 0;
  }
}

.blue {
  color: #00AAFF;
}

.red {
  color: #FF0000;
}

.offer {
  position: relative;
  padding-top: 10px;
  padding-bottom: 55px;
  color: #fff;
  background-image: url(../img/offer-bg.jpg);
  background-attachment: fixed;

}

.header {
  display: flex;
  margin-top: 13px;
}

.header__logo-wrap {
  margin-right: auto;
}

.header__logo {
  margin-right: 10px;
}

.header__desc {
  display: inline-block;
  max-width: 450px;
  margin-top: 4px;
  font-size: 16px;
  line-height: 22px;
  vertical-align: top;
}

.header__contacts-wrap {
  display: flex;
  margin-top: 6px;
  flex-shrink: 0;
}

.header__messenger-wrap {

}

.header__messenger-button {
  transition: 0.3s;
  transition-timing-function: ease-out;
  opacity: 0.8;
}

.header__messenger-button:hover {
  opacity: 1;
}

.header__messenger-button--desktop {

}

.header__messenger-button--first {
  margin-right: 6px;
}

.header__messenger-icon {

}

.header__messenger-button--mobile {
  display: none;
}

.header__phone-wrap {
  margin-top: 2px;
  margin-left: 13px;
}

.header__phone {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.offer__main-wrap {
  display: flex;
  margin-top: 42px;
}

.offer__title-wrap {
  position: relative;
  max-width: 450px;
  z-index: 2;
}

.offer__title {
  font-family: "Jost", serif;
  margin-top: 60px;
  font-size: 39px;
  font-weight: 400;
  line-height: 40px;
}

.offer__title--strong {
  display: block;
  margin-top: -1px;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 600;
  line-height: 60px;
}

.offer__title--bottom {
  display: inline-block;
  max-width: 300px;
}

.offer__title--age {
  position: relative;
  left: 1px;
  font-weight: 600;
  color: #003956;
}

.offer__title--age::before {
  content: '';
  position: absolute;
  top: 9px;
  bottom: 8px;
  left: -5px;
  right: -6px;
  background-color: #00AAFF;
  border-radius: 6px;
  z-index: -1;
}

.offer__button {
  margin-top: 48px;
}

.offer__image-wrap {
  position: relative;
  margin-top: 2px;
  margin-left: 234px;
  text-align: center;
  z-index: 1;
}

.offer__photo {
  position: relative;
  left: -12px;
}

.offer__name {
  display: block;
  margin-top: -114px;
  font-size: 19px;
  font-weight: 500;
}

.offer__name-desc {
  display: block;
  font-size: 19px;
}

.offer__name-decor {
  position: absolute;
  top: 54px;
  left: -151px;
  font-family: "Great Vibes", serif;
  font-size: 180px;
  line-height: 180px;
  opacity: 0.25;
  z-index: -1;
}

.offer__name-decor--surname {
  margin-left: -226px;
}

.offer__list {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}

.offer__item {
  position: relative;
  width: 100%;
  max-width: 350px;

}

.offer__icon-wrap {
  position: absolute;
  top: -15px;
  left: -1px;
  width: 70px;
  height: 70px;
}

.offer__icon {
  position: absolute;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
}

.offer__subtitle {
  max-width: 115px;
  padding-left: 84px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  box-sizing: border-box;
}

.offer__paragraph {
  margin-top: 16px;
}

.offer__economy-desc {
  position: absolute;
  bottom: -40px;
  color: #0d0d0d;
}

.block-title {
  font-family: "Jost", serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.materials {
  margin-top: 121px;
}

.materials__title-wrap {

}

.materials__title {
  max-width: 655px;
}

.materials__title--strong {

}

.title-wrap {
  position: relative;
}

.title-decor {
  position: absolute;
  bottom: -43px;
  right: 12px;
  font-family: "Great Vibes", serif;
  font-size: 180px;
  color: #E9E1CF;
  line-height: 180px;
  z-index: -1;

}

.materials__title-decor {

}

.materials__advantages-list {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.materials__advantages-item {
  max-width: 330px;
  font-size: 19px;
}

.materials__icon-wrap {
  position: relative;
  width: 70px;
  height: 70px;
}

.materials__icon {
  position: absolute;
  bottom: 0;

}

.materials__icon--1 {

}

.materials__advantages-desc {
  display: inline-block;
  margin-top: 11px;
}

.materials__icon--2 {

}

.materials__icon--3 {

}

.materials__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 49px;
}

.materials__item {
  max-width: 330px;
  margin-bottom: 33px;
}

.materials__image {

}

.materials__item-desc {
  display: inline-block;
  margin-top: 5px;
  font-weight: 600;

}

.materials__button-wrap {
  max-width: 350px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.materials__button {
  max-width: 330px;
}

.materials__button-desc {
  display: inline-block;
  margin-top: 11px;
  font-family: "Jost", serif;
  font-size: 19px;
}

.service {
  margin-top: 93px;
  padding-top: 84px;
  padding-bottom: 49px;
  background-image: url(../img/service-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  color: #fff;
}

.service__container {

}

.service__title {
  color: #00AAFF;
}


.service__title-desc {
  display: inline-block;
  max-width: 610px;
  margin-top: 28px;
  font-family: "Jost", serif;
  font-size: 24px;
  line-height: 30px;
}

.service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 44px;
}

.service__item {
  display: flex;
  width: 100%;
  max-width: 330px;
  margin-bottom: 50px;
  font-size: 19px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.service__icon-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.service__icon {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: -100px;
  right: -100px;
  margin: auto;
}

.service__item-desc {
  margin-top: 10px;
  margin-left: 10px;
}

.service__item-desc--2,
.service__item-desc--3,
.service__item-desc--4,
.service__item-desc--6 {
  max-width: 200px;
}

.equipment {
  margin-top: 84px;
}

.equipment__title {
  max-width: 500px;
}

.equipment__title-decor {
  bottom: -40px;
}

.equipment__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 31px;
}

.equipment__item {
  max-width: 330px;
  margin-bottom: 30px;
}

.equipment__image {

}

.equipment__item-desc {
  display: inline-block;
  max-width: 268px;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
}

.equipment__mini-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2px;

}

.equipment__mini-item {
  position: relative;
  width: 100%;
  max-width: 330px;
  margin-bottom: 35px;
  padding-left: 17px;
  font-weight: 600;
  box-sizing: border-box;
}

.equipment__mini-item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0px;
  width: 12px;
  height: 12px;
  border: 3px solid #00AAFF;
  border-radius: 100px;
  box-sizing: border-box;
}

.equipment__mini-item--hidden::before {
  display: none;
}

.audit {
  margin-top: 68px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/audit-bg.jpg);
  background-position: right 0;
  background-size: cover;
  color: #fff;
}

.audit__container {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.audit__content-wrap {
  margin-top: 34px;
  margin-right: 40px;
}

.audit__title {

}

.audit__list {
  width: 100%;
  margin-top: 27px;
}

.audit__item {
  position: relative;
  max-width: 450px;
  margin-bottom: 20px;
  padding-left: 18px;
  font-size: 20px;
}

.audit__item::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 12px;
  height: 12px;
  border: 3px solid #00AAFF;
  border-radius: 100px;
  box-sizing: border-box;
}

.audit__form {
  flex-shrink: 0;
}

.form-block {
  position: relative;
  max-width: 590px;
  padding-top: 46px;
  padding-bottom: 59px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #fff;
  box-shadow: 0px 2px 0px #AAAAAA;
  border-radius: 8px;
  box-sizing: border-box;
}

.form-block::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 0px;
  left: 20px;
  right: 20px;
  background: #FFFFFF;
  box-shadow: 0px 8px 67px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: -1;
}

.form-block__title {
  max-width: 350px;
  font-family: "Jost", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
  color: #0d0d0d;

}

.form-block__title--audit {

}

.form-block__form {
  position: relative;
  margin-top: 15px;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}

.form-block__input {
}

.form-block__input--name {
  margin-right: 10px;
  margin-bottom: 10px;
}

.input {
  height: 50px;
  min-width: 230px;
  margin-bottom: 10px;
  padding-left: 14px;
  padding-bottom: 5px;
  background-color: #D2F0FF;
  border: 1px solid #00A4F5;
  border-radius: 8px;
  font-size: 17px;
  line-height: 16px;
  letter-spacing: 0.01em;
  outline: none;
  box-sizing: border-box;
}

.input::-webkit-input-placeholder {color: #003F5F; transition: 0.2s;
  transition-timing-function: ease-out;}
.input::-moz-placeholder {color: #003F5F; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 19+ */
.input:-moz-placeholder {color: #003F5F; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 18- */
.input:-ms-input-placeholder {color: #003F5F; transition: 0.2s; transition-timing-function: ease-out;}

.input:focus::-webkit-input-placeholder {color: #98C0D3;}
.input:focus::-moz-placeholder          {color: #98C0D3;}/* Firefox 19+ */
.input:focus:-moz-placeholder           {color: #98C0D3;}/* Firefox 18- */
.input:focus:-ms-input-placeholder      {color: #98C0D3;}

.textarea::-webkit-input-placeholder {color: #003F5F; transition: 0.2s; transition-timing-function: ease-out;}
.textarea::-moz-placeholder {color: #003F5F; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 19+ */
.textarea:-moz-placeholder {color: #003F5F; transition: 0.2s; transition-timing-function: ease-out;}/* Firefox 18- */
.textarea:-ms-input-placeholder {color: #003F5F; transition: 0.2s; transition-timing-function: ease-out;}

.textarea:focus::-webkit-input-placeholder {color: #98C0D3;}
.textarea:focus::-moz-placeholder          {color: #98C0D3;}/* Firefox 19+ */
.textarea:focus:-moz-placeholder           {color: #98C0D3;}/* Firefox 18- */
.textarea:focus:-ms-input-placeholder      {color: #98C0D3;}

.input--audit {

}

.form-block__textarea {
}

.textarea {
  width: 100%;
  margin-bottom: 10px;
  min-height: 100px;
  padding-top: 14px;
  padding-left: 14px;
  background-color: #D2F0FF;
  border: 1px solid #00A4F5;
  border-radius: 8px;
  font-size: 17px;
  color: #003F5F;
  line-height: 16px;
  letter-spacing: 0.01em;
  outline: none;
  box-sizing: border-box;
}

.form-block__button {

}

.audit__main-button {
  max-width: 330px;
}

.main-button--form {

}

.testimonials {
  margin-top: 85px;
}

.testimonials__title {
  max-width: 600px;

}

.testimonials__title-decor {
  right: 4px;
}

.testimonials__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
  font-size: 0;
  line-height: 0;
}

.testimonials__item {
  display: none;
  margin-bottom: 30px;
}

.testimonials__link {
  position: relative;
  display: inline-block;
}

.testimonials__link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 73, 109, 0.8);
  width: 100%;
  z-index: 1;
  transition: 0.3s;
  transition-timing-function: ease-out;
  opacity: 0;
}

.testimonials__link::after {
  content: '';
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  left: -1000px;
  right: -1000px;
  width: 100px;
  height: 100px;
  margin: auto;
  background-image: url(../img/zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  transition-timing-function: ease-out;
  opacity: 0;
  z-index: 2;
}

.testimonials__link:hover::before {
  opacity: 1;
}

.testimonials__link:hover::after {
  opacity: 1;
}

.testimonials__image {

}

.testimonials__button {
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}

.outline-button {
  display: block;
  width: 100%;
  max-width: 330px;
  height: 60px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #0078B4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: 2px solid rgba(0, 170, 255, 0.6);
  border-radius: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.outline-button:hover {
  background-color: #00A4F5;
  color: #fff;
}

.footer {
  margin-top: 90px;
}

.footer--without-testimonials {
  margin-top: 50px;
}

.footer__line {
  padding-top: 22px;
  padding-bottom: 23px;
  background-image: url(../img/footer-pattern.png);

}

.footer__line--without-testimonials {
  padding-bottom: 18px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.footer__copyright {

}

.footer__creator {

}

.link {
  color: #0051FF;
}

.footer__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__main-button {
  max-width: 330px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer__outline-button {
  margin-left: 15px;
  margin-right: 15px;
}


/*POP-UP*/

.pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(13, 13, 13, 0.8);
  z-index: 10;
}

.pop-up__wrap {
  position: relative;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-bottom: 55px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 16.6px 3.4px rgba(0, 48, 95, 0.12);
          box-shadow: 0px 10px 16.6px 3.4px rgba(0, 48, 95, 0.12);
}

.pop-up__wrap::before,
.pop-up__wrap::after {
  content: '';
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  border: 1px solid #d92429;
  z-index: -1;
  opacity: 0.5;
}

.pop-up__wrap::after {
  top: -100px;
  bottom: -100px;
  left: -100px;
  right: -100px;
  opacity: 0.2;
}

.pop-up__form {
  position: relative;
  z-index: 1;
}

.pop-up__title {
  max-width: 280px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.pop-up__input {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  /*padding-left: 25px;*/
  /*border-radius: 8px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pop-up__button {
  position: relative;
  max-width: 300px;
  border-radius: 8px;
}

.pop-up__button::before {
  border-radius: 8px;
}

.pop-up__close {
  position: absolute;
  top: -33px;
  right: -1px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.pop-up__close::before {
  content: '';
  position: absolute;
  top: 1px;
  left: -21px;
  width: 14px;
  height: 14px;
  background-image: url(../img/pop-up-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.pop-up__close:hover::before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}



/*Технические классы*/

.visible {
  display: -moz-flex;  
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-scroll {
  overflow: hidden;
  padding-right: 16px;
}


/*Страница спасибо*/

.body--thanks {
}

.total {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.container {

}

.total__logo {
  margin-top: 10px;
}

.total__content {
  width: 100%;
}

.thanks__title--total {
  margin-top: -40px;
  font-size: 50px;
  font-weight: 400;
  color: #00A4F5;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 50px;  
}

.total__title-desc {
  max-width: 400px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.main-button--total {
  display: block;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-decoration: none;
}