* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
}
.container {
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 20px;
}
.container--wide {
  /*max-width: 1450px;*/
  padding: 0 40px;
  margin: 0 auto;
}
.sec_title {
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 60px;
}
/******************** HEADER START  ***************/

.redesign-header {
  background: #fff;
  box-shadow: 0 0.2857142857rem 5.7142857143rem rgba(0, 0, 0, 0.1);
  left: 0;
  margin-bottom: 2.1428571429rem;
  position: relative;
  right: 0;
  top: 0;
  z-index: 500;
}

.redesign-header--index {
  background: #fff;
  box-shadow: 0 0 5px #c3c3c3;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
}

.redesign-header--index .redesign-header__head-link:hover,
.redesign-header--index
  .redesign-header__head-link:hover
  .redesign-header__head-link-icon {
  color: rgba(0, 0, 0, 0.6);
}

.redesign-header--index .redesign-header__head-city {
  color: #000;
}

.redesign-header--index .redesign-header__head-city:hover,
.redesign-header--index
  .redesign-header__head-city:hover
  .redesign-header__head-city-icon {
  color: rgba(0, 0, 0, 0.6);
}
a.redesign-header__nav-link {
  color: #000;
}
.nav--main .nav__link {
  align-items: center;
  border: 0;
  color: inherit;
  display: flex;
  gap: 4px;
}
.nav__link--blog-icon svg {
  height: 24px;
  width: 64px;
}
.redesign-header--index .redesign-header__nav-link__icon-more {
  fill: #fff;
}

.redesign-header--index .redesign-header__head-city-icon,
.redesign-header--index .redesign-header__head-link-icon {
  color: rgba(0, 0, 0, 0.6);
  margin-right: 8px;
}

.redesign-header__logo {
  flex: 0 0 auto;
  margin-right: 0.8571428571rem;
}
.redesign-header__logo-element img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.redesign-header__logo-element {
  border: none;
  display: block;
  height: 2.5714285714rem;
  margin-top: -0.2142857143rem;
  width: 7.6428571429rem;
}

@media (min-width: 768px) {
  .redesign-header__logo-element {
    height: 120px;
    width: 120px;
  }
}

.redesign-header__logo-element img {
  display: block;
}

@media (min-width: 768px) {
  .redesign-header__logo {
    margin-right: 2.5rem;
  }
}

.redesign-header__head-link {
  align-items: center;
  border: none;
  color: #6a7278;
  display: flex;
  font-size: 1rem;
}

.redesign-header__head-link svg:first-child {
  margin-right: 0.7142857143rem;
}

.redesign-header__head-link svg:last-child {
  margin-left: 0.5rem;
}

.redesign-header__head-link:hover {
  color: #ea2028;
}

@media screen and (max-width: 1024px) {
  .redesign-header__head-link.-hide-tablet {
    display: none;
  }
}

.redesign-header--index .redesign-header__head-link {
  color: #000;
  font-size: 14px;
}

.redesign-header--index .redesign-header__nav {
  color: #000;
}

.redesign-header--index .redesign-header__nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.redesign-header--index .redesign-header__logo {
  margin-top: 0;
}

@media (min-width: 1280px) {
  .redesign-header--index .redesign-header__logo {
    padding-top: 0;
  }
}

