@font-face {
  font-family: "Zona Pro";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ZonaPro-Regular.woff2') format('woff2');
}

@font-face {
  font-family: "Zona Pro";
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ZonaPro-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: "Zona Pro";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ZonaPro-Bold.woff2') format('woff2');
}

@font-face {
  font-family: "Zona Pro";
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/ZonaPro-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: "Helios";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/HeliosC.woff2') format('woff2');
}

:root {
  --main-font: 'Zona Pro', sans-serif;
  --second-font: "Helios", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  min-width: 360px;
  font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select,
label {
  font-family: var(--main-font);
  border: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-nav {
  margin-bottom: 1px;
}

.main-nav__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 26.5px 32px;
  background: #f8f8f8;
  border-radius: 8px;
}

.main-nav__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #3c3c3b;
  transition: 0.3s;
}

.main-nav__link:hover {
  color: #ffe11c;
}

.header {
  padding: 23px 0 41px;
}

.header__wrapper {
  display: flex;
  align-items: center;
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.header__online {
  max-width: 123px;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.385;
  color: #707070;
  margin-right: 60px;
  margin-left: 17px;
}

.header__online:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 9px;
  width: 5px;
  height: 5px;
  background-color: #66f3c2;
  border-radius: 100%;
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 20px;
  line-height: 146%;
  text-transform: uppercase;
  color: #3c3c3b;
  border-left: 1px solid #f4f4f4;
  padding: 17px 0 18px 23px;
  margin-right: 82px;
}

.header__circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #727272;
  transition: 0.3s;
}

.header__phone:hover .header__circle {
  background: #ffe11c;
  border-color: #ffe11c;
}

.header__mail:hover .header__circle {
  background: #ffe11c;
  border-color: #ffe11c;
}

.header__mail {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #3c3c3b;
  padding: 17px 0 18px 35px;
  border-left: 1px solid #f4f4f4;
}

.hero {
  margin-bottom: 36px;
  overflow: hidden;
}

.hero__left {
  padding-top: 67px;
}

.hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-weight: 800;
  font-size: 36px;
  line-height: 146%;
  text-transform: uppercase;
  color: #3c3c3b;
  margin-bottom: 24px;
}

.hero__third {
  font-weight: 600;
  /* display: flex;
  align-items: center;
  gap: 10px; */
}

.hero__sign {
  display: inline;
}

.hero__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 146%;
  color: #616161;
  margin-bottom: 66px;
  max-width: 527px;
}

.hero__bold {
  font-weight: 600;
}

.hero__second {
  position: relative;
}

.hero__second:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 284px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  left: -16px;
  top: -5px;
  background-image: url("data:image/svg+xml,%3Csvg width='284' height='66' viewBox='0 0 284 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M116.911 45.4729C161.976 45.3705 221.68 45.8741 260.966 32.9569C271.813 29.3905 288.555 23.7073 279.321 16.3237C265.45 5.23132 225.337 3.60065 202.869 2.61364C162.764 0.851866 121.597 2.9297 82.7405 8.2541C58.5183 11.5732 19.3106 17.4853 5.38635 29.2515C-31.0023 60.0003 237.474 63.5358 255.558 64' stroke='%23FFE11C' stroke-width='4' stroke-linecap='round' /%3E%3C/svg%3E");
}

.hero__points {
  max-width: 488px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 87px;
}

.hero__point {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #3c3c3b;
}

.hero__circle {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #3c3c3b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.hero__right {
  margin-right: -62px;
  position: relative;
}

.hero__link {
  background: #ffe11c;
  max-width: 488px;
  display: block;
  width: 100%;
  padding: 33px 30px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  line-height: 142%;
  text-align: center;
  color: #3c3c3b;
  transition: 0.3s;
}

.hero__link:hover {
  background: #3c3c3b;
  color: #ffe11c;
}

.hero_camera {
  position: absolute;
}

