@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}

body {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  width: 92%;
}
@media (min-width: 981px) {
  .container {
    width: 90%;
  }
}

.section {
  padding: min(21vw, 140px) 0;
}

.site-main {
  margin-top: 82px;
}
@media (min-width: 981px) {
  .site-main {
    margin-top: 86px;
  }
}

.section-black {
  background-color: #000000;
}
.section-black .sub-title,
.section-black h2,
.section-black h3 {
  color: #fff;
}

h1 {
  font-family: "Neue Machina", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1.4px;
  line-height: 120%;
  color: #0E0E0E;
  font-size: clamp(32px, 5.469vw, 70px);
  margin-top: 0;
  margin-bottom: min(6vw, 47px);
}
@media (max-width: 767px) {
  h1 {
    letter-spacing: -0.64px;
  }
}

h2 {
  font-size: clamp(24px, 3.125vw, 40px);
  font-family: "Inter Tight", sans-serif;
  color: #0E0E0E;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.24px;
  margin-top: 0;
}
@media (min-width: 981px) {
  h2 {
    letter-spacing: 0.4px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 130%;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #151515;
  text-decoration: none;
  transition: all, 0.35s;
}

ul,
ol {
  padding-left: 18px;
  margin-top: 0;
}

sup {
  display: inline-flex;
}

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

.hero-content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 7.5%;
  align-items: center;
  row-gap: 31px;
}
.hero-content p {
  max-width: 380px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero-content p {
    font-size: 14px;
    font-weight: 400;
  }
}

.light-text {
  color: #fff;
}

.explanatory-light {
  color: #eeeeee;
}

.explanatory {
  line-height: 140%;
  margin-bottom: 0;
}
.explanatory span {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .explanatory span {
    margin-bottom: 15px;
  }
}

.sub-title {
  font-size: clamp(15px, 1.719vw, 22px);
  line-height: 120%;
  font-family: "Neue Machina", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
  position: relative;
}
.sub-title.has-vector:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 8px;
  left: 0;
}
@media (max-width: 767px) {
  .sub-title.has-vector:before {
    bottom: -11px;
  }
}

@media (min-width: 981px) {
  .col-sub-title {
    padding-top: 0.5%;
  }
}

@media (max-width: 980px) {
  .content-desktop {
    display: none;
  }
}

@media (min-width: 981px) {
  .content-mobile {
    display: none;
  }
}

.section-green {
  background-color: #19C4FA;
}
.section-green.section-advantages .advantages-block .advantages-item {
  border-top: 1px solid #1D1F1F;
}

.rotate {
  animation: rotate 4s linear infinite;
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .rotate svg {
    width: 16px;
    height: 16px;
  }
}
.rotate.rotate-wrap {
  display: inline-flex;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina-Regular.woff2") format("woff2"), url("../fonts/NeueMachina-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina-Medium.woff2") format("woff2"), url("../fonts/NeueMachina-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina-Bold.woff2") format("woff2"), url("../fonts/NeueMachina-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.admin-bar .site-header {
  top: 32px;
}

.site-header {
  padding: 19px 0;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #FFF;
  z-index: 99;
}
@media (min-width: 981px) {
  .site-header {
    padding: 15px 0;
  }
}
.site-header .container {
  justify-content: space-between;
  align-items: center;
}
.site-header .site-branding {
  width: 17%;
}
header .logo{
max-width:125px;
}
@media (max-width: 980px) {
  .site-header .site-branding {
    order: 1;
    width: 32%;
  }
}
.site-header .site-branding a {
  display: flex;
}
.site-header .main-navigation {
  width: 44px;
  display: block;
}
@media (min-width: 981px) {
  .site-header .main-navigation {
    width: 55%;
  }
}
@media (max-width: 980px) {
  .site-header .main-navigation {
    order: 3;
  }
}
.site-header .main-navigation .nav-menu {
  column-gap: 30px;
  justify-content: flex-end;
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 981px) {
  .site-header .main-navigation .nav-menu {
    display: flex;
  }
}
@media (min-width: 981px) and (max-width: 1024px) {
  .site-header .main-navigation .nav-menu {
    column-gap: 30px;
  }
}
.site-header .main-navigation .nav-menu > .menu-item {
  padding: 18px 0;
  position: relative;
}
.site-header .main-navigation .nav-menu > .menu-item a {
  font-size: 15px;
  line-height: 120%;
  color: #454545;
  font-family: "Neue Machina", sans-serif;
}
.site-header .main-navigation .nav-menu > .menu-item a:hover {
  color: #0086B0;
}
.site-header .main-navigation .nav-menu > .menu-item.menu-item-has-children {
  display: flex;
}
.site-header .main-navigation .nav-menu > .menu-item.menu-item-has-children:after {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/uploads/2024/03/stars-list.svg");
  margin-left: 5px;
  top: -2px;
}
@media (min-width: 981px) {
  .site-header .main-navigation .nav-menu > .menu-item.menu-item-has-children:hover .sub-menu {
    display: flex;
    left: -40%;
  }
  .site-header .main-navigation .nav-menu > .menu-item.menu-item-has-children:hover .sub-menu a {
    display: block;
  }
}
.site-header .main-navigation .nav-menu > .menu-item .sub-menu {
  flex-direction: column;
  border-radius: 12px;
  background-color: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(234, 234, 234, 0.83);
  padding: 25px 30px;
  row-gap: 16px;
  list-style: none;
  display: none;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  margin: 0;
}
.site-header .main-navigation .nav-menu > .menu-item .sub-menu a {
  color: #151515;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.3px;
  position: relative;
  width: max-content;
  display: none;
}
.site-header .main-navigation .nav-menu > .menu-item .sub-menu a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #151515;
  transition: all, 0.35s;
}
.site-header .main-navigation .nav-menu > .menu-item .sub-menu a:hover:before {
  width: 100%;
}
.site-header .main-navigation .menu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  transition: all, 0.35s;
}
@media (min-width: 981px) {
  .site-header .main-navigation .menu-toggle {
    display: none;
  }
}
.site-header .main-navigation .menu-toggle span {
  width: 44px;
  height: 1px;
  background-color: #0E0E0E;
  display: block;
  transition: all, 0.35s;
}
.site-header .header-btn {
  width: calc(59% - 44px);
}
@media (min-width: 981px) {
  .site-header .header-btn {
    width: 24%;
  }
}
@media (max-width: 980px) {
  .site-header .header-btn {
    order: 2;
  }
}
.site-header .header-btn a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all, 0.35s;
}
.site-header .header-btn a span {
  font-size: 15px;
  font-family: "Neue Machina", sans-serif;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #0E0E0E;
  margin-right: 17px;
  font-weight: 700;
  transition: all, 0.35s;
}
@media (max-width: 767px) {
  .site-header .header-btn a span {
    display: none;
  }
}
.site-header .header-btn a .header-icon {
  display: flex;
  border-radius: 50%;
  background-color: #19C4FA;
  padding: 10px;
}
.site-header .header-btn a:hover span {
  color: #0086B0;
}
.site-header .main-navigation.toggled .nav-menu {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 9;
  padding: 77px 15px 0 15px;
  height: 100vh;
}
.site-header .main-navigation.toggled .nav-menu > .menu-item {
  margin: 0 30px 20px 30px;
  padding: 0;
}
.site-header .main-navigation.toggled .nav-menu > .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
.site-header .main-navigation.toggled .nav-menu > .menu-item a {
  font-size: 24px;
  color: #151515;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
}
.site-header .main-navigation.toggled .nav-menu > .menu-item a:hover {
  color: #0086B0;
}
.site-header .main-navigation.toggled .nav-menu > .menu-item:after {
 display:none
}
.site-header .main-navigation.toggled .nav-menu > .menu-item-has-children > a {
position:relative;
width:max-content;
}
.site-header .main-navigation.toggled .nav-menu > .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/uploads/2024/03/stars-list.svg);
    top: -2px;
    right: -15px;
}
.site-header .main-navigation.toggled .nav-menu > .menu-item.focus {
  flex-direction: column;
}
.site-header .main-navigation.toggled .nav-menu > .menu-item.focus .sub-menu {
  display: flex;
  position: relative;
  left: 0;
  border-radius: 0;
  box-shadow: none;
  row-gap: 22px;
  padding: 19px 0 33px 0;
}
.site-header .main-navigation.toggled .nav-menu > .menu-item.focus .sub-menu li a {
  display: block;
  font-size: 15px;
  text-transform: none;
  letter-spacing: -0.3px;
}
.site-header .main-navigation.toggled .menu-toggle {
  row-gap: 0;
}
.site-header .main-navigation.toggled .menu-toggle span:first-child {
  transform: rotate(45deg);
}
.site-header .main-navigation.toggled .menu-toggle span:last-child {
  transform: rotate(-45deg);
}

