@charset "UTF-8";
/* normalize: */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* fonts: */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* global: */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

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

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  background: #1c1d1e;
  min-width: 320px;
}

body.menu-opened {
  height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1280px;
  padding: 0 50px;
  margin: 0 auto;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding-top: 101px;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  z-index: 2;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe,
img {
  max-width: 100%;
}

.img-svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.img-svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

p {
  margin: 0;
}

input,
textarea,
button {
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #ffffff;
  padding: 14px 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn:not(:disabled):hover, .btn:active {
  color: #1c1d1e;
  background: white;
}

.btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.btn-red {
  display: inline-block;
  width: 280px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 100px;
  background: #fe3b1f;
  border: none;
  padding: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn-red:not(:disabled):hover, .btn-red:active {
  color: #000;
  background: #fff;
}

.btn-red:disabled {
  color: #1c1d1e;
  background: #fff;
  opacity: 0.2;
  cursor: default;
}

.btn-white {
  display: inline-block;
  width: 200px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  border: none;
  padding: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn-white:not(:disabled):hover, .btn-white:active {
  color: #fff;
  background: #fe3b1f;
}

.btn-white:disabled {
  color: #1c1d1e;
  background: #fff;
  opacity: 0.2;
  cursor: default;
}

.red-text {
  color: #fe3b1f;
}

.page__title,
h1.page__title,
.text-content h1.page__title {
  font-size: 45px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 70px 0 50px;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 200px;
  margin-bottom: 70px;
}

.section__header .section__title {
  max-width: 380px;
  width: 100%;
  margin-right: 20px;
}

.section__header .section__subtitle {
  max-width: 265px;
  width: 100%;
}

.section__title {
  font-size: 45px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

table {
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #000;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  display: -ms-grid;
  display: grid;
  width: 100%;
  overflow-x: auto;
  margin: 40px 0;
}

table th {
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #000;
  border: 1px solid #000;
}

table th:not(:last-child) {
  border-right: 1px solid #000;
}

table td {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #000;
  border: 1px solid #000;
}

table td:not(:last-child) {
  border-right: 1px solid #000;
}

/* text-content: */
.text-content *:last-child {
  margin-bottom: 0;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  font-weight: 600;
  line-height: normal;
  margin-bottom: 22px;
}

.text-content h1 {
  font-size: 40px;
}

.text-content h2 {
  font-size: 30px;
}

.text-content h3 {
  font-size: 26px;
}

.text-content h4 {
  font-size: 24px;
}

.text-content h5 {
  font-size: 22px;
}

.text-content h6 {
  font-size: 20px;
}

.text-content p {
  margin-bottom: 22px;
}

.text-content p + h2 {
  margin-top: 30px;
}

.text-content ul {
  margin-bottom: 20px;
}

.text-content ul + p {
  margin-top: 20px;
}

.text-content ul + h2 {
  margin-top: 30px;
}

.text-content ul ul {
  margin: 10px 0;
}

.text-content ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.text-content ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.text-content ul li::marker {
  width: 12px;
  height: 12px;
}

.text-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.text-content ol li {
  margin-bottom: 10px;
}

.text-content ol ol {
  margin: 10px 0;
}

.text-content iframe {
  overflow: hidden;
}

.text-content a {
  display: inline;
  text-decoration: underline;
}

.text-content a.btn, .text-content a.btn-red, .text-content a.btn-white {
  width: auto;
  display: inline-block;
  text-decoration: none;
}

/* form, form elements: */
.form__field {
  margin-bottom: 30px;
}

.form__input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.4;
}

.form__input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.4;
}

.form__input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.4;
}

.form__input::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.4;
}

.form__input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.4;
}

.form__input.invalid {
  color: #fe3b1f;
  border-color: #fe3b1f;
}

.form__input.invalid::-webkit-input-placeholder {
  color: #fe3b1f;
  opacity: 1;
}

.form__input.invalid::-moz-placeholder {
  color: #fe3b1f;
  opacity: 1;
}

.form__input.invalid:-ms-input-placeholder {
  color: #fe3b1f;
  opacity: 1;
}

.form__input.invalid::-ms-input-placeholder {
  color: #fe3b1f;
  opacity: 1;
}

.form__input.invalid::placeholder {
  color: #fe3b1f;
  opacity: 1;
}

.form textarea {
  height: 117px;
  resize: none;
  line-height: 22px;
}

.form__btn {
  width: auto;
  padding: 15px 25px;
  margin-bottom: 15px;
}

.form__btn:disabled {
  opacity: 0.5;
}

.form__policy {
  font-size: 12px;
  line-height: 15px;
}

.form__policy a {
  display: block;
  text-decoration: underline;
}

.form__policy a:hover {
  text-shadow: 0 0 0.65px #fff,
 0 0 0.65px #fff,
 0 0 0.65px #fff,
 0 0 0.65px #fff;
}

.form__dropdown {
  position: relative;
}

.form__dropdown-title {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__dropdown-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 9L12.0517 16.5953L19.6033 9' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__dropdown-title.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form__dropdown-list {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 90%;
  width: 100%;
  max-height: 170px;
  overflow: auto;
  background-color: #1c1d1e;
  padding: 15px 20px;
  opacity: 1;
  /* W3C standard
        сейчас только для Firefox */
  /* для Chrome/Edge/Safari */
}

.form__dropdown-list {
  scrollbar-width: thin;
  scrollbar-color: rgba(217, 217, 217, 0.2) rgba(0, 0, 0, 0);
}

.form__dropdown-list::-webkit-scrollbar {
  width: 4px;
}

.form__dropdown-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.form__dropdown-list::-webkit-scrollbar-thumb {
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 100px;
}

.form__dropdown-item {
  margin-bottom: 10px;
}

label {
  display: block;
}

[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 15px;
  height: 15px;
}

[type="checkbox"] + .caption {
  padding-left: 26px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}

[type="checkbox"] + .caption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

