@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: 'HalvarMittel';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/HalvarMittel-Bd.woff2") format("woff2"), url("../fonts/HalvarMittel-Bd.woff") format("woff");
}

@font-face {
  font-family: 'HalvarMittel';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/HalvarMittel-Md.woff2") format("woff2"), url("../fonts/HalvarMittel-Md.woff") format("woff");
}

@font-face {
  font-family: 'HalvarMittel';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/HalvarMittel-Rg.woff2") format("woff2"), url("../fonts/HalvarMittel-Rg.woff") format("woff");
}

@font-face {
  font-family: 'HalvarMittel';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/HalvarMittel-Lt.woff2") format("woff2"), url("../fonts/HalvarMittel-Lt.woff") format("woff");
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  min-height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border-radius: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

body {
  font-family: 'HalvarMittel';
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #000;
}

.popup-hidde {
  overflow: hidden;
}

@media (max-width: 991px) {
  .hidden {
    overflow: hidden;
  }
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.first-section {
  background-image: url("../img/main-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .logo {
    position: relative;
    z-index: 1;
  }
}

.logo__img {
  max-height: 90px;
}

@media (max-width: 991px) {
  .logo__img {
    max-height: 70px;
  }
}

@media (max-width: 767px) {
  .logo__img {
    max-width: 200px;
    max-height: 50px;
  }
}

@media (max-width: 575px) {
  .logo__img {
    max-width: 180px;
  }
}

.open__arrow {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.open__arrow--active {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.btn {
  width: 100%;
  background-color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 0;
  color: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn:hover {
  background-color: #0082CA;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.header {
  padding: 24px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (max-width: 767px) {
  .header {
    padding: 14px 0;
  }
}

.header--opacity {
  background-color: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.header__content {
  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__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-end;
  gap: 100px;
}

@media (max-width: 1300px) {
  .header__inner {
    gap: 40px;
  }
}

.header__right {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}


@media (max-width: 991px) {
  .header__right {
    position: relative;
  }
}

.header__burger {
  display: none;
  width: 26px;
  height: 18px;
  background-color: transparent;
  position: relative;
  z-index: 101;
}

@media (max-width: 991px) {
  .header__burger {
    display: block;
  }
}

.header__burger::before, .header__burger::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.header__burger::before {
  top: 0;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s;
}

.header__burger::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.header__burger--active::before {
  top: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: top .2s, transform .2s;
  transition: top .2s, transform .2s, -webkit-transform .2s;
}

.header__burger--active::after {
  opacity: 0;
}

.header__burger--active .header__icon {
  bottom: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: bottom .2s, -webkit-transform .2s;
  transition: bottom .2s, -webkit-transform .2s;
  transition: bottom .2s, transform .2s;
  transition: bottom .2s, transform .2s, -webkit-transform .2s;
}

.header__burger--active-transit::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header__burger--active-transit .header__icon {
  -webkit-transform: translateY(50%) rotate(45deg);
      -ms-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}

.header__burger--project {
  display: block;
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__search:hover svg {
  fill: #0082CA;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.header__search svg {
  fill: #000;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.header__lang {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header__lang:hover {
  color: #0082CA;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.header__icon {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: bottom .2s, -webkit-transform .2s;
  transition: bottom .2s, -webkit-transform .2s;
  transition: transform .2s, bottom .2s;
  transition: transform .2s, bottom .2s, -webkit-transform .2s;
}

@media (max-width: 991px) {
  .menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    padding: 140px 20px 60px 20px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
  }
}

@media (max-width: 991px) {
  .menu--active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

@media (max-width: 991px) {
  .menu__items {
    display: block;
  }
}

@media (max-width: 991px) {
  .menu__item {
    text-align: center;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.menu__link {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.menu__link:hover {
  color: #0082CA;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.top {
  padding: 200px 0 100px;
}

@media (max-width: 767px) {
  .top {
    padding: 140px 0 60px;
  }
}

.top__title {
  font-family: 'HalvarMittel';
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  max-width: 1200px;
  text-transform: uppercase;
  margin: 0 auto 100px auto;
  text-align: center;
}

@media (max-width: 1300px) {
  .top__title {
    font-size: 36px;
    line-height: 48px;
    max-width: 900px;
  }
}

@media (max-width: 767px) {
  .top__title {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .top__title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}

.top__items {
  max-width: 1380px;
  margin: 0 auto;
}

.top__item:first-child {
  margin-bottom: 34px;
}

.top__item-title {
  font-family: 'HalvarMittel';
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #0082CA;
  text-align: justify;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .top__item-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .top__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.top__text {
  text-align: justify;
}

@media (max-width: 575px) {
  .top__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.top__text--link {
  color: #000000;
  text-decoration: underline;
}

.top__item-title-two {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #0082CA;
  margin-bottom: 20px;
}

.top__list {
  list-style: inside inside;
}

.top__list-item {
  text-align: justify;
}

@media (max-width: 575px) {
  .top__list-item {
    font-size: 14px;
    line-height: 20px;
  }
}

.top__list-item:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 575px) {
  .top__list-item:not(:last-child) {
    margin-bottom: 14px;
  }
}

.top__list-item::marker {
  max-width: 23px;
}

.achievements {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .achievements {
    padding: 60px 0;
  }
}

.achievements__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .achievements__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .achievements__items {
    display: block;
  }
}

.achievements__item {
  width: 100%;
}

.achievements__item:first-child {
  max-width: 355px;
}
.achievements__item:nth-child(2) {
  max-width: 246px;
}
.achievements__item:nth-child(3) {
  max-width: 220px;
}

@media (max-width: 991px) {
  .achievements__item:first-child {
    width: auto;
    max-width: 100%;
  }
  .achievements__item:nth-child(2) {
    width: auto;
    max-width: 100%;
  }
  .achievements__item:nth-child(3) {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .achievements__item {
    text-align: center;
  }
  .achievements__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.achievements__title {
  font-size: 100px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 10px;
  max-height: 100px;
}

@media (max-width: 991px) {
  .achievements__title {
    font-size: 90px;
  }
}

@media (max-width: 767px) {
  .achievements__title {
    font-size: 60px;
  }
}

.achievements__title-small {
  font-size: 20px;
}

@media (max-width: 767px) {
  .achievements__title-small {
    font-size: 18px;
    line-height: 24px;
  }
}

.achievements__text {
  display: block;
  text-align: center;
}

.services {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .services {
    padding: 60px 0;
  }
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media (max-width: 767px) {
  .services__item {
    display: block;
  }
}

.services__item:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .services__left {
    margin-bottom: 24px;
  }
}

.services__img {
  width: max(320px, calc((100vw * 740) / 1540));
  height: max(180px, calc((100vw * 420) / 1540));
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .services__img {
    width: 100%;
  }
}

.services__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  width: 100%;
}

.services__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .services__box {
    margin-bottom: 10px;
  }
}

.services__title {
  font-family: 'HalvarMittel';
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .services__title {
    font-size: 16px;
  }
}

.services__title-right {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

@media (max-width: 575px) {
  .services__title-right {
    font-size: 10px;
  }
}

.services__text {
  text-align: justify;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .services__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.services__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0082CA;
  gap: 40px;
}

.services__price-text {
  font-size: 14px;
}

.services__price-num {
  font-size: 18px;
  font-weight: 500;
}

.services__list {
  margin-top: 20px;
}

.services__list-item {
  padding: 5px 0;
  border-bottom: 1px solid #B6B8B5;
  cursor: pointer;
}

.services__list-item:first-child {
  border-top: 1px solid #B6B8B5;
}

.services__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.services__list-arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 12px;
}

.services__list-text {
  display: none;
  font-size: 14px;
  line-height: 115%;
  text-align: justify;
  padding: 5px 0;
}

.services__list-text ul {
  margin-top: 5px;
  list-style: inside;
}

.projects .container {
  padding: 0;
}

.projects__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1300px) {
  .projects__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .projects__items {
    display: block;
  }
}

.projects__link {
  display: block;
  height: 100%;
  position: relative;
}

.projects__link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  bottom: 0;
  -webkit-transition: width .3s, height .3s;
  transition: width .3s, height .3s;
}

.projects__link:hover::before {
  width: 97%;
  height: 97%;
  -webkit-transition: width .3s, height .3s;
  transition: width .3s, height .3s;
}

.projects__link:hover .projects__text {
  left: 10px;
  -webkit-transition: left .3s;
  transition: left .3s;
}

.projects__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects__text {
  position: absolute;
  font-family: 'HalvarMittel';
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  -webkit-transition: left .3s;
  transition: left .3s;
}

@media (max-width: 575px) {
  .projects__text {
    font-size: 28px;
  }
}

.team__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .team__items {
    display: block;
  }
}

.team__item {
  text-align: center;
  width: 100%;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .team__item {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .team__item:first-child {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #000;
  }
}

/* .team__item:first-child .team__text {
  margin-bottom: 34px;
}

.team__item:nth-child(2) {
  padding-left: 100px;
}

@media (max-width: 991px) {
  .team__item:nth-child(2) {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .team__item:nth-child(2) {
    padding-left: 0;
  }
} */

.team__title {
  font-family: 'HalvarMittel';
  text-transform: uppercase;
  margin-bottom: 34px;
}

.team__img {
  max-height: 400px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .team__img {
    max-height: 330px;
  }
}

.team__name {
  font-family: 'HalvarMittel';
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 6px;
}

.team__text {
  display: block;
  font-family: 'HalvarMittel';
  font-size: 20px;
  color: #56545B;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .team__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.team__bottom-text {
  text-align: justify;
  max-width: 451px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .team__bottom-text {
    font-size: 14px;
    max-width: 316px;
  }
}

.team__bottom-text p:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .team__info {
    font-size: 14px;
  }
}

.team__info--size {
  font-size: 17px;
  display: block;
}

@media (max-width: 575px) {
  .team__info--size {
    font-size: 15px;
  }
}

.footer {
  padding-top: 60px;
  color: #fff;
  background-color: #212223;
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 42px;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .footer__items {
    display: block;
  }
}

@media (max-width: 575px) {
  .footer__items {
    margin-bottom: 34px;
  }
}

@media (max-width: 991px) {
  .footer__items .form {
    max-width: 100%;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .footer__left {
    margin-bottom: 24px;
  }
}

.footer__right {
  max-width: 600px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer__right {
    max-width: 100%;
  }
}

.footer__title {
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.footer__info {
  margin-bottom: 24px;
}

.footer__info--last {
  margin-bottom: 0;
}

.footer__tel {
  font-size: 58px;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 991px) {
  .footer__tel {
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  .footer__tel {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .footer__tel {
    font-size: 28px;
  }
}

.footer__text {
  color: #fff;
}

@media (max-width: 575px) {
  .footer__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.footer__map-box {
  width: 100%;
}

.footer__bottom {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .footer__bottom {
    padding: 20px 0;
  }
}

.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer__bottom-inner {
    display: block;
  }
}

.footer__bottom-text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-align: center;
  gap: max(10px, calc((100vw * 50) / 1500));
}

@media (max-width: 991px) {
  .footer__bottom-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer__bottom-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .footer__bottom-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer__bottom-item:last-child {
  grid-column: span 2;
}

.footer__bottom-item-text {
  color: #fff;
}

.footer__bottom-last-text {
  font-size: 14px;
}

@media (max-width: 991px) {
  .footer__bottom-last-text {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer__bottom-last-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.form {
  max-width: 600px;
  width: 100%;
  color: #000;
  background-color: #fff;
  padding: 30px 20px;
}

@media (max-width: 575px) {
  .form {
    padding: 20px 10px;
  }
}

.form__title {
  font-family: 'HalvarMittel';
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .form__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.form__subtitle {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 575px) {
  .form__subtitle {
    font-size: 12px;
    line-height: 16px;
    max-width: 300px;
  }
}

.form__content {
  position: relative;
  margin-bottom: 24px;
}

.form__labels {
  transition: opacity .3s, visibility .3s;
}

.form__label {
  display: block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #000;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.form__label:hover {
  border-color: #0082CA;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.form__input {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  height: 20px;
  outline: none;
}

.form__input::-webkit-input-placeholder {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
}

.form__input::-moz-placeholder {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
}

.form__input:-ms-input-placeholder {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
}

.form__input::-ms-input-placeholder {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
}

.form__input::placeholder {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
}

.form__input--textarea {
  height: 50px;
  resize: none;
}

.form__error {
  border-color: red;
}

.form__thanks {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.form__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

#map {
  height: 400px;
}

@media (max-width: 767px) {
  #map {
    height: 300px;
  }
}

@media (max-width: 575px) {
  #map {
    height: 250px;
  }
}

[class*="copyrights-pane"] {
  display: none !important;
}

[class*="ground-pane"] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.form-section {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  left: 0;
  top: 0;
  z-index: 999;
  transition: opacity .3s, visibility .3s;
}
.form-section--active {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s;
}
.form-section__content {
  max-width: 880px;
  width: 100%;
  margin: auto;
}
.form-section .form {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 40px;
}
.form__close {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('../img/icons/close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  cursor: pointer;
}