.site-footer {
  padding: 50px 0;
}
.site-footer .flex {
  align-items: flex-start;
  column-gap: 5%;
  justify-content: space-between;
  row-gap: 58px;
}
.site-footer .footer-logo {
  margin-bottom: min(10vw, 46px);
}
@media (max-width: 767px) {
  .site-footer .footer-logo img {
    max-width: 108px;
  }
}
.site-footer .footer-content {
  margin-bottom: 50px;
}
@media (min-width: 981px) {
  .site-footer .footer-content {
    margin-bottom: 39px;
  }
}
.site-footer .col-1 {
  width: 100%;
}
@media (min-width: 981px) {
  .site-footer .col-1 {
    width: 35%;
  }
}
.site-footer .col-1 h2 {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .site-footer .col-1 h2 {
    margin-bottom: 20px;
  }
}
.site-footer .col-1 p {
  font-weight: 500;
  max-width: 390px;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .site-footer .col-1 p {
    line-height: 140%;
    font-weight: 400;
  }
}
@media(max-width:576px){
.site-header .main-navigation.toggled .nav-menu > .menu-item{
margin: 0 0 20px 0;
}
}
.site-footer .col-2 {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 55px;
  display: flex;
  column-gap: 5%;
}
@media (min-width: 981px) {
  .site-footer .col-2 {
    width: 60%;
    padding-top: 1%;
    justify-content: flex-end;
  }
}
.site-footer .col-2 .footer-adrress {
  width: 65%;
}
@media (min-width: 768px) {
  .site-footer .col-2 .footer-adrress {
    width: 40%;
    padding-top: 1.5%;
  }
}
.site-footer .col-2 .footer-adrress .adr-item:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .site-footer .col-2 .footer-adrress .adr-item:not(:last-child) {
    margin-bottom: 22px;
  }
}
.site-footer .col-2 .footer-adrress .adr-item p {
  line-height: 140%;
}
.site-footer .col-2 .footer-adrress .adr-item p:first-child {
  font-family: "Neue Machina", sans-serif;
  color: #0E0E0E;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 140%;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .site-footer .col-2 .footer-adrress .adr-item p:first-child {
    margin-bottom: 9px;
  }
}
.site-footer .col-2 .footer-adrress .adr-item .phone-wrap {
  display: flex;
  align-items: center;
  column-gap: 13px;
}
@media (max-width: 767px) {
  .site-footer .col-2 .footer-adrress .adr-item .phone-wrap {
    column-gap: 8px;
  }
}
.site-footer .col-2 .footer-adrress .adr-item .phone-wrap a {
  display: flex;
}
.site-footer .col-2 .footer-adrress .adr-item a {
  line-height: 140%;
  color: #151515;
}
.site-footer .col-2 .footer-adrress .adr-item a:hover {
  color: #0086B0;
}
.site-footer .col-2 .footer-menu {
  width: 30%;
}
@media (min-width: 768px) {
  .site-footer .col-2 .footer-menu {
    width: 25.5%;
    padding-top: 1.5%;
  }
}
.site-footer .col-2 .footer-menu .menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .site-footer .col-2 .footer-menu .menu {
    text-align: right;
  }
}
.site-footer .col-2 .footer-menu .menu-item:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .site-footer .col-2 .footer-menu .menu-item:not(:last-child) {
    margin-bottom: 43px;
  }
}
.site-footer .col-2 .footer-menu .menu-item a {
  font-weight: 700;
  color: #0E0E0E;
  font-family: "Neue Machina", sans-serif;
  letter-spacing: -0.32px;
  line-height: 140%;
  font-size: 16px;
}
.site-footer .col-2 .footer-menu .menu-item a:hover {
  color: #0086B0;
}
.site-footer .col-2 .footer-social {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media (max-width: 767px) {
  .site-footer .col-2 .footer-social {
    width: 100%;
    flex-direction: row;
    column-gap: 26px;
    justify-content: center;
  }
}
.site-footer .col-2 .footer-social a {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #19C4FA;
  transition: all, 35s;
}
.site-footer .col-2 .footer-social a svg {
  transition: all, 0.35s;
}
.site-footer .col-2 .footer-social a:hover svg {
  transform: scale(1.1);
}
.site-footer .footer-copyright p {
  font-size: 15px;
  line-height: 140%;
}
@media (max-width: 980px) {
  .site-footer .footer-copyright p {
    text-align: center;
  }
}
.site-footer .footer-copyright p a {
  display: inline-block;
}

.btn,
input[type=submit] {
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 100%;
  letter-spacing: -0.32px;
  padding: 23px 41px 25px;
  border-radius: 12px;
  width: fit-content;
  font-family: "Neue Machina", sans-serif;
  font-weight: 700;
  transition: all, 0.35s;
}
@media (max-width: 767px) {
  .btn,
  input[type=submit] {
    font-size: 15px;
  }
}
.btn svg,
input[type=submit] svg {
  margin-left: 19px;
  position: relative;
  top: 1px;
  transition: all, 0.35s;
}
.btn svg path,
input[type=submit] svg path {
  transition: all, 0.35s;
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    justify-content: center;
  }
}

.btn-transparent {
  color: #0E0E0E;
  border: 1px solid #0E0E0E;
  padding: 23px 56px 25px;
}
.btn-transparent:visited {
  color: #0E0E0E;
}
.btn-transparent:hover {
  background-color: #0E0E0E;
  color: #19C4FA;
}
.btn-transparent:hover path {
  fill: #19C4FA;
}

.btn-main {
  background-color: #19C4FA;
  padding: 21px 41px 23px;
}
.btn-main:hover {
  background-color: #000;
  color: #19C4FA;
}
.btn-main:hover svg {
  transform: rotate(45deg);
}
.btn-main:hover svg path {
  fill: #19C4FA;
}

.btn-dark {
  background-color: #0E0E0E;
  color: #ffffff;
}

.btn-hero {
  padding: 19px 36px 21px;
}
@media (min-width: 768px) {
  .btn-hero {
    max-height: 80px;
    padding: 23px 36px 25px;
  }
}

.btn-grey {
  color: #19C4FA;
  background-color: #1D1F1F;
  padding: 21px 45px 23px;
}
.btn-grey:hover {
  background-color: #19C4FA;
  color: #0E0E0E;
}
.btn-grey:hover svg {
  transform: rotate(45deg);
}
.btn-grey:hover svg path {
  fill: #0E0E0E;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
}
.row .col-1,
.row .col-2 {
  width: 100%;
}
@media (min-width: 981px) {
  .row .col-1 {
    width: 29%;
  }
  .row .col-2 {
    width: 66%;
  }
}

@media (max-width: 980px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}

.row-start {
  align-items: flex-start;
}

.row-end {
  align-items: flex-end;
}

.row-head {
  row-gap: 34px;
}