.button {
  padding-x: 1.4285714286rem;
  padding-y: 0;
  height: 4rem;
  mobile-height: 3.2857142857rem;
  font-size: 1.1428571429rem;
  color: inherit;
  background-color: transparent;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0.0714285714rem solid transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  height: 56px;
  justify-content: center;
  line-height: 1.295715;
  outline: 0 none;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.button--primary {
  color: #fff;
  background-color: #ea2028;
  background-image: linear-gradient(98.64deg, #ff4248, #ea2028 56.6%);
  border: 0;
}
.nav__link--blog-icon {
  max-width: 64px;
  position: relative;
}
.nav__link--blog-icon span {
  left: 4px;
  position: absolute;
  top: 4.5px;
  border: 1px solid #ea2028;
  padding: 0 3px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.redesign-header--index .redesign-header__button {
  border-radius: 0.5rem;
  gap: 0.8571428571rem;
}

.redesign-header--index .redesign-header__button-text {
  margin-left: 0;
}

@media (min-width: 768px) {
  .redesign-header--index .redesign-header__button--login {
    border-width: 0.0714285714rem;
  }
}

.redesign-header--index .redesign-header__button-icon {
  color: inherit !important;
}

.redesign-header__body {
  align-items: center;
  display: flex;
  height: 60px;
  position: relative;
}

@media (min-width: 768px) {
  .redesign-header__body {
    height: 73px;
  }
}

@media (min-width: 1280px) {
  .redesign-header__body {
    height: 87px;
  }
}

.redesign-header__burger {
  cursor: pointer;
  flex: 0 0 auto;
  margin-right: 0.8571428571rem;
}

@media (min-width: 768px) {
  .redesign-header__burger {
    margin-right: 1.4285714286rem;
  }
}

@media (min-width: 1280px) {
  .redesign-header__burger {
    display: none;
  }
}

.redesign-header__burger-icon--extra {
  display: none;
}

@media (min-width: 768px) {
  .redesign-header__burger-icon {
    height: 2.7142857143rem;
    width: 2.7142857143rem;
  }
}

.redesign-header__nav {
  color: #fff;
  display: none;
  flex: 1 1 auto;
  margin: 0 1.4285714286rem 0 0;
}

.redesign-header__nav-item {
  white-space: nowrap;
}

.redesign-header__nav-item:first-child {
  margin-left: 0;
}

@media (min-width: 1280px) {
  .redesign-header__nav {
    color: inherit;
    display: block !important;
  }
}

@media (max-width: 767px) {
  .redesign-header__nav {
    margin: 0;
  }
}

.redesign-header__nav-link__icon-more {
  fill: #9497a3;
  height: 12px;
  margin-left: 5px;
  transition: 0.3s;
  width: 12px;
}

.redesign-header__nav-link:hover {
  color: #ea2028;
}

.redesign-header__nav-list__child {
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.05);
  display: none;
  flex-direction: column;
  list-style: none;
  margin-left: -60px;
  margin-top: 10px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 430;
}

.redesign-header__nav-list__child li {
  transition: 0.3s;
  width: 100%;
}

.redesign-header__nav-list__child li:hover {
  background: #f5f7fa;
}

.redesign-header__nav-list__child li:hover .redesign-header__nav-icon--logo {
  color: #e72430;
}

.redesign-header__nav-list__child
  li:hover
  .redesign-header__nav-icon--logo.-tnpro {
  background: url(../images/tnpro.svg) 50% no-repeat;
  background-size: contain;
}

.redesign-header__nav-list__child
  li:hover
  .redesign-header__nav-icon--logo.-tnpro
  use {
  opacity: 0;
}

.redesign-header__nav-list__child li {
  margin: 0;
  padding: 15px 20px;
}

.redesign-header__nav-list__child li a {
  align-items: center;
  border: none;
  color: #1d1d1b;
  display: flex;
  font-family: Mont;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-decoration: none;
}

.redesign-header__nav-list__child li a .redesign-header__nav-icon--logo {
  color: #bec7ce;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}

.redesign-header__nav-list__child li a .redesign-header__nav-text {
  margin-left: 15px;
  margin-right: 20px;
}

.redesign-header__nav-list__child li a .redesign-header__nav-icon--link {
  color: #b1bfcb;
  flex-shrink: 0;
  height: 20px;
  margin-left: auto;
  width: 20px;
}

.redesign-header__buttons {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: auto;
}
.button svg {
  max-height: 100%;
  max-width: 100%;
}
.button__text {
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .redesign-header__button-text {
    display: block;
    font-size: 1.1428571429rem;
  }
}
.icon--plus-big {
  height: 24px;
  width: 24px;
}
.icon--user-login {
  height: 24px;
  width: 24px;
}
.redesign-header__button {
  border-radius: 0.5rem;
  height: 50px;
  padding: 0;
}

@media (min-width: 768px) {
  .redesign-header__button {
    height: 50px;
  }
}

.redesign-header__button + .redesign-header__button {
  margin-left: 12px;
  border: 1px solid #000;
  .button__text {
    color: #000;
  }
}

@media (min-width: 768px) {
  .redesign-header__button + .redesign-header__button {
    margin-left: 16px;
  }
}

@media (min-width: 1600px) {
  .redesign-header__button + .redesign-header__button {
    margin-left: 1.4285714286rem;
  }
}

.redesign-header__button--order {
  width: 3.2857142857rem;
}

@media (min-width: 768px) {
  .redesign-header__button--order {
    padding: 0 20px;
    width: auto;
  }
}

/*@media (min-width: 1400px) {*/
/*  .redesign-header__button--order {*/
/*    margin-right: 2.5rem;*/
/*  }*/
/*}*/

.redesign-header__button--login {
  width: 3.2857142857rem;
}

@media (min-width: 768px) {
  .redesign-header__button--login {
    padding: 0 20px;
    width: auto;
  }
}

.redesign-header__button-text {
  display: none;
}

@media (min-width: 768px) {
  .redesign-header__button-text {
    display: block;
    font-size: 16px;
  }
}

.redesign-header__personal {
  flex: 0 0 auto;
  margin-left: auto;
}
.header__personal-login {
  align-items: center;
  display: flex;
  font-size: 0.8571428571rem;
  justify-content: flex-end;
  line-height: 1.25;
}
.redesign-header__head {
  border-bottom: 1px solid #c5cacd;
}

@media (max-width: 767px) {
  .redesign-header__head {
    display: none;
  }
}

.redesign-header__head-row {
  align-items: center;
  display: flex;
  gap: 0 40px;
}

@media (min-width: 1280px) {
  .redesign-header__head-row {
    gap: 0 15px;
  }
}

.redesign-header__head-link:hover .redesign-header__head-link-icon {
  color: #ea2028;
}

.redesign-header__head-city {
  align-items: flex-end;
  border-bottom: none;
  color: #6a7278;
  cursor: pointer;
  display: flex;
}

.redesign-header__head-city-icon {
  color: #bec7ce;
  transition: all 0.2s ease-in-out;
}

.redesign-header__head-city:hover,
.redesign-header__head-city:hover .redesign-header__head-city-icon {
  color: #ea2028;
}

.redesign-header--index .redesign-header__head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.redesign-header__head-wrapper {
  align-items: center;
  display: flex;
  height: 40px;
}

.redesign-header__head-best-roofer-icon {
  color: #bec7ce;
  left: 0;
  margin-left: 7px;
  transition: opacity 0.2s ease-in-out;
}

.redesign-header__head-best-roofer-icon--hovered {
  /* opacity: 0; */
  position: absolute;
}

.redesign-header__head-smart-roof-icon {
  color: #bec7ce;
  transition: color 0.2s ease-in-out;
}

.redesign-header .redesign-header__head-best-roofer {
  position: relative;
}

.redesign-header
  .redesign-header__head-best-roofer:hover
  .redesign-header__head-best-roofer-icon--hovered {
  margin-right: 0.7142857143rem;
  opacity: 1;
  position: static;
}

.redesign-header
  .redesign-header__head-smart-roof:hover
  .redesign-header__head-smart-roof-icon {
  color: #ec1045;
}

.redesign-header__head-link-icon {
  color: #b1bfcb;
  transition: color 0.2s ease-in-out;
}

.redesign-header__head-col + .redesign-header__head-col {
  margin-left: auto;
}

.redesign-header__head-col + .redesign-header__head-col {
  align-items: center;
  display: flex;
  gap: 0 40px;
}

@media (min-width: 1280px) {
  .redesign-header__head-col + .redesign-header__head-col {
    gap: 0 15px;
  }
}

.desktop-hidden {
  display: initial;
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}

.mobile-hidden {
  display: initial;
}

@media (max-width: 1279px) {
  .mobile-hidden {
    display: none !important;
  }
}

[data-show-menu] {
  align-items: center;
  display: flex;
}
.mobile-menu {
  background: #fff;
  border-top: 0.5px solid #c5cacd;
  display: none;
  height: 100%;
  overflow: auto;
  padding: 32px 16px;
  position: fixed;
  width: 100vw;
  z-index: 9997;
}

.mobile-menu.is-shown {
  display: block;
}

.mobile-menu__main {
  z-index: 9998;
}

.mobile-menu__additional,
.mobile-menu__main {
  height: 100%;
  left: 16px;
  position: absolute;
  right: 16px;
}

.mobile-menu__additional {
  background: #fff;
  display: none;
  z-index: 9999;
}

.mobile-menu__additional.is-shown {
  display: block;
}

.mobile-menu__additional-closer {
  align-items: center;
  color: #ea2028;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
}

.mobile-menu__bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1428571429rem;
  justify-content: space-between;
}

.mobile-menu__container {
  max-height: 100%;
  overflow-y: auto;
}

.mobile-menu__links {
  display: grid;
  padding: 30px 0;
}

.mobile-menu__links--simple {
  gap: 6px;
}

.mobile-menu__links--complex {
  gap: 16px;
}

.mobile-menu__links + .mobile-menu__links {
  border-top: 1px solid #e0e3e5;
}

.mobile-menu__link-icon--opener {
  color: #62727f;
  flex-shrink: 0;
  transform: rotate(-90deg);
}

.mobile-menu__link-icon--closer {
  color: #ea2028;
  flex-shrink: 0;
  margin-right: 15px;
  transform: rotate(90deg);
}

.mobile-menu__link-icon--left {
  color: #bec7ce;
  flex-shrink: 0;
}

.mobile-menu__link-icon--right {
  color: #bec7ce;
  flex-shrink: 0;
  margin-left: auto;
}

.mobile-menu__link--simple {
  color: #292d32;
  justify-content: space-between;
  padding: 12px 0;
  width: 100%;
}

.mobile-menu__link--complex,
.mobile-menu__link--simple {
  align-items: center;
  border-bottom: none;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.mobile-menu__link--complex {
  color: #62727f;
  padding: 6px 0;
}

.mobile-menu__link--complex > * {
  margin-right: 12px;
}

.mobile-menu__link--complex:hover .icon {
  color: #ea2027;
}

.mobile-menu .redesign-header__head-city {
  color: #6a7278;
}

.mobile-menu .redesign-header__head-city .redesign-header__head-city-icon {
  color: #bec7ce;
}

.mobile-menu .redesign-header__head-city:hover {
  color: #ea2027;
}

.mobile-menu
  .redesign-header__head-city:hover
  .redesign-header__head-city-icon {
  color: #ea2028;
}

.mobile-menu .redesign-header__head-link {
  color: #6a7278;
}

.mobile-menu .redesign-header__head-link:hover {
  color: #ea2027;
}

.mobile-menu .redesign-header__head-link.-phone {
  margin-right: auto;
}

@media (min-width: 1280px) {
  .nav--main .nav__list {
    align-items: center;
    display: flex;
    gap: clamp(16px, 1.1vw, 28px);
  }
}

@media (min-width: 1024px) {
  .fancybox--nav .nav--main .nav__list {
    display: block;
  }
}
.mobile-hidden {
  display: initial;
}
@media (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}
/******************** HEADER END  ***************/

/******************** HERO SWIPER START  ***************/
.main-screen-block .main-screen__content {
  margin: 0 auto;
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
.heroSwiper{
    height: 696px;
}
@media (max-width: 1600px) {
  .main-screen-block .main-screen__content {
    left: 50%;
    top: 15%;
    translate: -50% 0;
  }
}
@media (max-width: 1296px) {
  .main-screen-block .main-screen__content {
    max-width: unset;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
}

.main-screen {
  margin: 0 auto;
  max-width: 3840px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100vw;
}
.main-screen .swiper,
.main-screen .swiper-slide,
.main-screen .swiper-slide img,
.main-screen .swiper-slide picture,
.main-screen .swiper-wrapper {
  aspect-ratio: auto 800/363;
}
.main-screen .swiper-slide {
  position: relative;
}
.main-screen .swiper-slide:hover .main-screen__link-button svg rect {
  fill: transparent;
  stroke: #fff;
}
.main-screen .swiper-slide:hover .main-screen__link-button svg path {
  fill: #fff;
}
.main-screen .swiper-slide img,
.main-screen .swiper-slide picture {
  align-items: center;
  display: flex;
  justify-content: left;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
}
.main-screen__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: 0;
  overflow: hidden;
  padding: 120px 168px 84px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.main-screen__content--main {
  /* display: none; */
  flex-direction: column;
  max-width: 70%;
  position: relative;
}
.main-screen__content--main p {
  color: #fff;
  margin-top: 20px;
}
.main-screen__content--main-title {
  color: #fff !important;
}
.main-screen__content--buttom {
  grid-column-gap: 40px;
  bottom: 16px;
  display: none;
  height: -moz-fit-content;
  height: fit-content;
  height: auto;
  padding: 0 135px;
  position: absolute;
  width: 100%;
  z-index: 4;
}
.main-screen__content--buttom p {
  border-top: 2px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 24px;
  padding-top: 8px;
  position: relative;
  width: 100%;
}
.main-screen__content--buttom p:after {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 0;
}
.main-screen__content--buttom p.active {
  border-top: 2px solid transparent;
}
.main-screen__content--buttom p.active:after {
  animation-duration: 6s;
  animation-name: lineFill;
}
.main-screen__content--buttom p:hover {
  color: #a3d562;
}
.main-screen__content--buttom.active {
  display: grid;
}
.main-screen__content--buttom.three-slides {
  grid-template-columns: repeat(3, 1fr);
}
.main-screen__link {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.main-screen__link-button {
  align-items: flex-start;
  display: flex;
  margin-top: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1600px) {
  .main-screen {
    height: 726px;
    margin: 0 auto;
    max-width: 3840px;
  }
  .main-screen .swiper,
  .main-screen .swiper-slide,
  .main-screen .swiper-slide img,
  .main-screen .swiper-slide picture,
  .main-screen .swiper-wrapper {
    aspect-ratio: unset;
    height: 100%;
    max-height: unset;
  }
  .main-screen .swiper-wrapper {
    max-height: 100%;
  }
  .main-screen__content {
    left: 50%;
    max-width: 1600px;
    transform: translate(-50%);
  }
}
@media (max-width: 1366px) {
  .main-screen__content {
    padding: 72px;
  }
  .main-screen__content--buttom {
    padding: 0 72px;
  }
}
@media (max-width: 1124px) {
  .main-screen .swiper,
  .main-screen .swiper-slide,
  .main-screen .swiper-slide img,
  .main-screen .swiper-slide picture,
  .main-screen .swiper-wrapper {
    aspect-ratio: auto 384/215;
  }
  .main-screen__content {
    padding: 64px 16px;
  }
  .main-screen__content--main {
    max-width: calc(90% - 70px);
  }
  .main-screen__content--main a,
  .main-screen__content--main p {
    margin-top: 16px;
  }
  .main-screen__content--main a svg {
    height: 40px;
    width: 52px;
  }
  .main-screen__content--buttom {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .main-screen {
    min-height: 440px;
  }
  .main-screen .swiper,
  .main-screen .swiper-slide,
  .main-screen .swiper-slide img,
  .main-screen .swiper-slide picture,
  .main-screen .swiper-wrapper {
    aspect-ratio: auto 8/11;
  }
  .main-screen .swiper-slide img {
    height: 100%;
    width: 100%;
  }
  .main-screen__content {
    padding: 52px 16px 68px;
  }
  .main-screen__content--main {
    max-width: 100%;
  }
  .main-screen__content--buttom {
    grid-column-gap: 16px;
  }
  .main-screen__content--buttom p {
    font-size: 10px;
    line-height: 12px;
  }
}

html {
  overflow-anchor: none;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 100vw;
  min-height: calc(var(--vh) * 100);
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  background: #f0f4fa;
  position: fixed;
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: #252628;
  border-radius: 10px;
}
img {
  border-style: none;
  display: block;
}
a {
  cursor: pointer;
}
a {
  -webkit-touch-callout: none;
}
a {
  background: none;
  color: currentColor;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
  transition: 0.3s;
}
a :active,
a :focus,
a:visited {
  outline: none;
}
@keyframes lineFill {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
h2 {
  font-size: 44px;
  line-height: 48px;
}
h2 {
  font-weight: 600;
}
@media (max-width: 1124px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.f2-semibold {
  color: #252628;
  font-size: 65px;
  font-weight: 600;
  line-height: 68px;
}
@media screen and (max-width: 979px) {
  .f2-semibold {
    font-size: 44px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .f2-semibold {
    font-size: 30px;
    line-height: 36px;
  }
}
.h3-semibold {
  color: #252628;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
@media screen and (max-width: 979px) {
  .h3-semibold {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .h3-semibold {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 979px) {
  .h2-t-semibold {
    color: #252628;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media screen and (max-width: 979px) and (max-width: 767px) {
  .h2-t-semibold {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .h3-m-semibold {
    color: #252628;
    font-weight: 600;
    line-height: 24px;
  }
  .h3-m-semibold {
    font-size: 18px;
  }
}

/******************** HERO SWIPER END  ***************/

/******************** ADVANTAGES START  ***************/
.index-info {
  display: flex;
  gap: 2%;
  justify-content: space-between;
  margin: 40px 0 80px;
  position: relative;
}
.index-info__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}
.index-info__text {
  margin-top: 32px;
}
.index-info__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 51%;
  position: relative;
  z-index: 1;
}
.index-info__container h3 {
  align-items: flex-end;
  display: flex;
}
.index-info__container legend {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 16px;
}
.index-info__pic {
  max-width: 496px;
}
.index-info__pic .picture {
  display: flex;
  height: 100%;
  width: 100%;
}
.index-info__pic .picture-img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1124px) {
  .index-info {
    margin: 48px 0 64px;
    padding: 0;
  }
  .index-info__container {
    max-width: calc(100% - 170px);
  }
  .index-info__pic {
    max-width: 376px;
    position: absolute;
    right: -115px;
  }
  .index-info__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .index-info div legend {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .index-info {
    grid-template-columns: 100%;
    margin: 40px 0;
    padding: 0;
  }
  .index-info__title {
    font-size: 22px;
    line-height: 26px;
  }
  .index-info__container {
    max-width: unset;
    width: 100%;
  }
  .index-info__pic {
    display: none;
  }
  .index-info__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
  }
  .index-info div legend {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
  }
}
/******************** ADVANTAGES END  ***************/

/******************** ABOUT US START  ***************/
.main-page__about-image {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  height: 424px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.main-page__about-line {
  position: absolute;
  left: calc(((100vw - (60px * 2) - (20px * 11)) / 12));
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
.main-page__about-line.right {
  left: auto;
  right: calc(((100vw - (60px * 2) - (20px * 11)) / 12));
  transform: rotate(180deg);
}
.main-page__about-picture {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 120%;
}

.picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .main-page__about-picture.mobile {
    display: none;
  }
}

.main-page__about-heading {
  margin-bottom: 48px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.384px;
  font-size: 19.2px;
  line-height: 1.2;
}

.main-page__about-text {
  margin: 0 auto;
  max-width: calc(
    (((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 8 - 20px
  );
  text-align: center;
  font-weight: 500;
  font-size: 19.2px;
  line-height: 1.6;
}
.g_col {
  color: #ebf4ff;
  font-size: 24px;
}
.main-page__about-title {
  margin: 0 auto;
  max-width: calc(
    (((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 10 - 20px
  );
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 8px;
  text-align: center;
  color: #cbcbcb;
  letter-spacing: -0.768px;
  font-size: 38.4px;
  line-height: 1.1;
}
.main-page__about-title span {
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.main-page__about-title span.filled {
  color: #134b86;
}
/******************** ABOUT US END  ***************/

/******************** SERVICES START  ***************/

.main-page__inner {
  padding: 40px 0 0;
}
.main-page__categories-wrapper {
  padding: 40px 0;
  border-top: 1px solid #006525;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: index;
}

.categories-grid__item {
  position: relative;
  z-index: 0;
  height: 192px;
  counter-increment: index;
}
.categories-grid__item::before {
  content: "0" counter(index);
  position: absolute;
  top: 19.2px;
  right: 19.2px;
  z-index: 1;
  font-weight: 700;
  color: #cbd8d1;
  letter-spacing: -0.32px;
  font-size: 16px;
  line-height: 1.2;
}
.about-category {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #ebf4ff;
}

.about-category__bg {
  position: absolute;
  left: 50%;
  top: 1.5rem;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-category__img {
  width: calc(((100vw - (60px * 2) - (20px * 11)) / 12));
  height: 100%;
}
.about-category__icon {
  position: absolute;
  top: 42.4px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-category__svg {
  width: 80px;
  height: 88px;
}
.about-category__container {
  padding: 19.2px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.about-category__heading {
  font-weight: 500;
  font-size: 12.8px;
  line-height: 1.3;
}
.nav-card__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.nav-card__bg-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 192px;
  height: 170px;
}

/******************** SERVICES END  ***************/

/******************** PARTNERS START  ***************/
.home-partners{
  padding: 40px 0;
}
.item {
  position: relative;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.partners {
  transition: all ease-in-out 0.4s;
}
.partners {
  width: 100%;
  height: 110px;
  background-color: rgba(237, 237, 237, 0.856);
  padding: 35px 27px;
  border-radius: 13px;
  object-fit: contain;
}

/******************** PARTNERS END  ***************/

/******************** BLOGS START  ***************/
.main-page__press {
  padding: 40px 0;
}

@media (max-width: 1279px) {
  .main-page__press {
    margin: 3rem 0;
  }
}

.main-page__press-top {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mb-0 {
  margin-bottom: 0;
}
.link {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}
.link__icon {
  margin-right: 1.5rem;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #326fb7;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__svg {
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(-90deg);
}
@media (max-width: 1279px) {
  .main-page__press-top {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 1279px) {
  .main-page__press-btn {
    margin-top: 1.25rem;
  }
}

.main-page__press-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1279px) {
  .main-page__press-grid {
    display: flex;
    gap: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .main-page__press-grid::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1279px) {
  .main-page__card:not(:first-child) {
    margin-left: 0.625rem;
  }
}

.press-card {
  position: relative;
  z-index: 0;
  display: block;
  height: 27.1875rem;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  transition: border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (max-width: 1279px) {
  .press-card {
    width: 18.75rem;
    height: 17.3125rem;
    flex-shrink: 0;
  }
}

.press-card:hover {
  border-color: rgba(0, 0, 0, 0);
}

.press-card:hover .press-card__hover {
  transform: none;
}

.press-card:hover .press-card__title,
.press-card:hover .press-card__num,
.press-card:hover .press-card__text {
  color: #fff;
}

.press-card:hover .press-card__wrapper {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.press-card:hover .press-card__icon {
  background-color: #326fb7;
}

.press-card:hover .press-card__svg path {
  stroke: #fff;
}

.press-card__hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(110%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #104c8a;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.press-card__bg {
  width: 10.3125rem;
  height: 17.4375rem;
}

.press-card__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.press-card__container {
  padding: 1.25rem;
}

.press-card__title {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.3;
}

@media (max-width: 1279px) {
  .press-card__title {
    font-size: 1rem;
  }
}

.press-card__wrapper {
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e9e9e9;
  transition: border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (max-width: 1279px) {
  .press-card__wrapper {
    padding: 0.375rem 0.625rem 0.1875rem;
  }
}

.press-card__date {
  display: flex;
  color: #326fb7;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

@media (max-width: 1279px) {
  .press-card__date {
    align-items: center;
  }
}

.press-card__num {
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  font-size: 2.75rem;
  line-height: 1.1;
}

@media (max-width: 1279px) {
  .press-card__num {
    font-size: 1.75rem;
  }
}

.press-card__text {
  margin-left: 0.5rem;
  margin-top: 0.4375rem;
  max-width: 4.3125rem;
  font-size: 0.625rem;
  line-height: 1.1;
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (max-width: 1279px) {
  .press-card__text {
    margin-top: 0;
  }
}

@media (max-width: 1279px) {
  .press-card__text {
    max-width: none;
    font-size: 0.4375rem;
  }
}

.press-card__icon {
  --size: 1.75rem;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e6e6e6;
  transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (max-width: 1279px) {
  .press-card__icon {
    --size: 1.25rem;
  }
}

.press-card__svg {
  --size: 0.75rem;
  width: var(--size);
  height: var(--size);
  transform: rotate(-90deg);
}

@media (max-width: 1279px) {
  .press-card__svg {
    --size: 0.5625rem;
  }
}

.press-card__svg path {
  stroke: #181d1d;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

/******************** BLOGS END  ***************/

/******************** CALL TO ACTION START  ***************/
#call-to-action {
  padding: 40px 0;
}
.subscribe-our-mailing {
  background: #f4f4f4;
  display: grid;
  grid-template-columns: 700px auto;
  position: relative;
}

.subscribe-our-mailing picture {
  grid-column: 2;
  -o-object-fit: cover;
  object-fit: cover;
}

.subscribe-our-mailing picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.subscribe-our-mailing form {
  grid-column: 1;
  padding: 48px 64px;
}

.subscribe-our-mailing form .inputs {
  margin-top: 26px;
}

.subscribe-our-mailing form .inputs label {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}

.subscribe-our-mailing form .inputs label legend {
  color: #6d6d6d;
}

.subscribe-our-mailing form .inputs label input {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 8px;
  padding: 12px 24px;
  width: 100%;
}

.subscribe-our-mailing form .inputs label input:-moz-placeholder,
.subscribe-our-mailing form .inputs label input:-ms-input-placeholder,
.subscribe-our-mailing form .inputs label input::-moz-placeholder,
.subscribe-our-mailing form .inputs label input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subscribe-our-mailing form .inputs label:last-child {
  margin-top: 24px;
}

.subscribe-our-mailing__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.subscribe-our-mailing__checkboxes .checkbox {
  align-items: unset;
  display: flex;
  flex-direction: column;
}

.error-text {
  color: #de4a2a;
  display: none;
  font-size: 12px;
  line-height: 16px;
  margin-left: 16px;
  margin-top: 4px;
  max-height: 0;
  opacity: 0;
  transition: 0.35s;
  visibility: hidden;
}

@media (max-width: 1366px) {
  .subscribe-our-mailing {
    grid-template-columns: 60% 40%;
    margin: 80px 84px;
  }
}

@media (max-width: 1124px) {
  .subscribe-our-mailing {
    grid-template-columns: 100%;
    margin: 48px 0;
  }

  .subscribe-our-mailing img {
    display: none;
  }

  .subscribe-our-mailing form {
    padding: 48px 94px;
  }

  .subscribe-our-mailing form .inputs {
    grid-column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .subscribe-our-mailing form .inputs label:last-child {
    margin: 0;
  }

  .subscribe-our-mailing legend.subscribe-our-mailing__sub {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .subscribe-our-mailing {
    margin: 40px 0;
  }

  .subscribe-our-mailing form {
    padding: 24px 16px;
  }

  .subscribe-our-mailing form .inputs {
    grid-column-gap: 0;
    grid-row-gap: 16px;
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, auto);
  }
}

.error-text {
  color: #de4a2a;
  display: none;
  font-size: 12px !important;
  line-height: 16px !important;
  margin-left: 16px;
  margin-top: 4px;
  max-height: 0;
  opacity: 0;
  padding-left: 0 !important;
  transition: 0.35s;
  visibility: hidden;
}
.checkbox {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  position: relative;
  width: 100%;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__text:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 30 30'%3E%3Cpath d='M26.98 5.99a1 1 0 0 0-.687.303L11 21.586l-6.293-6.293a1 1 0 1 0-1.414 1.414l7 7a1 1 0 0 0 1.414 0l16-16a1 1 0 0 0-.727-1.717z'/%3E%3C/svg%3E");
}
.checkbox__text {
  display: inline;
  font-size: 14px;
  line-height: 20px;
  padding-left: 24px;
  transition: border-color 0.2s ease-in-out;
}
.checkbox__text a {
  border-bottom: 1px solid;
}
.checkbox__text a:hover {
  color: #82bf00;
}
.checkbox__text:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #252628;
  border-radius: 2px;
  content: "";
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  transition: 0.15s;
  width: 16px;
}
.dom-black-button {
  border-radius: 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 20px;
  transition: 0.1s;
  white-space: nowrap;
}
.dom-black-button:hover {
  transition: 0.3s;
}
@media (max-width: 767px) {
  .dom-black-button {
    font-size: 14px;
    line-height: 20px;
  }
}
.dom-black-button {
  background: #252628;
  border: 1px solid #252628;
  color: #fff;
}
.dom-black-button:hover {
  background: #fff;
  border: 1px solid #252628;
  color: #252628;
}
.dom-black-button:active {
  background: #494c4b;
  border: 1px solid #494c4b;
}
.static-form form legend {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 24px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .static-form form legend {
    font-size: 14px;
    line-height: 20px;
  }
}
.static-form form label div {
  position: relative;
}
.static-form form label input {
  border: 1px solid transparent;
}
.static-form form label legend {
  font-size: 14px;
  line-height: 20px;
}
.static-form form .dom-black-button {
  margin-top: 24px;
}
@media (max-width: 1124px) {
  .static-form form legend {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .static-form form legend {
    font-size: 14px;
    line-height: 20px;
  }
  .static-form form .dom-black-button {
    margin-top: 16px;
    width: 100%;
  }
}
.h1-semibold {
  color: #252628;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
@media screen and (max-width: 979px) {
  .h1-semibold {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .h1-semibold {
    font-size: 22px;
    line-height: 28px;
  }
}

/******************** CALL TO ACTION END  ***************/

/******************** 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: #8d96eb;
}

.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: #8d96eb;
}

.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: #8d96eb;
}

.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;
  white-space: nowrap;
}

@media (max-width: 1279px) {
  .footer__corp {
    font-size: 0.625rem;
  }
}

.footer__author {
  color: #326fb7;
}

.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: #104c8a;
  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: #326fb7;
}
.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: #104c8a;
}
.socials__item:hover {
  border-color: #104c8a;
}
.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;
}

@media (min-width: 1280px) {
  .only-mobile {
    display: none;
  }
}
/******************* FOOTER END **********************/
