@font-face {
  font-family: ProximaNova;
  src: url("../fonts/Proxima_Nova_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/Proxima_Nova_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/Proxima_Nova_Semibold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: ProximaNova;
  src: url("../fonts/Proxima_Nova_Extrabold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* HEADE START */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
header {
  display: block;
}

/* html,
body {
  width: 100% !important;
  height: 100% !important;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
} */

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: #efefef;
}
.sec_title {
  padding: 30px 0 0;
  font-size: 24px;
}
a,
a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
}

.container {
  margin: 0px auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-box.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-box.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-box.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.header {
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 10;
}

.header .header-body__call {
  background: transparent;
  color: #000;
  border-color: #000;
}

.header .container {
  padding: 0 30px;
}

.header.transparent {
  background: transparent;
  /* position: absolute;
  width: 100%;
  top: 0;
  left: 0; */
  z-index: 10;
}

.header.transparent .header-body__call {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.header.transparent .header-top__logo svg path {
  fill: #fff;
}

.header.transparent .header-top__link {
  color: #fff;
}

.header.transparent .header-top__link::before {
  background: #fff;
}

.header.transparent .header-top__social a svg path {
  fill: #fff;
}

.header.transparent .header-top__open svg path {
  fill: #fff;
}

.header.transparent .header-top__open svg:last-child path {
  fill: #fff;
}

.header.transparent .header-top__calc svg path {
  fill: #fff;
}

.header.transparent .header-body {
  border-color: #fff;
}

.header.transparent .header-body__services {
  color: #fff;
  border-color: #fff;
}

.header.transparent .header-body__services svg path {
  fill: #fff;
}

.header.transparent .header-body__menu ul li a {
  color: #fff;
}

.header.transparent .header-body__menu ul li ul li a {
  color: #000;
}

.header.transparent .header-body__calc {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.header.transparent .header-body__calc svg path {
  fill: #000;
}

.header.transparent .header-body__calc::before {
  display: none;
}

.header.transparent .header-body__open svg path {
  fill: #fff;
}

.header.transparent .header-body__open svg:last-child path {
  fill: #fff;
}

.header-top {
  padding: 20px 0px;
}

.header-top__logo svg {
  max-width: 144px;
}

.header-top__logo svg path {
  fill: #000;
}

.header-top__link {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  margin-right: 30px;
}

.header-top__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  right: 0;
  background: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top__social {
  margin-left: 30px;
  gap: 20px;
}

.header-top__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-top__social a svg {
  max-width: 20px;
}

.header-top__social a svg path {
  fill: #000;
}

.header-top__open {
  display: none;
  position: relative;
}

.header-top__open svg {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-top__open svg path {
  fill: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top__open svg:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.header-top__open svg:last-child path {
  fill: #949494;
}

.header-top__calc {
  display: none;
}

.header-body {
  padding: 18px 0;
  border-top: 1px solid #949494;
}

.header-body .container {
  gap: 10px;
}

.header-body__info {
  gap: 24px;
}

.header-body__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 11px 44px 11px 18px;
  gap: 6px;
  border-radius: 30px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-body__services .open {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-body__services .close {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

.header-body__services span {
  display: inline-block;
}

.header-body__services svg {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 20px;
}

.header-body__services svg path {
  fill: #000;
}

.header-body__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 5px 18px;
  white-space: nowrap;
}

.header-body__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}

.header-body__menu ul li {
  position: relative;
  padding: 13px 0;
}

.header-body__menu ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.header-body__menu ul li ul {
  position: absolute;
  left: -10px;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 4px 6px 1px rgba(228, 214, 206, 0.14);
  box-shadow: 0px 4px 6px 1px rgba(228, 214, 206, 0.14);
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-body__menu ul li ul li {
  padding: 0;
}

.header-body__menu ul li ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  white-space: nowrap;
}

.header-body__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header-body__calc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #e52713;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.header-body__calc svg {
  max-width: 20px;
  position: relative;
  z-index: 3;
}

.header-body__calc svg path {
  fill: #fff;
}

.header-body__calc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(
    93deg,
    #ed3423 1.18%,
    #f26221 26.45%,
    #f18720 55.47%,
    #f4c124 82.45%,
    #f47921 108.69%
  );
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 2;
  opacity: 0;
}

.header-body__open {
  display: none;
  position: relative;
}

.header-body__open svg {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  max-width: 24px;
}

.header-body__open svg path {
  fill: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-body__open svg:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.header-body__open svg:last-child path {
  fill: #949494;
}

.header-menu {
  padding: 118px 0 44px 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 70px;
  left: 0;
  background: #fff;
  z-index: 10;
  border-radius: 0px 0px 30px 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-menu.open {
  opacity: 1;
  visibility: visible;
}
.header-body__services.open {
  color: #fff !important;
  background: #000 !important;
}
.header-body__services.open .close {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.header-body__services .close {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.header-body__services.open .open {
  opacity: 0;
}
.header-menu .container {
  gap: 10px;
}

.header-menu .container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header-menu .container ul li {
  padding: 0;
  margin: 0;
}

.header-menu__left nav > ul {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (195px)[4]; */
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 10px;
}

.header-menu__left nav > ul > li > a {
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 116.667%;
  letter-spacing: -0.9px;
  position: relative;
  padding-right: 28px;
  margin-bottom: 40px;
}

.header-menu__left nav > ul > li > a::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='35' viewBox='0 0 18 35' fill='none'%3E%3Cpath d='M0 12L17 12V29' stroke='black'/%3E%3Cpath d='M16.5748 12.4247L0.424805 28.5747' stroke='black'/%3E%3C/svg%3E");
  position: absolute;
  width: 18px;
  height: 35px;
  top: 0;
  right: 0;
  background: #000;
}

.header-menu__left nav > ul > li > a::after {
  content: "";
  position: absolute;
  width: calc(100% - 28px);
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-menu__left nav > ul > li > ul > li:not(:last-child) {
  margin-bottom: 20px !important;
}

.header-menu__left nav > ul > li > ul > li > a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.header-menu__left nav > ul > li > ul > li > ul {
  margin-top: 20px !important;
}

.header-menu__left nav > ul > li > ul > li > ul li:not(:last-child) {
  margin-bottom: 10px;
}

.header-menu__left nav > ul > li > ul > li > ul li a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 112.5%;
  opacity: 0.5;
}

.header-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 145px);
  top: -100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0 30px;
  z-index: 10;
}

.header-mobile::-webkit-scrollbar {
  display: none;
}

.header-mobile__row {
  max-width: 400px;
  margin: 0px auto;
  padding-bottom: 20px;
}

.header-mobile__menu nav:not(:last-child) {
  margin-bottom: 10px;
}

.header-mobile__menu nav li {
  position: relative;
  padding: 0px 5px;
  margin-bottom: 5px !important;
  border-bottom: 0.5px solid #efefef;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-mobile__menu nav li a {
  display: inline-block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-mobile__menu nav li ul {
  display: none;
}

.header-mobile__menu nav:first-child {
  display: none;
}

.header-mobile__menu nav:first-child > ul > li {
  border-bottom: 0.5px solid #949494;
  position: relative;
}

.header-mobile__menu nav:first-child > ul > li div {
  cursor: pointer;
  padding: 5px;
  position: absolute;
  top: 8px;
  right: 0;
}

.header-mobile__menu nav:first-child > ul > li svg {
  max-width: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-mobile__menu nav:first-child > ul > li svg path {
  stroke: #949494;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-mobile__menu nav:first-child > ul > li > ul {
  padding: 0 10px;
}

.header-mobile__menu nav:first-child > ul > li > ul > li > ul {
  padding-left: 20px;
}

.header-mobile__menu nav:first-child > ul > li > ul > li > ul > li > ul {
  padding-left: 50px;
}

.header-mobile__menu nav:last-child > ul > li {
  position: relative;
  border-bottom: 0.5px solid #949494;
}

.header-mobile__menu nav:last-child > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.header-mobile__menu ul {
  list-style-type: none;
}

.header-mobile__menu ul li {
  margin: 0;
  left: 0;
}

.header-mobile__menu a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.header-mobile__body {
  text-align: center;
}

.header-mobile__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.header-mobile__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 112.5%;
  min-height: 24px;
}

.header-mobile__link svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  max-width: 24px;
}

.header-mobile__social {
  gap: 5px;
}

.header-mobile__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.header-mobile__social a svg {
  max-width: 24px;
}

.header-mobile__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background: #e52713;
  border-radius: 30px;
  padding: 10px 30px;
}

.catalog-detail-cards__left ul li::marker {
  content: "🡢 ";
}
.catalog-detail-hero__body {
  margin-bottom: 100px;
}

@media (max-width: 1350px) {
  .header-body__menu ul {
    gap: 16px;
  }
}

@media (max-width: 1280px) {
  /* .page-detail-hero__img {
    padding-bottom: 112.5%;
  } */
}

@media (max-width: 1260px) {
  .header-body__menu ul {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .header-body__menu {
    display: none;
  }

  .header-body__open {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .header-top__link {
    margin-right: 15px;
  }

  .header-top__social {
    margin-left: 15px;
  }
}

@media (max-width: 1024px) {
  .header.transparent {
    border-bottom: 1px solid #fff;
  }

  .header-top__open {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin-left: 5px;
  }

  .header-top__calc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }

  .header-top__calc svg path {
    fill: #e52713;
  }

  .header-top__social {
    display: none;
  }

  .header-body {
    display: none;
  }

  .header-menu {
    display: none;
  }

  .header-mobile {
    max-height: calc(100vh - 84px);
  }

  .header-mobile__menu nav:first-child {
    display: block;
  }
}

@media (max-width: 992px) {
  .header-top__social {
    display: none;
  }

  .header-top__open {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .header {
    -webkit-box-shadow: 0px 4px 6px 1px rgba(228, 214, 206, 0.14);
    box-shadow: 0px 4px 6px 1px rgba(228, 214, 206, 0.14);
  }

  .header.transparent {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .header-top {
    padding: 45px 0 20px 0;
  }

  .header-top__logo {
    max-width: 114px;
  }

  .header-top__link {
    display: none;
  }

  .header-mobile {
    max-height: calc(100vh - 109px);
  }
}

@media (any-hover: hover) {
  .header.transparent .header-top__open:hover svg path {
    fill: #fff;
  }

  .header.transparent .header-body__services:hover {
    color: #000;
    background: #fff;
  }

  .header.transparent .header-body__services:hover svg path {
    fill: #000;
  }

  .header.transparent .header-body__calc:hover {
    background: #fff;
    color: #000;
  }

  .header.transparent .header-body__calc:hover svg path {
    fill: #000;
  }

  .header.transparent .header-body__open:hover svg path {
    fill: #fff;
  }

  .header-top__link:hover::before {
    content: "";
    width: 0;
    left: 0;
  }

  .header-top__social a:hover {
    opacity: 0.7;
  }

  .header-top__open:hover svg path {
    fill: #e52713;
  }

  .header-body__services:hover {
    color: #fff;
    background: #000;
  }

  .header-body__services:hover svg path {
    fill: #fff;
  }

  .header-body__menu ul li a:hover {
    opacity: 0.7;
  }

  .header-body__menu ul li:hover ul {
    opacity: 1;
    pointer-events: all;
  }

  .header-body__calc:hover::before {
    opacity: 1;
  }

  .header-body__open:hover svg path {
    fill: #e52713;
  }

  .header-menu__left nav > ul > li > a:hover::after {
    width: 0;
  }

  .header-menu__left nav > ul > li > ul > li > a:hover {
    opacity: 0.7;
  }

  .header-menu__left nav > ul > li > ul > li > ul li a:hover {
    opacity: 1;
  }

  .header.transparent .header-body__call:hover {
    background: #fff;
    color: #000;
  }

  .header.transparent .header-body__calc:hover {
    background: transparent;
  }

  .header.transparent .header-body__calc:hover svg path {
    fill: #fff;
  }

  .header .header-body__call:hover {
    background: #000 !important;
    color: #fff !important;
  }
}

/* HEADER END */

/* MAIN START */

/* HERO BANNER START */
.container {
  margin: 0px auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button.red-arrow {
  background: #e52713;
  height: 58px;
  padding: 0 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.button.red-arrow span {
  display: inline-block;
  position: relative;
  padding-right: 23px;
  z-index: 2;
}

.button.red-arrow span::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M0.792969 1.29297L12.2072 1.29297V12.7072' stroke='white'/%3E%3Cpath d='M11.9216 1.57837L1.07812 12.4219' stroke='white'/%3E%3C/svg%3E");
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button.red-arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    93deg,
    #ed3423 1.18%,
    #f26221 26.45%,
    #f18720 55.47%,
    #f4c124 82.45%,
    #f47921 108.69%
  );
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrumbs__info h1 {
  color: #000;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.5px;
  margin-top: 20px;
}

.catalog-detail-hero {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  min-height: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; */
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 40px;
  margin-top: -163px;
  padding-top: 249px;
}

.catalog-detail-hero__btn {
  height: 80px !important;
  padding: 0 45px !important;
  border-radius: 40px !important;
}

.catalog-detail-hero .breadcrumbs__info {
  margin-top: -40px;
}

.catalog-detail-hero .breadcrumbs__info h1 {
  color: #fff;
}

.catalog-detail-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.6)),
    to(rgba(102, 102, 102, 0))
  );
  /* background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(102, 102, 102, 0) 100%
  ); */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}

.catalog-detail-hero .container {
  position: relative;
  z-index: 3;
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.catalog-detail-hero__text {
  max-width: 770px;
  color: #fff;
  font-weight: 400;
  font-size: calc(14px + 10 * (100vw - 1280px) / 640);
  line-height: calc(18px + 8 * (100vw - 1280px) / 640);
}

.catalog-detail-hero__text:not(:last-child) {
  margin-bottom: 40px;
}

.catalog-detail-hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.catalog-detail-hero__buttons {
  display: flex;
  align-items: center;
  gap: 6px;
}

.catalog-detail-hero__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog-detail-hero__bg img:last-child {
  display: none;
}

.catalog-detail-cards__left ul li::marker {
  content: "🡢 ";
}

@media (max-width: 1280px) {
  .catalog-detail-hero {
    min-height: 640px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .catalog-detail-hero__text {
    font-size: 14px;
    line-height: 142.857%;
    max-width: 503px;
  }

  /* .page-detail-hero__img {
    padding-bottom: 112.5%;
  } */

  .catalog-detail-hero__btn,
  .catalog-detail-hero__btn {
    height: 58px !important;
    padding: 0 30px !important;
    border-radius: 30px !important;
  }
}

@media (max-width: 1024px) {
  .catalog-detail-hero {
    margin-top: -185px;
    padding-top: 185px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .breadcrumbs__info {
    /* margin-top: 10px; */
  }

  .breadcrumbs__info h1 {
    font-size: 42px;
    letter-spacing: -1.26px;
    margin-top: 10px;
  }

  .catalog-detail-hero {
    margin-top: -165px;
    padding-top: 165px;
  }

  .catalog-detail-hero .breadcrumbs__info {
    margin-top: -30px;
  }
}

@media (max-width: 640px) {
  .catalog-detail-hero {
    padding-bottom: 40px;
    min-height: 825px;
    margin-bottom: 40px;
    margin-top: -190px;
    padding-top: 190px;
  }

  .catalog-detail-hero::before {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(20.61%, rgba(0, 0, 0, 0.6)),
      color-stop(53.58%, rgba(33, 33, 33, 0.5)),
      to(rgba(102, 102, 102, 0))
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 20.61%,
      rgba(33, 33, 33, 0.5) 53.58%,
      rgba(102, 102, 102, 0) 100%
    );
  }

  .catalog-detail-hero__text:not(:last-child) {
    margin-bottom: 30px;
  }

  .catalog-detail-hero__buttons {
    flex-direction: column;
    align-items: flex-start;
    max-width: 261px;
  }

  .catalog-detail-hero__buttons a {
    width: 100% !important;
    height: 70px !important;
  }
}

@media (max-width: 430px) {
  .catalog-detail-hero__bg img:first-child {
    display: none;
  }

  .catalog-detail-hero__bg img:last-child {
    display: block;
  }
}

@media (max-width: 350px) {
  .catalog-detail-hero__btn {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .button.red-arrow:hover::after {
    opacity: 1;
  }
}

/* HERO BANNER END */

/* ADVANTAGES START */
.main_banner_ms_odds {
  background-color: rgba(29, 29, 29, 0.5);
}
.main_banner_ms_odds {
  z-index: 9;
  width: 100%;
  padding: 0 0px;
  height: 116px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(
    90deg,
    rgba(29, 29, 29, 0.1) 0.04%,
    rgba(29, 29, 29, 0.1) 0.05%,
    rgba(29, 29, 29, 0.4) 99.97%
  );
}
.main_banner_ms_odds {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0 30px;
}

.main_banner_ms_odds_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.main_banner_ms_odds_item_in {
  display: flex;
  align-items: center;
}
.main_banner_ms_odds .main_banner_ms_odds_item_title {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  margin-right: 14px;
  opacity: 0.8;
  line-height: 120%;
  text-transform: uppercase;
}
.main_banner_ms_odds_item_text {
  font-size: 17px;
  color: #fff;
  line-height: 153.333%;
  font-weight: 600;
}
/* ADVANTAGES END */

/* REQUEST START */
select::-ms-expand {
  display: none;
}

.av-form .form-block.form__form-block {
  position: relative;
  top: 0;
  left: 0;
  width: 28%;
  height: 41px;
  margin-top: 25px;
  margin-right: 110px;
}
.av-form .form-block.form__form-block > label.active {
  font-size: 13px;
  top: -12px;
  left: 0;
  transition: 0.4s;
  outline: 0;
}

.sub_form .form-block.form__form-block {
  width: 100%;
}

.av-form .form-block.form__form-block.line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #e1251b;
}

.av-form .form-block.form__form-block.select::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(45deg);
}

.av-form {
  text-align: center;
  font-size: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.av-form > * {
  display: inline-block;
  width: 100%;
  transition: 0.4s;
  vertical-align: bottom;
}

.av-form .form-block.form__form-block > label {
  position: absolute;
  left: 3px;
  font-size: 14px;
  cursor: auto;
  transition: 0.4s;
  text-align: left;
  white-space: nowrap;
  top: 10px;
}

.av-form .form-block.form__form-block > input,
.av-form .form-block.form__form-block > input[type="text"],
.av-form .form-block.form__form-block > select,
.av-form .form-block.form__form-block > textarea {
  display: block;
  text-align: left;
  width: 100%;
  background: 0;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-bottom: 0.5px solid rgba(70, 70, 86, 0.8);
  font-size: 16px;
  height: 41px;
  color: #444;
  padding: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 30px;
  outline: 0;
  position: relative;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.av-form .form-block.form__form-block > textarea {
  height: 110px;
  padding-left: 15px;
  padding-top: 10px;
}

.av-form .form-block.form__form-block > button[type="submit"] {
  background: rgba(225, 37, 27, 0.4);
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.5s;
  height: 50px;
  cursor: pointer;
  padding: 9px 49px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  -webkit-appearance: none;
  outline: 0;
}

.av-form .form-block.form__form-block > button[type="submit"]:hover {
  cursor: unset;
}

.av-form .form__form-select {
  margin-top: 15px;
  position: relative;
}

.av-form .form__form-select::before {
  content: "Вы должны согласиться с политикой конфиденциальности";
  font-size: 13px;
  display: block;
  position: absolute;
  bottom: -105px;
  left: -1%;
  color: #e1251b;
  white-space: nowrap;
  opacity: 0;
  text-align: center;
  padding: 0;
  transition: 0.4s;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 40px;
}

.callback .av-form .form__form-select::before {
  bottom: -12px;
  left: 2%;
}

.av-form .form__form-select input[type="checkbox"] {
  float: left;
  outline: 0;
}

.av-form .form__form-select label {
  font-size: 13px;
  cursor: pointer;
  text-align: left;
  line-height: 1.3;
  padding-left: 25px;
  white-space: nowrap;
  padding-top: 2px;
  display: block;
  width: unset;
}

.av-form .form__form-select label a {
  color: inherit;
  border-bottom: 1px dashed rgba(170, 170, 170, 0.68);
  transition: 0.4s;
  padding-bottom: 1px;
}

.av-form .form__form-select label a:hover {
  border-color: transparent;
  transition: 0.4s;
}

.av-form input[type="checkbox"] {
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d8dadd;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 0;
  border-radius: 50%;
  outline: 0;
}

.av-form input[type="checkbox"]:checked {
  background: url("../img/circle-check.svg") no-repeat center;
  background-size: 6px;
}

.av-form .sub_form {
  flex-direction: column;
  width: 28%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -60px;
  transition: 0.5s;
}

.av-form .form-block.form__form-block > textarea {
  border: 0.5px solid rgba(70, 70, 86, 0.3);
}

.av-form .form-block.form__form-block.mes > label {
  left: 15px;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-button {
  background-color: #fff;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #cbced1;
}

::-webkit-scrollbar-corner {
  background-color: #fff;
}

::-webkit-resizer {
  background-color: #fff;
}

.callback {
  background: #fff;
  margin-bottom: -140px;
  padding: 23px 0;
  margin-top: 90px;
  z-index: 1;
  position: relative;
}

.flex_call {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 25px;
}

.flex_call h3 {
  font-size: 35px;
  padding-right: 45px;
  color: #002f87;
  line-height: 1.2;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
}

.flex_call h3::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(70, 70, 86, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}

.flex_call span {
  text-align: left;
  margin-left: 45px;
  line-height: 1.2;
}

.callback .form_row_one {
  width: 30%;
}

.callback .av-form .form-block.form__form-block {
  width: 100%;
}

.callback .av-form .form-block.form__form-block.select {
  position: relative;
}

.av-form .form-block.form__form-block.select::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid rgba(70, 70, 86, 0.8);
  border-right: 1px solid rgba(70, 70, 86, 0.8);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(45deg);
}

.callback .av-form .sub_form {
  width: 100%;
  margin-top: 0;
  padding: 0 0 25px 0;
}

.callback .form__form-block.form-block.mes {
  height: 135px;
}

.callback .sub_form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.callback .form__form-block.form-block.form-block-submit {
  width: 30%;
  margin-top: 0;
  margin-right: 0;
}

.callback .av-form .form-block.form__form-block > button[type="submit"] {
  font-size: 16px;
  height: 40px;
}

.callback .av-form .form__form-select {
  width: 20%;
  margin-top: 0;
}

.av-form .form-block.form__form-block > input[type="text"] {
  display: block;
  padding-left: 7px;
  color: #444;
}

input::-webkit-input-placeholder {
  color: #444;
  font-size: 14px;
}

input::-moz-placeholder {
  color: #444;
  font-size: 14px;
}

input::-moz-placeholder {
  color: #444;
  font-size: 14px;
}

input:-ms-input-placeholder {
  color: #444;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: #444;
  font-size: 14px;
}

::-moz-placeholder {
  color: #444;
  font-size: 15px;
}

input[type="text"]::-webkit-input-placeholder {
  color: #444;
  font-size: 14px;
  opacity: 1;
}

input[type="text"]::-moz-placeholder {
  color: #444;
  font-size: 14px;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #444;
  font-size: 14px;
  opacity: 1;
}

input::-moz-placeholder {
  color: #444;
  font-size: 14px;
  opacity: 1;
}

.callback .flex_call span {
  text-align: left;
}

.callback .flex_call h3 {
  font-size: 25px;
  line-height: 1.3;
}

.container3 {
  width: 90%;
  margin: 0 auto;
}

.nps-form-wrapper
  .custom-radio:not(:disabled):not(:checked)
  + label:hover::before {
  cursor: pointer;
}

.services_list:has(.service-item) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

@media (max-width: 480px) {
  .services_list:has(.service-item) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}

.form-block-submit button {
  /* opacity: 0.5; */
  pointer-events: none;
  font-weight: 600;
  transition: opacity 0.3s;
}

.select_custom label {
  display: block;
  margin-top: -30px;
}

.select_custom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.av-form .form-block.form__form-block > button[type="submit"] {
  font-size: 16px;
  padding: 0 17px;
}

.av-form .form-block.form__form-block {
  margin-right: 85px;
}

.flex_call h3 {
  font-size: 25px;
}

.flex_call span {
  font-size: 14px;
}

.callback .av-form .form__form-select {
  width: 30%;
}

.av-form .form__form-select label {
  font-size: 13px;
}

@media (max-width: 1680px) {
  .av-form .form-block.form__form-block > label {
    font-size: 14px;
  }

  .av-form .form-block.form__form-block > label {
    font-size: 13px;
  }

  input::-webkit-input-placeholder {
    color: #444;
    font-size: 13px;
  }

  input::-moz-placeholder {
    color: #444;
    font-size: 13px;
  }

  input::-moz-placeholder {
    color: #444;
    font-size: 13px;
  }

  input:-ms-input-placeholder {
    color: #444;
    font-size: 13px;
  }

  ::-webkit-input-placeholder {
    color: #444;
    font-size: 13px;
  }

  ::-moz-placeholder {
    color: #444;
    font-size: 13px;
  }

  input[type="text"]::-webkit-input-placeholder {
    color: #444;
    font-size: 13px;
    opacity: 1;
  }

  input[type="text"]::-moz-placeholder {
    color: #444;
    font-size: 13px;
    opacity: 1;
  }

  input::-webkit-input-placeholder {
    color: #444;
    font-size: 13px;
    opacity: 1;
  }

  input::-moz-placeholder {
    color: #444;
    font-size: 13px;
    opacity: 1;
  }

  .av-form .form__form-select label {
    font-size: 12px;
  }

  .callback .av-form .form__form-select {
    width: 33%;
  }

  .callback.container {
    width: 1180px;
  }
}

@media (max-width: 1024px) {
  .callback.container {
    width: 1100px;
  }
}

@media (max-width: 480px) {
  .callback.container {
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
  }

  .callback {
    display: none !important;
  }

  .flex_call h3::before {
    display: none;
  }

  .av-form .form-block.form__form-block {
    margin-right: 0;
    height: auto;
    width: 100%;
  }

  .av-form .sub_form {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 25px;
  }

  .av-form .form__form-select label {
    font-size: 14px;
  }

  .av-form .form-block.form__form-block > label {
    font-size: 14px;
  }
}

.av-form .form-block.form__form-block > input[type="text"] {
  cursor: pointer;
}

/* REQUEST END */

/* SERVICES START */
#services_sec {
  margin-top: 150px !important;
}
._thumbs_icun0_1217 {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
}
._cardProject_j59hb_1274 img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
}
._title_j59hb_1294 {
  margin: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.5px;
}

._wrapper_1n97k_1217 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #090714;
  border-radius: 20px;
}
._sizeM_1n97k_1241 {
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  /* letter-spacing: -15px; */
  line-height: normal;
}
._stroke_1n97k_1290 {
  border: 1px solid #e2e3e8;
}

._metro_j59hb_1318 {
  background: #fff;
}

._content_1n97k_1323 {
  padding: 4px;
  align-items: center;
  display: flex;
  line-height: 1;
}
._accent_1n97k_1274 {
  color: #fff;
  background: #754be9;
}
._metro_uusmq_1217 {
  display: flex;
  align-items: center;
  color: #8e9099;
  font-size: 12px;
  /* letter-spacing: var(--font-letter-spacing-xxs); */
  line-height: 1;
}

@media (max-width: 1279.98px) {
  ._thumbs_icun0_1217 {
    padding: 0 0 0 40px;
  }
}

@media (max-width: 767.98px) {
  ._thumbs_icun0_1217 {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .container-bw {
    max-width: 1208px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media (min-width: 1440px) {
  .container-bw {
    max-width: 1360px;
  }
}
._cards_icun0_1235 {
  width: 100%;
  padding: 30px 0 !important;
}

._cards_icun0_1235 .swiper-slide {
  width: auto;
}

._card_icun0_1235 {
  position: relative;
  height: 150px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  display: flex;
  text-decoration: none;
  transition:
    transform 0.5s,
    box-shadow 0.5s;
  color: #090714;
}

@media (hover: hover), (pointer: fine) {
  ._card_icun0_1235:hover {
    box-shadow: 0 4px 40px #09071414;
    transform: translateY(-8px);
  }
}

._controls_icun0_1261 {
  display: none;
}

._card_icun0_1235 {
  position: relative;
  height: 150px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  display: flex;
  text-decoration: none;
  transition:
    transform 0.5s,
    box-shadow 0.5s;
  color: #090714;
}
._cardProject_j59hb_1274 ._previewImage_j59hb_1274 {
  flex: 0 0 168px;
  max-width: 168px;
}

._tags_j59hb_1308 {
  display: flex;
  gap: 4px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  flex-wrap: wrap;
  right: 16px;
}
._cardContent_j59hb_1244 {
  padding: 16px 0 16px 16px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #090714;
  flex-grow: 1;
}
._cardProject_j59hb_1274 ._previewImage_j59hb_1274 {
  -webkit-mask-image: url("../img/download.svg");
  mask-image: url("../img/download.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

._cardProject_j59hb_1274 {
  position: relative;
  overflow: hidden;
}

._previewImage_j59hb_1274 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover), (pointer: fine) {
  ._card_icun0_1235:hover {
    box-shadow: 0 4px 40px #09071414;
    transform: translateY(-8px);
  }
}

._controls_icun0_1261 {
  display: none;
}

@media (min-width: 768px) {
  ._controls_icun0_1261 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin: 30px 0;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    height: 150px;
    padding: 5px;
    border-radius: 40px;
    background: #ffffff99;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}

._control_icun0_1261 {
  position: relative;
  display: flex;
  flex: 0 0 70px;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #8e9099;
  background-color: #fff;
  padding: 0;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}

._prev_icun0_1296 {
  background-color: transparent;
}

._prev_icun0_1296 svg {
  transform: rotate(-180deg);
}

._progress_icun0_1303 {
  position: absolute;
  top: 0;
  left: -1px;
  flex-shrink: 0;
  width: 71px !important;
  height: 71px !important;
  color: #754be9;
}

/* progress */
.progress {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.progress circle {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}
/* SERVICES END */

/* ABOUT START */
.pageSectionWhite {
  background: #fff;
  padding: 60px 0;
}
.pageSectionWhite .container {
  max-width: 1180px;
}
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  margin-top: 0;
}

.col-md-6 {
  grid-column: span 6;
}

._mainTitle_ax3vi_1226 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1.8px;
}
._description_ax3vi_1235 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: var(--font-letter-spacing-xs);
  margin-top: 40px;
}
@media (min-width: 1024px) {
  ._description_ax3vi_1235 {
    margin-top: 0;
  }
}

._btn_ax3vi_1634 {
  margin-top: 24px;
}

._button_wwen1_1217 {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  text-decoration: none;
  background: transparent none;
  border: none;
  outline: 0 none;
  cursor: pointer;
  position: relative;
  transition:
    background-color 0.3s,
    color 0.3s;
  border-radius: 999px;
}
._btnText_wwen1_1261 {
  display: inline-block;
  padding: 0 8px;
}
._secondaryVariant_wwen1_1266 {
  color: #090714;
  border: 1px solid #090714;
}

._imageItem_ax3vi_1314 {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  width: 335px;
  height: 289px;
}
@media (min-width: 768px) {
  ._imageItem_ax3vi_1314 {
    position: absolute;
  }
}

@media (min-width: 1024px) {
  ._fact2_ax3vi_1361 {
    top: 132px;
    z-index: 2;
    width: 387px;
    height: 477px;
  }
}

@media (min-width: 1280px) {
  ._fact2_ax3vi_1361 {
    top: 160px;
    width: 480px;
    height: 583px;
  }
}
@media (min-width: 1440px) {
  ._fact2_ax3vi_1361 {
    width: 473px;
    height: 534px;
  }
}

._fact2_ax3vi_1361 {
  overflow: hidden;
}
._interactive_ax3vi_1249 {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  box-sizing: content-box;
}

@media (min-width: 768px) {
  ._interactive_ax3vi_1249 {
    height: 510px;
  }
}
@media (min-width: 1024px) {
  ._interactive_ax3vi_1249 {
    height: 609px;
  }
}
@media (min-width: 1280px) {
  ._interactive_ax3vi_1249 {
    height: 746px;
  }
}
@media (min-width: 1440px) {
  ._interactive_ax3vi_1249 {
    height: 685px;
  }
}

._images_ax3vi_1279 {
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  ._images_ax3vi_1279 {
    width: 477px;
  }
}

@media (min-width: 1024px) {
  ._images_ax3vi_1279 {
    width: 784px;
  }
}

@media (min-width: 1280px) {
  ._images_ax3vi_1279 {
    width: 972px;
  }
}

@media (min-width: 1440px) {
  ._images_ax3vi_1279 {
    width: 958px;
  }
}

._images_ax3vi_1279 img {
  display: none;
  max-width: 100%;
  border-radius: var(--rounded-md);
}

@media (min-width: 768px) {
  ._images_ax3vi_1279 img {
    display: block;
  }
}

._fact1_ax3vi_1327 {
  overflow: hidden;
}

@media (min-width: 768px) {
  ._fact1_ax3vi_1327 {
    right: 0;
    top: 76px;
    z-index: 3;
    width: 341px;
    height: 290px;
  }
}

@media (min-width: 1024px) {
  ._fact1_ax3vi_1327 {
    right: 0;
    top: 91px;
    width: 560px;
    height: 345px;
  }
}

@media (min-width: 1280px) {
  ._fact1_ax3vi_1327 {
    top: 110px;
    width: 694px;
    height: 422px;
  }
}

@media (min-width: 1440px) {
  ._fact1_ax3vi_1327 {
    width: 684px;
    height: 416px;
  }
}

@media (min-width: 768px) {
  ._fact3_ax3vi_1395 {
    top: 0;
    left: 76px;
    z-index: 1;
    width: 216px;
    height: 335px;
  }
}

@media (min-width: 1024px) {
  ._fact3_ax3vi_1395 {
    left: 125px;
    z-index: 1;
    width: 354px;
    height: 400px;
  }
}
@media (min-width: 1280px) {
  ._fact3_ax3vi_1395 {
    left: 152px;
    width: 438px;
    height: 488px;
  }
}
@media (min-width: 1440px) {
  ._fact3_ax3vi_1395 {
    width: 432px;
    height: 481px;
  }
}

._aboutItem_ax3vi_1437 {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

@media (min-width: 768px) {
  ._aboutItem_ax3vi_1437 {
    position: absolute;
    z-index: 4;
  }
}
@media (min-width: 768px) {
  ._aboutItem1_ax3vi_1450,
  ._aboutItem2_ax3vi_1451 {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  ._aboutItem1_ax3vi_1450 {
    top: 0;
    right: 0;
  }
}

@media (min-width: 1024px) {
  ._aboutItem1_ax3vi_1450 {
    right: 135px;
  }
}

@media (min-width: 768px) {
  ._aboutItem2_ax3vi_1451 {
    top: 330px;
    left: 0;
  }
}

@media (min-width: 1024px) {
  ._aboutItem2_ax3vi_1451 {
    top: 379px;
  }
}

@media (min-width: 1280px) {
  ._aboutItem2_ax3vi_1451 {
    top: 441px;
  }
}

@media (min-width: 768px) {
  ._aboutItem3_ax3vi_1497 {
    bottom: 0;
    left: 182px;
  }
}

@media (min-width: 1024px) {
  ._aboutItem3_ax3vi_1497 {
    left: 332px;
  }
}

._itemTitle_ax3vi_1516 {
  color: #090714;
  font-family: "Grtsk Giga", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -1.8px;
  line-height: 110%;
}
@media (min-width: 768px) {
  ._itemTitle_ax3vi_1516 {
    font-size: 80px;
    letter-spacing: -3.6px;
  }
}
@media (min-width: 1024px) {
  ._itemTitle_ax3vi_1516 {
    font-size: 120px;
    letter-spacing: -2.4px;
  }
}

._itemDescription_ax3vi_1469 {
  color: #090714;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  ._aboutItem1_ax3vi_1450 ._itemDescription_ax3vi_1469 {
    width: 263px;
  }
}
/* ABOUT END */

/* CLIENTS START */
#partners {
  background-color: #fff;
  padding: 90px 0 75px;
  position: relative;
}
#partners .container {
  max-width: 1180px;
  padding: 0;
}
#partners .partners-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* desktop */
  gap: 20px;
  justify-items: center;
}

.partner-wrap {
  width: 100%;
}

.partner-box {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-box img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
#partners h6 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.02em;
}
#partners .partners-wrapper .partner-box {
  padding: 15px;
  margin: 15px 0;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  height: 150px;
  border-radius: 4px;
  cursor: pointer;
}
#partners .partners-wrapper .partner-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* filter: grayscale(100%); */
  /* opacity: 0.3; */
  /* transition: 300ms all ease; */
}
/* #partners .partners-wrapper .partner-box:hover img {
  filter: none;
  opacity: 1;
} */

/* CLIENTS END */

/* BLOGS START */

.zag {
  font-size: 40px;
  text-transform: uppercase;
  margin: 80px 0 20px;
  color: #002f87;
  position: relative;
}

.blocktitle {
  margin: 80px 0 20px;
}

.blocktitle .zag {
  margin: 0;
}

.news_block1 .block_news {
  margin-right: 50px;
}

.block_news > a {
  display: block;
  width: 100%;
  height: 100%;
}

.block_news {
  position: relative;
}

.block_news:not(:first-child) .main-news-img {
  display: none;
}

.main-news-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  display: none;
}

.main-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_block1 .block_news:nth-child(1) {
  z-index: 0;
  position: relative;
  width: 370px;
  height: 395px;
  background-size: cover !important;
}

.news_block1 .block_news:nth-child(1)::before {
  z-index: -1;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
  background: #061735;
  background: -moz-linear-gradient(left, #061735 0, rgba(12, 45, 80, 0.9) 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #061735),
    color-stop(100%, rgba(12, 45, 80, 0.9))
  );
  background: -webkit-linear-gradient(
    left,
    #061735 0,
    rgba(12, 45, 80, 0.9) 100%
  );
  background: -o-linear-gradient(left, #061735 0, rgba(12, 45, 80, 0.9) 100%);
  background: -ms-linear-gradient(left, #061735 0, rgba(12, 45, 80, 0.9) 100%);
  background: linear-gradient(to right, #061735 0, rgba(12, 45, 80, 0.9) 100%);
}

.news_block1 {
  display: flex;
}

.news_block1 .block_news:nth-child(2),
.news_block1 .block_news:nth-child(3),
.news_block1 .block_news:nth-child(4) {
  position: relative;
  background: 0 !important;
  width: 22%;
}

.news_block1 .block_news:nth-child(4) {
  margin-right: 0;
}

.blocktitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn {
  display: inline-block;
  transition: 0.5s;
  transition: 0.4s;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  padding: 12px 35px;
  background: #002f87;
  cursor: pointer;
}

.btn:hover {
  cursor: pointer;
  background: #e1251b;
}

.news_block1 .block_news:nth-child(1) .info_news_block {
  color: #fff;
  width: 75%;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
}

.news_block1 .block_news:nth-child(2) .info_news_block,
.news_block1 .block_news:nth-child(3) .info_news_block,
.news_block1 .block_news:nth-child(4) .info_news_block {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: flex-start;
  height: 290px;
}

.news_block1 .block_news:nth-child(2) .info_news_block .date_new p,
.news_block1 .block_news:nth-child(3) .info_news_block .date_new p,
.news_block1 .block_news:nth-child(4) .info_news_block .date_new p {
  color: #e1251b;
  display: inline-block;
  padding: 0 15px 7px 0;
  border-bottom: 6px solid #e1251b;
}

.news_block1 .block_news:nth-child(2) .info_news_block .name_yslug,
.news_block1 .block_news:nth-child(3) .info_news_block .name_yslug,
.news_block1 .block_news:nth-child(4) .info_news_block .name_yslug {
  display: block;
  margin: 15px 0 25px;
  width: 95%;
  color: #232323;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}

.news_block1 .block_news:nth-child(2) .info_news_block p,
.news_block1 .block_news:nth-child(3) .info_news_block p,
.news_block1 .block_news:nth-child(4) .info_news_block p {
  font-size: 14px;
  color: #595959;
  max-height: 143px;
  font-weight: 600;
  overflow: hidden;
}

.news_block1 .block_news:nth-child(2) .info_news_block a,
.news_block1 .block_news:nth-child(3) .info_news_block a,
.news_block1 .block_news:nth-child(4) .info_news_block a {
  color: #e1251b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-weight: 600;
  display: block;
  margin-top: auto;
  transition: 0.5s;
}

.news_block1 .block_news:nth-child(1) .info_news_block .date_new {
  margin-bottom: 25px;
}

.news_block1 .block_news:nth-child(1) .info_news_block > p {
  display: none;
}

.news_block1 .block_news:nth-child(1) .info_news_block .name_yslug {
  width: 97%;
  color: #fff;
  transition: 0.5s;
  display: block;
}

.news_block1 .block_news:nth-child(1) .info_news_block .name_yslug:hover,
.news_block1 .block_news:nth-child(2) .info_news_block a:hover,
.news_block1 .block_news:nth-child(3) .info_news_block a:hover,
.news_block1 .block_news:nth-child(4) .info_news_block a:hover {
  margin-left: 3%;
}

.news_block1 .block_news:nth-child(1) .info_news_block .ab_yslug {
  margin-top: 30px;
  color: #226398;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  height: 35px;
  align-items: center;
  display: inline-flex;
  padding: 0 20px;
  transition: 0.5s;
  position: relative;
}

.news_block1 .block_news:nth-child(1) .info_news_block .ab_yslug::after {
  transition: 0.5s;
  content: "";
  width: 35px;
  height: 35px;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: -27px;
  background: url("../img/red.svg") no-repeat;
}

.news_block1 .block_news:nth-child(1) .info_news_block .ab_yslug::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  transform: rotate(-180deg);
  top: 0;
  right: -60px;
  background: url("../img/red.svg") no-repeat;
  transition: 0.5s;
  filter: brightness(0) invert(1);
}

.news_block1 .block_news:nth-child(1) .info_news_block a:hover::before {
  right: -75px;
    filter: none;
  background: url("../img/red.svg") no-repeat;
}

.ab_yslug {
  position: relative;
}

.nps-form-wrapper
  .custom-radio:not(:disabled):not(:checked)
  + label:hover::before {
  cursor: pointer;
}

.services_list:has(.service-item) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

@media (max-width: 480px) {
  .services_list:has(.service-item) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 1920px) {
  .news.container {
    width: 1180px;
  }

  .news_block1 .block_news:nth-child(1) {
    height: 360px;
  }

  .zag {
    font-size: 31px;
    margin: 60px 0 20px;
  }

  .news_block1 .block_news:nth-child(1) .info_news_block {
    top: 50%;
  }

  .news_block1 .block_news:nth-child(1) .info_news_block .name_yslug {
    line-height: 1.3;
  }

  .news_block1 .block_news:nth-child(1) .info_news_block {
    width: 80%;
    top: 50%;
    font-size: 21px;
  }

  .news_block1 .block_news {
    margin-right: 40px;
  }

  .news_block1 .block_news:nth-child(2) .info_news_block .name_yslug,
  .news_block1 .block_news:nth-child(3) .info_news_block .name_yslug,
  .news_block1 .block_news:nth-child(4) .info_news_block .name_yslug {
    font-size: 16px;
  }

  .news_block1 .block_news:nth-child(2) .info_news_block p,
  .news_block1 .block_news:nth-child(3) .info_news_block p,
  .news_block1 .block_news:nth-child(4) .info_news_block p {
    font-size: 13px;
  }

  .news_block1 .block_news:nth-child(2),
  .news_block1 .block_news:nth-child(3),
  .news_block1 .block_news:nth-child(4) {
    width: 19%;
  }

  .news_block1 .block_news:nth-child(2) .info_news_block .name_yslug,
  .news_block1 .block_news:nth-child(3) .info_news_block .name_yslug,
  .news_block1 .block_news:nth-child(4) .info_news_block .name_yslug {
    margin: 9px 0 15px;
  }

  .news_block1 .block_news:nth-child(2) .info_news_block p,
  .news_block1 .block_news:nth-child(3) .info_news_block p,
  .news_block1 .block_news:nth-child(4) .info_news_block p {
    max-height: 105px;
  }

  .btn {
    font-size: 18px;
  }
}

@media (max-width: 1680px) {
  body {
    font-size: 14px;
  }

  .news_block1 .block_news:nth-child(1) .info_news_block .ab_yslug {
    font-size: 15px;
    height: 44px;
  }

  .news_block1 .block_news:nth-child(1) .info_news_block .ab_yslug::after {
    width: 44px;
    height: 44px;
    right: -23px;
    background: url("../img/arrow.svg");
    background-size: 100% 100%;
  }

  .news_block1 .block_news:nth-child(1) .info_news_block .ab_yslug::before {
    width: 44px;
    height: 44px;
  }

  .news.container {
    width: 1180px;
    padding: 0;
  }

  .news_block1 .block_news:nth-child(1) .info_news_block .ab_yslug {
    font-size: 14px;
  }

  .news_block1 .block_news:nth-child(2) .info_news_block .name_yslug,
  .news_block1 .block_news:nth-child(3) .info_news_block .name_yslug,
  .news_block1 .block_news:nth-child(4) .info_news_block .name_yslug {
    height: 70px;
    overflow: hidden;
  }

  .news_block1 .block_news:nth-child(2) .info_news_block .date_new p,
  .news_block1 .block_news:nth-child(3) .info_news_block .date_new p,
  .news_block1 .block_news:nth-child(4) .info_news_block .date_new p {
    height: 20px;
  }

  .news_block1 .block_news:nth-child(2) .info_news_block,
  .news_block1 .block_news:nth-child(3) .info_news_block,
  .news_block1 .block_news:nth-child(4) .info_news_block {
    height: 265px;
  }

  .btn {
    font-size: 15px;
  }

  .news_block1 .block_news:nth-child(1) .info_news_block .name_yslug {
    font-size: 16px;
  }

  .news_block1 .block_news:nth-child(2) .info_news_block .name_yslug,
  .news_block1 .block_news:nth-child(3) .info_news_block .name_yslug,
  .news_block1 .block_news:nth-child(4) .info_news_block .name_yslug {
    font-size: 14px;
    height: 52px;
    overflow: hidden;
  }

  .news_block1 .block_news:nth-child(1) {
    height: 328px;
    width: 350px;
  }

  .zag {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .news.container {
    width: 1100px;
  }
}

.usual_none {
  display: none;
}

@media (max-width: 480px) {
  .mob_none,
  .news_block1 .block_news:nth-child(1)::before {
    display: none !important;
  }

  .usual_none {
    display: block;
  }

  .container {
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
  }

  body,
  html {
    width: 100%;
    min-width: 100%;
    font-size: 16px;
    position: relative;
  }

  .zag {
    font-size: 22px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1.3;
  }

  .blocktitle {
    display: block;
    background: 0;
    width: 100%;
    margin: 0;
    padding: 55px 0;
  }

  .block_news_mob a img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .news_mob_block1 .name_yslug {
    text-transform: uppercase;
    color: #1f3d7a;
    line-height: 1.4;
    display: block;
    margin: 35px 0;
  }

  .news_mob_block1 .info_news_block > p {
    font-size: 14px;
  }

  .news_mob_block1 .ab_yslug {
    display: inline-block;
    text-transform: uppercase;
    margin: 30px 0 25px;
    position: relative;
  }

  .news_mob_block1 .ab_yslug::before {
    content: "";
    width: 25px;
    height: 10px;
    background: url("../img/mob_ar.svg") no-repeat center;
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translate(0, -50%);
  }

  .appendDots {
    margin: -20px 0 25px;
  }

  .news .btn {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #e12726;
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .news .btn {
    margin-bottom: 0;
  }
}


/* BLOGS END */

/* MAIN END */
#call_to_action {
  margin-bottom: -110px;
}

/* FOOTER START */

.footer {
  background: #181d1d;
}

.footer.with-accordions .footer__accordions {
  display: flex;
}

.footer.with-accordions .footer__mobile-accordions {
  display: flex;
}

@media (max-width: 1279px) {
  .footer {
    padding: 1.25rem 0;
  }
}

.footer__inner {
  padding: 3.75rem 0;
}

@media (max-width: 1279px) {
  .footer__desktop {
    display: none;
  }
}

@media (min-width: 1280px) {
  .footer__mobile {
    display: none;
  }
}

.footer__mobile-accordions {
  margin-bottom: 2rem;
  display: none;
  flex-direction: column;
  gap: 9.6px;
}

.footer__top {
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.4);
}

@media (max-width: 1279px) {
  .footer__top {
    margin-bottom: 2rem;
    display: flex;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .footer__top {
    display: block;
  }
}

.footer__top-row {
  display: flex;
}

.footer__top-col {
  flex-shrink: 0;
}

.footer__top-col:nth-child(1) {
  position: relative;
  z-index: 0;
  padding-left: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px));
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 3);
}

.footer__top-col:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1px solid #fff;
  left: 0;
  border-left: 1px solid #fff;
  width: 0.8125rem;
  height: 0.8125rem;
}

.footer__top-col:nth-child(2) {
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 9 - 20px);
  display: flex;
}

.footer__top-item {
  width: 33.3333333333%;
  height: 8.75rem;
}

@media (max-width: 1279px) {
  .footer__top-item {
    height: 5.625rem;
  }
}

@media (max-width: 767px) {
  .footer__top-item {
    width: 100%;
    height: 3rem;
  }
}

.footer__top-item:not(:first-child) {
  margin-left: 1.25rem;
}

@media (max-width: 1279px) {
  .footer__top-item:not(:first-child) {
    margin-left: 1px;
  }
}

@media (max-width: 767px) {
  .footer__top-item:not(:first-child) {
    margin-left: 0;
    margin-top: 1px;
  }
}

.footer__logo {
  display: flex;
  opacity: 0.3;
}

.footer__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__logo-svg {
  width: 7.5rem;
  height: 3.625rem;
}

.footer__mid {
  position: relative;
  z-index: 0;
}

@media (max-width: 1279px) {
  .footer__mid {
    margin-bottom: 2rem;
  }
}

.footer__mid::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  width: 28.4375rem;
  height: 1px;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 79.69%
  );
}

