* {
  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;
}

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;
}

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-display:swap;
  font-family: Atyp-Display;
  font-weight: 600;
  font-style: normal;
  src: url('/wp-content/themes/Usertech/assets/css/../fonts/AtypDisplay-SemiBold.d8653127.eot') format("eot"), url('/wp-content/themes/Usertech/assets/css/../fonts/AtypDisplay-SemiBold.60597991.woff') format("woff"), url('/wp-content/themes/Usertech/assets/css/../fonts/AtypDisplay-SemiBold.9d30c7ae.woff2') format("woff2");
  font-display: swap;
}

@font-face {
font-display:swap;
  font-family: Atyp-Display;
  font-weight: 500;
  font-style: normal;
  src: url('/wp-content/themes/Usertech/assets/css/../fonts/AtypDisplay-Medium.255119af.eot') format("eot"), url('/wp-content/themes/Usertech/assets/css/../fonts/AtypDisplay-Medium.f8a12ee6.woff') format("woff"), url('/wp-content/themes/Usertech/assets/css/../fonts/AtypDisplay-Medium.625c70c7.woff2') format("woff2");
  font-display: swap;
}

@font-face {
font-display:swap;
  font-family: Atyp-Text;
  font-weight: 500;
  font-style: normal;
  src: url('/wp-content/themes/Usertech/assets/css/../fonts/AtypText-Medium.870d04a8.eot') format("eot"), url('/wp-content/themes/Usertech/assets/css/../fonts/AtypText-Medium.d74cb4fe.woff') format("woff"), url('/wp-content/themes/Usertech/assets/css/../fonts/AtypText-Medium.7a4fee3b.woff2') format("woff2");
  font-display: swap;
}

@font-face {
font-display:swap;
  font-family: Mont;
  font-weight: 300;
  font-style: normal;
  src: url('/wp-content/themes/Usertech/assets/css/../fonts/Mont-Light.7308d2c0.eot') format("eot"), url('/wp-content/themes/Usertech/assets/css/../fonts/Mont-Light.1d70325b.woff') format("woff"), url('/wp-content/themes/Usertech/assets/css/../fonts/Mont-Light.871ed223.woff2') format("woff2");
  font-display: swap;
}

@font-face {
font-display:swap;
  font-family: Mont;
  font-weight: 400;
  font-style: normal;
  src: url('/wp-content/themes/Usertech/assets/css/../fonts/Mont-Regular.0c6d404c.eot') format("eot"), url('/wp-content/themes/Usertech/assets/css/../fonts/Mont-Regular.913ffb43.woff') format("woff"), url('/wp-content/themes/Usertech/assets/css/../fonts/Mont-Regular.47b919f5.woff2') format("woff2");
  font-display: swap;
}

@font-face {
font-display:swap;
  font-family: Mont;
  font-weight: 600;
  font-style: normal;
  src: url('/wp-content/themes/Usertech/assets/css/../fonts/Mont-SemiBold.bbb5bbae.eot') format("eot"), url('/wp-content/themes/Usertech/assets/css/../fonts/Mont-SemiBold.b807ea72.woff') format("woff"), url('/wp-content/themes/Usertech/assets/css/../fonts/Mont-SemiBold.922e3671.woff2') format("woff2");
  font-display: swap;
}

.header {
  z-index: 50;
  width: 100%;
  position: fixed;
  top: 0;
  padding-top: 10px;
  background: rgba(255, 255, 255, 1);
}

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

.header--home {
  top: 45px;
}

.header__logo img {
  width: 160px;
}

@media (width <=600px) {
  .header__logo img {
    width: 100px;
    height: auto;
  }
}

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

@media (width <=600px) {
  .header__btns {
    gap: 10px;
  }
}

.header__btns-item {
  position: relative;
}


.header__btns-item .language-list {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 15px;
  flex-direction: column;
  gap: 20px;
  width: 200px;
  padding: 15px;
  transition: opacity .3s, visibility .3s;
  display: flex;
  position: absolute;
  top: 80px;
  left: -65px;
  box-shadow: 0 1px 3px #c2c2c21a, 0 6px 6px #c2c2c217, 0 13px 8px #c2c2c20d, 0 24px 9px #c2c2c203, 0 37px 10px #c2c2c200;


}

.header__btns-item:hover .language-list,
.header__btns-item:hover .language-list a {
  opacity: 1;
  visibility: visible;

}

.header__btns-item li {
  transition: all .3s;
}

.header__btns-item li:hover {
  background: #fafafa;
  border-radius: 10px;
}