[type="checkbox"]:checked + .caption:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0.500122H0V15.5001H15V0.500122ZM1.79297 7.70718L3.20718 6.29297L6.50008 9.58586L12.293 3.79297L13.7072 5.20718L6.50008 12.4143L1.79297 7.70718Z' fill='white'/%3E%3C/svg%3E");
}

/* header: */
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header.header__fixed {
  background: #1c1d1e;
  -webkit-box-shadow: 1px 1px 15px rgba(254, 39, 1, 0.2);
          box-shadow: 1px 1px 15px rgba(254, 39, 1, 0.2);
}

.header.header__fixed .header__inner {
  padding: 8px 0;
}

.header__inner {
  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;
  padding: 13px 0 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__btn {
  margin-left: 40px;
}

.logo {
  width: 200px;
  height: 80px;
  margin-right: 40px;
}

.logo:hover {
  opacity: 0.8;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu {
  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;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.menu__item + .menu__item {
  margin-left: 40px;
}

.menu__item a {
  display: block;
}

.menu__item a:hover {
  text-shadow: 0 0 0.65px #fff,
 0 0 0.65px #fff,
 0 0 0.65px #fff,
 0 0 0.65px #fff;
}

.menu__btn {
  display: none;
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.5 25.9375H12.5V22.8125H37.5V25.9375Z' fill='%23FE3B1F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.5 33.75H12.5V30.625H37.5V33.75Z' fill='%23FE3B1F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.5 18.125H12.5V15H37.5V18.125Z' fill='%23FE3B1F'/%3E%3C/svg%3E");
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu-opened .menu__btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.0971 17.532L17.4194 35.2097L15.2097 33L32.8874 15.3223L35.0971 17.532Z' fill='%23FE3B1F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.6777 34.8874L15 17.2097L17.2097 15L34.8874 32.6777L32.6777 34.8874Z' fill='%23FE3B1F'/%3E%3C/svg%3E");
}

/* footer: */
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -7px;
}

.social__item {
  width: 38px;
  height: 38px;
  margin: 0 7px;
}

.social__link {
  display: block;
  width: 100%;
  height: 100%;
}

.social__link:hover {
  opacity: 0.7;
}

.social__link img,
.social__link svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  padding: 60px 0 30px;
}

.footer a:hover {
  text-shadow: 0 0 0.65px #fff,
 0 0 0.65px #fff,
 0 0 0.65px #fff,
 0 0 0.65px #fff,
 0 0 0.65px #fff;
}

.footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr 360px;
  grid-template-columns: 200px 1fr 360px;
  gap: 40px;
  background-color: #009d4f;
  border-radius: 20px;
  padding: 30px 60px 30px 30px;
}

.footer__item-contact {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  font-size: 20px;
  line-height: 24px;
}

.footer__item-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer__item-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer__logo {
  width: 160px;
  height: 70px;
}

.footer__menu-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

.footer__menu-item a {
  display: block;
}

.footer__contact {
  margin-bottom: 10px;
}

.footer__address {
  margin-top: 22px;
}

.footer__policy {
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  margin-bottom: 14px;
}

/* popup: */
.popup {
  position: relative;
  max-width: 500px;
  border-radius: 10px;
  background: #000;
  padding: 45px 60px 40px;
  margin: 20px auto;
}

.popup.finished {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-image: url("../images/feedback-result-bg.svg");
}

.popup .feedback__title {
  margin-bottom: 25px;
}

.popup .feedback__result {
  min-height: 515px;
}

.popup .mfp-close {
  position: absolute;
  font-size: 0;
  top: 11px;
  right: 11px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9611 11.936L1.3335 21.981L2.41641 23.0189L13.0388 11.936L2.41642 0.853155L1.3335 1.89108L10.9611 11.936Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0389 12.0638L22.6665 2.01888L21.5836 0.980957L10.9612 12.0638L21.5836 23.1467L22.6665 22.1088L13.0389 12.0638Z' fill='white'/%3E%3C/svg%3E");
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup .mfp-close:hover {
  opacity: 1;
}

.mfp-bg {
  background: #1c1d1e;
  opacity: 0.7;
}

.popup-gallery .mfp-close {
  position: absolute;
  z-index: 1047;
  font-size: 0;
  top: 4px;
  right: -5px;
  width: 32px;
  height: 32px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.2927 25.707L24.9998 26.4141L26.4141 24.9998L25.707 24.2927L17.4141 15.9998L25.7069 7.70701L26.414 6.9999L24.9998 5.58569L24.2927 6.29279L15.9999 14.5856L7.70701 6.29279L6.9999 5.58569L5.58569 6.9999L6.2928 7.70701L14.5856 15.9998L6.29274 24.2927L5.58564 24.9998L6.99985 26.4141L7.70696 25.707L15.9999 17.4141L24.2927 25.707Z' fill='white'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-gallery .mfp-close:hover {
  opacity: 1;
}

.popup-gallery .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.popup-gallery .mfp-arrow {
  top: 50%;
  height: 100px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 13L19 24L29 35' stroke='%23FF5458' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) scaleX(1);
      -ms-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
}

.popup-gallery .mfp-arrow.mfp-arrow-right {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateY(-50%) scaleX(-1) !important;
      -ms-transform: translateY(-50%) scaleX(-1) !important;
          transform: translateY(-50%) scaleX(-1) !important;
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
}

.popup-gallery .mfp-arrow:before, .popup-gallery .mfp-arrow:after {
  display: none;
}

.popup-gallery .mfp-figure {
  border-radius: 8px;
  overflow: hidden;
}

.popup-gallery .mfp-figure:after {
  display: none;
}

.popup-gallery .mfp-img {
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 0 30px;
}

.popup-gallery .mfp-bottom-bar {
  margin-top: -27px;
}

/* slider: */
.slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider.slick-dotted.slick-slider {
  margin-bottom: 43px;
}

.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .slick-dots {
  position: absolute;
  bottom: -43px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -5px;
}

.slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2.5px 5px;
  padding: 0;
}

