@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

body {
  font-family: 'Proxima Nova';
  font-size: 16px;
  font-weight: 400;
  color: #3C3C3C;
}

input,
button {
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
}

.wrapper {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

/* Шапка */

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__call {
  margin-left: auto;
  margin-right: 30px;
}

.header__mail {
  margin-right: 30px;
}

.header__call,
.header__mail,
.header__tg {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 700;
  font-size: 19px;
}

.header__call img,
.header__mail img,
.header__tg img {
  margin-right: 10px;
}

.burger {
  width: 24px;
  height: 16px;
  position: relative;
  z-index: 100;
  display: none;
}

.burger__item {
  position: absolute;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger__item:nth-child(1) {
  top: 0;
}

.burger__item:nth-child(2) {
  top: calc(50% - 1px);
  left: 0;
}

.burger__item:nth-child(3) {
  bottom: 0;
}

.burger.active .burger__item {
  background-color: #E64C3C;
}

.burger.active .burger__item:nth-child(2) {
  opacity: 0;
}

.burger.active .burger__item:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
}

.burger.active .burger__item:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 30px;
  font-weight: 700;
}

.nav {
  background-color: #696969;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}

.nav__link {
  color: #fff;
  font-weight: 700;
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.nav .header__call,
.nav .header__mail,
.nav .header__tg {
  display: none;
}

/* / Шапка */

/* Hero */

.hero {
  padding-top: 200px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.hero__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.22;
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.form {
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  padding: 30px;
  margin-left: auto;
}

.form__title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.form__descr {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.form__checks {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 30px;
}

.form__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}

input:checked + .form__check_rd::before {
  display: none;
}

.form__check_rd {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: -webkit-linear-gradient(top, #FFD600 0%, #C99D00 100%);
  background: linear-gradient(180deg, #FFD600 0%, #C99D00 100%);
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
}

.form__check_rd::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.form__check_name {
  font-size: 14px;
}

.form__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #B4B4B4;
  margin-bottom: 25px;
}

.form__field img {
  margin-right: 10px;
  display: block;
}

.form__inp {
  display: block;
  width: calc(100% - 35px);
}

.form__submit {
  display: block;
  width: 100%;
  background: -webkit-linear-gradient(top, #FFD600 0%, #C99D00 100%);
  background: linear-gradient(180deg, #FFD600 0%, #C99D00 100%);
  border-radius: 8px;
  font-weight: 700;
  padding: 16px 0;
  cursor: pointer;
  margin-bottom: 15px;
}

.form__bt {
  text-align: center;
  font-size: 14px;
}

/* / Hero */

/* Преимущества */

.advantages {
  background: -webkit-linear-gradient(top, #696969 0%, #515151 100%);
  background: linear-gradient(180deg, #696969 0%, #515151 100%);
  padding: 110px 0 120px;
  color: #fff;
}

.advantages__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.advantages__video {
  height: 404px;
  width: 50%;
  margin-right: 20px;
  position: relative;
}

.advantages__preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

.advantages__preview.hidden {
  opacity: 0;
  pointer-events: none;
}

.advantages__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.advantages__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.advantages__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.advantages__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 50%;
  margin-bottom: -40px;
}

.advantages__item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 40px;
}

.advantages__icon {
  display: block;
  margin-bottom: 20px;
}

.advantages__txt {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
}

/* / Преимущества */

/* СЕО */

.seo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0 120px;
}

.seo__title {
  margin-bottom: 40px;
}

.seo__subtitle {
  font-size: 21px;
  margin-top: 25px;
}

.seo__txt {
  line-height: 1.62;
}

/* / СЕО */

/* Причины */

.reason {
  background: -webkit-linear-gradient(top, #696969 0%, #515151 100%);
  background: linear-gradient(180deg, #696969 0%, #515151 100%);
  padding: 110px 0 120px;
  color: #fff;
}

.reason__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.reason__item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.reason__icon {
  margin-bottom: 30px;
}

.reason__txt {
  line-height: 1.62;
  text-align: center;
}

/* / Причины */

/* Подробности */

.more {
  padding: 120px 0;
}

.m-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  padding: 50px 15px 60px 15px;
}

.m-form__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.m-form__descr {
  margin-bottom: 28px;
  text-align: center;
}

.m-form__main {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 860px;
  margin: 0 auto;
}

.m-form__main > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.m-form__field {
  margin-right: 40px;
  width: calc(100% / 12 * 4 - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #B4B4B4;
}

.m-form__field img {
  margin-right: 10px;
  display: block;
}

.m-form__inp {
  width: calc(100% - 25px - 10px);
}

.m-form__submit {
  width: calc(100% / 12 * 4);
  background: -webkit-linear-gradient(top, #FFD600 0%, #C99D00 100%);
  background: linear-gradient(180deg, #FFD600 0%, #C99D00 100%);
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0;
  cursor: pointer;
}

.m-form__bt {
  text-align: center;
  margin-top: 30px;
}

/* / Подробности */

/* Подвал */

.footer {
  background: -webkit-linear-gradient(top, #696969 0%, #515151 100%);
  background: linear-gradient(180deg, #696969 0%, #515151 100%);
  color: #fff;
  padding-bottom: 30px;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}

.footer__call {
  margin-left: auto;
  margin-right: 30px;
}

.footer__mail {
  margin-right: 30px;
}

.footer__call,
.footer__mail,
.footer__tg {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 700;
}

.footer__call img,
.footer__mail img,
.footer__tg img {
  margin-right: 10px;
}

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 30px;
  font-weight: 700;
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.footer__politic {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
}

.footer__politic:hover {
  text-decoration: none;
}

.footer__rights {
  font-size: 14px;
}

/* / Подвал */

@media screen and (max-width: 992px) {
  .section-title {
    font-size: 29px;
  }

  .header__call,
  .header__mail,
  .header__tg {
    display: none;
  }

  .header__top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .logo {
    margin-left: -10px;
  }

  .burger {
    display: block;
  }

  .hero {
    padding-top: 120px;
  }

  .hero__title {
    font-size: 37px;
  }

  .nav {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #696969;
    width: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    z-index: 9;
  }

  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    max-width: unset;
    padding: 0;
    margin-bottom: 15px;
  }

  .nav__item {
    padding-left: 15px;
    border-bottom: 1px solid #fff;
  }

  .nav__link {
    display: inline-block;
    padding: 15px 0;
  }

  .nav .header__call,
  .nav .header__mail,
  .nav .header__tg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .advantages {
    padding: 80px 0;
  }

  .advantages__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .advantages__video {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 400px;
    height: 300px;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .footer__top > * {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .footer__call {
    margin-left: unset;
  }
}

@media screen and (max-width: 900px) {
  .reason__items {
    margin-bottom: -40px;
  }

  .reason__item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }

  .advantages__items {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .advantages__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .hero {
    padding-bottom: 60px;
  }

  .hero__title {
    font-size: 34px;
  }

  .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .form {
    margin-left: unset;
  }

  .advantages {
    padding: 60px 0;
  }

  .logo {
    font-size: 22px;
  }

  .logo img {
    width: 120px;
  }

  .reason__item {
    width: calc(100% - 20px);
  }

  .more {
    padding: 80px 0;
  }

  .m-form__main {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .m-form__main > * {
    width: 50%;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
            flex-grow: unset;
  }

  .m-form__field {
    margin-right: 10px;
    margin-left: 10px;
    width: calc(50% - 20px);
  }

  .m-form__submit {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .section-title {
    font-size: 24px;
  }

  .hero {
    padding-top: 80px;
  }

  .hero__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .advantages {
    padding: 60px 0;
  }

  .advantages__title {
    margin-bottom: 20px;
  }

  .advantages__video {
    height: 246px;
  }

  .reason {
    padding: 60px 0;
  }

  .reason__title {
    margin-bottom: 20px;
  }

  .more,
  .seo {
    padding: 60px 0;
  }

  .seo__subtitle {
    text-align: center;
    font-size: 20px;
  }

  .seo__title {
    margin-bottom: 20px;
  }

  .m-form__title {
    font-size: 16px;
  }

  .m-form__descr {
    font-size: 14px;
  }

  .m-form__field {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .m-form__submit {
    margin-top: 0;
    width: 100%;
  }

  .footer__logo {
    font-size: 22px;
  }

  .footer__logo img {
    width: 120px;
  }
}


.seo img{
  display: block;
  margin: 30px auto;
}

.contact{
  padding-top: 70px;
}

.contact__more{
  display: flex;
  justify-content: space-around;
}

.contact iframe{
  width: 100%;
  height: 100%;
}

.more__map{
  width: 70%;
  height: 330px;
}
.contact__more .header__call,
.contact__more .header__mail,
.contact__more .header__tg{
  padding: 2px 0;
}

@media (max-width: 993px) {
  .contact__more {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .more__address{
    margin-bottom: 30px;
  }
  .more__map{
    width: 100%;
  }

  .contact__more .header__call,
  .contact__more .header__mail,
  .contact__more .header__tg{
    display: block;
  }
}

.success-page{
  height: 92vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.success-page .title-h1{
  font-size: 34px;
}

.success-page .title-h3{
  font-size: 24px;
}


.success-page .space-20{
  height: 30px;
}

.success-page  .form__button {
  background-color: #f1f1fa;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 21px;
}