.block-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.block-flex .col {
  flex: 1 0 calc(50% - 4px);
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 26px 0 14px;
  font-size: clamp(18px, 1.719vw, 22px);
  font-weight: 600;
  letter-spacing: -0.44px;
  line-height: 100%;
  color: #0E0E0E;
  width: 100%;
  border-bottom: 1px solid #0E0E0E;
}
.wpcf7-form input:not([type=submit])::placeholder,
.wpcf7-form textarea::placeholder {
  color: #0E0E0E;
}
.wpcf7-form input:not([type=submit]):focus-visible,
.wpcf7-form textarea:focus-visible {
  outline: none;
}
.wpcf7-form input:not([type=submit]).wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #FA4A4A;
}
@media (max-width: 767px) {
  .wpcf7-form input:not([type=submit]),
  .wpcf7-form textarea {
    padding: 22px 0 14px;
  }
}
.wpcf7-form textarea {
  height: 66px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 11px;
}
.wpcf7-form .input-wrap label,
.wpcf7-form .input-check label {
  position: absolute;
  top: 27px;
  left: 0;
  font-size: clamp(18px, 1.719vw, 22px);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.44px;
  transition: all, 0.35s;
}
.wpcf7-form .input-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .wpcf7-form .input-wrap {
    margin-bottom: 23px;
  }
}
.wpcf7-form .input-wrap.focused label {
  top: 0;
  font-size: 14px;
  letter-spacing: -0.28px;
}
.wpcf7-form .input-wrap.focused input,
.wpcf7-form .input-wrap.focused textarea {
  border-color: #0086B0;
}
.wpcf7-form .input-check {
  display: flex;
  gap: 10px;
  padding-top: 23px;
  padding-bottom: 8px;
  border-bottom: 1px solid #0E0E0E;
  column-gap: 44px;
  align-items: center;
}
@media (max-width: 767px) {
  .wpcf7-form .input-check {
    flex-wrap: wrap;
  }
}
.wpcf7-form .input-check .wpcf7-form-control-wrap {
  width: auto;
}
.wpcf7-form .input-check label {
  position: relative;
  top: 0;
}
.wpcf7-form .input-check .wpcf7-checkbox {
  display: flex;
  gap: 7px;
}
@media (max-width: 767px) {
  .wpcf7-form .input-check .wpcf7-checkbox {
    flex-wrap: wrap;
  }
}
.wpcf7-form .input-check .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .input-check .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  top: 0;
  display: flex;
}
.wpcf7-form .input-check .wpcf7-checkbox .wpcf7-list-item label input {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-form .input-check .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 16px;
  font-family: "Neue Machina", sans-serif;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  padding: 9px 20px 13px;
  border-radius: 100px;
  background-color: #F6F6F8;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wpcf7-form .input-check .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .input-check .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 12px;
  }
}
.wpcf7-form .input-check .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-color: #19C4FA;
}
.wpcf7-form .wrap-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 47px;
}
@media (max-width: 767px) {
  .wpcf7-form .wrap-btn {
    margin-top: 31px;
    row-gap: 30px;
  }
}
.wpcf7-form .wrap-btn .input-file {
  margin-bottom: 0;
  position: relative;
}
.wpcf7-form .wrap-btn .input-file .wpcf7-file {
  border-bottom: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: transparent;
}
.wpcf7-form .wrap-btn .input-file .wpcf7-file::-webkit-file-upload-button {
  display: none;
}
.wpcf7-form .wrap-btn .input-file .wpcf7-file::before {
  content: "+ File";
  color: #0E0E0E;
  display: inline-block;
  background-color: #fff;
  border: 1px dashed #0E0E0E;
  border-radius: 100px;
  font-size: 16px;
  outline: none;
  width: 100%;
  max-width: 53px;
  cursor: pointer;
  font-weight: 700;
  padding: 23px 38px;
  letter-spacing: -0.32px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .wpcf7-form .wrap-btn .input-file .wpcf7-file::before {
    font-size: 15px;
    padding: 15px 13px;
  }
}
.wpcf7-form .wrap-btn .input-file.file-uploaded .wpcf7-file {
  color: #0E0E0E;
}
.wpcf7-form .wrap-btn .form-bth {
  margin-top: 0;
}
.wpcf7-form .form-bth {
  margin-bottom: 0;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .wpcf7-form .form-bth {
    margin-top: 41px;
  }
}
.wpcf7-form .form-bth .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-submit {
  box-shadow: none;
  border: none;
  background-color: #19C4FA;
  position: relative;
  display: flex;
  cursor: pointer;
}
.wpcf7-form .wpcf7-submit:after {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/2023/12/arrow-right.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .wpcf7-form .wpcf7-submit {
    padding: 25px 42px 29px;
    width: 100%;
    justify-content: center;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  margin: 10px 0 0;
  border: none;
  color: #FA4A4A;
  padding: 0;
  font-size: 12px;
}

.pum.pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.81);
}
@media (max-width: 980px) {
  .pum.pum-theme-default-theme {
    background-color: #fff;
  }
}
.pum.pum-theme-default-theme .pum-content + .pum-close {
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
  border: none;
  font-size: 0;
  color: transparent;
  padding: 0 !important;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2023/12/noun-plus-1100732-2.svg");
  right: 34px;
  background-position: center;
  top: 31px;
}
@media (max-width: 980px) {
  .pum.pum-theme-default-theme .pum-content + .pum-close {
    right: 4.2%;
  }
}
.pum .pum-container {
  padding: 0 !important;
  background-color: #fff !important;
  width: 100% !important;
  box-shadow: none !important;
}
@media (min-width: 981px) {
  .pum .pum-container {
    max-width: 580px !important;
  }
}
@media (max-width: 980px) {
  .pum .pum-container {
    top: 0 !important;
    height: 100%;
  }
  .pum .pum-container .header-popup {
    width: 92%;
    margin: 0 auto;
    padding-top: 25px;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .pum .pum-container .header-popup img {
    width: 111px;
  }
}
.pum .pum-container .pop-wrpa {
  max-width: 580px;
  margin: 0 auto;
  background-color: #fff;
  padding: 83px 40px;
}
@media (max-width: 980px) {
  .pum .pum-container .pop-wrpa {
    width: 92%;
    padding: 83px 0;
  }
}
.pum .pum-container .pop-wrpa h2 {
  text-align: center;
  letter-spacing: 0.8px;
  font-weight: 700;
  margin-bottom: 24px;
}
.pum .pum-container .pop-wrpa .form-communication p {
  color: #151515;
}
.pum .pum-container .pop-wrpa .form-communication p input:not([type=submit]),
.pum .pum-container .pop-wrpa .form-communication p textarea {
  font-size: 20px;
}
@media (max-width: 980px) {
  .pum .pum-container .pop-wrpa .form-communication p input:not([type=submit]),
  .pum .pum-container .pop-wrpa .form-communication p textarea {
    font-size: 18px;
  }
}

.admin-bar #pum-287 .pum-container {
  top: 32px !important;
}

#pum-287 {
  background-color: #fff;
}
#pum-287 .pum-container {
  left: 0 !important;
  top: 0 !important;
  padding: 0;
  height: 100%;
  box-shadow: none;
  border: none;
  width: 100%;
  margin: 0;
  max-width: 100% !important;
}
#pum-287 .pum-container .pum-content {
  max-width: 1180px !important;
  margin: 0 auto;
  width: 92%;
  position: relative;
}
@media (min-width: 981px) {
  #pum-287 .pum-container .pum-content {
    width: 90%;
  }
}
#pum-287 .pum-container .pum-close {
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
  border: none;
  font-size: 0;
  color: transparent;
  padding: 0;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2023/12/noun-plus-1100732-2.svg");
  right: 19%;
  background-position: center;
  top: 37px;
}
@media (max-width: 1680px) and (min-width: 1367px) {
  #pum-287 .pum-container .pum-close {
    right: 9%;
  }
}
@media (max-width: 1366px) and (min-width: 981px) {
  #pum-287 .pum-container .pum-close {
    right: 5%;
  }
}
@media (max-width: 980px) {
  #pum-287 .pum-container .pum-close {
    right: 4.3%;
  }
}
@media (max-width: 767px) {
  #pum-287 .pum-container .pum-close {
    top: 24px;
  }
}
#pum-287 .pum-container .popup-project .header-popup {
  padding-top: 25px;
}
@media (max-width: 767px) {
  #pum-287 .pum-container .popup-project .header-popup img {
    width: 111px;
  }
}
#pum-287 .pum-container .popup-project .row-content {
  padding-top: min(10vw, 149px);
  padding-bottom: 60px;
}
@media (max-width: 980px) {
  #pum-287 .pum-container .popup-project .row-content {
    padding-top: min(16vw, 160px);
  }
}
#pum-287 .pum-container .popup-project .row-content .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#pum-287 .pum-container .popup-project .row-content h2 {
  font-size: clamp(28px, 3.438vw, 44px);
  letter-spacing: -0.88px;
  font-weight: 700;
  font-family: "Neue Machina", sans-serif;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #pum-287 .pum-container .popup-project .row-content h2 {
    margin-bottom: 16px;
  }
}
#pum-287 .pum-container .popup-project .row-content .content {
  letter-spacing: -0.15px;
}
@media (min-width: 981px) {
  #pum-287 .pum-container .popup-project .row-content .content {
    margin-bottom: 111px;
    max-width: 300px;
  }
}
@media (max-width: 980px) {
  #pum-287 .pum-container .popup-project .row-content .content {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #pum-287 .pum-container .popup-project .row-content .content {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.28px;
  }
}
@media (min-width: 981px) {
  #pum-287 .pum-container .popup-project .row-content .form-wrap {
    margin-top: -3%;
  }
}
#pum-287 .pum-container .popup-project .row-content .form-wrap p {
  color: #151515;
}
#pum-287 .pum-container .popup-project .row-content .form-wrap .input-check .wpcf7-list-item .wpcf7-list-item-label {
  border: 1px solid #151515;
  background-color: transparent;
}
#pum-287 .pum-container .popup-project .row-content .form-wrap .input-check .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-color: #151515;
  color: #19C4FA;
}
#pum-287 .pum-container .popup-project .row-content .form-wrap .wrap-btn .input-file .wpcf7-file:before {
  max-width: 129px;
  background-color: transparent;
}
@media (max-width: 767px) {
  #pum-287 .pum-container .popup-project .row-content .form-wrap .wrap-btn .input-file .wpcf7-file:before {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  #pum-287 .pum-container .popup-project .row-content .form-wrap .wrap-btn .form-bth {
    width: 100%;
  }
}
#pum-287 .pum-container .popup-project .row-content .form-wrap .wrap-btn .form-bth .wpcf7-submit {
  background-color: #0E0E0E;
  color: #19C4FA;
}

.pum .pum-container .swiper-photo {
  max-width: 980px;
  width: 90%;
}
@media (max-width: 767px) {
  .pum .pum-container .swiper-photo {
    width: 100%;
  }
}
.pum .pum-container .swiper-photo .swiper-wrapper {
  display: flex;
  align-items: center;
}
.pum .pum-container .swiper-photo .swiper-slide {
  display: flex;
  align-items: center;
}
.pum .pum-container .swiper-photo .swiper-slide img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  max-height: 600px;
}
.pum .pum-container .swiper-photo .swiper-button-prev,
.pum .pum-container .swiper-photo .swiper-button-next {
  transition: all, 0.35s;
}
.pum .pum-container .swiper-photo .swiper-button-prev:after,
.pum .pum-container .swiper-photo .swiper-button-next:after {
  font-size: 20px;
  color: #0E0E0E;
  padding: 10px;
  border-radius: 5px;
  background-color: #19C4FA;
  transition: all, 0.35s;
}
.pum .pum-container .swiper-photo .swiper-button-prev:hover:after,
.pum .pum-container .swiper-photo .swiper-button-next:hover:after {
  background-color: #0E0E0E;
  color: #19C4FA;
}
.pum .pum-container .swiper-photo .swiper-button-prev {
  left: 4px;
}
.pum .pum-container .swiper-photo .swiper-button-next {
  right: 4px;
}

