* {
  border: 0;
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  box-sizing: border-box;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

form br {
  display: none;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

@font-face {
  font-family: CofoSans;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/cofo-sans-bold.b8a0dcd4.eot") format("eot"), url("../fonts/cofo-sans-bold.8bea0409.woff") format("woff"), url("../fonts/cofo-sans-bold.f8728f7c.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: CofoSans;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/cofo-sans-medium.421f94cf.eot") format("eot"), url("../fonts/cofo-sans-medium.d02908b9.woff") format("woff"), url("../fonts/cofo-sans-medium.db20dd1e.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: CofoSans;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/cofo-sans-regular.2200d03c.eot") format("eot"), url("../fonts/cofo-sans-regular.1ec663bb.woff") format("woff"), url("../fonts/cofo-sans-regular.184e72a3.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ruberoid-medium.fca9ab51.eot") format("eot"), url("../fonts/ruberoid-medium.a0080631.woff") format("woff"), url("../fonts/ruberoid-medium.5c846b48.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ruberoid-bold.cc295445.eot") format("eot"), url("../fonts/ruberoid-bold.ba39a14c.woff") format("woff"), url("../fonts/ruberoid-bold.7483cb82.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/ruberoid-semibold.dc8b4645.eot") format("eot"), url("../fonts/ruberoid-semibold.93a99d34.woff") format("woff"), url("../fonts/ruberoid-semibold.07646397.woff2") format("woff2");
  font-display: swap;
}

.header {
  z-index: 101;
  background: #fff;
  width: 100%;
  padding: 15px 0;
  position: fixed;
}

.header .container {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (width <=1000px) {
  .header {
    padding: 10px 0;
  }
}

.header__nav {
  width: 100%;
  max-width: 440px;
}

.header__nav ul {
  color: #000;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  font-family: CoFoSans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

@media (width <=1250px) {
  .header__nav {
    display: none;
  }
}

@media (width <=1000px) {
  .header__logo img {
    width: 170px;
  }
}

.header__contacts {
  align-items: center;
  gap: 15px;
  display: flex;
}

@media (width <=1250px) {
  .header__contacts {
    display: none;
  }

  .space {
    width: 56px;
  }
}

.js-burger__btn-open {
  display: none;
}

@media (width <=1250px) {
  .js-burger__btn-open {
    display: block;
  }
}

.header__phone {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.header__phone a {
  color: #000;
  font-family: CoFoSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.header__phone span {
  color: #0006;
  font-family: CoFoSans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.header__socials {
  align-items: center;
  gap: 5px;
  display: flex;
}

.footer {
  background-color: #fff;
  border-radius: 25px;
  margin: 0 20px;
}

.footer .container {
  display: flex;
}

@media (width <=1100px) {
  .footer .container {
    flex-direction: column;
    padding: 0;
  }
}

@media (width <=1000px) {
  .footer {
    margin: 0 10px;
  }
}

.footer__content-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 30px;
}

@media (width <=1100px) {
  .footer__content-wrapper {
    padding: 30px 15px;
  }
}

.footer__logo-row {
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
  display: flex;
}

@media (width <=1000px) {
  .footer__logo-row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.footer__logo {
  color: #6f6f6f;
  flex-direction: column;
  gap: 20px;
  font-family: CoFoSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

@media (width <=1000px) {
  .footer__logo {
    text-align: center;
  }
}

.footer__nav ul {
  color: #000;
  align-items: center;
  gap: 20px;
  font-family: CoFoSans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

@media (width <=1000px) {
  .footer__nav ul {
    flex-direction: column;
    font-size: 14px;
  }
}

.footer__contacts {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

@media (width <=1000px) {
  .footer__contacts {
    justify-content: center;
  }
}

.footer__contacts-item {
  flex-direction: column;
  display: flex;
}

.footer__contacts-item a {
  color: #000;
  margin-bottom: 5px;
  font-family: CoFoSans, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

@media (width <=1000px) {
  .footer__contacts-item a {
    font-size: 17px;
  }
}

.footer__contacts-item span {
  color: #0006;
  font-family: CoFoSans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=1000px) {
  .footer__contacts-item span {
    font-size: 13px;
  }

  .footer__contacts-item {
    align-items: center;
  }
}

.footer__item-title {
  color: #6f6f6f;
  margin-bottom: 15px;
  font-family: CoFoSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=1000px) {
  .footer__item-title {
    margin-bottom: 8px;
    font-size: 13px;
  }
}

.footer__row {
  color: #0006;
  border-top: 1px solid #0000001a;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  padding-top: 20px;
  font-family: CoFoSans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.footer__row span {
  max-width: 600px;
}

.footer__row div {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (width <=1000px) {
  .footer__row {
    text-align: center;
    justify-content: center;
    font-size: 12px;
  }
}

.footer__qr {
  border-left: 10px solid #f7f7f7;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 40px 40px 30px;
  display: flex;
}

.footer__qr img {
  max-width: 250px;
}

@media (width <=1100px) {
  .footer__qr {
    border: none;
    border-top: 10px solid #f7f7f7;
    padding: 10px;
  }
}

.footer__qr-text {
  text-align: center;
  color: #6f6f6f;
  font-family: CoFoSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=1000px) {
  .footer__qr-text {
    font-size: 13px;
  }
}

.burger {
  z-index: 102;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  background: #ffffff80;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: fixed;
}

.burger--active {
  opacity: 1;
  visibility: visible;
}

.burger__content {
  background: #fff;
  border-radius: 0 0 25px 25px;
  flex-direction: column;
  align-items: center;
  max-height: max-content;
  padding: 0 15px 20px;
  display: flex;
  box-shadow: 0 6px 12px #c7c7c71a, 0 23px 23px #c7c7c717, 0 51px 30px #c7c7c70d, 0 90px 36px #c7c7c703, 0 141px 39px #c7c7c700;
}

.burger__head {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.burger__nav {
  margin-bottom: 30px;
}

.burger__nav ul {
  color: #000;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-family: CoFoSans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.burger__contacts {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.burger__contacts .header__phone {
  align-items: center;
  margin-bottom: 15px;
}

.burger__contacts .header__socials {
  margin-bottom: 30px;
}

.burger__contacts .btn {
  width: 100%;
  max-width: none;
}

.overlay {
  z-index: 102;
  background-color: #0000002f;
  justify-content: end;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: fixed;
}

.overlay--hidden {
  opacity: 0;
  visibility: hidden;
}

.overlay__content {
  background-color: #fff;
  border-radius: 0 0 0 25px;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  position: relative;
  overflow-y: auto;
}

.overlay__content form {
  flex-direction: column;
  gap: 15px;
  width: 100%;
  display: flex;
}

.overlay__content .custom-checkbox {
  margin: 0;
}

.overlay__content label:not(.custom-checkbox) {
  color: #000;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  font-family: CoFoSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

@media (width <=1000px) {
  .overlay__content label:not(.custom-checkbox) {
    gap: 5px;
    font-size: 13px;
  }
}

.overlay__content input:not(.custom-checkbox input, .btn) {
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  width: 100%;
  padding: 20px 25px;
  font-family: CoFoSans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.overlay__content input:not(.custom-checkbox input, .btn)::placeholder {
  color: #6f6f6f80;
}

@media (width <=1000px) {
  .overlay__content input:not(.custom-checkbox input, .btn) {
    border-radius: 20px;
    padding: 25px;
    font-size: 13px;
  }

  .overlay__content {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}

.overlay__content .btn {
  width: 100%;
  max-width: none;
}

.overlay__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
  font-family: Ruberoid, sans-serif;
  font-size: 40px;
  font-weight: 700;
  padding-right: 50px;
}

@media (width <=1000px) {
  .overlay__title {
    font-size: 25px;
  }
}

.js-overlay__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (width <=1000px) {
  .js-overlay__btn-close svg {
    width: 40px;
    height: 40px;
  }
}

.overlay__text {
  color: #6f6f6f;
  margin-bottom: 35px;
  font-family: CoFoSans, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.main-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 78px);
  min-height: 600px;
  padding-bottom: 80px;
  border-radius: 0 0 40px 40px;
}

.main-section .container {
  flex-direction: column;
  justify-content: end;
  display: flex;
}

.main-section__content {
  flex-direction: column;
  justify-content: end;
  gap: 20px;
  display: flex;
}

.main-section__content h1 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  font-family: Ruberoid, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 123%;
}

@media (width <=1200px) {
  .main-section__content h1 {
    font-size: 33px;
  }
}

@media (width <=1000px) {
  .main-section__content h1 {
    text-align: center;
  }

  .main-section__content {
    gap: 15px;
  }
}

.main-section__row {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (width <=1000px) {
  .main-section__row {
    flex-direction: column;
    align-items: center;
  }

  .main-section__row .sroll-btn {
    display: none;
  }
}

.main-section__info {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.main-section__info p {
  text-align: right;
  color: #fff;
  max-width: 550px;
  font-family: CoFoSans, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

@media (width <=1000px) {
  .main-section__info p {
    text-align: center;
    font-size: 14px;
  }
}

.main-section__info .sroll-btn {
  display: none;
}

@media (width <=1000px) {
  .main-section__info {
    flex-direction: column;
  }

  .main-section__info .sroll-btn {
    display: block;
  }

  .main-section__info {
    gap: 15px;
  }
}

.main-section__subtitle {
  letter-spacing: -.03em;
  text-align: center;
  color: #fff;
  background: #f95429;
  border-radius: 20px 0;
  padding: 2px 10px;
  font-family: Ruberoid, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
}

@media (width <=1200px) {
  .main-section__subtitle {
    font-size: 20px;
  }
}

.why__content {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: grid;
}

@media (width <=1000px) {
  .why__content {
    gap: 5px;
  }
}

.why__content-item {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-height: 220px;
  padding: 30px;
  display: flex;
  position: relative;
}

@media (width <=1000px) {
  .why__content-item img {
    width: 43px;
    height: 43px;
  }

  .why__content-item {
    padding: 15px 10px;
  }
}

.why__item-num {
  text-align: center;
  color: #6f6f6f66;
  font-family: CoFoSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (width <=1000px) {
  .why__item-num {
    font-size: 15px;
  }
}

.why__item-title {
  letter-spacing: -.03em;
  text-align: center;
  color: #000;
  margin-top: auto;
  font-family: CoFoSans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 108%;
}

@media (width <=1000px) {
  .why__item-title {
    font-size: 16px;
    margin-top: 20px;
  }
}

.why__item-text {
  text-align: center;
  color: #6f6f6f;
  max-width: 305px;
  font-family: CoFoSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media (width <=1000px) {
  .why__item-text {
    font-size: 13px;
  }
}

.approach {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
  margin: 0 40px;
}

.approach .section-title {
  margin-bottom: 15px;
}

@media (width <=1000px) {
  .approach .section-title {
    font-size: 23px;
  }
}

@media (width <=1400px) {
  .approach {
    margin: 0 15px;
  }
}

.approach__content-wrapper {
  padding: 50px 0;
}

@media (width <=1000px) {
  .approach__content-wrapper {
    padding: 25px 0;
  }
}

.approach__text {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-family: CoFoSans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

@media (width <=1000px) {
  .approach__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.approach__cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 50px;
  display: grid;
}

@media (width <=1000px) {
  .approach__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 25px;
  }
}

.approach__cards-item {
  backdrop-filter: blur(10px);
  background: #ffffff1a;
  border: 1px solid #bbb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 200px;
  padding: 20px 24px;
  display: flex;
}

@media (width <=1000px) {
  .approach__cards-item {
    min-height: 140px;
    padding: 10px;
  }
}

.approach__cards-num {
  color: #fff;
  font-family: CoFoSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media (width <=1000px) {
  .approach__cards-num {
    font-size: 15px;
  }
}

.approach__cards-text {
  color: #fff;
  font-family: CoFoSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media (width <=1000px) {
  .approach__cards-text {
    font-size: 14px;
  }
}

.approach__descr {
  flex-direction: column;
  align-items: center;
  gap: 15px;
  display: flex;
}

.approach__descr p {
  text-align: center;
  color: #fff;
  max-width: 800px;
  font-family: CoFoSans, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

@media (width <=1000px) {
  .approach__descr p {
    font-size: 14px;
  }

  .approach__descr {
    gap: 10px;
  }
}

.approach__descr-title {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #f95429;
  border-radius: 15px 0;
  padding: 10px;
  font-family: CoFoSans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

@media (width <=1000px) {
  .approach__descr-title {
    padding: 8px 10px;
    font-size: 20px;
  }
}

.how {
  z-index: 5;
  position: relative;
}

.how__content {
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  display: grid;
}

@media (width <=1100px) {
  .how__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.how__content-item {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  gap: 25px;
  padding: 25px 10px;
  display: flex;
}

.how__content-item img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

@media (width <=1000px) {
  .how__content-item img {
    height: auto;
  }

  .how__content-item {
    gap: 5px;
    padding: 10px 5px;
  }
}

.how__item-title {
  letter-spacing: -.03em;
  text-align: center;
  color: #000;
  font-family: CoFoSans, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

@media (width <=1000px) {
  .how__item-title {
    font-size: 18px;
  }
}

.how__item-text {
  text-align: center;
  color: #6f6f6f;
  font-family: CoFoSans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

@media (width <=1000px) {
  .how__item-text {
    font-size: 13px;
  }
}

.talk {
  background: #fff;
  position: relative;
}

.talk .container {
  z-index: 3;
  padding: 50px 15px;
  position: relative;
}

@media (width <=1000px) {
  .talk .container {
    padding: 25px 15px;
  }
}

.talk .section-title {
  margin-bottom: 15px;
  font-size: 40px;
}

@media (width <=1000px) {
  .talk .section-title {
    font-size: 25px;
  }
}

.talk__bg {
  position: absolute;
}

.talk__bg:first-child {
  z-index: 1;
  top: 0;
  left: 0;
}

.talk__bg:nth-child(2) {
  z-index: 1;
  top: 0;
  right: 0;
}

@media (width <=1200px) {
  .talk__bg {
    display: none;
  }
}

.talk__img {
  z-index: 2;
  position: absolute;
  top: -100px;
  right: 0;
}

@media (width <=1200px) {
  .talk__img {
    display: none;
  }
}

.talk__text {
  color: #6f6f6f;
  margin-bottom: 50px;
  font-family: CoFoSans, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

@media (width <=1000px) {
  .talk__text {
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
  }
}

.talk__form-row {
  /* align-items: center; */
  gap: 15px;
  width: 100%;
  display: flex;
}

.talk__form-row p {
  width: 100%;
}

.talk__form-row label:not(.custom-checkbox) {
  color: #000;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 326px;
  font-family: CoFoSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

@media (width <=1000px) {
  .talk__form-row label:not(.custom-checkbox) {
    gap: 5px;
    max-width: none;
    font-size: 13px;
  }
}

.talk__form-row input:not(.custom-checkbox input, .btn) {
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  width: 100%;
  padding: 40px 25px;
  font-family: CoFoSans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.talk__form-row input:not(.custom-checkbox input, .btn)::placeholder {
  color: #6f6f6f80;
}

@media (width <=1000px) {
  .talk__form-row input:not(.custom-checkbox input, .btn) {
    border-radius: 20px;
    padding: 25px;
    font-size: 13px;
  }
}

.talk__form-row .btn {
  min-width: 220px;
  height: 101px;
  margin-top: 30px;
}

@media (width <=1000px) {
  .talk__form-row .btn {
    width: 100%;
    max-width: none;
    height: 85px;
    margin: 0;
  }

  .talk__form-row {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}

.custom-checkbox {
  color: #0006;
  cursor: pointer;
  margin-top: 15px;
  font-family: CoFoSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

@media (width <=1000px) {
  .custom-checkbox {
    font-size: 12px;
  }
}

.custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #0003;
  border-radius: 5px;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
}

.custom-checkbox input:checked:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rights_download {
  text-decoration-skip-ink: none;
  text-decoration: underline;
}

.cards__content {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: grid;
}

@media (width <=1000px) {
  .cards__content {
    grid-template-columns: 1fr;
  }
}

.cards__content-item {
  background: #fff;
  border-radius: 30px;
  flex-direction: column;
  min-height: 300px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

/* hover для десктопа */
@media (hover: hover) {
  .cards__content-item:hover {
    background: #f95429;
  }

  .cards__content-item:hover .cards__item-num {
    color: #fff;
    transform: scale(.6);
  }

  .cards__content-item:hover .cards__item-text {
    color: #fff;
  }
}

/* класс для мобилки */
.cards__content-item.--visible {
  background: #f95429;
}

.cards__content-item.--visible .cards__item-num {
  color: #fff;
  transform: scale(.6);
}

.cards__content-item.--visible .cards__item-text {
  color: #fff;
}

@media (width <=1000px) {
  .cards__content-item {
    min-height: 130px;
  }
}

.cards__item-text {
  color: #000;
  max-width: 445px;
  padding: 30px;
  font-family: CoFoSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media (width <=1000px) {
  .cards__item-text {
    text-align: center;
    padding: 18px 22px;
    font-size: 13px;
  }
}

.cards__item-num {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #efefef;
  margin: 0 auto;
  font-family: Ruberoid, sans-serif;
  font-size: 201px;
  font-weight: 500;
  transition: all .3s;
  transform: translateY(30%);
}

@media (width <=1200px) {
  .cards__item-num {
    font-size: 170px;
  }
}

@media (width <=1000px) {
  .cards__item-num {
    font-size: 100px;
  }
}

.faq__content {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.acc-item {
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px 0;
  transition: all .3s;
  overflow: hidden;
}

.acc-item--active {
  padding-bottom: 15px;
}

.acc-item--active .acc-body {
  max-height: 1000px;
}

@media (width <=1000px) {
  .acc-item--active .acc-body {
    padding-bottom: 10px;
  }
}

.acc-item--active rect {
  fill: #f95429;
}

.acc-item--active path {
  fill: #fff;
}

.acc-item--active path:last-child {
  opacity: 0;
}

@media (width <=1000px) {
  .acc-item {
    padding: 10px 10px 0;
  }
}

.acc-head {
  letter-spacing: -.03em;
  text-align: center;
  color: #000;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 15px;
  font-family: CoFoSans, sans-serif;
  font-size: 19px;
  font-weight: 500;
  display: flex;
}

.acc-head svg * {
  transition: all .3s;
}

@media (width <=1000px) {
  .acc-head svg {
    width: 40px;
    height: 40px;
  }

  .acc-head {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.acc-body {
  color: #6f6f6f;
  max-height: 0;
  font-family: CoFoSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

@media (width <=1000px) {
  .acc-body {
    font-size: 13px;
  }
}

.contacts__content {
  align-items: center;
  gap: 10px;
  display: flex;
}

@media (width <=1000px) {
  .contacts__content {
    flex-direction: column;
    gap: 5px;
  }
}

.contacts__content-item {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  min-height: 200px;
  padding: 25px;
  position: relative;
}

.contacts__content-item svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media (width <=1000px) {
  .contacts__content-item svg {
    width: 55px;
    height: 55px;
  }
}


@media (width <=1000px) {
  .contacts__content-item {
    width: 100%;
    min-height: 130px;
    padding: 20px 15px;
    max-width: none !important;
  }
}

.contacts__item-text {
  letter-spacing: -.03em;
  color: #000;
  font-family: Ruberoid, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.contacts__item-text span {
  color: #0006;
  font-weight: 500;
}

@media (width <=1000px) {
  .contacts__item-text {
    font-size: 16px;
  }
}

* {
  scroll-margin-top: 150px;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1375px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

html,
body {
  color: #000;
  background: #f7f7f7;
  font-family: CoFoSans, sans-serif;
}

main {
  padding-top: 105px;
}

@media (width <=1000px) {
  main {
    padding-top: 78px;
  }
}

.btn {
  text-transform: uppercase;
  color: #fff;
  background: #f95429;
  border-radius: 15px;
  padding: 28px 25px;
  font-family: Ruberoid, sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.section {
  margin-bottom: 100px;
}

@media (width <=1000px) {
  .section {
    margin-bottom: 50px;
  }
}

.section-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
  font-family: Ruberoid, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 136%;
}

.section-title--centered {
  text-align: center;
}

.section-title--white {
  color: #fff;
}

@media (width <=1000px) {
  .section-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item label {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
}