
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("/fonts/SpaceMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("/fonts/SpaceMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
:root {
  --re-cof: calc(100 / 1920 * 1vw);
}

@media only screen and (min-width: 1920px) {
  :root {
    --re-cof: 1px;
  }
}
@media only screen and (max-width: 500px) {
  :root {
    --re-cof: calc(100 / 430 * 1vw);
  }
}
:root {
  --1px: 0.0695vw;
  --5px: 0.347vw;
  --10px: 0.695vw;
  --15px: 1.0425vw;
  --20px: 1.389vw;
  --25px: 1.737vw;
  --30px: 2.084vw;
  --35px: 2.432vw;
  --40px: 2.779vw;
  --45px: 3.127vw;
  --50px: 3.474vw;
  --55px: 3.822vw;
  --60px: 4.17vw;
  --65px: 4.517vw;
  --70px: 4.865vw;
  --75px: 5.212vw;
  --80px: 5.56vw;
  --85px: 5.907vw;
  --90px: 6.255vw;
  --95px: 6.602vw;
  --100px: 6.95vw;
  --125px: 8.681vw;
  --450px: 31.274vw;
  --470px: 32.665vw;
  --525px: 36.4875vw;
}
@media only screen and (max-width: 500px) {
  :root {
    --1px: 0.266vw;
    --5px: 1.33vw;
    --10px: 2.66vw;
    --15px: 3.99vw;
    --20px: 5.33vw;
    --25px: 6.66vw;
    --30px: 8vw;
    --35px: 9.33vw;
    --40px: 10.66vw;
    --45px: 12vw;
    --50px: 13.33vw;
    --55px: 14.63vw;
    --60px: 15.96vw;
    --65px: 17.29vw;
    --70px: 18.62vw;
    --75px: 19.95vw;
    --80px: 21.28vw;
    --85px: 22.61vw;
    --90px: 23.94vw;
    --95px: 25.27vw;
    --100px: 26.6vw;
    --125px: 33.25vw;
    --450px: 119.7vw;
    --525px: 139.65vw;
  }
}
@charset "UTF-8";
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  background: #fff;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: calc(18 * var(--re-cof));
  line-height: calc(27 * var(--re-cof));
}

body, html {
  scroll-behavior: smooth;
}

body.fixed {
  overflow: hidden;
}

section {
  scroll-margin-top: calc(100 * var(--re-cof));
}

p {
  margin: 0 0 calc(10 * var(--re-cof)) 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #000;
  text-decoration: underline;
}
p a:hover {
  color: #ff611e;
}

a {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

a:active,
a:hover,
a:visited,
button:active,
button:hover,
button:visited,
input:active,
input:hover,
input:visited {
  outline: 0;
}

/* images */
img {
  display: block;
  width: auto;
  height: auto;
}

p img {
  margin: 0 auto;
}

/* audio / video */
audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* lists */
ul, ol {
  padding-left: calc(40 * var(--re-cof));
  margin: calc(10 * var(--re-cof)) auto;
}
ul a:hover, ol a:hover {
  color: #ff611e;
}

li {
  margin-bottom: calc(10 * var(--re-cof));
}

/* forms */
form {
  padding: 0;
  margin: 0;
}

input, textarea {
  font-family: "Manrope", sans-serif;
  border: calc(1 * var(--re-cof)) solid #C2C9D6;
  border-radius: 0;
  padding: calc(24 * var(--re-cof));
  font-size: calc(24 * var(--re-cof));
  line-height: calc(28 * var(--re-cof));
  color: #000;
  background: rgb(255, 255, 255);
  width: 100%;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(28 * var(--re-cof));
  font-weight: 500;
  color: #5E636E;
  text-transform: uppercase;
}
input::placeholder, textarea::placeholder {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(28 * var(--re-cof));
  font-weight: 500;
  color: #5E636E;
  text-transform: uppercase;
}
input:focus, textarea:focus {
  outline: none;
  border-color: #000;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  display: block;
  overflow: auto;
  vertical-align: top;
  resize: none;
  min-height: calc(100 * var(--re-cof));
  width: 100%;
}

select {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(28 * var(--re-cof));
  color: #5E636E;
  text-transform: uppercase;
  width: 100%;
  height: calc(80 * var(--re-cof));
  border: 1px solid #C2C9D6;
  border-radius: 0;
  box-shadow: none;
  padding: calc(24 * var(--re-cof));
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option {
  text-transform: uppercase;
}
select:focus {
  outline: none;
  border-color: #000;
}
select::-ms-expand {
  display: none;
}

label {
  margin-bottom: calc(5 * var(--re-cof));
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
fieldset label {
  margin-bottom: calc(5 * var(--re-cof));
}

button,
input[type=submit] {
  text-transform: none;
  text-decoration: none;
  outline: none;
}

button.loading .btn_loader,
[type=submit].loading .btn_loader,
[type=button].loading .btn_loader {
  animation: spin_animation 1.5s linear infinite;
  visibility: visible;
  width: calc(25 * var(--re-cof));
  margin-left: calc(10 * var(--re-cof));
}
button .btn_loader,
[type=submit] .btn_loader,
[type=button] .btn_loader {
  visibility: hidden;
  width: 0;
  height: calc(25 * var(--re-cof));
}
button .btn_loader svg, button .btn_loader img,
[type=submit] .btn_loader svg,
[type=submit] .btn_loader img,
[type=button] .btn_loader svg,
[type=button] .btn_loader img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
button .copy_success,
[type=submit] .copy_success,
[type=button] .copy_success {
  display: none;
}
button.copied .copy_success,
[type=submit].copied .copy_success,
[type=button].copied .copy_success {
  display: block;
}
button.copied .copy_start,
[type=submit].copied .copy_start,
[type=button].copied .copy_start {
  display: none;
}

input[type=submit],
input[type=file] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=file],
input[type=text] {
  width: 100%;
}

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

/* фокус кнокоп */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
}

/*кнопка очистки поля*/
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* кнопка просмотра пароля */
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* лишнє заповнення полів */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
}

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

.h1,
h1 {
  font-size: calc(64 * var(--re-cof));
  line-height: calc(76 * var(--re-cof));
}

.h2,
h2 {
  font-size: calc(56 * var(--re-cof));
  line-height: calc(67 * var(--re-cof));
}

.h3,
h3 {
  font-size: calc(48 * var(--re-cof));
  line-height: calc(57 * var(--re-cof));
}

.h4,
h4 {
  font-size: calc(32 * var(--re-cof));
  line-height: calc(41 * var(--re-cof));
}

.h5,
h5 {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
}

.h6,
h6 {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
}

hr {
  border: 0;
  height: 1px;
  color: #000;
  background: #000;
  margin: calc(15 * var(--re-cof)) 0;
}