@media (max-width: 980px) {
  #pum-367,
  #pum-365,
  #pum-400,
  #pum-402,
  #pum-404 {
    background-color: rgba(0, 0, 0, 0.81);
  }
}
#pum-367.pum-theme-default-theme .pum-content + .pum-close,
#pum-365.pum-theme-default-theme .pum-content + .pum-close,
#pum-400.pum-theme-default-theme .pum-content + .pum-close,
#pum-402.pum-theme-default-theme .pum-content + .pum-close,
#pum-404.pum-theme-default-theme .pum-content + .pum-close {
  background-image: none;
  top: -20px;
  right: 5%;
}
#pum-367.pum-theme-default-theme .pum-content + .pum-close:before,
#pum-365.pum-theme-default-theme .pum-content + .pum-close:before,
#pum-400.pum-theme-default-theme .pum-content + .pum-close:before,
#pum-402.pum-theme-default-theme .pum-content + .pum-close:before,
#pum-404.pum-theme-default-theme .pum-content + .pum-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #19C4FA;
  transform: rotate(45deg);
}
#pum-367.pum-theme-default-theme .pum-content + .pum-close:after,
#pum-365.pum-theme-default-theme .pum-content + .pum-close:after,
#pum-400.pum-theme-default-theme .pum-content + .pum-close:after,
#pum-402.pum-theme-default-theme .pum-content + .pum-close:after,
#pum-404.pum-theme-default-theme .pum-content + .pum-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #19C4FA;
  transform: rotate(-45deg);
}
#pum-367 .pum-container,
#pum-365 .pum-container,
#pum-400 .pum-container,
#pum-402 .pum-container,
#pum-404 .pum-container {
  max-width: 1180px !important;
  background-color: transparent !important;
}
@media (max-width: 980px) {
  #pum-367 .pum-container,
  #pum-365 .pum-container,
  #pum-400 .pum-container,
  #pum-402 .pum-container,
  #pum-404 .pum-container {
    top: 50% !important;
    transform: translateY(-50%);
  }
}

.home-hero {
  padding-top: min(20vw, 124px);
  padding-bottom: min(21vw, 120px);
}
@media (min-width: 981px) {
  .home-hero {
    padding-bottom: 0;
  }
}
.home-hero h1 span {
  display: block;
}
@media (min-width: 450px) {
  .home-hero h1 .text-top br {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-hero h1 .text-top {
    padding-left: 3.8%;
    margin-bottom: 10px;
  }
  .home-hero h1 .text-center {
    padding-left: 12.4%;
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
  }
  .home-hero h1 .text-center:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 490px;
    max-width: 40vw;
    height: 15px;
    background: url("/wp-content/uploads/2024/03/wave_line.svg") top/contain no-repeat;
  }
  .home-hero h1 .text-bottom {
    padding-left: 21.2%;
  }
}
.home-hero h1 .text-center {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .home-hero h1 .text-center:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 14%;
    width: 490px;
    max-width: 58vw;
    height: 7px;
    background: url("/wp-content/uploads/2024/03/wave_line.svg") top/contain no-repeat;
  }
}
@media (max-width: 452px) {
  .home-hero h1 .text-center:before {
    bottom: 47%;
    left: 11%;
    display:none;
  }
}
.home-hero h1 .home-rotate svg {
  width: clamp(20px, 3.125vw, 40px);
  height: clamp(20px, 3.125vw, 40px);
}
.home-hero .home-hero-content {
  justify-content: flex-end;
  margin-bottom: min(11vw, 161px);
}
@media (max-width: 767px) {
  .home-hero .home-hero-content {
    flex-direction: column-reverse;
  }
}
.home-hero .home-hero-content p {
  max-width: 364px;
}
@media (max-width: 767px) {
  .home-hero .home-hero-content p {
    max-width: 100%;
  }
}
.home-hero .home-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 981px) {
  .home-hero .home-link {
    border: 1px solid #B2B2B2;
    border-bottom: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.home-hero .home-link .home-link-item {
  width: 100%;
  text-align: center;
}
@media (min-width: 981px) {
  .home-hero .home-link .home-link-item {
    width: calc(20% - 1px);
    padding: 15px 0 17px;
  }
}
.home-hero .home-link .home-link-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  color: #2E2E2E;
  font-family: "Neue Machina", sans-serif;
  line-height: 120%;
  font-weight: 700;
  font-size: 15px;
  column-gap: 3%;
  justify-content: space-around;
}
@media (max-width: 980px) {
  .home-hero .home-link .home-link-item a {
    padding: 17px 20px 18px 26px;
    justify-content: space-between;
    border: 1px solid #B2B2B2;
    border-radius: 8px;
  }
}
@media (min-width: 981px) {
  .home-hero .home-link .home-link-item:not(:last-child) {
    border-right: 1px solid #B2B2B2;
  }
}
@media (max-width: 980px) {
  .home-hero .home-link .home-link-item:not(:last-child) a {
    border-bottom: none;
  }
}

.section-about {
  background-color: #000;
  padding-bottom: 0;
  overflow-x: hidden;
}
.section-about .about-head {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .section-about .about-head {
    margin-bottom: 19px;
  }
}
@media (min-width: 981px) {
  .section-about .about-head .col-1 {
    padding-top: 0.5%;
  }
}
.section-about .about-head .has-vector:before {
  background: url("/wp-content/uploads/2024/03/vector-123.svg") top/contain no-repeat;
}
@media (min-width: 981px) {
  .section-about .about-head h2 {
    letter-spacing: 0;
  }
}
.section-about .about-head h2 span {
  color: #19C4FA;
}
.section-about .about-statistics {
  margin-bottom: min(19vw, 160px);
  row-gap: 31px;
}
.section-about .about-statistics .block-statistic {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.section-about .about-statistics .block-statistic .statistic-item {
  flex: 1 0 calc(50% - 4px);
  border-radius: 20px;
  background-color: #1D1F1F;
  padding: 32px 50px 42px;
}
@media (max-width: 767px) {
  .section-about .about-statistics .block-statistic .statistic-item {
    padding: 38px 24px 47px;
  }
}
.section-about .about-statistics .block-statistic .statistic-item .value-content {
  font-family: "Neue Machina", sans-serif;
  color: #19C4FA;
  text-transform: uppercase;
  font-size: clamp(70px, 7.031vw, 90px);
  line-height: 1;
  margin-bottom: min(12vw, 70px);
}
.section-about .about-statistics .block-statistic .statistic-item .description {
  color: #F3F3F3;
  font-size: clamp(16px, 1.563vw, 20px);
  letter-spacing: -0.4px;
  font-weight: 500;
}
.section-about .about-development {
  row-gap: 61px;
  display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
}
.section-about .about-development .col-1 {
  display: flex;
        width: 100%;
        max-width: 400px;
}
@media (max-width: 980px) {
.section-about .about-development {
  display: flex
;
flex-direction: column-reverse !important;
    align-items: center;
}
  .section-about .about-development .col-1 {
    justify-content: center;
  }
}
.section-about .about-development .col-1 img {
  width: 100%;
  object-fit: contain;
}
@media (min-width: 981px) {
  .section-about .about-development .col-1 img {
    width: 100%;
    height: fit-content;
    max-width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 980px) {
  .section-about .about-development .col-1 img {
    max-width: 400px;
  }
}

.section-about .about-development .col-2 {
  padding: 100px 50px 116px;
  border-radius: 32px 32px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .section-about .about-development .col-2 {
    padding: 69px 0 79px;
  }
}
.section-about .about-development .col-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background-color: #19C4FA;
  border-radius: 32px 32px 0 0;
}
@media (max-width: 980px) {
  .section-about .about-development .col-2:before {
    left: -4.3%;
  }
}
.section-about .about-development .col-2 h2 {
  position: relative;
  margin-bottom: min(7.5vw, 47px);
  font-weight: 700;
}
.section-about .about-development .col-2 ul {
  position: relative;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .section-about .about-development .col-2 ul {
    margin-bottom: 44px;
  }
}
.section-about .about-development .col-2 ul li {
  position: relative;
  padding-left: 40px;
  line-height: 120%;
  font-family: "Neue Machina", sans-serif;
  font-size: clamp(16px, 1.563vw, 20px);
  color: #0E0E0E;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-about .about-development .col-2 ul li {
    padding-left: 28px;
  }
}
.section-about .about-development .col-2 ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("/wp-content/uploads/2023/12/list-icon.svg") top/contain no-repeat;
}
@media (max-width: 767px) {
  .section-about .about-development .col-2 ul li:before {
    width: 10px;
    height: 10px;
  }
}
.section-about .about-development .col-2 ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-about .about-development .col-2 ul li:not(:last-child) {
    margin-bottom: 26px;
  }
}
.section-about .about-development .col-2 a {
  position: relative;
}