.hero_sneakers {
  filter: drop-shadow(5px 8px 20px rgba(0, 0, 0, 0.1)) drop-shadow(18px 31px 36px rgba(0, 0, 0, 0.09)) drop-shadow(41px 69px 48px rgba(0, 0, 0, 0.05)) drop-shadow(74px 122px 57px rgba(0, 0, 0, 0.01)) drop-shadow(115px 191px 62px rgba(0, 0, 0, 0));
  position: absolute;
  width: 42.8%;
  height: 36.36%;
  right: 25.5%;
  bottom: 14.83%;
  z-index: 3;
}

.hero__camera {
  position: absolute;
  width: 31.19%;
  height: 31.19%;
  right: 3.6%;
  bottom: 25.87%;
  z-index: 4;
}

.hero__play {
  width: 131px;
  height: 131px;
  background: linear-gradient(180deg, #fffb1c 0%, #ffe11c 100%);
  border-radius: 100%;
  position: absolute;
  top: 32.73%;
  right: 33.86%;
}

.hero__play-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 20s infinite linear;
  transform-origin: center;
}

.hero__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.offer {
  margin-bottom: 89px;
}

.offer__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 146%;
  color: #3c3c3b;
  margin-bottom: 60px;
}

.offer__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.offer__item {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 43px 24px 27px;
}

.offer__align {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.offer__caption {
  font-weight: 800;
  font-size: 14px;
  line-height: 142%;
  color: #3c3c3b;
  margin-bottom: 16px;
}

.offer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #727272;
  margin-bottom: 0;
}

.checking {
  padding: 100px 0 135px;
  background-image: url(../img/checking-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 76px;
}

.checking__title {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 146%;
  color: #3c3c3b;
  margin-bottom: 24px;
}

.checking__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 146%;
  text-align: center;
  color: #3c3c3b;
  margin-bottom: 16px;
}

.checking__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  text-align: center;
  color: #727272;
  max-width: 612px;
  margin: 0 auto 64px;
}

.checking__form {
  display: block;
  width: 100%;
  max-width: 999px;
}

.checking__label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #3c3c3b;
}

.checking__bottom {
  display: flex;
  gap: 16px;
}

.checking__wrapper {
  position: relative;
  flex-grow: 1;
}

.checking__input {
  padding: 25px 24px;
  border: 1px solid #bababa;
  border-radius: 8px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #3c3c3b;
  display: block;
  width: 100%;
  transition: 0.3s;
}

.checking__input::placeholder {
  color: #bababa;
}

.checking__input.failed {
  background: #fff4f4;
  border-color: #cc291a;
}

.checking__clear {
  position: absolute;
  top: 27px;
  right: 23px;
  z-index: 1;
  cursor: pointer;
  background: none;
  padding: 0;
}

.checking__submit {
  font-weight: 600;
  font-size: 14px;
  line-height: 142%;
  text-align: center;
  color: #3c3c3b;
  padding: 25px 103px;
  border-radius: 8px;
  background: #ffe11c;
  transition: 0.3s;
}

.checking__submit:hover {
  background: #3c3c3b;
  color: #ffe11c;
}

.doubt {
  margin-bottom: 153px;
}

.doubt__wrapper {
  border-radius: 24px;
  padding: 64px 99px;
  background-color: #ffe11c;
  background-image: url(../img/doubt-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

.doubt__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 146%;
  text-align: center;
  color: #3c3c3b;
  margin-bottom: 24px;
}

.doubt__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 146%;
  text-align: center;
  color: #3c3c3b;
  margin-bottom: 16px;
}

.doubt__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  text-align: center;
  color: #3c3c3b;
  max-width: 610px;
  width: 100%;
  margin: 0 auto 48px;
}

.doubt__form {
  display: grid;
  grid-template-columns: 1fr 288px 288px;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 24px;
}

.doubt__label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #3c3c3b;
  padding-left: 12px;
}

.doubt__input {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 25px 24px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #3c3c3b;
}

.doubt__input::placeholder {
  color: #bababa;
}

