/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Medium.eot");
  src: local("Futura PT Medium"), local("FuturaPT-Medium"), url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerMedium.eot");
  src: local("Muller Medium"), local("MullerMedium"), url("../fonts/MullerMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerMedium.woff2") format("woff2"), url("../fonts/MullerMedium.woff") format("woff"), url("../fonts/MullerMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerExtraBold.eot");
  src: local("Muller ExtraBold"), local("MullerExtraBold"), url("../fonts/MullerExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerExtraBold.woff2") format("woff2"), url("../fonts/MullerExtraBold.woff") format("woff"), url("../fonts/MullerExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaPT-Heavy';
  src: url("../fonts/FuturaPT-Heavy.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.title-section {
  font-style: normal;
  font-weight: 800;
  font-size: 5.625rem;
  line-height: 7.625rem;
  color: #FFFFFF;
  font-family: 'Muller', sans-serif !important;
}

.mob-show {
  display: none;
}

.desctop-show {
  display: none;
}

@media (max-width: 120rem) {
  .large-img {
    display: none;
  }
  .desctop-show {
    display: block;
  }
}

@media (max-width: 46rem) {
  .title-section {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .mob-hide {
    display: none !important;
  }
  .desctop-show {
    display: none !important;
  }
  .mob-show {
    display: block;
  }
}

.list-page li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.5rem;
  background: #FFFFFF;
  box-shadow: 0px 8px 8px rgba(0, 101, 179, 0.08);
  border-radius: 4px;
}

.list-page li span {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.list-page li span::before {
  content: '';
  display: block;
  margin-right: 1.25rem;
  min-width: 1.625rem;
  height: 1.5rem;
  background: url(../img/icon/list-marker.png) no-repeat;
}

.list-page li:last-child {
  margin-bottom: 0;
}

.burger {
  position: absolute;
  right: 0;
  z-index: 1;
  display: none;
  cursor: pointer;
  width: 35px;
  height: 30px;
}

.burger-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 0.625rem;
}

.burger-icon::after {
  content: '';
  position: absolute;
  bottom: -12px;
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  transition: all ease .2s;
  border-radius: 0.625rem;
}

.burger-icon::before {
  content: '';
  position: absolute;
  bottom: -24px;
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  transition: all ease .2s;
  border-radius: 0.625rem;
}

.burger-icon.active {
  background: transparent;
}

.burger-icon.active::after {
  transform: rotate(45deg);
  transition: all ease .2s;
}

.burger-icon.active::before {
  transform: rotate(-45deg);
  bottom: -12px;
  transition: all ease .2s;
}

.btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38.625rem;
  height: 7.125rem;
  background: linear-gradient(180deg, #3FA9EB 0%, #3480F3 100%);
  box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.31);
  border-radius: 0.8125rem;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #fff !important;
}

.slick-dots {
  left: -10.3125rem;
  bottom: 0;
}