.section-cooperation {
  padding-top: min(21vw, 130px);
  background-color: #F9F9FA;
}
.section-cooperation .cooperation-head {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .section-cooperation .cooperation-head {
    margin-bottom: 9px;
  }
}
.section-cooperation .cooperation-head .has-vector:before {
  background: url("/wp-content/uploads/2024/03/vector-124.svg") top/contain no-repeat;
}
.section-cooperation .cooperation-blocks {
  row-gap: 30px;
}
.section-cooperation .cooperation-blocks .col-1 p {
  margin-bottom: 26px;
}
.section-cooperation .cooperation-blocks .col-1 p .rotate {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section-cooperation .cooperation-blocks .col-1 p .rotate {
    margin-bottom: 16px;
  }
}
.section-cooperation .cooperation-blocks .block-flex {
  display: flex;
  gap: 8px;
}
.section-cooperation .cooperation-blocks .block-flex .block-item {
  flex: 1 0 calc(50% - 4px);
  border-radius: 18px;
  background-color: #fff;
  padding: 40px min(4vw, 40px) 55px min(4vw, 50px);
}
@media (max-width: 767px) {
  .section-cooperation .cooperation-blocks .block-flex .block-item {
    flex: 1 0 100%;
    padding: 49px 25px 59px 24px;
  }
  .section-cooperation .cooperation-blocks .block-flex .block-item .block-head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .section-cooperation .cooperation-blocks .block-flex .block-item:last-child {
    padding-bottom: 40px;
  }
}
.section-cooperation .cooperation-blocks .block-flex .block-item .icon-wrap {
  text-align: right;
  margin-bottom: 22px;
}
.section-cooperation .cooperation-blocks .block-flex .block-item .icon-wrap img {
  width: 100%;
  max-width: 34px;
}
.section-cooperation .cooperation-blocks .block-flex .block-item h3 {
  margin-top: 0;
  color: #0E0E0E;
  line-height: 100%;
  letter-spacing: 0.36px;
  font-weight: 700;
  font-size: clamp(22px, 2.813vw, 36px);
  margin-bottom: min(13vw, 102px);
}
@media (max-width: 767px) {
  .section-cooperation .cooperation-blocks .block-flex .block-item h3 {
    margin-top: 6px;
  }
}
.section-cooperation .cooperation-blocks .block-flex .block-item p {
  letter-spacing: 0.32px;
  line-height: 130%;
}
@media (min-width: 981px) {
  .section-cooperation .cooperation-blocks .block-flex .block-item p {
    padding-right: 10px;
  }
}

.page-id-288 .section-services {
  padding-bottom: min(24vw, 121px);
}

.section-services {
  padding-top: min(21vw, 132px);
  padding-bottom: min(21vw, 143px);
}
.section-services .head-services {
  margin-bottom: 35px;
}
.section-services .head-services h2 {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.28px;
  font-family: "Neue Machina", sans-serif;
}
@media (max-width: 767px) {
  .section-services .head-services h2 {
    letter-spacing: -0.64px;
  }
}
@media (min-width: 981px) {
  .section-services .head-services .col-2 p {
    max-width: 422px;
    margin-left: auto;
    font-weight: 500;
    padding-top: 2.5%;
  }
}
.section-services .services-wrap .item a {
  font-family: "Neue Machina", sans-serif;
  font-size: clamp(17px, 2.188vw, 28px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.56px;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 41px;
  align-items: center;
  border-top: 1px solid #151515;
  transition: all, 0.35s;
}
@media (max-width: 767px) {
  .section-services .services-wrap .item a {
    letter-spacing: -0.34px;
    line-height: 120%;
    padding: 28px 0 27px;
  }
}
.section-services .services-wrap .item a .number {
  font-size: clamp(12px, 1.406vw, 18px);
  line-height: 110%;
  letter-spacing: -0.36px;
  padding: 5px;
  border-radius: 6px;
  background-color: #19C4FA;
  font-weight: 700;
}
.section-services .services-wrap .item a .content {
  width: 66.2%;
  display: flex;
  justify-content: space-between;
  transition: all, 0.35s;
}
@media (max-width: 767px) {
  .section-services .services-wrap .item a .content {
    width: 82.2%;
  }
}
@media (max-width: 767px) {
  .section-services .services-wrap .item a .content svg {
    width: 24px;
    height: 24px;
  }
}
.section-services .services-wrap .item a .content svg path {
  transition: all, 0.35s;
}
.section-services .services-wrap .item a:hover .content {
  color: #19C4FA;
}
.section-services .services-wrap .item a:hover .content svg path {
  fill: #19C4FA;
}
.section-services .services-wrap .item:last-child a {
  border-bottom: 1px solid #151515;
}

.section-technologies .container {
  margin-bottom: min(12vw, 82px);
}
.section-technologies .container .has-vector:before {
  background: url("/wp-content/uploads/2024/03/vector-124.svg") top/contain no-repeat;
  max-width: 214px;
}
.section-technologies .slider-logo {
  display: flex;
  column-gap: 50px;
  flex-wrap: wrap;
}
.section-technologies .slider-logo .slider-item {
  text-align: center;
}
.section-technologies .slider-logo .slider-item .logo {
  padding: clamp(40px, 6.016vw, 77px);
  border-radius: 50%;
  background-color: #FBFBFD;
  margin-bottom: 18px;
  max-width: 200px;
}
@media (max-width: 800px) {
  .section-technologies .slider-logo .slider-item .logo {
    max-width: 150px;
    margin: 0 auto 11px;
  }
}
@media (max-width: 767px) {
  .section-technologies .slider-logo .slider-item .logo {
    max-width: 116px;
    max-height: 116px;
  }
}
.section-technologies .slider-logo .slider-item .logo img {
  object-fit: contain;
  max-width: 46px;
  max-height: 46px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .section-technologies .slider-logo .slider-item .logo img {
    max-width: 36px;
    max-height: 36px;
  }
}
.section-technologies .slider-logo .slider-item p {
  font-family: "Neue Machina", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.36px;
  max-width: 200px;
}
@media (max-width: 800px) {
  .section-technologies .slider-logo .slider-item p {
    max-width: 100%;
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}
.section-technologies .slider-logo .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
}

.section-advantages {
  padding-top: min(21vw, 143px);
}
.section-advantages.section-green {
  padding-top: min(21vw, 120px);
}
.section-advantages .advantages-head {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .section-advantages .advantages-head {
    margin-bottom: 22px;
  }
}
.section-advantages .advantages-head .has-vector:before {
  background: url("/wp-content/uploads/2024/03/vector-124.svg") top/contain no-repeat;
}
.section-advantages .advantages-head .text-bottom {
  display: block;
}
.section-advantages .advantages-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 3.5%;
  row-gap: min(8vw, 71px);
}
.section-advantages .advantages-block .advantages-item {
  width: 31.5%;
  border-top: 1px solid #9B9B9B;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .section-advantages .advantages-block .advantages-item:first-child {
    margin-left: 30%;
  }
  .section-advantages .advantages-block .advantages-item:nth-child(3) {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .section-advantages .advantages-block .advantages-item {
    width: 100%;
    padding-top: 30px;
  }
}
.section-advantages .advantages-block .advantages-item .icon {
  border-radius: 8px;
  background-color: #19C4FA;
  padding: 6px;
  display: flex;
  width: fit-content;
  margin-bottom: 19px;
}
.section-advantages .advantages-block .advantages-item h3 {
  font-family: "Neue Machina", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.48px;
  margin-top: 0;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .section-advantages .advantages-block .advantages-item h3 {
    font-size: 22px;
    letter-spacing: -0.44px;
  }
}
.section-advantages .advantages-block .advantages-item p {
  letter-spacing: 0.16px;
}
@media (max-width: 767px) {
  .section-advantages .advantages-block .advantages-item p {
    line-height: 126%;
  }
}