/* table */
table,
thead,
tbody,
tfoot,
tr,
th,
td {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

table {
  font-size: calc(18 * var(--re-cof));
  line-height: calc(23 * var(--re-cof));
  table-layout: fixed;
  margin: calc(15 * var(--re-cof)) 0;
  width: 100%;
}

thead {
  font-weight: normal;
}

th {
  font-weight: normal;
  padding: calc(40 * var(--re-cof)) calc(30 * var(--re-cof)) calc(40 * var(--re-cof)) 0;
}

tr {
  border-bottom: 1px solid #fff;
}

td {
  padding: calc(40 * var(--re-cof)) calc(30 * var(--re-cof)) calc(40 * var(--re-cof)) 0;
  vertical-align: top;
}

blockquote {
  font-style: italic;
  font-size: 90%;
  padding-left: calc(20 * var(--re-cof));
  margin: calc(30 * var(--re-cof)) 0;
  border-left: calc(3 * var(--re-cof)) solid #fd0;
}

pre {
  margin-bottom: calc(15 * var(--re-cof));
  color: #000;
  padding: calc(15 * var(--re-cof)) 0;
  white-space: normal;
}

code {
  display: block;
  margin-bottom: calc(15 * var(--re-cof));
}

@media only screen and (max-width: 500px) {
  .h1,
  h1 {
    font-size: calc(48 * var(--re-cof));
    line-height: calc(52 * var(--re-cof));
  }
  .h2,
  h2 {
    font-size: calc(44 * var(--re-cof));
    line-height: calc(48 * var(--re-cof));
  }
  .h3,
  h3 {
    font-size: calc(40 * var(--re-cof));
    line-height: calc(44 * var(--re-cof));
  }
  .h4,
  h4 {
    font-size: calc(32 * var(--re-cof));
    line-height: calc(41 * var(--re-cof));
  }
  .h5,
  h5 {
    font-size: calc(24 * var(--re-cof));
    line-height: calc(31 * var(--re-cof));
  }
  .h6,
  h6 {
    font-size: calc(24 * var(--re-cof));
    line-height: calc(31 * var(--re-cof));
  }
  /* lists */
  ul, ol {
    padding-left: calc(20 * var(--re-cof));
  }
  textarea {
    min-height: calc(50 * var(--re-cof));
  }
  input, textarea {
    font-size: calc(18 * var(--re-cof));
    line-height: calc(25 * var(--re-cof));
    padding: calc(17 * var(--re-cof)) calc(24 * var(--re-cof));
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: calc(18 * var(--re-cof));
    line-height: calc(25 * var(--re-cof));
  }
  input::placeholder, textarea::placeholder {
    font-size: calc(18 * var(--re-cof));
    line-height: calc(25 * var(--re-cof));
  }
  select {
    font-size: calc(18 * var(--re-cof));
    line-height: calc(25 * var(--re-cof));
    height: calc(60 * var(--re-cof));
    padding: calc(17 * var(--re-cof)) calc(24 * var(--re-cof));
  }
  table {
    font-size: calc(15 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
    margin: calc(10 * var(--re-cof)) 0;
  }
  th {
    padding: calc(20 * var(--re-cof)) calc(15 * var(--re-cof)) calc(20 * var(--re-cof)) 0;
  }
  tr {
    border-bottom: 1px solid #fff;
  }
  td {
    padding: calc(20 * var(--re-cof)) calc(15 * var(--re-cof)) calc(20 * var(--re-cof)) 0;
  }
  blockquote {
    padding-left: calc(15 * var(--re-cof));
    margin: calc(15 * var(--re-cof)) 0;
    border-left: calc(2 * var(--re-cof)) solid #fd0;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.languages .lang-link.current, .socials .soc-link, .arr-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.mobile {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrap {
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bg-wrap.white {
  background-color: #fff;
}
.bg-wrap.lightblue {
  background-color: #F1F3F9;
}

.main {
  padding-top: calc(88 * var(--re-cof));
}

h1.as-h1, .as-h1 {
  font-size: calc(64 * var(--re-cof));
  line-height: calc(76 * var(--re-cof));
  font-weight: 500;
}

.title-icon {
  display: flex;
  align-items: center;
  gap: calc(12 * var(--re-cof));
  width: -moz-fit-content;
  width: fit-content;
}
.title-icon img {
  flex-shrink: 0;
  width: calc(45 * var(--re-cof));
  height: auto;
}
.title-icon span {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(33 * var(--re-cof));
  font-weight: 500;
  color: #1D1E20;
  text-transform: uppercase;
}

.breadcrumbs {
  position: absolute;
  top: calc(50 * var(--re-cof));
  left: calc(80 * var(--re-cof));
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(8 * var(--re-cof));
  z-index: 10;
}
.breadcrumbs img.arr {
  flex-shrink: 0;
  width: calc(18 * var(--re-cof));
  height: auto;
  opacity: 0.6;
}
.breadcrumbs .bread-link {
  font-size: calc(18 * var(--re-cof));
  line-height: calc(25 * var(--re-cof));
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs span.bread-link {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}

.btn-link {
  position: relative;
  display: flex;
  justify-content: center;
  padding: calc(15 * var(--re-cof)) calc(18 * var(--re-cof));
  background-color: #485C75;
  border-radius: calc(10 * var(--re-cof));
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(215 * var(--re-cof));
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s ease;
}
.btn-link span {
  font-size: calc(20 * var(--re-cof));
  line-height: calc(26 * var(--re-cof));
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-right: calc(30 * var(--re-cof));
  transition: 0.5s ease;
  min-width: calc(140 * var(--re-cof));
}
.btn-link img {
  flex-shrink: 0;
  width: calc(20 * var(--re-cof));
  height: auto;
  margin-left: calc(18 * var(--re-cof));
  transition: 0.5s ease;
}
.btn-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(55 * var(--re-cof));
  width: calc(2 * var(--re-cof));
  height: 100%;
  border-right: calc(2 * var(--re-cof)) solid #fff;
  transition: 0.4s ease;
}
.btn-link.empty-white {
  background: transparent;
  border: calc(2 * var(--re-cof)) solid #fff;
}
.btn-link.empty-black {
  background: transparent;
  border: calc(2 * var(--re-cof)) solid #000;
}
.btn-link.empty-black span {
  color: #000;
}
.btn-link.empty-black:after {
  border-color: #000;
}
.btn-link.empty-black:hover img {
  filter: invert(100%);
}
.btn-link.empty-blue {
  background: transparent;
  border: calc(2 * var(--re-cof)) solid #C2C9D6;
}
.btn-link.empty-blue span {
  color: #5E636E;
}
.btn-link.empty-blue:after {
  border-color: #C2C9D6;
}
.btn-link.empty-blue:hover {
  background: #151732;
  border-color: #151732;
}
.btn-link.empty-blue:hover img {
  filter: brightness(0) invert(1);
}
.btn-link.full-blue {
  background: #485C75;
  border: calc(1.5 * var(--re-cof)) solid #485C75;
}
.btn-link.full-blue span {
  color: #fff;
}
.btn-link.full-blue:after {
  border-color: #fff;
}
.btn-link.full-blue img {
  filter: invert(100%);
}
.btn-link.full-blue:hover {
  background: #151732;
  border-color: #151732;
}
.btn-link.full-blue:hover img {
  filter: invert(100%);
}
@media only screen and (min-width: 500px) {
  .btn-link:hover {
    background-color: #ff611e;
    border-color: #ff611e;
  }
  .btn-link:hover span {
    padding-right: calc(4 * var(--re-cof));
    color: #fff;
  }
  .btn-link:hover img {
    margin-left: calc(4 * var(--re-cof));
    filter: brightness(200);
  }
  .btn-link:hover:after {
    top: 100%;
  }
}

.arr-link {
  width: calc(55 * var(--re-cof));
  height: calc(55 * var(--re-cof));
  border: calc(1 * var(--re-cof)) solid #C2C9D6;
  border-radius: calc(10 * var(--re-cof));
  transition: 0.5s ease;
}
.arr-link img {
  width: calc(20 * var(--re-cof));
  height: auto;
  transition: 0.5s ease;
}
.arr-link:hover:not(.slick-disabled) {
  background-color: #ff611e;
  border-color: #ff611e;
}
.arr-link:hover:not(.slick-disabled) img {
  transform: scale(1.4);
  filter: contrast(0) brightness(200);
}

.tag {
  position: relative;
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  font-weight: 500;
  padding: calc(8 * var(--re-cof)) calc(16 * var(--re-cof)) calc(8 * var(--re-cof)) calc(24 * var(--re-cof));
  background-color: #DEE3ED;
  border-radius: calc(6 * var(--re-cof));
}
.tag:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: calc(16 * var(--re-cof));
  margin: auto 0;
  width: calc(4 * var(--re-cof));
  height: calc(4 * var(--re-cof));
  border-radius: 50%;
  background-color: #1D1E20;
}

.contact-mail {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(10 * var(--re-cof));
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(15 * var(--re-cof)) calc(20 * var(--re-cof));
  border: 1px solid #C2C9D6;
  border-radius: calc(10 * var(--re-cof));
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s ease;
}
.contact-mail span {
  font-size: calc(20 * var(--re-cof));
  line-height: calc(25 * var(--re-cof));
  font-weight: 500;
  transition: 0.3s ease;
}
.contact-mail img.left {
  flex-shrink: 0;
  width: calc(23 * var(--re-cof));
  height: auto;
  transition: 0.3s ease;
}
.contact-mail img.right {
  position: absolute;
  top: calc(15 * var(--re-cof));
  right: calc(-50 * var(--re-cof));
  width: calc(23 * var(--re-cof));
  transition: 0.3s ease;
}
@media only screen and (min-width: 500px) {
  .contact-mail:hover {
    background-color: #ff611e;
    border-color: #ff611e;
  }
  .contact-mail:hover span {
    color: #fff;
    transform: translateX(calc(-35 * var(--re-cof)));
  }
  .contact-mail:hover img.left {
    transform: translateX(calc(-40 * var(--re-cof)));
  }
  .contact-mail:hover img.right {
    transform: translateX(calc(-70 * var(--re-cof)));
  }
}

.socials {
  display: flex;
  gap: calc(12 * var(--re-cof));
}
.socials .soc-link {
  width: calc(55 * var(--re-cof));
  height: calc(55 * var(--re-cof));
  border: 1px solid #C2C9D6;
  border-radius: calc(10 * var(--re-cof));
  text-decoration: none;
  transition: 0.3s ease;
}
.socials .soc-link img, .socials .soc-link svg {
  flex-shrink: 0;
  width: auto;
  height: calc(20 * var(--re-cof));
}
.socials .soc-link:hover {
  background-color: #ff611e;
  border-color: #ff611e;
}
.socials .soc-link:hover svg path {
  fill: #fff;
}
.socials .soc-link.linked:hover {
  background-color: #1376AE;
  border-color: #1376AE;
}
.socials .soc-link.x:hover {
  background-color: #000;
  border-color: #000;
}

.languages {
  position: relative;
  width: calc(85 * var(--re-cof));
  height: calc(55 * var(--re-cof));
  border: 1px solid #818181;
  border-radius: calc(10 * var(--re-cof));
  cursor: pointer;
  transition: 0.5s ease;
}
.languages .lang-link {
  display: block;
  font-size: calc(16 * var(--re-cof));
  line-height: calc(22 * var(--re-cof));
  color: #8F96A3;
  text-transform: uppercase;
  text-decoration: none;
}
.languages .lang-link.current {
  gap: calc(6 * var(--re-cof));
  height: 100%;
  color: #818181;
}
.languages .lang-link.current img {
  width: calc(16 * var(--re-cof));
  height: auto;
}
.languages .lang-submenu {
  position: absolute;
  top: calc(30 * var(--re-cof));
  left: calc(-50 * var(--re-cof));
  padding: calc(30 * var(--re-cof)) calc(80 * var(--re-cof));
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
}
.languages .lang-submenu .lang-link:nth-child(n+2) {
  margin-top: calc(15 * var(--re-cof));
}
.languages .lang-submenu .lang-link:hover {
  color: #000;
}
.languages:hover, .languages.open {
  background-color: #485C75;
  border-color: #485C75;
}
.languages:hover .lang-link.current, .languages.open .lang-link.current {
  font-weight: 500;
  color: #fff;
}
.languages:hover .lang-link.current img, .languages.open .lang-link.current img {
  filter: brightness(200);
}
.languages.open .lang-submenu {
  top: calc(80 * var(--re-cof));
  visibility: visible;
  opacity: 1;
}

nav.nav {
  display: flex;
  gap: calc(15 * var(--re-cof));
}
nav.nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(10 * var(--re-cof));
  padding: 0 calc(18 * var(--re-cof));
  opacity: 0.8;
  transition: 0.5s ease;
}
nav.nav .nav-item .nav-item-link {
  display: block;
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  color: #171717;
  text-transform: uppercase;
  text-decoration: none;
}
nav.nav .nav-item img.arr {
  flex-shrink: 0;
  width: calc(17 * var(--re-cof));
  height: auto;
  transition: 0.5s ease;
}
@media only screen and (min-width: 500px) {
  nav.nav .nav-item:hover {
    opacity: 1 !important;
  }
  nav.nav .nav-item:hover img.arr {
    transform: rotate(180deg);
  }
  nav.nav .nav-item:hover .submenu {
    top: calc(47 * var(--re-cof));
    visibility: visible;
    opacity: 1;
  }
}
nav.nav .submenu {
  position: absolute;
  top: calc(30 * var(--re-cof));
  left: calc(-80 * var(--re-cof));
  padding-top: calc(34 * var(--re-cof));
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
}
nav.nav .submenu .sub-inner {
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(30 * var(--re-cof)) calc(80 * var(--re-cof));
  background-color: #fff;
}
nav.nav .submenu .sub-inner .nav-item-link {
  color: #8F96A3;
  white-space: nowrap;
}
nav.nav .submenu .sub-inner .nav-item-link:nth-child(n+2) {
  margin-top: calc(15 * var(--re-cof));
}
nav.nav .submenu .sub-inner .nav-item-link:hover {
  color: #000;
}
nav.nav:hover .nav-item {
  opacity: 0.5;
}

.side-popup-menu {
  display: none;
}

@media only screen and (max-width: 500px) {
  .main {
    padding-top: calc(72 * var(--re-cof));
  }
  h1.as-h1, .as-h1 {
    font-size: calc(48 * var(--re-cof));
    line-height: calc(52 * var(--re-cof));
  }
  .title-icon {
    gap: calc(8 * var(--re-cof));
  }
  .title-icon img {
    width: calc(40 * var(--re-cof));
  }
  .title-icon span {
    font-size: calc(20 * var(--re-cof));
    line-height: calc(26 * var(--re-cof));
  }
  .breadcrumbs {
    top: calc(40 * var(--re-cof));
    left: calc(20 * var(--re-cof));
  }
  .breadcrumbs span.bread-link {
    font-weight: 500;
    text-decoration: none;
  }
  .btn-link {
    padding: calc(12 * var(--re-cof)) calc(16 * var(--re-cof));
    border-radius: calc(8 * var(--re-cof));
    min-width: unset;
  }
  .btn-link span {
    font-size: calc(18 * var(--re-cof));
    line-height: calc(23 * var(--re-cof));
    min-width: unset;
  }
  .btn-link img {
    width: calc(18 * var(--re-cof));
  }
  .btn-link:after {
    right: calc(48 * var(--re-cof));
    border-width: 1px;
  }
  .btn-link.empty-white, .btn-link.empty-black, .btn-link.empty-blue, .btn-link.full-blue {
    border-width: 1px;
  }
  .btn-link.empty-white:after, .btn-link.empty-black:after, .btn-link.empty-blue:after, .btn-link.full-blue:after {
    border-width: 1px;
  }
  .arr-link {
    width: calc(48 * var(--re-cof));
    height: calc(48 * var(--re-cof));
    border-width: 1px;
  }
  .arr-link img {
    width: calc(18 * var(--re-cof));
  }
  .tag {
    font-size: calc(14 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
    padding: calc(6 * var(--re-cof)) calc(8 * var(--re-cof)) calc(6 * var(--re-cof)) calc(16 * var(--re-cof));
  }
  .tag:before {
    left: calc(8 * var(--re-cof));
  }
  .contact-mail {
    padding: calc(13 * var(--re-cof)) calc(15 * var(--re-cof));
  }
  .contact-mail span {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
  }
  .contact-mail img.left {
    width: calc(20 * var(--re-cof));
  }
  .contact-mail img.right {
    display: none;
  }
  .socials {
    gap: calc(10 * var(--re-cof));
  }
  .socials .soc-link {
    width: calc(48 * var(--re-cof));
    height: calc(48 * var(--re-cof));
  }
  .socials .soc-link img, .socials .soc-link svg {
    height: calc(17 * var(--re-cof));
  }
  .languages {
    width: calc(72 * var(--re-cof));
    height: calc(48 * var(--re-cof));
    border-color: #C2C9D6;
  }
  .languages .lang-link.current {
    gap: calc(8 * var(--re-cof));
    color: #8F96A3;
  }
  .languages .lang-link.current img {
    width: calc(15 * var(--re-cof));
  }
  .languages .lang-submenu {
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
    padding: calc(20 * var(--re-cof)) calc(36 * var(--re-cof));
    box-shadow: 0 0 10px #e5e5e5;
  }
  .languages .lang-submenu .lang-link:nth-child(n+2) {
    margin-top: calc(10 * var(--re-cof));
  }
  .languages.open .lang-submenu {
    top: unset;
    bottom: calc(60 * var(--re-cof));
  }
  nav.nav {
    display: block;
  }
  nav.nav .nav-item {
    display: block;
    padding: calc(16 * var(--re-cof)) calc(20 * var(--re-cof));
    opacity: 1;
    transition: 0.5s ease;
  }
  nav.nav .nav-item .nav-item-link {
    display: flex;
    align-items: center;
    color: #111213;
    padding-right: calc(90 * var(--re-cof));
    min-height: calc(48 * var(--re-cof));
  }
  nav.nav .nav-item .arr-wrap {
    position: absolute;
    top: calc(16 * var(--re-cof));
    right: calc(20 * var(--re-cof));
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(48 * var(--re-cof));
    height: calc(48 * var(--re-cof));
    border: 1px solid #C2C9D6;
    border-radius: calc(10 * var(--re-cof));
    transition: 0.5s ease;
  }
  nav.nav .nav-item .arr-wrap img.arr {
    width: calc(15 * var(--re-cof));
    height: auto;
    opacity: 0.5;
  }
  nav.nav .nav-item:nth-child(n+2) {
    border-top: 1px solid #DEE3ED;
  }
  nav.nav .nav-item.open {
    padding-bottom: calc(30 * var(--re-cof));
  }
  nav.nav .nav-item.open .submenu {
    margin-top: calc(15 * var(--re-cof));
  }
  nav.nav .nav-item.open .arr-wrap {
    background-color: #6386B0;
    border-color: #6386B0;
  }
  nav.nav .nav-item.open .arr-wrap img.arr {
    opacity: 1;
    transform: rotate(180deg);
    filter: brightness(200);
  }
  nav.nav .submenu {
    position: static;
    padding: 0;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
  }
  nav.nav .submenu .sub-inner {
    padding: 0 calc(20 * var(--re-cof));
  }
  nav.nav .submenu .sub-inner .nav-item-link {
    display: block;
    font-weight: 400;
    color: #8F96A3;
    white-space: normal;
    padding: 0;
    min-height: unset;
  }
  nav.nav .submenu .sub-inner .nav-item-link:nth-child(n+2) {
    margin-top: calc(20 * var(--re-cof));
  }
  nav.nav:hover .nav-item {
    opacity: 1;
  }
  .side-popup-menu {
    display: flex;
    flex-direction: column;
    gap: calc(40 * var(--re-cof));
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    background-color: #fff;
    padding: calc(85 * var(--re-cof)) 0 calc(20 * var(--re-cof)) 0;
    transition: 0.5s ease;
  }
  .side-popup-menu nav.nav {
    flex-grow: 1;
    overflow: auto;
  }
  .side-popup-menu .languages {
    margin: 0 calc(20 * var(--re-cof)) 0 auto;
  }
  .side-popup-menu.open {
    top: 0;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
header.header .fly-search form .submit-btn, header.header .right-zone .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.bg-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #DEE3ED;
}

header.header {
  position: relative;
  display: flex;
  height: calc(88 * var(--re-cof));
  padding: calc(16 * var(--re-cof)) calc(80 * var(--re-cof));
}
header.header .header-logo {
  flex-shrink: 0;
  padding: calc(3 * var(--re-cof)) 0;
  margin-right: auto;
  max-width: calc(120 * var(--re-cof));
}
header.header .header-logo img {
  width: auto;
  height: 100%;
}
header.header nav.nav {
  margin-right: calc(45 * var(--re-cof));
}
header.header .right-zone {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--re-cof));
}
header.header .right-zone .search-btn {
  position: relative;
  flex-shrink: 0;
  width: calc(55 * var(--re-cof));
  height: calc(55 * var(--re-cof));
  border: 1px solid #818181;
  border-radius: calc(10 * var(--re-cof));
  cursor: pointer;
  z-index: 5;
}
header.header .right-zone .search-btn img {
  width: calc(19 * var(--re-cof));
  height: auto;
}
header.header .right-zone .search-btn:hover, header.header .right-zone .search-btn.open {
  background-color: #485C75;
  border-color: #485C75;
}
header.header .right-zone .search-btn:hover img, header.header .right-zone .search-btn.open img {
  filter: brightness(200);
}
header.header .right-zone .search-btn.open {
  opacity: 0.7;
}
header.header .fly-search {
  position: absolute;
  top: calc(30 * var(--re-cof));
  right: calc(90 * var(--re-cof));
  width: -moz-fit-content;
  width: fit-content;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fff;
  padding: calc(30 * var(--re-cof)) calc(80 * var(--re-cof));
  z-index: 1;
}
header.header .fly-search form {
  display: flex;
  gap: calc(15 * var(--re-cof));
}
header.header .fly-search form .inner {
  flex-shrink: 0;
  position: relative;
  width: calc(365 * var(--re-cof));
}
header.header .fly-search form .inner input {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(28 * var(--re-cof));
  color: #1D1E20;
  padding: calc(12 * var(--re-cof)) 0;
  border: none;
  border-bottom: 1px solid #C2C9D6;
  border-radius: 0;
}
header.header .fly-search form .inner input::-moz-placeholder {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(28 * var(--re-cof));
  color: #C2C9D6;
}
header.header .fly-search form .inner input::placeholder {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(28 * var(--re-cof));
  color: #C2C9D6;
}
header.header .fly-search form .inner input:focus {
  border-color: #1D1E20;
}
header.header .fly-search form .inner input:focus::-moz-placeholder {
  color: transparent;
}
header.header .fly-search form .inner input:focus::placeholder {
  color: transparent;
}
header.header .fly-search form .inner img.cross {
  display: none;
  position: absolute;
  right: calc(5 * var(--re-cof));
  bottom: calc(17 * var(--re-cof));
  width: calc(20 * var(--re-cof));
  height: auto;
  cursor: pointer;
}
header.header .fly-search form .inner img.cross.show {
  display: block;
}
header.header .fly-search form .submit-btn {
  position: relative;
  flex-shrink: 0;
  width: calc(55 * var(--re-cof));
  height: calc(55 * var(--re-cof));
  border: 1px solid #485C75;
  border-radius: calc(10 * var(--re-cof));
  background-color: #485C75;
  cursor: pointer;
}
header.header .fly-search form .submit-btn img {
  width: calc(19 * var(--re-cof));
  height: auto;
  filter: brightness(200);
}
header.header .fly-search.open {
  top: calc(97 * var(--re-cof));
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  header.header {
    height: calc(72 * var(--re-cof));
    padding: calc(12 * var(--re-cof)) calc(20 * var(--re-cof));
    transition: 0.3s ease;
  }
  header.header .header-logo {
    padding: calc(2 * var(--re-cof)) 0;
    max-width: calc(90 * var(--re-cof));
  }
  header.header .nav.nav {
    display: none;
  }
  header.header .right-zone {
    margin-left: auto;
  }
  header.header .right-zone .languages {
    display: none;
  }
  header.header .right-zone .search-btn {
    width: calc(48 * var(--re-cof));
    height: calc(48 * var(--re-cof));
    border-color: #C2C9D6;
  }
  header.header .right-zone .search-btn img {
    width: calc(16 * var(--re-cof));
  }
  header.header .right-zone .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(48 * var(--re-cof));
    height: calc(48 * var(--re-cof));
    border: 1px solid #C2C9D6;
    border-radius: calc(10 * var(--re-cof));
  }
  header.header .right-zone .burger svg {
    width: calc(28 * var(--re-cof));
    height: auto;
  }
  header.header .fly-search {
    top: 0;
    right: 0;
    padding: calc(12 * var(--re-cof)) calc(20 * var(--re-cof));
    width: 100%;
  }
  header.header .fly-search form {
    gap: calc(8 * var(--re-cof));
  }
  header.header .fly-search form .inner {
    flex-grow: 1;
    width: auto;
  }
  header.header .fly-search form .inner input {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
    padding: calc(13 * var(--re-cof)) 0;
  }
  header.header .fly-search form .inner input::-moz-placeholder {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
  }
  header.header .fly-search form .inner input::placeholder {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
  }
  header.header .fly-search form .inner img.cross {
    right: calc(16 * var(--re-cof));
    bottom: calc(16 * var(--re-cof));
    width: calc(14 * var(--re-cof));
  }
  header.header .fly-search form .submit-btn {
    width: calc(48 * var(--re-cof));
    height: calc(48 * var(--re-cof));
    background-color: #6386B0;
    border-color: #6386B0;
  }
  header.header .fly-search form .submit-btn img {
    width: calc(16 * var(--re-cof));
  }
  header.header .fly-search.open {
    top: calc(72 * var(--re-cof));
  }
  header.header.color {
    background-color: #F1F3F9;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
footer.footer {
  position: relative;
  z-index: 5;
}

@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
footer.footer {
  background-color: #fff;
}
footer.footer .top {
  padding: calc(40 * var(--re-cof)) calc(80 * var(--re-cof));
}
footer.footer .top .up {
  display: flex;
  align-items: center;
  height: calc(135 * var(--re-cof));
  border-bottom: 1px solid #DEE3ED;
  padding-bottom: calc(40 * var(--re-cof));
}
footer.footer .top .footer-logo {
  width: calc(112 * var(--re-cof));
  height: calc(56 * var(--re-cof));
  margin-right: auto;
}
footer.footer .top .footer-logo img {
  width: auto;
  height: 100%;
}
footer.footer .top .f-side {
  display: flex;
  gap: calc(12 * var(--re-cof));
}
footer.footer .top .f-side .contact-mail {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(10 * var(--re-cof));
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(15 * var(--re-cof)) calc(20 * var(--re-cof));
  border: 1px solid #C2C9D6;
  border-radius: calc(10 * var(--re-cof));
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s ease;
}
footer.footer .top .f-side .contact-mail span {
  font-size: calc(20 * var(--re-cof));
  line-height: calc(25 * var(--re-cof));
  font-weight: 500;
  transition: 0.3s ease;
}
footer.footer .top .f-side .contact-mail img.left {
  flex-shrink: 0;
  width: calc(23 * var(--re-cof));
  height: auto;
  transition: 0.3s ease;
}
footer.footer .top .f-side .contact-mail img.right {
  position: absolute;
  top: calc(15 * var(--re-cof));
  right: calc(-50 * var(--re-cof));
  width: calc(23 * var(--re-cof));
  transition: 0.3s ease;
}
@media only screen and (min-width: 500px) {
  footer.footer .top .f-side .contact-mail:hover {
    background-color: #ff611e;
    border-color: #ff611e;
  }
  footer.footer .top .f-side .contact-mail:hover span {
    color: #fff;
    transform: translateX(calc(-35 * var(--re-cof)));
  }
  footer.footer .top .f-side .contact-mail:hover img.left {
    transform: translateX(calc(-40 * var(--re-cof)));
  }
  footer.footer .top .f-side .contact-mail:hover img.right {
    transform: translateX(calc(-70 * var(--re-cof)));
  }
}
footer.footer .top .f-side.mobile {
  display: none;
}
footer.footer .top .f-menu {
  display: flex;
  gap: calc(24 * var(--re-cof));
  padding-top: calc(40 * var(--re-cof));
}
footer.footer .top .f-menu .nav-item {
  flex: 1;
}
footer.footer .top .f-menu .nav-item .menu-item {
  display: block;
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: calc(15 * var(--re-cof));
}
footer.footer .top .f-menu .nav-item .sub-item-link {
  display: block;
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  color: #8F96A3;
  text-decoration: none;
}
footer.footer .top .f-menu .nav-item .sub-item-link:nth-child(n+3) {
  margin-top: calc(12 * var(--re-cof));
}
footer.footer .top .f-menu .nav-item .sub-item-link:hover {
  color: #000;
}
footer.footer .top .f-menu .nav-item.no-children .menu-item {
  text-align: center;
}
footer.footer .bg-footer-bot {
  background-color: #151732;
}
footer.footer .bot {
  position: relative;
  display: flex;
  align-items: center;
  font-size: calc(14 * var(--re-cof));
  line-height: calc(21 * var(--re-cof));
  font-weight: 500;
  color: #8F96A3;
  padding: calc(23 * var(--re-cof)) calc(80 * var(--re-cof)) calc(15 * var(--re-cof)) calc(80 * var(--re-cof));
  background-color: #151732;
}
footer.footer .bot:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(8 * var(--re-cof));
  background: linear-gradient(90deg, #1B192B 0%, #F6492F 41.14%, #FDD238 100%), rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px);
}
footer.footer .bot .copyright {
  margin-right: calc(32 * var(--re-cof));
}
footer.footer .bot .menu-policy {
  display: flex;
  gap: calc(32 * var(--re-cof));
}
footer.footer .bot .menu-policy a {
  color: #8F96A3;
  text-decoration: none;
}
footer.footer .bot .menu-policy a:hover {
  color: #fff;
}
footer.footer .bot a.frontmen {
  display: block;
  width: auto;
  height: calc(38 * var(--re-cof));
  margin-left: auto;
}
footer.footer .bot a.frontmen img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 500px) {
  footer.footer .top {
    display: block;
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
    height: auto;
  }
  footer.footer .top .up {
    display: block;
    height: auto;
    padding-bottom: calc(24 * var(--re-cof));
  }
  footer.footer .top .footer-logo {
    width: calc(98 * var(--re-cof));
    height: calc(35 * var(--re-cof));
    padding: 0;
    margin: 0;
  }
  footer.footer .top .footer-logo img {
    display: block;
  }
  footer.footer .top .f-side {
    display: none;
    justify-content: center;
    gap: calc(10 * var(--re-cof));
  }
  footer.footer .top .f-side .contact-mail {
    padding: calc(13 * var(--re-cof)) calc(15 * var(--re-cof));
  }
  footer.footer .top .f-side .contact-mail span {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
  }
  footer.footer .top .f-side .contact-mail img.left {
    width: calc(20 * var(--re-cof));
  }
  footer.footer .top .f-side .contact-mail img.right {
    display: none;
  }
  footer.footer .top .f-side.mobile {
    display: flex;
    justify-content: flex-start;
    margin-top: calc(60 * var(--re-cof));
  }
  footer.footer .top .f-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(30 * var(--re-cof)) calc(16 * var(--re-cof));
  }
  footer.footer .top .f-menu .nav-item .menu-item {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
  }
  footer.footer .top .f-menu .nav-item .sub-item-link {
    font-size: calc(14 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
  }
  footer.footer .top .f-menu .nav-item.no-children .menu-item {
    text-align: left;
  }
  footer.footer .bot {
    font-size: calc(12 * var(--re-cof));
    line-height: calc(15 * var(--re-cof));
    padding: calc(24 * var(--re-cof)) calc(20 * var(--re-cof)) calc(16 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  footer.footer .bot .copyright {
    margin-right: calc(15 * var(--re-cof));
  }
  footer.footer .bot .menu-policy {
    gap: calc(16 * var(--re-cof));
  }
  footer.footer .bot a.frontmen {
    height: calc(35 * var(--re-cof));
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .js-anima {
    transition: 1s ease;
  }
  .anima-dur-1 {
    transition-duration: 1s;
  }
  .anima-dur-15 {
    transition-duration: 1.5s;
  }
  .anima-dur-2 {
    transition-duration: 2s;
  }
  .anima-dur-05 {
    transition-duration: 0.5s;
  }
  .anima-dur-07 {
    transition-duration: 0.7s;
  }
  .anima-delay-03 {
    transition-delay: 0.3s;
  }
  .anima-delay-05 {
    transition-delay: 0.5s;
  }
  .anima-delay-07 {
    transition-delay: 0.7s;
  }
  .anima-delay-1 {
    transition-delay: 1s;
  }
  .anima-delay-15 {
    transition-delay: 1.5s;
  }
  .anima-delay-2 {
    transition-delay: 2s;
  }
  .anima-delay-25 {
    transition-delay: 2.5s;
  }
  .anima-titleUp {
    transform: translateY(100%);
    opacity: 0;
  }
  .anima-titleUp.anima-done {
    transform: translateY(0);
    opacity: 1;
  }
  .anima-textUp {
    transform: translateY(5.2vw);
    opacity: 0.3;
  }
  .anima-textUp.anima-done {
    transform: translateY(0);
    opacity: 1;
  }
  .anima-textUp2 {
    transform: translateY(30%);
    opacity: 0;
  }
  .anima-textUp2.anima-done {
    transform: translateY(0);
    opacity: 1;
  }
  .anima-textRight {
    transform: translateX(30%);
    opacity: 0;
  }
  .anima-textRight.anima-done {
    transform: translateY(0);
    opacity: 1;
  }
  .anima-textLeft {
    transform: translateX(-30%);
    opacity: 0;
  }
  .anima-textLeft.anima-done {
    transform: translateY(0);
    opacity: 1;
  }
  .anima-picUp {
    transform: translateY(13vw) scale(0.78);
    opacity: 0.5;
  }
  .anima-picUp.anima-done {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .anima-slideRight {
    overflow: hidden;
  }
  .anima-slideRight span {
    display: block;
    transform: translateX(100%);
    opacity: 0;
    transition: 1.7s ease;
  }
  .anima-slideRight.anima-done span {
    transform: translateX(0);
    opacity: 1;
  }
  .anima-drawRight {
    overflow: hidden;
  }
  .anima-drawRight span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
  .anima-justShow {
    opacity: 0;
  }
  .anima-justShow.anima-done {
    opacity: 1;
  }
  .anima-picSpecUp {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .anima-picSpecUp picture {
    position: relative;
    z-index: 5;
    display: block;
    height: 0;
    overflow: hidden;
    transition: 0.7s ease 0.7s;
  }
  .anima-picSpecUp img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .anima-picSpecUp:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: #fd0;
    z-index: 0;
    transition: 0.5s ease;
  }
  .anima-picSpecUp.anima-done picture {
    height: 100%;
  }
  .anima-picSpecUp.anima-done:after {
    height: 100%;
  }
  .anima-elemByElem .anima-item {
    opacity: 0;
  }
  .anima-elemByElem .anima-item.anima-done {
    opacity: 1;
  }
  .anima-lineDownLeft {
    position: relative;
    overflow: hidden;
  }
  .anima-lineDownLeft:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #F7D803;
    transition: 1s ease 1s;
  }
  .anima-lineDownLeft.anima-done:before {
    height: 100%;
  }
  .anima-lineDownRight {
    position: relative;
    overflow: hidden;
  }
  .anima-lineDownRight:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
    background-color: #F7D803;
    transition: 1s ease 1s;
  }
  .anima-lineDownRight.anima-done:after {
    height: 100%;
  }
  .anima-typingText span {
    opacity: 0;
    transition: 0.5s ease;
  }
  .anima-typingText span.anima-done {
    opacity: 1;
  }
  .anima-text-sides .anima-sup {
    overflow: hidden;
  }
  .anima-text-sides .anima-sup img {
    margin-left: calc(-45 * var(--re-cof));
    opacity: 0;
  }
  .anima-text-sides .anima-title {
    transform: translateY(calc(210 * var(--re-cof)));
    opacity: 0;
  }
  .anima-text-sides.anima-done .anima-sup img {
    margin-left: 0;
    opacity: 1;
  }
  .anima-text-sides.anima-done .anima-title {
    transform: translateY(0);
    opacity: 1;
  }
  .anima-itemUp .anima-item {
    transform: translateY(75%);
  }
  .anima-itemUp.anima-done .anima-item {
    transform: translateY(0);
  }
  .anima-lineSide:after {
    transition: 1s ease-out 0.5s;
    width: 0 !important;
  }
  .anima-lineSide.anima-done:after {
    width: 100% !important;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.cookies_accept_popup {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 6;
  background: rgba(0, 0, 0, 0.5);
}
.cookies_accept_popup .cookies-wrapper {
  padding: var(--30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.728vw;
  line-height: 1.4;
}
.cookies_accept_popup .cookies-wrapper p {
  margin: 0 0 0.208vw 0;
  max-width: unset;
}
.cookies_accept_popup a {
  text-decoration: underline;
}
.cookies_accept_popup.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.cookies_accept_popup .flint_button {
  margin-left: var(--15px);
  padding-left: var(--30px);
  padding-right: var(--30px);
}

/* if backdrop support: very transparent and blurred */
@supports (backdrop-filter: none) {
  .cookies_accept_popup {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
  }
}
@media only screen and (max-width: 500px) {
  .cookies_accept_popup .cookies-wrapper {
    padding: var(--20px);
    font-size: 3.248vw;
    line-height: 1.4;
  }
}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.top-slider .item img.bg, .top-slider .item .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.top-slider .item .inner {
  position: relative;
  z-index: 5;
}

@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.top-slider {
  position: relative;
  height: calc(100vh - 4.57vw);
}
.top-slider .slider-box {
  width: 100%;
  height: 100%;
}
.top-slider .slider-dots {
  position: absolute;
  min-width: calc(425 * var(--re-cof));
  right: calc(80 * var(--re-cof));
  bottom: calc(60 * var(--re-cof));
  padding-bottom: calc(23 * var(--re-cof));
  z-index: 5;
}
.top-slider .slider-dots .slick-dots {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(20 * var(--re-cof));
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.top-slider .slider-dots .slick-dots li {
  font-size: calc(18 * var(--re-cof));
  line-height: calc(25 * var(--re-cof));
  font-weight: 500;
  color: #8F96A3;
  cursor: pointer;
  transition: 0.3s ease;
}
.top-slider .slider-dots .slick-dots li.slick-active {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(33 * var(--re-cof));
  color: #fff;
}
.top-slider .slider-dots .dots-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(8 * var(--re-cof));
  background-color: rgba(0, 0, 0, 0.3);
}
.top-slider .slider-dots .dots-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1B192B 0%, #F6492F 41.14%, #FDD238 100%), rgba(255, 255, 255, 0.3);
  animation: loadLine 8s linear;
}
.top-slider .item {
  position: relative;
  display: flex;
  align-items: center;
  padding: calc(65 * var(--re-cof));
  height: calc(100vh - 4.57vw);
}
.top-slider .item .video-bg {
  z-index: 1;
}
.top-slider .item .video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-slider .item:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 59.62%, rgba(0, 0, 0, 0.2) 91.83%);
}
.top-slider .item img.bg {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.top-slider .item h1.as-h1, .top-slider .item .as-h1 {
  font-weight: 600;
  color: #fff;
  margin-bottom: calc(25 * var(--re-cof));
}
.top-slider .item .desc {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  font-weight: 500;
  color: #fff;
}
.top-slider .item .btn-link {
  border: calc(2 * var(--re-cof)) solid #fff;
  background: transparent;
  margin-top: calc(65 * var(--re-cof));
  min-width: calc(245 * var(--re-cof));
}
.top-slider .item .btn-link span {
  padding-right: calc(55 * var(--re-cof));
}
.top-slider .item .btn-link:hover {
  background-color: #ff611e;
  border-color: #ff611e;
}
.top-slider .item .btn-link:hover span {
  padding-right: calc(8 * var(--re-cof));
}

@media only screen and (min-width: 1920px) {
  .top-slider {
    height: 840px;
  }
  .top-slider .item {
    height: 840px;
  }
}
@media only screen and (max-width: 500px) {
  .top-slider {
    height: calc(100vh - 16.7vw);
  }
  .top-slider .slider-dots {
    min-width: unset;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: calc(20 * var(--re-cof)) calc(20 * var(--re-cof)) calc(55 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .top-slider .slider-dots .slick-dots {
    gap: calc(10 * var(--re-cof));
  }
  .top-slider .slider-dots .slick-dots li {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(22 * var(--re-cof));
  }
  .top-slider .slider-dots .slick-dots li.slick-active {
    font-size: calc(20 * var(--re-cof));
    line-height: calc(27 * var(--re-cof));
  }
  .top-slider .slider-dots .dots-line {
    height: calc(6 * var(--re-cof));
    left: calc(20 * var(--re-cof));
    bottom: calc(30 * var(--re-cof));
    width: calc(100% - 9.28vw);
  }
  .top-slider .item {
    display: block;
    padding: calc(30 * var(--re-cof)) calc(20 * var(--re-cof));
    height: calc(100vh - 16.7vw);
  }
  .top-slider .item h1.as-h1, .top-slider .item .as-h1 {
    margin-bottom: calc(12 * var(--re-cof));
  }
  .top-slider .item h1.as-h1 br, .top-slider .item .as-h1 br {
    display: none;
  }
  .top-slider .item .desc {
    font-size: calc(20 * var(--re-cof));
    line-height: calc(26 * var(--re-cof));
  }
  .top-slider .item .desc br {
    display: none;
  }
  .top-slider .item .btn-link {
    border-width: 1px;
    margin-top: calc(30 * var(--re-cof));
    min-width: unset;
  }
  .top-slider .item .btn-link span {
    padding-right: calc(30 * var(--re-cof));
  }
  .top-slider .item .btn-link:after {
    border-width: 1px;
  }
  .top-slider .item:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 59.62%, rgba(0, 0, 0, 0.2) 91.83%);
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.double-pics-texts .item img.bg, .double-pics-texts .item picture, .double-pics-texts .item .lin-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.double-pics-texts .item .btn-link, .double-pics-texts .item .title {
  position: relative;
  z-index: 5;
}

@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.double-pics-texts {
  padding: calc(80 * var(--re-cof));
}
.double-pics-texts .sup {
  margin-bottom: calc(55 * var(--re-cof));
}
.double-pics-texts .top, .double-pics-texts .bot {
  display: flex;
}
.double-pics-texts .top .side, .double-pics-texts .bot .side {
  flex: 1 1 45%;
  max-width: calc(870 * var(--re-cof));
}
.double-pics-texts .top {
  gap: calc(70 * var(--re-cof));
  padding-bottom: calc(50 * var(--re-cof));
  overflow: hidden;
}
.double-pics-texts .bot {
  gap: calc(20 * var(--re-cof));
  margin-top: calc(80 * var(--re-cof));
}
.double-pics-texts h1.as-h1, .double-pics-texts .as-h1 {
  font-size: calc(48 * var(--re-cof));
  line-height: calc(57 * var(--re-cof));
  font-weight: 600;
  color: #111213;
}
.double-pics-texts .desc {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  color: #8F96A3;
}
.double-pics-texts .desc p {
  margin-bottom: calc(20 * var(--re-cof));
}
.double-pics-texts .desc p:last-child {
  margin-bottom: 0;
}
.double-pics-texts .item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(50 * var(--re-cof));
  padding: calc(45 * var(--re-cof)) calc(50 * var(--re-cof));
  height: calc(800 * var(--re-cof));
  overflow: hidden;
}
.double-pics-texts .item .lin-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: 0.5s ease;
  z-index: 1;
}
.double-pics-texts .item img.bg, .double-pics-texts .item picture {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.double-pics-texts .item img.bg {
  transition: 0.5s ease;
}
.double-pics-texts .item .title {
  font-size: calc(64 * var(--re-cof));
  line-height: calc(76 * var(--re-cof));
  font-weight: 600;
  color: #fff;
}
.double-pics-texts .item .btn-link {
  flex-shrink: 0;
  min-width: calc(245 * var(--re-cof));
  transform: translateY(100%);
  opacity: 0;
}
.double-pics-texts .item .btn-link span {
  padding-right: calc(55 * var(--re-cof));
}
.double-pics-texts .item .btn-link:hover span {
  padding-right: calc(8 * var(--re-cof));
}
@media only screen and (min-width: 500px) {
  .double-pics-texts .item:hover .lin-bg {
    opacity: 1;
  }
  .double-pics-texts .item:hover img.bg {
    transform: scale(1.2);
  }
  .double-pics-texts .item:hover .btn-link {
    transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 500px) {
  .double-pics-texts {
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .double-pics-texts .sup {
    margin-bottom: calc(40 * var(--re-cof));
  }
  .double-pics-texts .top, .double-pics-texts .bot {
    display: block;
  }
  .double-pics-texts .top .side, .double-pics-texts .bot .side {
    max-width: unset;
  }
  .double-pics-texts .top {
    padding-bottom: 0;
  }
  .double-pics-texts .bot {
    margin-top: calc(50 * var(--re-cof));
  }
  .double-pics-texts h1.as-h1, .double-pics-texts .as-h1 {
    font-size: calc(40 * var(--re-cof));
    line-height: calc(44 * var(--re-cof));
    font-weight: 500;
    margin-bottom: calc(25 * var(--re-cof));
  }
  .double-pics-texts .desc {
    font-size: calc(18 * var(--re-cof));
    line-height: calc(23 * var(--re-cof));
    color: #5E636E;
  }
  .double-pics-texts .item {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(25 * var(--re-cof));
    padding: calc(24 * var(--re-cof));
    height: calc(360 * var(--re-cof));
  }
  .double-pics-texts .item .title {
    font-size: calc(48 * var(--re-cof));
    line-height: calc(52 * var(--re-cof));
    font-weight: 500;
  }
  .double-pics-texts .item .btn-link {
    align-self: flex-end;
    min-width: calc(190 * var(--re-cof));
    border-radius: calc(10 * var(--re-cof));
    transform: translateY(0);
    opacity: 1;
  }
  .double-pics-texts .item .btn-link span {
    padding-right: calc(30 * var(--re-cof));
  }
  .double-pics-texts .item .btn-link:hover span {
    padding-right: calc(30 * var(--re-cof));
  }
  .double-pics-texts .item:nth-child(n+2) {
    margin-top: calc(15 * var(--re-cof));
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.pic-text-grid {
  padding: calc(80 * var(--re-cof));
  background-color: #F1F3F9;
}
.pic-text-grid .sup {
  margin-bottom: calc(120 * var(--re-cof));
}
.pic-text-grid .grid-box {
  display: flex;
  flex-wrap: wrap;
}
.pic-text-grid .grid-box .item {
  flex: 1 1 30%;
  padding: calc(25 * var(--re-cof)) calc(80 * var(--re-cof)) calc(50 * var(--re-cof)) calc(80 * var(--re-cof));
  border-right: 1px solid #C2C9D6;
}
.pic-text-grid .grid-box .item .pic {
  width: auto;
  height: calc(75 * var(--re-cof));
  margin-bottom: calc(120 * var(--re-cof));
}
.pic-text-grid .grid-box .item .title {
  font-size: calc(64 * var(--re-cof));
  line-height: calc(75 * var(--re-cof));
  font-weight: 500;
  margin-bottom: calc(30 * var(--re-cof));
}
.pic-text-grid .grid-box .item .desc {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  color: #5E636E;
}
.pic-text-grid .grid-box .item:nth-child(3n+3) {
  border: none;
}

@media only screen and (max-width: 500px) {
  .pic-text-grid {
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .pic-text-grid .sup {
    margin-bottom: calc(30 * var(--re-cof));
  }
  .pic-text-grid .grid-box {
    display: block;
  }
  .pic-text-grid .grid-box .item {
    padding: calc(24 * var(--re-cof)) calc(8 * var(--re-cof));
    border: none;
  }
  .pic-text-grid .grid-box .item .pic {
    height: calc(65 * var(--re-cof));
    margin-bottom: calc(30 * var(--re-cof));
  }
  .pic-text-grid .grid-box .item .title {
    font-size: calc(40 * var(--re-cof));
    line-height: calc(44 * var(--re-cof));
    margin-bottom: calc(8 * var(--re-cof));
  }
  .pic-text-grid .grid-box .item .desc {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
  }
  .pic-text-grid .grid-box .item:nth-child(n+2) {
    margin-top: calc(30 * var(--re-cof));
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.grid-digits {
  padding: calc(160 * var(--re-cof)) calc(65 * var(--re-cof)) calc(210 * var(--re-cof)) calc(65 * var(--re-cof));
}
.grid-digits .sup {
  margin-bottom: calc(160 * var(--re-cof));
}
.grid-digits .grid-box {
  display: flex;
  gap: calc(40 * var(--re-cof));
}
.grid-digits .grid-box .item {
  flex: 1;
}
.grid-digits .grid-box .item .num {
  font-size: calc(75 * var(--re-cof));
  line-height: calc(132 * var(--re-cof));
  font-weight: 500;
  letter-spacing: calc(-3 * var(--re-cof));
  padding-bottom: calc(25 * var(--re-cof));
  margin-bottom: calc(25 * var(--re-cof));
  border-bottom: 1px solid #C2C9D6;
  height: calc(160 * var(--re-cof));
}
.grid-digits .grid-box .item .pic {
  padding: calc(40 * var(--re-cof)) 0 calc(25 * var(--re-cof)) 0;
  margin-bottom: calc(25 * var(--re-cof));
  border-bottom: 1px solid #C2C9D6;
  height: calc(160 * var(--re-cof));
}
.grid-digits .grid-box .item .pic img {
  width: auto;
  height: calc(100 * var(--re-cof));
}
.grid-digits .grid-box .item .desc {
  position: relative;
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  padding-left: calc(12 * var(--re-cof));
}
.grid-digits .grid-box .item .desc:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: calc(4 * var(--re-cof));
  height: calc(4 * var(--re-cof));
  background-color: #000;
  border-radius: 50%;
}
.grid-digits .grid-box .item:first-child .num {
  background: linear-gradient(172deg, #FD0 16%, #FF611E 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media only screen and (max-width: 500px) {
  .grid-digits {
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .grid-digits .sup {
    margin-bottom: calc(40 * var(--re-cof));
  }
  .grid-digits .grid-box {
    display: block;
  }
  .grid-digits .grid-box .item .num {
    font-size: calc(48 * var(--re-cof));
    line-height: calc(52 * var(--re-cof));
    letter-spacing: normal;
    padding: 0;
    margin-bottom: calc(6 * var(--re-cof));
    border: none;
    height: auto;
  }
  .grid-digits .grid-box .item .pic {
    padding: 0;
    margin: 0 0 calc(12 * var(--re-cof)) 0;
    border: none;
    height: auto;
  }
  .grid-digits .grid-box .item .pic img {
    height: calc(65 * var(--re-cof));
  }
  .grid-digits .grid-box .item .desc {
    font-size: calc(18 * var(--re-cof));
    line-height: calc(23 * var(--re-cof));
    color: #5E636E;
  }
  .grid-digits .grid-box .item .desc:after {
    background-color: #5E636E;
  }
  .grid-digits .grid-box .item:nth-child(n+2) {
    margin-top: calc(40 * var(--re-cof));
    padding-top: calc(40 * var(--re-cof));
    border-top: 1px solid #DEE3ED;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.map-global .group-item, .map-global h1.as-h1, .map-global .as-h1, .map-global .title-icon {
  position: relative;
  z-index: 5;
}

@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.map-global {
  position: relative;
  padding: calc(80 * var(--re-cof)) calc(80 * var(--re-cof)) calc(90 * var(--re-cof)) calc(80 * var(--re-cof));
  background-color: #F7F8FB;
  min-height: calc(1060 * var(--re-cof));
}
.map-global .title-icon {
  margin-bottom: calc(20 * var(--re-cof));
}
.map-global h1.as-h1, .map-global .as-h1 {
  font-size: calc(48 * var(--re-cof));
  line-height: calc(57 * var(--re-cof));
  font-weight: 500;
  margin-bottom: calc(95 * var(--re-cof));
}
.map-global .group-item {
  border: 1px solid #C2C9D6;
  box-shadow: 2px 3px 9px 0 rgba(82, 82, 82, 0.04);
  width: calc(575 * var(--re-cof));
  transition: 0.5s ease;
}
.map-global .group-item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(24 * var(--re-cof));
  cursor: pointer;
}
.map-global .group-item .top span {
  font-size: calc(32 * var(--re-cof));
  line-height: calc(44 * var(--re-cof));
  color: #5E636E;
  text-transform: uppercase;
}
.map-global .group-item .top .arr-link {
  flex-shrink: 0;
}
.map-global .group-item .content {
  display: none;
  padding: calc(24 * var(--re-cof));
}
.map-global .group-item .content .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(24 * var(--re-cof)) calc(5 * var(--re-cof));
}
.map-global .group-item .content .item {
  transition: 1s ease;
  opacity: 0;
}
.map-global .group-item .content .item img {
  display: block;
  width: auto;
  height: calc(65 * var(--re-cof));
  margin: 0 auto calc(8 * var(--re-cof)) auto;
}
.map-global .group-item .content .item .name {
  font-size: calc(18 * var(--re-cof));
  line-height: calc(25 * var(--re-cof));
  text-align: center;
  color: #3F3F3F;
}
.map-global .group-item:nth-child(n+3) {
  margin-top: calc(16 * var(--re-cof));
}
.map-global .group-item.open {
  background-color: #fff;
}
.map-global .group-item.open .top {
  border-bottom: 1px solid #C2C9D6;
}
.map-global .group-item.open .content .item {
  opacity: 1;
}
.map-global .map-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(1000 * var(--re-cof));
  z-index: 0;
}
.map-global .map-box svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-global .map-box svg .elem {
  transition: 0.5s ease;
}
.map-global .map-box svg .elem.country.active {
  opacity: 1;
  fill: #485C75;
}
.map-global .map-box svg .elem.point.active {
  stroke-width: 1px;
  r: 8.5px;
  stroke: rgb(255, 97, 30);
}
.map-global .map-box svg .elem.point.active.blue {
  stroke: #3C91FF;
}
.map-global .map-box svg .elem.point.active.copy-round {
  r: 5px;
  fill: rgb(255, 97, 30);
  stroke-width: 0;
}
.map-global .map-box svg .elem.point.active.copy-round.blue {
  fill: #3C91FF;
}

@media only screen and (max-width: 500px) {
  .map-global {
    padding: calc(60 * var(--re-cof)) 0 calc(40 * var(--re-cof)) 0;
    background-color: #fff;
    min-height: unset;
  }
  .map-global .title-icon {
    margin-bottom: calc(20 * var(--re-cof));
    padding: 0 calc(20 * var(--re-cof));
  }
  .map-global h1.as-h1, .map-global .as-h1 {
    font-size: calc(32 * var(--re-cof));
    line-height: calc(41 * var(--re-cof));
    margin-bottom: calc(40 * var(--re-cof));
    padding: 0 calc(20 * var(--re-cof));
  }
  .map-global .group-item {
    width: auto;
    margin: 0 calc(20 * var(--re-cof));
  }
  .map-global .group-item .top {
    padding: calc(8 * var(--re-cof)) calc(8 * var(--re-cof)) calc(8 * var(--re-cof)) calc(16 * var(--re-cof));
  }
  .map-global .group-item .top span {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(24 * var(--re-cof));
    font-weight: 500;
  }
  .map-global .group-item .content {
    display: none;
  }
  .map-global .group-item:nth-child(n+3) {
    margin-top: calc(8 * var(--re-cof));
  }
  .map-global .map-box {
    position: static;
    margin-top: calc(20 * var(--re-cof));
    height: calc(535 * var(--re-cof));
  }
  .map-global .map-box svg {
    display: none;
  }
  .map-global .map-box img.mobile {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.texts-bg img.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.texts-bg .inner {
  position: relative;
  z-index: 5;
}

@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.texts-bg {
  position: relative;
  height: calc(1020 * var(--re-cof));
  overflow: hidden;
  padding: calc(75 * var(--re-cof)) calc(80 * var(--re-cof));
}
.texts-bg img.bg {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.texts-bg .inner {
  display: flex;
  flex-direction: column;
  width: calc(755 * var(--re-cof));
  height: calc(820 * var(--re-cof));
  overflow: hidden;
  padding: calc(32 * var(--re-cof));
  margin-left: auto;
  color: #fff;
  background-color: #485C75;
}
.texts-bg h1.as-h1, .texts-bg .as-h1 {
  font-weight: 600;
  margin-bottom: calc(30 * var(--re-cof));
}
.texts-bg .btn-link {
  margin-bottom: auto;
  min-width: calc(255 * var(--re-cof));
}
.texts-bg .sup {
  margin: auto 0 calc(50 * var(--re-cof)) 0;
}
.texts-bg .sup span {
  color: #fff;
}
.texts-bg .desc {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  font-weight: 300;
}
.texts-bg .desc p:nth-child(n+2) {
  margin-top: calc(30 * var(--re-cof));
}

@media only screen and (max-width: 500px) {
  .texts-bg {
    height: auto;
    padding: 0;
  }
  .texts-bg img.bg {
    display: none;
  }
  .texts-bg .inner {
    display: block;
    width: auto;
    height: auto;
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof)) calc(20 * var(--re-cof)) calc(20 * var(--re-cof));
    margin: 0;
  }
  .texts-bg h1.as-h1, .texts-bg .as-h1 {
    margin-bottom: calc(20 * var(--re-cof));
  }
  .texts-bg .btn-link {
    min-width: calc(225 * var(--re-cof));
    margin-bottom: calc(70 * var(--re-cof));
  }
  .texts-bg .sup {
    margin: 0 0 calc(20 * var(--re-cof)) 0;
  }
  .texts-bg .desc {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
    color: #C2C9D6;
  }
  .texts-bg .desc p:nth-child(n+2) {
    margin-top: calc(12 * var(--re-cof));
  }
  .texts-bg .mobile-pic {
    display: block;
    height: calc(360 * var(--re-cof));
    margin-top: calc(25 * var(--re-cof));
  }
  .texts-bg .mobile-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.news-short {
  padding: calc(160 * var(--re-cof)) calc(80 * var(--re-cof)) calc(80 * var(--re-cof)) calc(80 * var(--re-cof));
}
.news-short .sup {
  margin-bottom: calc(65 * var(--re-cof));
}
.news-short .news-box {
  display: flex;
  align-items: flex-start;
  gap: calc(80 * var(--re-cof));
}
.news-short .news-box .side {
  flex: 1 1 45%;
}
.news-short .btn-link {
  margin: calc(65 * var(--re-cof)) 0 0 auto;
}
.news-short .news-item-short {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: calc(48 * var(--re-cof)) 0 calc(35 * var(--re-cof)) calc(8 * var(--re-cof));
  overflow: hidden;
  text-decoration: none;
}
.news-short .news-item-short img.pic {
  display: block;
  height: calc(395 * var(--re-cof));
  width: 100%;
  margin-bottom: calc(50 * var(--re-cof));
}
.news-short .news-item-short .inner {
  width: calc(600 * var(--re-cof));
}
.news-short .news-item-short .arr-link {
  flex-shrink: 0;
}
.news-short .news-item-short .top {
  display: flex;
  gap: calc(8 * var(--re-cof));
  margin-bottom: calc(15 * var(--re-cof));
}
.news-short .news-item-short .top .tag {
  position: relative;
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  padding: calc(8 * var(--re-cof)) calc(16 * var(--re-cof)) calc(8 * var(--re-cof)) calc(24 * var(--re-cof));
  background-color: #DEE3ED;
  border-radius: calc(6 * var(--re-cof));
}
.news-short .news-item-short .top .tag:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: calc(16 * var(--re-cof));
  margin: auto 0;
  width: calc(4 * var(--re-cof));
  height: calc(4 * var(--re-cof));
  background-color: #1D1E20;
  border-radius: 50%;
}
.news-short .news-item-short .top .date {
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  color: #5E636E;
  padding: calc(8 * var(--re-cof)) calc(16 * var(--re-cof));
  border: 1px solid #C2C9D6;
  border-radius: calc(6 * var(--re-cof));
}
.news-short .news-item-short .news-title {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  color: #111213;
  font-weight: 500;
  text-transform: uppercase;
  height: calc(58 * var(--re-cof));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.news-short .news-item-short:before, .news-short .news-item-short:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  border-top: 1px solid #000;
  transition: 0.5s ease;
  z-index: 1;
}
.news-short .news-item-short:after {
  width: 100%;
  z-index: 0;
  border-color: #C2C9D6;
}
.news-short .news-item-short:hover .arr-link {
  background-color: #ff611e;
  border-color: #ff611e;
}
.news-short .news-item-short:hover .arr-link img {
  transform: scale(1.5);
  filter: brightness(200);
}
.news-short .news-item-short:hover:before {
  width: 100%;
}
.news-short .news-item-short.big {
  padding-top: 0;
}

@media only screen and (max-width: 500px) {
  .news-short {
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .news-short .sup {
    margin-bottom: calc(40 * var(--re-cof));
  }
  .news-short .news-box {
    display: block;
  }
  .news-short .btn-link {
    margin-top: calc(40 * var(--re-cof));
  }
  .news-short .news-item-short {
    display: block;
    padding: 0;
  }
  .news-short .news-item-short img.pic {
    height: calc(255 * var(--re-cof));
    margin-bottom: calc(5 * var(--re-cof));
  }
  .news-short .news-item-short .inner {
    width: auto;
  }
  .news-short .news-item-short .arr-link {
    display: none;
  }
  .news-short .news-item-short .top {
    gap: calc(6 * var(--re-cof));
    margin-bottom: calc(24 * var(--re-cof));
  }
  .news-short .news-item-short .top .tag {
    font-size: calc(14 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
    padding: calc(6 * var(--re-cof)) calc(8 * var(--re-cof)) calc(6 * var(--re-cof)) calc(16 * var(--re-cof));
  }
  .news-short .news-item-short .top .tag:before {
    left: calc(8 * var(--re-cof));
  }
  .news-short .news-item-short .top .date {
    font-size: calc(14 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
    padding: calc(6 * var(--re-cof)) calc(8 * var(--re-cof));
  }
  .news-short .news-item-short .news-title {
    font-size: calc(20 * var(--re-cof));
    line-height: calc(26 * var(--re-cof));
    height: calc(52 * var(--re-cof));
  }
  .news-short .news-item-short .news-desc {
    display: block;
    font-size: calc(14 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
    color: #5E636E;
    margin-top: calc(8 * var(--re-cof));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
  }
  .news-short .news-item-short:before, .news-short .news-item-short:after {
    content: none;
  }
  .news-short .news-item-short:not(.big) {
    padding-top: calc(40 * var(--re-cof));
    margin-top: calc(24 * var(--re-cof));
    border-top: 1px solid #C2C9D6;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
@keyframes spin_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorBlink {
  0% {
    background-color: rgba(3, 122, 205, 0.7);
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: rgb(3, 122, 205);
  }
}
@keyframes roundLoader {
  0% {
    stroke-dasharray: 130, 150;
  }
  100% {
    stroke-dasharray: 0, 150;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.double-text-pic {
  display: flex;
  gap: calc(20 * var(--re-cof));
  padding: calc(80 * var(--re-cof));
}
.double-text-pic .side {
  flex: 1 1 45%;
}
.double-text-pic .side.texts {
  background-color: #fd0;
  padding: 0 calc(60 * var(--re-cof)) calc(40 * var(--re-cof)) calc(60 * var(--re-cof));
}
.double-text-pic .side.pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.double-text-pic img.icon {
  width: auto;
  height: calc(100 * var(--re-cof));
}
.double-text-pic h1.as-h1, .double-text-pic .as-h1 {
  font-size: calc(56 * var(--re-cof));
  line-height: calc(67 * var(--re-cof));
  font-weight: 600;
  padding-top: calc(75 * var(--re-cof));
}
.double-text-pic .sub {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  padding-top: calc(28 * var(--re-cof));
  margin-top: calc(28 * var(--re-cof));
  border-top: 1px solid #BCA40A;
}
.double-text-pic .btn-link {
  margin-top: calc(80 * var(--re-cof));
}

@media only screen and (max-width: 500px) {
  .double-text-pic {
    display: block;
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .double-text-pic .side.texts {
    padding: 0 calc(25 * var(--re-cof)) calc(25 * var(--re-cof)) calc(25 * var(--re-cof));
  }
  .double-text-pic .side.pic {
    height: calc(360 * var(--re-cof));
    margin-top: calc(15 * var(--re-cof));
  }
  .double-text-pic img.icon {
    height: calc(45 * var(--re-cof));
  }
  .double-text-pic h1.as-h1, .double-text-pic .as-h1 {
    font-size: calc(24 * var(--re-cof));
    line-height: calc(31 * var(--re-cof));
    padding-top: calc(12 * var(--re-cof));
  }
  .double-text-pic .sub {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(21 * var(--re-cof));
    padding-top: calc(12 * var(--re-cof));
    margin-top: calc(12 * var(--re-cof));
  }
  .double-text-pic .sub br {
    display: none;
  }
  .double-text-pic .btn-link {
    margin-top: calc(50 * var(--re-cof));
  }
}