@media (max-width: 1279px) {
  .footer__mid::before {
    width: 7.375rem;
    display: none;
  }
}

.footer__mid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer__mid-col {
  flex-shrink: 0;
}

.footer__mid-col:nth-child(1) {
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__mid-col:nth-child(2) {
  width: auto;
}

.footer__mid-link {
  display: block;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (max-width: 1279px) {
  .footer__mid-link {
    font-size: 1rem;
  }
}

.footer__mid-link:hover {
  color: #006525;
}

.footer__mid-link:not(:first-child) {
  margin-top: 0.25rem;
}

.footer__mid-buttons {
  margin-top: 3.75rem;
}

@media (max-width: 1279px) {
  .footer__mid-buttons {
    margin-top: 9.6px;
  }
}

@media (min-width: 1280px) {
  .footer__mid-item:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.footer__mid-address {
  margin-top: 1.25rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .footer__mid-address {
    margin-top: 1rem;
    font-size: 9.6px;
  }
}

.footer__links-item {
  display: flex;
}

.footer__links-item:not(:first-child) {
  margin-top: 9.6px;
}

@media (max-width: 1279px) {
  .footer__links-item:not(:first-child) {
    margin-top: 0.25rem;
  }
}

.footer__link {
  font-weight: 500;
  color: #fff;
  font-size: 11.2px;
  line-height: 1.3;
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (max-width: 1279px) {
  .footer__link {
    font-size: 9.6px;
  }
}

.footer__link:hover {
  color: #006525;
}

.footer__grid {
  display: grid;
  grid-template-columns:
    calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 2 - 20px)
    auto;
  column-gap: 20px;
  row-gap: 3.75rem;
}

@media (max-width: 1279px) {
  .footer__grid {
    margin-bottom: 2rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.625rem;
    row-gap: 2rem;
  }
}

@media (max-width: 767px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

.footer__grid-item:not(:first-child) {
  margin-top: 2rem;
}

.footer__heading {
  margin-bottom: 19.2px;
  display: block;
  color: #fff;
  opacity: 0.4;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 9.6px;
  line-height: 1.1;
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (max-width: 1279px) {
  .footer__heading {
    margin-bottom: 9.6px;
  }
}

@media (max-width: 1279px) {
  .footer__heading {
    font-size: 0.625rem;
  }
}

.footer__heading:hover {
  color: #006525;
}

.footer__bot {
  padding: 1.875rem 0;
  border-top: 1px solid #222;
}

@media (max-width: 1279px) {
  .footer__bot {
    padding: 1.25rem 0 0;
  }
}

.footer__bot-inner {
  display: flex;
}

.footer__bot-item {
  height: 1.25rem;
  display: flex;
  align-items: center;
}

.footer__bot-item:not(:first-child) {
  margin-left: 2rem;
}

.footer__bot-item a {
  height: 100%;
}

.footer__bot-row {
  margin-top: 1.25rem;
  display: flex;
}

@media (max-width: 767px) {
  .footer__bot-row {
    display: block;
  }
}

.footer__bot-col:nth-child(1) {
  width: calc((((100vw - (20px * 2) - (10px * 7)) / 8) + 10px) * 4);
}

@media (max-width: 767px) {
  .footer__bot-col:nth-child(1) {
    margin-bottom: 0.5rem;
    width: auto;
  }
}

.footer__partners {
  display: flex;
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 4);
}

@media (max-width: 1279px) {
  .footer__partners {
    width: auto;
  }
}

.footer__copy {
  font-weight: 500;
  color: #515252;
  font-size: 11.2px;
  line-height: 1.3;
}

@media (max-width: 1279px) {
  .footer__copy {
    font-size: 0.625rem;
  }
}

.footer__corp {
  color: #fff;
  font-weight: 500;
  font-size: 11.2px;
  line-height: 1.3;
}

@media (max-width: 1279px) {
  .footer__corp {
    font-size: 0.625rem;
  }
}

.footer__author {
  color: #006525;
}

.footer__picture {
  height: 100%;
}

.footer__row {
  display: flex;
}

@media (max-width: 767px) {
  .footer__row {
    display: block;
  }
}

.footer__col:nth-child(1) {
  flex-shrink: 0;
  width: calc((((100vw - (20px * 2) - (10px * 7)) / 8) + 10px) * 2 - 10px);
}

@media (max-width: 767px) {
  .footer__col:nth-child(1) {
    padding-right: 0.625rem;
    width: calc((((100vw - (20px * 2) - (10px * 3)) / 4) + 10px) * 2);
  }
}

.footer__present {
  margin-top: 3.75rem;
  width: 16.75rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}

@media (max-width: 1279px) {
  .footer__present {
    margin-top: 1.25rem;
    width: 13.1875rem;
    height: 3rem;
  }
}

.footer__present-icon {
  margin-right: 9.6px;
  display: flex;
  align-items: center;
}

.footer__present-svg {
  --size: 1.25rem;
  width: var(--size);
  height: var(--size);
}

.footer__present-text {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

@media (max-width: 1279px) {
  .footer__present-text {
    font-size: 11.2px;
  }
}

.main-page__intro-card:not(:first-child) {
  margin-left: 1px;
}
.main-page__intro-card {
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 3 - 20px);
  height: 8.75rem;
}
.nav-card {
  --pad: 19.2px;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006525;
  overflow: hidden;
}
.nav-card__icon {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  top: var(--pad);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-card__text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3;
}
.nav-card__arrow {
  position: absolute;
  z-index: 2;
  bottom: var(--pad);
  right: var(--pad);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-card__hover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #008c33;
}
.nav-card:hover .nav-card__hover {
  transform: none;
}
.picture {
  display: flex;
  align-items: center;
}
.picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.socials {
  display: flex;
}
.socials__item {
  --size: 48px;
  position: relative;
  z-index: 0;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
}
.socials__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #006525;
}
.socials__item:hover {
  border-color: #006525;
}
.socials__item:hover::before {
  transform: none;
}
.socials__span {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.socials__item:not(:first-child) {
  margin-left: 8px;
}

.footer__container {
  display: flex;
}

.footer__container-item:not(:first-child) {
  margin-left: 6.6875rem;
}

.footer__dropdown.active .footer__dropdown-arrow {
  rotate: 180deg;
}

.footer__dropdown-trigger {
  cursor: pointer;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  outline: none;
  border: none;
}

.footer__dropdown-arrow {
  display: flex;
  align-items: center;
  width: 1rem;
  height: 1rem;
  color: #fff;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (max-width: 1279px) {
  .footer__dropdown-arrow {
    width: 9.6px;
    height: 9.6px;
  }
}

.footer__dropdown-arrow svg {
  width: 100%;
  height: 100%;
}

.footer__dropdown-arrow svg *[fill] {
  fill: currentColor;
}

.footer__dropdown-arrow svg *[stroke] {
  stroke: currentColor;
}

.footer__dropdown-body {
  display: flex;
  flex-direction: column;
  gap: 9.6px;
}

.footer .accordion__title {
  color: #fff;
}

.footer .accordion__text * {
  color: #fff;
}

.footer .accordion__icon {
  color: #fff;
}

.footer .accordion__icon svg *[fill] {
  fill: currentColor;
}

.footer .accordion__icon svg *[stroke] {
  stroke: currentColor;
}

.footer .section__title {
  color: #fff;
}

.footer__accordions {
  display: none;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
/* FOOTER END */