.section-space {
  padding-bottom: min(21vw, 151px);
  padding-top: min(21vw, 140px);
}
.section-space:last-child {
  margin-bottom: min(7vw, 97px);
}
@media (min-width: 981px) {
  .section-space .col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .section-space .col-1 {
    margin-bottom: 16px;
  }
}
.section-space .col-1 .sub-title {
  max-width: 245px;
}
@media (min-width: 981px) {
  .section-space .col-1 .sub-title {
    padding-top: 1.5%;
  }
}
@media (max-width: 1060px) {
  .section-space .col-1 .sub-title {
    max-width: 205px;
  }
}
@media (max-width: 980px) {
  .section-space .col-1 .sub-title {
    max-width: 187px;
  }
}
@media (max-width: 768px) {
  .section-space .col-1 .sub-title {
    max-width: 170px;
  }
}
.section-space .col-1 .has-vector:before {
  background: url("https://vimserve.local/wp-content/uploads/2023/12/vector-124.svg") top/contain no-repeat;
  height: 9px;
}
@media (min-width: 981px) {
  .section-space .col-1 .explanatory {
    max-width: 305px;
  }
}
.section-space .col-2 h2 {
  margin-bottom: min(10.5vw, 60px);
}
@media (min-width: 981px) {
  .section-space .col-2 h2 {
    max-width: 95%;
  }
}
.section-space .col-2 .media-space {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: end;
}
@media (max-width: 980px) {
  .section-space .col-2 .media-space {
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .section-space .col-2 .media-space {
    gap: 12px;
  }
}
.section-space .col-2 .media-space .col {
  display: flex;
}
.section-space .col-2 .media-space .col:nth-child(odd) {
  width: calc(50% - 10px);
}
.section-space .col-2 .media-space .col:nth-child(even) {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .section-space .col-2 .media-space .col:nth-child(odd), .section-space .col-2 .media-space .col:nth-child(even) {
    width: 100%;
  }
  .section-space .col-2 .media-space .col:nth-child(1) img, .section-space .col-2 .media-space .col:nth-child(2) img {
    max-height: 370px;
  }
  .section-space .col-2 .media-space .col:nth-child(3) {
    height: 280px;
  }
  .section-space .col-2 .media-space .col img {
    max-width: 400px;
    margin: 0 auto;
    object-fit: cover;
  }
  .section-space .col-2 .media-space .col .btn {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 17px;
  }
}
.section-space .col-2 .media-space .col img {
  border-radius: 18px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .section-space .col-2 .media-space .col:nth-child(2) {
    margin-bottom: -14%;
  }
}

.section-reviews {
  padding-top: min(21vw, 140px);
  padding-bottom: min(7vw, 97px);
  overflow: hidden;
}
.section-reviews .review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .section-reviews .review-head {
    margin-bottom: 16px;
  }
}
.section-reviews .review-head .sub-title {
  max-width: 195px;
}
@media (max-width: 767px) {
  .section-reviews .review-head .sub-title {
    max-width: 140px;
  }
}
.section-reviews .review-head .has-vector:before {
  background: url("/wp-content/uploads/2024/03/vector-reviews.svg") top/contain no-repeat;
}
.section-reviews .review-head .navigation-slider {
  display: flex;
  gap: 8px;
}
.section-reviews .review-head .navigation-slider .swiper-button-prev,
.section-reviews .review-head .navigation-slider .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  border-radius: 6px;
  padding: 7px 9px;
  background-color: #19C4FA;
  width: 46px;
  height: 42px;
  opacity: 1;
  transition: all, 0.35s;
}
.section-reviews .review-head .navigation-slider .swiper-button-prev svg path,
.section-reviews .review-head .navigation-slider .swiper-button-next svg path {
  fill: #0E0E0E;
  transition: all, 0.35s;
}
.section-reviews .review-head .navigation-slider .swiper-button-prev:after,
.section-reviews .review-head .navigation-slider .swiper-button-next:after {
  content: "none";
}
.section-reviews .review-head .navigation-slider .swiper-button-prev.swiper-button-disabled,
.section-reviews .review-head .navigation-slider .swiper-button-next.swiper-button-disabled {
  background-color: #1D1F1F;
}
.section-reviews .review-head .navigation-slider .swiper-button-prev.swiper-button-disabled svg path,
.section-reviews .review-head .navigation-slider .swiper-button-next.swiper-button-disabled svg path {
  fill: #6D7A7A;
}
.section-reviews .review-slider {
  overflow: visible;
}
.section-reviews .review-slider .swiper-wrapper {
  align-items: stretch;
}
.section-reviews .review-slider .swiper-wrapper .slider-item {
  border-radius: 16px;
  background-color: #F9F9FA;
  padding: 40px 40px 42px;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  row-gap: min(11vw, 102px);
}
@media (max-width: 980px) {
  .section-reviews .review-slider .swiper-wrapper .slider-item {
    padding: 40px 30px 42px;
  }
}
@media (max-width: 767px) {
  .section-reviews .review-slider .swiper-wrapper .slider-item {
    padding: 40px 24px 42px;
  }
}
.section-reviews .review-slider .swiper-wrapper .slider-item .content {
  letter-spacing: 0.2px;
  line-height: 120%;
  font-weight: 600;
  font-size: 20px;
  color: #0E0E0E;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-reviews .review-slider .swiper-wrapper .slider-item .content {
    font-size: 18px;
  }
}
.section-reviews .review-slider .swiper-wrapper .slider-item .info-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .section-reviews .review-slider .swiper-wrapper .slider-item .info-wrap {
    column-gap: 12px;
  }
}
@media (max-width: 767px) {
  .section-reviews .review-slider .swiper-wrapper .slider-item .info-wrap .foto-author img {
    max-width: 48px;
  }
}
.section-reviews .review-slider .swiper-wrapper .slider-item .info-wrap .name {
  margin-bottom: 7px;
  font-weight: 700;
  font-family: "Neue Machina", sans-serif;
  line-height: 120%;
  letter-spacing: 0.15px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .section-reviews .review-slider .swiper-wrapper .slider-item .info-wrap .name {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.section-reviews .review-slider .swiper-wrapper .slider-item .info-wrap .position {
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15px;
}
@media (max-width: 767px) {
  .section-reviews .review-slider .swiper-wrapper .slider-item .info-wrap .position {
    font-size: 14px;
  }
}

.consultation-section {
  padding-top: min(18.5vw, 110px);
  padding-bottom: min(21vw, 134px);
}
.consultation-section.light-section {
  padding-top: min(18vw, 103px);
}
.consultation-section.blue-section {
  background-color: #19C4FA;
}
.consultation-section.blue-section .wpcf7-form input:not([type=submit]) {
  border-color: #151515;
  color: #151515;
}
.consultation-section.blue-section .wpcf7-form input:not([type=submit])::placeholder {
  color: #566C3B;
}
.consultation-section.blue-section .wpcf7-form input:not([type=submit]).wpcf7-not-valid {
  border-color: #dc3232;
}
.consultation-section.blue-section .wpcf7-form .input-wrap label {
  color: #0086B0;
}
.consultation-section.blue-section .wpcf7-form .wpcf7-submit {
  color: #19C4FA;
  background-color: #0E0E0E;
}
.consultation-section.blue-section .col-1 p {
  color: #4F636A;
}
.consultation-section .sub-title {
  margin-bottom: min(6.5vw, 38px);
}
@media (min-width: 981px) {
  .consultation-section .col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2.7%;
  }
}
@media (max-width: 767px) {
  .consultation-section .col-1 {
    margin-bottom: 27px;
  }
}
.consultation-section .col-1 h2 {
  font-size: clamp(24px, 2.969vw, 38px);
  letter-spacing: -0.76px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .consultation-section .col-1 h2 {
    letter-spacing: -0.48px;
  }
}
@media (max-width: 767px) {
  .consultation-section .col-1 p {
    font-size: 14px;
  }
}

.page-id-239 .services-hero {
  padding-top: 68px;
}
@media (max-width: 767px) {
  .page-id-239 .services-hero {
    padding-top: 73px;
  }
}
@media (min-width: 981px) {
  .page-id-239 .services-hero .flex {
    align-items: flex-end;
  }
}

.services-hero {
  padding-top: min(20vw, 164px);
  padding-bottom: min(21vw, 160px);
}
.services-hero .flex {
  column-gap: 5%;
}
@media (min-width: 981px) {
  .services-hero .flex {
    min-height: 330px;
  }
}
@media (min-width: 981px) {
  .services-hero .col-1 {
    width: 75%;
  }
  .services-hero .col-2 {
    width: 20%;
    padding-top: 1%;
  }
  .services-hero .col-2 p {
    text-align: right;
  }
}
.services-hero .col-1 h1 {
  font-size: clamp(32px, 5.859vw, 75px);
  max-width: 772px;
  margin-bottom: min(9vw, 63px);
}
@media (min-width: 981px) {
  .services-hero .col-1 h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 980px) {
  .services-hero .col-2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .services-hero .col-2 svg {
    width: 150px;
    height: 150px;
  }
}
.services-hero .hero-content {
  column-gap: 2%;
  width: 100%;
}
@media (min-width: 981px) {
  .services-hero .hero-content {
    margin-top: min(9vw, 63px);
  }
}
@media (max-width: 980px) {
  .services-hero .hero-content {
    margin-top: 25px;
    row-gap: 28px;
  }
}
.services-hero .hero-content p {
  font-size: 18px;
  font-weight: 600;
  max-width: 380px;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .services-hero .hero-content p {
    font-size: 15px;
    line-height: 130%;
  }
}
.services-hero .hero-content a {
  padding: 24px 40px 26px;
}
@media (max-width: 767px) {
  .services-hero .hero-content a {
    padding: 21px 40px 23px;
  }
}

.services-work {
  padding-top: min(21vw, 136px);
  padding-bottom: min(24vw, 129px);
}
@media (max-width: 980px) {
  .services-work .row {
    row-gap: 58px;
  }
}
@media (min-width: 981px) {
  .services-work .sub-title {
    padding-top: 0.8%;
  }
}
.services-work .has-vector:before {
  background: url("/wp-content/uploads/2024/03/vector-124.svg") top/contain no-repeat;
}
.services-work .work-item:not(:last-child) {
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .services-work .work-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.services-work .work-item h2 {
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-family: "Neue Machina", sans-serif;
  margin-bottom: 25px;
  font-size: clamp(22px, 3.125vw, 40px);
}
@media (max-width: 767px) {
  .services-work .work-item h2 {
    letter-spacing: -0.44px;
    max-width: 259px;
    font-weight: 700;
    align-items: flex-start;
    margin-bottom: 21px;
  }
}
.services-work .work-item h2 span {
  font-family: "Neue Machina", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.32px;
  padding: 6px 8px 8px;
  border-radius: 8px;
  background-color: #19C4FA;
  margin-right: 40px;
  color: #0E0E0E;
}
@media (max-width: 767px) {
  .services-work .work-item h2 span {
    margin-right: 17px;
    font-size: 12px;
    padding: 5px 7px;
  }
}
.services-work .work-item p {
  color: #eeeeee;
  padding-left: 75px;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .services-work .work-item p {
    padding-left: 0;
    letter-spacing: 0.3px;
    line-height: 127%;
  }
}

.section-faqs {
  padding: min(21vw, 120px) 0 min(22vw, 131px);
  margin-bottom: min(8vw, 79px);
  background-color: #F9F9FA;
}
@media (max-width: 980px) {
  .section-faqs .row {
    row-gap: 40px;
  }
}
@media (max-width: 980px) {
  .section-faqs .col-1 .sub-title {
    max-width: 160px;
  }
}
.section-faqs .col-1 .has-vector:before {
  background: url("/wp-content/uploads/2024/03/vector-faqs.svg") left/contain no-repeat;
}
@media (max-width: 767px) {
  .section-faqs .col-1 .has-vector:before {
    max-width: 103px;
  }
}
@media (min-width: 981px) {
  .section-faqs .col-2 {
    padding-top: 1.8%;
  }
}
.section-faqs .faqs-wrap .faq-item {
  border-top: 1px solid #DDDDE8;
}
.section-faqs .faqs-wrap .faq-item:last-child {
  border-bottom: 1px solid #DDDDE8;
}
.section-faqs .faqs-wrap .faq-item .question {
  color: #0E0E0E;
  font-size: clamp(16px, 1.875vw, 24px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.48px;
  position: relative;
  cursor: pointer;
  padding: 38px 20px 38px 0;
}
.section-faqs .faqs-wrap .faq-item .question:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 4px;
  background-color: #D6D6DF;
}
.section-faqs .faqs-wrap .faq-item .question:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0px;
  width: 12px;
  height: 4px;
  background-color: #D6D6DF;
  transition: all, 0.2s;
}
@media (max-width: 767px) {
  .section-faqs .faqs-wrap .faq-item .question {
    line-height: 130%;
    letter-spacing: 0.32px;
    padding: 22px 56px 22px 0;
  }
}
.section-faqs .faqs-wrap .faq-item.open .question:after {
  transform: translateY(-50%) rotate(0);
}
.section-faqs .faqs-wrap .faq-item .answer {
  display: none;
  margin-bottom: 39px;
  letter-spacing: 0.32px;
  max-width: 95%;
}
@media (max-width: 767px) {
  .section-faqs .faqs-wrap .faq-item .answer {
    letter-spacing: 0.3px;
    line-height: 130%;
    margin-bottom: 22px;
  }
}

.services-technology {
  padding-bottom: min(21vw, 140px);
}
.services-technology .row-head {
  position: relative;
  margin-bottom: min(8vw, 57px);
  row-gap: 27px;
}
@media (min-width: 981px) {
  .services-technology .row-head {
    padding-top: 55px;
  }
  .services-technology .row-head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
    background: url("/wp-content/uploads/2023/12/vector-62.svg") top/contain no-repeat;
  }
}
.services-technology .row-head .sub-title {
  max-width: 280px;
}
@media (max-width: 980px) {
  .services-technology .row-head .sub-title {
    max-width: 188px;
  }
}
.services-technology .row-head .has-vector:before {
  background: url("https://vimserve.local/wp-content/uploads/2023/12/vector-124.svg") left/contain no-repeat;
}
@media (max-width: 767px) {
  .services-technology .row-head .has-vector:before {
    max-width: 156px;
  }
}
.services-technology .row-head .col-2 .cat-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media (min-width: 981px) {
  .services-technology .row-head .col-2 .cat-wrap {
    justify-content: flex-end;
    margin-bottom: 4px;
  }
}
.services-technology .row-head .col-2 .cat-wrap .cat-item {
  color: #0E0E0E;
  font-size: clamp(12px, 1.563vw, 20px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
  border-radius: 100px;
  border: 1px solid #0E0E0E;
  padding: 5px 19px;
}
@media (max-width: 767px) {
  .services-technology .row-head .col-2 .cat-wrap .cat-item {
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.24px;
    padding: 7px 13px;
  }
}
.services-technology .blocks-wrap {
  row-gap: 30px;
}
.services-technology .blocks-wrap .block-item {
  padding: 40px;
  border-radius: 20px;
  background-color: #000;
  transition: all, 0.35s;
  position: relative;
}
@media (max-width: 767px) {
  .services-technology .blocks-wrap .block-item {
    padding: 28px 0 40px;
  }
  .services-technology .blocks-wrap .block-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -4.3%;
    height: 100%;
    width: 100vw;
    border-radius: 16px;
    background-color: #000;
    z-index: -1;
  }
}
.services-technology .blocks-wrap .block-item:not(:last-child) {
  margin-bottom: 8px;
}
.services-technology .blocks-wrap .block-item .content-wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  column-gap: 40px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .services-technology .blocks-wrap .block-item .content-wrap {
    margin-bottom: 59px;
  }
}
.services-technology .blocks-wrap .block-item p {
  color: #eee;
  font-weight: 500;
  line-height: 138%;
  transition: all, 0.35s;
}
@media (min-width: 981px) {
  .services-technology .blocks-wrap .block-item p {
    width: calc(100% - 80px);
    opacity: 0;
    color: #151515;
  }
}
.services-technology .blocks-wrap .block-item .icon-wrap {
  padding: 5px;
  border-radius: 50%;
  background-color: #19C4FA;
  width: fit-content;
  margin-left: auto;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: all, 0.35s;
}
@media (max-width: 980px) {
  .services-technology .blocks-wrap .block-item .icon-wrap {
    margin-right: 12px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .services-technology .blocks-wrap .block-item .icon-wrap {
    width: 35px;
    height: 35px;
  }
}
.services-technology .blocks-wrap .block-item .icon-wrap img {
  width: 100%;
  max-width: 26px;
}
@media (max-width: 767px) {
  .services-technology .blocks-wrap .block-item .icon-wrap img {
    max-width: 22px;
  }
}
.services-technology .blocks-wrap .block-item h2 {
  font-size: clamp(24px, 2.813vw, 36px);
  margin-bottom: 0;
  line-height: 100%;
  letter-spacing: 0.36px;
  font-weight: 700;
  transition: all, 0.35s;
}
@media (max-width: 767px) {
  .services-technology .blocks-wrap .block-item h2 {
    letter-spacing: 0.24px;
  }
}
@media (min-width: 981px) {
  .services-technology .blocks-wrap .block-item {
    cursor: pointer;
  }
  .services-technology .blocks-wrap .block-item:hover {
    background-color: #19C4FA;
  }
  .services-technology .blocks-wrap .block-item:hover .icon-wrap {
    background-color: #fff;
  }
  .services-technology .blocks-wrap .block-item:hover p {
    opacity: 1;
  }
  .services-technology .blocks-wrap .block-item:hover h2 {
    color: #0E0E0E;
  }
}

.services-section .row-head {
  margin-bottom: min(7vw, 68px);
  row-gap: 30px;
}
.services-section .row-head .col-2 .cat-wrap .cat-item {
  font-family: "Neue Machina", sans-serif;
  font-weight: 700;
  letter-spacing: -0.36px;
  font-size: clamp(12px, 1.406vw, 18px);
  padding: 6px 22px;
}
@media (max-width: 767px) {
  .services-section .row-head .col-2 .cat-wrap .cat-item {
    padding: 7px 14px;
  }
}
.services-section .services-block {
  row-gap: 23px;
}
.services-section .services-block .col-1 .block-static:not(:last-child) {
  margin-bottom: min(9vw, 51px);
}
.services-section .services-block .col-1 .block-static .text-static {
  color: #0E0E0E;
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.76px;
}
@media (max-width: 767px) {
  .services-section .services-block .col-1 .block-static .text-static {
    margin-bottom: 8px;
  }
}
.services-section .services-block .col-1 .block-static .static-content {
  font-weight: 500;
}
@media (min-width: 981px) {
  .services-section .services-block .col-1 .block-static .static-content {
    max-width: 220px;
  }
}
.services-section .services-block .col-2 h2 {
  letter-spacing: 0;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .services-section .services-block .col-2 h2 {
    letter-spacing: 0.24px;
    margin-bottom: 21px;
  }
}
.services-section .services-block .col-2 p {
  letter-spacing: 0.32px;
  line-height: 127%;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .services-section .services-block .col-2 p {
    margin-bottom: 28px;
  }
}
.services-section .services-block .col-2 img {
  width: 100%;
  border-radius: 22px;
}
@media (max-width: 767px) {
  .services-section .services-block .col-2 img {
    min-height: 345px;
    object-fit: cover;
    height: 100%;
    border-radius: 16px;
    object-position: 20%;
  }
}

.contact-hero {
  padding-top: min(20vw, 164px);
  padding-bottom: min(12vw, 92px);
}
.contact-hero h1 {
  font-size: clamp(32px, 6.25vw, 80px);
  letter-spacing: -1.6px;
}
@media (max-width: 767px) {
  .contact-hero h1 {
    letter-spacing: -0.64px;
    width: 90%;
  }
}
.contact-hero h1 span {
  display: block;
  text-align: right;
  position: relative;
}
@media (max-width: 767px) {
  .contact-hero h1 span {
    text-align: left;
  }
}
.contact-hero h1 span:before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 5%;
  width: 538px;
  max-width: 40vw;
  height: 15px;
  background: url("/wp-content/uploads/2024/04/wave_line-1.svg") top/contain no-repeat;
}
@media (max-width: 767px) {
  .contact-hero h1 span:before {
    right: auto;
    left: 0;
  }
}
.contact-hero h1 span .home-rotate svg {
  width: clamp(20px, 3.125vw, 40px);
  height: clamp(20px, 3.125vw, 40px);
}