.slick-dots li {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.slick-dots li button {
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #fff;
  border-radius: 50%;
}

.slick-dots li button::before {
  content: '';
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
}

.slick-dots li.slick-active button::before {
  background-color: #fff;
  opacity: 1;
}

@media (max-width: 46rem) {
  .slick-dots {
    left: 0;
    bottom: -2.5rem;
  }
  .slick-dots li {
    width: 1.125rem;
    height: 1.125rem;
  }
  .slick-dots li button {
    width: 0.875rem;
    height: 0.875rem;
  }
  .slick-dots li button::before {
    content: '';
    width: 0.875rem;
    height: 0.875rem;
  }
}

@media (max-width: 46rem) and (max-width: 62rem) {
  .slick-dots li {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 46rem) {
  .btn {
    width: 15.625rem;
    height: 3.5rem;
    font-size: 1rem;
  }
}

footer {
  position: static;
}

header .header-menu > li a {
  font-size: 13px;
  color: #1f235c;
  font-family: "FuturaPT-Heavy" !important;
}

footer .copy a {
  font-size: 2rem;
}

footer .alto-copy a {
  font-size: 2rem;
}

footer .alto-copy {
  padding-right: 1.25rem;
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.49);
  z-index: 11;
}

.modal-wrap {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  height: 90vh;
  transform: translateY(-50%);
}

.modal-wrap img {
  width: 100%;
}

.modal-close {
  position: absolute;
  top: -2.5rem;
  right: 1.25rem;
}

.slick-arrow.slick-disabled {
  opacity: 1 !important;
  overflow: visible !important;
}

.slick-arrow::before {
  display: none !important;
}

.slick-arrow {
  position: static !important;
}

.scroll-sections-nav {
  display: none !important;
}

.scroll-sections-wrap .scroll-section {
  background: #00295F !important;
}

a, a:link, a:visited {
  border: none !important;
}

header .header-menu > li a {
  font-weight: 500 !important;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  margin-top: 9.375rem;
  max-width: 415px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-contact b {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  color: #FFFFFF;
}

.footer-contact p {
  font-family: 'Open Sans';
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.375rem;
  color: #FFFFFF;
}

.footer-contact .row {
  margin-top: 0.625rem;
  display: flex;
}

.footer-contact .row span {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.0425rem;
  color: #FFFFFF;
}

.footer-contact .row a {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.0425rem;
  color: #3DA5EB;
}

.footer-contact .row .col {
  display: flex;
  margin-right: 1.25rem;
}

@media (max-width: 800px) {
  header .header-menu > li a {
    font-size: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1000px) and (orientation: landscape) {
  header .header-menu .submenu {
    position: absolute;
  }
}

.main {
  position: relative;
  padding-top: 13.9375rem;
  padding-left: 6.875rem;
  height: 100vh;
}

.main-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.main-bg img {
  width: 100%;
  height: 100vh;
}

.main-bg .medium {
  display: none;
}

.main-title {
  font-weight: 800;
  font-size: 7.5rem;
  line-height: 10.125rem;
  font-family: 'Muller', sans-serif !important;
  color: #fff;
}

.main-title__sub {
  font-weight: 800;
  font-size: 3.75rem;
  line-height: 5.0625rem;
  color: #FFFFFF;
}

.main-slider {
  padding-top: 5.625rem;
  padding-left: 8.75rem;
  position: relative;
  width: 100%;
  height: 91.4375rem;
}

.main-slider__mob {
  display: none;
}

.main-slider__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-slider__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider__block {
  position: relative;
}

.main-slider__wrap {
  margin-top: 3.125rem;
  padding-left: 10.3125rem;
}

.main-slider__wrap.mob-hide {
  display: block;
}

.main-slider__arrows {
  padding-right: 8.75rem;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 20rem;
}

.main-slider__arrows-mob {
  display: none;
}

.main-slider__arrows svg {
  width: 1.3125rem;
  height: 2rem;
}

.main-slider__arrows-prev {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.9375rem;
  height: 6.9375rem;
  background-color: rgba(0, 167, 240, 0.61);
  border-radius: 50%;
}

.main-slider__arrows-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.9375rem;
  height: 6.9375rem;
  background-color: rgba(0, 167, 240, 0.61);
  border-radius: 50%;
}

.main-slider__item {
  position: relative;
  height: 63.8125rem;
}

.main-slider__item.mob-show {
  display: none;
}

.main-slider__item-list li {
  display: flex;
  align-items: center;
  margin-bottom: 2.1875rem;
}

.main-slider__item-list li:last-child {
  margin-bottom: 0;
}

.main-slider__item-list li .icon {
  width: 9.0625rem;
}

.main-slider__item-list li .icon img {
  width: 100%;
}

.main-slider__item-list li span {
  padding-left: 2.8125rem;
  font-weight: 400;
  font-size: 3.4375rem;
  line-height: 4.1875rem;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
}

.main-slider__item-list li span b {
  font-weight: 700;
}

.main-slider__item-btn {
  position: absolute;
  bottom: 0;
  right: 24.375rem;
}

@media (max-width: 2560px) {
  .main {
    padding-top: 9.9375rem;
  }
}

@media (max-width: 1920px) {
  .main {
    padding-top: 13.9375rem;
  }
  .main-bg img {
    object-fit: cover;
    height: 100%;
    object-position: bottom;
  }
  .main-slider {
    height: 80vh;
  }
  .main-slider::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(66.61deg, #015DAC 12.2%, rgba(1, 93, 172, 0.661929) 35.96%, rgba(21, 62, 109, 0) 83.69%);
  }
  .main-slider .title-section {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 90rem) {
  .main-slider {
    padding-bottom: 5rem;
  }
  .main-slider__item {
    height: 100%;
  }
  .main-slider__item-list li span {
    font-size: 2.4rem;
    line-height: 3.625rem;
  }
  .main-slider .slick-dots {
    bottom: -3.25rem;
  }
}

@media (max-width: 1001px) {
  .main-slider__wrap.mob-hide {
    display: none;
  }
  .main-slider__mob {
    display: block;
  }
  .main-slider__block {
    padding-top: 3.125rem;
    padding-left: 50px;
  }
}

@media (max-width: 62rem) {
  .main-slider {
    height: 55vh;
  }
  .main-slider__item-list li span {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .slick-dots li.slick-active {
    background-color: #fff;
    border-radius: 50%;
  }
}

@media (max-width: 46rem) {
  .main {
    height: 568px;
    padding-top: 5.5rem;
    padding-left: 1.25rem;
  }
  .main-bg {
    height: 100%;
  }
  .main-bg img {
    height: 100%;
  }
  .main .mob-hide {
    display: none;
  }
  .main .mob-show {
    display: block;
  }
  .main-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .main-title__sub {
    margin-top: 1.25rem;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .main-slider {
    padding-top: 19.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    height: auto;
    background: #015DAC;
  }
  .main-slider .title-section {
    padding-left: 1.25rem;
  }
  .main-slider__bg {
    height: 18.75rem;
    z-index: 1;
  }
  .main-slider__block {
    padding-left: 0;
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
    position: relative;
    background: #015DAC;
  }
  .main-slider__block .slick-list {
    padding-bottom: 3.75rem;
  }
  .main-slider__mob {
    display: block;
  }
  .main-slider__arrows-mob {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 9.375rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0;
  }
  .main-slider__arrows-next {
    width: 2.5rem;
    height: 2.8125rem;
    background-color: transparent;
  }
  .main-slider__arrows-prev {
    width: 2.5rem;
    height: 2.8125rem;
    background-color: transparent;
  }
  .main-slider__item-btn {
    margin-top: 3.75rem;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .main-slider__item-list li span {
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: normal;
  }
  .main-slider__item-list li .icon {
    width: 2.5rem;
    min-width: 2.5rem;
  }
  .main-slider__item-list {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .main-slider__item {
    padding-bottom: 2.5rem;
    height: auto;
  }
  .main .desctop-show {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 1000px) and (orientation: landscape) {
  .main {
    height: 700px;
  }
  .main-slider {
    height: 400px;
  }
  .main-slider .slick-dots {
    bottom: -20px;
  }
}

.square {
  position: relative;
  padding-top: 4.0625rem;
  padding-left: 6.25rem;
  height: 100vh;
}

.square-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.square-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.square-table {
  display: none;
}

.square .fulscreen-icon {
  display: none;
}

@media (max-width: 62rem) {
  .square {
    height: 55vh;
  }
}

@media (max-width: 46rem) {
  .square {
    padding-bottom: 2.5rem;
    height: auto;
    position: relative;
    padding-top: 6.25rem;
    padding-left: 0;
    background: #015DAC;
    overflow: hidden;
  }
  .square .fulscreen-icon {
    cursor: pointer;
    position: absolute;
    right: 1.25rem;
    bottom: 11.125rem;
    display: block;
  }
  .square-bg {
    position: relative;
    top: unset;
    left: unset;
    z-index: 0;
  }
  .square-bg img {
    height: auto;
  }
  .square .title-section {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 1.25rem;
    left: 1.25rem;
  }
  .square .title-section::before {
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 3.75rem;
    z-index: 1;
    display: block;
    width: 100%;
    height: 6.25rem;
    background: linear-gradient(180deg, rgba(1, 93, 172, 0.99) 28.65%, rgba(1, 93, 172, 0) 100%);
  }
  .square-table {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1.25rem;
    width: 100%;
    display: block;
  }
  .square-table tr {
    width: 100%;
  }
  .square-table td {
    width: 31.25rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.875rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
  }
}

@media screen and (min-width: 320px) and (max-width: 1000px) and (orientation: landscape) {
  .square {
    height: 600px;
  }
}

.taxes {
  position: relative;
  padding-top: 4.0625rem;
  height: 101.25rem;
}

.taxes .title-section {
  margin-left: 6.25rem;
}

.taxes-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.taxes-bg img {
  width: 100%;
  height: 100%;
}

.taxes-wrap {
  margin-top: 1rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
  height: 79rem;
  background: linear-gradient(90deg, #00AFFC 0%, #006E9D 100%);
  box-shadow: 0.25rem 5px 16px 5px rgba(0, 0, 0, 0.25);
  border-radius: 1.375rem;
}

.taxes-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.taxes-item:first-child {
  border-right: 0.3125rem solid #FFFFFF;
}

.taxes-item:last-child .taxes-item__list li svg {
  width: 7.75rem;
  height: 10.625rem;
}

.taxes-item__num {
  font-size: 30.0463rem;
  line-height: 40.5625rem;
  color: #FFFFFF;
}

.taxes-item__list li {
  display: flex;
  align-items: center;
  margin-bottom: 2.1875rem;
}

.taxes-item__list li:last-child {
  margin-bottom: 0;
}

.taxes-item__list li:nth-child(1) svg {
  width: 5.9375rem;
  height: 5.125rem;
}

.taxes-item__list li svg {
  width: 7.5rem;
  height: 7.5rem;
}

.taxes-item__list li .icon {
  display: flex;
  justify-content: center;
  width: 7.5rem;
}

.taxes-item__list li span {
  padding-left: 2.5rem;
  font-size: 3.75rem;
  line-height: 5.0625rem;
  color: #FFFFFF;
}

.taxes-procent {
  margin-top: 2.5rem;
}

.taxes-procent__item {
  display: flex;
}

.taxes-procent__item .num {
  width: 10.9375rem;
  font-size: 3.75rem;
  line-height: 5.0625rem;
  color: #FFFFFF;
}

.taxes-procent__item .text {
  margin-left: 4.6875rem;
  font-size: 3.75rem;
  line-height: 5.0625rem;
  color: #FFFFFF;
}

@media (max-width: 46rem) {
  .taxes {
    padding-top: 2.5rem;
    height: auto;
    padding-bottom: 2.5rem;
  }
  .taxes .title-section {
    margin-left: 1.25rem;
  }
  .taxes-wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    flex-wrap: wrap;
    height: auto;
  }
  .taxes-item {
    width: 100%;
    display: block;
    padding-left: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .taxes-item:first-child {
    border: none;
  }
  .taxes-item:last-child {
    margin-bottom: 0;
  }
  .taxes-item__num {
    font-size: 7.75rem;
    line-height: normal;
    text-align: center;
  }
  .taxes-item__list li span {
    padding-left: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .taxes-item__list li .icon {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .taxes-item__list li:nth-child(1) svg {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .taxes-item__list li svg {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .taxes-item__list li {
    margin-bottom: 0.9375rem;
  }
  .taxes-procent__item .num {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .taxes-procent__item .text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-left: 0;
  }
  .taxes-item:last-child {
    padding-left: 1.25rem;
  }
  .taxes-item:last-child .taxes-item__list li svg {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .taxes-procent__item {
    margin-bottom: 1.25rem;
  }
  .taxes-procent__item:last-child {
    margin-bottom: 0;
  }
}

.zone {
  position: relative;
  padding-top: 4.0625rem;
  padding-bottom: 10rem;
  background: linear-gradient(135.04deg, #1295D3 24.98%, #0352AA 88.13%);
}

.zone .title-section {
  margin-left: 6.25rem;
}

.zone-img {
  width: 156.25rem;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-6.25rem);
}

.zone-img img {
  width: 100%;
  height: auto;
}

.zone-footer {
  display: flex;
  align-items: center;
  position: absolute;
  left: 6.25rem;
  top: 81.25rem;
}

.zone-footer__num {
  padding-right: 4.0625rem;
  font-size: 22.1759rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.zone-footer__text {
  padding-top: 1.25rem;
  padding-left: 3.125rem;
  font-weight: 800;
  font-size: 5.625rem;
  line-height: 7.625rem;
  text-transform: uppercase;
  color: #FFFFFF;
  border-left: 0.375rem solid #18A0FB;
}

.zone .connection {
  padding-top: 35.625rem;
  max-width: 137.8125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.zone .connection-title {
  text-align: center;
  font-weight: 800;
  font-size: 5.625rem;
  line-height: 7.625rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.zone .connection-title__sub {
  font-weight: 400;
  text-align: center;
  font-size: 3.75rem;
  line-height: 5.125rem;
  font-family: 'Open Sans';
  color: #FFFFFF;
}

.zone .connection-block {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  padding-left: 4.375rem;
  padding-right: 4.6875rem;
  margin-top: 2.1875rem;
  width: 100%;
  background: #FFFFFF;
  border-radius: 1.25rem;
}

.zone .connection-block__item {
  display: flex;
  align-items: center;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 1.25rem;
}

.zone .connection-block__item:last-child {
  margin-bottom: 0;
}

.zone .connection-block__item span {
  font-size: 4.5rem;
  line-height: 6.0625rem;
  color: #0065B3;
  padding-right: 0.9375rem;
}

.zone .connection-block__item span:last-child {
  color: #000;
}

.zone .connection-footer {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.zone .connection-footer svg {
  width: 6.875rem;
  height: 4.8125rem;
}

.zone .connection-footer span {
  padding-left: 1.875rem;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 3.0625rem;
  color: #FFFFFF;
}

@media (max-width: 46rem) {
  .zone {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .zone-img {
    margin-top: 1.25rem;
    width: 100%;
    transform: translateY(0);
  }
  .zone .title-section {
    margin-left: 1.25rem;
  }
  .zone .connection {
    padding-top: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .zone .connection-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .zone .connection-title__sub {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .zone .connection-block__item span {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-right: 0;
  }
  .zone .connection-block {
    padding: 1.25rem;
  }
  .zone .connection-block__item {
    display: block;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .zone .connection-block__item span:last-child {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-right: 0;
  }
  .zone .connection-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .zone .connection-footer span {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .zone-footer {
    position: static;
    padding-left: 1.25rem;
  }
  .zone-footer__num {
    padding-right: 1.25rem;
    font-size: 4.75rem;
    line-height: normal;
  }
  .zone-footer__text {
    padding-left: 0;
    border: none;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.greenfield {
  padding-top: 20rem;
  position: relative;
  height: 105.375rem;
}

.greenfield::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 29.4375rem;
  background: linear-gradient(180deg, #124071 0%, rgba(18, 64, 113, 0.746071) 26.48%, rgba(18, 65, 114, 0) 82.39%);
}

.greenfield-title {
  font-size: 10.625rem;
  line-height: 14.375rem;
  text-align: center;
  color: #FFFFFF;
}

.greenfield-title-section {
	font-style: normal;
	font-weight: 800;
	font-size: 5.625rem;
	line-height: 7.625rem;
	color: #FFFFFF;
	font-family: 'Muller', sans-serif !important;
	padding-top: 4.0625rem;
	padding-left: 6.25rem;
}

.greenfield-btn {
  margin-top: 14.6875rem;
  margin-left: auto;
  margin-right: auto;
  width: 31.125rem;
}

.greenfield-power {
  position: relative;
  height: 100vh;
}

.greenfield-power__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}

.greenfield-power__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.greenfield-list {
  margin-top: -21.875rem;
  width: 100%;
  background: linear-gradient(360deg, #00295F 70.72%, rgba(0, 41, 95, 0) 100%);
}

.greenfield-list__wrap {
  padding-top: 12.5rem;
  padding-bottom: 7.8125rem;
}

.greenfield-list__block {
  padding: 2.8125rem 6.5625rem;
  max-width: 137.8125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border-radius: 1.25rem;
}

.greenfield-list__title {
  font-weight: 800;
  font-size: 3.75rem;
  line-height: 5.0625rem;
  color: #0065B3;
}

.greenfield-list__row {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625rem;
}

.greenfield-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625rem;
}

.greenfield-list ul li:last-child {
  margin-bottom: 0;
}

.greenfield-list ul li .icon {
  width: 7.75rem;
}

.greenfield-list ul li .icon img {
  width: 100%;
}

.greenfield-list ul li span {
  padding-left: 2.8125rem;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.375rem;
  color: #797B9D;
}

.greenfield-list ul li span b {
  font-weight: 700;
}

@media (max-width: 75rem) {
  .greenfield-power {
    height: 80vh;
  }
}

@media (max-width: 46rem) {
  .greenfield {
    padding-top: 2.5rem;
    height: 24.75rem;
  }
  .greenfield::before {
    height: 100%;
  }
  .greenfield-title {
    font-size: 2.125rem;
  }
  .greenfield-btn {
    width: 16rem;
  }
  .greenfield::before {
    display: none;
  }
  .greenfield-power {
    height: auto;
  }
  .greenfield-power__bg {
    position: static;
  }
  .greenfield-list__wrap {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .greenfield-list__block {
    padding: 1.25rem;
  }
  .greenfield-list {
    margin-top: 0;
  }
  .greenfield-list__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .greenfield-list ul li {
    margin-bottom: 1.25rem;
  }
  .greenfield-list ul li:last-child {
    margin-bottom: 1.25rem;
  }
  .greenfield-list ul li .icon {
    width: 4.0625rem;
  }
  .greenfield-list ul li span {
    padding-left: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .greenfield-list__row {
    flex-wrap: wrap;
  }
  .greenfield-list__row:last-child {
    margin-bottom: 0;
  }
  .greenfield-btn {
    margin-top: 0;
  }
  .greenfield-list ul li span b {
    display: block;
  }
  .greenfield-list ul li span br {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 1000px) and (orientation: landscape) {
  .greenfield-power {
    height: 500px;
  }
}

.brownfield {
  padding-top: 16.25rem;
  position: relative;
  height: 114.265rem;
}

.brownfield-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brownfield-bg img {
  width: 100%;
  height: 100%;
}

.greenfield-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.greenfield-bg img {
  width: 100%;
  height: 100%;
}

.brownfield-title {
  position: relative;
  z-index: 1;
  font-size: 10.625rem;
  line-height: 14.375rem;
  text-align: center;
  color: #FFFFFF;
}

.brownfield-title__sub {
  margin-top: 4.6875rem;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 5.125rem;
  text-align: center;
  color: #FFFFFF;
}

.brownfield-btn {
  width: 31.125rem;
  margin-top: 9.375rem;
  margin-left: auto;
  margin-right: auto;
}

.brownfield-list {
  margin-top: 3.75rem;
  padding: 2.8125rem 6.5625rem;
  max-width: 137.8125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border-radius: 1.25rem;
}

.brownfield-list__title {
  font-weight: 800;
  font-size: 3.75rem;
  line-height: 5.0625rem;
  color: #0065B3;
}

.brownfield-list__row {
  margin-top: 1.5625rem;
  display: flex;
  justify-content: space-between;
}

.brownfield-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625rem;
}

.brownfield-list ul li:last-child {
  margin-bottom: 0;
}

.brownfield-list ul li .icon {
  width: 7.75rem;
}

.brownfield-list ul li .icon img {
  width: 100%;
}

.brownfield-list ul li span {
  padding-left: 2.8125rem;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.375rem;
  color: #797B9D;
}

.brownfield-list ul li span b {
  font-weight: 700;
}

.brownfield-building {
  position: relative;
  height: 100vh;
}

.brownfield-building__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brownfield-building__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brownfield-building__block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 137.8125rem;
  width: 100%;
  z-index: 2;
}

.brownfield-building__block-title {
  font-weight: 800;
  font-size: 6.25rem;
  line-height: 8.4375rem;
  color: #FFFFFF;
}

.brownfield-building__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  margin-top: 1.0625rem;
  padding-left: 6.5625rem;
  padding-right: 6.5625rem;
  width: 137.8125rem;
  height: 24.4375rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
}

.brownfield-building__row {
  display: flex;
  align-items: center;
}

.brownfield-building__col:nth-child(1) {
  margin-right: 4.8125rem;
}

.brownfield-building__col:last-child {
  margin-left: 15rem;
  display: flex;
}

.brownfield-building__col:last-child svg {
  width: 7rem;
  height: 7rem;
}

.brownfield-building__col:last-child .num span {
  padding-left: 2rem;
  font-size: 7.5rem;
  line-height: 10.125rem;
  color: #0065B3;
}

.brownfield-building__col:last-child .text {
  padding-left: 2rem;
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 3.75rem;
  color: #000000;
}

.brownfield-building__col i {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 5.125rem;
  color: #000000;
}

.brownfield-building__col b {
  display: block;
  font-size: 3.75rem;
  line-height: 5rem;
  color: #0065B3;
}

.brownfield-building__col-block {
  margin-bottom: 1.25rem;
}

.brownfield-building__col-block:last-child {
  margin-bottom: 0;
}

.brownfield-building__col-block .num {
  font-size: 4.5rem;
  line-height: 3.75rem;
  color: #0065B3;
}

.brownfield-building__col-block .text {
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 3.75rem;
  color: #000000;
}

.brownfield-footer {
  position: relative;
  padding-top: 6.75rem;
  padding-bottom: 3.75rem;
  background: linear-gradient(162.44deg, #118DCF 0%, #162954 100%);
}

.brownfield-footer::before {
  content: '';
  display: block;
  position: absolute;
  top: -8.125rem;
  z-index: 0;
  width: 100%;
  height: 31.1875rem;
  background: linear-gradient(88.23deg, #00B0FD 1.86%, #0071A2 85.24%);
}

.brownfield-footer__wrap {
  padding-top: 4.5625rem;
  margin-top: 2.1875rem;
  display: flex;
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.brownfield-footer__col {
  width: 50%;
}

.brownfield-footer__col:first-child img {
  width: 100%;
  height: 100%;
}

.brownfield-footer__col:last-child {
  background: #FFFFFF;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  padding-left: 5.625rem;
  padding-right: 5.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brownfield-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.625rem;
}

.brownfield-footer__row:last-child {
  margin-bottom: 0;
}

.brownfield-footer__item {
  display: flex;
  width: 33%;
  align-items: center;
}

.brownfield-footer__item .icon {
  width: 7.5rem;
  display: flex;
  justify-content: center;
}

.brownfield-footer__item .icon img {
  width: 100%;
}

.brownfield-footer__item .text {
  margin-left: 2.0625rem;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #000000;
}

.brownfield-footer__item .text b {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.375rem;
}

@media (max-width: 75rem) {
  .brownfield-building {
    height: 55vh;
  }
}

@media (max-width: 46rem) {
  .brownfield {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    height: auto;
    background: linear-gradient(162.44deg, #118DCF 0%, #162954 100%);
  }
  .brownfield-bg {
    display: none;
  }
  .brownfield-title {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
  .brownfield-btn {
    width: 16rem;
  }
  .brownfield::before {
    display: none;
  }
  .brownfield-title__sub {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .brownfield-list {
    padding: 1.25rem;
  }
  .brownfield-list__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .brownfield-list__row {
    flex-wrap: wrap;
  }
  .brownfield-list ul li {
    margin-bottom: 1.25rem;
  }
  .brownfield-list ul li:last-child {
    margin-bottom: 1.25rem;
  }
  .brownfield-list ul li .icon {
    width: 4.0625rem;
  }
  .brownfield-list ul li span {
    padding-left: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .brownfield-building {
    height: auto;
    background: #015DAC;
    padding-bottom: 2.5rem;
  }
  .brownfield-building__bg {
    position: static;
  }
  .brownfield-building__block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1.25rem;
    position: static;
    transform: translateX(0);
  }
  .brownfield-building__block-title {
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .brownfield-building__wrap {
    padding: 1.25rem;
    width: 100%;
    height: auto;
  }
  .brownfield-building__row {
    flex-wrap: wrap;
  }
  .brownfield-building__col i {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .brownfield-building__col {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .brownfield-building__col:last-child {
    margin-bottom: 0;
  }
  .brownfield-building__col-block .num {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .brownfield-building__col-block .text {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .brownfield-building__col b {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .brownfield-building__col:last-child .num span {
    font-size: 1.75rem;
    line-height: 2.125rem;
    padding-left: 0;
  }
  .brownfield-building__col:last-child {
    margin-left: 0;
  }
  .brownfield-building__col:last-child .text {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 0;
  }
  .brownfield-building__col:last-child svg {
    display: none;
    width: 3.125rem;
    height: 3.125rem;
  }
  .brownfield-footer::before {
    display: none;
  }
  .brownfield-footer {
    padding-top: 2.5rem;
    height: auto;
  }
  .brownfield-footer__wrap {
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .brownfield-footer__col {
    width: 100%;
  }
  .brownfield-footer__col:last-child {
    padding: 1.25rem;
  }
  .brownfield-footer__row {
    flex-wrap: wrap;
    margin-bottom: 0;
    border-bottom: 1px solid #015DAC;
  }
  .brownfield-footer__item {
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    border-bottom: 1px solid #015DAC;
  }
  .brownfield-footer__item:last-child {
    border: none;
  }
  .brownfield-footer__item .icon {
    width: 3.4375rem;
    min-width: 3.4375rem;
  }
  .brownfield-footer__item .text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .brownfield-footer__item .text br {
    display: none;
  }
  .brownfield-footer__item .text b {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .brownfield-btn {
    margin-top: 2.5rem;
  }
  .brownfield-list ul li span b {
    display: block;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 120rem) {
  html {
    font-size: 7px;
  }
}

@media (max-width: 75rem) {
  html {
    font-size: 4px;
  }
}

@media (max-width: 46rem) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Muller', sans-serif;
  font-weight: 800;
  min-width: 320px;
  background: #FFFFFF;
  color: #121313;
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
}

a {
  outline: none !important;
}
/*# sourceMappingURL=main.css.map */