.doubt__submit {
  font-weight: 600;
  font-size: 14px;
  line-height: 142%;
  text-align: center;
  color: #ffe11c;
  padding: 24px 23px;
  border-radius: 8px;
  background: #3c3c3b;
  border: 1px solid #3c3c3b;
  transition: 0.3s;
  width: 100%;
  display: block;
}

.doubt__submit:hover {
  color: #3c3c3b;
  border-color: #3c3c3b;
  background-color: transparent;
}

.doubt__politic {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #3c3c3b;
  margin-bottom: 64px;
}

.doubt__link {
  color: #3c3c3b;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.doubt__bottom {
  background: #fff;
  padding: 48px;
  border-radius: 12px;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}

.doubt__bottom:before {
  content: '';
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  width: 91.07%;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  border-radius: 12px;
  height: 186px;
}

.doubt__bottom:after {
  content: '';
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  width: 94.52%;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
  border-radius: 12px;
  height: 186px;
}

.doubt__caption {
  font-weight: 600;
  font-size: 20px;
  line-height: 146%;
  color: #3c3c3b;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}

.doubt__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  position: relative;
  z-index: 5;
}

.doubt__social {
  background: #1ec46f;
  padding: 10px 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 19px;
  border-radius: 8px;
  min-width: 200px;
  justify-content: center;
  transition: 0.3s;
}

.doubt__social:nth-child(1):hover {
  background: #1ae67d;
}

.doubt__social:nth-child(2):hover {
  background: #4cc3fa;
}

.doubt__social:nth-child(3):hover {
  background: #727272;
}

.doubt__social:nth-child(2) {
  background: #2da9e3;
}

.doubt__social:nth-child(3) {
  background: #3c3c3b;
}

.features {
  margin-bottom: 109px;
}

.features__item+.features__item {
  margin-top: 37px;
}

.features__item {
  padding: 34px 10px 34px 102px;
  border-radius: 12px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 41px;
}

.features__item:nth-child(1) {
  padding-right: 55px;
}

.features__item:nth-child(3) {
  padding-right: 40px;
}

.features__suptitle {
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  color: #3c3c3b;
  margin-bottom: 14px;
}

.features__caption {
  font-weight: 800;
  font-size: 20px;
  line-height: 142%;
  color: #3c3c3b;
  margin-bottom: 24px;
}

.features__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #727272;
  margin: 0;
}

.features__point+.features__point {
  margin-top: 15px;
}

.features__point {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #727272;
}

.help {
  margin-bottom: 141px;
  overflow: hidden;
}

.help__block {
  display: flex;
  align-items: flex-start;
  gap: 117px;
  justify-content: space-between;
}

.help__image {
  margin-left: -53px;
}

.help__title {
  max-width: 373px;
  font-weight: 600;
  font-size: 24px;
  line-height: 146%;
  color: #3c3c3b;
  margin-bottom: 32px;
}

.help__span {
  position: relative;
  margin-right: 7px;
}

.help__span:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 40px;
  border-radius: 65px;
  background: #ffe11c;
  z-index: -1;
  top: -8px;
  left: -12px;
}

.help__list {
  margin-bottom: 64px;
}

.help__point+.help__point {
  margin-top: 24px;
}

.help__point {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #3c3c3b;
}

.help__square {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe11c;
  border-radius: 4px;
}

.help__mps {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.help__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  color: #3c3c3b;
  margin-bottom: 48px;
}

.help__purple {
  color: #7e08f8;
}

.help__blue {
  color: #0057f5;
}

.help__caption {
  font-weight: 800;
  font-size: 14px;
  line-height: 142%;
  color: #3c3c3b;
  margin-bottom: 16px;
}

.help__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #3c3c3b;
  margin-bottom: 0;
  max-width: 430px;
}

.order {
  margin-bottom: 186px;
}

.order__block {
  padding: 64px 15px;
  background: #ffe11c url(../img/order-bg.svg) no-repeat center / cover;
  border-radius: 24px;
  position: relative;
}

.order__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 146%;
  text-align: center;
  color: #3c3c3b;
  margin-bottom: 24px;
}

