@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Light.eot");
  src: local("Euclid Square Light"), local("EuclidSquare-Light"), url("fonts/EuclidSquare-Light.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Light.woff2") format("woff2"), url("fonts/EuclidSquare-Light.woff") format("woff"), url("fonts/EuclidSquare-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Regular.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("fonts/EuclidSquare-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Regular.woff2") format("woff2"), url("fonts/EuclidSquare-Regular.woff") format("woff"), url("fonts/EuclidSquare-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Medium.eot");
  src: local("Euclid Square Medium"), local("EuclidSquare-Medium"), url("fonts/EuclidSquare-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Medium.woff2") format("woff2"), url("fonts/EuclidSquare-Medium.woff") format("woff"), url("fonts/EuclidSquare-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-SemiBold.eot");
  src: local("Euclid Square SemiBold"), local("EuclidSquare-SemiBold"), url("fonts/EuclidSquare-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-SemiBold.woff2") format("woff2"), url("fonts/EuclidSquare-SemiBold.woff") format("woff"), url("fonts/EuclidSquare-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  -webkit-transition: .6s all;
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #162850;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.error {
  border-color: red !important;
  color: red !important; }

body {
  font-family: 'Euclid Square', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #162850; }

.container {
  padding: 0 11rem; }

strong {
  font-weight: 600; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #162850;
  color: #fff;
  border-radius: 3rem;
  font-size: 0.8rem;
  padding: 1rem 1.5rem; }
  .btn:hover {
    background: #21396C; }

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem; }
  .arrows span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #162850;
    border: 1px solid #162850;
    border-radius: 50%;
    width: 2.7rem;
    height: 2.7rem;
    background: #fff; }
    .arrows span svg {
      width: 1.2rem; }
    .arrows span:hover {
      background: #162850;
      color: #fff; }

.section-title {
  font-weight: 400;
  color: #000;
  font-size: 3rem; }
.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobile-menu {
  display: none; }

.go-top {
  cursor: pointer; }

.fixed-btn {
  -webkit-box-shadow: 0px 7px 0.9rem 0px rgba(117, 117, 117, 0.25);
          box-shadow: 0px 7px 0.9rem 0px rgba(117, 117, 117, 0.25);
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .6s all;
  transition: .6s all;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #162850;
  background: #fff;
  border-radius: 50%;
  z-index: 5; }
  .fixed-btn svg {
    width: 1.2rem; }
  .fixed-btn:hover {
    background: #162850;
    color: #fff; }

.fixed-video {
  position: fixed;
  left: 2rem;
  bottom: 4rem;
  z-index: 6;
  -webkit-transition: .6s all;
  transition: .6s all;
  width: 6rem;
  height: 8rem;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 7px 0.9rem 0px rgba(117, 117, 117, 0.25);
          box-shadow: 0px 7px 0.9rem 0px rgba(117, 117, 117, 0.25);
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer; }
  .fixed-video__video {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
    .fixed-video__video video {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
  .fixed-video__btns {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    gap: .5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s all;
    transition: .6s all; }
  .fixed-video__close, .fixed-video__sound {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 1.5rem; }
    .fixed-video__close img, .fixed-video__sound img {
      width: 100%;
      display: block; }
  .fixed-video__sound .on {
    display: none; }
  .fixed-video__sound.active .on {
    display: block; }
  .fixed-video__sound.active .off {
    display: none; }
  .fixed-video.active {
    width: 15rem;
    height: 27rem;
    cursor: default;
    pointer-events: none; }
    .fixed-video.active .fixed-video__btns {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }

@-webkit-keyframes logoAnim {
  to {
    opacity: 1; } }

@keyframes logoAnim {
  to {
    opacity: 1; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #162850 url(../img/icons/footer-pattern.png) bottom left no-repeat;
  background-size: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .preloader__logo {
    width: 25rem;
    opacity: 0;
    -webkit-animation: logoAnim 2s linear forwards;
            animation: logoAnim 2s linear forwards; }
    .preloader__logo img {
      width: 100%;
      display: block; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(22, 40, 80, 0.6);
  display: none; }
  .feedback__close {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .feedback__close:hover {
      opacity: .8; }
    .feedback__close img {
      width: 100%;
      display: block; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 2.1rem;
    border-radius: 1rem;
    border-bottom: 0.65rem solid #162850;
    background: #fff;
    width: 24rem; }
  .feedback__title {
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-align: center; }
  .feedback__text {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center; }
  .feedback-form {
    margin: 2.5rem 0 0.8rem;
    font-size: 0.9rem; }
    .feedback-form input {
      width: 100%;
      height: 3rem;
      border: 1px solid rgba(17, 17, 17, 0.1);
      margin-bottom: 0.7rem;
      border-radius: 3rem;
      text-align: center;
      color: #162850;
      outline: none; }
      .feedback-form input::-webkit-input-placeholder {
        color: rgba(22, 40, 80, 0.5); }
      .feedback-form input:-ms-input-placeholder {
        color: rgba(22, 40, 80, 0.5); }
      .feedback-form input::-ms-input-placeholder {
        color: rgba(22, 40, 80, 0.5); }
      .feedback-form input::placeholder {
        color: rgba(22, 40, 80, 0.5); }
      .feedback-form input:focus {
        border-color: #162850; }
    .feedback-form .btn {
      width: 100%;
      height: 3rem;
      margin-top: .3rem; }
  .feedback__agree {
    font-size: 0.7rem;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }
  .feedback__img {
    margin: 4.3rem 0 3.2rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 12.7rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background: rgba(22, 40, 80, 0.8);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  padding: 1rem 0;
  -webkit-transition: .6s all;
  transition: .6s all;
  border-radius: 0 0 1.5rem 1.5rem; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    width: 9rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem; }
    .header-menu a {
      color: #fff; }
      .header-menu a:hover {
        opacity: .8; }
  .header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .75rem; }
    .header-social li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .header-social a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #B3B3B3;
      background: #fff;
      border-radius: 50%;
      width: 2.5rem;
      height: 2.5rem; }
      .header-social a:hover {
        color: #162850; }
      .header-social a svg {
        width: 1.2rem; }
  .header__tel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    gap: .5rem;
    font-weight: 600; }
    .header__tel img {
      width: 1.3rem; }
    .header__tel:hover {
      opacity: .8; }
  .header-mobile, .header__lang {
    display: none; }
  .header.scrolled {
    background: #162850;
    border-radius: 0;
    border-bottom: 1px solid #fff; }

.main {
  padding: 1rem 0 7rem; }
  .main .container {
    padding-right: 0; }
  .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .main-info {
    width: 30rem; }
  .main__title {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 500; }
  .main__text {
    font-size: 1.1rem;
    margin-bottom: 2rem; }
  .main__img {
    width: calc(100% - 30rem); }
  .main-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    font-size: 1.1rem;
    color: #000; }
    .main-advantages li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem; }
      .main-advantages li img {
        width: 1.5rem;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .main-advantages li p {
        max-width: 16rem; }
      .main-advantages li strong {
        color: #162850; }

.about {
  padding: 7rem 0 10rem;
  color: #fff;
  background: #162850 url(../img/icons/pattern-about.png) center center no-repeat;
  background-size: cover;
  border-radius: 1.5rem; }
  .about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem; }
  .about-info {
    width: 50%; }
  .about .section-title {
    color: #fff;
    margin-bottom: 1.8rem; }
  .about__text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem; }
  .about__img {
    width: 50%; }
    .about__img img {
      width: 100%;
      display: block;
      border-radius: 1.5rem; }
  .about-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.25rem;
    font-weight: 400; }
    .about-numbers__item {
      position: relative; }
      .about-numbers__item::after {
        position: absolute;
        right: -1.1rem;
        width: 1px;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#15294E), to(#8397BC));
        background: linear-gradient(180deg, #15294E 0%, #8397BC 100%);
        content: '';
        top: 0; }
      .about-numbers__item:last-child::after {
        content: none; }
    .about-numbers__number {
      font-size: 2.4rem;
      margin-bottom: 1rem; }
    .about-numbers__text {
      font-size: 1rem; }

.types {
  padding-top: 7.5rem; }
  .types .section-title {
    text-align: center;
    margin-bottom: 5rem; }
  .types-item {
    background: #F2F4FA;
    height: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem; }
    .types-item:last-child {
      margin-bottom: 0; }
    .types-item .container {
      padding-right: 3rem;
      height: 100%; }
    .types-item__wrap {
      width: 50%; }
    .types-item__tag {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: .25rem;
      height: 1.7rem;
      padding: 0 0.65rem;
      font-weight: 400;
      color: #fff;
      background: #162850;
      margin-bottom: 4rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .types-item__title {
      font-size: 1.7rem;
      font-weight: 500;
      margin-bottom: 2.5rem; }
    .types-item__text {
      font-size: 1rem;
      line-height: 1.3rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      height: 10.4rem;
      max-width: 30rem;
      margin-bottom: 2rem; }
    .types-item__img {
      width: 50%; }
      .types-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }

.consult {
  padding: 7rem 0; }
  .consult-card {
    -webkit-box-shadow: 0px 7px 18px rgba(167, 167, 167, 0.25);
            box-shadow: 0px 7px 18px rgba(167, 167, 167, 0.25);
    border-radius: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .consult-wrap {
    width: calc(100% - 22rem);
    padding: 3.5rem 3rem; }
  .consult__title {
    font-size: 1.6rem;
    margin-bottom: 0.25rem;
    font-weight: 400;
    color: #000; }
    .consult__title span {
      font-weight: 500;
      color: #162850; }
  .consult__text {
    margin-bottom: 3.7rem;
    color: #000; }
  .consult__img {
    width: 22rem; }
    .consult__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
  .consult-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem; }
    .consult-form input {
      width: 35%;
      border: none;
      border-bottom: 2px solid #B3B3B3;
      font-weight: 500; }
      .consult-form input:focus {
        border-color: #162850; }
      .consult-form input::-webkit-input-placeholder {
        color: #B3B3B3; }
      .consult-form input:-ms-input-placeholder {
        color: #B3B3B3; }
      .consult-form input::-ms-input-placeholder {
        color: #B3B3B3; }
      .consult-form input::placeholder {
        color: #B3B3B3; }
    .consult-form .btn {
      width: 30%;
      font-size: 0.9rem; }

.advantages {
  color: #fff;
  background: #162850 url(../img/icons/pattern.svg) center left no-repeat;
  background-size: 46vw;
  padding: 4rem 0 4.5rem;
  border-radius: 1.5rem; }
  .advantages .section-title {
    text-align: center;
    color: #fff;
    margin-bottom: 4rem; }
  .advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem; }
  .advantages-item {
    width: calc(25% - 1.6666rem); }
    .advantages-item__number {
      font-size: 5rem;
      font-weight: 500; }
    .advantages-item__name {
      font-weight: 400;
      font-size: 1.1rem;
      line-height: 1.3rem;
      height: 2.6rem;
      margin-bottom: .5rem; }
    .advantages-item__img {
      width: 100%;
      height: 12rem;
      margin-bottom: 0.75rem; }
      .advantages-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .advantages-item__text {
      font-size: 0.8rem; }

.projects {
  padding-top: 7rem; }
  .projects .section-head {
    margin-bottom: 1.5rem; }
  .projects .swiper-wrapper {
    padding: 1rem 0; }
  .projects-item {
    margin-right: 2rem;
    width: 30rem;
    -webkit-box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
            box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
    border-radius: 1.5rem;
    padding: 0.75rem; }
    .projects-item__main {
      border-radius: 1.5rem;
      overflow: hidden;
      position: relative;
      margin-bottom: 1.5rem; }
    .projects-item__zoom {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 3rem;
      height: 3rem;
      padding: 0.7rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: rgba(110, 110, 110, 0.37);
      -webkit-backdrop-filter: blur(7.9499998093px);
              backdrop-filter: blur(7.9499998093px);
      border-radius: 50%;
      z-index: 3; }
      .projects-item__zoom:hover {
        background: #162850; }
    .projects-item__buttons {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 0 0.75rem; }
      .projects-item__buttons span {
        width: 2.8rem;
        height: 2.8rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: .6s all;
        transition: .6s all;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        padding: 0.8rem;
        background: rgba(110, 110, 110, 0.37);
        -webkit-backdrop-filter: blur(7.9499998093px);
                backdrop-filter: blur(7.9499998093px);
        border-radius: 50%; }
        .projects-item__buttons span:hover {
          background: #162850; }
        .projects-item__buttons span.zoom {
          width: 3rem;
          height: 3rem;
          padding: 0.7rem; }
    .projects-item .owl-nav {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 0 0.75rem; }
      .projects-item .owl-nav button {
        width: 2.8rem;
        height: 2.8rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: .6s all;
        transition: .6s all;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        background: rgba(110, 110, 110, 0.37);
        -webkit-backdrop-filter: blur(7.9499998093px);
                backdrop-filter: blur(7.9499998093px);
        border-radius: 50%; }
        .projects-item .owl-nav button:hover {
          background: #162850; }
        .projects-item .owl-nav button img {
          width: 1.2rem !important; }
    .projects-item__img {
      height: 17rem; }
      .projects-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .projects-item__thumbs {
      margin-bottom: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem; }
      .projects-item__thumbs img {
        width: calc(33.333% - .66666rem);
        border-radius: .75rem;
        cursor: pointer;
        -webkit-transition: .2s all;
        transition: .2s all; }
        .projects-item__thumbs img:hover {
          opacity: .8; }
        .projects-item__thumbs img.current {
          display: none; }
    .projects-item__wrap {
      padding: 1.25rem; }
    .projects-item__title {
      font-weight: 500;
      font-size: 1.2rem;
      margin-bottom: 3rem;
      position: relative; }
      .projects-item__title::after {
        content: '';
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        width: 20rem;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(#15294E), to(rgba(131, 151, 188, 0)));
        background: linear-gradient(90deg, #15294E 0%, rgba(131, 151, 188, 0) 100%); }
    .projects-item__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .projects-item__info {
      width: 50%; }
    .projects-item__subtitle {
      opacity: .5;
      font-size: 0.8rem;
      margin-bottom: 0.5rem; }
    .projects-item__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: .7rem;
      font-size: 1.2rem;
      font-weight: 500; }
      .projects-item__text img {
        width: 2.3rem !important; }
    .projects-item.swiper-slide {
      height: auto; }
  .projects-popup {
    background: rgba(22, 40, 80, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none; }
    .projects-popup__close {
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: #fff;
      border-radius: 50%;
      top: 1.2rem;
      border: 1px solid #fff;
      right: 1.2rem; }
      .projects-popup__close:hover {
        background: #162850;
        color: #fff; }
    .projects-popup__img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .projects-popup__img img {
        display: block;
        width: 65vw;
        max-height: 90vh;
        -o-object-fit: contain;
           object-fit: contain;
        max-width: none; }

.stock {
  padding-top: 7rem;
  margin-bottom: 1.5rem; }
  .stock .section-head {
    margin-bottom: 1.5rem; }
  .stock .owl-stage-outer {
    padding: 1rem;
    margin: 0 -1rem; }
  .stock-item {
    cursor: pointer;
    -webkit-box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
            box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
    border-radius: 1.5rem;
    padding: 0.75rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .stock-item__img {
      width: 100%;
      height: 21.5rem; }
      .stock-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 1.5rem; }
    .stock-item__wrap {
      padding: 1rem 1rem 2rem; }
    .stock-item__date {
      text-align: right;
      margin-bottom: 0.5rem; }
    .stock-item__title {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 3.6rem;
      line-height: 1.8rem;
      font-size: 1.2rem;
      font-weight: 500; }
    .stock-item__text {
      display: none; }
  .stock-popup {
    background: rgba(22, 40, 80, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none; }
    .stock-popup__close {
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: #fff;
      border-radius: 50%;
      top: -2rem;
      right: -2rem;
      border: 1px solid #fff; }
      .stock-popup__close:hover {
        background: #162850;
        color: #fff; }
    .stock-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #fff;
      -webkit-box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
              box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
      width: 70rem;
      max-width: calc(100% - 2rem);
      padding: 1.1rem;
      border-radius: 2.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2rem; }
    .stock-popup__img {
      width: 55%; }
      .stock-popup__img img {
        width: 100%;
        display: block;
        border-radius: 1.5rem;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 87vh; }
    .stock-popup__wrap {
      width: 45%;
      padding-top: .5rem; }
    .stock-popup__title {
      font-size: 1.2rem;
      font-weight: 500;
      margin-bottom: 1rem; }
    .stock-popup__text {
      line-height: 150%; }

.faq {
  padding-top: 7rem; }
  .faq .section-title {
    margin-bottom: 4.5rem; }
  .faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem; }
  .faq-column {
    width: 50%; }
  .faq-item {
    -webkit-transition: .6s all;
    transition: .6s all;
    border-radius: 2.5rem;
    padding: 0.75rem 1rem 0.75rem 1.5rem;
    font-size: 0.9rem;
    background: rgba(22, 40, 80, 0.05);
    cursor: pointer;
    margin-bottom: 1rem; }
    .faq-item.active .faq-item__question span {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background: #162850;
      color: #fff; }
    .faq-item:hover {
      background: #162850;
      color: #fff; }
    .faq-item__question {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1.5rem;
      line-height: 111%;
      font-weight: 500; }
      .faq-item__question span {
        width: 2rem;
        height: 2rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: .6s all;
        transition: .6s all;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        background: #fff;
        border-radius: 50%;
        color: #162850;
        transition: .6s all; }
        .faq-item__question span svg {
          width: 1.2rem; }
    .faq-item__answer {
      margin: 1rem 0;
      display: none;
      line-height: 160%; }

.reviews {
  padding: 7rem 0;
  margin-bottom: -7rem;
  background: url(../img/icons/pattern-dark.svg) center right no-repeat;
  background-size: 42vw; }
  .reviews .section-head {
    margin-bottom: 5rem; }
  .reviews-item {
    width: 23.5rem;
    padding: 2.5rem;
    border-radius: 1.5rem;
    border: 1px solid #B3B3B3;
    -webkit-transition: .6s all;
    transition: .6s all;
    height: auto;
    background: #fff; }
    .reviews-item:hover {
      border-color: #162850; }
    .reviews-item__name {
      font-size: 1.5rem;
      margin-bottom: 1.8rem;
      font-weight: 400; }
    .reviews-item__text {
      font-size: 0.8rem; }

.footer-main {
  color: #fff;
  background: #162850 url(../img/icons/footer-pattern.png) center left no-repeat;
  background-size: 60vw;
  padding: 4rem 0 7rem; }
  .footer-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.footer-left {
  width: 35%; }
.footer__logo {
  width: 8.5rem;
  margin-bottom: 2.75rem; }
  .footer__logo img {
    width: 100%;
    display: block; }
.footer__btn {
  width: 13rem;
  height: 2.5rem;
  padding: 0;
  font-size: 0.9rem;
  background: #fff;
  color: #162850;
  border: 1px solid #fff; }
  .footer__btn:hover {
    color: #F2F4FA; }
.footer-right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  font-weight: 400; }
.footer-menu li {
  margin-bottom: 1rem;
  max-width: 8rem; }
.footer-menu a {
  color: #B3B3B3; }
  .footer-menu a:hover {
    color: #fff; }
.footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  margin-bottom: 1rem; }
  .footer-item img {
    width: 1.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .footer-item a {
    color: #fff;
    font-size: 1.2rem; }
    .footer-item a:hover {
      color: #B3B3B3; }
.footer-copy {
  padding: 2rem 0;
  font-weight: 400;
  color: #162850;
  font-size: 0.8rem; }
  .footer-copy .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-copy a {
    color: #162850; }
    .footer-copy a:hover {
      color: #21396C; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .container {
    padding: 0 10rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 9rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 8rem; }

  .fixed-btn {
    right: 3rem; }

  .fixed-video {
    left: 1rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; }

  .container {
    padding: 0 7rem; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; }

  .container {
    padding: 0 6rem; }

  .fixed-btn {
    right: 2rem; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; }

  .container {
    padding: 0 5rem; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; }

  .container {
    padding: 0 4rem; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 4rem; }

  .section-title {
    font-size: 2.5rem; }

  .arrows {
    gap: 1rem; }

  .preloader {
    background-size: 100vw; }
    .preloader__logo {
      width: 22rem; }

  .mobile-menu {
    width: 20rem;
    position: fixed;
    left: 0;
    top: 0;
    background: #162850;
    z-index: 7;
    padding: 2rem 1rem 5rem;
    border-bottom-right-radius: 7rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    .mobile-menu__close {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 4rem; }
      .mobile-menu__close img {
        width: 1.5rem; }
    .mobile-menu__list {
      margin-bottom: 3rem;
      font-weight: 400; }
      .mobile-menu__list li {
        margin-bottom: 2rem; }
        .mobile-menu__list li:last-child {
          margin-bottom: 0; }
      .mobile-menu__list a {
        color: #fff;
        font-size: 1.1rem; }
    .mobile-menu .header__tel {
      font-size: 1.1rem;
      margin-bottom: 3rem; }
      .mobile-menu .header__tel img {
        width: 1.5rem; }
    .mobile-menu .header-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem; }
      .mobile-menu .header-social a {
        width: 3rem;
        height: 3rem; }
        .mobile-menu .header-social a svg {
          width: 1.5rem; }

  .header-menu {
    display: none; }
  .header-social {
    display: none; }
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-mobile, .header__lang {
    height: 2.5rem;
    width: 2.5rem;
    background: #F2F2F2;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .header-mobile img {
    width: 1.5rem; }
  .header__lang img {
    width: 1.9rem; }

  .main {
    padding: 3rem 0 5rem; }
    .main-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-bottom: 2rem; }
    .main__img {
      width: 80%;
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .main-info {
      width: calc(100% - 4rem); }
    .main-advantages {
      padding-right: 4rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 2rem; }
      .main-advantages li {
        width: calc(50% - 1rem); }

  .about {
    padding: 5.5rem 0; }
    .about .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .about-info {
      width: 100%; }
    .about__img {
      width: 100%; }

  .types {
    padding-top: 5.5rem; }
    .types .section-title {
      margin-bottom: 4rem; }

  .consult {
    padding: 5.5rem 0; }
    .consult-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .consult-wrap {
      width: 100%;
      padding: 2.5rem 1.5rem; }
    .consult-form {
      gap: 1.2rem; }
      .consult-form .btn {
        padding-left: 0;
        padding-right: 0; }
    .consult__img {
      width: 100%; }

  .advantages {
    background-size: 100vw;
    background-position-y: top; }
    .advantages .section-title {
      margin-bottom: 3.5rem; }
    .advantages-item {
      width: calc(50% - 1rem); }

  .projects {
    padding-top: 5.5rem; }
    .projects-item {
      margin-right: 1.5rem; }
    .projects-popup__img img {
      width: calc(100vw - 2rem); }

  .stock {
    padding-top: 4.5rem; }
    .stock-item__img {
      height: 17rem; }
    .stock-popup__close {
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      top: -4rem; }
    .stock-popup__content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .stock-popup__wrap {
      padding-top: 0; }

  .faq {
    padding-top: 4.5rem; }
    .faq .section-title {
      margin-bottom: 3.5rem; }
    .faq-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 0; }
    .faq-column {
      width: 100%; }

  .reviews {
    padding-top: 5.5rem;
    margin-top: -1rem;
    background-size: 70vw; }
    .reviews .section-head {
      margin-bottom: 3rem; }

  .footer-main {
    position: relative; }
    .footer-main .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .footer__btn {
    position: absolute;
    bottom: 3rem; }
  .footer-right {
    width: 100%;
    gap: 3rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 2rem; }

  .section-head .arrows {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2rem; }

  .btn {
    font-size: 1rem; }

  .fixed-video {
    bottom: 2rem; }

  .fixed-btn {
    right: 1rem;
    bottom: 2rem; }

  .preloader {
    background-size: 140vw; }
    .preloader__logo {
      width: 15rem; }

  .feedback-content {
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .header {
    padding: 0.75rem 0;
    border-radius: 0 0 1rem 1rem; }
    .header .header__tel img {
      width: 1.7rem; }
    .header .header__tel span {
      display: none; }
    .header__logo {
      width: 8rem; }

  .main {
    padding-bottom: 4rem; }
    .main__img {
      width: 100%; }
    .main-info {
      width: 100%;
      padding-right: 1rem; }
    .main__title {
      font-size: 2rem; }
    .main__btn {
      width: 100%; }
    .main-advantages {
      padding-right: 1rem; }
      .main-advantages li {
        width: 100%; }

  .about {
    padding: 4.5rem 0; }
    .about-numbers {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 2rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .about-numbers__item {
        width: calc(50% - 1rem); }
        .about-numbers__item::after {
          right: -1rem; }
        .about-numbers__item:nth-child(2n)::after {
          content: none; }

  .types {
    padding-top: 4.5rem; }
    .types .section-title {
      margin-bottom: 3rem; }
    .types-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      gap: 3rem;
      margin-bottom: 4rem; }
      .types-item .container {
        padding-right: 1rem; }
      .types-item__wrap {
        width: 100%; }
      .types-item__tag {
        margin-bottom: 1rem; }
      .types-item__title {
        margin-bottom: 1.5rem; }
      .types-item__text {
        height: auto;
        max-height: 10.4rem; }
      .types-item__btn {
        width: 100%; }
      .types-item__img {
        width: 100%;
        height: 16rem; }

  .consult {
    padding: 4.5rem 0; }
    .consult-wrap {
      padding: 2.5rem 1rem; }
    .consult__text {
      margin-bottom: 2.5rem; }
    .consult-form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .consult-form input {
        width: 100%;
        padding-bottom: 0.5rem; }
      .consult-form .btn {
        width: 100%; }

  .advantages {
    background-position: center center;
    background-size: 120vw; }
    .advantages .section-title {
      margin-bottom: 2.5rem; }
    .advantages-item {
      width: 100%; }
      .advantages-item__number {
        font-size: 3.5rem; }
      .advantages-item__img {
        height: 15rem; }
      .advantages-item__text {
        font-size: 1rem; }

  .projects {
    padding: 4.5rem 0 6rem;
    position: relative; }
    .projects-item {
      margin-right: 1rem;
      width: calc(100vw - 2rem); }
      .projects-item__img {
        height: 15rem; }
      .projects-item__thumbs {
        gap: .75rem; }
        .projects-item__thumbs img {
          width: calc(33.3333% - .5rem); }
      .projects-item__wrap {
        padding: 0 0 1rem; }
      .projects-item__flex {
        gap: 1rem; }
      .projects-item__text {
        font-size: 1.1rem; }
    .projects-popup__close {
      top: 0.75rem;
      right: 1rem; }
    .projects-popup__img img {
      width: 100vw; }

  .stock {
    padding: 2.5rem 0 6rem;
    position: relative; }
    .stock-popup__content {
      display: block;
      max-height: calc(100dvh - 5rem);
      overflow: auto;
      border-radius: 1.5rem; }
      .stock-popup__content::-webkit-scrollbar {
        display: none; }
    .stock-popup__close {
      -webkit-transform: none;
              transform: none;
      right: 0;
      top: 0;
      background: #162850;
      color: #fff;
      width: 3rem;
      height: 3rem; }
    .stock-popup__img {
      width: 100%; }
    .stock-popup__wrap {
      width: 100%;
      padding-top: 1rem; }

  .faq {
    padding-top: 1rem; }
    .faq .section-title {
      margin-bottom: 2rem; }

  .reviews {
    padding: 4.5rem 0 10rem;
    position: relative;
    background-size: 100vw;
    background-position-y: 10vw; }
    .reviews-item {
      padding: 2rem; }
      .reviews-item__text {
        font-size: 0.9rem; }
    .reviews .section-head .arrows {
      bottom: 5rem; }

  .footer-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 3rem; }
  .footer__logo {
    width: 8rem; }
  .footer__btn {
    width: calc(100% - 2rem);
    height: 3rem; }
  .footer-copy {
    padding: 1.5rem 0; }
    .footer-copy span {
      display: none; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }
/*# sourceMappingURL=main.css.map */