
@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;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.top-title-bg img.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.top-title-bg:after, .top-title-bg h1.as-h1, .top-title-bg .as-h1 {
  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-title-bg {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: calc(600 * var(--re-cof));
  padding: calc(55 * var(--re-cof)) calc(80 * var(--re-cof));
}
.top-title-bg img.bg {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.top-title-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  mask-image: linear-gradient(to right, white 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, white 40%, transparent 100%);
}
.top-title-bg h1.as-h1, .top-title-bg .as-h1 {
  font-size: calc(160 * var(--re-cof));
  line-height: calc(160 * var(--re-cof));
  font-weight: 500;
  color: #fff;
}
.top-title-bg:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 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);
}

@media only screen and (max-width: 500px) {
  .top-title-bg {
    height: calc(700 * var(--re-cof));
    padding: calc(40 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .top-title-bg:before {
    content: none;
  }
  .top-title-bg h1.as-h1, .top-title-bg .as-h1 {
    font-size: calc(60 * var(--re-cof));
    line-height: calc(66 * var(--re-cof));
    font-weight: 600;
  }
  .top-title-bg:after {
    height: calc(5 * var(--re-cof));
  }
}
/* ----------- 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%;
  }
}
.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-country .point-item .round {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@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-country {
  display: flex;
  padding: calc(40 * var(--re-cof)) calc(65 * var(--re-cof)) calc(65 * var(--re-cof)) calc(80 * var(--re-cof));
}
.map-country .side.data {
  flex-grow: 1;
}
.map-country .side.map {
  flex-shrink: 0;
  position: relative;
  width: calc(910 * var(--re-cof));
  height: calc(890 * var(--re-cof));
}
.map-country .side.map img.map {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s ease;
  opacity: 0.4;
}
.map-country .side.map .point-item:hover ~ picture img.map,
.map-country .side.map .point-item.active ~ picture img.map {
  opacity: 1;
}
.map-country .title-icon {
  margin-bottom: calc(85 * var(--re-cof));
  gap: calc(16 * var(--re-cof));
}
.map-country .title-icon img {
  width: calc(37 * var(--re-cof));
}
.map-country .card-item {
  width: calc(425 * var(--re-cof));
  border: 1px solid #DEE3ED;
  padding: calc(25 * var(--re-cof));
  box-shadow: 2px 3px 9px 0 rgba(82, 82, 82, 0.04);
  transition: 0.5s ease;
}
.map-country .card-item .top {
  font-size: calc(20 * var(--re-cof));
  line-height: calc(27 * var(--re-cof));
  font-weight: 700;
  margin-bottom: calc(65 * var(--re-cof));
}
.map-country .card-item .top span {
  font-weight: 400;
}
.map-country .card-item .content img {
  display: block;
  width: auto;
  height: calc(100 * var(--re-cof));
  filter: contrast(0) brightness(0);
  opacity: 0.2;
  transition: 0.5s ease;
}
.map-country .card-item:nth-child(n+3) {
  margin-top: calc(25 * var(--re-cof));
}
.map-country .card-item:hover {
  background-color: #F1F3F9;
  border-color: #F1F3F9;
}
.map-country .card-item:hover .top {
  color: #ff611e;
}
.map-country .card-item:hover .top span {
  color: #1D1E20;
}
.map-country .card-item:hover .content img {
  filter: none;
  opacity: 1;
}
.map-country .point-item {
  position: absolute;
  width: calc(17 * var(--re-cof));
  height: calc(17 * var(--re-cof));
  border: calc(3 * var(--re-cof)) solid #fff;
  border-radius: 50%;
  background-color: #485C75;
  transition: 0.5s ease;
  z-index: 1;
}
.map-country .point-item .round {
  border-radius: 50%;
  width: calc(17 * var(--re-cof));
  height: calc(17 * var(--re-cof));
  border: 1px dashed #ff611e;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s ease-out;
  z-index: 3;
}
.map-country .point-item .inner-card {
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: calc(330 * var(--re-cof));
  border: 1px solid #C2C9D6;
  background-color: #fff;
  padding: calc(20 * var(--re-cof));
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.map-country .point-item .inner-card.top-left {
  right: 50%;
  bottom: 50%;
}
.map-country .point-item .inner-card.top-right {
  left: 50%;
  bottom: 50%;
}
.map-country .point-item .inner-card.bottom-right {
  left: 50%;
  top: 50%;
  bottom: unset;
}
.map-country .point-item .inner-card.bottom-left {
  right: 50%;
  top: 50%;
  bottom: unset;
}
.map-country .point-item .inner-card .point-title {
  display: flex;
  align-items: center;
  gap: calc(12 * var(--re-cof));
  padding-bottom: calc(15 * var(--re-cof));
  margin-bottom: calc(15 * var(--re-cof));
  border-bottom: calc(2 * var(--re-cof)) solid #C2C9D6;
}
.map-country .point-item .inner-card .point-title img {
  flex-shrink: 0;
  width: calc(32 * var(--re-cof));
  height: auto;
}
.map-country .point-item .inner-card .point-title span {
  font-size: calc(20 * var(--re-cof));
  line-height: calc(27 * var(--re-cof));
}
.map-country .point-item .inner-card .point-desc {
  font-size: calc(18 * var(--re-cof));
  line-height: calc(22 * var(--re-cof));
}
.map-country .point-item .inner-card .point-desc ul {
  margin: 0;
  padding: 0;
}
.map-country .point-item .inner-card .point-desc ul li {
  list-style-type: none;
  position: relative;
  padding-left: calc(22 * var(--re-cof));
}
.map-country .point-item .inner-card .point-desc ul li:nth-child(n+2) {
  margin-top: calc(8 * var(--re-cof));
}
.map-country .point-item .inner-card .point-desc ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(14 * var(--re-cof));
  height: calc(14 * var(--re-cof));
  border: calc(2.5 * var(--re-cof)) solid #C2C9D6;
  border-radius: 50%;
  top: calc(4 * var(--re-cof));
  left: 0;
  box-sizing: border-box;
}
.map-country .point-item.pre-active {
  background-color: #fff;
}
.map-country .point-item:hover, .map-country .point-item.active {
  background-color: #ff611e;
  border-color: #ff611e;
}
.map-country .point-item:hover .round, .map-country .point-item.active .round {
  width: calc(81 * var(--re-cof));
  height: calc(81 * var(--re-cof));
  opacity: 1;
}
.map-country .point-item:hover .inner-card, .map-country .point-item.active .inner-card {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 500px) {
  .map-country {
    display: block;
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .map-country .side.data {
    margin-bottom: calc(40 * var(--re-cof));
  }
  .map-country .side.map {
    width: auto;
    height: calc(380 * var(--re-cof));
  }
  .map-country .side.map img.map {
    opacity: 1;
  }
  .map-country .title-icon {
    margin-bottom: calc(40 * var(--re-cof));
    gap: calc(8 * var(--re-cof));
  }
  .map-country .title-icon img {
    width: calc(40 * var(--re-cof));
  }
  .map-country .card-item {
    width: auto;
    box-shadow: none;
    padding: 0;
  }
  .map-country .card-item .top {
    display: flex;
    align-items: center;
    gap: calc(8 * var(--re-cof));
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
    font-weight: 500;
    color: #8F96A3;
    padding: calc(8 * var(--re-cof));
    margin-bottom: 0;
  }
  .map-country .card-item .top span {
    display: none;
  }
  .map-country .card-item .top img.mobile {
    flex-shrink: 0;
    display: block;
    width: calc(45 * var(--re-cof));
    height: auto;
    filter: contrast(0) brightness(0);
    opacity: 0.6;
    transition: 0.5s ease;
  }
  .map-country .card-item .top svg.mobile {
    flex-shrink: 0;
    display: block;
    width: calc(48 * var(--re-cof));
    height: auto;
    margin-left: auto;
  }
  .map-country .card-item .top svg.mobile path {
    transition: 0.5s ease;
    transform-origin: center;
  }
  .map-country .card-item .content {
    display: none;
    padding: calc(20 * var(--re-cof));
  }
  .map-country .card-item .content .point-item-data {
    display: block;
  }
  .map-country .card-item .content .point-item-data .point-title {
    font-size: calc(14 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
    font-weight: 500;
    color: #ff611e;
    margin-bottom: calc(12 * var(--re-cof));
  }
  .map-country .card-item .content .point-item-data .point-desc {
    font-size: calc(14 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
  }
  .map-country .card-item .content .point-item-data .point-desc ul {
    margin: 0;
    padding: 0;
  }
  .map-country .card-item .content .point-item-data .point-desc ul li {
    list-style-type: none;
    position: relative;
    padding-left: calc(26 * var(--re-cof));
  }
  .map-country .card-item .content .point-item-data .point-desc ul li:nth-child(n+2) {
    margin-top: calc(8 * var(--re-cof));
  }
  .map-country .card-item .content .point-item-data .point-desc ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(10 * var(--re-cof));
    height: calc(10 * var(--re-cof));
    border: calc(2 * var(--re-cof)) solid #C2C9D6;
    border-radius: 50%;
    top: calc(4 * var(--re-cof));
    left: calc(8 * var(--re-cof));
    box-sizing: border-box;
  }
  .map-country .card-item .content .point-item-data:nth-child(n+3) {
    margin-top: calc(20 * var(--re-cof));
  }
  .map-country .card-item .content img {
    display: none;
  }
  .map-country .card-item.open {
    background-color: #F1F3F9;
    border-color: #C2C9D6;
  }
  .map-country .card-item.open .top {
    color: #111213;
    border-bottom: 1px solid #C2C9D6;
  }
  .map-country .card-item.open .top img.mobile {
    filter: none;
    opacity: 1;
  }
  .map-country .card-item.open .top svg.mobile path {
    transform: rotateX(180deg);
  }
  .map-country .point-item {
    width: calc(10 * var(--re-cof));
    height: calc(10 * var(--re-cof));
    border: none;
    background-color: #fff;
  }
  .map-country .point-item .round {
    width: calc(10 * var(--re-cof));
    height: calc(10 * var(--re-cof));
    border-width: calc(2 * var(--re-cof));
  }
  .map-country .point-item .inner-card {
    display: none;
  }
  .map-country .point-item.active {
    width: calc(14 * var(--re-cof));
    height: calc(14 * var(--re-cof));
  }
  .map-country .point-item.active .round {
    width: calc(36 * var(--re-cof));
    height: calc(36 * 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%;
  }
}
.double-pic-items {
  position: sticky;
  top: calc(-40 * var(--re-cof));
  left: 0;
  padding: calc(40 * var(--re-cof)) calc(80 * var(--re-cof));
  background-color: #fff;
}
.double-pic-items .sup {
  margin-bottom: calc(80 * var(--re-cof));
}
.double-pic-items .inner {
  display: flex;
  gap: calc(40 * var(--re-cof));
  max-height: calc(680 * var(--re-cof));
}
.double-pic-items .side {
  flex: 1 1 45%;
}
.double-pic-items .side.pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.double-pic-items .side.texts {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #C2C9D6;
  padding: calc(24 * var(--re-cof)) 0 0;
}
.double-pic-items .btn-link {
  margin-top: auto;
}
.double-pic-items img.icon {
  width: calc(60 * var(--re-cof));
  height: auto;
  margin-bottom: calc(24 * var(--re-cof));
}
.double-pic-items h1.as-h1, .double-pic-items .as-h1 {
  font-size: calc(64 * var(--re-cof));
  line-height: calc(76 * var(--re-cof));
  font-weight: 500;
  margin-bottom: calc(30 * var(--re-cof));
}
.double-pic-items .desc {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  margin-bottom: calc(50 * var(--re-cof));
}
.double-pic-items .grid-box {
  display: flex;
  gap: calc(30 * var(--re-cof));
  margin-top: auto;
}
.double-pic-items .grid-box .item {
  flex: 1;
}
.double-pic-items .grid-box .item .num {
  font-size: calc(64 * var(--re-cof));
  line-height: calc(87 * var(--re-cof));
  font-weight: 500;
  margin-bottom: calc(8 * var(--re-cof));
}
.double-pic-items .grid-box .item .text {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  color: #8F96A3;
  padding-top: calc(8 * var(--re-cof));
  border-top: 1px solid #C2C9D6;
}
.double-pic-items .note {
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  margin-top: calc(65 * var(--re-cof));
}

.double-pic-items + .double-pic-items {
  padding-top: 0;
  top: calc(120 * var(--re-cof));
}

@media only screen and (max-width: 500px) {
  .double-pic-items {
    position: static;
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .double-pic-items .sup {
    margin-bottom: calc(75 * var(--re-cof));
  }
  .double-pic-items .inner {
    display: block;
    min-height: unset;
  }
  .double-pic-items .side.pic {
    display: none;
  }
  .double-pic-items .side.texts {
    display: block;
    border: none;
    padding: 0;
  }
  .double-pic-items .btn-link {
    margin: calc(50 * var(--re-cof)) auto 0;
  }
  .double-pic-items img.icon {
    width: calc(50 * var(--re-cof));
    margin-bottom: calc(12 * var(--re-cof));
  }
  .double-pic-items h1.as-h1, .double-pic-items .as-h1 {
    font-size: calc(32 * var(--re-cof));
    line-height: calc(41 * var(--re-cof));
    margin-bottom: calc(20 * var(--re-cof));
  }
  .double-pic-items img.mobile {
    display: block;
    height: calc(200 * var(--re-cof));
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    margin-bottom: calc(20 * var(--re-cof));
  }
  .double-pic-items .desc {
    font-size: calc(18 * var(--re-cof));
    line-height: calc(23 * var(--re-cof));
    margin-bottom: 0;
  }
  .double-pic-items .grid-box {
    gap: calc(15 * var(--re-cof));
    flex-wrap: wrap;
    margin-top: calc(60 * var(--re-cof));
  }
  .double-pic-items .grid-box .item {
    flex: 1 1 27%;
  }
  .double-pic-items .grid-box .item .num {
    font-size: calc(32 * var(--re-cof));
    line-height: calc(41 * var(--re-cof));
  }
  .double-pic-items .grid-box .item .text {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
  }
  .double-pic-items .note {
    font-size: calc(12 * var(--re-cof));
    line-height: calc(15 * var(--re-cof));
    color: #5E636E;
    margin-top: calc(30 * var(--re-cof));
  }
  .double-pic-items + .double-pic-items {
    padding-top: 0;
    margin-top: calc(90 * var(--re-cof));
  }
  .double-pic-items + .double-pic-items .side.texts {
    padding-top: calc(30 * var(--re-cof));
    border-top: 1px solid #DEE3ED;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.items-logo-col3 {
  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%;
  }
}
.items-logo-col3 {
  margin-top: -1px;
  background: #fff;
  padding: calc(150 * var(--re-cof)) 0 calc(130 * var(--re-cof));
  display: flex;
  flex-direction: column;
  gap: calc(80 * var(--re-cof));
}
.items-logo-col3__sup {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--re-cof));
  padding: 0 calc(80 * var(--re-cof));
}
.items-logo-col3__sup img {
  width: calc(44 * var(--re-cof));
  height: calc(44 * var(--re-cof));
  flex-shrink: 0;
}
.items-logo-col3__sup span {
  font-size: calc(24 * var(--re-cof));
  font-weight: 500;
  color: #1D1E20;
  text-transform: uppercase;
}
.items-logo-col3__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items-logo-col3__item {
  padding: 0 calc(160 * var(--re-cof));
  border-right: calc(1 * var(--re-cof)) solid #C2C9D6;
}
.items-logo-col3__item:last-child {
  border-right: none;
}
.items-logo-col3__img {
  max-width: calc(411 * var(--re-cof));
  max-height: calc(150 * var(--re-cof));
}
.items-logo-col3__img img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 500px) {
  .items-logo-col3 {
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
    gap: calc(30 * var(--re-cof));
  }
  .items-logo-col3__sup {
    gap: calc(9 * var(--re-cof));
    padding: 0;
  }
  .items-logo-col3__sup img {
    width: calc(40 * var(--re-cof));
    height: calc(40 * var(--re-cof));
  }
  .items-logo-col3__sup span {
    font-size: calc(20 * var(--re-cof));
  }
  .items-logo-col3__list {
    display: flex;
    flex-direction: column;
  }
  .items-logo-col3__item {
    padding: calc(30 * var(--re-cof)) 0;
    border-top: calc(1 * var(--re-cof)) solid #C2C9D6;
    border-right: none;
    width: 100%;
  }
  .items-logo-col3__item:last-child {
    border-bottom: calc(1 * var(--re-cof)) solid #C2C9D6;
  }
  .items-logo-col3__img {
    max-width: calc(274 * var(--re-cof));
    max-height: calc(100 * var(--re-cof));
    width: -moz-fit-content;
    width: fit-content;
  }
  .items-logo-col3__img img {
    width: 100%;
    height: 100%;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.news-default .top-title img.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.news-default .top-title h1.as-h1, .news-default .top-title .as-h1 {
  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%;
  }
}
.news-default {
  padding-bottom: calc(100 * var(--re-cof));
}
.news-default .top-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: calc(600 * var(--re-cof));
  padding: calc(55 * var(--re-cof)) calc(80 * var(--re-cof));
}
.news-default .top-title img.bg {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.news-default .top-title h1.as-h1, .news-default .top-title .as-h1 {
  font-size: calc(160 * var(--re-cof));
  line-height: calc(160 * var(--re-cof));
  font-weight: 500;
  color: #fff;
}
.news-default .news-menu {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 * var(--re-cof));
  padding: calc(55 * var(--re-cof)) calc(80 * var(--re-cof)) calc(70 * var(--re-cof)) calc(80 * var(--re-cof));
}
.news-default .news-menu a.menu-link {
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  padding: calc(16 * var(--re-cof)) calc(32 * var(--re-cof));
  background-color: #F1F3F9;
  border-radius: calc(6 * var(--re-cof));
  text-decoration: none;
  transition: 0.3s ease;
}
.news-default .news-menu a.menu-link:hover {
  color: #F1F3F9;
  background-color: #6386B0;
}
.news-default .news-menu span.menu-link {
  font-size: calc(20 * var(--re-cof));
  line-height: calc(30 * var(--re-cof));
  color: #fff;
  padding: calc(13 * var(--re-cof)) calc(30 * var(--re-cof));
  background-color: #151732;
  border-radius: calc(6 * var(--re-cof));
}
.news-default .set-title {
  font-size: calc(56 * var(--re-cof));
  line-height: calc(61 * var(--re-cof));
  font-weight: 500;
  margin-bottom: calc(55 * var(--re-cof));
  padding: 0 calc(80 * var(--re-cof));
}
.news-default .pagination {
  margin-top: calc(80 * var(--re-cof));
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(80 * var(--re-cof)) calc(40 * var(--re-cof));
  padding: 0 calc(80 * var(--re-cof));
}

.news-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: calc(560 * var(--re-cof));
}
.news-item .pic {
  height: calc(360 * var(--re-cof));
  margin-bottom: calc(12 * var(--re-cof));
  overflow: hidden;
}
.news-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease;
}
.news-item .top-line {
  display: flex;
  gap: calc(8 * var(--re-cof));
  margin-bottom: calc(20 * var(--re-cof));
}
.news-item .top-line .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));
}
.news-item .top-line .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;
}
.news-item .top-line .date {
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  font-weight: 500;
  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-item .news-title {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(31 * var(--re-cof));
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: calc(8 * var(--re-cof));
}
.news-item .news-desc {
  font-size: calc(18 * var(--re-cof));
  line-height: calc(23 * var(--re-cof));
  color: #8F96A3;
  margin-bottom: calc(35 * var(--re-cof));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.news-item .arr-link {
  margin-top: auto;
  border-color: #8F96A3;
  border-width: 1px;
}
.news-item:hover .pic img {
  height: 110%;
}
.news-item:hover .arr-link {
  background-color: #ff611e;
  border-color: #ff611e;
}
.news-item:hover .arr-link img {
  transform: scale(1.4);
  filter: contrast(0) brightness(200);
}

@media only screen and (max-width: 500px) {
  .news-default {
    padding-bottom: calc(40 * var(--re-cof));
  }
  .news-default .top-title {
    height: calc(700 * var(--re-cof));
    padding: calc(40 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .news-default .top-title:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(6 * var(--re-cof));
    background: linear-gradient(90deg, #1B192B 0%, #F6492F 41.14%, #FDD238 100%), rgba(255, 255, 255, 0.3);
    z-index: 5;
  }
  .news-default .top-title h1.as-h1, .news-default .top-title .as-h1 {
    font-size: calc(60 * var(--re-cof));
    line-height: calc(66 * var(--re-cof));
    font-weight: 600;
  }
  .news-default .news-menu {
    gap: calc(4 * var(--re-cof));
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof)) calc(45 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .news-default .news-menu a.menu-link {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
    padding: calc(12 * var(--re-cof)) calc(24 * var(--re-cof));
  }
  .news-default .news-menu span.menu-link {
    font-size: calc(16 * var(--re-cof));
    line-height: calc(20 * var(--re-cof));
    font-weight: 500;
    padding: calc(12 * var(--re-cof)) calc(24 * var(--re-cof));
  }
  .news-default .set-title {
    font-size: calc(48 * var(--re-cof));
    line-height: calc(52 * var(--re-cof));
    margin-bottom: calc(40 * var(--re-cof));
    padding: 0 calc(20 * var(--re-cof));
  }
  .news-default .pagination {
    margin-top: calc(40 * var(--re-cof));
  }
  .news-list {
    display: block;
    padding: 0 calc(20 * var(--re-cof));
  }
  .news-list .news-item:nth-child(n+2) {
    padding-top: calc(40 * var(--re-cof));
    margin-top: calc(25 * var(--re-cof));
    border-top: 1px solid #C2C9D6;
  }
  .news-item {
    display: block;
    width: auto;
  }
  .news-item .pic {
    height: calc(250 * var(--re-cof));
    margin-bottom: calc(8 * var(--re-cof));
  }
  .news-item .top-line {
    gap: calc(6 * var(--re-cof));
    margin-bottom: calc(25 * var(--re-cof));
  }
  .news-item .top-line .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-item .top-line .tag:before {
    left: calc(8 * var(--re-cof));
  }
  .news-item .top-line .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-item .news-title {
    font-size: calc(18 * var(--re-cof));
    line-height: calc(23 * var(--re-cof));
  }
  .news-item .news-desc {
    font-size: calc(14 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
    margin: 0;
  }
  .news-item .arr-link {
    display: none;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.news-simple {
  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%;
  }
}
.news-simple {
  z-index: 6;
  background-color: #fff;
  padding: calc(60 * var(--re-cof)) calc(80 * var(--re-cof)) calc(120 * var(--re-cof)) calc(80 * var(--re-cof));
}
.news-simple .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(50 * var(--re-cof));
  margin-bottom: calc(50 * var(--re-cof));
}
.news-simple .top .btn-link {
  margin-left: auto;
}
.news-simple .news-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(80 * var(--re-cof)) calc(40 * var(--re-cof));
}
.news-simple .btn-link.mobile {
  display: none;
}

@media only screen and (max-width: 500px) {
  .news-simple {
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .news-simple .top {
    display: block;
    margin-bottom: calc(40 * var(--re-cof));
  }
  .news-simple .top .btn-link {
    display: none;
  }
  .news-simple .news-box {
    display: block;
  }
  .news-simple .news-box .news-item:nth-child(n+2) {
    padding-top: calc(40 * var(--re-cof));
    margin-top: calc(25 * var(--re-cof));
    border-top: 1px solid #C2C9D6;
  }
}
/* ----------- COLORS ----------- */
/* --------------------------------- */
/* ----------- COLORS ----------- */
.items-pic-links {
  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%;
  }
}
.items-pic-links {
  z-index: 6;
  display: flex;
  gap: calc(105 * var(--re-cof));
  background-color: #F7F8FB;
  padding: calc(145 * var(--re-cof)) calc(80 * var(--re-cof));
}
.items-pic-links .side.titles {
  flex-grow: 1;
}
.items-pic-links .side.items {
  flex-shrink: 0;
  width: calc(1020 * var(--re-cof));
  padding-top: calc(50 * var(--re-cof));
}
.items-pic-links .sup {
  margin-bottom: calc(40 * var(--re-cof));
}
.items-pic-links h1.as-h1, .items-pic-links .as-h1 {
  font-size: calc(48 * var(--re-cof));
  line-height: calc(62 * var(--re-cof));
  font-weight: 500;
}
.items-pic-links .item {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(24 * var(--re-cof));
  padding: calc(24 * var(--re-cof)) 0;
  min-height: calc(180 * var(--re-cof));
  text-decoration: none;
}
.items-pic-links .item:before, .items-pic-links .item:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
.items-pic-links .item:before {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #C2C9D6;
}
.items-pic-links .item:after {
  width: 0;
  height: 2px;
  border-bottom: 2px solid #111213;
  transition: 0.3s ease;
}
.items-pic-links .item .pic {
  flex-shrink: 0;
  align-self: stretch;
  width: calc(230 * var(--re-cof));
  height: auto;
}
.items-pic-links .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-pic-links .item .texts {
  flex-grow: 1;
}
.items-pic-links .item .texts .title {
  font-size: calc(24 * var(--re-cof));
  line-height: calc(32 * var(--re-cof));
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: calc(25 * var(--re-cof));
}
.items-pic-links .item .texts .desc {
  font-size: calc(16 * var(--re-cof));
  line-height: calc(24 * var(--re-cof));
  color: #5E636E;
}
.items-pic-links .item .arr-link {
  flex-shrink: 0;
}
.items-pic-links .item:hover:after {
  width: 100%;
}
.items-pic-links .item:hover .arr-link {
  background-color: #ff611e;
  border-color: #ff611e;
}
.items-pic-links .item:hover .arr-link img {
  transform: scale(1.4);
  filter: contrast(0) brightness(200);
}
.items-pic-links .btn-link {
  margin-top: calc(55 * var(--re-cof));
}

@media only screen and (max-width: 500px) {
  .items-pic-links {
    display: block;
    padding: calc(60 * var(--re-cof)) calc(20 * var(--re-cof));
  }
  .items-pic-links .side.items {
    width: auto;
    padding: 0;
    margin-top: calc(30 * var(--re-cof));
  }
  .items-pic-links .sup {
    margin-bottom: calc(45 * var(--re-cof));
  }
  .items-pic-links h1.as-h1, .items-pic-links .as-h1 {
    font-size: calc(32 * var(--re-cof));
    line-height: calc(41 * var(--re-cof));
  }
  .items-pic-links .item {
    align-items: flex-start;
    gap: calc(15 * var(--re-cof));
    padding: 0;
    min-height: unset;
  }
  .items-pic-links .item:before, .items-pic-links .item:after {
    content: none;
  }
  .items-pic-links .item .pic {
    width: calc(105 * var(--re-cof));
    height: calc(105 * var(--re-cof));
  }
  .items-pic-links .item .texts .title {
    font-size: calc(20 * var(--re-cof));
    line-height: calc(26 * var(--re-cof));
    margin-bottom: calc(8 * var(--re-cof));
  }
  .items-pic-links .item .texts .desc {
    font-size: calc(14 * var(--re-cof));
    line-height: calc(18 * var(--re-cof));
  }
  .items-pic-links .item .arr-link {
    align-self: flex-end;
  }
  .items-pic-links .item:nth-child(n+2) {
    padding-top: calc(24 * var(--re-cof));
    margin-top: calc(20 * var(--re-cof));
    border-top: 1px solid #C2C9D6;
  }
  .items-pic-links .btn-link {
    margin: calc(40 * var(--re-cof)) 0 0 auto;
  }
}
/* ----------- 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%;
  }
}
.fly-anchors {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  bottom: calc(15 * var(--re-cof));
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F1F3F5;
  border-radius: calc(10 * var(--re-cof));
  padding: 0 calc(8 * var(--re-cof));
  z-index: 10;
}
.fly-anchors .anchor {
  font-size: calc(18 * var(--re-cof));
  line-height: calc(22 * var(--re-cof));
  color: rgba(23, 23, 23, 0.3);
  text-transform: uppercase;
  padding: calc(17 * var(--re-cof)) calc(16 * var(--re-cof));
  text-decoration: none;
}
.fly-anchors .anchor.active {
  font-weight: 500;
  color: #1F1F21;
}

@media only screen and (max-width: 500px) {
  .fly-anchors {
    display: none;
  }
}