.section-contacts {
  padding-bottom: min(24vw, 123px);
}
.section-contacts .row-contacts {
  position: relative;
  padding-top: min(14vw, 74px);
}
@media (max-width: 980px) {
  .section-contacts .row-contacts {
    row-gap: 62px;
  }
}
.section-contacts .row-contacts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: url("/wp-content/uploads/2023/12/vector-62.svg") top/contain no-repeat;
}
.section-contacts .row-contacts .col-1 .contact-wrap {
  display: flex;
  column-gap: 16px;
}
.section-contacts .row-contacts .col-1 .contact-wrap:not(:last-child) {
  margin-bottom: 30px;
}
.section-contacts .row-contacts .col-1 .contact-wrap .col-1 {
  width: 46px;
}
.section-contacts .row-contacts .col-1 .contact-wrap .col-2 {
  width: calc(100% - 52px);
  padding-top: 13px;
}
@media (min-width: 981px) {
  .section-contacts .row-contacts .col-1 .contact-wrap .col-2 {
    padding-top: 3.7%;
  }
}
.section-contacts .row-contacts .col-1 .contact-wrap .text-title {
  color: #0E0E0E;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-contacts .row-contacts .col-1 .contact-wrap .text-title {
    font-size: 16px;
  }
}
.section-contacts .row-contacts .col-1 .contact-wrap .text-content {
  line-height: 130%;
  letter-spacing: 0.32px;
  max-width: 250px;
}
.section-contacts .row-contacts .col-1 .contact-wrap .link {
  position: relative;
  width: fit-content;
}
.section-contacts .row-contacts .col-1 .contact-wrap .link:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #151515;
  transition: all, 0.35s;
}
.section-contacts .row-contacts .col-1 .contact-wrap .link:hover:before {
  width: 100%;
}
.section-contacts .row-contacts .col-1 .contact-wrap .link-wrap {
  display: flex;
  align-items: center;
  column-gap: 13px;
  flex-wrap: wrap;
}
.section-contacts .row-contacts .col-1 .contact-wrap .link-wrap a:hover {
  color: #0086B0;
}
.section-contacts .row-contacts .col-2 h2 {
  letter-spacing: 0.8px;
  font-weight: 700;
  max-width: 690px;
}
@media (max-width: 767px) {
  .section-contacts .row-contacts .col-2 h2 {
    letter-spacing: 0.48px;
    margin-bottom: 15px;
  }
}