.order__image {
  position: absolute;
  z-index: 1;
  top: 88px;
  left: -77px;
}

.order__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  text-align: center;
  color: #3c3c3b;
  max-width: 610px;
  margin: 0 auto 32px;
}

.order__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: end;
  max-width: 594px;
  margin: 0 auto 24px;
}

.order__form p {
  margin: 0;
}

.order__form .wpcf7-spinner {
  display: none;
}

.order .wpcf7 form .wpcf7-response-output {
  max-width: 594px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.order__form br {
  display: none;
}

.order__label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 142%;
  color: #3c3c3b;
  padding-left: 12px;
}

.order__input {
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #3c3c3b;
  padding: 25px 24px;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 8px;
}

.order__input::placeholder {
  color: #bababa;
}

.order__submit {
  font-weight: 600;
  font-size: 14px;
  line-height: 142%;
  text-align: center;
  color: #ffe11c;
  padding: 24px 14px;
  background: #3c3c3b;
  border: 1px solid #3c3c3b;
  border-radius: 8px;
  transition: 0.3s;
  display: block;
  width: 100%;
}

.order__submit:hover {
  background-color: transparent;
  color: #3c3c3b;
}

.order__politic {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #3c3c3b;
  margin: 0;
}

.order__link {
  color: #3c3c3b;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.what {
  margin-bottom: 98px;
}

.what__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 146%;
  color: #3c3c3b;
  text-align: center;
  margin-bottom: 54px;
}

.what__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 390px;
  gap: 16px;
}

.what__item {
  background: #f8f8f8;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px 20px 12px;

}

.what__text {
  font-weight: 800;
  font-size: 14px;
  line-height: 142%;
  text-align: center;
  color: #3c3c3b;
  margin: auto 0 0;
}

.what__quote {
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #fff;
  padding: 54px 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #fff;
  border-radius: 12px;
  background: #3c3c3b;
  background-image: url(../img/what-quote.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.sert {
  margin-bottom: 249px;
  background: #3c3c3b;
  border-radius: 16px;
  padding: 96px 0;
}

.sert__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 146%;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.sert__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.sert__item {
  border-radius: 12px;
  background: #fff;
  padding: 32px;
  background-image: url(../img/sert.svg);
  background-repeat: no-repeat;
  background-position: left;
}

.sert__caption {
  font-weight: 800;
  font-size: 14px;
  line-height: 142%;
  color: #3c3c3b;
  margin-bottom: 16px;
}

.sert__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #727272;
  margin: 0;
  max-width: 309px;
}

.cost {
  margin-bottom: 133px;
}

.cost__block {
  border-radius: 24px;
  padding: 64px 101px;
  background: #ffe11c;
}

.cost__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 146%;
  text-align: center;
  color: #3c3c3b;
  margin-bottom: 32px;
}

.cost__form {
  display: grid;
  grid-template-columns: 288px 288px 1fr;
  gap: 32px 12px;
}

.cost__form br {
  display: none;
}

.cost__form p {
  margin: 0;
}

.cost__item.full {
  grid-column: span 3;
}

.cost__label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #3c3c3b;
  padding-left: 12px;
}

.cost__input {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #3c3c3b;
  padding: 25px 24px;
  border-radius: 8px;
  background: #fff;
}

.cost__input::placeholder {
  color: #bababa;
}

.cost__politic {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #3c3c3b;
}

.cost__link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #3c3c3b;
}

.cost__submit {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 142%;
  text-align: center;
  color: #ffe11c;
  background: #3c3c3b;
  border: 1px solid #3c3c3b;
  padding: 29px 14px;
  border-radius: 8px;
  transition: 0.3s;
}

.cost__submit:hover {
  background: transparent;
  color: #3c3c3b;
}

.accordion {
  cursor: pointer;
  padding: 18px 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #3c3c3b;
  border-radius: 4px;
  background: #f8f8f8;
  transition: ease-in-out .5s;
}