.slider .slick-dots li:before {
  display: none;
}

.slider .slick-dots li button {
  width: 92px;
  height: 2px;
  padding: 0;
  border-radius: 0;
  opacity: 0.2;
  background: #ffffff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slider .slick-dots li button:before {
  display: none;
}

.slider .slick-dots li button:hover {
  opacity: 1;
}

.slider .slick-dots li.slick-active button {
  opacity: 1;
}

.slider .slick-dots li:first-child:last-child {
  display: none;
}

.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  top: -118px;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 80px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='38' viewBox='0 0 80 38' fill='none'%3E%3Cpath d='M62.5 3L78.5 18.5M78.5 18.5L62.5 34.5M78.5 18.5C41.5955 18.5 36.9045 18.5 0 18.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  display: none;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
  opacity: 0.8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='38' viewBox='0 0 80 38' fill='none'%3E%3Cpath d='M62.5 3L78.5 18.5M78.5 18.5L62.5 34.5M78.5 18.5C41.5955 18.5 36.9045 18.5 0 18.5' stroke='%23F73B1E' stroke-width='2'/%3E%3C/svg%3E");
}

.slider .slick-prev {
  right: 100px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slider .slick-next {
  right: 0;
}

/* banner: */
.banner {
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  top: -101px;
  right: 0;
  width: 810px;
  height: 612px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-image: url("../images/banner-bg.svg");
  opacity: 1;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

.banner.animated::before {
  opacity: 0;
}

.banner.animated .banner__img {
  opacity: 0;
}

.banner.animated .banner__animated {
  opacity: 1;
}

.banner__inner {
  position: relative;
  padding: 100px 0 142px;
}

.banner__img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.banner__img img {
  width: 100%;
  height: auto;
}

.banner__img-mask {
  position: absolute;
  top: -80px;
  left: -121px;
  width: 127%;
  -webkit-animation-name: binoculars;
          animation-name: binoculars;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.banner__animated {
  position: absolute;
  top: 52%;
  right: -28px;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.banner__animated img {
  width: 100%;
  height: auto;
}

.banner__content {
  position: relative;
}

.banner__title {
  max-width: 600px;
  font-size: 45px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@-webkit-keyframes binoculars {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(20px, -10px);
            transform: translate(20px, -10px);
  }
  40% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  45% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  85% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes binoculars {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(20px, -10px);
            transform: translate(20px, -10px);
  }
  40% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  45% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  85% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/* facts: */
.facts {
  position: relative;
}

.facts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 956px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-image: url("../images/fact-bg.svg");
}

.facts__inner {
  position: relative;
  padding: 96px 0 100px;
}

.facts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.facts__item {
  border-radius: 100px;
  background: #000;
  text-align: center;
  padding: 30px;
}

.facts__item .amount {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.facts__item .caption {
  font-weight: 500;
}

/* geography: */
.geography {
  position: relative;
  overflow: hidden;
  padding-top: 133px;
}

.geography__bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.geography__bg-lines::before, .geography__bg-lines::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
}

.geography__bg-lines::before {
  top: 0;
  height: 41%;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='1920' height='475' viewBox='0 0 1920 475' fill='none'%3E%3Cpath d='M2226 474.279L-306 474.278L-306 -11.0211L2226 -11.0211L2226 474.279Z' fill='url(%23paint0_linear_80_339)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_80_339' x1='960' y1='-4.65539' x2='960' y2='268.7' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.058693' stop-color='%231C1D1E'/%3E%3Cstop offset='1' stop-color='%231C1D1E' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.geography__bg-lines::after {
  bottom: 0;
  height: 70%;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='1920' height='783' viewBox='0 0 1920 783' fill='none'%3E%3Cpath d='M-306 0.184875H2226V854.735H-306V0.184875Z' fill='url(%23paint0_linear_15_9393)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_15_9393' x1='960' y1='843.525' x2='960' y2='362.182' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.058693' stop-color='%231C1D1E'/%3E%3Cstop offset='1' stop-color='%231C1D1E' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.geography__bg-lines img {
  width: 100%;
  height: 100%;
}

.geography .section__title {
  position: relative;
  z-index: 3;
}

.geography__map {
  position: relative;
}

.geography__map-wrapper {
  margin-top: 13px;
}

.geography__map-img {
  position: relative;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1920px;
  width: 1920px;
  height: auto;
}

.geography__item {
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.geography__item-label {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.geography__item-icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.geography__item-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.geography__item-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

.geography__item-circles {
  position: absolute;
  z-index: 1;
  left: 50%;
  max-width: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.geography__item-balloon {
  display: none;
  position: absolute;
  z-index: 3;
  bottom: -18px;
  left: 65px;
  width: 420px;
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(6.6px);
          backdrop-filter: blur(6.6px);
  padding: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.geography__item.no-balloon {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(6.6px);
          backdrop-filter: blur(6.6px);
  border-radius: 25px;
  padding: 5px;
  padding-right: 25px;
}

.geography__item.no-balloon .geography__item-icon {
  background-color: #fe3b1f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37' fill='none'%3E%3Cpath d='M26.4941 15.0958C26.4913 12.8335 25.5936 10.6647 23.9979 9.06525C22.4021 7.46582 20.2388 6.56644 17.9825 6.56445V9.37728C19.4959 9.37728 20.9473 9.98009 22.0174 11.0531C23.0876 12.1261 23.6888 13.5814 23.6888 15.0989C23.6888 16.6163 23.0876 18.0716 22.0174 19.1446C20.9473 20.2176 19.4959 20.8204 17.9825 20.8204H16.6239V26.6259C15.2767 26.282 14.101 25.4569 13.3176 24.3054C12.5342 23.1539 12.197 21.7552 12.3693 20.372C12.5416 18.9889 13.2116 17.7164 14.2534 16.7934C15.2952 15.8705 16.6371 15.3606 18.0273 15.3596V12.5423C15.8283 12.6299 13.7483 13.5675 12.2234 15.1586C10.6984 16.7497 9.84668 18.8707 9.84668 21.0774C9.84668 23.2841 10.6984 25.4052 12.2234 26.9963C13.7483 28.5873 15.8283 29.5249 18.0273 29.6126H19.4307V23.4984C21.4059 23.1549 23.197 22.1241 24.4889 20.5872C25.7808 19.0503 26.4909 17.1058 26.4941 15.0958Z' fill='white'/%3E%3C/svg%3E");
}

.geography__item.with-balloon .geography__item-icon {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M18 7.40312C17.9973 5.43998 17.1345 3.55797 15.6008 2.17007C14.0672 0.782159 11.988 0.00172058 9.8194 0V2.44083C11.2739 2.44083 12.6689 2.96392 13.6974 3.89502C14.726 4.82611 15.3038 6.08895 15.3038 7.40572C15.3038 8.72249 14.726 9.98533 13.6974 10.9164C12.6689 11.8475 11.2739 12.3706 9.8194 12.3706H8.51367V17.4083C7.21884 17.1099 6.08887 16.3939 5.33595 15.3947C4.58302 14.3955 4.25893 13.1818 4.42452 11.9815C4.59012 10.7813 5.23401 9.67708 6.2353 8.87621C7.23658 8.07533 8.52638 7.6329 9.8625 7.63199V5.18726C7.74895 5.26333 5.74993 6.07692 4.28426 7.45756C2.81859 8.83821 2 10.6788 2 12.5936C2 14.5085 2.81859 16.3491 4.28426 17.7297C5.74993 19.1103 7.74895 19.9239 9.8625 20H11.2113V14.6944C13.1097 14.3964 14.8311 13.5019 16.0728 12.1682C17.3145 10.8346 17.9969 9.14729 18 7.40312Z' fill='%23FE3B1F'/%3E%3C/svg%3E");
}

.geography__item.with-balloon .geography__item-label {
  cursor: pointer;
}

.geography__item.with-balloon .geography__item-title {
  padding-bottom: 7px;
  border-bottom: 2px dashed #fe3b1f;
}

.geography__item.with-balloon.active {
  z-index: 4;
}

.geography__item.with-balloon.active .geography__item-icon {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
  background-color: #fe3b1f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37' fill='none'%3E%3Cpath d='M26.4941 15.0958C26.4913 12.8335 25.5936 10.6647 23.9979 9.06525C22.4021 7.46582 20.2388 6.56644 17.9825 6.56445V9.37728C19.4959 9.37728 20.9473 9.98009 22.0174 11.0531C23.0876 12.1261 23.6888 13.5814 23.6888 15.0989C23.6888 16.6163 23.0876 18.0716 22.0174 19.1446C20.9473 20.2176 19.4959 20.8204 17.9825 20.8204H16.6239V26.6259C15.2767 26.282 14.101 25.4569 13.3176 24.3054C12.5342 23.1539 12.197 21.7552 12.3693 20.372C12.5416 18.9889 13.2116 17.7164 14.2534 16.7934C15.2952 15.8705 16.6371 15.3606 18.0273 15.3596V12.5423C15.8283 12.6299 13.7483 13.5675 12.2234 15.1586C10.6984 16.7497 9.84668 18.8707 9.84668 21.0774C9.84668 23.2841 10.6984 25.4052 12.2234 26.9963C13.7483 28.5873 15.8283 29.5249 18.0273 29.6126H19.4307V23.4984C21.4059 23.1549 23.197 22.1241 24.4889 20.5872C25.7808 19.0503 26.4909 17.1058 26.4941 15.0958Z' fill='white'/%3E%3C/svg%3E");
}

.geography__item.with-balloon.active .geography__item-title {
  display: none;
}

.geography__item.with-balloon.active + .geography__item-circles {
  opacity: 1;
}

.geography__balloon-title {
  color: #fe3b1f;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.geography__balloon-text {
  font-weight: 500;
}

.item__1 {
  top: 290px;
  -webkit-transform: translateX(297px);
      -ms-transform: translateX(297px);
          transform: translateX(297px);
}

.item__2 {
  top: 397px;
  -webkit-transform: translateX(182px);
      -ms-transform: translateX(182px);
          transform: translateX(182px);
}

.item__3 {
  top: 234px;
  -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
          transform: translateX(-25px);
}

.circles_3 {
  top: 24px;
  -webkit-transform: translateX(-156px);
      -ms-transform: translateX(-156px);
          transform: translateX(-156px);
  width: 304px;
  height: 328px;
}

.item__4 {
  top: 255px;
  -webkit-transform: translateX(257px);
      -ms-transform: translateX(257px);
          transform: translateX(257px);
}

.circles_4 {
  top: 206px;
  -webkit-transform: translateX(162px);
      -ms-transform: translateX(162px);
          transform: translateX(162px);
  width: 226px;
  height: 145px;
}

.item__5 {
  top: 353px;
  -webkit-transform: translateX(436px);
      -ms-transform: translateX(436px);
          transform: translateX(436px);
}

.circles_5 {
  top: 163px;
  -webkit-transform: translateX(228px);
      -ms-transform: translateX(228px);
          transform: translateX(228px);
  width: 383px;
  height: 517px;
}

.item__6 {
  top: 461px;
  -webkit-transform: translateX(162px);
      -ms-transform: translateX(162px);
          transform: translateX(162px);
}

.item__6.active {
  top: 421px;
  -webkit-transform: translateX(144px);
      -ms-transform: translateX(144px);
          transform: translateX(144px);
}

.circles_6 {
  top: 302px;
  -webkit-transform: translateX(46px);
      -ms-transform: translateX(46px);
          transform: translateX(46px);
  width: 206px;
  height: 212px;
}

.item__7 {
  top: 525px;
  -webkit-transform: translateX(9px);
      -ms-transform: translateX(9px);
          transform: translateX(9px);
}

.circles_7 {
  top: 337px;
  -webkit-transform: translateX(-198px);
      -ms-transform: translateX(-198px);
          transform: translateX(-198px);
  width: 383px;
  height: 517px;
}

.item__8 {
  top: 523px;
  -webkit-transform: translateX(-572px);
      -ms-transform: translateX(-572px);
          transform: translateX(-572px);
}

.circles_8 {
  top: 4px;
  -webkit-transform: translateX(-957px);
      -ms-transform: translateX(-957px);
          transform: translateX(-957px);
  width: 663px;
  height: 962px;
}

.item__9 {
  top: 764px;
  -webkit-transform: translateX(633px);
      -ms-transform: translateX(633px);
          transform: translateX(633px);
}

.item__9 .geography__item-balloon {
  left: auto;
  right: 75px;
}

.circles_9 {
  top: 683px;
  -webkit-transform: translateX(534px);
      -ms-transform: translateX(534px);
          transform: translateX(534px);
  width: 223px;
  height: 236px;
}

/* area: */
.area {
  padding: 20px 0 60px;
}

.area__slider {
  margin: 0 -10px;
}

.area__slider .slick-prev {
  right: 110px;
}

.area__slider .slick-next {
  right: 10px;
}

.area__item {
  max-width: 180px;
  margin: 0 10px;
}

.area__icon {
  display: block;
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}

.area__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.area__name {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* services: */
.services {
  padding: 60px 0;
}

.services__slider {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.services__slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(-333px);
      -ms-transform: translateX(-333px);
          transform: translateX(-333px);
  width: 796px;
  height: 502px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-image: url("../images/services-bg.svg");
}

.services__slider.slick-dotted.slick-slider {
  margin-bottom: 75px;
}

.services__slider.slider .slick-dots {
  bottom: -75px;
}

.services__slider .slick-list {
  padding-bottom: 185px;
  width: 100%;
  overflow: visible;
}

.services__slider.slick-initialized .slick-slide:not(.slick-active) {
  opacity: 0;
}

.services__slider.slick-initialized .slick-slide.slick-active {
  opacity: 1;
}

.services__item {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.services__item:hover .services__img::after {
  opacity: 1;
}

.services__item:nth-child(odd) {
  -webkit-transform: translateY(168px) scale(1.07);
      -ms-transform: translateY(168px) scale(1.07);
          transform: translateY(168px) scale(1.07);
}

.services__item:nth-child(odd) .services__img::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.services__item:nth-child(odd) .services__img img {
  border-radius: 300px 0px 0px 300px;
}

.services__item:nth-child(odd) .services__content {
  bottom: 0;
  left: 208px;
}

.services__item:nth-child(even) .services__img img {
  border-radius: 0px 300px 300px 0px;
}

.services__item:nth-child(even) .services__content {
  top: 63px;
  left: 88px;
}

.services__item.slick-active:nth-child(1), .services__item.activeslide-1 {
  left: 10px;
  top: 0;
}

.services__item.slick-active:nth-child(2), .services__item.activeslide-2 {
  left: 30px;
  top: 0;
}

.services__item.slick-active:nth-child(3), .services__item.activeslide-3 {
  left: -30px;
  top: -30px;
}

.services__item.slick-active:nth-child(4), .services__item.activeslide-4 {
  left: -10px;
  top: -30px;
}

.services__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 468px;
}

.services__img::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 100%;
  height: 101.5%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='257' height='508' viewBox='0 0 257 508' fill='none'%3E%3Cpath d='M2.99999 3C141.609 3 254 115.363 254 254C254 320.569 227.555 384.412 180.484 431.484C133.412 478.555 69.5693 505 2.99999 505' stroke='%23009D4F' stroke-width='6' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

.services__content {
  position: absolute;
  z-index: 3;
}

.services__name {
  position: relative;
  z-index: 3;
  max-width: 354px;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.services__name .mobile-text {
  display: none;
}

.services__btn {
  position: relative;
}

/* philosophy: */
.philosophy {
  position: relative;
  padding: 60px 0;
}

.philosophy .section__title.mobile {
  display: none;
}

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

.philosophy__content {
  max-width: 562px;
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 38px;
}

.philosophy__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 30px;
}

.philosophy__img {
  position: relative;
  max-width: 580px;
  width: 100%;
  height: auto;
  max-height: 500px;
}

.philosophy__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 1036px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-image: url("../images/philosophy-bg.svg");
}

.philosophy__img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 300px 300px 0px;
  overflow: hidden;
}

/* networking: */
.networking {
  padding: 60px 0;
}

.networking .section__title {
  margin-bottom: 40px;
}

.networking__slider {
  margin: 0 -10px;
}

.networking__slider.slick-dotted.slick-slider {
  margin-bottom: 75px;
}

.networking__slider.slider .slick-dots {
  bottom: -75px;
}

.networking__item {
  margin: 0 10px;
}

.networking__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.networking__item img {
  margin-bottom: 15px;
}

/* feedback: */
.feedback {
  position: relative;
  padding: 60px 0;
}

.feedback::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 954px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-image: url("../images/feedback-bg-1.svg");
}

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

.feedback__left {
  position: relative;
  width: 112%;
  height: 100%;
  position: relative;
  margin-left: -122px;
  padding: 108px;
  padding-left: 122px;
  background-color: #fe3b1f;
  border-radius: 200px 0 0 200px;
}

.feedback__left .feedback__title {
  margin-bottom: 30px;
}

.feedback__right {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: -118px;
  padding: 40px 100px;
  padding-right: 218px;
  background-color: #000;
  border-radius: 0 500px 500px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.feedback__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 59%;
  width: 740px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-image: url("../images/feedback-bg-2.svg");
}

.feedback__right .feedback__title {
  margin-bottom: 25px;
}

.feedback__right .feedback__result {
  min-height: 520px;
}

.feedback__title {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.feedback__phone {
  font-size: 35px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.5px;
  text-decoration: underline;
  text-transform: uppercase;
}

.feedback__form {
  max-width: 380px;
}

.feedback__form.processing {
  opacity: 0.7;
}

.feedback__result {
  height: 100%;
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.feedback__result-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
}

.feedback__result-icon.icon-success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='55' viewBox='0 0 56 55' fill='none'%3E%3Cg clip-path='url(%23clip0_407_37470)'%3E%3Ccircle cx='28' cy='27.5' r='27.5' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.5 21.3591L25.3653 38L13.5 26.4766L15.7481 24.1175L25.3653 33.4576L40.2519 19L42.5 21.3591Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_407_37470'%3E%3Crect width='55' height='55' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.feedback__result-title {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feedback__result-text {
  font-weight: 400;
}

/* 404: */
.page404 {
  padding: 70px 0;
  text-align: center;
}

/* adaptive: */
@media (max-width: 1920px) {
  .banner::before {
    left: 50%;
    -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
            transform: translateX(150px);
  }
  .facts::before {
    right: 50%;
    left: auto;
  }
  .philosophy::before {
    left: 51%;
    right: auto;
  }
  .feedback::before {
    left: auto;
    right: 50%;
  }
}

@media (max-width: 1900px) {
  .geography {
    margin-bottom: -200px;
    padding-top: 100px;
  }
  .geography__map-wrapper {
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    max-width: initial;
  }
  .geography__bg-lines {
    width: 130%;
    left: -230px;
  }
}

@media (max-width: 1500px) {
  .item__9 .geography__item-text {
    max-width: 120px;
  }
  .item__5 .geography__item-balloon {
    width: 300px;
  }
  .services__slider::before {
    bottom: 27px;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  .services__item:nth-child(odd) {
    -webkit-transform: translateY(140px) scale(1.07);
        -ms-transform: translateY(140px) scale(1.07);
            transform: translateY(140px) scale(1.07);
  }
  .services__item:nth-child(odd) .services__content {
    left: 202px;
  }
  .services__item:nth-child(even) .services__content {
    top: 46px;
    left: 40px;
  }
  .services__name {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1400px) {
  .wrapper {
    padding-top: 81px;
  }
  .logo {
    min-width: 160px;
    width: 160px;
    height: 65px;
    margin-right: 20px;
  }
  .menu {
    width: 100%;
  }
  .menu__item + .menu__item,
  .header__btn {
    margin-left: 20px;
  }
}

@media (max-width: 1300px) {
  .geography {
    margin-bottom: -350px;
    padding-top: 70px;
  }
  .geography__map-wrapper {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .geography__bg-lines {
    width: 180%;
    left: -430px;
  }
  .geography__balloon-title {
    font-size: 22px;
  }
  .geography__balloon-text {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1200px) {
  body {
    font-size: 12px;
    line-height: 15px;
  }
  .page__title,
  h1.page__title,
  .text-content h1.page__title {
    font-size: 35px;
  }
  .text-content h1 {
    font-size: 35px;
  }
  .text-content h2 {
    font-size: 28px;
  }
  .text-content h3 {
    font-size: 24px;
  }
  .text-content h4 {
    font-size: 20px;
  }
  .text-content h5 {
    font-size: 18px;
  }
  .text-content h6 {
    font-size: 16px;
  }
  .text-content p {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  .menu,
  .header__btn {
    font-size: 14px;
    line-height: 18px;
  }
  .footer,
  .footer__item-contact {
    font-size: 14px;
    line-height: 18px;
  }
  .footer__inner {
    -ms-grid-columns: 200px 1fr 250px;
    grid-template-columns: 200px 1fr 250px;
  }
  .facts__item .amount {
    font-size: 50px;
    line-height: 40px;
  }
  .philosophy__text {
    font-size: 12px;
    line-height: 20px;
  }
  .services__slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -100px;
  }
  .services__slider::before {
    top: 140px;
    height: 455px;
    -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  .services__item {
    width: 25%;
    margin-bottom: 250px;
  }
  .services__item:nth-child(4n + 1) {
    left: 10px;
    top: 0;
  }
  .services__item:nth-child(4n + 2) {
    left: 30px;
    top: 0;
  }
  .services__item:nth-child(4n + 3) {
    left: -30px;
    top: -30px;
  }
  .services__item:nth-child(4n + 4) {
    left: -10px;
    top: -30px;
  }
  .services__item:nth-child(odd) .services__content {
    left: 150px;
  }
  .services__img {
    height: 420px;
  }
}

@media (max-width: 1000px) {
  .wrapper {
    padding-top: 60px;
  }
  .container {
    padding: 0 20px;
  }
  .section__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section__header .section__title,
  .section__header .section__subtitle {
    max-width: 100%;
  }
  .section__header .section__title {
    margin-bottom: 5px;
  }
  .header__inner {
    padding: 10px 0 0;
  }
  .logo {
    min-width: 120px;
    width: 120px;
    height: 50px;
    position: relative;
    z-index: 1;
  }
  .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #1c1d1e;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 10px 0;
  }
  .menu__list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
  }
  .menu__item {
    width: 100%;
  }
  .menu__item + .menu__item {
    margin-left: 0;
    margin-top: 40px;
  }
  .menu-opened .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu,
  .header__btn {
    font-size: 16px;
    line-height: 20px;
  }
  .header__btn {
    max-width: 350px;
    width: 100%;
    margin: 18px auto 32px;
  }
  .menu__btn {
    display: block;
  }
  .footer__inner {
    -ms-grid-columns: 150px 1fr 250px;
    grid-template-columns: 150px 1fr 250px;
    padding: 30px;
  }
  .footer__logo {
    margin: 0;
    width: 160px;
    max-width: 100%;
    height: 70px;
  }
  .footer__menu-list {
    gap: 22px;
  }
  .banner::before {
    top: -60px;
    right: 0;
    left: auto;
    width: 89%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner__inner {
    padding: 70px 0;
  }
  .banner__animated {
    display: none;
  }
  .banner__img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .banner.animated::before,
  .banner.animated .banner__img {
    opacity: 1;
  }
  .banner__title {
    max-width: 500px;
    font-size: 40px;
    letter-spacing: 2.8px;
  }
  .facts__inner {
    padding: 60px 0 30px;
  }
  .facts__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    border-radius: 50px;
    background: #000;
    padding: 70px 10px;
  }
  .facts__item {
    border-radius: 0;
    background: none;
    padding: 0;
  }
  .feedback::before {
    top: 0;
    right: 20%;
  }
  .feedback__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feedback__left {
    max-width: 500px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    padding: 60px 70px 100px;
  }
  .feedback__right {
    max-width: 500px;
    border-radius: 10px;
    margin: -30px auto 0;
    padding: 60px 70px;
  }
  .feedback__right::before {
    display: none;
  }
  .feedback__title {
    font-size: 28px;
  }
  .feedback__result-title {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 2.8px;
  }
  .geography {
    margin-bottom: 0;
    padding: 50px 0;
  }
  .geography__bg-lines {
    display: none;
    left: 0;
    width: 100%;
  }
  .geography__map-wrapper {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-width: 100%;
    padding: 0 20px;
    margin-top: 0;
  }
  .geography__map-img {
    max-width: 100%;
    width: 100%;
  }
  .geography__list {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .geography__item {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 10px;
  }
  .geography__item.active {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .geography__item.no-balloon {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .geography__item.no-balloon:nth-child(2) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .geography__item.with-balloon.active .geography__item-icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M18 7.40312C17.9973 5.43998 17.1345 3.55797 15.6008 2.17007C14.0672 0.782159 11.988 0.00172058 9.8194 0V2.44083C11.2739 2.44083 12.6689 2.96392 13.6974 3.89502C14.726 4.82611 15.3038 6.08895 15.3038 7.40572C15.3038 8.72249 14.726 9.98533 13.6974 10.9164C12.6689 11.8475 11.2739 12.3706 9.8194 12.3706H8.51367V17.4083C7.21884 17.1099 6.08887 16.3939 5.33595 15.3947C4.58302 14.3955 4.25893 13.1818 4.42452 11.9815C4.59012 10.7813 5.23401 9.67708 6.2353 8.87621C7.23658 8.07533 8.52638 7.6329 9.8625 7.63199V5.18726C7.74895 5.26333 5.74993 6.07692 4.28426 7.45756C2.81859 8.83821 2 10.6788 2 12.5936C2 14.5085 2.81859 16.3491 4.28426 17.7297C5.74993 19.1103 7.74895 19.9239 9.8625 20H11.2113V14.6944C13.1097 14.3964 14.8311 13.5019 16.0728 12.1682C17.3145 10.8346 17.9969 9.14729 18 7.40312Z' fill='%23FE3B1F'/%3E%3C/svg%3E");
  }
  .geography__item .geography__item-text {
    max-width: 100%;
  }
  .geography__item .geography__item-balloon {
    width: 100%;
  }
  .geography__item-balloon {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    padding: 0;
    background: none;
    margin-bottom: 5px;
  }
  .geography__balloon-title {
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 6px;
  }
  .geography__balloon-text {
    font-size: 16px;
    line-height: 20px;
  }
  .geography__item-circles {
    display: none;
  }
  .services__slider {
    max-width: 600px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto -100px;
    padding: 0;
  }
  .services__slider::before {
    top: -20px;
    right: 50%;
    -webkit-transform: translateX(56px);
        -ms-transform: translateX(56px);
            transform: translateX(56px);
    width: 796px;
    height: 350px;
    background-size: auto 100%;
  }
  .services__item {
    width: 50%;
    max-width: 270px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 150px;
  }
  .services__item:nth-child(4n + 1), .services__item:nth-child(4n + 2), .services__item:nth-child(4n + 3), .services__item:nth-child(4n + 4) {
    left: 0;
    top: 0;
  }
  .services__item:nth-child(odd) {
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
  }
  .services__item:nth-child(odd) .services__content {
    left: 0;
  }
  .services__item:nth-child(even) .services__content {
    left: 20px;
  }
  .services__name {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .area__slider .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .area__item {
    max-width: 160px;
    height: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .footer,
  .footer__item-contact {
    font-size: 16px;
    line-height: 20px;
  }
  .footer__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 10px;
  }
  .footer__item-social {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .footer__menu-list {
    gap: 15px 22px;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__menu {
    margin-bottom: 26px;
  }
  .footer__social {
    margin-bottom: 22px;
  }
  .footer__address {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .footer__policy {
    margin-bottom: 0;
  }
  .philosophy .section__title {
    display: none;
  }
  .philosophy .section__title.mobile {
    display: block;
  }
  .philosophy__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .philosophy__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .philosophy__img::before {
    left: 150px;
    width: 850px;
    background-image: url("../images/philosophy-bg-mobile.svg");
  }
  .philosophy__content {
    max-width: 100%;
    margin-right: 0;
  }
  .philosophy__text {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .container {
    padding: 0 10px;
  }
  .section__header {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .banner::before {
    width: 83%;
    background-image: url("../images/banner-bg-mobile.svg");
  }
  .banner__inner {
    padding: 30px 0 20px;
  }
  .btn-red {
    font-size: 15px;
    line-height: 18px;
    padding: 13.5px;
  }
  .facts::before {
    left: 0;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 90%;
    height: 100%;
    background-image: url("../images/fact-bg-mobile.svg");
  }
  .facts__inner {
    padding: 40px 0 30px;
  }
  .facts__list {
    gap: 30px 20px;
    border-radius: 10px;
    padding: 30px 10px;
  }
  .facts__item .amount {
    font-size: 30px;
    line-height: 20px;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
  .slider .slick-dots {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 10px;
    left: auto;
    bottom: -17px;
  }
  .slider .slick-dots li {
    margin: 0 2px 4px;
  }
  .slider .slick-dots li button {
    width: 30px;
  }
  .slider .slick-prev,
  .slider .slick-next {
    top: auto;
    right: auto;
    bottom: -35px;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='36' viewBox='0 0 35 36' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1653 2.08768L16.7737 3.52416L31 17.3059H1.00004V19.3059H31.0552L16.7624 33.5988L18.1766 35.013L34.895 18.2946L18.1653 2.08768Z' fill='white'/%3E%3C/svg%3E");
  }
  .slider .slick-prev:hover,
  .slider .slick-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='36' viewBox='0 0 35 36' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1653 2.08768L16.7737 3.52416L31 17.3059H1.00004V19.3059H31.0552L16.7624 33.5988L18.1766 35.013L34.895 18.2946L18.1653 2.08768Z' fill='%23F73B1E'/%3E%3C/svg%3E");
  }
  .slider .slick-prev {
    left: 10px;
  }
  .slider .slick-next {
    left: 55px;
  }
  .area {
    padding: 30px 0 20px;
  }
  .area__icon {
    width: 65px;
    height: 65px;
  }
  .philosophy {
    padding: 30px 0;
  }
  .networking {
    padding: 30px 0;
  }
  .networking .section__title {
    margin-bottom: 20px;
  }
  .networking .slider .slick-dots {
    bottom: -36px;
    padding-left: 100px;
  }
  .networking .slider .slick-prev,
  .networking .slider .slick-next {
    bottom: -53px;
  }
  .networking__slider.slick-dotted.slick-slider {
    margin-bottom: 53px;
  }
  .networking__item img {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer {
    padding: 30px 0;
  }
  .geography {
    padding: 30px 0;
  }
}

@media (max-width: 600px) {
  .page__title,
  h1.page__title,
  .text-content h1.page__title {
    font-size: 18px;
    margin: 40px 0 30px;
  }
  .text-content h1 {
    font-size: 18px;
  }
  .text-content h2 {
    font-size: 16px;
  }
  .text-content h3 {
    font-size: 16px;
  }
  .text-content h4 {
    font-size: 14px;
  }
  .text-content h5 {
    font-size: 14px;
  }
  .text-content h6 {
    font-size: 14px;
  }
  .text-content p {
    margin-bottom: 20px;
  }
  .text-content ul li {
    margin-bottom: 5px;
  }
  .footer__inner {
    padding: 20px 20px 25px;
  }
  .banner::before {
    width: 90%;
  }
  .banner__title {
    max-width: 400px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section__title {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
  .philosophy__img {
    margin: 20px 0;
  }
  .feedback {
    padding: 30px 0;
  }
  .feedback::before {
    left: 0;
    right: auto;
    height: 304px;
    background-image: url("../images/feedback-bg-1-mobile.svg");
  }
  .feedback__left {
    padding: 30px 20px 60px;
  }
  .feedback__left .feedback__title {
    margin-bottom: 10px;
  }
  .feedback__right {
    padding: 27px 20px;
  }
  .feedback__right::before {
    display: none;
  }
  .feedback__right .feedback__result {
    min-height: 400px;
  }
  .feedback__phone {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .form__input {
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 10px;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 22px;
  }
  .form__input::-moz-placeholder {
    font-size: 12px;
    line-height: 22px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 22px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 22px;
  }
  .form__input::placeholder {
    font-size: 12px;
    line-height: 22px;
  }
  .form textarea {
    height: 77px;
  }
  .form__policy {
    max-width: 250px;
    font-size: 8px;
    line-height: normal;
  }
  .form [type="checkbox"] + .caption {
    font-size: 12px;
    line-height: 22px;
  }
  .popup {
    padding: 26px 20px 32px;
  }
  .popup.finished {
    background-image: url("../images/feedback-result-bg-mobile.svg");
  }
  .popup .feedback__title {
    font-weight: 600;
    margin-bottom: 16px;
  }
  .popup .feedback__result {
    min-height: 450px;
  }
  .form__dropdown-title::before {
    height: 20px;
    width: 20px;
  }
  .form__dropdown-list {
    max-height: 125px;
  }
  .form__dropdown-item {
    margin-bottom: 5px;
  }
  .geography__map-wrapper {
    padding: 0 10px;
  }
  .geography__item-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .geography__item-title {
    font-size: 12px;
  }
  .geography__item-subtitle {
    font-size: 8px;
  }
  .geography__item.with-balloon .geography__item-title {
    padding-bottom: 2px;
  }
  .geography__balloon-title {
    font-size: 12px;
    margin-top: 3px;
  }
  .geography__balloon-text {
    font-size: 12px;
    line-height: normal;
  }
  .services {
    padding: 30px 0;
  }
  .services__slider {
    max-width: 300px;
    margin-bottom: -62px;
    padding-bottom: 42px;
  }
  .services__slider::before {
    height: 250px;
    top: -10px;
  }
  .services__item {
    margin-bottom: 62px;
  }
  .services__item:nth-child(odd) {
    -webkit-transform: translateY(42px);
        -ms-transform: translateY(42px);
            transform: translateY(42px);
  }
  .services__item:nth-child(even) .services__content {
    top: 11px;
    left: 5px;
  }
  .services__img {
    height: 240px;
  }
  .services__img::after {
    display: none;
  }
  .services__name {
    width: 150px;
    font-size: 16px;
    letter-spacing: 1.6px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  .services__name .desktop-text {
    display: none;
  }
  .services__name .mobile-text {
    display: block;
  }
  .services__btn {
    width: 145px;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 1px;
    padding: 10px;
  }
}
.policy-content
{
	min-height:600px;
}


@media (max-width: 400px) {
  .banner::before {
    width: 95%;
  }
  
  .policy-content
{
	min-height:auto;
}
  
  
  .btn-red {
    max-width: 350px;
    width: 100%;
  }
  .services__slider::before {
    width: 300px;
    height: 200px;
    background-image: url("../images/services-bg-mobile.svg");
  }
}

@media (max-width: 350px) {
  .banner::before {
    width: 100%;
  }
  .philosophy__img {
    height: 235px;
  }
  .services__slider::before {
    width: 220px;
    height: 172px;
    left: -10px;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-position: top left;
  }
}