.header__btns-item a {
  color: #000;
  text-align: center;
  width: 100%;
  padding: 15px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.header__btns-item svg {
  width: 100%;
  height: 100%;
}

@media (width <=600px) {
  .header__btns-item {
    width: 53px;
    height: 53px;
  }
}

.footer {
  color: #fff;
  background: #101010;
  padding: 55px 0;
}

@media (max-width: 600px) {
  .footer {
    padding: 25px 0;
  }
}

.footer__head {
  border-bottom: 1px solid #373737;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  padding-bottom: 30px;
  display: flex;
}

@media (width <=1150px) {
  .footer__head {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

@media (width <=600px) {
  .footer__head {
    margin-bottom: 40px;
  }
}

.footer__nav {
  width: 100%;
  max-width: 670px;
}

.footer__nav ul {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  display: flex;
}

.footer__nav li {
  color: #6a6a6a;
  font-size: 22px;
  font-weight: 500;
  transition: all .3s;
}

.footer__nav li:hover {
  color: #fff;
}

@media (width <=600px) {
  .footer__nav ul {
    justify-content: start;
  }

  .footer__nav li {
    font-size: 17px;
  }
}

.footer__mail {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

@media (width <=1350px) {
  .footer__mail {
    font-size: 40px;
  }
}

@media (width <=600px) {
  .footer__mail {
    font-size: 30px;
  }
}

.footer__contacts-wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 75px;
  display: flex;
}

.footer__contacts {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 775px;
  display: flex;
}

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

.footer__contacts-item {
  flex-direction: column;
  gap: 15px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.footer__contacts-item a,
.footer__contacts-item span {
  color: #6a6a6a;
  font-size: 23px;
  font-weight: 600;
}

@media (max-width: 600px) {

  .footer__contacts-item a,
  .footer__contacts-item span {
    font-size: 16px;
  }
}

.footer__socials {
  gap: 5px;
  display: flex;
}

.footer__socials a {
  color: #fff;
  background: #242424;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.footer__socials a div {
  flex-direction: column;
  align-items: center;
  max-height: 26px;
  display: flex;
  overflow: hidden;
}

.footer__socials a span {
  white-space: nowrap;
  gap: 10px;
  transition: all .3s;
  display: flex;
}

.footer__socials a span:last-child {
  color: #007aff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.footer__socials a span:last-child path {
  stroke: #007aff;
}

.footer__socials a:hover span:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.footer__socials a:hover span:last-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
}

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

.footer__content {
  border-bottom: 1px solid #373737;
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
}

@media (width <=1000px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    display: grid;
  }
}

.footer__qr {
  text-align: center;
  color: #6a6a6a;
  flex-direction: column;
  gap: 15px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

@media (width <=1000px) {
  .footer__qr {
    order: 2;
    max-width: 160px;
  }
}

.footer__pdf {
  color: #6a6a6a;
  align-items: center;
  gap: 15px;
  max-height: max-content;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.footer__pdf a {
  color: #fff;
  background: #242424;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.footer__pdf a div {
  flex-direction: column;
  align-items: center;
  max-height: 26px;
  display: flex;
  overflow: hidden;
}

.footer__pdf a span {
  white-space: nowrap;
  gap: 10px;
  transition: all .3s;
  display: flex;
}

.footer__pdf a span:last-child {
  color: #007aff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.footer__pdf a span:last-child path {
  stroke: #007aff;
}

.footer__pdf a:hover span:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.footer__pdf a:hover span:last-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
}

@media (width <=1000px) {
  .footer__pdf {
    text-align: right;
    flex-direction: column;
    order: 3;
    align-items: end;
    max-width: 86px;
    margin-left: auto;
  }
}

.footer__pdf-text {
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: #6a6a6a !important;
  align-items: center !important;
  gap: 15px !important;
  max-height: max-content !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  display: flex !important;
  ;
}

.footer__form {
  max-width: 450px;
}

.footer__form button {
  color: #101010;
  max-width: 150px;
  margin-left: 15px;
  padding: 25px;
  font-size: 15px;
  font-weight: 600;
}

@media (width <=1000px) {
  .footer__form button {
    margin-left: 10px;
  }

  .footer__form form {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer__form label {
    width: 100%;
  }
}

.footer__form input {
  color: #4b4b4b;
  background: #202020;
  border-radius: 15px;
  padding: 23px 25px;
  font-size: 15px;
  font-weight: 500;
}

@media (width <=1000px) {
  .footer__form input {
    width: 100%;
  }
}

.footer__form p {
  color: #6a6a6a;
  margin-top: 15px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 143%;
}

@media (width <=1000px) {
  .footer__form {
    order: 1;
    grid-column: 1 / 3;
    max-width: none;
  }
}

.footer__form-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.footer__row {
  justify-content: space-between;
  align-items: end;
  margin-top: 45px;
  display: flex;
}

@media (width <=850px) {
  .footer__row {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}

.footer__row-logo {
  color: #6a6a6a;
  align-items: center;
  gap: 40px;
  max-width: 775px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 133%;
  display: flex;
}

@media (width <=850px) {
  .footer__row-logo {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}

.footer__rights {
  color: #6a6a6a;
  white-space: nowrap;
  gap: 120px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

@media (width <=1300px) {
  .footer__rights {
    gap: 30px;
  }
}

@media (width <=850px) {
  .footer__rights {
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
  }
}

.burger {
  z-index: 70;
  backdrop-filter: blur(30px);
  background: #fffc;
  width: 100vw;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .5s;
  position: fixed;
  top: -100vh;
  overflow-y: auto;
}

.burger .container {
  flex-direction: column;
  display: flex;
}

.burger--active {
  top: 0;
}

.burger__head {
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 30px;
  display: flex;
}

.burger__head button {
  color: #999;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

@media (width <=600px) {
  .burger__head img {
    width: 90px;
    height: auto;
  }
}

.burger__nav {
  margin-bottom: 20px;
}

.burger__nav ul {
  color: #000;
  flex-direction: column;
  gap: 30px;
  font-size: 40px;
  font-weight: 600;
  display: flex;
}

@media (width <=600px) {
  .burger__nav ul {
    gap: 25px;
    font-size: 30px;
  }
}

.burger__content {
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  margin-top: auto;
  display: grid;
}

@media (width <=900px) {
  .burger__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.burger__contacts {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.burger__contacts-item {
  color: #999;
  flex-direction: column;
  gap: 15px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.burger__contacts-mail {
  text-decoration-skip-ink: none;
  color: #000;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: underline;
}

@media (width <=600px) {
  .burger__contacts-mail {
    font-size: 17px;
  }
}

.burger__contacts-adress {
  color: #000;
  /*   white-space: nowrap; */
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}

@media (width <=600px) {
  .burger__contacts-adress {
    font-size: 17px;
  }
}

.burger__contacts-tel {
  color: #000;
  white-space: nowrap;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

@media (width <=600px) {
  .burger__contacts-tel {
    font-size: 18px;
  }
}

.burger__socials {
  gap: 5px;
  display: flex;
}

.burger__socials a {
  color: #000;
  background: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.burger__socials a div {
  flex-direction: column;
  align-items: center;
  max-height: 26px;
  display: flex;
  overflow: hidden;
}

.burger__socials a span {
  white-space: nowrap;
  gap: 10px;
  transition: all .3s;
  display: flex;
}

.burger__socials a span:last-child {
  color: #007aff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.burger__socials a:hover span:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.burger__socials a:hover span:last-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
}

.burger__pdf {
  flex-direction: column;
  gap: 15px;
  margin-left: 210px;
  margin-right: auto;
  display: flex;
}

.burger__pdf a {
  color: #000;
  background: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.burger__pdf a div {
  flex-direction: column;
  align-items: center;
  max-height: 26px;
  display: flex;
  overflow: hidden;
}

.burger__pdf a span {
  white-space: nowrap;
  gap: 10px;
  transition: all .3s;
  display: flex;
}

.burger__pdf a span:last-child {
  color: #007aff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.burger__pdf a:hover span:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.burger__pdf a:hover span:last-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
}

@media (width <=900px) {
  .burger__pdf {
    text-align: right;
    flex-direction: column-reverse;
    align-items: end;
    max-width: 86px;
    margin: 0 0 0 auto;
    font-size: 12px;
  }
}

.burger__rigths {
  color: #000;
  flex-direction: column;
  align-items: end;
  gap: 100px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

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

@media (width <=900px) {
  .burger__rigths div {
    flex-direction: row;
  }
}

.burger__rigths .btn div {
  gap: 0;
}

@media (width <=900px) {
  .burger__rigths .btn {
    width: 100%;
    max-width: none;
    font-size: 15px;
  }

  .burger__rigths {
    grid-column: 1 / 3;
    align-items: start;
    gap: 15px;
  }
}

.main-section {
  border-radius: 15px;
  height: 100vh;
  margin-bottom: 100px;
  padding-bottom: 0 !important;
  position: relative;
}

@media(max-width: 600px) {
  .main-section {
    height: calc(100vh - 40px);
  }
}

.main-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 32.41%, rgba(255, 255, 255, 0.70) 86.98%);
  display: block;
  position: absolute;
  z-index: 1;
}

.main-section video {
  object-fit: cover;
  border-radius: 0 0 15px 15px;
  width: 100%;
  height: 100%;
}

.main-section .container {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  position: relative;
}

.main-section__content {
  gap: 40px;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 120px;
  z-index: 2;
}

@media (width <=1200px) {
  .main-section__content {
    left: 15px;
  }
}

@media (width <=1000px) {
  .main-section__content svg {
    display: none;
  }
}

.main-section__content-row {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

.main-section__content-row h1 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
}

@media (width <=1000px) {
  .main-section__content-row h1 {
    font-size: 40px;
  }
}

.main-section__content-row p {
  color: #505050;
  max-width: 646px;
  font-size: 18px;
  font-weight: 500;
  line-height: 139%;
}

@media (width <=1000px) {
  .main-section__content-row p {
    font-size: 15px;
  }
}

.steps__content {
  flex-direction: column;
  gap: 25px;
  display: flex;
}

@media (width <=1300px) {
  .steps__content {
    gap: 15px;
  }
}

.steps__content-row {
  align-items: center;
  gap: 15px;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (width <=1300px) {
  .steps__content-row {
    grid-template-columns: 1fr;
  }
}

.steps__content-row:before {
  content: "";
  z-index: 20;
  background-image: url('/wp-content/themes/Usertech/assets/css/../img/arrow-black.c5acd238.svg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}

@media (width <=1300px) {
  .steps__content-row:before {
    display: block;
    top: auto;
    bottom: -22px;
    right: 50%;
    transform: rotate(90deg);
  }
}

.steps__content-row:last-child:before {
  display: none;
}

.steps__row-item {
  background: #fff;
  border-radius: 15px;
  align-items: center;
  gap: 25px;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #dbdbdb1a, 0 9px 9px #dbdbdb17, 0 20px 12px #dbdbdb0d, 0 35px 14px #dbdbdb03, 0 54px 15px #dbdbdb00;
  width: 100%;
}

.steps__row-item:before {
  content: "";
  z-index: 20;
  background-image: url('/wp-content/themes/Usertech/assets/css/../img/arrow-black.c5acd238.svg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}

@media (width <=1300px) {
  .steps__row-item:before {
    top: auto;
    bottom: -22px;
    right: 50%;
    transform: rotate(90deg);
  }
}

.steps__row-item:last-child:before {
  display: none;
}

.steps__row-item:nth-child(3n):before {
  display: none;
}

@media (width <=900px) {
  .steps__row-item img {
    width: 65px;
    height: 65px;
  }

  .steps__row-item {
    gap: 15px;
    padding: 15px;
  }
}

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

.steps__item-descr p {
  color: #999;
  font-size: 17px;
  font-weight: 500;
  line-height: 129%;
}

@media (width <=9000px) {
  .steps__item-descr p {
    font-size: 16px;
  }
}

.steps__descr-title {
  color: #000;
  font-size: 21px;
  font-weight: 500;
}

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

.cases .container {
  flex-direction: column;
  display: flex;
}

.cases .container .btn {
  margin: 30px auto 0;
}

@media (width <=600px) {
  .cases .container .btn {
    margin-top: 15px;
  }
}

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

@media (width <=900px) {
  .cases__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.cases__content-item {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  max-height: 600px;
}

.cases__content-item img {
  width: 100%;
  height: auto;
  transition: all 1.5s;
}

.cases__content-item:hover img {
  transform: scale(1.35);
}

.cases__item-row {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: calc(100% - 60px);
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 30px;
}

@media (width <=1200px) {
  .cases__item-row {
    flex-direction: column-reverse;
    align-items: start;
    gap: 10px;
  }
}

@media (width <=600px) {
  .cases__item-row {
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
  }
}

.cases__item-descr {
  flex-direction: column;
  gap: 5px;
  max-width: 350px;
  display: flex;
}

.cases__item-descr p {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 147%;
}

@media (width <=600px) {
  .cases__item-descr p {
    font-size: 14px;
  }
}

.cases__item-title {
  font-size: 21px;
  font-weight: 500;
}

@media (width <=600px) {
  .cases__item-title {
    font-size: 16px;
  }
}

.cases__item-link a {
  align-items: center;
  gap: 15px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 147%;
  display: flex;
}

@media (width <=1200px) {
  .cases__item-link a {
    flex-direction: row-reverse;
  }
}

@media (width <=600px) {
  .cases__item-link a {
    font-size: 13px;
  }

  .cases__item-link svg {
    width: 46px;
    height: 46px;
  }
}

.services .container {
  flex-direction: column;
  display: flex;
}

.services .btn:not(.services__item-row .btn) {
  margin: 30px auto 0;
}

.services__swiper-wrapper {
  grid-template-rows: repeat(2, 400px);
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

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

@media (width <=900px) {
  .services__swiper-wrapper {
    gap: 0;
    display: flex;
  }
}

.services__content-item {
  background: #fafafa;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  flex-direction: column;
  height: 100%;
  min-height: 265px;
  padding: 20px;
  display: flex;
}

.services__item-time {
  color: #fff;
  background: #007aff;
  border-radius: 10px;
  max-width: max-content;
  margin-bottom: 30px;
  padding: 17px 23px;
  font-size: 17px;
  font-weight: 600;
}

.services__item-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
}

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

.services__item-text {
  color: #999;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
}

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

.services__item-row {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: auto;
  display: flex;
}

.services__item-row .btn {
  font-size: 15px !important;
}

.services__row-price {
  color: #000;
  white-space: nowrap;
  font-size: 25px;
  font-weight: 400;
}

.services__row-price span {
  font-size: 30px;
}

@media (width <=1400px) {
  .services__row-price span {
    font-size: 20px;
  }

  .services__row-price {
    font-size: 16px;
  }
}

.services__swiper-pagination {
  border-radius: 36px;
  height: 6px;
  margin-top: 20px;
  display: none;
  position: static;
}

@media (width <=900px) {
  .services__swiper-pagination {
    display: flex;
  }
}

.services__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 36px;
  position: static;
}

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

@media (width <=600px) {
  .partners__btns {
    display: none;
  }
}

.partners__swiper-slide {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 260px;
  display: flex;
  padding-top: 30px;
}

.partners__swiper-slide:hover img:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.partners__swiper-slide:hover img:last-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(-150%);
}

@media (width <=600px) {
  .partners__swiper-slide {
    width: 100%;
    max-height: 150px;
  }
}

@media (width <=400px) {
  .partners__swiper-slide {
    max-height: 130px;
  }
}

.partners__slide-wrapper {
  flex-direction: column;
  align-items: center;
  max-height: 33px;
  display: flex;
}

.partners__slide-wrapper img {
  width: 100%;
  height: auto;
  transition: all .3s;
  transform: translateY(-50%);
}

.partners__slide-wrapper img:last-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

@media (width <=600px) {
  .partners__slide-wrapper img {
    max-width: 120px;
  }
}

@media (width <=400px) {
  .partners__slide-wrapper img {
    max-width: 100px;
  }
}

.partners__swiper-pagination {
  border-radius: 36px;
  height: 6px;
  margin-top: 20px;
  display: none;
  position: static;
}

@media (width <=900px) {
  .partners__swiper-pagination {
    display: flex;
  }
}

.partners__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 36px;
  position: static;
}

@media (width <=600px) {
  .steps-works .container {
    padding: 0;
  }
}

.steps-works__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  display: grid;
}

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

.steps-works__item-title {
  color: #fff;
  border-bottom: 1px solid #ffffff4d;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
}

@media (width <=600px) {
  .steps-works__item-title {
    font-size: 16px;
  }
}

.steps-works__item-text {
  color: #999;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 135%;
}

@media (width <=600px) {
  .steps-works__item-text {
    font-size: 14px;
  }
}

.numbers .section-title br {
  display: none;
}

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

@media (width <=1250px) {
  .numbers__content {
    flex-direction: column;
  }
}

.numbers__content-descr {
  width: 100%;
  max-width: 830px;
}

.numbers__content-descr p {
  color: #6a6a6a;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 153%;
}

@media (width <=600px) {
  .numbers__content-descr p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.numbers__content-nums {
  grid-template-rows: repeat(2, 280px);
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=600px) {
  .numbers__content-nums {
    grid-template-rows: repeat(2, 130px);
    gap: 5px;
  }
}

.numbers__nums-item {
  color: #999;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  min-width: 260px;
  padding: 20px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
  display: flex;
}

@media (width <=600px) {
  .numbers__nums-item {
    min-width: auto;
    font-size: 13px;
    padding: 10px;
  }
}

.numbers__item-scroll {
  color: #000;
  flex-direction: column;
  max-height: 65px;
  font-size: 50px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  overflow: hidden;
}

.numbers__item-scroll span {
  white-space: nowrap;
  gap: 10px;
  transition: all .3s;
}

.numbers__item-scroll span:last-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.numbers__item-scroll:hover span:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.numbers__item-scroll:hover span:last-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
}

@media (width <=600px) {
  .numbers__item-scroll {
    font-size: 30px;
  }
}

.banner .container {
  max-width: 1920px;
}

.banner__swiper-slide {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.banner__content {
  z-index: 10;
  backdrop-filter: blur(35px);
  background: #0000001a;
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 620px;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 55px;
  left: 100px;
}

.banner__content .section-title {
  color: #fff;
  max-width: 366px;
}

.banner__content p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 141%;
}

@media (width <=600px) {
  .banner__content p {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}

@media (width <=650px) {
  .banner__content {
    max-width: 240px;
    max-height: max-content;
    padding: 15px;
    top: 20px;
    left: 15px;
  }
}

.banner__video {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 700px;
  max-height: 800px;
  position: relative;
  overflow: hidden;
}

@media(max-width: 600px) {
  .banner__video {
    min-height: 550px;
  }
}

.banner__video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.banner__pagination-host {
  margin-top: auto;
}

@media (width <=700px) {
  .banner__pagination-host {
    margin-top: 20px;
  }
}

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

.banner__swiper-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  width: 23px;
  height: 12px;
}

.banner__swiper-pagination .swiper-pagination-bullet-active {
  background: #106fff;
  border: 2px solid #106fff;
  padding: 2px;
  position: relative;
}

.banner__swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  background: none;
  border: 2px solid #106fff;
  border-radius: 10px;
  width: 33px;
  height: 20px;
  display: block;
  position: absolute;
  top: -6px;
  left: -6.8px;
}

.lang__content {
  grid-template-columns: repeat(9, 1fr);
  display: grid;
}

@media (width <=1150px) {
  .lang__content {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (width <=700px) {
  .lang__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.lang__content-item {
  text-transform: lowercase;
  color: #eee;
  background: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 180px;
  font-family: Raleway, sans-serif;
  font-size: 45px;
  font-weight: 900;
  transition: all .3s;
  display: flex;
  cursor: pointer;
}

.lang__content-item:hover {
  color: #fff;
  background: #106fff;
  box-shadow: 0 0 2px #cde1fe, 0 0 3px #cde1fe, 0 0 12px #cde1fe, 0 0 24px #cde1fe, 0 0 41px #cde1fe, 0 0 72px #cde1fe;
}

@media (width <=700px) {
  .lang__content-item {
    max-width: none;
    height: 86px;
    font-size: 25px;
  }
}

.lang__item-empty:last-child {
  display: none;
}

@media (width <=700px) {
  .lang__item-empty {
    display: none;
  }
}

.lang__popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  max-width: 100%;
  background: #3a3a3a26;
  z-index: 100;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.lang__popup-content {
  max-width: 1250px;
  padding: 40px 25px;
  border-radius: 15px;
  background: #FFF;
  position: relative;
}

.lang__popup-title {
  color: #000;
  font-size: 35px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 30px;
}

.lang__popup-text {
  color: #6A6A6A;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  /* 141.176% */
}

.lang__popup-close {
  position: absolute;
  right: 26px;
  top: 40px;
}

@media(max-width: 600px) {
  .lang__popup-text {
    font-size: 15px;
  }
}

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

.cards__swiper-wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=1250px) {
  .cards__swiper-wrapper {
    gap: 0;
    display: flex;
  }
}

.cards__swiper-slide:nth-child(2) .cards__content-item {
  color: #000;
  background: #fff;
}

.cards__swiper-slide:nth-child(2) .cards__ctegories-item {
  background: #f9f9f9;
}

.cards__content-item {
  color: #fff;
  background: #106fff;
  border-radius: 15px;
  flex-direction: column;
  height: 100%;
  padding: 35px;
  display: flex;
}

.cards__content-item:nth-child(2) {
  color: #000;
  background: #fff;
}

.cards__content-item:nth-child(2) .cards__ctegories-item {
  background: #f9f9f9;
}

@media (width <=600px) {
  .cards__content-item {
    padding: 20px 15px;
  }
}

.cards__item-title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 120%;
}

@media (width <=600px) {
  .cards__item-title {
    font-size: 25px;
  }
}

.cards__item-categories {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.cards__ctegories-item {
  background: #2f82ff;
  border-radius: 10px;
  padding: 20px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

@media(max-width: 600ppx) {
  .cards__ctegories-item {
    padding: 12px;
  }
}

.cards__btn {
  margin-top: auto;
  text-align: center;
}

.cards__swiper-pagination {
  border-radius: 36px;
  height: 6px;
  margin-top: 20px;
  display: none;
  position: static;
}

@media (width <=900px) {
  .cards__swiper-pagination {
    display: flex;
  }
}

.cards__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 36px;
  position: static;
}

.advantages__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=950px) {
  .advantages__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.advantages__content-item {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 20px;
  display: flex;
}

@media (width <=600px) {
  .advantages__content-item {
    gap: 5px;
    height: auto;
    padding: 10px;
  }
}

.advantages__item-num {
  color: #000;
  margin-bottom: 70px;
  font-size: 90px;
  line-height: 72%;
}

@media (width <=600px) {
  .advantages__item-num {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.advantages__item-title {
  color: #000;
  font-size: 23px;
  font-weight: 500;
}

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

.advantages__item-text {
  color: #999;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 135%;
}

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

.questions {
  position: relative;
}

.questions video {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: 580px;
}

@media (width <=600px) {
  .questions video {
    height: 620px;
  }
}

.questions .container {
  max-width: 1920px;
}

.questions .container:before {
  content: "";
  background-image: url('/wp-content/themes/Usertech/assets/css/../img/foorm-bg.5e7016cf.png');
  border-radius: 20px;
  width: calc(100% - 30px);
  height: 92.4%;
  max-height: 580px;
  position: absolute;
  top: 0;
  left: 15px;
}

@media (width <=1300px) {
  .questions .container:before {
    background-size: contain;
  }
}

@media (width <=600px) {
  .questions .container:before {
    max-height: 700px;
  }
}

.questions__content {
  width: calc(100% - 200px);
  max-width: 1139px;
  font-family: Raleway, sans-serif;
  position: absolute;
  top: 50px;
  left: 100px;
}

.questions__content p:not(.wpcf7 p) {
  color: #fff;
  max-width: 650px;
  font-size: 17px;
  font-weight: 600;
  line-height: 153%;
}

.questions__content p:last-child:not(.wpcf7 p) {
  max-width: 720px;
}

@media (width <=900px) {
  .questions__content p {
    font-size: 15px !important;
  }
}

.questions__content form p {
  align-items: center;
  gap: 20px;
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.questions__content form .wpcf7-submit {
  color: #3E7AE7;
  background-color: #fff;
}

@media (width <=900px) {
  .questions__content form p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.questions__content span {
  display: block;
  width: 100%;
  max-width: 400px;
}

@media (width <=900px) {
  .questions__content span {
    max-width: none;
  }
}

.questions__content input,
.questions__content .big-btn {
  color: #fff;
  background: #409afe;
  border-radius: 15px;
  width: 100%;
  padding: 35px 20px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.questions__content input::placeholder {
  color: #fff;
}

@media (width <=1000px) {
  .questions__content input {
    padding: 23px 20px;
  }
}

.questions__content .big-btn {
  max-width: 300px;
}

@media (width <=900px) {
  .questions__content .big-btn {
    max-width: none;
    margin-top: 0;
  }
}

.questions__content .section-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Atyp-Display, sans-serif;
}

@media (width <=1000px) {
  .questions__content .section-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

@media (width <=1050px) {
  .questions__content {
    width: calc(100% - 60px);
    top: 20px;
    left: 30px;
  }
}

.reviews__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews__content img {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 350px;
}

.blog__swiper-wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=1250px) {
  .blog__swiper-wrapper {
    gap: 0;
  }
}

.blog__content-item {
  border-radius: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog__content-item a {
  display: block;
}

.blog__content-item img {
  width: 100%;
  height: auto;
  transition: all 1.5s;
}

.blog__content-item:hover img {
  transform: scale(1.35);
}

.blog__category {
  backdrop-filter: blur(30px);
  color: #fff;
  background: #ffffff1a;
  border-radius: 10px;
  padding: 15px 35px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 35px;
  left: 40px;
}

@media (width <=800px) {
  .blog__category {
    padding: 12px 24px;
    font-size: 14px;
    top: 15px;
    left: 15px;
  }
}

.blog__item-descr {
  width: calc(100% - 80px);
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media (width <=800px) {
  .blog__item-descr {
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
  }
}

.blog__item-date {
  color: #fff;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 124%;
}

@media (width <=700px) {
  .blog__item-date {
    font-size: 14px;
  }
}

.blog__item-title {
  color: #fff;
  font-size: 22px;
  line-height: 132%;
}

@media (width <=700px) {
  .blog__item-title {
    font-size: 16px;
  }
}

.blog__swiper-pagination {
  border-radius: 36px;
  height: 6px;
  margin-top: 20px;
  display: none;
  position: static;
}

@media (width <=900px) {
  .blog__swiper-pagination {
    display: flex;
  }
}

.blog__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 36px;
  position: static;
}

.blog-page .blog__content {
  /*   grid-template-columns: repeat(auto-fit, minmax(401px, 540px)); */
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.faq__content {
  gap: 20px;
  display: flex;
}

@media (width <=1200px) {
  .blog-page .blog__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
  }
}


@media (width <=1000px) {
  .faq__content .faq__content-item:nth-last-child(2) {
    display: none;
  }

  .blog-page .blog__content {
    grid-template-columns: repeat(auto-fit, minmax(291px, 540px));
    gap: 20px;
    display: grid;
  }

  .faq__content--active .faq__content-item:nth-last-child(2) {
    display: block;
  }
}

.faq__content--active .faq__content-more {
  display: none;
}

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

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

.faq__acc-item {
  background: #fff;
  border-radius: 7px;
  padding: 25px 25px 0;
  overflow: hidden;
}

.faq__acc-item--active .faq__acc-body {
  max-height: 500px;
  padding-bottom: 20px;
}

@media (width <=1000px) {
  .faq__acc-item--active .faq__acc-body {
    max-height: 1000px;
  }
}

.faq__acc-item--active .faq__acc-head path:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

@media (width <=600px) {
  .faq__acc-item {
    padding: 20px 20px 0;
  }
}

.faq__acc-head {
  color: #000;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.faq__acc-head svg {
  flex-shrink: 0;
}

.faq__acc-head path {
  transition: all .3s;
}

.faq__acc-body {
  color: #000;
  max-height: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  transition: all .3s;
}

.faq__content-more {
  color: #bfbfbf;
  margin: 30px auto 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

@media (width <=1000px) {
  .faq__content-more {
    display: flex;
  }
}

.start .container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.start p {
  text-align: center;
  color: #999;
  max-width: 611px;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 147%;
}

@media (width <=700px) {
  .start p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .start img {
    width: 130px;
    height: 130px;
  }
}

.start__title {
  color: #000;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 90px;
  line-height: 72%;
}

@media (width <=700px) {
  .start__title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
  }
}

.catalog-main {
  padding-bottom: 35px;
}

.catalog-main .container {
  width: 100%;
  max-width: 1920px;
  position: relative;
}

@media (width <=600px) {
  .catalog-main {
    padding-top: 60px;
  }

  .blog-page,
  .contacts-main {
    padding-top: 40px;
  }

  .catalog-main .container {
    padding: 0 5px;
  }
}

.catalog-main video {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 500px;
}

.catalog-main .breads {
  color: #fff;
  margin-bottom: 20px;
}

.catalog-main__content {
  position: absolute;
  top: 50px;
  left: 120px;
}

.catalog-main__content h1 {
  color: #fff;
  font-family: Atyp-Text, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 108%;
}

@media (width <=1000px) {
  .catalog-main__content h1 {
    margin-top: -10px;
    font-size: 40px;
  }
}

@media (width <=900px) {
  .catalog-main__content {
    width: calc(100% - 40px);
    top: 20px;
    left: 30px;
  }
}

.catalog-content__btns {
  background: #fff;
  border-radius: 15px;
  align-items: center;
  max-width: max-content;
  margin-bottom: 35px;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.catalog-content__btns::-webkit-scrollbar {
  display: none;
}

.catalog-content__btn {
  color: #6a6a6a;
  white-space: nowrap;
  padding: 30px 60px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.catalog-content__btn--active {
  color: #000;
  background: #fafafa;
  border-radius: 15px;
  font-weight: 700;
}

@media (width <=1500px) {
  .catalog-content__btn {
    padding: 20px 40px;
  }
}

@media (width <=1220px) {
  .catalog-content__btn {
    padding: 20px 30px;
  }
}

.catalog-content__items {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.catalog-content__items .services__content-item {
  background-color: #fff;
  height: 400px;
}

@media (width <=830px) {
  .catalog-content__items .services__content-item {
    height: auto;
  }
}

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

@media (width <=830px) {
  .catalog-content__items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.catalog-content__pagination {
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 45px;
  display: flex;
}

@media (width <=600px) {
  .catalog-content__pagination {
    margin-top: 20px;
  }
}

.catalog-content__pagination-btn {
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 10px;
  width: 61px;
  height: 61px;
  font-family: Mont, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 105%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-content__pagination-btn--active {
  color: #fff;
  background: #2f82ff;
}

@media (width <=600px) {
  .catalog-content__pagination-btn svg {
    width: 7px;
    height: 11px;
  }

  .catalog-content__pagination-btn {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}

.catalog-advantages video {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  max-width: 680px;
  height: 100vh;
  max-height: 760px;
}

@media (width <=1400px) {
  .catalog-advantages video {
    max-width: 500px;
  }
}

@media (width <=1200px) {
  .catalog-advantages video {
    max-width: none;
    max-height: 500px;
  }
}

.catalog-advantages__content-wrapper {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

@media (width <=1200px) {
  .catalog-advantages__content-wrapper {
    flex-direction: column;
  }
}

.catalog-advantages__content-video {
  position: relative;
}

.catalog-advantages__content-video span {
  text-transform: lowercase;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-family: Mont, sans-serif;
  font-size: 15px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.catalog-advantages__content {
  max-width: 830px;
}

.catalog-advantages__content p {
  color: #999;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

@media (width <=600px) {
  .catalog-advantages__content p {
    font-size: 15px;
  }
}

.catalog-advantages__title {
  color: #000;
  margin-bottom: 20px;
  font-family: Atyp-Text, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 134%;
}

@media (width <=600px) {
  .catalog-advantages__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.catalog-advantages__content-cards {
  gap: 15px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (width <=600px) {
  .catalog-advantages__content-cards {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.catalog-advantages__cards-item {
  color: #000;
  background: #fafafa;
  border-radius: 10px;
  flex-direction: column;
  height: 400px;
  padding: 20px;
  display: flex;
}

.catalog-advantages__cards-item:last-child {
  color: #fff;
  background: #007aff;
}

.catalog-advantages__cards-item:last-child p {
  color: #fff;
  margin-bottom: auto;
}

@media (width <=600px) {
  .catalog-advantages__cards-item p {
    font-size: 14px;
  }

  .catalog-advantages__cards-item {
    height: auto;
  }
}

.catalog-advantages__card-num {
  margin-bottom: auto;
  font-family: Atyp-Text, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 72%;
}

@media (width <=600px) {
  .catalog-advantages__card-num {
    margin-bottom: 50px;
    font-size: 40px;
  }
}

.catalog-advantages__card-title {
  margin-bottom: 20px;
  font-family: Atyp-Text, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

@media (width <=600px) {
  .catalog-advantages__card-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.contacts-main .container {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

@media (width <=900px) {
  .contacts-main .container {
    display: block;
  }
}

.contacts-main__content h1 {
  color: #000;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 400;
  line-height: 133%;
}

@media (width <=800px) {
  .contacts-main__content h1 {
    font-size: 40px;
  }
}

.contacts-main__content p:not(.contacts-main__qr p) {
  color: #999;
  max-width: 570px;
  margin-bottom: 55px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 139%;
}

@media (width <=600px) {
  .contacts-main__content p:not(.contacts-main__qr p) {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .contacts-main__content .burger__socials {
    flex-direction: column;
    gap: 5px;
    display: flex;
  }
}

.contacts-main__qr {
  text-align: center;
  color: #000;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

@media (width <=900px) {
  .contacts-main__qr {
    display: none;
  }

  .contacts-main__qr-mob {
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    display: flex;
  }
}

.contacts-main__qr-mob .contacts-main__qr {
  display: none;
}

.contacts-main__qr-mob .contacts-main__qr img {
  width: 160px;
  height: 160px;
}

@media (width <=900px) {
  .contacts-main__qr-mob .contacts-main__qr {
    color: #6a6a6a;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    display: flex;
  }
}

.contacts-form-overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  margin: 0 !important;
}

.contacts-form-overlay--visible {
  opacity: 1;
  visibility: visible;
}

.js-form__close {
  color: #999;
  align-items: center;
  gap: 20px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 40px;
  right: 120px;
}

.contacts-form__content .big-btn {
  max-width: 650px;
}

.contacts-form__title {
  color: #000;
  margin-bottom: 20px;
  font-size: 65px;
  font-weight: 600;
  line-height: 138%;
}

@media (width <=900px) {
  .contacts-form__title {
    margin-bottom: 15px;
    font-size: 35px;
  }
}

.contacts-form__text {
  color: #999;
  max-width: 950px;
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 144%;
}

@media (width <=900px) {
  .contacts-form__text {
    margin-bottom: 35px;
    font-size: 15px;
  }
}

.contacts-form__labels {
  border-bottom: 1px solid #e8e9eb;
  flex-direction: column;
  gap: 25px;
  max-width: 820px;
  padding-bottom: 60px;
  display: flex;
}

.contacts-form__labels label {
  width: 100%;
  max-width: 400px;
}

@media (width <=700px) {
  .contacts-form__labels label {
    max-width: none;
  }
}

.contacts-form__labels input {
  background: #fafafa;
  border-radius: 15px;
  width: 100%;
  padding: 30px 25px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.contacts-form__labels input::placeholder {
  color: #bcbcbc;
}

@media (width <=700px) {
  .contacts-form__labels {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
  }

  .contacts-form {
    padding-top: 80px !important;
  }

  .js-form__close {
    font-size: 0;
    right: 20px;
    top: 20px;
  }
}

.label-row p,
.label-row {
  gap: 20px;
  display: flex;
}

.label-row br {
  display: none;
}

@media (width <=700px) {

  .label-row p,
  .label-row {
    flex-direction: column;
    gap: 10px;
  }
}

.contacts-form__descr textarea {
  resize: none;
  background: #fafafa;
  width: 100%;
  max-width: 960px;
  height: 100vh;
  max-height: 370px;
  padding: 30px 25px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.contacts-form__descr textarea::placeholder {
  color: #bcbcbc;
}

@media (width <=700px) {
  .contacts-form__descr textarea {
    max-height: 220px;
  }
}

.contacts-form__subtitle {
  color: #000;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}

@media (width <=700px) {
  .contacts-form__subtitle {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 25px;
  }
}

.contacts-form__descr-content {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

.contacts-form__descr-content p:not(.contacts-form__descr-item p) {
  width: 100%;
}

@media (width <=700px) {
  .contacts-form__descr-content {
    flex-direction: column;
  }
}

.contacts-form__descr-items {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  display: flex;
}

.contacts-form__descr-item {
  color: #000;
  background: #fafafa;
  border-radius: 15px;
  width: 100%;
  padding: 34px 25px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

@media (width <=700px) {
  .contacts-form__descr-item {
    padding: 20px;
    font-size: 15px;
  }
}

.contacts-form__checkboxes {
  margin-bottom: 30px;
}

.contacts-form__checkboxes-row p,
.contacts-form__checkboxes-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  display: flex;
}

.contacts-form__checkboxes-row .custom-checkbox {
  background: #fafafa;
  border-radius: 15px;
  width: 100%;
  max-width: max-content;
  padding: 36px 30px;
}

@media (width <=700px) {
  .contacts-form__checkboxes-row .custom-checkbox {
    max-width: none;
    padding: 24px 11px;
    font-size: 14px;
  }

  .contacts-form__checkboxes-row p,
  .contacts-form__checkboxes-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    display: grid;
  }
}

.contacts-form__policy {
  color: #bcbcbc;
  max-width: 650px;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.about-main .container {
  max-width: 1775px;
  margin-right: 0;
}

.about-main__content-wrapper {
  justify-content: space-between;
  gap: 40px;
  display: flex;
}

.about-main__content-wrapper video {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-width: 1050px;
  height: 100%;
  min-height: 300px;
  max-height: 590px;
}

@media (width <=1500px) {
  .about-main__content-wrapper video {
    max-width: 700px;
  }
}

@media (width <=1050px) {
  .about-main__content-wrapper video {
    max-width: none;
  }

  .about-main__content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.about-main__content {
  margin-top: 40px;
}

.about-main__content h1 {
  color: #000;
  margin-bottom: 20px;
  font-family: Atyp-Text, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 108%;
}

@media (width <=1200px) {
  .about-main__content h1 {
    font-size: 40px;
  }
}

.about-main__content p {
  color: #999;
  max-width: 592px;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

@media (width <=600px) {
  .about-main__content p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.about-nums .section-heading {
  gap: 30px;
}

.about-nums .section-heading .section-title {
  min-width: 500px;
  font-size: 35px;
}

@media (width <=1250px) {
  .about-nums .section-heading .section-title {
    min-width: auto;
  }
}

@media (width <=600px) {
  .about-nums .section-heading .section-title {
    font-size: 20px;
  }
}

.about-nums .section-heading p {
  color: #999;
  max-width: 860px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 153%;
}

@media (width <=600px) {
  .about-nums .section-heading p {
    font-size: 14px;
  }
}

@media (width <=1250px) {
  .about-nums .section-heading {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}

.about-nums__content {
  grid-template-rows: 280px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=900px) {
  .about-nums__content {
    grid-template-rows: 160px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.about-nums__content-item {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

@media (width <=900px) {
  .about-nums__content-item .numbers__item-scroll {
    font-size: 30px;
  }

  .about-nums__content-item {
    padding: 10px;
  }
}

.about-nums__item-text {
  color: #999;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
}

@media (width <=900px) {
  .about-nums__item-text {
    font-size: 15px;
  }
}

@media (width <=600px) {
  .team .container {
    padding-right: 0;
  }
}

.team__section-swiper-wrapper:not(.team-page .team__content) {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=1250px) {
  .team__section-swiper-wrapper:not(.team-page .team__content) {
    gap: 0;
    display: flex;
  }
}

.team__section-swiper-pagination {
  border-radius: 36px;
  height: 6px;
  margin-top: 20px;
  display: none;
  position: static;
}

@media (width <=1250px) {
  .team__section-swiper-pagination {
    display: flex;
  }
}

.team__section-swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 36px;
  position: static;
}

.team__content-item {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.team__item-img {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin-bottom: 20px;
}

.team__item-name {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

@media (width <=600px) {
  .team__item-name {
    font-size: 16px;
  }
}

.team__item-prof {
  text-align: center;
  color: #999;
  margin-bottom: 15px;
  font-family: Mont, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=600px) {
  .team__item-prof {
    font-size: 13px;
  }
}

.team__item-text {
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
}

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

.team__item-podpis {
  object-fit: cover;
  width: 100%;
  max-width: 140px;
  height: auto;
  margin-top: auto;
}

.team-page .section-heading {
  max-width: 1660px;
}

.team__swiper-btns {
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 1660px;
  margin-top: 20px;
  display: flex;
}

@media (width <=600px) {
  .team__swiper-btns {
    display: none;
  }
}

.team__swiper-slide {
  height: auto;
}

.team__content-item {
  height: 100%;
}

.single-page__back {
  color: #000;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

@media (width <=900px) {
  .single-page__back {
    margin-bottom: 15px;
  }
}

.single-page__heading {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  display: flex;
}

.single-page__heading h1 {
  color: #000;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
}

@media (width <=600px) {
  .single-page__heading h1 {
    font-size: 40px;
  }
}

@media (width <=900px) {
  .single-page__heading {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}

.single-page__heading-row {
  align-items: center;
  gap: 20px;
  font-family: Raleway, sans-serif;
  display: flex;
}

.single-page__date {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 600;
  line-height: 131%;
}

.single-page__time {
  color: #6a6a6a;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.single-page__heading-tg {
  color: #000;
  align-items: end;
  gap: 20px;
  font-family: Mont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.single-page__heading-tg:hover span:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.single-page__heading-tg:hover span:last-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
}

@media (width <=900px) {
  .single-page__heading-tg {
    justify-content: space-between;
    width: 100%;
  }
}

.single-page__tg-scroll {
  background: #fff;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Atyp-Display, sans-serif;
  display: flex;
}

.single-page__tg-scroll div {
  color: #000;
  flex-direction: column;
  align-items: center;
  max-height: 26px;
  font-size: 21px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.single-page__tg-scroll span {
  white-space: nowrap;
  gap: 10px;
  transition: all .3s;
  display: flex;
}

.single-page__tg-scroll span:last-child {
  color: #007aff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

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

.single-page__content img:not(.emoji) {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
  min-height: 375px;
  max-height: 600px;
  margin-bottom: 60px;
}

@media (width <=900px) {
  .single-page__content img:not(.emoji) {
    margin-bottom: 20px;
  }
}

.single-page__content {
  color: #6a6a6a;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 153%;
}

.single-page__content ul,
.single-page__content ol {
  margin-left: 20px;
}

.single-page__content p {
  color: #6a6a6a;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 153%;
}

@media (width <=600px) {
  .single-page__content p {
    font-size: 14px;
  }
}

@media (width <=900px) {
  .blog-swiper .partners__btns {
    display: none;
  }
}

.service-main {
  height: 100vh;
  min-height: 610px;
  position: relative;
  margin-bottom: 180px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.service-main img {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-width: max-content;
  max-height: 520px;
  object-fit: cover;
  z-index: 48;
}

@media (height <=770px) {
  .service-main img {
    max-width: 500px;
  }
}

.service-main .container {
  flex-direction: column;
  display: flex;
}

@media (width <=600px) {
  .service-main .breads {
    margin: 0;
  }
}

.circle {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (width <=600px) {
  .circle {
    display: none;
  }
}

.circle-second {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (width <=600px) {
  .circle-second {
    display: none;
  }
}

.service-main__content-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: relative;
  z-index: 49;
}

.service-main__content-wrapper video {
  mix-blend-mode: multiply;
  width: 100%;
  max-width: 900px;
  height: auto;
}

@media (height <=800px) {
  .service-main__content-wrapper video {
    max-width: 580px;
  }
}

@media (height <=700px) {
  .service-main__content-wrapper video {
    max-width: 500px;
  }
}

@media (height <=600px) {
  .service-main__content-wrapper video {
    max-width: 300px;
  }
}

@media (width <=600px) {
  .service-main__content-wrapper video {
    margin-bottom: 50px;
  }
}

.service-main__content {
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  display: flex;
}

.service-main__content h1 {
  text-align: center;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

@media (width <=600px) {
  .service-main__content h1 {
    margin: 10px 0;
    font-size: 24px;
  }
}

.service-main__content p {
  text-align: center;
  color: #999;
  margin-bottom: 55px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
}

@media (width <=600px) {
  .service-main__content p {
    font-size: 14px;
  }
}

.js__section-scroll {
  align-items: end;
  margin-top: auto;
  display: flex;
}

.js__section-scroll svg {
  width: 100%;
  height: auto;
}

.individ-section .container {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

@media (width <=1150px) {
  .individ-section .container {
    flex-direction: column;
  }
}

.individ-section__content {
  flex-direction: column;
  gap: 30px;
  max-width: 680px;
  display: flex;
}

.individ-section__content p {
  color: #999;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 153%;
}

@media (width <=600px) {
  .individ-section__content p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media (width <=1150px) {
  .individ-section__content {
    max-width: none;
  }
}

@media (width <=600px) {
  .individ-section__content {
    gap: 5px;
  }
}

.individ-section__title {
  color: #000;
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
}

@media (width <=600px) {
  .individ-section__title {
    font-size: 28px;
  }
}

.individ__swiper-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 680px;
  display: grid;
}

.individ-section__nums .individ__swiper-wrapper {
  grid-template-columns: 1fr;
}

.individ-section__nums .individ-section__cards-item {
  height: 264px;
}

.individ-section__nums .individ__swiper-slide:first-child .individ-section__cards-item {
  background-color: #fff;
  color: #000;
}

@media (width <=1150px) {
  .individ__swiper-wrapper {
    max-width: none;
  }
}

@media (width <=700px) {
  .individ__swiper-wrapper {
    gap: 0;
    display: flex;
  }
}

.individ-section__cards-item {
  color: #000;
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  padding: 20px;
  display: flex;
}

.individ__swiper-slide:first-child .individ-section__cards-item {
  color: #fff;
  background: #007aff;
}

.individ-section__cards-item p {
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
}

@media (width <=600px) {
  .individ-section__cards-item p {
    font-size: 15px;
  }
}

@media (width <=1150px) {
  .individ-section__cards-item {
    height: 300px;
  }
}

@media (width <=600px) {
  .individ-section__cards-item {
    height: 250px;
    padding: 10px;
  }
}

.individ-section__item-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}


@media (width <=600px) {
  .individ-section__item-title {
    font-size: 18px;
  }
}

.individ__swiper-pagination {
  border-radius: 36px;
  height: 6px;
  margin-top: 20px;
  display: none;
  position: static;
}

@media (width <=900px) {
  .individ__swiper-pagination {
    display: flex;
  }
}

.individ__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 36px;
  position: static;
}

.service-cards__content {
  grid-template-columns: repeat(auto-fit, minmax(317px, 1fr));
  gap: 20px;
  display: grid;
}

@media (width <=800px) {
  .service-cards__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.service-cards__content-item {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 280px;
  padding: 20px;
  display: flex;
}

.service-cards__content-item p {
  color: #999;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
}

@media (width <=800px) {
  .service-cards__content-item p {
    margin-top: 40px;
    font-size: 14px;
  }

  .service-cards__content-item .numbers__item-scroll {
    font-size: 30px;
  }

  .service-cards__content-item {
    height: auto;
    padding: 10px;
  }
}

.num-cards__content {
  grid-template-columns: repeat(auto-fit, minmax(401px, 1fr));
  gap: 20px;
  display: grid;
}

@media (width <=600px) {
  .num-cards__content {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
  }
}

.num-cards__content-item {
  background-color: #fff;
  padding: 20px;
}

.num-cards__content-item p {
  color: #999;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 135%;
}

@media (width <=600px) {
  .num-cards__content-item p {
    font-size: 15px;
  }

  .num-cards__content-item {
    padding: 10px;
  }
}

.num-cards__item-num {
  color: #000;
  margin-bottom: 70px;
  font-size: 90px;
  font-weight: 600;
  line-height: 72%;
}

@media (width <=600px) {
  .num-cards__item-num {
    margin-bottom: 25px;
    font-size: 40px;
  }
}

.num-cards__item-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 500;
}

@media (width <=600px) {
  .num-cards__item-title {
    font-size: 16px;
  }
}

.price__content-wrapper {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

@media (width <=1100px) {
  .price__content-wrapper {
    flex-direction: column;
  }
}

.price__content {
  width: 50%;
}

@media (width <=1100px) {
  .price__content {
    width: 100%;
  }
}

.price__banner-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 5px 10px #d1d1d14a, 0 18px 18px #d1d1d142, 0 41px 24px #d1d1d126, 0 72px 29px #d1d1d10a, 0 113px 31px #d1d1d103;
}

.price__banner-wrapper p {
  color: #000;
  margin-top: 25px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  line-height: 137%;
}

@media (width <=600px) {
  .price__banner-wrapper p {
    padding: 0 10px;
    font-size: 14px;
  }

  .price__banner-wrapper {
    padding: 10px;
  }
}

.price__content-banner {
  background: linear-gradient(90deg, #a4e9f9 0%, #c5aef2 51.56%, #8578ea 100%);
  border-radius: 20px;
  flex-direction: column;
  gap: 70px;
  padding: 15px;
  font-family: Raleway, sans-serif;
  display: flex;
}

.price__banner-name {
  text-transform: lowercase;
  color: #000;
  background: #fff;
  border-radius: 500px;
  max-width: max-content;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
}

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

.price__banner-row {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 5px 5px 15px;
  display: flex;
}

.price__banner-row .btn {
  font-size: 15px;
}

@media (width <=600px) {
  .price__banner-row {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
}

.price__row-info {
  color: #fff;
}

.price__info-time {
  font-size: 17px;
  font-weight: 500;
}

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

.price__info-price {
  white-space: nowrap;
  font-family: Atyp-Display;
  font-size: 40px;
}

@media (width <=1000px) {
  .price__info-price {
    font-size: 30px;
  }
}

.price__content-lists {
  z-index: -1;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: -30px;
  padding: 60px 30px 30px;
  display: grid;
  position: relative;
}

@media (width <=600px) {
  .price__content-lists {
    grid-template-columns: 1fr;
    padding: 60px 20px 20px;
  }
}

.price__list-item {
  color: #6a6a6a;
  align-items: center;
  gap: 20px;
  font-family: Mont, sans-serif;
  font-size: 16px;
  line-height: 137%;
  display: flex;
}

.price__list-item svg {
  flex-shrink: 0;
}

.price__questions {
  width: 50%;
}

.price__questions .faq__acc {
  justify-content: space-between;
  height: 100%;
}

@media (width <=1100px) {
  .price__questions {
    width: 100%;
  }
}

@media (width <=700px) {
  .how .container {
    padding-right: 0 !important;
  }
}

.how__swiper-wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=1300px) {
  .how__swiper-wrapper {
    gap: 0;
    display: flex;
  }
}

.how__content-item {
  background: #fafafa;
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
}

.how__content-item img {
  margin-top: 170px;
  margin-bottom: 25px;
}

@media (width <=700px) {
  .how__content-item img {
    margin-top: 30px;
  }
}

.how__content-item p {
  color: #999;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
}

@media (width <=700px) {
  .how__content-item p {
    font-size: 14px;
  }

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

.how__item-num {
  color: #999;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
}

.how__item-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

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

.how__swiper-pagination {
  border-radius: 36px;
  height: 6px;
  margin-top: 20px;
  display: none;
  position: static;
}

.how__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 36px;
  position: static;
}

@media (width <=1300px) {
  .how__swiper-pagination {
    display: flex;
  }
}

@media (width <=700px) {
  .how__swiper-pagination {
    width: calc(100% - 15px) !important;
  }
}

.seo {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.seo .container {
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

@media (width <=1250px) {
  .seo .container {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.seo video {
  aspect-ratio: 982 / 601;
  object-position: -110px -50px;
  flex-shrink: 0;
  width: 860px;
  height: 601px;
  margin-top: auto;
  margin-right: auto;
  position: absolute;
  bottom: 30px;
  left: -40px;
  transform: rotate(-90deg);
}

@media (width <=1250px) {
  .seo video {
    object-position: -110px 70px;
    margin: 0;
    position: static;
  }
}

@media (width <=1200px) {
  .seo {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

.seo__content {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
}

.seo__content .section-title {
  margin-bottom: 20px;
}

@media (width <=600px) {
  .seo__content .section-title {
    margin-bottom: 10px;
  }
}

@media (width <=1550px) {
  .seo__content {
    max-width: 700px;
  }
}

@media (width <=1250px) {
  .seo__content {
    max-width: none;
    margin-left: 0;
  }
}

.seo_text {
  color: #999;
  margin-bottom: 40px;
  font-family: Mont, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 135%;
}

@media (width <=600px) {
  .seo_text {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.seo__subtitle {
  color: #fff;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

@media (width <=600px) {
  .seo__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.seo__content-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 20px;
  display: grid;
}

@media (width <=600px) {
  .seo__content-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.seo__content-item {
  background: #272727;
  border-radius: 10px;
  flex-direction: column;
  gap: 50px;
  padding: 20px;
  display: flex;
}

.seo__content-item p {
  color: #999;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
}

@media (width <=600px) {
  .seo__content-item p {
    font-size: 14px;
  }

  .seo__content-item {
    gap: 30px;
    padding: 15px;
  }
}

.seo__item-title {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

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

.service-banner {
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 0 !important;
}

.service-banner video {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  min-height: 620px;
  max-height: 800px;
}

.service-banner .container {
  max-width: 1920px;
}

.service-banner .section-title {
  color: #fff;
  margin-bottom: 15px;
}

.service-banner__content {
  color: #fff;
  backdrop-filter: blur(35px);
  background: #00000003;
  border-radius: 15px;
  max-width: 900px;
  padding: 45px 30px;
  position: absolute;
  bottom: 80px;
  left: 60px;
}

.service-banner__content p {
  color: #fff;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 153%;
}

@media (width <=600px) {
  .service-banner__content p {
    font-size: 14px;
  }
}

@media (width <=1050px) {
  .service-banner__content {
    width: calc(100% - 60px);
    bottom: 15px;
    left: 30px;
  }
}

@media (width <=600px) {
  .service-banner__content {
    padding: 10px;
  }
}

.descr-cards .section-heading {
  align-items: start;
  margin-bottom: 50px;
}

.descr-cards .section-title {
  font-size: 35px;
}

.descr__swiper-wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.descr__swiper-wrapper--three {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=1300px) {
  .descr__swiper-wrapper {
    gap: 0;
    display: flex;
  }
}

.descr-cards__content-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.descr-cards__content-item p {
  color: #999;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 141%;
}

@media (width <=600px) {
  .descr-cards__content-item p {
    font-size: 14px;
    margin-top: auto;
  }
}

.descr-cards__item-title {
  color: #000;
  margin-bottom: 90px;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  min-height: 90px;
}

@media (width <=600px) {
  .descr-cards__item-title {
    margin-bottom: 50px;
    font-size: 18px;
    min-height: 40px;
  }
}

.descr__swiper-pagination {
  border-radius: 36px;
  height: 6px;
  margin-top: 20px;
  display: none;
  position: static;
}

@media (width <=1300px) {
  .descr__swiper-pagination {
    display: flex;
  }
}

.descr__swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 36px;
  position: static;
}

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

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

html,
body {
  background-color: #fafafa;
  font-family: Atyp-Display, sans-serif;
}

main:not(.home__main, .service-page__main) {
  padding-top: 180px;
}

@media (width <=600px) {
  main:not(.home__main, .service-page__main) {
    padding-top: 20px;
  }
}

.section {
  padding-bottom: 100px;
}

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

.section--white {
  background-color: #fff;
  border-radius: 25px;
  margin: 0 30px 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (width <=700px) {
  .section--white {
    margin: 0 5px 50px;
  }
}

.section--black {
  color: #fff;
  background-color: #000;
  border-radius: 25px;
  margin: 0 30px 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section--black .section-title,
.section--black .section-name {
  color: #fff;
}

@media (width <=1000px) {
  .section--black {
    padding: 25px 20px !important;
  }
}

@media (width <=700px) {
  .section--black {
    margin: 0 5px 50px;
  }
}

.section-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

@media (width <=700px) {
  .section-heading {
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-bottom: 15px;
  }
}

.section-title {
  color: #000;
  font-size: 50px;
  font-weight: 400;
  line-height: 130%;
}

@media (width <=700px) {
  .section-title {
    font-size: 28px;
  }
}

.section-name {
  text-transform: lowercase;
  color: #000;
  border: 1px solid #d7d7d7;
  border-radius: 500px;
  padding: 20px 30px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=700px) {
  .section-name {
    padding: 16px 25px;
    font-size: 14px;
  }
}

.section-text {
  color: #999;
  width: 100%;
  max-width: 860px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 153%;
}

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

.btn {
  text-transform: lowercase;
  color: #000;
  background: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  max-width: max-content;
  padding: 25px 50px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.btn div {
  flex-direction: column;
  align-items: center;
  max-height: 20px;
  display: flex;
  overflow: hidden;
}

.btn span {
  white-space: nowrap;
  gap: 10px;
  transition: all .3s;
  display: flex;
}

.btn span:last-child {
  color: #007aff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.btn span:last-child path {
  stroke: #007aff;
}

.btn:hover span:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.btn:hover span:last-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
}

.btn--gray {
  background: #fafafa;
}

@media (width <=600px) {
  .btn {
    width: 100%;
    max-width: none;
    padding: 25px;
    font-size: 15px;
  }
}

.title-scroll__row {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.scroll-wrapper {
  height: 54px;
  position: relative;
  overflow: hidden;
}

@media (width <=700px) {
  .scroll-wrapper {
    height: 30px;
  }
}

.title-scroll {
  flex-direction: column;
  gap: 20px;
  transition: transform .5s;
  display: flex;
}

.title-scroll span {
  height: 54px;
  line-height: 1;
  display: block;
}

@media (width <=700px) {
  .title-scroll span {
    height: 30px;
  }
}

.title-scroll.scrolled {
  transform: translateY(-57%);
}

@media (width <=700px) {
  .title-scroll.scrolled {
    transform: translateY(-62%);
  }
}

.scroll-wrapper__title {
  height: 70px;
}

.scroll-wrapper__title .title-scroll span {
  height: 51px;
}

@media(max-width: 600px) {
  .main-section__content-row .scroll-wrapper__title {
    height: 86px;
  }

  .main-section__content-row .scroll-wrapper__title .title-scroll span {
    height: 65px;
  }
}

.swiper-button-prev {
  width: 69px;
  height: 69px;
  margin: 0;
  position: static;
  transform: rotate(180deg);
}

.swiper-button-prev:before,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  width: 69px;
  height: 69px;
  margin: 0;
  position: static;
}

.swiper-button-next:before,
.swiper-button-next:after {
  display: none;
}

.big-btn {
  color: #fff;
  background: #3887ff;
  border-radius: 10px;
  width: 100%;
  padding: 32px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.big-btn--white {
  color: #3e7ae7;
  background: #fafafa;
}

.big-btn--blue {
  background: #106fff;
}

@media (width <=1000px) {
  .big-btn {
    padding: 24px;
  }
}

.breads {
  color: #81858c;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.custom-checkbox {
  color: #000;
  cursor: pointer;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.custom-checkbox span {
  margin-left: auto;
}

.custom-checkbox input {
  appearance: none;
  cursor: pointer;
  border: 2px solid #e8e9eb;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  transition: all .2s;
  position: relative;
}

.custom-checkbox input:checked {
  background: #106fff;
  border-color: #106fff;
}

.custom-checkbox__text {
  flex-grow: 1;
}

.custom-checkbox__count {
  margin-left: auto;
}

.wpcf7-spinner {
  display: none !important;
}

.paginated-hidden {
  display: none !important;
}

.individ__swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.wpcf7-submit {
  cursor: pointer;
}

.custom-checkbox label {
  display: flex;
  align-items: center;
}

.contacts-form__checkboxes-row br {
  display: none;
}



.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 0;
  padding-bottom: 200px;
}

.not-found h1 {
  font-size: 150px;
  margin-bottom: 20px;
}

.not-found h2 {
  font-size: 50px;
  margin-bottom: 15px;
}

.not-found a {
  font-size: 25px;
}

@media (max-width: 600px) {
  .not-found h1 {
    font-size: 100px;
    margin-bottom: 20px;
  }

  .not-found h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .not-found a {
    font-size: 20px;
  }
}

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 200px 0;
  padding-bottom: 300px;
}

.thanks h1 {
  font-size: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.thanks h2 {
  font-size: 25px;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 600px) {
  .thanks h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .thanks h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

#wpcf7-f374-o1 form {
  padding-bottom: 20px;
}


.black-descr {
  padding: 0;
}

.black-descr .container {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.black-descr video {
  width: 100%;
  position: absolute;
}

.black-descr__content {
  position: relative;
  z-index: 1;
  padding: 40px 35px;
  margin: 50px 0;
  max-width: 966px;
  backdrop-filter: blur(45px);
  background: rgba(0, 0, 0, 0.5);
}

.black-descr__content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 153%;
  color: #fff;
}

.black-descr__title {
  font-family: "Atyp-Display", sans-serif;
  font-size: 50px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 15px;
}

.black-descr__cards {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.black-descr__cards-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  color: #fff;
}

.black-descr__item-title {
  font-weight: 500;
  font-size: 23px;
  color: #fff;
  margin-bottom: 10px;
}

@media(max-width: 600px) {
  .review__widget {
    width: 100% !important;
  }

  .black-descr__content {
    padding: 0;
    background: none;
    backdrop-filter: blur(0);

  }

  .black-descr {
    padding: 0 !important;
  }

  .black-descr__title {
    font-size: 25px;
  }

  .black-descr__content p {
    font-size: 13px;
  }

  .black-descr__cards {
    margin-top: 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .black-descr__item-title {
    font-size: 17px;
  }

  .black-descr video {
    display: none;
  }
}

.questions .wpcf7 span {
  max-width: none;
}

.questions .wpcf7-form-control-wrap {
  margin-left: 0;
}

.questions .wpcf7 .custom-checkbox {
  grid-column: 1/-1;
  color: #fff;
  max-width: 660px;
  font-size: 17px;
  font-weight: 600;
  line-height: 153%;
}

.questions .wpcf7 .custom-checkbox a {
  transition: all .3s;
}

.questions .wpcf7 .custom-checkbox span {
  margin-left: 0 !important;
}

.questions .wpcf7 .custom-checkbox input {
  padding: 0 !important;
}

.questions .wpcf7 .custom-checkbox input:checked {
  background: #fff
}

@media(max-width: 600px) {
  .questions .wpcf7 .custom-checkbox {
    font-size: 12px;
  }

  .questions .wpcf7 .custom-checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}



.preloader {
  width: 100vw;
  height: 100vh;
  background: #3e7ae7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 1s ease, opacity 1s ease;
}

/* Логотип */
.preloader__logo path {
  fill: #fff;
  animation: logoPulse 3s ease-in-out infinite;
}

@keyframes logoPulse {

  0%,
  100% {
    fill: #fff;
  }

  50% {
    fill: #376fd7;
  }
}

/* Контейнер для текста */
.preloader__text-wrapper {
  position: relative;
  margin-top: 40px;
  width: 100%;
}

/* Тексты */
.preloader__text {
  font-family: Atyp-Display, sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  animation: textSlide 9s ease-in-out infinite;
}

/* задержки для каждого текста */
.preloader__text-first {
  animation-delay: 0s;
}

.preloader__text-second {
  animation-delay: 3s;
}

.preloader__text-third {
  animation-delay: 6s;
}

/* Анимация текста */
@keyframes textSlide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  10%,
  30% {
    opacity: 1;
    transform: translateY(0);
  }

  40%,
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

/* Прогресс-бар */
.preloader__progress {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border-radius: 2px;
}

.preloader__progress-bar {
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.3s linear;
}

/* Уход прелоадера вверх */
.preloader--hide {
  transform: translateY(-100%);
  /*   opacity: 0; */
  pointer-events: none;
}

.reviews-section {}

.reviews-section__wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.reviews-section__videos {
  max-width: 820px;
}

.reviews-section__videos__swiper {}

.reviews-section__videos__swiper-wrapper {}

.reviews-section__videos__swiper-slide {
  padding: 25px 20px;
  border-radius: 25px;
  background: #fff;
  position: relative;
}

.reviews-section__videos__swiper-slide video {
  width: 100%;
  max-height: 580px;
  object-fit: cover;
  border-radius: 20px;
}

.reviews-video__descr {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  left: 40px;
  bottom: 90px;
  width: calc(100% - 80px);
  pointer-events: none;
}

.reviews-video__descr-date {
  font-weight: 500;
  font-size: 16px;
  color: #fff;

}

.reviews-video__descr-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 132%;
  color: #fff;
  padding-right: 100px;

}

.reviews-section__videos__swiper-pagination {
  position: absolute;
  right: 40px !important;
  bottom: 50px !important;
  top: auto !important;
  left: auto !important;
  z-index: 10;
  align-items: center;
  gap: 5px;
  display: flex;
  max-width: max-content;
}

.reviews-section__videos__swiper-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  width: 16px;
  height: 8px;
  background: #fff;
  opacity: 1;
}

.reviews-section__videos__swiper-pagination .swiper-pagination-bullet-active {
  background: #106fff;
  border: 2px solid #106fff;
  padding: 2px;
  position: relative;
}

.reviews-section__videos__swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  background: none;
  border: 2px solid #106fff;
  border-radius: 10px;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  top: -5.5px;
  left: -6px;
}

.reviews-section__audios {
  max-width: 820px;
}

.reviews-section__audios__swiper {
  height: 100%;
}

.reviews-section__audios__swiper-wrapper {}

.reviews-section__audios__swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 20px;
  border-radius: 25px;
  background: #fff;
  padding-bottom: 40px;
}

.reviews-audios__item {
  padding: 15px;
  background: #fafafa;
  border-radius: 15px;
  max-height: max-content;
}

.reviews-audios__item-audio {
  display: flex;
  align-items: center;
  width: 100%
}

.reviews-audios__btn {}

.icon-play {}

.icon-pause {}

.reviews-audios__row {
  border-radius: 10px;
  background: #d7d7d7;
  position: relative;
  margin: 8px 20px;
  overflow: hidden;
  height: 3px;
  width: 100%;
}

.reviews-audios__progress {
  background: #106fff;
  border-radius: 10px;
  height: 3px;
}

.reviews-audios__time {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #999;
}

.reviews-audios__item-date {
  font-weight: 500;
  font-size: 15px;
  color: #999;
  margin-top: 15px;
  margin-bottom: 5px;
}

.reviews-audios__item-text {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}


.reviews-section__audios__swiper-pagination {
  position: absolute;
  /* 	right: 40px !important; */
  bottom: 20px !important;
  top: auto !important;
  /* 	left: auto !important; */
  z-index: 10;
  align-items: center;
  gap: 5px;
  display: flex;
  justify-content: center;
}

.reviews-section__audios__swiper-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  width: 16px;
  height: 8px;
  background: #d8d8d8;
  opacity: 1;
}

.reviews-section__audios__swiper-pagination .swiper-pagination-bullet-active {
  background: #106fff;
  border: 2px solid #106fff;
  padding: 2px;
  position: relative;
}

.reviews-section__audios__swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  background: none;
  border: 2px solid #106fff;
  border-radius: 10px;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  top: -5.5px;
  left: -6px;
}

@media(max-width: 1700px) {
  .reviews-section__videos {
    max-width: 690px;
  }

  .reviews-section__audios {
    max-width: 690px;
  }

  .reviews-section__audios__swiper-pagination .swiper-pagination-bullet-active:after,
  .reviews-section__videos__swiper-pagination .swiper-pagination-bullet-active:after {
    top: -4.5px;
  }
}


@media(max-width: 1500px) {
  .reviews-section__videos {
    max-width: 600px;
  }

  .reviews-section__audios {
    max-width: 600px;
  }
}

@media(max-width: 1300px) {
  .reviews-section__wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .reviews-section__videos {
    max-width: none;
  }

  .reviews-section__audios {
    max-width: none;
  }
}

@media(max-width: 600px) {
  .reviews-section__videos__swiper-slide {
    padding: 10px;
  }

  .reviews-video__descr {
    left: 25px;
    bottom: 75px;
    width: calc(100% - 50px);
  }

  .reviews-section__videos__swiper-pagination {
    bottom: 25px !important;
  }

  .reviews-section__videos__swiper-pagination .swiper-pagination-bullet-active:after,
  .reviews-section__audios__swiper-pagination .swiper-pagination-bullet-active:after {
    top: -5.5px;
  }

  .reviews-video__descr-title {
    font-size: 15px;
  }

  .reviews-video__descr {
    font-size: 13px;
  }

  .reviews-section__audios__swiper-slide {
    grid-template-columns: 1fr;
    padding: 10px;
    padding-bottom: 35px;
  }
}

.numbers__item-scroll-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 600px) {

  .descr-cards .descr__swiper-slide {
    height: auto;
  }
}

.descr-cards .descr-cards__content-item {
  display: flex;
  flex-direction: column;
}


.contacts-form__step {
  display: none;
  flex-direction: column;
  gap: 20px;
}

.contacts-form__step--active {
  display: flex;
}

.contacts-form__step-title {
  font-size: 22px;
  font-weight: 600;
}

.contacts-form__step-dropdown {
  position: relative;
  width: 100%;
  max-width: max-content;
  min-width: 350px;
}

.js__dropdown-btn {
  padding: 20px;
  border-radius: 10px;

  border: 1px solid #999;
  transition: all .3s;
  cursor: pointer;
}

.js__dropdown-btn p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.js__dropdown-btn path,
.js__dropdown-btn svg {
  transition: all .3s;
}

.js__dropdown-btn:hover {
  border: 1px solid #106fff;
  color: #106fff;
}

.js__dropdown-btn:hover path {
  stroke: #106fff;
}

.js__dropdown-btn--active svg {
  transform: rotate(180deg);
}

.js__dropdown-list {
  position: absolute;
  top: 70px;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.js__dropdown-list--active {
  opacity: 1;
  visibility: visible;
}

.contacts-form__step-row,
.contacts-form__step-row p {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.contacts-form__step-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 20px;
  border: 1px solid #999;
  transition: all .3s;
  border-radius: 10px;
  width: 100%;
  max-width: 180px;
}

@media (max-width: 1000px) {
  .contacts-form__step-prev {
    padding: 23px 20px;
  }
}

.contacts-form__step-prev:hover {
  border: 1px solid #106fff;
  color: #106fff;

}


.big-btn.inactive {
  cursor: not-allowed;
  opacity: .6;
}

.questions__content .custom-checkbox {
  display: none;
}

.questions__content .big-btn {
  color: #3E7AE7;
  background-color: #fff;
  cursor: pointer;
}

#wpcf7-f965-o2 .custom-checkbox {
  display: none;
}

.custom-checkbox input {
  flex-shrink: 0;
}

.video-blog .section-heading {
  align-items: center;
  flex-direction: row;
}
.video-blog .partners__btns {
display: flex;
}

.video-blog__swiper-wrapper-prev {}

.video-blog__swiper-wrapper-next {}

.video-blog__content {}

.video-blog__swiper {}

.video-blog__swiper-wrapper {}

.video-blog__swiper-slide iframe{ 
  width: 100%;
  height: 500px;
  border-radius: 20px;
}