.accordion._active {
  opacity: 0;
  transform: translateY(20px) scale(1.1);
  filter: blur(5px)
}

.faq .active,
.accordion:hover {
  background: #fffcea;
}

.accordion:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.787 3.84922C15.503 3.56525 15.0425 3.56519 14.7585 3.84929L8.00015 10.6077L1.24152 3.84922C0.957555 3.56525 0.497023 3.56519 0.213023 3.84929C-0.0710078 4.13332 -0.0710078 4.59379 0.213023 4.87779L7.48593 12.1505C7.6223 12.2869 7.80727 12.3635 8.00015 12.3635C8.19302 12.3635 8.37802 12.2868 8.51437 12.1505L15.7869 4.87775C16.071 4.59375 16.071 4.13325 15.787 3.84922Z' fill='%233C3C3B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  min-width: 16px;
  height: 16px;
  color: #777;
  font-weight: 200;
  font-size: 37px;
  float: right;
  margin-left: 5px;
  transition: 0.3s;
}

.accordion.active {
  border-radius: 4px 4px 0 0;
}

.faq .active:after {
  transform: rotate(180deg);
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out
}

.panel p {
  padding: 6px 179px 32px 25px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #727272;
  border-radius: 0 0 4px 4px;
  background: #fffcea;
}

.faq {
  margin-bottom: 96px;
}

.faq__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 146%;
  text-align: center;
  color: #3c3c3b;
  margin-bottom: 48px;
}

.footer {
  background: #3c3c3b;
  padding: 96px 0 51px;
  border-radius: 24px 24px 0 0;
}

.footer__top {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 40px;
  margin-bottom: 33px;
}

.footer__list {
  padding-right: 48px;
  padding-left: 48px;
  border-right: 1px solid #474747;
}

.footer__list:first-child {
  padding-left: 0;
}

.footer__link+.footer__link {
  margin-top: 34px;
}

.footer__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  display: block;
  color: #fff;
}

.footer__left {
  display: grid;
  grid-template-columns: max-content 316px max-content;
}

.footer__right {
  display: flex;
  align-items: flex-start;
  gap: 52px;
}

.footer__socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
}

.footer__phone {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 146%;
  text-transform: uppercase;
  color: #fff;
}

.footer__mail {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.footer__bottom {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  color: #bababa;
  margin: 0;
}

.footer__dev {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #bababa;
}

.process {
  margin-bottom: 141px;
}

.process__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 146%;
  color: #3c3c3b;
  margin-bottom: 69px;
  text-align: center;
}

.process__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.process__item {
  padding: 34px 30px 32px;
  border-radius: 16px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  position: relative;
  overflow: hidden;
}

.process__number {
  position: absolute;
  top: 9px;
  left: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 146%;
  color: #3c3c3b;
  z-index: 10;
}

.process__decor {
  border-radius: 16px 0 107px 0;
  width: 59px;
  height: 59px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: #ffe11c;
  transition: 0.5s cubic-bezier(0.08, 0.68, 1, 1);
}

.process__item:hover .process__decor {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.process__caption {
  font-weight: 800;
  font-size: 14px;
  line-height: 142%;
  color: #3c3c3b;
  margin: 0;
  position: relative;
  z-index: 15;
  text-align: center;
}

.process__icon {
  position: relative;
  z-index: 15;
}

.header__burger {
  background: none;
  display: none;
}

.header-mobile {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  height: 100vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.66);
  padding: 121px 35px;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: minmax(300px, 794px);
  z-index: -10;
  opacity: 0;
  transition: 0.3s;
}

.modal.active {
  z-index: 10000;
  opacity: 1;
}

.modal__window {
  position: relative;
}

.modal__first {
  border-radius: 12px;
  padding: 47px 92px 55px;
  background: #ffe11c;
}

.modal__close {
  position: absolute;
  left: -20px;
  top: -16px;
  background: none;
  padding: 0;
}

.modal__image {
  position: absolute;
  z-index: 10;
  right: -31px;
  top: -84px;
}