.contact-consultation {
  padding: min(23vw, 120px) 0 min(26vw, 130px);
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .contact-consultation {
    margin-bottom: 51px;
  }
}
.contact-consultation .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 17px;
}
@media (max-width: 980px) {
  .contact-consultation .col-1 {
    margin-bottom: 68px;
  }
}
@media (min-width: 981px) {
  .contact-consultation .col-1 .sub-title {
    padding-top: 1%;
  }
}
.contact-consultation .col-1 .content {
  color: #fff;
}
@media (min-width: 981px) {
  .contact-consultation .col-1 .content {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .contact-consultation .col-1 .content {
    letter-spacing: 0.4px;
  }
}
.contact-consultation .col-2 .author-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: min(8vw, 54px);
  column-gap: 31px;
}
@media (min-width: 981px) {
  .contact-consultation .col-2 .author-wrap {
    column-gap: 5%;
  }
}
.contact-consultation .col-2 .author-wrap .col-1 {
  width: min(24vw, 122px);
}
@media (max-width: 980px) {
  .contact-consultation .col-2 .author-wrap .col-1 {
    margin-bottom: 0;
  }
}
.contact-consultation .col-2 .author-wrap .col-2 {
  width: calc(100% - min(24vw, 122px) - 31px);
}
@media (min-width: 981px) {
  .contact-consultation .col-2 .author-wrap .col-2 {
    width: calc(95% - min(24vw, 122px));
  }
}
.contact-consultation .col-2 .author-wrap .col-2 h2 {
  margin-bottom: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .contact-consultation .col-2 .author-wrap .col-2 h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.contact-consultation .col-2 .author-wrap .col-2 p {
  color: #7A7C7C;
  font-size: clamp(15px, 1.406vw, 18px);
}
.contact-consultation .col-2 .author-wrap .link-book {
  width: 100%;
  color: #19C4FA;
  font-family: "Neue Machina", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.44px;
  transition: all, 0.35s;
}
.contact-consultation .col-2 .author-wrap .link-book svg {
  transition: all, 0.35s;
  top: 7px;
  position: relative;
}
.contact-consultation .col-2 .author-wrap .link-book:hover svg {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .contact-consultation .col-2 .author-wrap .link-book {
    font-size: 20px;
  }
  .contact-consultation .col-2 .author-wrap .link-book svg {
    position: relative;
    top: 4px;
    left: 7px;
  }
}

.error-404 {
  padding-top: min(12vw, 98px);
  padding-bottom: min(21vw, 154px);
}
.error-404 .container {
  text-align: center;
}
.error-404 .container h1 {
  font-size: 300px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -6px;
  margin-bottom: 37px;
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 5%;
  align-items: center;
}
@media (max-width: 1280px) {
  .error-404 .container h1 {
    font-size: 250px;
  }
}
@media (max-width: 980px) {
  .error-404 .container h1 {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .error-404 .container h1 {
    font-size: 150px;
  }
}
.error-404 .container h1 span {
  display: inline-flex;
  align-items: center;
  width: 178px;
  height: 194px;
}
@media (max-width: 1280px) {
  .error-404 .container h1 span {
    width: 145px;
  }
}
@media (max-width: 980px) {
  .error-404 .container h1 span {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .error-404 .container h1 span {
    width: 88px;
  }
}
.error-404 .container p {
  font-size: 18px;
  letter-spacing: 0.36px;
  font-weight: 600;
  margin-bottom: 32px;
}
.error-404 .container a {
  margin: 0 auto;
}

.thank-you-page {
  padding-top: min(16vw, 154px);
  padding-bottom: min(21vw, 224px);
}
.thank-you-page .container {
  text-align: center;
}
.thank-you-page .container img {
  margin-bottom: 22px;
}
.thank-you-page .container h1 {
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 1.04px;
  line-height: 130%;
  font-weight: 700;
  font-size: clamp(32px, 4.063vw, 52px);
  text-transform: none;
  margin-bottom: 14px;
}
.thank-you-page .container p {
  font-size: clamp(16px, 1.563vw, 20px);
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-bottom: 43px;
}
.thank-you-page .container a {
  margin: 0 auto;
}

.privacy-policy .section-privacy {
  padding-top: min(16vw, 164px);
  padding-bottom: min(11vw, 78px);
}
.privacy-policy .entry-header h1 {
  font-size: clamp(28px, 6.25vw, 80px);
  margin-bottom: 61px;
}
@media (max-width: 767px) {
  .privacy-policy .entry-header h1 {
    letter-spacing: -0.56px;
    margin-bottom: 78px;
  }
}
.privacy-policy .text-fixed {
  font-size: clamp(21px, 2.05vw, 28px);
  font-family: "Neue Machina", sans-serif;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  opacity: 0;
  transition: all, 0.35s;
  position: sticky;
  top: 150px;
}
@media (min-width: 981px) {
  .privacy-policy.fixed-title .text-fixed {
    opacity: 1;
  }
}
.privacy-policy .row-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 18px;
}
.privacy-policy .row-content h2:not(:first-child) {
  margin-top: 41px;
}
@media (max-width: 767px) {
  .privacy-policy .row-content h2:not(:first-child) {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .privacy-policy .row-content h2 {
    letter-spacing: 0.05px;
    margin-bottom: 19px;
    line-height: 120%;
  }
}
.privacy-policy .row-content p {
  letter-spacing: 0.32px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .privacy-policy .row-content p {
    line-height: 127%;
    letter-spacing: 0.3px;
  }
}
.privacy-policy .row-content p a {
  text-decoration: underline;
  transition: all, 0.35s;
}
.privacy-policy .row-content p a:hover {
  color: #8CCD3A;
}
.privacy-policy .row-content .outer-list {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0;
  margin-top: 40px;
}
.privacy-policy .row-content .outer-list > .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.privacy-policy .row-content .outer-list > li {
  counter-increment: list;
}
.privacy-policy .row-content .outer-list > li:before {
  content: counter(list) ". ";
}
.privacy-policy .row-content .inner-list {
  counter-reset: sublist;
  list-style-type: none;
  margin: 10px 0 40px;
}
.privacy-policy .row-content .inner-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.privacy-policy .row-content .inner-list li:not(:last-child) {
  margin-bottom: 10px;
}
.privacy-policy .row-content .inner-list > li {
  counter-increment: sublist;
}
.privacy-policy .row-content .inner-list > li:before {
  content: counter(list) "." counter(sublist) " ";
}
.privacy-policy .row-content .inner-list ul {
  list-style: disc;
  padding-left: 30px;
  margin: 10px 0;
}

@media (min-width: 981px) {
  .page-template-public-contract.fixed-title .text-fixed {
    opacity: 1;
  }
}
.page-template-public-contract .privacy-policy .entry-header h1 {
  margin-bottom: 10px;
}
.page-template-public-contract .privacy-policy .entry-header p {
  margin-bottom: 61px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-template-public-contract .privacy-policy .entry-header p {
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .page-template-public-contract .privacy-policy .entry-header p {
    font-size: 18px;
  }
}/*# sourceMappingURL=main.css.map */