/**************************** 
//                         //
//  Created by LIFE STYLE  //
//                         //
 **************************/
/*
----------------------
Mini map css style
-------------------


----------------------
*/
/* Start Normalize */
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

main {
  display: block;
}

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

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

a {
  background-color: transparent;
  text-decoration: none;
}

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;
  padding: 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 {
  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] {
  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;
}

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

button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

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

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

imput {
  border: none;
  outline: none;
  background: none;
}

* {
  box-sizing: border-box;
}

.bg-grey {
  background: #f5f5f5;
}

.bg-accent {
  background: #1e2124;
}

.padditng-top {
  padding-top: 100px;
}
@media screen and (max-width: 1700px) {
  .padditng-top {
    padding-top: 88px;
  }
}
@media screen and (max-width: 1170px) {
  .padditng-top {
    padding-top: 68px;
  }
}
@media screen and (max-width: 480px) {
  .padditng-top {
    padding-top: 56px;
  }
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}
:root {
  --font-m: "Gilroy";
  --weight-m-700: 700;
  --weight-m-600: 600;
  --weight-m-500: 500;
  --weight-m-400: 400;
}

.flex\:row, .flex\:row-max-1024, .flex\:row-max-1260, .flex\:row-max, .flex\:row-hd {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.flex\:col, .flex\:col-max-1024, .flex\:col-max-1260, .flex\:col-max, .flex\:col-hd {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.flex\:row-hd {
  max-width: 1920px;
}
.flex\:row-max {
  max-width: 1440px;
  padding: 0 20px;
}
.flex\:row-max-1260 {
  max-width: 1300px;
  padding: 0 20px;
}
.flex\:row-max-1024 {
  max-width: 1064px;
  padding: 0 20px;
}

.flex\:col-hd {
  max-width: 1920px;
}
.flex\:col-max {
  max-width: 1440px;
  padding: 0 20px;
}
.flex\:col-max-1260 {
  max-width: 1300px;
  padding: 0 20px;
}
.flex\:col-max-1024 {
  max-width: 1064px;
  padding: 0 20px;
}

.grid\:fr, .grid\:fr-1, .grid\:fr-2, .grid\:fr-3, .grid\:fr-4 {
  display: grid;
  width: 100%;
  grid-gap: 24px;
}
.grid\:fr-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid\:fr-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid\:fr-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid\:fr-1 {
  grid-template-columns: repeat(1, 1fr);
}

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-10 {
    padding-top: calc(50px + -40 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-10 {
    padding-bottom: calc(50px + -40 * ((100vw - 320px) / 1580));
  }
}
.pad-t-10 {
  padding-top: 10px;
}
@media screen and (max-width: 1900px) {
  .pad-t-10 {
    padding-top: calc(50px + -40 * ((100vw - 320px) / 1580));
  }
}
.pad-b-10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 1900px) {
  .pad-b-10 {
    padding-bottom: calc(50px + -40 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-20 {
    padding-top: calc(50px + -30 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-20 {
    padding-bottom: calc(50px + -30 * ((100vw - 320px) / 1580));
  }
}
.pad-t-20 {
  padding-top: 20px;
}
@media screen and (max-width: 1900px) {
  .pad-t-20 {
    padding-top: calc(50px + -30 * ((100vw - 320px) / 1580));
  }
}
.pad-b-20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .pad-b-20 {
    padding-bottom: calc(50px + -30 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-30 {
    padding-top: calc(50px + -20 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-30 {
    padding-bottom: calc(50px + -20 * ((100vw - 320px) / 1580));
  }
}
.pad-t-30 {
  padding-top: 30px;
}
@media screen and (max-width: 1900px) {
  .pad-t-30 {
    padding-top: calc(50px + -20 * ((100vw - 320px) / 1580));
  }
}
.pad-b-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .pad-b-30 {
    padding-bottom: calc(50px + -20 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-40 {
    padding-top: calc(50px + -10 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-40 {
    padding-bottom: calc(50px + -10 * ((100vw - 320px) / 1580));
  }
}
.pad-t-40 {
  padding-top: 40px;
}
@media screen and (max-width: 1900px) {
  .pad-t-40 {
    padding-top: calc(50px + -10 * ((100vw - 320px) / 1580));
  }
}
.pad-b-40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1900px) {
  .pad-b-40 {
    padding-bottom: calc(50px + -10 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-50 {
    padding-top: calc(50px + 0 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-50 {
    padding-bottom: calc(50px + 0 * ((100vw - 320px) / 1580));
  }
}
.pad-t-50 {
  padding-top: 50px;
}
@media screen and (max-width: 1900px) {
  .pad-t-50 {
    padding-top: calc(50px + 0 * ((100vw - 320px) / 1580));
  }
}
.pad-b-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .pad-b-50 {
    padding-bottom: calc(50px + 0 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-60 {
    padding-top: calc(50px + 10 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-60 {
    padding-bottom: calc(50px + 10 * ((100vw - 320px) / 1580));
  }
}
.pad-t-60 {
  padding-top: 60px;
}
@media screen and (max-width: 1900px) {
  .pad-t-60 {
    padding-top: calc(50px + 10 * ((100vw - 320px) / 1580));
  }
}
.pad-b-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1900px) {
  .pad-b-60 {
    padding-bottom: calc(50px + 10 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-70 {
    padding-top: calc(50px + 20 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-70 {
    padding-bottom: calc(50px + 20 * ((100vw - 320px) / 1580));
  }
}
.pad-t-70 {
  padding-top: 70px;
}
@media screen and (max-width: 1900px) {
  .pad-t-70 {
    padding-top: calc(50px + 20 * ((100vw - 320px) / 1580));
  }
}
.pad-b-70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 1900px) {
  .pad-b-70 {
    padding-bottom: calc(50px + 20 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-80 {
    padding-top: calc(50px + 30 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-80 {
    padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1580));
  }
}
.pad-t-80 {
  padding-top: 80px;
}
@media screen and (max-width: 1900px) {
  .pad-t-80 {
    padding-top: calc(50px + 30 * ((100vw - 320px) / 1580));
  }
}
.pad-b-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1900px) {
  .pad-b-80 {
    padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-90 {
    padding-top: calc(50px + 40 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-90 {
    padding-bottom: calc(50px + 40 * ((100vw - 320px) / 1580));
  }
}
.pad-t-90 {
  padding-top: 90px;
}
@media screen and (max-width: 1900px) {
  .pad-t-90 {
    padding-top: calc(50px + 40 * ((100vw - 320px) / 1580));
  }
}
.pad-b-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 1900px) {
  .pad-b-90 {
    padding-bottom: calc(50px + 40 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-100 {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-100 {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1580));
  }
}
.pad-t-100 {
  padding-top: 100px;
}
@media screen and (max-width: 1900px) {
  .pad-t-100 {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 1580));
  }
}
.pad-b-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1900px) {
  .pad-b-100 {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-110 {
    padding-top: calc(50px + 60 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-110 {
    padding-bottom: calc(50px + 60 * ((100vw - 320px) / 1580));
  }
}
.pad-t-110 {
  padding-top: 110px;
}
@media screen and (max-width: 1900px) {
  .pad-t-110 {
    padding-top: calc(50px + 60 * ((100vw - 320px) / 1580));
  }
}
.pad-b-110 {
  padding-bottom: 110px;
}
@media screen and (max-width: 1900px) {
  .pad-b-110 {
    padding-bottom: calc(50px + 60 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-120 {
    padding-top: calc(50px + 70 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-120 {
    padding-bottom: calc(50px + 70 * ((100vw - 320px) / 1580));
  }
}
.pad-t-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1900px) {
  .pad-t-120 {
    padding-top: calc(50px + 70 * ((100vw - 320px) / 1580));
  }
}
.pad-b-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1900px) {
  .pad-b-120 {
    padding-bottom: calc(50px + 70 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-130 {
    padding-top: calc(50px + 80 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-130 {
    padding-bottom: calc(50px + 80 * ((100vw - 320px) / 1580));
  }
}
.pad-t-130 {
  padding-top: 130px;
}
@media screen and (max-width: 1900px) {
  .pad-t-130 {
    padding-top: calc(50px + 80 * ((100vw - 320px) / 1580));
  }
}
.pad-b-130 {
  padding-bottom: 130px;
}
@media screen and (max-width: 1900px) {
  .pad-b-130 {
    padding-bottom: calc(50px + 80 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-140 {
    padding-top: calc(50px + 90 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-140 {
    padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1580));
  }
}
.pad-t-140 {
  padding-top: 140px;
}
@media screen and (max-width: 1900px) {
  .pad-t-140 {
    padding-top: calc(50px + 90 * ((100vw - 320px) / 1580));
  }
}
.pad-b-140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 1900px) {
  .pad-b-140 {
    padding-bottom: calc(50px + 90 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-150 {
    padding-top: calc(50px + 100 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-150 {
    padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1580));
  }
}
.pad-t-150 {
  padding-top: 150px;
}
@media screen and (max-width: 1900px) {
  .pad-t-150 {
    padding-top: calc(50px + 100 * ((100vw - 320px) / 1580));
  }
}
.pad-b-150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 1900px) {
  .pad-b-150 {
    padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-160 {
    padding-top: calc(50px + 110 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-160 {
    padding-bottom: calc(50px + 110 * ((100vw - 320px) / 1580));
  }
}
.pad-t-160 {
  padding-top: 160px;
}
@media screen and (max-width: 1900px) {
  .pad-t-160 {
    padding-top: calc(50px + 110 * ((100vw - 320px) / 1580));
  }
}
.pad-b-160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 1900px) {
  .pad-b-160 {
    padding-bottom: calc(50px + 110 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-170 {
    padding-top: calc(50px + 120 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-170 {
    padding-bottom: calc(50px + 120 * ((100vw - 320px) / 1580));
  }
}
.pad-t-170 {
  padding-top: 170px;
}
@media screen and (max-width: 1900px) {
  .pad-t-170 {
    padding-top: calc(50px + 120 * ((100vw - 320px) / 1580));
  }
}
.pad-b-170 {
  padding-bottom: 170px;
}
@media screen and (max-width: 1900px) {
  .pad-b-170 {
    padding-bottom: calc(50px + 120 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-180 {
    padding-top: calc(50px + 130 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-180 {
    padding-bottom: calc(50px + 130 * ((100vw - 320px) / 1580));
  }
}
.pad-t-180 {
  padding-top: 180px;
}
@media screen and (max-width: 1900px) {
  .pad-t-180 {
    padding-top: calc(50px + 130 * ((100vw - 320px) / 1580));
  }
}
.pad-b-180 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1900px) {
  .pad-b-180 {
    padding-bottom: calc(50px + 130 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-190 {
    padding-top: calc(50px + 140 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-190 {
    padding-bottom: calc(50px + 140 * ((100vw - 320px) / 1580));
  }
}
.pad-t-190 {
  padding-top: 190px;
}
@media screen and (max-width: 1900px) {
  .pad-t-190 {
    padding-top: calc(50px + 140 * ((100vw - 320px) / 1580));
  }
}
.pad-b-190 {
  padding-bottom: 190px;
}
@media screen and (max-width: 1900px) {
  .pad-b-190 {
    padding-bottom: calc(50px + 140 * ((100vw - 320px) / 1580));
  }
}

.pad-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1900px) {
  .pad-tb-200 {
    padding-top: calc(50px + 150 * ((100vw - 320px) / 1580));
  }
}
@media screen and (max-width: 1900px) {
  .pad-tb-200 {
    padding-bottom: calc(50px + 150 * ((100vw - 320px) / 1580));
  }
}
.pad-t-200 {
  padding-top: 200px;
}
@media screen and (max-width: 1900px) {
  .pad-t-200 {
    padding-top: calc(50px + 150 * ((100vw - 320px) / 1580));
  }
}
.pad-b-200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 1900px) {
  .pad-b-200 {
    padding-bottom: calc(50px + 150 * ((100vw - 320px) / 1580));
  }
}

.overflow-hiddden {
  overflow: hidden;
}

body {
  font-family: var(--font-m);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-m);
  font-weight: var(--weight-m-700);
  line-height: 120%;
  color: #1f1f1f;
}

li, p {
  font-family: var(--font-m);
  font-weight: var(--weight-m-400);
  font-size: 16px;
  line-height: 140%;
  color: #1f1f1f;
}

.text-tmp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.text-tmp.white-title > h1, .text-tmp.white-title > h2, .text-tmp.white-title > h3, .text-tmp.white-title > h4, .text-tmp.white-title > h5, .text-tmp.white-title > h6 {
  color: #fff;
}
.text-tmp.title-blue > h1, .text-tmp.title-blue > h2, .text-tmp.title-blue > h3, .text-tmp.title-blue > h4, .text-tmp.title-blue > h5, .text-tmp.title-blue > h6 {
  color: #2d7bbd;
}
.text-tmp.color-white * {
  color: #fff;
}
.text-tmp.accent3-txt p, .text-tmp.accent3-txt li {
  color: #f5f5f5;
}
.text-tmp.margin-24 > *:not(:last-child) {
  margin-bottom: 24px;
}
.text-tmp.margin-50 > *:not(:last-child) {
  margin-bottom: 50px;
}
.text-tmp > h1:not(:last-child), .text-tmp > h2:not(:last-child), .text-tmp > h3:not(:last-child), .text-tmp > h4:not(:last-child), .text-tmp > h5:not(:last-child), .text-tmp > h6:not(:last-child) {
  margin-bottom: 0.8em;
}
.text-tmp p:not(:last-child) {
  margin-bottom: 0.8em;
}
.text-tmp p > a {
  color: #2d7bbd;
  text-decoration: underline;
}
.text-tmp p > a:hover {
  text-decoration: none;
}
.text-tmp ul:not(:last-child), .text-tmp ol:not(:last-child) {
  margin-bottom: 0.8em;
}
.text-tmp ul li, .text-tmp ol li {
  width: 100%;
  list-style: disc;
  list-style-position: inside;
}
.text-tmp ul li:not(:last-child), .text-tmp ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.text-tmp ul li > a, .text-tmp ol li > a {
  color: #2d7bbd;
  text-decoration: underline;
}
.text-tmp ul li > a:hover, .text-tmp ol li > a:hover {
  text-decoration: none;
}
.text-tmp img, .text-tmp video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-tmp img:not(:last-child), .text-tmp video:not(:last-child) {
  margin-bottom: 0.8em;
}
.text-tmp iframe {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-tmp iframe:not(:last-child) {
  margin-bottom: 0.8em;
}

.partners-map__city-item, .service__btn {
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .partners-map__city-item, .service__btn {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1580));
  }
}
.wide-busines__numpers p:last-child, .contacts__list-container > h1, .contacts__list-container > h2, .contacts__list-container > h3, .contacts__list-container > h4, .contacts__list-container > h5, .contacts__list-container > h6, .team__card-info ul li:nth-child(2), .prj-page__btns a, .partners__content-btn, .text-tmp.title-24 > h1, .text-tmp.title-24 > h2, .text-tmp.title-24 > h3, .text-tmp.title-24 > h4, .text-tmp.title-24 > h5, .text-tmp.title-24 > h6, .text-tmp.text-24 p, .text-tmp.text-24 li {
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  .wide-busines__numpers p:last-child, .contacts__list-container > h1, .contacts__list-container > h2, .contacts__list-container > h3, .contacts__list-container > h4, .contacts__list-container > h5, .contacts__list-container > h6, .team__card-info ul li:nth-child(2), .prj-page__btns a, .partners__content-btn, .text-tmp.title-24 > h1, .text-tmp.title-24 > h2, .text-tmp.title-24 > h3, .text-tmp.title-24 > h4, .text-tmp.title-24 > h5, .text-tmp.title-24 > h6, .text-tmp.text-24 p, .text-tmp.text-24 li {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1580));
  }
}
.prj-new__txt, .round-num, .text-tmp.title-34 > h1, .text-tmp.title-34 > h2, .text-tmp.title-34 > h3, .text-tmp.title-34 > h4, .text-tmp.title-34 > h5, .text-tmp.title-34 > h6 {
  font-size: 34px;
}
@media screen and (max-width: 1900px) {
  .prj-new__txt, .round-num, .text-tmp.title-34 > h1, .text-tmp.title-34 > h2, .text-tmp.title-34 > h3, .text-tmp.title-34 > h4, .text-tmp.title-34 > h5, .text-tmp.title-34 > h6 {
    font-size: calc(22px + 12 * ((100vw - 320px) / 1580));
  }
}
.both__card-num, h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 48px;
}
@media screen and (max-width: 1900px) {
  .both__card-num, h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: calc(28px + 20 * ((100vw - 320px) / 1580));
  }
}
.logo {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 370px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 15%;
}
.logo img, .logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.social {
  display: flex;
}
.social ul {
  display: flex;
}
.social li {
  display: flex;
}
.social li:not(:last-child) {
  margin-right: 10px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.social a svg {
  width: 50%;
  height: 50%;
}
.social a path {
  fill: #fff;
  transition: 0.3s all ease;
}
.social a:hover {
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
.social a:hover path {
  fill: #000;
}

.pagination {
  display: flex;
}
.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.pagination__btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .pagination__btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .pagination__btn:not(:last-child) {
    margin-right: 10px;
  }
}
.pagination__btn path {
  transition: 0.3s all ease;
}
.pagination__btn:hover {
  background: #000;
}
.pagination__btn:hover path {
  fill: #fff;
}
.pagination__btn:not(:last-child, :first-child) {
  border-color: #000;
}
.pagination__btn:not(:last-child, :first-child):hover {
  background: #000;
  color: #fff;
}
.pagination__btn.active {
  background: #000;
  color: #fff;
}

.both {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  .both {
    flex-direction: column;
  }
}
.both.both-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1250px) {
  .both.both-reverse {
    flex-direction: column;
  }
}
.both.both-reverse .both__item:nth-child(1) {
  grid-area: b;
}
.both.both-reverse .both__item:nth-child(2) {
  grid-area: a;
}
.both.both-reverse .both__info {
  padding-right: calc(100% - 1400px / 2);
  padding-left: 100px;
}
@media screen and (max-width: 1500px) {
  .both.both-reverse .both__info {
    padding: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .both.both-reverse .both__info {
    padding: 50px 20px;
  }
}
.both.both-reverse .round-num {
  color: #1f1f1f;
}
.both.both-reverse .round-num ~ .text-tmp::before {
  background: #1f1f1f;
}
.both__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.both__item:nth-child(1) {
  grid-area: a;
}
.both__item:nth-child(2) {
  grid-area: b;
}
.both__info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-left: calc(100% - 1400px / 2);
  padding-right: 100px;
  padding-bottom: 50px;
}
.both__info .text-tmp {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .both__info {
    padding: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .both__info {
    padding: 50px 20px;
  }
}
.both__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}
.both__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.both__img img, .both__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.both__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s all ease;
  background: rgba(44, 46, 52, 0.3);
}
.both__img:hover::after {
  opacity: 0;
}
.both__img:hover img {
  transform: scale(1.1);
}
.both__img img {
  transition: 0.3s all ease;
}
@media screen and (max-width: 1250px) {
  .both__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .both__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
  .both__img img, .both__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .both__img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .both__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .both__img img, .both__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.both .round-num {
  margin-bottom: 40px;
  border-color: #aaaaaa;
}
.both .round-num ~ .text-tmp::before {
  content: "";
  display: flex;
  width: 100%;
  max-width: 120px;
  height: 3px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 14px;
}
.both__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  padding-right: calc(100% - 1400px / 2);
}
@media screen and (max-width: 1250px) {
  .both__cards {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 600px) {
  .both__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .both__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.both__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .both__card {
    padding: 20px 10px;
  }
}
.both__card .text-tmp {
  text-align: center;
}
.both__card-icon {
  display: flex;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
}
.both__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.both__card-num {
  margin-bottom: 24px;
  color: #1f1f1f;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.head__arrows {
  display: flex;
}
@media screen and (max-width: 600px) {
  .head__arrows {
    margin-top: 20px;
  }
}
.head__arrows > *:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .head__arrows > *:not(:last-child) {
    margin-right: 10px;
  }
}

.grid-decor {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 20%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.grid-decor__item {
  display: flex;
  width: 50%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.grid-decor__item:first-child {
  border-left: 1px solid rgba(55, 55, 55, 0.3);
}
.grid-decor__item:not(:last-child) {
  border-right: 1px solid rgba(55, 55, 55, 0.3);
}
.grid-decor__item:last-child {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 33.3333333333%;
  border: none;
  border-top: 1px solid rgba(55, 55, 55, 0.3);
  border-bottom: 1px solid rgba(55, 55, 55, 0.3);
}

.preloader {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  visibility: visible;
}
.preloader__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.preloader__rund {
  position: relative;
  display: flex;
  width: 150px;
  height: 150px;
  padding: 20px;
  border-radius: 10px;
  -webkit-animation: rotateAnim 6s infinite linear;
  animation: rotateAnim 6s infinite linear;
}
@media screen and (max-width: 1500px) {
  .preloader__rund {
    width: 100px;
    height: 100px;
  }
}
.preloader__rund > * {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(calc(18deg * var(--i)));
}
.preloader__rund > *:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 30px;
  transform: rotate(-50deg);
  background: #aaaaaa;
  border-radius: 10px;
  -webkit-animation: abstract 6s infinite linear;
  animation: abstract 6s infinite linear;
}
@media screen and (max-width: 1500px) {
  .preloader__rund > *:after {
    width: 2px;
  }
}

@-webkit-keyframes abstract {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes abstract {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotateAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.round-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-bottom: 40px;
  border: 10px solid rgba(44, 46, 52, 0.7);
  border-radius: 50%;
  color: #fff;
  font-weight: var(--weight-m-600);
  transition: 0.3s all ease;
}

.building-left-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  max-width: 204px;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 1024px) {
  .building-left-decor {
    max-width: 144px;
  }
}
@media screen and (max-width: 768px) {
  .building-left-decor {
    max-width: 104px;
  }
}

.building-right-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  max-width: 204px;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 1024px) {
  .building-right-decor {
    max-width: 144px;
  }
}
@media screen and (max-width: 768px) {
  .building-right-decor {
    max-width: 104px;
  }
}

.building-left-large-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  max-width: 520px;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 1024px) {
  .building-left-large-decor {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .building-left-large-decor {
    max-width: 104px;
  }
}

.building-right-large-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  max-width: 520px;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 1024px) {
  .building-right-large-decor {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .building-right-large-decor {
    max-width: 104px;
  }
}

.modal-form {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
}
.modal-form__inner {
  width: 100%;
  max-width: 400px;
  padding: 50px 0 !important;
}
.modal-form__form {
  margin-top: 40px;
}
.modal-form__form * {
  outline: none !important;
}
.modal-form__form .btn-accent {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.burger-btn_short, .burger-btn_cross-deg, .burger-btn_cross {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 28px;
  will-change: transform;
  transition: 0.3s all linear;
}
.burger-btn_short::before, .burger-btn_cross-deg::before, .burger-btn_cross::before, .burger-btn_short::after, .burger-btn_cross-deg::after, .burger-btn_cross::after {
  content: "";
  position: absolute;
  left: 0;
}
.burger-btn_short::before, .burger-btn_cross-deg::before, .burger-btn_cross::before {
  transform: translateY(-10px);
}
.burger-btn_short::after, .burger-btn_cross-deg::after, .burger-btn_cross::after {
  transform: translateY(10px);
}
.burger-btn_short::before, .burger-btn_cross-deg::before, .burger-btn_cross::before, .burger-btn_short::after, .burger-btn_cross-deg::after, .burger-btn_cross::after, .burger-btn_short .burger-btn__item, .burger-btn_cross-deg .burger-btn__item, .burger-btn_cross .burger-btn__item {
  width: 100%;
  height: 3px;
  background: #fff;
  will-change: transform;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.burger-btn_cross .burger-btn__item {
  width: 60%;
}
.burger-btn_cross.active::before {
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_cross.active::after {
  transform: translateY(0) rotate(-45deg);
}
.burger-btn_cross.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.burger-btn_cross-deg .burger-btn__item {
  width: 100%;
}
.burger-btn_cross-deg.active::before {
  transform: translateY(0px) rotate(225deg);
}
.burger-btn_cross-deg.active::after {
  transform: translateY(0) rotate(-225deg);
}
.burger-btn_cross-deg.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.burger-btn_short::before {
  width: 50%;
}
.burger-btn_short::after {
  width: 30%;
}
.burger-btn_short .burger-btn__item {
  width: 100%;
  transform: translateX(0);
}
.burger-btn_short.active::before {
  width: 100%;
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_short.active::after {
  width: 100%;
  transform: translateY(0) rotate(315deg);
}
.burger-btn_short.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.anim-burger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: scale(1);
  background: #000;
  cursor: pointer;
}
.anim-burger svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.anim-burger.is-closed path {
  stroke-dasharray: 1 100 190 300;
  stroke-dashoffset: 1;
}
.anim-burger.is-closed .anim-burger__top {
  transform: translateY(0px) rotate(225deg);
}
.anim-burger.is-closed .anim-burger__bottom {
  transform: translateY(0) rotate(-225deg);
}
.anim-burger__top, .anim-burger__bottom {
  position: absolute;
  display: flex;
  height: 4px;
  width: 58%;
  border-radius: 2px;
  background: #fff;
  transition: all 1000ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}
.anim-burger__top {
  transform: translateY(-10px);
}
.anim-burger__bottom {
  transform: translateY(10px);
}
.anim-burger path {
  stroke: #fff;
  stroke-linecap: round;
  stroke-dasharray: 1 100 32 300;
  stroke-dashoffset: 101;
  transition: all 1000ms ease;
}

.btn, .btn-accent, .btn-black, .btn-white {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.938rem 2.188em;
  border-radius: 5px;
  border: 1px solid transparent;
  will-change: transform;
  color: #fff;
  font-size: 16px;
  font-family: var(--font-m);
  font-weight: var(--weight-m-700);
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s all ease;
}
@media screen and (max-width: 480px) {
  .btn, .btn-accent, .btn-black, .btn-white {
    font-size: 14px;
    padding: 0.638rem 2.188em;
  }
}
.btn:hover::after, .btn-accent:hover::after, .btn-black:hover::after, .btn-white:hover::after {
  opacity: 1;
}
.btn svg, .btn-accent svg, .btn-black svg, .btn-white svg {
  margin-left: 10px;
  transition: 0.3s all ease;
}
.btn-accent-border {
  background: transparent !important;
  color: inherit;
  border-color: inherit;
}
.btn-white {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.btn-white::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(136.42deg, #3ba9cc -93.55%, #235cb1 186.99%);
  transition: 0.3s all ease;
}
.btn-white svg {
  fill: #fff;
}
.btn-white:not(.btn-accent-border) {
  color: #000;
}
.btn-white:not(.btn-accent-border) svg {
  fill: #000;
}
.btn-white:hover {
  background: transparent !important;
  border-color: transparent;
  color: #fff;
}
.btn-white:hover::after {
  background: linear-gradient(136.42deg, #3ba9cc -93.55%, #235cb1 186.99%);
}
.btn-white:hover svg {
  fill: #fff;
}
.btn-black {
  background: #000;
  border-color: #000;
  color: #000;
}
.btn-black svg {
  fill: #000;
}
.btn-black:not(.btn-accent-border) {
  color: #fff;
}
.btn-black:not(.btn-accent-border) svg {
  fill: #fff;
}
.btn-black:not(.btn-accent-border):hover {
  background: transparent !important;
  border-color: #000;
  color: #000;
}
.btn-black:not(.btn-accent-border):hover svg {
  fill: #000;
}
.btn-black:hover {
  background: #000 !important;
  border-color: #000;
  color: #fff;
}
.btn-black:hover svg {
  fill: #fff;
}
.btn-accent {
  background: #1e2124;
  border-color: #1e2124;
  color: #1f1f1f;
}
.btn-accent svg {
  fill: #1f1f1f;
}
.btn-accent:not(.btn-accent-border) {
  color: #fff;
}
.btn-accent:not(.btn-accent-border) svg {
  fill: #fff;
}
.btn-accent:not(.btn-accent-border):hover {
  background: transparent !important;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn-accent:not(.btn-accent-border):hover svg {
  fill: #1f1f1f;
}
.btn-accent:hover {
  background: #1e2124 !important;
  border-color: #1f1f1f;
  color: #fff;
}
.btn-accent:hover svg {
  fill: #fff;
}

.arrow-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  pointer-events: painted;
  transition: 0.3s all ease;
}
.arrow-slider.hover-transparent:hover {
  background: transparent;
  border-color: #3e4449;
}
.arrow-slider.hover-transparent:hover svg {
  fill: #3e4449;
}
.arrow-slider svg {
  width: 60%;
  fill: #aaaaaa;
  transition: 0.3s all ease;
}
.arrow-slider path {
  transition: 0.3s all ease;
}
.arrow-slider:active svg {
  transform: scale(0.9);
}
.arrow-slider:hover {
  background: #2c2e34;
}
.arrow-slider.arrow-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.prj-card {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 800px;
}
.prj-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(7.65deg, #2d7cbd -55.93%, rgba(46, 125, 189, 0.1) 38.31%);
  opacity: 0;
  transition: 0.3s all ease;
}
.prj-card:hover::after {
  opacity: 1;
}
.prj-card:hover .prj-card__item-number {
  border-color: #2c2e34;
}
.prj-card:hover img {
  transform: scale(1.1);
}
.prj-card__item-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 500px;
  overflow: hidden;
}
.prj-card__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 102.5%;
}
.prj-card__item-img img, .prj-card__item-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .prj-card__item-img {
    min-height: 420px;
  }
}
.prj-card__item-img img {
  will-change: transform;
  transition: 0.3s all ease;
}
.prj-card__item-info {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 70px 60px;
}
@media screen and (max-width: 600px) {
  .prj-card__item-info {
    padding: 70px 20px;
  }
}
.prj-card__item-info .text-tmp::before {
  content: "";
  display: flex;
  width: 100%;
  max-width: 120px;
  height: 3px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 14px;
}
.prj-card__item-number {
  margin-bottom: 40px;
}

.card-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cccccc;
  transition: 0.3s all ease;
}
.card-news:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.card-news__img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.card-news__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.card-news__img img, .card-news__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-news__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
}
.card-news__info .text-tmp {
  margin-bottom: 25px;
}
.card-news__info .text-tmp * {
  font-weight: var(--weight-m-500);
}
.card-news__date {
  align-self: flex-end;
  margin-top: auto;
  color: #1f1f1f;
}

.checkbox__label {
  display: flex;
  align-items: center;
}
.checkbox__label p {
  margin-left: 10px;
  font-size: 16px;
  color: #000;
  transition: 0.3s all ease;
}
.checkbox__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.checkbox__input:checked + .checkbox__content {
  background: #000;
}
.checkbox__input:checked + .checkbox__content svg {
  opacity: 1;
}
.checkbox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  transition: 0.3s all ease;
}
.checkbox__content svg {
  transition: 0.3s all ease;
  opacity: 0;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.switch__label {
  position: relative;
  display: flex;
  align-items: center;
  width: 80px;
  height: 30px;
  background: #000;
  border-radius: 3.125rem;
}
.switch__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.switch__input:checked + .switch__content {
  left: calc(100% - 27px);
  background: green;
}
.switch__content {
  position: absolute;
  left: 3px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s all ease;
}

.radio__label {
  display: flex;
  align-items: center;
}
.radio__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.radio__input:checked + .radio__round::after {
  opacity: 1;
}
.radio__round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.radio__round::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #2d7bbd;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all ease;
}
.radio p {
  margin-left: 10px;
  font-size: 16px;
  color: #000;
  transition: 0.3s all ease;
}

.file {
  display: flex;
  flex-direction: column;
}
.file__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.file__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.file__label:hover {
  border-color: #000;
}
.file__label p {
  font-size: 16px;
  color: #000;
  transition: 0.3s all ease;
}
.file__label svg {
  margin-left: auto;
}
.file__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.file__img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  width: 100%;
  margin-top: 10px;
}
.file__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.file__card-btn {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.file__card-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.file__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.file__card-img img, .file__card-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.file__card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 200px;
  word-break: break-word;
  padding: 10px;
  background: grey;
  color: #fff;
}
.file__card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
}
.file__card-size {
  margin-top: 4px;
}
.file__error {
  color: #eb4d4b;
}

.form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 100%;
}
.form-fr1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.form-fr2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form-fr2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-fr3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form-fr3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.select-custom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.select-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,         <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">             <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="black"></path>         </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.select-custom.active {
  border: 1px solid #000;
}
.select-custom.active::after {
  transform: translateY(-50%) rotate(90deg);
}
.select-custom__field {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.select-custom__list {
  z-index: 10;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 180px;
  max-height: 200px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all ease;
}
.select-custom__list.active {
  opacity: 1;
  pointer-events: painted;
  visibility: visible;
}
.select-custom__list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 10px;
  overflow-y: scroll;
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
}
.select-custom__list ul::-webkit-scrollbar {
  width: 8px;
}
.select-custom__list ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.select-custom__list ul::-webkit-scrollbar-thumb {
  background: #000;
}
.select-custom__list ul li {
  display: flex;
  width: 100%;
  padding: 6px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
}
.select-custom__list ul li:not(:last-child) {
  margin-bottom: 4px;
}
.select-custom__list ul li.active {
  background: #000;
}
.select-custom__list ul li:hover:not(.active) {
  background: rgba(0, 0, 0, 0.5);
}
.select-custom select {
  display: none;
  opacity: 0;
  max-width: 0;
  max-height: 0;
  visibility: hidden;
}

.input {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  transition: 0.3s all ease;
}
.input.input-black input, .input.input-black textarea {
  background: #3e4449;
  border-radius: 5px;
  color: #fff;
}
.input.input-black input::-moz-placeholder, .input.input-black textarea::-moz-placeholder {
  color: #fff;
}
.input.input-black input:-ms-input-placeholder, .input.input-black textarea:-ms-input-placeholder {
  color: #fff;
}
.input.input-black input::placeholder, .input.input-black textarea::placeholder {
  color: #fff;
}
.input.input-black input:focus, .input.input-black input.active, .input.input-black textarea:focus, .input.input-black textarea.active {
  border-color: #2d7bbd !important;
}
.input.input-black .input__label {
  color: #fff;
}
.input.input-grey input, .input.input-grey textarea {
  background: #f5f5f5;
  border-radius: 5px;
  color: #000;
}
.input.input-grey input::-moz-placeholder, .input.input-grey textarea::-moz-placeholder {
  color: #000;
}
.input.input-grey input:-ms-input-placeholder, .input.input-grey textarea:-ms-input-placeholder {
  color: #000;
}
.input.input-grey input::placeholder, .input.input-grey textarea::placeholder {
  color: #000;
}
.input.input-grey input:focus, .input.input-grey input.active, .input.input-grey textarea:focus, .input.input-grey textarea.active {
  border-color: #2d7bbd !important;
}
.input.input-grey .input__label {
  color: #000;
}
.input__label {
  margin-bottom: 10px;
  font-size: 16px;
}
.input input, .input textarea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 20px 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  font-size: 16px;
  transition: 0.3s all ease;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #000;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #000;
}
.input input::placeholder, .input textarea::placeholder {
  color: #000;
}
.input input:focus, .input input.active, .input textarea:focus, .input textarea.active {
  border-color: #000 !important;
}
.input textarea {
  height: 195px;
  resize: none;
}

.input-error input, .input-error textarea {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
  color: #eb4d4b;
}
.input-error input::-moz-placeholder, .input-error textarea::-moz-placeholder {
  color: #eb4d4b !important;
}
.input-error input:-ms-input-placeholder, .input-error textarea:-ms-input-placeholder {
  color: #eb4d4b !important;
}
.input-error input::placeholder, .input-error textarea::placeholder {
  color: #eb4d4b !important;
}
.input-error.checkbox__label .checkbox__content {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.checkbox__label * {
  color: #eb4d4b;
}
.input-error.file__label {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.file__label p {
  color: #eb4d4b;
}
.input-error .input__label {
  color: #eb4d4b;
}

.text-empty {
  z-index: 10;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #eb4d4b;
  border-top-left-radius: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-weight: lighter;
  font-size: 14px;
  will-change: transform;
  pointer-events: none;
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.4));
  -webkit-animation: animTultipForm 0.4s both ease;
  animation: animTultipForm 0.4s both ease;
}
.text-empty:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom: 5px solid #eb4d4b;
}

@-webkit-keyframes animTultipForm {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animTultipForm {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-preloader {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1e2124;
  font-size: 18px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-preloader__round {
  width: 40px;
  height: 40px;
  margin: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
.form-preloader__text {
  -webkit-animation: animTextAnsver 0.4s both ease;
  animation: animTextAnsver 0.4s both ease;
}

@-webkit-keyframes animTextAnsver {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animTextAnsver {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper {
  width: 100%;
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
  transition: 0.3s all ease;
}
.swiper .swiper-slide {
  height: auto;
}

/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  background: #1e2124;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease;
}
@media screen and (max-width: 1500px) {
  .header {
    padding: 14px 0;
  }
}
.header.transform {
  transform: translateY(-100%);
}
@media screen and (max-width: 1500px) {
  .header.transform {
    transform: translateY(0);
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
}
@media screen and (max-width: 1170px) {
  .header__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 1500px) {
  .header__logo {
    position: relative;
    width: 100%;
    max-width: 270px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .header__logo::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 15%;
  }
  .header__logo img, .header__logo svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 1170px) {
  .header__logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .header__logo {
    position: relative;
    width: 100%;
    max-width: 170px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .header__logo::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 15%;
  }
  .header__logo img, .header__logo svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1170px) {
  .header__nav {
    display: none;
  }
}
.header__nav > ul {
  display: flex;
}
.header__nav > ul > li {
  position: relative;
}
.header__nav > ul > li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 1366px) {
  .header__nav > ul > li:not(:last-child) {
    margin-right: 25px;
  }
}
.header__nav > ul > li:hover .header__nav-drop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: painted;
  visibility: visible;
}
.header__nav > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .header__nav > ul > li > a {
    font-size: 16px;
  }
}
.header__nav > ul > li > a::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: flex;
  width: 0;
  height: 1px;
  background: #fff;
  border-radius: 3px;
  pointer-events: none;
  transition: 0.3s all ease;
}
.header__nav > ul > li > a.active::after {
  right: auto;
  left: 0;
  display: flex;
  width: 100%;
}
.header__nav > ul > li > a svg {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  fill: #fff;
}
.header__nav > ul > li > a:hover:not(.link-droped)::after {
  right: auto;
  left: 0;
  display: flex;
  width: 100%;
}
.header__nav-drop {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 300px;
  background: #3e4449;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all ease;
}
.header__nav-drop::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}
.header__nav-drop ul {
  overflow: hidden;
  border-radius: 5px;
}
.header__nav-drop ul li {
  position: relative;
}
.header__nav-drop ul a {
  display: flex;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  transition: 0.3s all ease;
}
.header__nav-drop ul a:hover {
  background: #2d7bbd;
}
.header__phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .header__phone {
    display: none;
  }
}
.header__phone ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1170px) {
  .header__phone ul {
    flex-direction: row;
  }
}
.header__phone ul li:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 1170px) {
  .header__phone ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
.header__phone ul a {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 2px 4px;
  font-size: 16px;
  font-weight: var(--weight-m-500);
  color: #fff;
  transition: 0.3s all ease;
}
.header__phone ul a svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  fill: #fff;
  transition: 0.3s all ease;
}
.header__phone ul a::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all ease;
}
.header__phone ul a:hover {
  color: #1f1f1f;
}
.header__phone ul a:hover svg {
  fill: #1f1f1f;
}
.header__phone ul a:hover::after {
  opacity: 1;
}
.header__lang {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1170px) {
  .header__lang {
    display: none;
  }
}
.header__lang > ul > li {
  position: relative;
  color: #fff;
  cursor: pointer;
}
.header__lang > ul > li > button {
  display: flex;
  color: #fff;
}
.header__lang > ul > li > button svg {
  width: 30px;
  height: 22px;
  margin-right: 4px;
}
.header__lang > ul > li:hover .header__nav-drop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: painted;
  visibility: visible;
}
.header__lang > ul > li a {
  color: #fff;
}
.header__lang > ul > li a svg {
  width: 30px;
  height: 22px;
  margin-right: 4px;
}
.header__lang > ul > li .header__nav-drop {
  max-width: 120px;
}
.header__burger {
  display: none;
}
@media screen and (max-width: 1170px) {
  .header__burger {
    z-index: 12;
    display: flex;
    margin-left: 30px;
  }
}

.mobile-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: flex-end;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(31, 31, 31, 0.5);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1170px) {
  .mobile-header {
    display: flex;
  }
  .mobile-header.active {
    opacity: 1;
    pointer-events: painted;
    visibility: visible;
  }
}
.mobile-header__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  padding: 10vh 20px 10vh 20px;
  background: #1f1f1f;
}
.mobile-header__logo {
  position: relative;
  width: 100%;
  max-width: 270px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 40px;
}
.mobile-header__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 15%;
}
.mobile-header__logo img, .mobile-header__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-header__menu {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mobile-header__menu ul > li {
  width: 100%;
  max-width: 340px;
}
.mobile-header__menu ul > li > a, .mobile-header__menu ul > li > button {
  padding: 6px 0;
}
.mobile-header__menu ul > li > a.active svg, .mobile-header__menu ul > li > button.active svg {
  transform: rotate(90deg);
}
.mobile-header__menu ul > li > * {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
.mobile-header__menu ul > li > * svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  transition: 0.3s all ease;
}
.mobile-header__menu ul > li > *.active {
  transform: rotate();
}
.mobile-header__menu-drop {
  display: block !important;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: 0.3s all ease;
}
.mobile-header__menu-drop ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 10px;
  background: #2d7bbd;
}
.mobile-header__lang {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 20px;
}
.mobile-header__lang ul {
  display: flex;
}
.mobile-header__lang ul li {
  display: flex;
  align-items: center;
  color: #fff;
}
.mobile-header__lang ul li:not(:last-child) {
  margin-right: 10px;
}
.mobile-header__lang ul li a {
  display: flex;
  align-items: center;
  color: #fff;
}
.mobile-header__lang ul li svg {
  width: 30px;
  height: 22px;
  margin-right: 4px;
}
.mobile-header__phone {
  display: flex;
  flex-direction: column;
}
.mobile-header__phone ul a {
  display: flex;
  align-items: center;
  color: #fff;
}
.mobile-header__phone svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  fill: #fff;
  transition: 0.3s all ease;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 100% 3%;
  background-size: 60% 60%;
}
.footer__inner {
  z-index: 1;
}
.footer__inner .head {
  margin-bottom: 50px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer__contact {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    flex-direction: column;
  }
}
.footer__form-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  margin-right: 8vw;
}
@media screen and (max-width: 768px) {
  .footer__form-container {
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__form {
    max-width: 100%;
  }
}
.footer__form .btn-white {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer__contact-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
}
.footer__contact-list {
  display: flex;
  flex-direction: column;
}
.footer__contact-list:not(:last-child) {
  margin-bottom: 28px;
}
.footer__contact-list ul li {
  color: #aaaaaa;
  transition: 0.3s all ease;
}
.footer__contact-list ul li:first-child {
  margin-bottom: 12px;
}
.footer__contact-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__contact-list ul a {
  display: flex;
  align-items: center;
  color: #aaaaaa;
  transition: 0.3s all ease;
}
.footer__contact-list ul a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #aaaaaa;
  transition: 0.3s all ease;
}
.footer__contact-list ul a:hover {
  color: #fff;
}
.footer__contact-list ul a:hover svg {
  fill: #fff;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
  }
}
.footer__logo-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  margin-right: 8vw;
}
@media screen and (max-width: 768px) {
  .footer__logo-container {
    margin: 0;
    margin-bottom: 20px;
  }
}
.footer__logo {
  margin-bottom: 50px;
}
.footer__nav-list {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .footer__nav-list {
    flex-direction: column;
  }
}
.footer__nav-list ul:not(:last-child) {
  margin-right: 5vw;
}
@media screen and (max-width: 480px) {
  .footer__nav-list ul:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
}
.footer__nav-list ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer__nav-list ul a {
  color: #aaaaaa;
  transition: 0.3s all ease;
}
.footer__nav-list ul a:hover {
  color: #fff;
}
.footer__copy {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    flex-direction: column;
  }
}
.footer__copy > * {
  color: #aaaaaa;
}
.footer__copy > * > * {
  color: #2d7bbd;
}
.footer__copy a:hover > * {
  text-decoration: underline;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.intro {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 600px;
  height: 80vh;
}
@media screen and (max-width: 600px) {
  .intro {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    height: 50vh;
  }
}
.intro__video {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.intro__video video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .intro__video video {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.intro__item {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1e2124;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .intro__item {
    width: 100%;
  }
}
.intro__item-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .intro__item-inner {
    flex-direction: column;
    padding-bottom: 100px;
  }
}
.intro__item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .intro__item-content {
    width: 100%;
  }
}
.intro__item-info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-left: calc(100% - 1400px / 2);
  padding-bottom: 200px;
  padding-right: 50px;
}
@media screen and (max-width: 1500px) {
  .intro__item-info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .intro__item-info {
    padding: 20px;
  }
}
.intro__item-info .text-tmp {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .intro__item-info .text-tmp {
    margin-bottom: 20px;
  }
}
.intro__item-img {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.intro__item-img img, .intro__item-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .intro__item-img img, .intro__item-img video {
    max-height: 400px;
  }
}
.intro__slider-ui {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 100px 0;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .intro__slider-ui {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .intro__slider-ui {
    padding: 20px;
  }
}
.intro__slider-ui-item {
  display: flex;
  align-items: center;
  align-self: flex-end;
  width: 100%;
  padding-left: calc(100% - 1400px / 2);
}
.intro__arrows {
  display: flex;
  align-self: flex-end;
  margin-right: 40px;
}
.intro__arrows > *:not(:last-child) {
  margin-right: 20px;
}
.intro__pagination {
  display: flex;
  align-items: center;
  color: #aaaaaa;
}
.intro__pagination > * {
  font-size: 18px;
  color: #aaaaaa;
}
.intro__pagination-line {
  display: flex;
  width: 30px;
  height: 2px;
  margin: 0 10px;
  border-radius: 5px;
  background: #aaaaaa;
}

.our-project {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.our-project .head {
  margin-bottom: 45px;
}
.our-project__slider-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.partners {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.partners .head {
  margin-bottom: 45px;
}
.partners__slider-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.partners__slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  max-height: 380px;
  padding: 30px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #fff;
}
.partners__slider-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.partners__slider-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.partners__slider-img img, .partners__slider-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.partners__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.partners__content-tab {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.partners__content-btns {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .partners__content-btns {
    flex-direction: column;
  }
}
.partners__content-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: var(--weight-m-500);
  transition: 0.3s all ease;
}
.partners__content-btn:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 600px) {
  .partners__content-btn:not(:last-child) {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .partners__content-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
    border-radius: 6px;
  }
}
.partners__content-btn::after {
  content: "";
  display: flex;
  width: 100%;
  height: 5px;
  margin-top: 8px;
  background: linear-gradient(136.42deg, #3ba9cc -93.55%, #235cb1 186.99%);
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s all ease;
}
@media screen and (max-width: 600px) {
  .partners__content-btn::after {
    display: none;
  }
}
.partners__content-btn:hover {
  color: #2d7bbd;
}
.partners__content-btn:hover::after {
  content: "";
  opacity: 1;
}
.partners__content-btn.active {
  color: #2d7bbd;
}
.partners__content-btn.active::after {
  content: "";
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .partners__content-btn.active {
    color: #fff;
    background: #2d7bbd;
  }
}
.partners__content-drops {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.partners__content-drop {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 60px 0 0 0;
}
.partners__content-drop > .text-tmp {
  align-items: center;
  text-align: center;
  max-width: 1024px;
}
.partners__content-drop > .text-tmp:not(:last-child) {
  margin-bottom: 40px;
}
.partners__content-drop.active {
  display: flex;
}

.partners__staps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1170px) {
  .partners__staps {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.partners__stap-decor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 20px;
}
@media screen and (max-width: 1170px) {
  .partners__stap-decor {
    display: none;
  }
}
.partners__stap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  padding: 20px 40px;
  background: linear-gradient(136.42deg, #3ba9cc -93.55%, #235cb1 186.99%);
  border-radius: 5px;
}
.partners__stap-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
}
.partners__stap-head-number {
  border-color: rgba(255, 255, 255, 0.35);
}
.partners__stap-img {
  position: relative;
  width: 100%;
  max-width: 110px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.partners__stap-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.partners__stap-img img, .partners__stap-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.news {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.news .head {
  margin-bottom: 45px;
}
.news__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100;
  margin-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  .news__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .news__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.service__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  margin-bottom: 40px;
}
.service__content {
  display: flex;
  height: 100%;
  max-height: 700px;
  overflow: hidden;
  border: 1px solid #6f7070;
}
.service__btns {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  flex-grow: 1;
  border-right: 1px solid #6f7070;
}
@media screen and (max-width: 1170px) {
  .service__btns {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .service__btns {
    max-width: 100%;
    border: none;
  }
}
.service__btn-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #2d7bbd #6f7070;
  scrollbar-width: thin;
}
.service__btn-wrap::-webkit-scrollbar {
  width: 8px;
}
.service__btn-wrap::-webkit-scrollbar-track {
  background-color: #6f7070;
}
.service__btn-wrap::-webkit-scrollbar-thumb {
  background: #2d7bbd;
}
.service__btn {
  display: flex;
  width: 100%;
  min-height: 110px;
  padding: 20px;
  text-align: left;
  font-weight: var(--weight-m-500);
  color: #fff;
}
.service__btn:not(:last-child) {
  border-bottom: 1px solid #6f7070;
}
.service__btn.active {
  background: #2d7bbd;
}
@media screen and (max-width: 768px) {
  .service__btn {
    flex-shrink: 0;
  }
}
.service__drops {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service__drops {
    display: none;
  }
}
.service__drop {
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 40px 100px 40px 40px;
  overflow-y: auto;
  scrollbar-color: #2d7bbd #6f7070;
  scrollbar-width: thin;
}
.service__drop::-webkit-scrollbar {
  width: 8px;
}
.service__drop::-webkit-scrollbar-track {
  background-color: #6f7070;
}
.service__drop::-webkit-scrollbar-thumb {
  background: #2d7bbd;
}
@media screen and (max-width: 1170px) {
  .service__drop {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service__drop {
    flex-shrink: 0;
    padding: 30px 10px;
    border-bottom: 1px solid #6f7070;
  }
}
.service__drop.active {
  display: flex;
}
.service__drop * {
  color: #fff;
}
.service__drop ul li {
  list-style: disc;
  list-style-position: inside;
  color: #fff;
}
.service__drop ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service__drop ul li a {
  color: #2d7bbd;
}

.prj-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.prj-page__btns {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .prj-page__btns {
    flex-wrap: wrap;
  }
}
.prj-page__btns a {
  display: flex;
  flex-direction: column;
  font-weight: var(--weight-m-500);
  color: #1f1f1f;
}
.prj-page__btns a:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .prj-page__btns a {
    margin-bottom: 20px;
  }
}
.prj-page__btns a:hover::after {
  opacity: 1;
}
.prj-page__btns a.active::after {
  opacity: 1;
}
.prj-page__btns a::after {
  content: "";
  display: flex;
  width: 100%;
  height: 5px;
  margin-top: 7px;
  background: linear-gradient(136.42deg, #3ba9cc -93.55%, #235cb1 186.99%);
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s all ease;
}
.prj-page__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1170px) {
  .prj-page__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .prj-page__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.prj-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.prj-new__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1170px) {
  .prj-new__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .prj-new__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.prj-new__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.prj-new__card-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 500px;
}
.prj-new__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 102.5%;
}
.prj-new__card-img img, .prj-new__card-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prj-new__card-info {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 70px 60px;
}
.prj-new__card-info .text-tmp::before {
  content: "";
  display: flex;
  width: 100%;
  max-width: 120px;
  height: 3px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 14px;
}
.prj-new__preloader {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.prj-new__txt {
  font-weight: var(--weight-m-600);
  color: #aaaaaa;
}

.prj-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.prj-desc__inner {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .prj-desc__inner {
    flex-direction: column-reverse;
  }
}
.prj-desc__slider-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
  margin-right: 24px;
}
@media screen and (max-width: 1170px) {
  .prj-desc__slider-container {
    max-width: 450px;
  }
}
@media screen and (max-width: 850px) {
  .prj-desc__slider-container {
    margin-right: 0;
    margin-top: 40px;
  }
}
.prj-desc__main-slider {
  margin-bottom: 20px;
}
.prj-desc__main-item {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}
.prj-desc__main-item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 77%;
}
.prj-desc__main-item img, .prj-desc__main-item svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prj-desc__depend-slider .swiper-slide-thumb-active img {
  transform: scale(1.2);
}
.prj-desc__depend-item {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s all ease;
}
.prj-desc__depend-item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 77%;
}
.prj-desc__depend-item img, .prj-desc__depend-item svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prj-desc__depend-item img {
  transition: 0.3s all ease;
}
.prj-desc__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
}
.prj-desc__titel-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #1f1f1f;
}
.prj-desc__titel-container .text-tmp::before {
  content: "";
  display: flex;
  width: 100%;
  max-width: 120px;
  height: 3px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 14px;
}
.prj-desc__titel-container .round-num {
  color: #1f1f1f;
}
.prj-desc__titel-container .round-num ~ .text-tmp::before {
  background: #1f1f1f;
}
.prj-desc__media {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
}
.prj-desc__media .text-tmp {
  align-items: center;
  text-align: center;
}
.prj-desc__media:hover svg {
  filter: invert(100%);
}
.prj-desc__media-img {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}
.prj-desc__media-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.prj-desc__media-img img, .prj-desc__media-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prj-desc__media-icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .prj-desc__media-icon {
    width: 45px;
    height: 45px;
  }
}
.prj-desc__media-icon svg {
  transition: 0.4s all ease;
}

.news-page {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-page .head {
  margin-bottom: 40px;
}
.news-page__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .news-page__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .news-page__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-one {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-one .text-tmp {
  align-items: center;
}
.news-one .text-tmp > h1, .news-one .text-tmp > h2, .news-one .text-tmp > h3, .news-one .text-tmp > h4, .news-one .text-tmp > h5, .news-one .text-tmp > h6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  text-align: center;
}
.news-one .text-tmp > h1::after, .news-one .text-tmp > h2::after, .news-one .text-tmp > h3::after, .news-one .text-tmp > h4::after, .news-one .text-tmp > h5::after, .news-one .text-tmp > h6::after {
  content: "";
  display: flex;
  width: 100%;
  max-width: 150px;
  height: 3px;
  margin-top: 24px;
  background: #198754;
  border-radius: 10px;
}

.team {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.team .head {
  margin-bottom: 40px;
}
.team__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-row-gap: 50px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .team__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .team__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .team__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team__card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.team__card-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.team__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 120%;
}
.team__card-img img, .team__card-img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team__card-info {
  display: flex;
  flex-direction: column;
}
.team__card-info ul li:nth-child(1) {
  margin-bottom: 6px;
  font-size: 16px;
  text-transform: uppercase;
  color: #4f4f4f;
}
.team__card-info ul li:nth-child(2) {
  font-weight: var(--weight-m-600);
  color: #1f1f1f;
}

.job {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.job .head {
  margin-bottom: 40px;
}
.job__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .job__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .job__card {
    padding: 40px 20px;
  }
}
.job__card > *:not(:last-child) {
  margin-bottom: 40px;
}
.job__card .text-tmp > h1, .job__card .text-tmp > h2, .job__card .text-tmp > h3, .job__card .text-tmp > h4, .job__card .text-tmp > h5, .job__card .text-tmp > h6 {
  font-weight: var(--weight-m-500);
}
.job__card .text-tmp p {
  color: #4f4f4f;
}

.contacts {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contacts .head {
  margin-bottom: 40px;
}
.contacts__content {
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
  margin-bottom: 100px;
}
.contacts__content-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  grid-row-gap: 50px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 850px) {
  .contacts__content-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .contacts__content-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contacts__list-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contacts__list-container > h1, .contacts__list-container > h2, .contacts__list-container > h3, .contacts__list-container > h4, .contacts__list-container > h5, .contacts__list-container > h6 {
  margin-bottom: 24px;
  color: #fff;
}
.contacts__list-container ul {
  margin-top: auto;
}
.contacts__list-container ul li:not(:last-child) {
  margin-bottom: 10px;
}
.contacts__list-container ul a {
  display: flex;
  align-items: center;
  color: #aaaaaa;
  transition: 0.3s all ease;
}
.contacts__list-container ul a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #aaaaaa;
  transition: 0.3s all ease;
}
.contacts__list-container ul a:hover {
  color: #fff;
}
.contacts__list-container ul a:hover svg {
  fill: #fff;
}
.contacts__map {
  width: 100%;
  height: 400px;
}
.contacts__map .ymaps-2-1-79-map {
  background: #1e2124;
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(100%);
}

.page-error {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-error {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-error__img {
  margin-right: 40px;
  position: relative;
  width: 50%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.page-error__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.page-error__img img, .page-error__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-error__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .page-error__info {
    width: 100%;
  }
}
.page-error__info .text-tmp {
  margin-bottom: 40px;
}

.text-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wide-busines {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wide-busines__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 677px;
  margin-left: auto;
  margin-bottom: -5vw;
}
@media screen and (max-width: 1170px) {
  .wide-busines__info {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.wide-busines__numpers {
  display: flex;
  flex-direction: column;
  margin-top: -10vw;
}
.wide-busines__numpers p:first-child {
  font-size: 100px;
  font-weight: var(--weight-m-600);
}
@media screen and (max-width: 1900px) {
  .wide-busines__numpers p:first-child {
    font-size: calc(30px + 70 * ((100vw - 320px) / 1580));
  }
}
.wide-busines__numpers p:last-child {
  font-weight: var(--weight-m-600);
}

.partners-map {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.partners-map::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 68%;
}
.partners-map img, .partners-map svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.partners-map__svg-link path {
  stroke: #fff;
  fill: #bbbbbb;
}
.partners-map__svg-link.active {
  z-index: 2;
  filter: drop-shadow(-2px 3px 2px rgba(0, 0, 0, 0.1));
}
.partners-map__svg-link.active path {
  fill: #2d7bbd;
}
.partners-map__svg-dot circle {
  opacity: 0;
}
.partners-map__location-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 6px solid rgba(45, 123, 189, 0.2);
  border-radius: 50%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  will-change: transform;
  transition: 0.3s transform ease;
}
@media screen and (max-width: 600px) {
  .partners-map__location-wrap {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(45, 123, 189, 0.2);
  }
}
@media screen and (max-width: 480px) {
  .partners-map__location-wrap {
    width: 30px;
    height: 30px;
  }
}
.partners-map__location-wrap:hover {
  transform: scale(1.5);
}
.partners-map__city-item {
  font-weight: var(--weight-m-700);
  color: #3e4449;
}
@media screen and (max-width: 600px) {
  .partners-map__city-item {
    font-size: 14px;
  }
}

.suggest {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.suggest .head {
  margin-bottom: 40px;
}
.suggest .head > * {
  align-items: center;
  text-align: center;
}
.suggest__form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
}
.suggest__form-container .form button {
  margin: 40px auto 0 auto;
}
.suggest__form-sitizen {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.suggest__form-sitizen-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.suggest__form-sitizen-inner {
  display: flex;
}
.suggest__form-sitizen-inner > *:not(:last-child) {
  margin-right: 40px;
}
/*# sourceMappingURL=main.css.map */