.modal__title {
  font-family: var(--main-font);
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 32px;
  line-height: 146%;
  text-align: center;
  color: #3c3c3b;
}

.modal__second {
  border-radius: 20px;
  padding: 34px 15px;
  background: #fff;
  text-align: center;
}

.modal__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  text-align: center;
  color: #3c3c3b;
  margin-bottom: 41px;
}

.modal__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
  margin-bottom: 41px;
}

.modal__form br {
  display: none !important;
}

.modal__form p {
  margin-bottom: 0;
}

.modal__form>p {
  grid-column: span 2;
}

.modal__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #3c3c3b;
  padding-left: 12px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 16px;
}

.modal__input {
  background: #fff;
  display: block;
  width: 100%;
  padding: 25px 24px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #3c3c3b;
}

.modal__input::placeholder {
  color: #bababa;
}

.modal__submit {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 142%;
  text-align: center;
  color: #ffe11c;
  padding: 24px 14px;
  border-radius: 8px;
  background: #3c3c3b;
  grid-column: span 2;
  border: 1px solid #3c3c3b;
  transition: 0.3s;
}

.modal__submit:hover {
  background: transparent;
  color: #3c3c3b;

}

.modal__politic {
  font-weight: 400;
  font-size: 12px;
  line-height: 142%;
  text-align: center;
  color: #3c3c3b;
  margin: 0;
}

.modal__link {
  color: #3c3c3b;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.checking__clear {
  display: none;
  transition: 0.3s;
}

.checking__clear svg path {
  transition: 0.3s;
}

.checking__clear:hover svg path {
  fill: #727272;
}

.checking__input:not(:placeholder-shown)+.checking__clear {
  display: block;
}

.modal .wpcf7 form .wpcf7-response-output {
  margin-top: -47px;
}

.doubt__form br {
  display: none;
}

.doubt__form p {
  margin: 0;
  align-self: end;
}

.doubt .wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.checking__info {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 286px;
  gap: 16px;
  max-width: 999px;
  width: 100%;
}

.checking__success {
  background: #deffee;
  border-radius: 8px;
  padding: 24px 33px;
}

.checking__lab {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  color: #058443;
  margin-bottom: 16px;
}

.checking__results {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 16px;
}

.checking__code {
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #3c3c3b;
}

.checking__fail {
  background: #ffdbdb;
  border-radius: 8px;
  padding: 12px 8px 12px 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.checking__oops {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 142%;
  color: #cc291a;
}

.checking__feed br {
  display: none;
}

.checking__feed p {
  background: #fff;
  padding: 3px 4px 3px 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
}

.checking__feed .wpcf7-spinner {
  display: none;
}

#wpcf7-f104-o2 .wpcf7-response-output {
  max-width: 430px;
  margin-left: 0;
  margin-right: 0;
}

.checking__phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #bababa;
  padding: 0;
  background: transparent;
  border: none;
  width: 178px;
}

.checking__send {
  font-weight: 400;
  font-size: 14px;
  background: #3c3c3b;
  border-radius: 6px;
  line-height: 146%;
  color: #f8f8f8;
  padding: 10px 13px 10px 16px;
}

@media (max-width: 1115px) {
  .header__online {
    display: none;
  }

  .checking {
    padding: 222px 0 135px;
    background-position: right top;
    background-size: 300px auto;
    margin-bottom: 76px;
  }

  .offer {
    margin-bottom: 10px;
  }

  .doubt__form {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header__phone {
    margin-right: 20px;
  }

  .header__mail {
    padding-left: 20px;
  }

  .help__image {
    margin-left: 0;
    width: 400px;
  }

  .help__block {
    gap: 57px;
  }

  .order__image {
    top: -120px;
    width: 200px;
    left: 6px;
  }

  .cost__form {
    grid-template-columns: 1fr;
  }

  .cost__item.full {
    grid-column: span 1;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .footer__left {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 950px) {
  .doubt__wrapper {
    padding: 50px 48px;
  }

  .doubt__socials {
    flex-wrap: wrap;
    justify-content: center;
  }

  .doubt__form {
    grid-template-columns: 1fr 1fr;
  }

  .doubt__submit {
    grid-column: span 2;
  }

  .hero__right {
    margin-right: 0;
  }

  .hero__block {
    flex-direction: column;
    align-items: center;
  }

  .hero__link {
    max-width: 694px;
  }

  .hero__points {
    max-width: 694px;
  }

  .offer__block {
    grid-template-columns: 1fr 1fr;
  }

  .process__block {
    grid-template-columns: 1fr 1fr;
  }

  .sert__block {
    grid-template-columns: 1fr 1fr;
  }

  .what__block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .what__quote {
    grid-column: span 3;
  }

  .doubt__form>p {
    grid-column: span 2;
  }

  .checking__output {
    grid-column: span 2;
  } 
}

@media (max-width: 850px) {
  .header__contacts {
    margin-right: 30px;
  }

  .header__phone {
    display: none;
  }

  .header__mail {
    display: none;
  }

  .header__burger {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .header-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    transition: .3s;
    transform: translateX(100%);
  }

  .header-mobile.active {
    transform: translateX(0);
  }

  .main-nav__block {
    flex-direction: column;
  }

  .header-mobile .header__phone {
    display: flex;
    justify-content: center;
  }

  .header-mobile .header__wrapper {
    padding: 23px 0;
  }

  .header-mobile .header__mail {
    display: flex;
    justify-content: center;
  }

  .hero__left {
    padding-top: 30px;
  }

  .checking__bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .features__item {
    flex-direction: column;
    padding: 40px 50px;
  }

  .help__block {
    flex-direction: column;
    align-items: center;
  }

  .help__image {
    width: auto;
  }

  .checking__success {
    width: 100%;
  }

  .checking__info {
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  .doubt__form {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .doubt__submit {
    grid-column: span 1;
  }

  .cost__block {
    padding: 50px 30px;
  }

  .panel p {
    padding: 6px 25px 45px;
  }

  .modal__form {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .modal__submit {
    grid-column: span 1;
  }

  .modal__form>p {
    grid-column: span 1;
  }

  .doubt__form>p {
    grid-column: span 1;
  }

  .checking__fail {
    flex-direction: column;
  }

  .checking__fail {
    padding: 15px 20px;
  }
}

@media (max-width: 600px) {
  .hero__play {
    top: 22.73%;
    transform: scale(0.7);
  }

  .hero__title {
    font-size: 27px;
  }

  .hero__second:before {
    width: 194px;
    height: 45px;
    left: -7px;
    top: -3px;
  }

  .hero__left {
    padding-top: 0;
  }

  .hero__subtitle {
    margin-bottom: 41px;
  }

  .hero__points {
    justify-content: center;
    gap: 20px 45px;
    margin-bottom: 45px;
  }

  .hero__block {
    gap: 35px;
  }

  .hero {
    overflow: visible;
  }

  .header__logo {
    width: 103px;
  }

  .header__contacts {
    margin-right: 20px;
  }

  .header__contacts {
    gap: 15px;
  }

  .header__contact {
    width: 30px;
  }

  .offer__block {
    grid-template-columns: 1fr;
  }

  .hero {
    margin-bottom: 57px;
  }

  .offer__title {
    font-size: 28px;
    margin-bottom: 27px;
  }

  .offer {
    margin-bottom: 36px;
  }

  .checking {
    padding: 222px 0 35px;
    background-size: 277px auto;
  }

  .checking__title {
    font-size: 28px;
  }

  .checking__subtitle {
    font-size: 21px;
  }

  .checking__text {
    font-size: 15px;
    margin-bottom: 38px;
  }

  .doubt__wrapper {
    padding: 35px 20px;
  }

  .doubt__title {
    font-size: 28px;
  }

  .doubt__subtitle {
    font-size: 18px;
  }

  .doubt__text {
    font-size: 14px;
    margin: 0 auto 40px;
  }

  .doubt__caption {
    color: #3c3c3b;
  }

  .doubt__social {
    width: 100%;
  }

  .doubt__bottom {
    padding: 35px 15px;
  }

  .doubt__social {
    font-size: 13px;
    gap: 15px;
    min-width: auto;
  }

  .doubt {
    margin-bottom: 66px;
  }

  .features__item {
    padding: 35px 30px;
  }

  .features__item:nth-child(1) {
    padding-right: 30px;
  }

  .features__suptitle {
    font-size: 13px;
  }

  .features__caption {
    font-size: 18px;
    margin-bottom: 17px;
  }

  .features__text {
    font-size: 13px;
  }

  .features__point {
    align-items: baseline;
    font-size: 13px;
  }

  .features__item+.features__item {
    margin-top: 30px;
  }

  .help__image {
    width: 200px;
  }

  .help__list {
    margin-bottom: 39px;
  }

  .help__block {
    gap: 45px;
  }

  .help__text {
    margin-bottom: 36px;
  }

  .help {
    margin-bottom: 70px;
  }

  .features {
    margin-bottom: 75px;
  }

  .header__phone {
    padding-left: 0;
    margin-right: 0;
  }

  .header__mail {
    padding-left: 0;
  }

  .main-nav__block {
    margin-bottom: 30px;
    padding: 26.5px 52px;
  }

  .main-nav__block {
    gap: 22px;
  }

  .main-nav__link {
    font-size: 15px;
    text-align: center;
  }

  .process__block {
    grid-template-columns: 1fr;
  }

  .process__title {
    font-size: 28px;
    margin-bottom: 38px;
  }

  .process {
    margin-bottom: 146px;
  }

  .sert__block {
    grid-template-columns: 1fr;
  }

  .sert__text {
    max-width: 100%;
  }

  .sert {
    padding: 45px 0;
    margin-bottom: 70px;
  }

  .sert__title {
    font-size: 28px;
    margin-bottom: 29px;
  }

  .what__block {
    grid-template-columns: 1fr;
  }

  .what__quote {
    grid-column: span 1;
  }

  .what__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .what {
    margin-bottom: 65px;
  }

  .order__form {
    grid-template-columns: 1fr;
  }

  .order__title {
    font-size: 26px;
  }

  .order__subtitle {
    font-size: 15px;
  }

  .order__block {
    padding: 64px 15px 42px;
  }

  .order {
    margin-bottom: 80px;
  }

  .cost__title {
    font-size: 21px;
  }

  .cost {
    margin-bottom: 70px;
  }

  .accordion {
    font-size: 12px;
    padding: 18px 20px;
  }

  .panel p {
    font-size: 12px;
  }

  .faq__title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .faq {
    margin-bottom: 49px;
  }

  .footer__left {
    grid-template-columns: 1fr;
  }

  .footer__right {
    flex-direction: column;
    align-items: center;
  }

  .footer__socials {
    flex-direction: row;
  }

  .footer__list {
    padding: 0;
    text-align: center;
  }

  .footer__list+.footer__list {
    margin-top: 30px;
  }

  .footer__bottom {
    text-align: center;
  }

  .footer__link {
    line-height: 1.3;
  }

  .footer {
    padding-top: 53px;
  }

  .modal__image {
    right: -7px;
    top: -26px;
    width: 100px;
  }

  .modal__title {
    font-size: 28px;
  }

  .modal__first {
    padding: 58px 15px 35px;
  }

  .modal__subtitle {
    font-size: 13px;
  }

  .modal {
    padding: 55px 24px 24px;
  }

  .modal__close {
    width: 13px;
    left: -18px;
    top: -14px;
  }

  .modal__form {
    margin-bottom: 24px;
  }

  .modal__politic {
    font-size: 11px;
  }

  .footer__list {
    border: none;
  }

  .checking__feed p {
    flex-direction: column;
    padding: 15px 20px;
  }
}

@media (max-width: 450px) {
  .checking__code {
    font-size: 13px;
  }
}