/* app_global.css */

@media (max-width: 991px) {
  .swiper_arrows_topright {
    top:20px;
    bottom:auto;
  }
}

.compare-model .compare-model-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-model .btn-icon i:first-child {
  margin-right: 8px;
  margin-left: 4px;
}
.compare-model .compare-model-btn {
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* frontpage gallery: mobile slides */

@media (max-width: 767px) {
  .main_slider_desktop {
    display: none;
  }
  .main_slider_mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .main_slider_mobile {
    display: none;
  }
  .main_slider_desktop {
    display: block;
  }
}

.sitemap_table td {
vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
  font-family: TTSupermolotNeue, sans-serif;   
}

.post-swiper .post-slide img {
  display:inline-block !important;
}

/* ИСТОРИЯ  - мобильная версия */
@media only screen and (max-width: 767px) {
	.history-swiper {
	    height:350px;
	}
	.history-slide {
	    overflow-y: auto;
	}
}

/* Исправление размера иконки в инфоблоке с иконками */
.data-block-column .params-item-image img {
	max-height:100%;
}

/* ПЕРЕОПРЕДЕЛЕНИЕ ОБЩИХ СТИЛЕЙ ТАБЛИЦ */
/* КЛАССЫ .content_table_gradient и .table_gradient */

table.table_gradient tbody tr:nth-child(odd) td,
table.content_table_gradient tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.5) 100%);
}

.theme-lightblue .table_gradient tbody tr:nth-child(odd) td,
.theme-lightblue .content_table_gradient tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.5) 100%);
}

.theme-brown .table_gradient tbody tr:nth-child(odd) td,
.theme-brown .content_table_gradient tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.5) 100%);
}

.theme-silver .table_gradient tbody tr:nth-child(odd) td,
.theme-silver .content_table_gradient tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.5) 100%);
}

.theme-green .table_gradient tbody tr:nth-child(odd) td,
.theme-green .content_table_gradient tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.5) 100%);
}

/* СЛАЙДЕР - замена полосок стрелками. оригинальный код остался в CSS и закомменчен */
.slider-swiper-bottomright-box {
  position: absolute;
  bottom: 25px;
  right: 30px;
  display: flex;
  gap: 30px;
  z-index: 1;
}

.slider-swiper-prev,
.slider-swiper-next {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}

.slider-swiper-prev {
  background-image: url("/local/templates/roe/assets/img/ico_arrow_left.svg");
}

.slider-swiper-next {
  background-image: url("/local/templates/roe/assets/img/ico_arrow_right.svg");
}

.swiper-slide:only-child ~ .slider-swiper-bottomright-box {
  display: none;
}

.swiper-button-disabled,
.slider-swiper-prev:hover,
.slider-swiper-next:hover {
  opacity: 0.4;
}

/* СЛАЙДЕР - замена полосок стрелками. оригинальный код остался в CSS и закомменчен */




.overflow {
    overflow-x:auto;
    padding-bottom:20px;
}

.overflow::-webkit-scrollbar-track {
    background: #333;
    border-radius: 5px;
}

.overflow::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 5px;
}

.overflow::-webkit-scrollbar-thumb:hover {
  background-color: darken(var(--accent-color), 10%); /* Цвет ползунка при наведении */
}

.overflow::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
    opacity: 0.8;
}

@media (max-width: 500px) {
  .table_overflow {
    width:100%;
    overflow-x:auto;
  }
}

@charset "UTF-8";
@font-face {
  font-family: "Formular";
  font-style: normal;
  font-weight: 300;
  src: url("/css_global/fonts/Formular/Formular-Light.woff") format("woff"), url("/css_global/fonts/Formular/Formular-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Formular";
  font-style: italic;
  font-weight: 300;
  src: url("/css_global/fonts/Formular/Formular-LightItalic.woff") format("woff"), url("/css_global/fonts/Formular/Formular-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Formular";
  font-style: normal;
  font-weight: 400;
  src: url("/css_global/fonts/Formular/Formular.woff") format("woff"), url("/css_global/fonts/Formular/Formular.woff2") format("woff2");
}
@font-face {
  font-family: "Formular";
  font-style: italic;
  font-weight: 400;
  src: url("/css_global/fonts/Formular/Formular-Italic.woff") format("woff"), url("/css_global/fonts/Formular/Formular-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Formular";
  font-style: normal;
  font-weight: 500;
  src: url("/css_global/fonts/Formular/Formular-Medium.woff") format("woff"), url("/css_global/fonts/Formular/Formular-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Formular";
  font-style: italic;
  font-weight: 500;
  src: url("/css_global/fonts/Formular/Formular-MediumItalic.woff") format("woff"), url("/css_global/fonts/Formular/Formular-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Formular";
  font-style: normal;
  font-weight: 700;
  src: url("/css_global/fonts/Formular/Formular-Bold.woff") format("woff"), url("/css_global/fonts/Formular/Formular-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Formular";
  font-style: italic;
  font-weight: 700;
  src: url("/css_global/fonts/Formular/Formular-BoldItalic.woff") format("woff"), url("/css_global/fonts/Formular/Formular-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Formular";
  font-style: normal;
  font-weight: 900;
  src: url("/css_global/fonts/Formular/Formular-Black.woff") format("woff"), url("/css_global/fonts/Formular/Formular-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Formular";
  font-style: italic;
  font-weight: 900;
  src: url("/css_global/fonts/Formular/Formular-BlackItalic.woff") format("woff"), url("/css_global/fonts/Formular/Formular-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: normal;
  font-weight: 100;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpThin.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpThin.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: italic;
  font-weight: 100;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpThinIt.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpThinIt.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: normal;
  font-weight: 200;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpXLight.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpXLight.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: italic;
  font-weight: 200;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpXLightIt.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpXLightIt.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: normal;
  font-weight: 300;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpLight.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpLight.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: italic;
  font-weight: 300;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpLightIt.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpLightIt.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: normal;
  font-weight: 400;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpRegular.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpRegular.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: italic;
  font-weight: 400;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpItalic.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpItalic.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: normal;
  font-weight: 500;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpMed.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpMed.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: italic;
  font-weight: 500;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpMedItalic.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpMedItalic.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: normal;
  font-weight: 600;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpDBold.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpDBold.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: italic;
  font-weight: 600;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpDBoldIt.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpDBoldIt.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: normal;
  font-weight: 700;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpBold.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpBold.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: italic;
  font-weight: 700;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpBoldIt.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpBoldIt.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: normal;
  font-weight: 800;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpXBold.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpXBold.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: italic;
  font-weight: 800;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpXBoldIt.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpXBoldIt.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: normal;
  font-weight: 900;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpBlack.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpBlack.woff2") format("woff2");
}
@font-face {
  font-family: "TTSupermolotNeue";
  font-style: italic;
  font-weight: 900;
  src: url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpBlackIt.woff") format("woff"), url("/css_global/fonts/TTSupermolotNeue/TTSupermolotNeue-ExpBlackIt.woff2") format("woff2");
}
/* == BASE RULES AND VARIABLES== */
*:focus {
  outline: none;
}

*:invalid {
  box-shadow: none;
}

:root {
  --accent-color: #085FDC;
  --accent-color2: #223559;
  --accent-color3: #D9232A;
  --accent-color4: #B53136;
}

html.theme-lightblue {
  --accent-color: #3599D6;
  --accent-color2: #145882;
  --accent-color3: #D9232A;
  --accent-color4: #B53136;
}

html.theme-brown {
  --accent-color: #B49D5D;
  --accent-color2: #5D5539;
  --accent-color3: #FF6B00;
  --accent-color4: #FF6B00;
}

html.theme-silver {
  --accent-color: #8D8D8D;
  --accent-color2: #646464;
  --accent-color3: #D9232A;
  --accent-color4: #B53136;
}

html.theme-green {
  --accent-color: #7A844F;
  --accent-color2: #3F4231;
  --accent-color3: #AAB836;
  --accent-color4: #AAB836;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 360px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  font: normal normal 18px/1.4 Formular, sans-serif, sans-serif;
  color: #fff;
  background-color: #141414;
}

.is-overflow-off {
  overflow: hidden;
}

/* == text elements == */
h1, h2, h3, h4, h5, h6 {
  font-family: TTSupermolotNeue, sans-serif;
  line-height: 1.15;
}

h1, h2 {
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 0.17em;
}

h3 {
  margin: 0 0 1em;
  font-size: 27px;
  font-weight: 600;
}

h4 {
  margin: 0 0 1em;
  font-size: 18px;
  font-weight: 600;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.25em;
}

ol {
  padding: 0 0 0 1.15em;
  margin: 0 0 1.5em;
}

p {
  margin: 0 0 1.3em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  transition: all 0.15s linear;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--accent-color);
}

/* == media elements == */
img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

img,
iframe,
video {
  max-width: 100%;
  user-select: none;
}

video {
  width: 100%;
  height: 100%;
}

.video-player {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

a img {
  border: none;
}

.link-more {
  font-family: TTSupermolotNeue, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.29em;
  color: var(--accent-color);
  display: inline-block;
  vertical-align: middle;
}

.link-more-white {
  color: #fff;
  display: block;
}

.link-more i {
  font-size: 0.71em;
  margin: 0 0 0 0.36em;
}

.link-more:hover {
  color: #D9232A;
}

/* == form elements == */
input, textarea, button, select {
  font: inherit;
  color: inherit;
}

input, textarea {
  outline: none;
}

input[type=search] {
  appearance: textfield;
}
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[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

input:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:focus:-moz-placeholder {
  opacity: 1;
}

input:focus::-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

input:focus::-webkit-input-placeholder {
  color: var(--accent-color);
}

.input-gradient::-webkit-input-placeholder {
  color: var(--accent-color);
}

.input-gradient:focus::-webkit-input-placeholder {
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

[type=text],
[type=email],
[type=tel],
[type=url],
[type=number],
[type=password],
[type=search] {
  padding: 0 16px;
  appearance: none;
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  background: rgba(37, 81, 169, 0.4);
  transition: border-color 0.25s ease-out;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 16px;
}

[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus {
  border-color: #0069FF;
  color: #0069FF;
}

.form-item-load [type=file] {
  display: none;
  opacity: 0;
  position: absolute;
}

.input-gradient {
  border-width: 2px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.4) 100%);
  color: var(--accent-color);
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
}

.input-gradient:focus {
  color: #fff;
}

.theme-lightblue .input-gradient {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.4) 100%);
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-brown .input-gradient {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.4) 100%);
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-silver .input-gradient {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.4) 100%);
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-green .input-gradient {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.4) 100%);
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.input-large {
  height: 72px;
}

.input-gradient.input-large {
  border-width: 3px;
}

textarea {
  resize: none;
  overflow: auto;
  background: rgba(37, 81, 169, 0.4);
  height: 180px;
  width: 100%;
  padding: 16px;
  appearance: none;
  color: #fff;
  transition: border-color 0.25s ease-out;
  border: 1px solid transparent;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 16px;
}

.textarea-small {
  height: 162px;
  letter-spacing: 0.11em;
}

textarea:focus {
  border-color: #0069FF;
  color: #0069FF;
}

textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

textarea::placeholder {
  color: #fff;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

textarea:focus:-moz-placeholder {
  color: #0069FF;
}

textarea:focus::-moz-placeholder {
  color: #0069FF;
}

textarea:focus:-ms-input-placeholder {
  color: #0069FF;
}

textarea:focus::placeholder {
  color: #0069FF;
}

textarea:focus::-webkit-input-placeholder {
  color: #0069FF;
}

select::-ms-expand {
  display: none;
}

label {
  user-select: none;
}

button {
  cursor: pointer;
  background: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  cursor: pointer;
  user-select: none;
  max-width: 100%;
  padding: 0 18px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  letter-spacing: 0.22em;
}

.btn-normalcase {
  text-transform: none;
  letter-spacing: normal;
}

.btn-large {
  line-height: 72px;
}

.btn-big {
  line-height: 60px;
  min-width: 204px;
  font-size: 16px;
}

.btn-medium {
  line-height: 55px;
  min-width: 150px;
}

.btn-small {
  line-height: 35px;
}

.btn-extra-small {
  line-height: 32px;
}

.btn-polygon {
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  cursor: pointer;
  user-select: none;
  max-width: 100%;
  padding: 0 18px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  --height: 40px;
  min-height: var(--height);
  min-width: 160px;
  clip-path: polygon(var(--height) 0, 100% 0, calc(100% - var(--height)) 100%, 0 100%);
  padding: 0 40px;
  letter-spacing: 0.22em;
}

.btn-polygon-play {
  --height: 58px;
}

.btn-polygon-play-large {
  --height: 80px;
  min-width: 255px;
  font-size: 26px;
}

.btn-polygon-play-medium {
  --height: 66px;
  min-width: 210px;
  font-size: 26px;
}

.btn-polygon-small {
  font-size: 14px;
}

.btn-red {
  color: #fff;
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0) 0%, rgba(234, 47, 45, 0.8) 100%);
}

.btn-theme {
  color: #fff;
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0) 0%, rgb(234, 47, 45) 100%);
}

.btn-theme-inactive {
    color: #fff;
    background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%);
}

.btn-theme:hover {
  color: #fff;
}

.theme-brown .btn-theme {
  background: linear-gradient(to bottom, rgba(255, 107, 0, 0) 0%, rgb(255, 107, 0) 100%);
}

.theme-green .btn-theme {
  background: linear-gradient(to bottom, rgba(103, 111, 66, 0) 0%, rgb(103, 111, 66) 100%);
}

.btn-theme:hover {
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0.25) 0%, rgb(234, 47, 45) 100%);
}

.theme-brown .btn-theme:hover {
  background: linear-gradient(to bottom, rgba(255, 107, 0, 0.25) 0%, rgb(255, 107, 0) 100%);
}

.theme-green .btn-theme:hover {
  background: linear-gradient(to bottom, rgba(103, 111, 66, 0.25) 0%, rgb(103, 111, 66) 100%);
}

.btn-red:hover {
  color: #fff;
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0) 0%, rgb(234, 47, 45) 100%);
}

.btn-blue {
  color: #fff;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.8) 100%);
}

.btn-blue:hover {
  color: #fff;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%);
}

.btn-polygon-large {
  padding: 0 64px;
  min-width: 320px;
  --height: 70px;
  font-size: 18px;
}

.btn-polygon-medium {
  min-width: 300px;
  padding: 0 54px;
  --height: 54px;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.btn-icon i.icon-external-link {
  font-size: 0.7em;
}

.btn-icon i:first-child {
  margin: 0 12px 0 0;
}

.btn-icon i:last-child {
  margin: 0 0 0 12px;
}

.btn-square {
  width: 74px;
  height: 74px;
  font-size: 24px;
  border: 0;
  margin: 0;
  transform: translate(-50%, -50%);
}

.btn-square::after {
  content: "\e90f";
  font-family: icomoon;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-block {
  width: 100%;
}

.btn-square-small {
  width: 56px;
  height: 56px;
  font-size: 20px;
}

.btn-remove:hover {
  color: var(--accent-color3);
}

.intro-slide-btn {
  position: absolute;
  bottom: 0;
  left: calc(50% - 620px);
  z-index: 4;
}

.checkbox {
  display: flex;
  line-height: 1;
  align-items: center;
}

.checkbox-small {
  font-size: 16px;
}

.checkbox input[type=checkbox] {
  appearance: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  width: 22px;
  height: 22px;
  position: relative;
  margin: 0;
  flex: 0 0 auto;
}

.checkbox-large input[type=checkbox] {
  width: 30px;
  height: 30px;
}

.checkbox input[type=checkbox]:not(:last-child) {
  margin: 0 14px 0 0;
}

.checkbox input[type=checkbox]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0E3B7C;
}

.theme-lightblue .checkbox input[type=checkbox]::before {
  background: #2a729f;
}

.theme-brown .checkbox input[type=checkbox]::before {
  background: var(--accent-color2);
}

.theme-silver .checkbox input[type=checkbox]::before {
  background: var(--accent-color2);
}

.theme-green .checkbox input[type=checkbox]::before {
  background: #474b37;
}

.checkbox input[type=checkbox]::after {
  content: "\e908";
  font-family: icomoon;
  font-size: 14px;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 22px;
  left: 0;
  top: 0;
  transition: all 0.1s ease-in-out;
  transform: scale(0);
  color: #fff;
}

.checkbox-large input[type=checkbox]::after {
  line-height: 30px;
  font-size: 18px;
}

.checkbox input[type=checkbox]:checked::after {
  transform: scale(1);
}

.checkbox input[type=checkbox]:checked:before {
  border-color: transparent;
  background-color: var(--accent-color);
}

.radiobox {
  display: flex;
  align-items: center;
  line-height: 1;
}

.radiobox input[type=radio] {
  appearance: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0;
  flex: 0 0 auto;
}

.radiobox input[type=radio]:not(:last-child) {
  margin: 0 14px 0 0;
}

.radiobox input[type=radio]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #0E3B7C;
  border-radius: 50%;
}

.radiobox input[type=radio]::after {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 50%;
  top: 50%;
  transition: all 0.1s ease-in-out;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--accent-color);
  border-radius: 50%;
}

.radiobox input[type=radio]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

.form-decorated {
  padding: 40px;
  border: 3px solid;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.5) 100%) #141414;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  --angle-size: 67px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
  flex: 0 0 auto;
  position: relative;
}

.form-decorated:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: calc(100% - var(--angle-size));
  border-top: 3px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0.5) 0%, rgba(8, 95, 220, 0) 100%) 1;
  width: calc(1.414 * var(--angle-size));
  transform-origin: left top;
  transform: rotate(-45deg);
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
  margin: 0 0 18px;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-item {
  width: 100%;
  position: relative;
}

.form-item-half {
  width: calc(50% - 10px);
}

.form-item-buttons {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 0 10px;
}

.form-item-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--accent-color);
}

.form-item input:focus ~ .form-item-buttons .form-item-btn {
  color: #fff;
}

.form-item-action > input {
  padding-right: calc(30px + var(--controls-count, 0) * 27px);
}

.request-form {
  max-width: 600px;
  width: 100%;
  font-size: 16px;
}

.form-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--accent-color);
  font-weight: 500;
  font-size: 16px;
}

.form-buttons {
  display: flex;
  gap: 20px;
  margin: 48px 0 0;
  flex-wrap: wrap;
}

.form-btn-half {
  width: calc(50% - 10px);
}

.captcha {
  background: rgba(37, 81, 169, 0.4);
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
}

.captcha img {
  max-height: 100%;
}

.filter {
  flex: 1 1 auto;
}

.filter-row {
  display: flex;
  gap: 30px 10px;
}

.filter-item {
  width: 340px;
  position: relative;
  flex: 1 1 auto;
}

.filter-item input:focus ~ .filter-icon {
  color: #fff;
}

.filter-item-small {
  width: 195px;
}

.filter-item-icon-left input {
  padding-left: 38px;
}

.filter-item-icon-right input {
  padding-right: 38px;
}

.filter-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-color);
}

.filter-item-icon-left .filter-icon {
  left: 13px;
}

.filter-item-icon-right .filter-icon {
  right: 13px;
}

.main-filter {
  padding: 24px 14px 42px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2));
  border: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
  --angle-size: 32px;
  position: relative;
}

.theme-lightblue .main-filter {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.2) 100%);
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-brown .main-filter {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.2) 100%);
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-silver .main-filter {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.2) 100%);
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-green .main-filter {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.2) 100%);
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.main-filter-range {
  position: absolute;
  opacity: 0;
}

.main-filter-head {
  color: var(--accent-color);
}

.main-filter-head h3 {
  font-size: 26px;
  font-weight: 700;
}

.main-filter-body {
  padding-top: 20px;
}

.main-filter-item {
  position: relative;
  margin: 0 0 5px;
}

.main-filter-item > h4 {
  font-size: 16px;
  color: var(--accent-color);
}

.main-filter-item:has(.state_hover) h4 {
  color: var(--accent-color4);
}

.main-filter-item-select {
  margin: 0 0 18px;
}

.view-buttons {
  display: flex;
  gap: 10px;
  margin: 0 0 0 auto;
}

.view-btn {
  min-width: 60px;
  min-height: 60px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.4) 100%);
  border: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  color: var(--accent-color);
}

.view-btn.is-active {
  background: linear-gradient(to bottom, rgba(217, 35, 42, 0) 0%, rgba(217, 35, 42, 0.1) 100%);
  color: var(--accent-color3);
  border-image: linear-gradient(to right, rgba(217, 35, 42, 0) 0%, rgb(217, 35, 42) 51%, rgba(217, 35, 42, 0) 100%) 1;
}

.view-btn:not(.is-active):hover {
  color: var(--accent-color3);
}

.theme-lightblue .view-btn {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-lightblue .view-btn.is-active {
  background: linear-gradient(to bottom, rgba(217, 35, 42, 0) 0%, rgba(217, 35, 42, 0.1) 100%);
  border-image: linear-gradient(to right, rgba(217, 35, 42, 0) 0%, rgb(217, 35, 42) 51%, rgba(217, 35, 42, 0) 100%) 1;
}

.theme-brown .view-btn {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-brown .view-btn.is-active {
  background: linear-gradient(to bottom, rgba(255, 107, 0, 0) 0%, rgba(255, 107, 0, 0.2) 100%);
  border-image: linear-gradient(to right, rgba(255, 107, 0, 0) 0%, rgb(255, 107, 0) 51%, rgba(255, 107, 0, 0) 100%) 1;
}

.theme-silver .view-btn {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-silver .view-btn.is-active {
  background: linear-gradient(to bottom, rgba(217, 35, 42, 0) 0%, rgba(217, 35, 42, 0.1) 100%);
  border-image: linear-gradient(to right, rgba(217, 35, 42, 0) 0%, rgb(217, 35, 42) 51%, rgba(217, 35, 42, 0) 100%) 1;
}

.theme-green .view-btn {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.theme-green .view-btn.is-active {
  background: linear-gradient(to bottom, rgba(235, 255, 0, 0) 0%, rgba(235, 255, 0, 0.2) 100%);
  border-image: linear-gradient(to right, rgba(235, 255, 0, 0) 0%, rgb(235, 255, 0) 51%, rgba(235, 255, 0, 0) 100%) 1;
}

.view-btn-small {
  min-width: 43px;
  min-height: 43px;
  padding: 5px;
}

.select {
  position: relative;
  width: 100%;
  min-width: 90px;
  font-size: 16px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.select-sort {
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.select-image {
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.select-tiny {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
}

.select-field {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border: 0;
  width: 100%;
  height: 100%;
  color: #141414;
}

.select-field option {
  background-color: trasparent;
}

.select-output {
  height: 60px;
  line-height: 56px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.4) 100%);
  border: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  color: var(--accent-color);
  appearance: none;
  width: 100%;
  padding: 0 40px 0 15px;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.theme-lightblue .select-output {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.4) 100%);
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-brown .select-output {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.4) 100%);
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-silver .select-output {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.4) 100%);
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-green .select-output {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.4) 100%);
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.select-tiny .select-output {
  height: 46px;
  border-width: 1.5px;
  line-height: 43px;
  padding: 0 30px 0 10px;
}

.select-sort .select-output {
  border: 0;
  background: 0;
  font: inherit;
  height: auto;
  padding: 0 34px 0 0;
  max-width: 350px;
  white-space: normal;
  text-align: right;
  line-height: 1;
}

.select-image .select-output {
  border: 0;
  background: 0;
  font: inherit;
  height: auto;
  padding: 0 34px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: inherit;
  white-space: normal;
  max-width: 350px;
  line-height: 1;
}

.select-icon {
  font-size: 50px;
  margin: 0 15px 0 0;
  flex: 0 0 auto;
}

.select-sort .select-output::after {
  right: 0;
}

.select-image .select-output::after {
  right: 0;
}

.select-tiny .select-output::after {
  right: 10px;
  font-size: 10px;
}

.select-output-transparent {
  border: 0;
  color: #fff;
  background: rgba(37, 81, 169, 0.4);
}

.select-output::after {
  content: "\e913";
  font-family: icomoon;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  transition: all 0.2s ease-out;
}

.select-open .select-output::after {
  content: "\e916";
}

.select-open .select-output {
  color: #fff;
}

.select-open .select-output-transparent {
  color: #0069FF;
}

.select-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  margin: 0;
  padding: 1px 8px;
  list-style-type: none;
  min-width: 100%;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.3) 100%) #141414;
  border: 1px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  border-style: inset;
  font-size: 17px;
  line-height: 1.2;
  max-height: 220px;
  min-height: 55px;
  overflow-y: auto;
  display: none;
  z-index: 70;
  font-size: 16px;
}

.theme-lightblue .select-list {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-brown .select-list {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-silver .select-list {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-green .select-list {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.select-list-small {
  max-height: 155px;
}

.select-list-right {
  left: auto;
  right: 0;
  text-align: right;
}

.select-sort .select-list {
  width: 200px;
  min-width: 1px;
}

.select-image .select-list {
  width: calc(100% - 65px);
  min-width: 240px;
}

.select-image .select-list-right {
  text-align: left;
}

.select-tiny .select-list {
  font-size: 14px;
  line-height: 1;
}

.select-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: var(--accent-color2);
  border-radius: 0;
}

.select-list::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 0;
}

@-moz-document url-prefix() {
  .select-list {
    scrollbar-color: var(--accent-color) var(--accent-color2);
    scrollbar-width: thin;
  }
}
.select-open .select-list {
  display: block;
}

.select-auto {
  width: auto;
  min-width: 1px;
}

.select-auto .select-list {
  width: auto;
}

.select-list li {
  border-bottom: 1px solid;
  border-image: inherit;
  cursor: pointer;
  padding: 15px;
}

.select-sort li {
  padding: 8px 10px;
}

.select-image .select-list li {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  line-height: 1.1;
}

.select-image .select-list .select-icon {
  font-size: 35px;
}

.select-tiny li {
  padding: 12px 8px 12px 2px;
}

.select-list li:hover {
  color: var(--accent-color3);
}

.select-list li:last-child {
  border: none;
}

.select-list li.selected {
  color: var(--accent-color);
}

/*QUIZ*/
.quiz {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
}

.quiz-form-decorated {
  --angle-size: 89px;
  padding: 35px 105px 55px 30px;
}

.quiz-item {
  display: none;
}

.quiz-item-active {
  display: block;
}

.quiz-item-head {
  margin: 0 0 30px;
}

.quiz-item-body {
  display: flex;
  flex-direction: column;
}

.quiz-footer {
  display: flex;
  gap: 20px;
}

.quiz-progress {
  display: flex;
  width: fit-content;
  font-size: 33px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  gap: 8px;
  line-height: 1;
  margin: 0 0 25px;
}

.quiz-progress-disabled {
  display: none;
}

.quiz-btn-disabled {
  display: none;
}

.option {
  margin: 0 0 30px;
}

.quiz-end {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
}

.quiz-icon {
  margin: 0 25px 0 0;
  flex: 0 0 auto;
  font-size: 50px;
  color: var(--accent-color);
}

.quiz-end-text {
  margin: 0 0 40px;
}

.quiz-end-text h3 {
  margin: 0 0 12px;
  font-size: 33px;
}

/* == table elements == */
table {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 500;
  color: #6195E1;
}


.theme-lightblue table {
  color: #1A90D7;
}

.theme-brown table {
  color: var(--accent-color);
}

.theme-silver table {
  color: #a49d9d;
}

.theme-green table {
  color: #96A656;
}

th {
  height: 48px;
  padding: 8px 18px;
  vertical-align: middle;
}

td {
  height: 48px;
  padding: 8px 18px;
  width: 50%;
  vertical-align: middle;
}

tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.5) 100%);
}

.theme-lightblue tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.5) 100%);
}

.theme-brown tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.5) 100%);
}

.theme-silver tbody tr:nth-child(odd) td,
.theme-silver .table_gradient tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.5) 100%);
}

.theme-silver .table_gradient tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.5) 100%);
}

.theme-green tbody tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.5) 100%);
}

/* == simple table == */
.table-1 {
  background: none !important;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 500;
  color: #6195E1;
}

.theme-lightblue table-1 {
  color: #1A90D7;
}

.theme-brown table-1 {
  color: var(--accent-color);
}

.theme-silver table-1 {
  color: #a49d9d;
}

.theme-green table-1 {
  color: #96A656;
}

th-1 {
  height: 48px;
  padding: 8px 18px;
  vertical-align: middle;
}

td-1 {
  height: 48px;
  padding: 8px 18px;
  width: 50%;
  vertical-align: middle;
}


tbody-1 tr:nth-child(odd) td {
  background: none;
}

.theme-lightblue tbody tr:nth-child(odd) td {
  background: none;
}

.theme-brown table-1 tbody tr:nth-child(odd) td {
  background: none;
}

.theme-silver table-1 tbody-1 tr:nth-child(odd) td {
  background: none;
}

/* ~~ LAYOUT RULES ~~ */
/*~ header ~*/
.header {
  font-size: 17px;
  transition: background 0.15s linear;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
}

.header::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.header-fixed {
  position: fixed;
}

.header-fixed:not(.header-on-scroll) {
  background: none;
  border-image: none;
}

.header-on-scroll::after {
  background: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%);
}

.theme-lightblue .header {
  background: url("/css_global/img/grid-lightblue.svg") repeat top left/auto, linear-gradient(to bottom, rgba(53, 153, 214, 0.03) 0%, rgba(53, 153, 214, 0.4) 100%) #141414;
}

.theme-lightblue .header-on-scroll::after {
  background: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%);
}

.theme-brown .header {
  background: url("/css_global/img/grid-brown.svg") repeat top left/auto, linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%) #141414;
}

.theme-brown .header-on-scroll::after {
  background: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%);
}

.theme-silver .header {
  background: url("/css_global/img/grid-silver.svg") repeat top left/auto, linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%) #141414;
}

.theme-silver .header-on-scroll::after {
  background: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%);
}

.theme-green .header {
  background: url("/css_global/img/grid-green.svg") repeat top left/auto, linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%) #141414;
}

.theme-green .header-on-scroll::after {
  background: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%);
}

body:not(.cascade-selectorsxd) .header-open {
  background: none;
}

body:not(.cascade-selectorsxd) .header-open::after {
  display: none;
}

.header > .container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1480px;
  z-index: 99;
}

.logo {
  display: block;
  flex: 0 0 auto;
  height: 82px;
}

.logo25 {
  display: block;
  flex: 0 0 auto;
  height: 82px;
}

.logo img {
  display: block;
  width: 100%;
  width:auto !important;
  height: 100% !important;
  object-fit: contain;
  object-position: left center;
}

.header-logo {
  margin: 0 80px 0 0;
}

.header-tools {
  margin-left: auto;
  order: 1;
}

.is-authorized .header-tools .tool > span {
  display: none;
}

.is-authorized .tools .tool:first-child {
  display: none;
}

.is-authorized .header-tools {
  margin-left: 8px;
}

.usable-tool {
  position: relative;
}

.usable-tools {
  margin: 0 0 0 auto;
  font-size: 24px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  gap: 34px;
}

.usable-tools-white {
  color: #fff;
}

.usable-search-btn {
  display: flex;
  align-items: center;
  position: relative;
}

.usable-search-btn-icon {
  font-size: 20px;
  margin: 0 0 0 20px;
}

.usable-select {
  color: #fff;
}

/*~ main-menu ~*/
.account {
  align-items: center;
  font-size: 17px;
  display: none;
}

.is-authorized .account {
  display: flex;
}

.header-account {
  margin-left: auto;
  padding-left: 20px;
  order: 2;
}

.account-drop {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 1px 8px;
  list-style-type: none;
  min-width: 209px;
  width: 100%;
  white-space: nowrap;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.3) 100%) #141414;
  border: 1px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  border-style: inset;
  display: none;
}

.theme-lightblue .account-drop {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-brown .account-drop {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-silver .account-drop {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-green .account-drop {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.account-user {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 195px;
  user-select: none;
}

.account-drop li {
  border-bottom: 1px solid;
  border-image: inherit;
}

.account-drop li:last-child {
  border: none;
}

.account-drop a {
  display: flex;
  align-items: center;
  padding: 9px 20px;
  margin: 0 -8px;
}

.account-drop a:hover {
  color: var(--accent-color3);
}

.account-drop-icon {
  margin: 0 14.5px 0 0;
  font-size: 15px;
}

.account-body {
  padding: 0 40px 0 0;
  position: relative;
  cursor: pointer;
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.account-body::after {
  content: "\e900";
  font-family: icomoon;
  font-size: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-color);
  line-height: 1;
}

.header-links {
  display: none;
  order: 2;
}

.is-authorized .header-links {
  display: flex;
  align-items: center;
}

.header-link {
  display: flex;
  flex-direction: column;
  min-width: 54px;
  min-height: 82px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color2);
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.header-link:nth-child(even) {
  background-color: var(--accent-color);
}

.header-link:hover {
  color: #fff;
}

.header-link:hover .header-link-count {
  transform: scale(1.8);
}

.header-link-icon {
  font-size: 20px;
}

.header-link-count {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px;
  transition: transform 0.15s linear;
}

.header-mobile-top,
.header-mobile-bottom {
  display: contents;
  position: relative;
}

.header-mobile-top {
  z-index: 2;
}

.header-mobile-bottom {
  z-index: 1;
}

.tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 21.5px;
  align-items: center;
}

.tool {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.15s linear;
}

.tool-icon {
  color: var(--accent-color);
}

.tool span {
  margin: 0 8px 0 0;
}

.search-form {
  margin: 0 0 40px;
}

.search-form-input {
  padding-right: 50px;
}

.search-form-input:focus ~ .search-form-icon {
  color: #fff;
}

.search-form-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-color);
}

.search-results-box {
  overflow-y: auto;
  padding: 0 0 40px;
  max-height: calc(100vh - 180px);
}

.search-results-box::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
  border-radius: 3px;
}

.search-results-box::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px;
}

@-moz-document url-prefix() {
  .search-results-box {
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }
}
.search-result {
  display: flex;
  width: calc(50% - 20px);
  font-size: 13px;
}

.search-result-image {
  width: 174px;
  height: 120px;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  position: relative;
}

.search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.search-result-title {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.lang-select-list {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  min-width: 100%;
  white-space: nowrap;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.3) 100%) #141414;
  border: 1px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  border-style: inset;
  font-size: 17px;
  text-align: right;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.theme-lightblue .lang-select-list {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-brown .lang-select-list {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-silver .lang-select-list {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-green .lang-select-list {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.lang-select-list-left {
  right: auto;
  left: 0;
  text-align: left;
}

.lang-select-list span {
  margin: 0;
}

.lang-select-list li {
  border-bottom: 1px solid;
  border-image: inherit;
}

.lang-select-list li:last-child {
  border: none;
}

.lang-select-list li a {
  padding: 3px 10px;
  display: block;
}

.lang-select-list li,
.lang-select-list li:hover {
  color: #fff;
}

.lang-select-list li a:hover {
  color: var(--accent-color3);
}

.lang-select {
  position: relative;
  text-transform: uppercase;
  user-select: none;
}

.lang-select.is-open .lang-select-list {
  opacity: 1;
  pointer-events: auto;
}

/*~ skeleton ~*/
.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.container-small {
  max-width: 844px;
}

.box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.layout {
  padding: 70px 0 145px;
  flex: 1 1 auto;
}

.layout.layout-custom {
  padding-top: 0;
}

.layout-head {
  margin: 0 0 40px;
}

.layout-head-decorated {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  padding: 70px 0;
  margin: 0 0 64px;
}

.layout-head-top {
  margin: 0 0 32px;
  display: flex;
  align-items: center;
}

.layout-head-top h1:not(:last-child) {
  margin: 0 15px 0 0;
}

.layout-head-bottom {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.layout-content {
  max-width: 920px;
  width: 100%;
}

.layout-content-full {
  max-width: 100%;
}

.layout-sidebar-wrapper {
  flex: 1 1 auto;
}

.layout-sidebar {
  max-width: 280px;
  width: 100%;
}

.layout-sidebar-large {
  width: 387px;
  max-width: 100%;
}

.layout-sidebar-sticky {
  position: sticky;
  top: calc(var(--h-height) + 40px);
}

.layout-body {
  margin: 0 0 90px;
}

.layout-body:last-child {
  margin-bottom: 0;
}

.layout-body > .container {
  display: flex;
  gap: 0 40px;
}

.layout-decorated {
  background: url("/css_global/img/layout-body-bg.svg") no-repeat top center/auto;
}

.layout-decorated-circle {
  background: url("/css_global/img/layout-circle-bg.svg") no-repeat top right/auto;
}

.layout-theme {
  background-image: url("/css_global/img/layout-theme-blue.svg");
  background-repeat: no-repeat;
  background-position: top 430px center;
  background-size: auto;
}

.theme-lightblue .layout-theme {
  background-image: url("/css_global/img/layout-theme-lightblue.svg");
}

.theme-brown .layout-theme {
  background-image: url("/css_global/img/layout-theme-brown.svg");
}

.theme-silver .layout-theme {
  background-image: url("/css_global/img/layout-theme-silver.svg");
}

.theme-green .layout-theme {
  background-image: url("/css_global/img/layout-theme-green.svg");
}

.layout-body-decorated {
  background: url("/css_global/img/layout-body-bg.svg") no-repeat top 50px center/auto;
}

.navigation-wrapper {
  background-image: linear-gradient(#123167, #123167);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: calc(50% - 617px) 100%;
  margin: 0 0 -29px;
  position: relative;
  z-index: 10;
}

.theme-lightblue .navigation-wrapper {
  background-image: linear-gradient(var(--accent-color2), var(--accent-color2));
}

.theme-brown .navigation-wrapper {
  background-image: linear-gradient(var(--accent-color2), var(--accent-color2));
}

.theme-silver .navigation-wrapper {
  background-image: linear-gradient(var(--accent-color2), var(--accent-color2));
}

.theme-green .navigation-wrapper {
  background-image: linear-gradient(var(--accent-color2), var(--accent-color2));
}

.navigation-wrapper .container {
  overflow: hidden;
}

.navigation {
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
  padding: 8px 25px 8px 0;
  background: #123167;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  width: fit-content;
  font-size: 12px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow-x: hidden;
  max-width: 100%;
}

.theme-lightblue .navigation {
  background: var(--accent-color2);
}

.theme-brown .navigation {
  background: var(--accent-color2);
}

.theme-silver .navigation {
  background: var(--accent-color2);
}

.theme-green .navigation {
  background: var(--accent-color2);
}

.navigation::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
  border-radius: 0;
}

.navigation::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}

@-moz-document url-prefix() {
  .navigation {
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }
}
.navigation a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.navigation li {
  display: inline;
  padding-left: 0;
  margin-bottom: 0;
  flex: 0 0 auto;
}

.navigation li::before {
  width: auto;
  height: auto;
  background: 0;
  margin: 0;
  position: static;
  display: none;
}

.navigation li:not(:last-child) {
  margin-bottom: 0;
}

.navigation li:last-child {
  margin-right: 15px;
}

.navigation li + li::before {
  display: inline-block;
  padding: 0 1.3em;
  content: "/";
  vertical-align: -1px;
}

.section {
  padding: 45px 0;
}

.subnavigation-wrapper {
  padding: 70px 0 0;
  margin: 0 0 -30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.subnavigation {
  display: flex;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
}

.suvnavigation-custom {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.subnavigation-wrapper .subnavigation {
  overflow: visible;
}

.subnavigation-swiper-buttons {
  padding: 0 15px 0 25px;
}

.subnavigation-link {
  display: inline-block;
  vertical-align: middle;
  line-height: 41px;
  white-space: nowrap;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
  border: 1px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  border-style: inset;
  padding: 0 14px;
  width: fit-content;
}

.subnavigation-link.is-active {
  background: linear-gradient(to bottom, rgba(217, 35, 42, 0) 0%, rgba(217, 35, 42, 0.1) 100%);
  color: var(--accent-color3);
  border-image: linear-gradient(to right, rgba(217, 35, 42, 0) 0%, rgb(217, 35, 42) 51%, rgba(217, 35, 42, 0) 100%) 1;
}

.theme-lightblue .subnavigation-link {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-lightblue .subnavigation-link.is-active {
  background: linear-gradient(to bottom, rgba(217, 35, 42, 0) 0%, rgba(217, 35, 42, 0.1) 100%);
  border-image: linear-gradient(to right, rgba(217, 35, 42, 0) 0%, rgb(217, 35, 42) 51%, rgba(217, 35, 42, 0) 100%) 1;
}

.theme-brown .subnavigation-link {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-brown .subnavigation-link.is-active {
  background: linear-gradient(to bottom, rgba(255, 107, 0, 0) 0%, rgba(255, 107, 0, 0.2) 100%);
  border-image: linear-gradient(to right, rgba(255, 107, 0, 0) 0%, rgb(255, 107, 0) 51%, rgba(255, 107, 0, 0) 100%) 1;
}

.theme-silver .subnavigation-link {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-silver .subnavigation-link.is-active {
  background: linear-gradient(to bottom, rgba(217, 35, 42, 0) 0%, rgba(217, 35, 42, 0.1) 100%);
  border-image: linear-gradient(to right, rgba(217, 35, 42, 0) 0%, rgb(217, 35, 42) 51%, rgba(217, 35, 42, 0) 100%) 1;
}

.theme-green .subnavigation-link {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.theme-green .subnavigation-link.is-active {
  background: linear-gradient(to bottom, rgba(235, 255, 0, 0) 0%, rgba(235, 255, 0, 0.2) 100%);
  border-image: linear-gradient(to right, rgba(235, 255, 0, 0) 0%, rgb(235, 255, 0) 51%, rgba(235, 255, 0, 0) 100%) 1;
}

.section-centered {
  max-width: 1920px;
  margin: 0 auto;
}

.cross-section {
  max-width: 1920px;
  margin: 0 auto;
}

.cross-section-padding {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 40 px;
}

.cross {
  display: flex;
}
.cross1 {
  display: flex;
  padding-top: 40 px;
}

.cross-reverse {
  flex-direction: row-reverse;
}

.cross-content {
  width: 50%;
  flex: 0 0 auto;
  padding: 50px 85px 50px calc(50% - 620px);
  background: url("/css_global/img/grid-large.svg") repeat left top/auto, linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%);
  display: flex;
  align-items: center;
}

.theme-lightblue .cross-content {
  background: url("/css_global/img/grid-large-lightblue.svg") repeat left top/auto, linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 100%);
}

.theme-brown .cross-content {
  background: url("/css_global/img/grid-large-brown.svg") repeat left top/auto, linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 100%);
}

.theme-silver .cross-content {
  background: url("/css_global/img/grid-large-silver.svg") repeat left top/auto, linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 100%);
}

.theme-green .cross-content {
  background: url("/css_global/img/grid-large-green.svg") repeat left top/auto, linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 100%);
}

.cross-content-dark {
  background: url("/css_global/img/grid-large.svg") repeat left top/auto, linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.6) 100%);
}

.theme-lightblue .cross-content-dark {
  background: url("/css_global/img/grid-large-lightblue.svg") repeat left top/auto, linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.6) 100%);
}

.theme-brown .cross-content-dark {
  background: url("/css_global/img/grid-large-brown.svg") repeat left top/auto, linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.6) 100%);
}

.theme-silver .cross-content-dark {
  background: url("/css_global/img/grid-large-silver.svg") repeat left top/auto, linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.6) 100%);
}

.theme-green .cross-content-dark {
  background: url("/css_global/img/grid-large-green.svg") repeat left top/auto, linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.6) 100%);
}

.cross-content-darkest {
  background: url("/css_global/img/grid-large.svg") repeat left top/auto, linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.3) 100%);
}

.theme-lightblue .cross-content-darkest {
  background: url("/css_global/img/grid-large-lightblue.svg") repeat left top/auto, linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.3) 100%);
}

.theme-brown .cross-content-darkest {
  background: url("/css_global/img/grid-large-brown.svg") repeat left top/auto, linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%);
}

.theme-silver .cross-content-darkest {
  background: url("/css_global/img/grid-large-silver.svg") repeat left top/auto, linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%);
}

.theme-green .cross-content-darkest {
  background: url("/css_global/img/grid-large-green.svg") repeat left top/auto, linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%);
}

.cross-reverse .cross-content {
  padding: 50px calc(50% - 620px) 50px 85px;
}

.cross.swiper-slide .cross-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 70%, transparent 100%);
}

.cross-bg {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 460px;
  position: relative;
}

.cross-swiper .cross-bg {
  cursor: zoom-in;
}

.cross-text {
  line-height: 1.2;
}

.cross-text h2 {
  margin: 0 0 20px;
}

.section-bordered {
  border-top: 4px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 4;
}

.section-gradient {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0.2) 0%, rgba(8, 95, 220, 0) 100%) #141414;
}

.section-head {
  margin: 0 0 50px;
  position: relative;
}

.section-head-flex {
  display: flex;
  align-items: center;
}

.section-head-link {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--accent-color);
  letter-spacing: 0.25em;
}

.section-head-link-icon {
  font-size: 20px;
  margin: 0 10px 0 0;
}

.section-head-link:hover {
  color: var(--accent-color3);
}

.section-head-navigation {
  padding: 0 90px 0 0;
}

.section-head h2 {
  margin: 0 0 11px;
}

.section-head h2:last-child {
  margin: 0;
}

.section-head-navigation h2 {
  margin: 0 15px 0 0;
}

.section-head-flex h2 {
  margin: 0 54px 0 0;
}

.section-head-centered {
  text-align: center;
  max-width: 814px;
  width: 100%;
  margin: 0 auto 50px;
}

.section-head-swiper-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.section-tools {
  margin: 0 0 25px;
}

.stats-card-icon {
  color: #fff;
}

.figure-block {
  margin: 0 0 40px;
}

.figure-block > img {
  width: 100%;
  height: auto;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
}

.text-block {
  margin: 0 0 40px;
  line-height: 1.2;
}

.text-block a:not([class]) {
  color: var(--accent-color);
}

.text-block ~ .video-block-wrapper {
  padding: 30px 0 0;
}

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

.tag {
  text-transform: uppercase;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 29px;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.15;
}

.tag-blue {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0.4) 0%, rgb(8, 95, 220) 100%);
}

.tag-theme {
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0.4) 0%, rgb(234, 47, 45) 100%);
  color: #fff;
}

.theme-brown .tag-theme {
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0.4) 0%, rgb(234, 47, 45) 100%);
}

.theme-green .tag-theme {
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0.4) 0%, rgb(234, 47, 45) 100%);
}

.tag-small {
  font-size: 14px;
}

.tag-extra-small {
  font-size: 13px;
  padding: 4px 6px;
}

.tag.tag-micro {
  font-size: 10px;
  padding: 3px 4px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.tags-micro {
  gap: 3px;
}

.tags-column {
  flex-direction: column;
}

.tags-column-end {
  justify-content: flex-end;
  align-items: flex-end;
}

.product-tags {
  gap: 14px;
}

.search-result-tags {
  position: absolute;
  right: 0;
  top: 0;
}

.tags-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.drop {
  max-width: 814px;
  margin: 0 auto;
}

.drop-item {
  padding: 16px 62px 18px 16px;
  border-top: 1px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  position: relative;
}

.drop-item::after {
  content: "\e913";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: icomoon;
  color: var(--accent-color);
}

.drop-item.is-active::after {
  transform: translateY(-50%) scale(-1);
}

.drop-item.is-active {
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.3) 100%);
}

.drop-item:last-child {
  border-bottom: 1px solid;
}

.drop-item-head {
  cursor: pointer;
}

.drop-item-head h4 {
  font-weight: 500;
}

.drop-item-body {
  display: none;
  padding: 20px 0 0;
  font-size: 16px;
}

.drop-item.is-active .drop-item-body {
  display: block;
}

.drop-item.is-active .drop-item-head h4 {
  font-weight: 600;
}

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: top;
  fill: currentColor;
  flex: 0 0 auto;
}

.svg-icon use {
  width: 100%;
  height: 100%;
}

.main-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("/css_global/img/grid.svg") repeat center/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.3) 100%) #141414;
  left: 0;
  top: 0;
  padding: var(--h-height) 0;
  display: none;
  z-index: 98;
}

.theme-lightblue .main-menu-wrapper {
  background: url("/css_global/img/grid-lightblue.svg") repeat center/auto, linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.3) 100%) #141414;
}

.theme-brown .main-menu-wrapper {
  background: url("/css_global/img/grid-brown.svg") repeat center/auto, linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%) #141414;
}

.theme-silver .main-menu-wrapper {
  background: url("/css_global/img/grid-silver.svg") repeat center/auto, linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%) #141414;
}

.theme-green .main-menu-wrapper {
  background: url("/css_global/img/grid-green.svg") repeat center/auto, linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%) #141414;
}

.main-menu-wrapper > .container {
  height: 100%;
  max-width: 1480px;
}

.main-menu {
  display: flex;
  font-family: TTSupermolotNeue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-top: 1px solid var(--accent-color2);
  padding-top: 57px;
  gap: 41px;
  height: 100%;
  overflow-y: auto;
  position:relative;
}

.main-menu .icon-cross:before {
  width:20px;
  height:20px;
  font-size:20px;
}
.main-menu .icon-cross,
.main-menu .notification-btn {
  position:absolute;
  display:flex;
  justify-content: center;
  align-items: center;
  top:20px;
  right:20px;  
  width:35px;
  height:35px;
  cursor:pointer;
}

.main-menu-column {
  width: 279px;
  flex: 0 1 auto;
}

.main-menu::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
  border-radius: 3px;
}

.main-menu::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px;
}

@-moz-document url-prefix() {
  .main-menu {
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }
}
.main-menu-column-large {
  flex: 1 1 auto;
}

.main-menu-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-menu-column ul ul {
  display: none;
}

.main-menu-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 54px 40px;
  line-height: 1;
}

.main-menu-list li {
  border-bottom: 2px solid transparent;
  margin: 0 0 22px;
}

.main-menu-list li.js-hover a {
  color: var(--accent-color);
}

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

.main-menu-list a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 10px;
  line-height: 1;
}

.main-menu-list li:hover,
.main-menu-list li.js-hover {
  border-image: linear-gradient(to right, #1977FF, #1952A9) 1;
}

.main-menu-list-small li:hover,
.main-menu-list-small li.js-hover {
  border-image: linear-gradient(to right, #1952A9, #192846) 1;
}

.theme-lightblue .main-menu-list li:hover,
.theme-lightblue .main-menu-list li.js-hover {
  border-image: linear-gradient(to right, #3599D6, #134C6F) 1;
}

.theme-brown .main-menu-list li:hover,
.theme-brown .main-menu-list li.js-hover {
  border-image: linear-gradient(to right, #B49D5D, #574A27) 1;
}

.theme-silver .main-menu-list li:hover,
.theme-silver .main-menu-list li.js-hover {
  border-image: linear-gradient(to right, #8D8D8D, #444040) 1;
}

.theme-green .main-menu-list li:hover,
.theme-green .main-menu-list li.js-hover {
  border-image: linear-gradient(to right, #7A844F, #3D4229) 1;
}

.theme-lightblue .main-menu-list-small li:hover,
.theme-lightblue .main-menu-list-small li.js-hover {
  border-image: linear-gradient(to right, #134C6F, #0C3853) 1;
}

.theme-brown .main-menu-list-small li:hover,
.theme-brown .main-menu-list-small li.js-hover {
  border-image: linear-gradient(to right, #574A27, #28200B) 1;
}

.theme-silver .main-menu-list-small li:hover,
.theme-silver .main-menu-list-small li.js-hover {
  border-image: linear-gradient(to right, #444040, #242424) 1;
}

.theme-green .main-menu-list-small li:hover,
.theme-green .main-menu-list-small li.js-hover {
  border-image: linear-gradient(to right, #3D4229, #27281F) 1;
}

.main-menu-list-small li {
  margin: 0 0 12px;
}

.main-menu-list-small a:before {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  right: calc(100% - 1px);
  height: 2px;
  border-radius: 2px;
  background: #1952A9;
  transform-origin: right top;
  width: var(--line-width, 0);
  transform: rotate(var(--line-angle, 0));
}

.theme-lightblue .main-menu-list-small a:before {
  background: #134C6F;
}

.theme-brown .main-menu-list-small a:before {
  background: #574A27;
}

.theme-silver .main-menu-list-small a:before {
  background: #444040;
}

.theme-green .main-menu-list-small a:before {
  background: #3D4229;
}

.main-menu-list-small .js-hover > a:before {
  display: block;
}

.menu-icon {
  width: 70px;
  height: 34px;
  flex: 0 0 auto;
  padding: 0 20px 0 0;
}

.menu-icon use {
  max-width: 100%;
  max-height: 100%;
}

.main-menu-categories li {
  width: calc((100% - 80px) / 3);
}

.main-menu-categories a {
  display: block;
}

.main-menu-list-small a {
  position: relative;
  padding: 0 0 10px 10px;
}

.main-menu-categories a img {
  display: block;
  width: 100%;
  height: 145px;
  margin: 0 0 10px;
  border-style: inset;
  border-width: 0;
  border-image: linear-gradient(to right, #1977FF, #192846) 1;
  transition: border-width 0.1s linear;
}

.theme-lightblue .main-menu-categories a img {
  border-image: linear-gradient(to right, #3599D6, #0C3853) 1;
}

.theme-brown .main-menu-categories a img {
  border-image: linear-gradient(to right, #B49D5D, #28200B) 1;
}

.theme-silver .main-menu-categories a img {
  border-image: linear-gradient(to right, #8D8D8D, #242424) 1;
}

.theme-green .main-menu-categories a img {
  border-image: linear-gradient(to right, #7A844F, #27281F) 1;
}

.main-menu-categories a:hover img {
  border-width: 4px;
}

.main-menu-categories a span {
  display: block;
}

.menu-btn {
  font-size: 18px;
  margin: 20px 0 0 19px;
  line-height: 1;
  order: 2;
  color: var(--accent-color);
}

.menu-btn.is-active::before {
  content: "\e909";
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  line-height: 1;
}

.pagination {
  display: flex;
  padding: 44px 0 32px;
  gap: 12px;
  font-size: 16px;
}

.pagination-link {
  min-width: 64px;
  min-height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 5px;
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color2) 100%) #141414;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
}

.pagination-link:not(.is-active):hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, var(--accent-color)) #141414;
  color: #fff;
}

.pagination-link:first-child,
.pagination-link:last-child {
  font-weight: 400;
  font-size: 14px;
}

.pagination-link.is-active {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, var(--accent-color4)) #141414;
  color: #fff;
}


/*intro-block*/
.intro-block {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.intro-swiper {
  z-index: 3;
}

.intro-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-slide-video {
  object-fit: cover;
  object-position: center;
}

.intro-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url("/css_global/img/corner-bottom.svg") no-repeat left bottom/78vw auto, url("/css_global/img/corner-top.svg") no-repeat right top/43vw auto;
  z-index: 4;
}

.intro-slide {
  min-height: 100vh;
  padding-top: var(--h-height);
}

.intro-slide-text-wrapper {
  background: linear-gradient(#15458A, #15458A) no-repeat 0 0/calc(50% - 619px) 100%;
  position: relative;
  z-index: 4;
}

.intro-slide-text {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background: linear-gradient(133deg, #15458A 20%, transparent 80%);
  width: fit-content;
  padding: 35px 180px 38px 0;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 250px) 100%, 0% 100%);
}

.intro-slide-text h5 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.475em;
  line-height: 1.4;
  margin: 0 0 12px;
}

.intro-slide-text h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.166em;
  margin: 0 0 16px;
}

.intro-slide-text h2 {
  font-size: 90px;
  font-weight: 900;
  сolor: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  line-height: 1.1;
  letter-spacing: 0.077em;
}

.intro-pagination.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 70px;
  left: auto;
  right: calc(50% - 620px);
  width: fit-content;
  counter-reset: intro-pagination-bullet;
  gap: 20px 0;
  justify-content: flex-end;
}

.intro-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  min-width: 122px;
  --height: 56px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.8) 100%);
  font-size: 27px;
}

.intro-pagination-bullet:hover {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%);
}

.intro-pagination-bullet::before {
  width: 100%;
  height: 100%;
  counter-increment: intro-pagination-bullet;
  content: counter(intro-pagination-bullet);
  font-family: TTSupermolotNeue, sans-serif;
  font-size: 27px;
  font-weight: 600;
  font-style: italic;
  line-height: 46px;
  display: block;
}

.intro-pagination-bullet-active {
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0) 0%, rgba(234, 47, 45, 0.8) 100%);
}

.intro-pagination-bullet-active:hover {
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0) 0%, rgb(234, 47, 45) 100%);
}

/*news section*/
.news-section {
  padding: 50px 0 95px;
}

.news-swiper-scrollbar {
  margin-left: 15px;
}

.news-swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.news-card {
  font-size: 13px;
}

.news-card-text p {
  color: #6C6C6C;
}

.news-card-text h3 {
  font-size: 24px;
}

.news-card-text h4 {
  margin: 0 0 17px;
}

.news-card-text a {
  display: block;
  font-weight: 600;
}

.news-card-large {
  font-size: 17px;
  grid-row: span 3;
}

.news-card-large .news-card-image {
  width: 100%;
  height: 330px;
  margin: 0 0 24px;
}

.news-card-large .news-card-date {
  font-size: 18px;
  padding: 9px 15px;
}

.news-card-large .news-card-text {
  line-height: 1.3;
}

.news-card-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 0 34px;
  padding: 0 0 30px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
}

.news-card-horizontal:last-child {
  border: none;
  padding: 0;
}

.news-card-image {
  display: block;
  width: 280px;
  height: 154px;
  flex: 0 0 auto;
  background: url("/css_global/img/grid.svg") repeat #141414;
  position: relative;
  overflow: hidden;
}

.news-card-image:hover img {
  transform: scale(1.05);
}

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.15s linear;
}

.news-card-date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(#003787, var(--accent-color)) no-repeat center;
  line-height: 1;
  padding: 9px 12px;
  font-size: 14px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
}

.news-card-image:hover {
  color: #fff;
}

/*map section*/
.map-section {
  position: relative;
}

.map-section--big {
  margin-top: -152px;
}

.map-section--big::after {
  content: "";
  width: 1440pxf;
  height: 652px;
  position: absolute;
  left: 50%;
  top: 152px;
  transform: translateX(-50%);
  background: url("/css_global/img/map-section-decor.svg") no-repeat center/auto;
}

.map-section.section-bordered {
  border-bottom: 4px solid;
}

.svg-map {
  position: relative;
  overflow: hidden;
  min-height: 1200px;
}
.svg-map:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/css_global/img/corner-bottom.svg") no-repeat left bottom/58vw auto, url("/css_global/img/corner-top.svg") no-repeat right top/38vw auto;
  pointer-events: none;
}
.svg-map__object, .svg-map__markers {
  display: block;
  width: 1956px;
  position: absolute;
  top: -367px;
  left: 50%;
  transform: translateX(-61.76%);
}
.svg-map__object {
  max-width: none;
  height: auto;
}
.svg-map__markers {
  aspect-ratio: 1956/1289;
  z-index: 1;
}
.svg-map__marker {
  position: absolute;
  aspect-ratio: 35.37/42;
  transform: translate(-50%, -100%);
  background: conic-gradient(from 90deg, #EBEBEB, #515151, #9D9D9D, #7D7D7D, #DFDFDF);
  -webkit-mask: url("/css_global/img/marker-mask.svg") no-repeat center/contain;
  width: 30px;
  cursor: pointer;
  z-index: 2;
}
.svg-map__marker--big {
  width: 40px;
}
.svg-map__marker--small {
  width: 25px;
}
.svg-map__marker--active {
  background: var(--accent-color);
}
.svg-map__decor {
  position: absolute;
  top: 190px;
  height: 653px;
  left: 0;
  width: 100%;
  background: url("/css_global/img/map-bg.svg") no-repeat center top/auto;
  pointer-events: none;
}

.svg-map--big .svg-map__object,
.svg-map--big .svg-map__markers {
  top: -130px;
}

.svg-map-undecorated::after {
  display: none;
}

.text-tooltip {
  width: 300px;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0), rgb(8, 95, 220)) #141414;
  border: 3px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  position: absolute;
  z-index: 4;
  display: none;
  top: calc(var(--top) + 10px);
  left: calc(var(--left) + 25px);
  font-size: 16px;
}
.text-tooltip--left {
  left: calc(var(--left) - 25px);
  transform: translateX(-100%);
}
.text-tooltip h3 {
  margin: 0 0 3px;
}

.text-tooltip a {
  font-family: TTSupermolotNeue, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.29em;
}

.text-tooltip a:hover {
  text-decoration: underline;
  color: #fff;
}

.text-tooltip a i {
  font-size: 0.71em;
  vertical-align: middle;
}

.map__wrapper {
  overflow: hidden;
  min-height: 850px;
  position: relative;
  padding: 45px 0 40px;
}

.map__wrapper--big {
  min-height: 1046px;
  padding-top: 230px;
}

.map__wrapper .map-section__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-section-link {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.map-head {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 auto;
  font-size: 17px;
  text-align: center;
  padding: 0 15px;
}

.map-head h2 {
  margin: 0 0 11px;
}

.map-head h2:last-child {
  margin: 0;
}

.map-head-left {
  text-align: left;
  max-width: none;
  padding: 0;
}

.map-head .link-more {
  display: none;
}

.map-items-box {
  gap: 35px 0;
  width: 180px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  left: calc(50% - 620px);
  bottom: 58px;
}

.map-item {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--accent-color);
  line-height: 1.2;
}

.map-item strong {
  font-size: 44px;
  font-family: TTSupermolotNeue, sans-serif;
  line-height: 1;
  color: var(--accent-color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 12px;
}

/*promo block*/
.promo-block {
  padding: 85px 0 42px;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 4;
}

.promo-block > .container {
  position: relative;
}

.promo-block-decorated {
  background: url("/css_global/img/grid-default.svg") repeat top left/auto;
  border-bottom: 4px solid;
  padding: 85px 0 65px;
}

.promo-block-decorated2 {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  padding: 42px 0 42px;
  margin:0 0 30px
}

.promo-box {
  gap: 0 75px;
}

.promo-block-btn {
  position: absolute;
  right: 15px;
  top: -45px;
  z-index: 1;
  font-size: 14px;
}

.promo-column {
  width: calc(50% - 60px);
}

.promo {
  display: flex;
  gap: 30px;
}

.promo-image {
  width: 58px;
  flex: 0 0 auto;
}

.promo-image img {
  width: 100%;
}

.promo-text {
  font-size: 17px;
  line-height: 1.3;
}

.promo-text h3 {
  margin: 0 0 20px;
  line-height: 1;
  font-weight: 700;
}

.promo-column:nth-child(2) .link-more {
  display: none;
}

/*production section*/
.production-section {
  padding: 50px 0;
  background: url("/css_global/img/production-bg.svg") no-repeat center/auto;
  overflow-x: hidden;
}

.production-swiper {
  margin: 0 calc(620px - 50vw) 0 0;
  overflow: visible;
}

.production-swiper {
  --mask-size: 120px;
  overflow: hidden;
  -webkit-mask: linear-gradient(to right, transparent, black var(--mask-size), black calc(100% - var(--mask-size)), transparent);
  margin: 0;
  padding: 0 calc(50% - 620px);
}

.production-card {
  min-height: 524px;
  width: 327px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  border: 5px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: TTSupermolotNeue, sans-serif;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: 138px 28px 28px;
  box-shadow: 0 0 0 48px #141414;
}

.production-card:first-child,
.production-card:last-child {
  box-shadow: none;
}

.production-card:hover {
  border-image: linear-gradient(to right, rgba(217, 35, 42, 0) 0%, rgb(217, 35, 42) 51%, rgba(217, 35, 42, 0) 100%) 1;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  font-weight: 600;
  color: #fff;
}

.production-card-green:hover {
  border-image: linear-gradient(to right, rgba(103, 111, 66, 0) 0%, rgb(103, 111, 66) 51%, rgba(103, 111, 66, 0) 100%) 1;
  background: linear-gradient(to bottom, rgba(103, 111, 66, 0) 0%, rgba(103, 111, 66, 0.2) 100%);
}

.production-card-lightblue:hover {
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.2) 100%);
}

.production-card-brown:hover {
  border-image: linear-gradient(to right, rgba(255, 107, 0, 0) 0%, rgb(255, 107, 0) 51%, rgba(255, 107, 0, 0) 100%) 1;
  background: linear-gradient(to bottom, rgba(233, 99, 2, 0) 0%, rgba(233, 99, 2, 0.2) 100%);
}

.production-card-silver:hover {
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.2) 100%);
}

.production-card:hover .production-card-icon {
  color: #D9232A;
}

.production-card-green:hover .production-card-icon {
  color: #676F42;
}

.production-card-lightblue:hover .production-card-icon {
  color: #3599D6;
}

.production-card-brown:hover .production-card-icon {
  color: #FF6B00;
}

.production-card-silver:hover .production-card-icon {
  color: #8D8D8D;
}

.production-card-icon {
  width: 117px;
  height: 70px;
  max-width: 100%;
  color: var(--accent-color);
  margin: 0 0 46px;
}

.production-swiper-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.production-section-head {
  padding: 0 90px 0 0;
}

.product-tags {
  margin: 0 0 14px;
}

/*product section*/
.product-section {
  padding: 55px 0 0;
  position: relative;
  overflow: hidden;
}

.product-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/css_global/img/product-bg.svg") no-repeat center bottom/auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.product-slide {
  background-color: #141414;
  padding: 0 0 85px;
}

.product {
  position: relative;
}

.product-image {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  min-height: 740px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.product-image img {
  margin: 0 auto;
  user-select: none;
  mix-blend-mode: color-dodge;
}

.product-auto .product-image {
  min-height: 1px;
}

.product-content {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  z-index: 1;
  align-items: flex-start;
}

.product-text {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 30px;
}

.product-head {
  display: flex;
  width: 100%;
  gap: 80px;
}

.product-head h2 {
  margin: 0;
}

.product-text h2 {
  font-size: 58px;
  margin: 0 0 24px;
  line-height: 1;
}

.product-text h3 {
  font-size: 44px;
}

.product-text p {
  max-width: 615px;
  width: 100%;
}

.product-buttons {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 1;
}

.product-head {
  margin: 0 0 30px;
  position: relative;
}

.product-head-buttons {
  position: absolute;
  left: 0;
  bottom: -170px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.product-point {
  position: absolute;
  appearance: none;
  cursor: pointer;
  user-select: none;
  max-width: 100%;
  padding: 0 18px;
  font-style: italic;
  font-size: 33px;
  text-transform: uppercase;
  text-align: center;
  min-height: 56px;
  min-width: 122px;
  padding: 0 30px;
  z-index: 1;
}

.product-point.is-active .product-point-description {
  opacity: 1;
  pointer-events: auto;
}

.product-point.is-active {
  z-index: 2;
}

.product-point-left .product-point-description {
  left: auto;
  right: 0;
}

.product-point-center .product-point-description {
  left: 50%;
  transform: translateX(-50%);
}

.product-point::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #003787 0%, var(--accent-color) 100%);
  clip-path: polygon(56px 0, 100% 0, calc(100% - 56px) 100%, 0 100%);
}

.theme-lightblue .product-point::after {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-brown .product-point::after {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-silver .product-point::after {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-green .product-point::after {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.product-point.is-active::after {
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0.2) 0%, rgb(234, 47, 45) 100%);
}

.theme-green .product-point.is-active::after {
  background: linear-gradient(to bottom, rgba(235, 255, 0, 0.2) 0%, rgb(235, 255, 0) 100%);
}

.theme-brown .product-point.is-active::after {
  background: linear-gradient(to bottom, rgba(255, 107, 0, 0.2) 0%, rgb(255, 107, 0) 100%);
}

.product-point-description {
  position: absolute;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%) #141414;
  z-index: 1;
  font-size: 16px;
  width: 250px;
  text-align: left;
  padding: 18px 20px;
  border: 3px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  text-transform: none;
  line-height: 1;
  left: calc(100% + 50px);
  bottom: calc(100% + 50px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s linear;
}

.theme-lightblue .product-point-description {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.4) 100%) #141414;
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-brown .product-point-description {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-silver .product-point-description {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-green .product-point-description {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.product-point-description strong {
  font-size: 30px;
  font-family: TTSupermolotNeue, sans-serif;
  display: block;
  margin: 0 0 5px;
}

.product-point-value {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.product-swiper-controls .swiper-pagination {
  font-size: 37px;
}

.product-swiper-controls {
  position: absolute;
  right: calc(50% - 620px);
  top: 55px;
}

.product-swiper-controls .swiper-button-next,
.product-swiper-controls .swiper-button-prev {
  font-size: 24px;
}

/*media section*/
.media-section {
  padding: 65px 0 95px;
}

.media-section-decor {
  background: url("/css_global/img/ellipse-blue.svg") no-repeat top -100px left calc(50% + 350px)/auto;
}

.media-box {
  gap: 64px 40px;
}

.media-card {
  width: 386px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

.media-card-small {
  width: 280px;
  font-size: 13px;
}

.media-card-video {
  display: block;
  margin: 0 0 20px;
  flex: 0 0 auto;
  height: 219px;
  position: relative;
  overflow: hidden;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  color: #fff;
}

.media-card-graph {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
  padding: 60px 30px 30px;
  flex: 0 0 auto;
  height: 278px;
  position: relative;
  overflow: hidden;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  color: #fff;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
  text-align: center;
}

.media-card-graph img {
  max-height: 100%;
}

.media-card-time {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  padding: 9px 10px;
  font-size: 16px;
  letter-spacing: 0.11em;
  color: #16439D;
}



.media-card-small .media-card-time {
  font-size: 13px;
}

.media-card-large .media-card-graph {
  width: 386px;
}

.media-card-small .media-card-graph {
  height: 193px;
  padding: 50px 15px 20px;
  margin: 0 0 20px;
}

.media-card-large .media-card-video {
  width: 386px;
}

.media-card-video:hover {
  color: #fff;
}

.media-card-video .media-card-date-inner {
  font-size: 14px;
}

.media-card-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-card-image {
  display: block;
  margin: 0 0 24.5px;
  flex: 0 0 auto;
  height: 267px;
  position: relative;
  background: url("/css_global/img/grid.svg") repeat #141414;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.media-card-image-decorated {
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
}

.media-card-image-decorated::after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  height: calc(100% - 36px);
  object-fit: cover;
  object-position: center;
  background: url("/css_global/img/media-card-decoration.svg") no-repeat 0 0/100% 100%;
  pointer-events: none;
}


.media-card-image:hover img {
  transform: scale(1.05);
}

.media-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.15s linear;
}

.media-card-small .media-card-image {
  height: 193px;
  margin: 0 0 20px;
}

.media-card-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 86px;
  min-height: 51px;
  text-align: center;
  background: linear-gradient(to bottom, #003787 0%, var(--accent-color) 100%) no-repeat center;
  padding: 0 10px;
}

.media-card-location {
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #003787 0%, var(--accent-color) 100%) no-repeat center;
  padding: 7px 12px;
  line-height: 1;
}

.media-card-small .media-card-location {
  font-size: 14px;
}

.media-card-location .svg-icon {
  margin: 0 5px 0 0;
}

.media-card-date-inner {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#003787, var(--accent-color)) no-repeat center;
  line-height: 1;
  padding: 9px 12px;
  font-size: 18px;
  letter-spacing: 0.11em;
}

.media-card-date-inner-bottom {
  top: auto;
  bottom: 0;
}

.media-card-small .media-card-date-inner {
  font-size: 14px;
  padding: 7px 12px;
  letter-spacing: normal;
}

.media-card-image:hover {
  color: #fff;
}

.media-card-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start;
  justify-content: flex-start;
}

.media-card h3 {
  font-size: 22px;
}

.media-card-date {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 16px;
}

.media-card-small .media-card-date {
  font-size: 14px;
}

.media-card-date .svg-icon {
  margin: 0 10px 2px 0;
}

.media-card-date i {
  margin: 0 0.7em 0.1em 0;
  background: linear-gradient(to bottom, #036AFF 0%, #003A8D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1em;
}

.media-card-text {
  margin: 0 0 30px;
}

.media-card-text h4 {
  margin: 0 0 12px;
}

.media-card .media-card-text p {
  display: none;
}

.media-card-text p {
  color: #6C6C6C;
}

.media-card-small .media-card-text p {
  display: block;
}

.media-card-large .media-card-text p {
  display: block;
}

.media-card-text a {
  display: block;
}

.media-card-buttons {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.media-card-btn {
  font-size: 16px;
  letter-spacing: 0.11em;
}

.media-card-large {
  flex-direction: row;
  width: 100%;
  gap: 64px;
  align-items: flex-start;
  padding: 0 0 64px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
}

.media-card-large:last-child {
  border: 0;
  padding-bottom: 0;
}

.media-card-large .media-card-btn {
  font-size: 18px;
}

.media-card-large .media-card-image {
  margin: 0;
  width: 386px;
  height: 232px;
}

.media-card-large h3 {
  font-size: 26px;
}

/*history section*/
.history-section {
  padding: 82px 0 10px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0.2) 0%, rgba(8, 95, 220, 0) 100%), url("/css_global/img/history-bg-decor.svg") no-repeat right top/auto;
  border-bottom: 0;
}

.history-section-head {
  margin-bottom: 6px;
}

.history-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0 0 60px;
}


.history-slide {
  display: flex;
  align-items: flex-start;
  gap: 0 70px;
}

.history-slide-media {
  width: 462px;
  height: 278px;
  flex: 0 0 auto;
  position: relative;
}

.history-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.history-slide-text {
  font-family: TTSupermolotNeue, sans-serif;
  font-size: 23px;
  font-weight: 500;
  padding: 0 20px 0 0;
}

.history-slide-text blockquote {
  color: #1A4583;
}

.video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0.33) 0%, rgb(8, 95, 220) 100%);
}

.theme-lightblue .video-btn {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0.33) 0%, rgb(53, 153, 214) 100%);
}

.theme-brown .video-btn {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0.33) 0%, rgb(180, 157, 93) 100%);
}

.theme-silver .video-btn {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0.33) 0%, rgb(141, 141, 141) 100%);
}

.theme-green .video-btn {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0.33) 0%, rgb(122, 132, 79) 100%);
}

.video-btn:hover {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0.5) 0%, rgb(8, 95, 220) 100%);
  color: #fff;
}

.theme-lightblue .video-btn:hover {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0.5) 0%, rgb(53, 153, 214) 100%);
}

.theme-brown .video-btn:hover {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0.5) 0%, rgb(180, 157, 93) 100%);
}

.theme-silver .video-btn:hover {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0.5) 0%, rgb(141, 141, 141) 100%);
}

.theme-green .video-btn:hover {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0.5) 0%, rgb(122, 132, 79) 100%);
}

.history-nav-slide {
  width: fit-content;
  cursor: pointer;
  padding: 0 12px 4px;
  border-bottom: 5px solid transparent;
  transition: color 0.15s linear;
  cursor: pointer;
}

.history-nav-slide:hover {
  color: var(--accent-color);
}

.history-nav-swiper {
  font-family: TTSupermolotNeue, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #1A4583;
}

.history-nav-swiper .swiper-wrapper {
  justify-content: space-between;
  align-items: flex-end;
}

.history-nav-slide.swiper-slide-thumb-active {
  font-size: 34px;
  color: var(--accent-color);
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
}

/***INNER PAGES***/
/*video section*/
.video-section {
  min-height: calc(100vh - var(--h-height));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 75px 0;
  display: flex;
}

.video-section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/css_global/img/video-corner-bottom.svg") no-repeat left bottom/73vw auto, url("/css_global/img/video-corner-top.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-right.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(19, 31, 53, 0.8) 62%, rgba(19, 31, 53, 0.8) 100%);
}

.video-section-container {
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.video-section-text {
  text-align: center;
}

/*trading section*/
.trading-slide-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.2) 50%, rgb(20, 20, 20) 100%);
}

/*texted section*/
.texted-section {
  padding: 90px 0 40px;
  min-height: 460px;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.texted-section-head h2 {
  margin: 0 0 28px;
}

.texted-section-head .link-more {
  margin-top: 45px;
}

.texted-section-decor-r {
  background: url("/css_global/img/texted-section-decor-r.svg") no-repeat bottom center/auto;
}

.texted-section-decor-l {
  background: url("/css_global/img/texted-section-decor-l.svg") no-repeat bottom center/auto;
}

.texted-section-circle-r {
  background: url("/css_global/img/texted-section-circle.svg") no-repeat top left calc(50% + 350px)/auto;
}

.texted-section-circle-l {
  background: url("/css_global/img/texted-section-circle.svg") no-repeat top left calc(50% - 350px)/auto;
}

/*case section*/
.case-section {
  padding: 0 0 130px;
  overflow-x: hidden;
}

/*dates section*/	
.dates-section {
  padding: 90px 0 45px;
  position: relative;
}

.decorated-section {
  overflow: hidden;
}

.dates-section::after {
  content: "";
  width: 1440px;
  height: 652px;
  position: absolute;
  bottom: -326px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/css_global/img/dates-section-decor.svg") no-repeat center/auto;
  pointer-events: none;
  z-index: -1;
}

.dates-section-head {
  margin: 0 auto 13px;
}

.dates-section-head h2 {
  line-height: 1;
}

.dates-slide {
  display: flex;
  align-items: flex-start;
  gap: 0 89px;
}

.dates-slide-media {
  width: 444px;
  flex: 0 0 auto;
}

.dates-slide-media img {
  width: 100%;
  height: auto;
}

.dates-slide-text {
  font-size: 22px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 500;
}

.dates-slide-text:not(:last-child) {
  margin: 0 0 78px;
}

.dates-slide-buttons {
  display: flex;
  gap: 60px;
}

.dates-block {
  margin: 0 0 60px;
}

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

.dates-nav {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0 0 40px;
  background: linear-gradient(to right, #D4D4D4 0%, #D4D4D4 100%) no-repeat right bottom/100% 2px;
}

.dates-nav-large {
  background: linear-gradient(to right, rgba(101, 101, 101, 0) 0%, rgb(101, 101, 101) 50%, rgba(101, 101, 101, 0) 100%) no-repeat left bottom/100% 4px;
  margin: 0 0 75px;
}

.dates-nav-swiper {
  width: calc(100% - 140px);
  flex: 1 1 auto;
}

.dates-nav-swiper .swiper-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}

.dates-nav-swiper-large {
  margin: 0 0 75px;
}

.dates-nav-swiper-large {
  background: linear-gradient(to right, rgba(101, 101, 101, 0) 0%, rgb(101, 101, 101) 50%, rgba(101, 101, 101, 0) 100%) no-repeat left bottom/100% 4px;
}

.dates-nav-swiper-large .dates-nav-slide::after {
  height: 4px;
}

.dates-swiper-buttons.swiper-buttons {
  align-self: flex-end;
  padding: 0 0 1.3em;
}

.dates-nav-slide {
  width: fit-content;
}

.dates-nav-slide {
  font-size: 22px;
}

.dates-nav-slide.swiper-slide-thumb-active {
  font-size: 36px;
  color: var(--accent-color);
}

.dates-nav-large .dates-nav-slide {
  font-size: 30px;
}

.dates-nav-large .dates-nav-slide.swiper-slide-thumb-active {
  font-size: 48px;
}

.dates-slide-date {
  cursor: pointer;
  padding: 24px 0 20px 0;
  transition: color 0.15s linear;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}

.dates-nav-large .dates-slide-date {
  padding: 24px 0 28px 0;
}

.dates-slide-date:hover {
  color: var(--accent-color);
}

.dates-nav-slide::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--accent-color);
  z-index: 1;
  opacity: 0;
}

.dates-nav-slide.swiper-slide-thumb-active::after,
.dates-nav-slide.swiper-slide-thumb-active .dates-slide-date::before {
  opacity: 1;
}

.dates-slide-date::before {
  content: attr(data-day);
  font-size: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
}

/*company pages*/
.file-items {
  padding: 25px 20px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  border: 1px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  margin: 0 0 80px;
}

.file-items:last-child {
  margin-bottom: 0;
}

.file-item {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
  color: var(--accent-color);
  margin: 0 0 30px;
}

.file-item a:hover {
  color: var(--accent-color3);
}

.file-item:last-child {
  margin: 0;
}

.file-item-button {
  flex: 0 0 auto;
  font-size: 25px;
}

.file-item-link {
  padding: 0 20px 0 0;
}

.file-item-link:hover {
  text-decoration: underline;
}

.contact-items {
  padding: 25px 20px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  border: 1px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}

.contact-item {
  width: calc(50% - 60px);
  display: flex;
  align-items: center;
}

.contact-item-icon {
  color: var(--accent-color);
  font-size: 23px;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
}

.contact-item-content p {
  margin: 0;
}

.contact-item-content p a {
  margin: 0 0 0 4px;
}

.biography-block {
  display: flex;
  gap: 0 40px;
}

.biography-block-media {
  width: 387px;
  flex: 0 0 auto;
}

.biography-block-image img {
  width: 100%;
  height: auto;
}

.biography-block-label {
  display: inline-block;
  padding: 8px 40px 8px 15px;
  font-size: 14px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  background: linear-gradient(to right, #003787, var(--accent-color));
  line-height: 1;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 34px) 100%, 0% 100%);
}

.biography-block-text {
  font-size: 15px;
}

.biography-block-text p {
  color: #6C6C6C;
}

.biography-block-text h3 {
  margin: 0 0 15px;
}

.biography-block-text strong {
  font-size: 20px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  color: var(--accent-color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 30px;
}

/*partners block*/
.partner {
  display: flex;
  gap: 0 40px;
  margin: 0 0 45px;
}

.partner:last-child {
  margin: 0;
}

.partner-image {
  width: 280px;
  height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 40px;
  background: url("/css_global/img/grid-default.svg") repeat center/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
}

.partner-image img {
  max-height: 100%;
}

.partner-head {
  margin: 0 0 20px;
}

.partner-head h3 {
  margin: 0 0 8px;
}

.partner-head a {
  color: var(--accent-color);
}

.partner-text p {
  color: #6C6C6C;
  line-height: 1.2;
  margin: 0;
}

.partner-text p:nth-child(n+2) {
  display: none;
}

.partner-text a {
  color: var(--accent-color);
}

.partner-text a:hover {
  text-decoration: underline;
}

.region-head {
  min-height: calc(80vh - var(--h-height));
  padding: 70px 0 0;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.region-head::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/css_global/img/region-corner-bottom.svg") no-repeat left bottom/60vw auto, url("/css_global/img/region-corner-top.svg") no-repeat right top/42vw auto;
}

.region-head h1 {
  margin: 0 0 15px;
}

.region-text-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 0 40px;
  font-size: 16px;
}

.region-head {
  display: flex;
}

.region-head > .container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.region-buttons-box {
  margin-top: auto;
}

.region-body {
  padding: 70px 0 140px;
  background: url("/css_global/img/texted-section-decor-l.svg") no-repeat top 100px center/auto, url("/css_global/img/texted-section-decor-r.svg") no-repeat top 1180px center/auto;
}

.graph-block {
  padding: 30px 0;
  margin: 0 0 30px;
  cursor: zoom-in;
}

.graph-block-decorated {
  padding: 54px;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
  margin: 0 0 50px;
}

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

.graph-block img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/*Media pages*/
.news-inner-section {
  padding: 70px 0 95px;
  background: url("/css_global/img/texted-section-decor-r.svg") no-repeat top 45px center/auto;
}

.event-section {
  min-height: calc(100vh - var(--h-height));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 0;
  display: flex;
}

.event-section-container {
  align-self: flex-end;
  position: relative;
  z-index: 1;
  text-align: center;
}

.event-buttons-box {
  justify-content: center;
}

.event-head {
  max-width: 950px;
  margin: 60px auto 0;
}

.event-date {
  font-size: 26px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 500;
  margin: 100px 0 0 0;
}

.event-section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.event-section-decor-r::after {
  background: url("/css_global/img/event-corner-bottom.svg") no-repeat left bottom/52vw auto, url("/css_global/img/video-corner-top.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-right-big.svg") no-repeat right top/auto 100%, linear-gradient(to bottom, rgba(27, 43, 75, 0) 0%, rgba(27, 43, 75, 0.9) 100%);
}

.event-section-decor-l::after {
  background: url("/css_global/img/event-corner-bottom.svg") no-repeat left bottom/52vw auto, url("/css_global/img/video-corner-top.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-big.svg") no-repeat left top/auto 100%, linear-gradient(to bottom, rgba(27, 43, 75, 0) 0%, rgba(27, 43, 75, 0.9) 100%);
}

.media-contacts-section {
  padding: 65px 0 100px;
  background: url("/css_global/img/ellipse-blue.svg") no-repeat top 50px left calc(50% - 320px);
}

.media-contacts-column {
  width: calc(50% - 20px);
}

.media-contacts-column-small {
  width: calc(33.3333333333% - 20px);
}

.text-block ~ .media-contacts-box {
  padding-top: 30px;
}

.media-contacts-text {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 30px;
  min-height: 72px;
}

.media-contacts-text p {
  margin: 0 0 3px;
}

.media-contact {
  display: flex;
  align-items: flex-start;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 60px;
}

.media-contact:last-child {
  margin: 0;
}

.media-contact-icon {
  flex: 0 0 auto;
  margin: 0 22px 0 0;
  color: var(--accent-color);
}

.media-contact-content > strong {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px;
}

.media-contact-content p {
  margin: 0 0 5px;
}

.media-contact-content p:last-child {
  margin: 0;
}

.media-contact-content p a {
  color: var(--accent-color);
  margin: 0 0 0 8px;
}

.media-contact-content p a:hover {
  color: var(--accent-color3);
}

.post-head {
  margin: 0 0 45px;
}

.post-head h1 {
  line-height: 1;
  font-size: 40px;
  margin: 0 0 20px;
}

.post-date {
  background: linear-gradient(#003787, var(--accent-color)) no-repeat center;
  line-height: 1;
  padding: 10px 12px;
  letter-spacing: 0.11em;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.post-slide {
  width: 100%;
  height: 395px;
  cursor: zoom-in;
}

.post-swiper {
  margin: 0 0 44px;
}

.post-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 100%;
}

.download-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 35px;
}

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

.download-links {
  line-height: 1;
}

.download-link {
  padding: 16.5px 24px;
  width: 100%;
  display: flex;
  align-items: center;
  border: 2px solid;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  margin: 0 0 10px;
}

.download-link:last-child {
  margin-bottom: 0;
}

.download-link-icon {
  margin: 0 12px 0 0;
  flex: 0 0 auto;
  font-size: 20px;
  color: var(--accent-color);
}

.download-link:hover .download-link-icon {
  color: var(--accent-color3);
}

.download-link-content {
  font-size: 14px;
}

.download-link-text {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 3px;
  color: var(--accent-color);
}

.download-link:hover .download-link-text {
  color: var(--accent-color3);
}

.download-link:hover {
  color: #fff;
  border-image: linear-gradient(to right, rgba(217, 35, 42, 0) 0%, rgb(217, 35, 42) 51%, rgba(217, 35, 42, 0) 100%) 1;
}

.download-qr {
  --angle-size: 46px;
  padding: 35px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  border: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
  flex: 0 0 auto;
  position: relative;
}

.download-qr:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: calc(100% - var(--angle-size));
  border-top: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0.2) 0%, rgba(8, 95, 220, 0) 100%) 1;
  width: calc(1.414 * var(--angle-size));
  transform-origin: left top;
  transform: rotate(-45deg);
}

.download-qr-pic {
  width: 128px;
  height: 128px;
}

.download-qr-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.share-block-title {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 12px;
}

.share-block {
  margin: 0 0 35px;
}

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

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-btn {
  font-size: 32px;
  min-width: 86px;
  min-height: 70px;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  color: var(--accent-color);
}

.share-btn:hover {
  color: var(--accent-color3);
}

.files {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.file {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  color: var(--accent-color);
}

.file:hover {
  color: var(--accent-color3);
}

.file-icon {
  font-size: 27px;
  flex: 0 0 auto;
  margin: 0 16px 0 0;
}

.file-content strong {
  font-family: TTSupermolotNeue, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.11em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px;
}

.file-size {
  color: #fff;
  font-size: 14px;
}

.additional-section {
  padding: 50px 0 30px;
}

.report-head {
  margin: 0 0 40px;
}

.report-head > .container {
  display: flex;
  align-items: flex-start;
}

.report-head h1 {
  max-width: 920px;
  width: 100%;
  line-height: 1;
  font-size: 40px;
  margin: 0;
  padding: 0 20px 0 0;
}

.report-date {
  background: linear-gradient(rgba(8, 95, 220, 0), rgba(8, 95, 220, 0.6));
  line-height: 1;
  padding: 10px 12px;
  letter-spacing: 0.11em;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
}

.report {
  display: flex;
  flex-direction: column;
}

.widgets {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.report-widgets {
  margin: 0 0 60px;
  order: -1;
}

.widget {
  width: calc(25% - 30px);
  padding: 20px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  border: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget-download {
  display: flex;
  align-items: center;
}

.widget-download-icon {
  margin: 0 12px 0 0;
  flex: 0 0 auto;
  font-size: 20px;
}

.widget-download:hover .widget-download-icon {
  color: var(--accent-color);
}

.widget-download-content {
  font-size: 14px;
  line-height: 1;
}

.widget-download-text {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.widget-download:hover {
  color: var(--accent-color);
}

.widget-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.widget-social {
  font-size: 35px;
  color: var(--accent-color);
  line-height: 1;
}

.widget-social:hover {
  color: var(--accent-color3);
}

.widget-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.widget-qr {
  width: 86px;
  height: 86px;
}

.widget-qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.report-image {
  display: block;
  width: 386px;
  height: 278px;
}

.report-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.infographic-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin: 0 0 50px;
}

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

.infographic-item {
  width: auto;
  max-width: 33%;
  line-height: 1;
  flex: 1 1 auto;
}

.infographic-item-image {
  height: 92px;
  display: flex;
  align-items: flex-end;
  margin: 0 0 30px;
}

.infographic-item-image img {
  max-height: 100%;
}

.infographic-item-text strong {
  font-size: 48px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 800;
  color: var(--accent-color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 8px;
}

.infographic-item-text h3 {
  font-weight: 500;
}

.press-contacts {
  margin: 0 0 40px;
}

.press-contact:last-child {
  margin-bottom: 0;
}

.press-contact-image {
  width: 100px;
  height: 100px;
  border: 2px solid;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 38px;
  --angle-size: 24px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
  flex: 0 0 auto;
  color: var(--accent-color);
  margin: 0 22px 0 0;
}

.press-contact-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: calc(100% - var(--angle-size));
  border-top: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0.2) 0%, rgba(8, 95, 220, 0) 100%) 1;
  width: calc(1.414 * var(--angle-size));
  transform-origin: left top;
  transform: rotate(-45deg);
}

.press-contact-image img {
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  object-position: center;
}

.press-contact {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.press-contact:last-child {
  margin-bottom: 0;
}

.press-contact-text strong {
  color: var(--accent-color);
  font-size: 15px;
}

.press-contact-text h4 {
  font-size: 22px;
  font-weight: 700;
}

.corporative-head {
  display: flex;
  padding: 0 250px 0 0;
  margin: 0 0 30px;
}

.corporative-head h3 {
  font-size: 30px;
}

.corporative-swiper {
  margin-top: -60px;
}

.corporative-card {
  width: 600px;
  padding-top: 60px;
}

.corporative-card-image {
  --angle-size: 64px;
  --border-width: 8px;
  background: linear-gradient(to right, #fff 0%, #085FDC 51%, #fff 100%);
  width: 100%;
  height: 431px;
  max-width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
  position: relative;
  padding: var(--border-width);
  margin: 0 0 30px;
}

.corporative-card-image-inner {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size) + var(--border-width) * 0.707), calc(100% - var(--angle-size) + var(--border-width) * 0.707) 100%, 0 100%);
}

.corporative-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.corporative-card-image::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/css_global/img/logo-herb.svg") no-repeat bottom 35px right 45px/auto 62px, linear-gradient(135deg, transparent 50%, rgba(27, 43, 75, 0) 50%, rgba(27, 43, 75, 0.9) 85%, rgb(27, 43, 75) 100%);
}

.corporative-card-content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

.corporative-card.swiper-slide-active .corporative-card-content,
.corporative-card:last-child .corporative-card-content {
  opacity: 1;
  pointer-events: auto;
}

.corporative-swiper-controls {
  position: absolute;
  right: 0;
  top: 0;
}

.corporative-files .file {
  width: calc(50% - 20px);
}

/*login page*/
.login {
  display: flex;
}

.login-media {
  position: relative;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
}

.login-media-logo {
  display: inline-block;
  vertical-align: middle;
  height: 62px;
}

.login-media-logo img {
  height: 100%;
  max-height: 100%;
}

.login-content {
  width: 50%;
  flex: 0 0 auto;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.5) 100%);
  padding: 50px 85px;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.login-block {
  max-width: 556px;
  width: 100%;
}

.login-block-nav {
  margin: 0 0 70px;
  color: var(--accent-color);
  line-height: 1;
}

.login-back-link {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  display: flex;
  align-items: center;
}

.login-back-link:hover {
  color: var(--accent-color3);
}

.login-back-link i {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-90deg);
  margin: 0 12px 0 0;
  font-size: 0.78em;
}

.login-block-head {
  margin: 0 0 30px;
}

.valued-section {
  padding: 0 0 45px;
}

.valued-section:last-child {
  padding-bottom: 90px;
}

.valued-box {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.valued-block {
  padding: 35px;
  border: 2px inset;
  background: url("/css_global/img/grid-default.svg") repeat top center/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.1) 100%) #141414;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 50%, rgba(8, 95, 220, 0) 100%) 1;
}

.valued-column {
  width: 398px;
  flex: 0 0 auto;
}

.valued-column-large {
  flex: 1 1 auto;
}

.valued-text {
  line-height: 1.3;
  font-size: 17px;
  margin: 0 0 15px;
}

.valued-text:last-child {
  margin: 0;
}

.valued-text h3 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}

.valued {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.valued-image {
  width: 50px;
  flex: 0 0 auto;
}

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

.simple-section {
  padding: 45px 0 90px;
}

.simple-card {
  width: 386px;
}

.simple-card-image {
  width: 100%;
  height: 272px;
  overflow: hidden;
  margin: 0 0 25px;
  display: block;
}

.simple-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.15s linear;
  max-height: 100%;
}

.simple-card-image:hover img {
  transform: scale(1.05);
}

.simple-card-text {
  font-size: 17px;
  margin: 0 0 25px;
  line-height: 1.3;
}

.simple-card-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}

.simple-card-text p {
  color: #6C6C6C;
}

/*~ footer ~*/
.footer {
  margin-top: auto;
  padding: 54px 0 42px;
  background: url("/css_global/img/grid-default.svg") repeat top center/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.3) 100%) #141414;
}

.theme-lightblue .footer {
  background: url("/css_global/img/grid-lightblue.svg") repeat top center/auto, linear-gradient(to bottom, rgba(53, 153, 214, 0.03) 0%, rgba(53, 153, 214, 0.4) 100%) #141414;
}

.theme-brown .footer {
  background: url("/css_global/img/grid-brown.svg") repeat top center/auto, linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%) #141414;
}

.theme-silver .footer {
  background: url("/css_global/img/grid-silver.svg") repeat top center/auto, linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%) #141414;
}

.theme-green .footer {
  background: url("/css_global/img/grid-green.svg") repeat top center/auto, linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%) #141414;
}

.footer-top .container {
  padding-bottom: 52px;
}

.footer-top > .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-column {
  width: 240px;
  padding: 15px 0 0;
}

.footer-column-large {
  width: 440px;
  padding: 0;
}

.footer-logo {
  margin: 0 0 42px;
  height: 63px;
}

.footer-tools {
  font-size: 17px;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.2;
}

.footer-list li {
  margin: 0 0 26px;
}

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

.footer-social-links {
  gap: 20px 38px;
  font-size: 30px;
  color: var(--accent-color);
}

.footer-social-links .social-link:hover {
  color: #fff;
}

.swiper-controls {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 30px;
}

.swiper-pagination-fraction {
  width: auto;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.125em;
}

.swiper-pagination-static {
  position: static;
}

.swiper-pagination-left {
  margin: 0 35px 0 0;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  line-height: 1;
  transform: none;
  color: inherit;
  height: auto;
  width: auto;
  margin-top: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--accent-color);
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: icomoon;
}

.swiper-button-prev::after {
  content: "\e905";
  font-size: inherit;
}

.swiper-button-next::after {
  content: "\e906";
  font-size: inherit;
}

.swiper-buttons {
  display: flex;
  align-items: center;
  font-size: 24px;
  gap: 0 30px;
}

.swiper-buttons-small {
  font-size: 16px;
  gap: 20px;
}
/*
.swiper-pagination-rects {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
  position: absolute;
  transform: translateY(-50%);
  align-items: flex-end;
  z-index: 1;
}

.swiper-pagination-rects.swiper-pagination-rects-right {
  right: calc(50% - 620px);
  width: fit-content;
  height: fit-content;
  left: auto;
  bottom: auto;
  top: 50%;
}

.swiper-pagination-rect {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 6px;
  background-color: #fff;
}

.swiper-pagination-rect-active {
  background-color: var(--accent-color);
  width: 48px;
}
*/

.swiper-arrow {
  width: 68px;
  height: 68px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, #085FDC 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-size: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.swiper-arrow:hover {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0.4) 0%, #085FDC 100%);
}

.swiper-arrow-prev::before,
.swiper-arrow-next::before {
  font-family: icomoon;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-arrow-prev::before {
  content: "\e905";
}

.swiper-arrow-next::before {
  content: "\e906";
}

.swiper-arrow-prev {
  left: 0;
}

.swiper-arrow-next {
  right: 0;
}

.swiper-slides-counter {
  background: linear-gradient(to bottom, #003787 0%, #085FDC 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  line-height: 1;
  padding: 8.5px 22px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.swiper-slides-counter::before {
  content: counter(swiper-slide);
  margin: 0 5px 0 0;
}

.swiper-counter .swiper-wrapper {
  counter-reset: swiper-slide;
}

.swiper-counter .swiper-slide {
  counter-increment: swiper-slide;
}

.fancybox-is-open .fancybox-bg {
  background-color: rgba(5, 35, 78, 0.5);
  opacity: 1;
}

.theme-lightblue .fancybox-is-open .fancybox-bg {
  background-color: rgba(4, 66, 105, 0.5);
}

.theme-brown .fancybox-is-open .fancybox-bg {
  background-color: rgba(69, 62, 39, 0.5);
}

.theme-silver .fancybox-is-open .fancybox-bg {
  background-color: rgba(72, 70, 70, 0.65);
}

.theme-green .fancybox-is-open .fancybox-bg {
  background-color: rgba(53, 56, 39, 0.65);
}

.fancybox-button {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, #085FDC 100%);
  color: #fff;
}

.theme-lightblue .fancybox-button {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0.35) 0%, rgba(53, 153, 214, 0.3) 100%);
}

.theme-brown .fancybox-button {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0.35) 0%, rgba(180, 157, 93, 0.3) 100%);
}

.theme-silver .fancybox-button {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0.6) 0%, rgba(141, 141, 141, 0.3) 100%);
}

.theme-green .fancybox-button {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0.55) 0%, rgba(122, 132, 79, 0.3) 100%);
}

.fancybox-button:hover {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0.4) 0%, #085FDC 100%);
}

.theme-lightblue .fancybox-button:hover {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0.9) 0%, rgba(53, 153, 214, 0.3) 100%);
}

.theme-brown .fancybox-button:hover {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0.9) 0%, rgba(180, 157, 93, 0.3) 100%);
}

.theme-silver .fancybox-button:hover {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0.9) 0%, rgba(141, 141, 141, 0.3) 100%);
}

.theme-green .fancybox-button:hover {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0.9) 0%, rgba(122, 132, 79, 0.3) 100%);
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  color: var(--accent-color);
  opacity: 1;
  background: 0;
}

.fancybox-slide--html .fancybox-close-small::after {
  content: "\e909";
  font-family: icomoon;
  font-size: 24px;
  background: radial-gradient(circle at center, var(--accent-color) 30%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.fancybox-slide--html .fancybox-close-small:hover {
  background: 0;
}

.fancybox-container.fancybox-is-open {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.fancybox-container {
  -webkit-backface-visibility: visible;
}

.fancybox-navigation .fancybox-button {
  width: 68px;
  height: 68px;
  padding: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-size: 26px;
  top: calc(50% - 25px);
}

.fancybox-navigation .fancybox-button div {
  display: none;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: lightgray;
}

.fancybox-button--arrow_left::before,
.fancybox-button--arrow_right::before {
  font-family: icomoon;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fancybox-button--arrow_left::before {
  content: "\e905";
}

.fancybox-button--arrow_right::before {
  content: "\e906";
}

.fancybox-infobar {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, #085FDC 100%);
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  mix-blend-mode: normal;
}

.theme-lightblue .fancybox-infobar {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0.35) 0%, rgba(53, 153, 214, 0.3) 100%);
}

.theme-brown .fancybox-infobar {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0.35) 0%, rgba(180, 157, 93, 0.3) 100%);
}

.theme-silver .fancybox-infobar {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0.6) 0%, rgba(141, 141, 141, 0.3) 100%);
}

.theme-green .fancybox-infobar {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0.55) 0%, rgba(122, 132, 79, 0.3) 100%);
}

.modal {
  display: none;
  background: 0;
  max-width: 890px;
  width: 100%;
  padding: 40px;
}

.modal-medium {
  max-width: 680px;
}

.modal-form-head {
  margin: 0 0 30px;
}

.modal-form-head h3 {
  font-size: 33px;
  color: var(--accent-color);
}

.modal-form-decorated {
  padding-bottom: 70px;
}

.video-modal {
  margin: 0;
  padding: 45px 10px 0;
  nax-width: 1040px;
  height: auto;
  background: 0;
}

.video-modal video {
  width: 100%;
  height: 100%;
}

.notification {
  position: fixed;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%) #141414;
  z-index: 5;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 700;
  padding: 20px;
  border: 3px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  text-transform: none;
  line-height: 1;
  transition: opacity 0.15s linear;
  right: 15px;
  bottom: 15px;
}

.notification.is-hidden {
  display: none;
}

.notification-large {
  width: 100%;
  padding: 34px 0;
  font-size: 30px;
  left: 0;
  right: auto;
  bottom: 0;
}

.notification-cookie {
    width: 100%;
    padding: 34px 0;
    font-size: 16px;
    left: 0;
    right: auto;
    bottom: 0;
}

.notification h5 {
  font-size: 13px;
}

.notification-btn {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  font-size: 24px;
  background: radial-gradient(circle at center, var(--accent-color) 30%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.notification-video {
  padding: 0;
  font-size: 20px;
}

.notification-video-link {
  padding: 20px;
  display: flex;
  align-items: center;
}

.notification-video-link:hover {
  color: #fff;
}

.notification-video-link i {
  margin: 0 0 0 5px;
}

.notification-video-link:hover i {
  color: var(--accent-color3);
}

.notification-social-links {
  font-size: 30px;
  gap: 35px;
  justify-content: center;
}

.notification-social-links .social-link:hover {
  color: var(--accent-color3);
}

.theme-lightblue .notification {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.4) 100%) #141414;
  border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
}

.theme-brown .notification {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
}

.theme-silver .notification {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
}

.theme-green .notification {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%) #141414;
  border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
}

.corruption-message {
  display: flex;
  align-items: center;
}

.corruption-message-icon {
  font-size: 0.9em;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
}

.corruption-message a {
  text-decoration: underline;
}

.corruption-message a:hover {
  color: var(--accent-color3);
  text-decoration: none;
}

.contacts-map {
  display: flex;
  min-height: 535px;
  position: relative;
  background: url("/css_global/img/grid-default.svg") repeat top 3px left/auto rgba(21, 89, 187, 0.5);
  --angle-size: 67px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
  margin: 0 0 40px;
}

.contacts-map-content {
  width: 438px;
  padding: 30px 30px 45px;
  border: 3px solid;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.5) 100%) #141414;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  --angle-size: 67px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
  flex: 0 0 auto;
  position: relative;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.contacts-map-content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: calc(100% - var(--angle-size));
  border-top: 3px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0.5) 0%, rgba(8, 95, 220, 0) 100%) 1;
  width: calc(1.414 * var(--angle-size));
  transform-origin: left top;
  transform: rotate(-45deg);
}

.contacts-map-head {
  padding: 0 0 30px;
}

.contacts-map-head h3 {
  font-size: 30px;
}

.contacts-map-body {
  padding: 45px 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
}

.contacts-map-body p {
  margin: 0;
  line-height: 1.2;
}

.contacts-map-footer {
  padding: 35px 0 0;
}

.contacts-map-map {
  position: absolute;
  max-width: 969px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.contacts-map-map img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.contacts-social > h4 {
  font-size: 20px;
  margin: 0 0 10px;
}

.contacts-social-links {
  display: flex;
  gap: 10px;
}

.contacts-social-link {
  font-size: 32px;
  min-width: 86px;
  min-height: 70px;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0.5) 0%, rgba(8, 95, 220, 0) 100%);
  color: var(--accent-color);
}

.contacts-social-link:hover {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0.5) 0%, rgba(8, 95, 220, 0.2) 100%);
}

.contacts-social-link i {
  display: block;
  background: linear-gradient(to bottom, rgba(234, 47, 45, 0.4) 0%, rgb(234, 47, 45) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contacts-box {
  align-items: flex-start;
}

.contacts-block {
  padding: 30px 30px 75px;
  border: 3px solid;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.5) 100%) #141414;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  --angle-size: 67px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
  flex: 0 0 auto;
  position: relative;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  position: relative;
  width: calc(50% - 20px);
}

.contacts-block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: calc(100% - var(--angle-size));
  border-top: 3px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0.5) 0%, rgba(8, 95, 220, 0) 100%) 1;
  width: calc(1.414 * var(--angle-size));
  transform-origin: left top;
  transform: rotate(-45deg);
}

.contacts-block-head {
  padding: 0 0 34px;
}

.contacts-block-head h3 {
  font-size: 30px;
}

.contacts-block-body {
  padding: 40px 0 0;
  border-top: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
}

.faq-section {
  padding: 70px 0 100px;
}

/*production inner pages*/
.production-inner-section {
  padding: 70px 0 90px;
}

.production-inner-section-head {
  display: flex;
  align-items: center;
  gap: 30px;
}

.production-inner-section-head h2 {
  margin: 0;
}

.production-box {
  gap: 20px;
}

.production-item {
  padding: 40px 85px 40px 45px;
  position: relative;
  display: block;
  width: calc(50% - 10px);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 400px;
  font-size: 18px;
}

.production-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/css_global/img/grid.svg") repeat bottom left/80px, linear-gradient(to bottom, rgba(21, 35, 59, 0.5) 48%, rgb(21, 35, 59, 0.5) 82%);
  transition: opacity 0.2s ease-out;
}

.production-item:hover {
  color: #fff;
}

.production-item:hover:after {
  background: url("/css_global/img/grid.svg") repeat bottom left/80px, linear-gradient(to bottom, rgba(21, 35, 59, 0.5) 48%, rgb(8, 95, 220) 82%);
}

.production-item-green:hover:after {
  background: url("/css_global/img/grid.svg") repeat bottom left/80px, linear-gradient(to bottom, rgba(21, 35, 59, 0.5) 48%, rgb(63, 66, 49) 82%);
}

.production-item-brown:hover:after {
  background: url("/css_global/img/grid.svg") repeat bottom left/80px, linear-gradient(to bottom, rgba(21, 35, 59, 0.5) 48%, rgb(93, 85, 57) 82%);
}

.production-item-lightblue:hover:after {
  background: url("/css_global/img/grid.svg") repeat bottom left/80px, linear-gradient(to bottom, rgba(21, 35, 59, 0.5) 48%, rgb(20, 88, 130) 82%);
}

.production-item-silver:hover:after {
  background: url("/css_global/img/grid.svg") repeat bottom left/80px, linear-gradient(to bottom, rgba(21, 35, 59, 0.5) 48%, rgb(44, 44, 44) 82%);
}

.production-item-large {
  padding: 80px 130px 80px 45px;
  width: 100%;
}

.production-item-text {
  margin: 0 0 60px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.production-item-text h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 18px;
}

.production-item-text p {
  max-width: 310px;
  width: 100%;
  line-height: 1.2;
}

.production-item-large .production-item-text p {
  max-width: 100%;
}

.production-item-icon {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 40px;
  transition: transform 0.15s linear;
  width: 170px;
  height: 125px;
  color: var(--accent-color);
}

.production-item:hover .production-item-icon,
.production-item:hover .link-more {
  color: #D9232A;
}

.production-item-green:hover .production-item-icon,
.production-item-green:hover .link-more {
  color: #676F42;
}

.production-item-brown:hover .production-item-icon,
.production-item-brown:hover .link-more {
  color: #F2A61E;
}

.production-item-lightblue:hover .production-item-icon,
.production-item-lightblue:hover .link-more {
  color: #3599D6;
}

.production-item-silver:hover .production-item-icon,
.production-item-silver:hover .link-more {
  color: #8D8D8D;
}

.production-item-large .production-item-icon {
  bottom: 50%;
  right: 130px;
  transform: translateY(50%);
  width: 200px;
  height: 145px;
}

.production-item-content .link-more {
  position: relative;
  z-index: 1;
}

.production-item-content {
  max-width: 480px;
  width: 100%;
}

.goods-head {
  margin: 0 0 40px;
}

.goods-head-top {
  margin: 0 0 32px;
  display: flex;
  align-items: center;
}

.goods-head-top h1 {
  margin: 0 15px 0 0;
  line-height: 1;
}

.goods-head-bottom {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.goods-box {
  gap: 50px 40px;
}

.goods-card {
  width: 440px;
  display: flex;
  flex-direction: column;
}

.goods-card-medium {
  width: 386px;
}

.goods-card-large {
  flex-direction: row;
  width: 100%;
  gap: 50px 40px;
}

.goods-card-image {
  width: 100%;
  height: 257px;
  display: block;
  margin: 0 0 16px;
  position: relative;
  flex: 0 0 auto;
  color: #fff;
}

.goods-card-image:hover {
  color: #fff;
}

.goods-card-tags {
  position: absolute;
  right: 0;
  top: 0;
}

.goods-card-large .goods-card-image {
  width: 386px;
  height: 225px;
}

.goods-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.goods-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 auto;
}

.goods-card-price {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  background: linear-gradient(to bottom, rgba(0, 73, 177, 0) 0%, rgb(8, 95, 220) 100%);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 8px;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.goods-card-price-dark {
  background: linear-gradient(to bottom, rgb(0, 73, 177) 0%, rgb(8, 95, 220) 100%);
}

.theme-lightblue .goods-card-price {
  background: linear-gradient(to bottom, rgba(20, 88, 130, 0) 0%, rgb(53, 153, 214) 100%);
}

.theme-brown .goods-card-price {
  background: linear-gradient(to bottom, rgba(96, 75, 16, 0) 0%, rgb(180, 157, 93) 100%);
}

.theme-silver .goods-card-price {
  background: linear-gradient(to bottom, rgba(82, 82, 82, 0) 0%, rgb(141, 141, 141) 100%);
}

.theme-green .goods-card-price {
  background: linear-gradient(to bottom, rgba(64, 70, 40, 0) 0%, rgb(122, 132, 79) 100%);
}

.goods-card-large .goods-card-price {
  font-size: 20px;
}

.goods-card-text {
  font-size: 15px;
  margin: 0 0 20px;
}

.goods-card-large .goods-card-text {
  font-size: 18px;
}

.goods-card-text h3 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 15px;
}

.goods-card-text h3 a {
  display: block;
}

.goods-card-text p {
  color: #6C6C6C;
}

.goods-card-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: auto;
}

.goods-card-large .goods-card-btn {
  text-transform: uppercase;
}

.goods-card-large .goods-card-buttons {
  margin-top: 0;
}

.tooltip {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
}

.tooltip-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 32px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 73, 177, 0) 0%, rgb(8, 95, 220) 100%);
  font-size: 15px;
}

.tooltip-dark .tooltip-btn {
  background: linear-gradient(to bottom, rgb(0, 73, 177) 0%, rgb(8, 95, 220) 100%);
}

.tooltip-btn:hover:hover {
  background: linear-gradient(to bottom, rgba(0, 73, 177, 0.5) 0%, rgb(8, 95, 220) 100%);
}

.tooltip-dark .tooltip-btn:hover {
  background: linear-gradient(to bottom, rgb(0, 73, 177) 0%, rgb(8, 95, 220) 100%);
}

.theme-lightblue .tooltip-btn {
  background: linear-gradient(to bottom, rgba(20, 88, 130, 0) 0%, rgb(53, 153, 214) 100%);
}

.theme-lightblue .tooltip-btn:hover {
  background: linear-gradient(to bottom, rgba(20, 88, 130, 0.5) 0%, rgb(53, 153, 214) 100%);
}

.theme-brown .tooltip-btn {
  background: linear-gradient(to bottom, rgba(96, 75, 16, 0) 0%, rgb(180, 157, 93) 100%);
}

.theme-brown .tooltip-btn:hover {
  background: linear-gradient(to bottom, rgba(96, 75, 16, 0.5) 0%, rgb(180, 157, 93) 100%);
}

.theme-silver .tooltip-btn {
  background: linear-gradient(to bottom, rgba(82, 82, 82, 0) 0%, rgb(141, 141, 141) 100%);
}

.theme-silver .tooltip-btn:hover {
  background: linear-gradient(to bottom, rgba(82, 82, 82, 0.5) 0%, rgb(141, 141, 141) 100%);
}

.theme-green .tooltip-btn {
  background: linear-gradient(to bottom, rgba(64, 70, 40, 0) 0%, rgb(122, 132, 79) 100%);
}

.theme-green .tooltip-btn:hover {
  background: linear-gradient(to bottom, rgba(64, 70, 40, 0.5) 0%, rgb(122, 132, 79) 100%);
}

.tooltip-text {
  background: linear-gradient(to bottom, rgba(0, 73, 177, 0.5) 0%, rgb(8, 95, 220) 100%);
  line-height: 1;
  padding: 9px 8px;
  display: flex;
  align-items: center;
  display: none;
  position: absolute;
  left: calc(100% + 4px);
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tooltip-dark .tooltip-text {
  background: linear-gradient(to bottom, rgb(0, 73, 177) 0%, rgb(8, 95, 220) 100%);
}

.theme-lightblue .tooltip-text {
  background: linear-gradient(to bottom, rgba(20, 88, 130, 0.5) 0%, rgb(53, 153, 214) 100%);
}

.theme-brown .tooltip-text {
  background: linear-gradient(to bottom, rgba(96, 75, 16, 0.5) 0%, rgb(180, 157, 93) 100%);
}

.theme-silver .tooltip-text {
  background: linear-gradient(to bottom, rgba(82, 82, 82, 0.5) 0%, rgb(141, 141, 141) 100%);
}

.theme-green .tooltip-text {
  background: linear-gradient(to bottom, rgba(64, 70, 40, 0.5) 0%, rgb(122, 132, 79) 100%);
}

.goods-card-tooltip {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.goods-card-tooltip .tooltip-text {
  max-width: 250px;
}

.tooltip-btn:hover ~ .tooltip-text {
  display: block;
}

.video-modal .video-js {
  width: 100%;
  height: 100%;
}

.video-js {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
}

.vjs-poster img {
  object-fit: cover;
  object-position: center;
}

.video-js .vjs-time-control {
  display: flex;
}

.video-js .vjs-remaining-time {
  display: none;
}

.video-js .vjs-control-bar {
  bottom: auto;
  top: 0;
  height: 100%;
  pointer-events: none;
  background: transparent;
}

.video-js .vjs-time-control {
  order: -1;
  padding: 0;
  line-height: 50px;
  height: 50px;
  font-size: 30px;
  pointer-events: auto;
}

.vjs-time-control.vjs-time-divider {
  padding: 0 2px;
  min-width: 1px;
  line-height: 1;
  display: flex;
  align-items: center;
  z-index: 1;
}

.video-js .vjs-time-control.vjs-current-time {
  padding: 0 0 0 22px;
}

.video-js .vjs-time-control.vjs-duration {
  padding: 0 22px 0 0;
}

.vjs-current-time::after {
  content: "";
  width: calc(200% + 15px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #003787 0%, var(--accent-color) 100%);
}

.theme-lightblue .vjs-current-time::after {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-brown .vjs-current-time::after {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-silver .vjs-current-time::after {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-green .vjs-current-time::after {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.vjs-current-time-display {
  z-index: 1;
  min-width: 75.5px;
}

.video-js .vjs-play-control {
  line-height: 50px;
  font-size: 20px;
  width: 50px;
  margin: 0 8px 0 10px;
  background: linear-gradient(to bottom, #003787 0%, var(--accent-color) 100%);
  height: 50px;
  text-shadow: none;
  pointer-events: auto;
}

.theme-lightblue .vjs-play-control {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-brown .vjs-play-control {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-silver .vjs-play-control {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-green .vjs-play-control {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.vjs-button > .vjs-icon-placeholder::before {
  line-height: 50px;
}

.video-js .vjs-progress-control {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  pointer-events: auto;
}

.video-js .vjs-volume-panel {
  display: none;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}

.video-js .vjs-slider {
  height: 10px;
  background-color: #fff;
}

.video-js .vjs-slider:focus {
  box-shadow: none;
  text-shadow: none;
}

.video-js .vjs-play-progress {
  background: linear-gradient(to bottom, #003787 0%, var(--accent-color) 100%);
}

.theme-lightblue .vjs-play-progress {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-brown .vjs-play-progress {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-silver .vjs-play-progress {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-green .vjs-play-progress {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.video-js .vjs-control:focus {
  text-shadow: none;
}

.video-js .vjs-play-progress::before {
  display: none;
}

.video-js .vjs-fullscreen-control {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: linear-gradient(to bottom, #003787 0%, var(--accent-color) 100%);
  font-size: 20px;
  pointer-events: auto;
}

.theme-lightblue .vjs-fullscreen-control {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-brown .vjs-fullscreen-control {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-silver .vjs-fullscreen-control {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.theme-green .vjs-fullscreen-control {
  background: linear-gradient(to bottom, var(--accent-color2) 0%, var(--accent-color) 100%);
}

.vjs-mouse-display {
  font-size: 20px;
}

.video-js .vjs-load-progress div {
  background: #fff;
}

.video-js .vjs-big-play-button {
  width: 118px;
  height: 118px;
  font-size: 30px;
  border: 0;
  margin: 0;
  transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button::after {
  content: "\e90f";
  font-family: icomoon;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vjs-icon-placeholder,
.vjs-control-text {
  display: none;
}

.video-js .vjs-big-play-button {
  background: linear-gradient(to bottom, #003787 0%, #085FDC 100%);
  border-radius: 0;
}

.video-js .vjs-big-play-button:hover {
  background: linear-gradient(to bottom, #085FDC 0%, #003787 100%);
}

.video-modal .vjs-big-play-button {
  display: none;
}

.video-js .vjs-picture-in-picture-control {
  display: none;
}

.video-block {
  position: relative;
  margin: 0 0 30px;
}

.video-block-video {
  height: 490px;
  width: 100%;
}

.video-block-video {
  object-fit: cover;
  object-position: center;
}

.video-block-wrapper {
  margin: 0 0 70px;
}

.video-block-wrapper:last-child {
  margin-bottom: 0;
}

/*orders page*/
.orders-head {
  margin: 0 0 40px;
}

.orders-head > .container {
  display: flex;
  align-items: center;
}

.orders-head h1 {
  margin: 0 42px 0 0;
}

.order {
  display: block;
  padding: 40px 30px;
  border: 2px solid;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.1) 100%);
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  width: calc(50% - 20px);
  line-height: 1;
  font-size: 16px;
}

.order:hover {
  color: #fff;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.5) 100%);
}

.order-head {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
}

.order-body {
  font-size: 20px;
  color: #6C6C6C;
  margin: 0 0 20px;
}

.order-number {
  font-size: 30px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 500;
  margin: 0 50px 0 0;
}

.status {
  font-size: 16px;
  font-weight: 600;
  font-family: TTSupermolotNeue, sans-serif;
  padding: 6px 8px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.status-yellow {
  background: linear-gradient(to bottom, #906C11 0%, #F2B822 100%);
}

.status-accent {
  background: linear-gradient(to bottom, #003787 0%, #085FDC 100%);
}

.status-green {
  background: linear-gradient(to bottom, #0D840B 0%, #5ADD57 100%);
}

.info-block {
  padding: 30px 50px;
  background: url("/css_global/img/grid-default.svg") repeat left top/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  border: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  margin: 0 0 60px;
}

.info-items-box {
  gap: 20px 40px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.info-item-image {
  width: 32px;
}

.info-item-image img {
  width: 100%;
  height: auto;
}

.info-item-text p {
  margin: 0;
  line-height: 1.2;
}

.order-section {
  background: url("/css_global/img/magic-light.svg") no-repeat top left calc(50% + 200px)/auto;
  padding: 0 0 60px;
}

.order-count {
  font-size: 13px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 4px 6px;
  background: linear-gradient(to bottom, #003787, #085FDC);
}

.order-block-head {
  display: flex;
  align-items: center;
  padding: 0 90px 0 0;
  margin: 0 0 24px;
  position: relative;
}

.order-block-head h3 {
  margin: 0 15px 0 0;
  font-size: 33px;
  font-weight: 500;
}

.order-card {
  width: 280px;
}

.order-card-image {
  display: block;
  width: 100%;
  height: 180px;
  margin: 0 0 30px;
}

.order-card-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.15s linear;
}

.order-card-text {
  margin: 0 0 20px;
}

.order-card-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
}

.order-card-text h3 a {
  display: block;
}

.order-card-text p {
  color: #6C6C6C;
  font-size: 12px;
}

.order-block-swiper-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.order-card-values {
  font-size: 14px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.order-card-value {
  padding: 6px 10px;
  color: #fff;
}

.order-card-count {
  background-image: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%);
}

.order-card-price {
  background-image: linear-gradient(to bottom, rgba(234, 47, 45, 0) 0%, rgb(234, 47, 45) 100%);
}

/*basket*/
.basked-head {
  margin: 0 0 40px;
}

.basked-head > .container {
  display: flex;
  align-items: center;
}

.basked-head h1 {
  margin: 0 35px 0 0;
}

.basket-count {
  font-size: 13px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 4px 6px;
  background: linear-gradient(to bottom, #003787, #085FDC);
}

.basket-item {
  padding: 40px 0;
  border-top: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  display: flex;
  gap: 40px;
  position: relative;
}

.basket-item:last-child {
  border-bottom: 2px solid;
}

.basket-item-image {
  width: 280px;
  height: 180px;
  flex: 0 0 auto;
  display: block;
}

.basket-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.basket-item-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.basket-item-text {
  margin: 0 0 15px;
}

.basket-item-text h2 {
  font-size: 40px;
  margin: 0 0 10px;
  line-height: 1;
}

.basket-item-text p {
  color: #6C6C6C;
  font-size: 16px;
}

.basket-item-controls {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-top: auto;
  color: var(--accent-color);
  font-size: 20px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
}

.basket-number-field {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
}

.basket-btn-remove {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  height: 42px;
  width: 62px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.basket-price {
  line-height: 1;
  padding: 10px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  display: flex;
  align-items: center;
  min-height: 42px;
  justify-content: center;
}

.basket-price-accent {
  background: linear-gradient(to bottom, #003787 0%, #085FDC 100%);
  color: #fff;
}

.number-field {
  display: flex;
  align-items: center;
}

.number-field-btn {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 16px;
}

.number-field-btn-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.number-field-btn:hover {
  color: var(--accent-color3);
}

.number-field-input {
  width: 62px;
  height: 42px;
  background: transparent;
  padding: 0;
  text-align: center;
  font-size: 20px;
}

.basket-form-head {
  margin: 0 0 24px;
}

.basket-form-head h4 {
  font-size: 20px;
  font-family: Formular, sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 7px;
}

.basket-price-total {
  font-size: 36px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.basket-form-body {
  padding: 25px 25px 60px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%);
  border: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  --angle-size: 46px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
  flex: 0 0 auto;
  position: relative;
}

.basket-form-body:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: calc(100% - var(--angle-size));
  border-top: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0.5) 0%, rgba(8, 95, 220, 0) 100%) 1;
  width: calc(1.414 * var(--angle-size));
  transform-origin: left top;
  transform: rotate(-45deg);
}

.basket-form-buttons {
  margin: 24px 0 0;
}

.load-field-area {
  padding: 16.5px 24px;
  width: 100%;
  display: flex;
  align-items: center;
  border: 2px solid;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  cursor: pointer;
  color: var(--accent-color);
  min-height: 72px;
}

.load-field-area:hover {
  color: var(--accent-color3);
  border-image: linear-gradient(to right, rgba(217, 35, 42, 0) 0%, rgb(217, 35, 42) 51%, rgba(217, 35, 42, 0) 100%) 1;
}

.form-item-load {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  line-height: 1;
}

.load-field-icon {
  font-size: 20px;
  margin: 0 13px 0 0;
  flex: 0 0 auto;
}

.loaded-files {
  margin: 15px;
}

.basket-download-block {
  margin: 0 0 10px;
}

.basket-form-item {
  margin: 0 0 10px;
}

.loaded-files {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--accent-color3);
}

.loaded-file-name {
  word-break: break-all;
  margin: 0 15px 0 0;
}

.loaded-file {
  display: flex;
  align-items: center;
}

.loaded-file-btn-remove {
  font-size: 20px;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
}

.loaded-file-btn-remove:hover {
  color: #fff;
}

.success-message {
  max-width: 814px;
  width: 100%;
  display: flex;
  gap: 30px;
  padding: 56px 115px 65px 50px;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
  --angle-size: 65px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, 0 100%);
}

.success-message-icon {
  font-size: 80px;
  flex: 0 0 auto;
  color: var(--accent-color);
}

.success-message-text {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 1.2;
}

.success-message-btn {
  min-width: 210px;
  letter-spacing: 0.2em;
}

.compare-head {
  margin: 0 0 40px;
}

.compare-head > .container {
  display: flex;
  align-items: center;
}

.compare-head h1 {
  margin: 0 40px 0 0;
}

.compare-count {
  font-size: 13px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 4px 6px;
  background: linear-gradient(to bottom, #003787, #085FDC);
  margin: 0 15px 0 0;
}

.compare-head-link {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--accent-color);
  letter-spacing: 0.25em;
}

.compare-head-link-icon {
  font-size: 26px;
  margin: 0 14px 0 0;
}

.compare-head-link:hover {
  color: var(--accent-color3);
}

.compare-sidebar-duplicate-elements {
  display: none;
}

.compare-body-duplicate-elements {
  display: none;
}

.compare {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
}

.compare-sidebar {
  width: 320px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.compare-body {
  width: calc(100% - 320px);
}

.compare-models-swiper {
  margin: 0 calc(620px - 50vw) 0 0;
  cursor: grab;
}

.swiper .swiper-scrollbar {
  background-color: #363636;
  height: 2px;
}

.swiper-scrollbar.compare-swiper-scrollbar {
  height: 8px;
  background-color: #363636;
  position: static;
  border-radius: 0;
  margin: 0 0 0 320px;
  width: calc(100% - 320px);
}

.swiper-scrollbar-drag {
  background-color: var(--accent-color);
  border-radius: 0;
}

.compare-remove {
  margin: 0 40px 92px 0;
  height: 180px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/css_global/img/grid-default.svg") repeat top left/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
  font-size: 16px;
}

.compare-models {
  display: flex;
}

.compare-model-keys {
  margin-top: auto;
}

.compare-model {
  width: 320px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.compare-model-head {
  margin: 0 40px 30px 0;
}

.compare-model-body {
  margin-top: auto;
}

.compare-model-image {
  display: block;
  position: relative;
  width: 100%;
  height: 180px;
  margin: 0 0 20px;
  color: #fff;
}

.compare-model-image:hover {
  color: #fff;
}

.compare-model-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.compare-model-title {
  font-size: 30px;
  font-weight: 700;
  font-family: TTSupermolotNeue, sans-serif;
  line-height: 1;
  margin: 0 0 10px;
}

.compare-model-tools {
  display: flex;
  gap: 10px;
}

.compare-model-price {
  width: calc(50% - 5px);
  background: linear-gradient(to bottom, rgba(0, 73, 177, 0) 0%, rgb(8, 95, 220) 100%);
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
}

.compare-model-btn {
  min-width: 1px;
  padding: 0 4px;
  width: calc(50% - 5px);
}

.compare-model-key {
  height: 64px;
  padding: 5px 40px 5px 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 1.2;
}

.compare-model-key:nth-child(odd) {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.5) 100%);
}

.compare-model-value {
  height: 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 1.2;
  color: #3275D7;
}

.compare-model-value:nth-child(odd) {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.5) 100%);
}

.compare-model-remove-btn {
  width: 38px;
  height: 31px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 73, 177, 0) 0%, rgb(8, 95, 220) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*** GOODS PAGE ***/
.goods-section {
  position: relative;
}

.goods-body {
  padding: 70px 0 60px;
  min-height: calc(100vh - var(--h-height));
  display: flex;
  position: relative;
}

.goods-body > .container {
  display: flex;
}

.goods-body-end .container {
  justify-content: flex-end;
}

.goods-tags {
  position: absolute;
  left: 0;
  top: 60px;
  font-size: 16px;
  z-index: 1;
}

.goods-tags-end {
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 16px;
}

.goods-content {
  max-width: 425px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.goods-images-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.goods-images-swiper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/css_global/img/goods-corner-bottom-left.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(19, 31, 53, 0.8) 62%, rgba(19, 31, 53, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}

.theme-lightblue .goods-images-swiper::after {
  background: url("/css_global/img/goods-corner-bottom-left-lightblue.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-lightblue.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(17, 73, 108, 0.9) 62%, rgba(17, 73, 108, 0.9) 100%);
}

.theme-brown .goods-images-swiper::after {
  background: url("/css_global/img/goods-corner-bottom-left-brown.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-brown.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(77, 69, 43, 0.88) 62%, rgba(77, 69, 43, 0.88) 100%);
}

.theme-silver .goods-images-swiper::after {
  background: url("/css_global/img/goods-corner-bottom-left-silver.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-silver.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(70, 70, 72, 0.95) 62%, rgba(70, 70, 72, 0.95) 100%);
}

.theme-green .goods-images-swiper::after {
  background: url("/css_global/img/goods-corner-bottom-left-green.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-green.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(63, 66, 49, 0.9) 62%, rgba(63, 66, 49, 0.9) 100%);
}

.goods-images-swiper-r::after {
  background: url("/css_global/img/goods-corner-bottom-right.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left.svg") no-repeat left top/34vw auto, url("/css_global/img/grid-left-blue.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 42%, rgba(19, 31, 53, 0.8) 62%, rgba(19, 31, 53, 0.8) 100%);
}

.theme-lightblue .goods-images-swiper-r::after {
  background: url("/css_global/img/goods-corner-bottom-right-lightblue.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left-lightblue.svg") no-repeat left top/34vw auto, url("/css_global/img/grid-left-lightblue.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 42%, rgba(17, 73, 108, 0.8) 62%, rgba(17, 73, 108, 0.8) 100%);
}

.theme-brown .goods-images-swiper-r::after {
  background: url("/css_global/img/goods-corner-bottom-right-brown.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left-brown.svg") no-repeat left top/34vw auto, url("/css_global/img/grid-left-brown.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 42%, rgba(77, 69, 43, 0.7) 62%, rgba(77, 69, 43, 0.7) 100%);
}

.theme-silver .goods-images-swiper-r::after {
  background: url("/css_global/img/goods-corner-bottom-right-silver.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left-silver.svg") no-repeat left top/34vw auto, url("/css_global/img/grid-left-silver.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 42%, rgba(70, 70, 72, 0.9) 62%, rgba(70, 70, 72, 0.9) 100%);
}

.theme-green .goods-images-swiper-r::after {
  background: url("/css_global/img/goods-corner-bottom-right-green.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left-green.svg") no-repeat left top/34vw auto, url("/css_global/img/grid-left-green.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 42%, rgba(63, 66, 49, 0.85) 62%, rgba(63, 66, 49, 0.85) 100%);
}

.goods-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

}

.goods-text-top {
  margin: 0 0 24px;
  line-height: 1;
}

.goods-controls {
  display: flex;
  align-items: center;
  gap: 48px;
  font-weight: 500;
  margin: 0 0 30px;
}

.goods-text {
  line-height: 1.2;
  margin: 0 0 24px;
}

.goods-files {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 44px;
  font-size: 14px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 75px;
}

.goods-file {
  display: flex;
  align-items: center;
  letter-spacing: 0.21em;
}

.goods-file:hover {
  color: var(--accent-color3);
}

.goods-file-icon {
  margin: 0 14px 0 0;
  flex: 0 0 auto;
  font-size: 25px;
}

.goods-number-field {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%);
}

.theme-lightblue .goods-number-field {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 100%);
}

.theme-brown .goods-number-field {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 100%);
}

.theme-silver .goods-number-field {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 100%);
}

.theme-green .goods-number-field {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 100%);
}

.goods-number-field .number-field-btn {
  height: 56px;
}

.goods-number-field .number-field-input {
  height: 56px;
}

.goods-number-field .number-field-input:focus {
  border-color: #fff;
  color: #fff;
}

.goods-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 50px;
}

.goods-buttons:last-child {
  margin-bottom: 0;
}

.goods-btn {
  font-size: 24px;
  letter-spacing: 0.16em;
}

.goods-swiper-controls {
  gap: 58px;
  margin-top: auto;
}

.goods-swiper-pagination {
  font-size: 30px;
}

.goods-swiper-button-next:hover,
.goods-swiper-button-prev:hover {
  color: #EA2F2D;
}

.theme-brown .goods-swiper-button-next:hover,
.theme-brown .goods-swiper-button-prev:hover {
  color: rgb(255, 107, 0);
}

.theme-green .goods-swiper-button-next:hover,
.theme-green .goods-swiper-button-prev:hover {
  color: rgb(235, 255, 0);
}

.chars-section {
  padding: 100px 0;
  background: url("/css_global/img/chars-bg-grid.svg") no-repeat top 190px center/auto, url("/local/templates/roe/assets/img/chars-bg-light.svg") no-repeat top left calc(50% + 300px)/auto;
}

.theme-lightblue .chars-section {
  background: url("/css_global/img/chars-bg-grid-lightblue.svg") no-repeat top 190px center/auto, url("/local/templates/roe/assets/img/chars-bg-light-lightblue.svg") no-repeat top left calc(50% + 300px)/auto;
}

.theme-brown .chars-section {
  background: url("/css_global/img/chars-bg-grid-brown.svg") no-repeat top 190px center/auto, url("/local/templates/roe/assets/img/chars-bg-light-brown.svg") no-repeat top left calc(50% + 300px)/auto;
}

.theme-silver .chars-section {
  background: url("/css_global/img/chars-bg-grid-silver.svg") no-repeat top 190px center/auto, url("/local/templates/roe/assets/img/chars-bg-light-silver.svg") no-repeat top left calc(50% + 300px)/auto;
}

.theme-green .chars-section {
  background: url("/css_global/img/chars-bg-grid-green.svg") no-repeat top 190px center/auto, url("/local/templates/roe/assets/img/chars-bg-light-green.svg") no-repeat top left calc(50% + 300px)/auto;
}

.chars-box {
  flex-wrap: nowrap;
  gap: 80px;
  margin-bottom: 60px;
  align-items: center;
}

.chars-box:last-child {
  margin-bottom: 0;
}

.chars-content {
  width: 480px;
  flex: 0 0 auto;
}

.chars-image img {
  mix-blend-mode: color-dodge;
}

.chars-head {
  margin: 0 0 50px;
}

.chars-table {
  flex: 1 1 auto;
}

.chars-table-accent table {
  color: #fff;
}

.chars-table-accent tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%);
}

.theme-lightblue .chars-table-accent tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 100%);
}

.theme-brown .chars-table-accent tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 100%);
}

.theme-silver .chars-table-accent tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 100%);
}

.theme-green .chars-table-accent tr:nth-child(odd) td {
  background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 100%);
}

.chars-table-large table {
  font-size: 23px;
}

.chars-table-medium table {
  font-size: 20px;
}

.chars-table-medium td {
  height: 60px;
  padding: 10px 0px 10px 14px;
}

.chars-table-large td {
  height: 60px;
  padding: 10px 0px 10px 14px;
}

.chars-table-large td:nth-child(2) {
  padding-right: 10px;
  text-align:right;
}

.chars-table-medium td:nth-child(2) {
  padding-right: 10px;
  text-align:right;
}

.chars-infographic-block {
  margin: 0 0 85px;
}

.data-block {
  margin: 0 0 85px;
}

.data-block-text {
  font-size: 20px;
  line-height: 1.22;
}

.data-block-text h2 {
  line-height: 1;
  margin: 0 0 20px;
}

.data-block-video {
  position: relative;
  height: 386px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.data-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  max-height: 100%;
}

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

.data-block-head {
  margin: 0 0 30px;
}

.data-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}

.data-block-column {
  width: calc(50% - 20px);
}

.data-block-column-small {
  width: calc(33.3333333333% - 27px);
}

.data-block-column-small .data-block-text {
  font-size: 16px;
}

.data-block-text h3 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
}

.gallery-section {
  position: relative;
}

.gallery-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.gallery-swiper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/css_global/img/goods-corner-bottom-left.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 36%, rgba(19, 31, 53, 0.8) 56%, rgba(19, 31, 53, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}

.theme-lightblue .gallery-swiper::after {
  background: url("/css_global/img/goods-corner-bottom-left-lightblue.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-lightblue.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 36%, rgba(17, 73, 108, 0.9) 56%, rgba(17, 73, 108, 0.9) 100%);
}

.theme-brown .gallery-swiper::after {
  background: url("/css_global/img/goods-corner-bottom-left-brown.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-brown.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 36%, rgba(77, 69, 43, 0.88) 56%, rgba(77, 69, 43, 0.88) 100%);
}

.theme-silver .gallery-swiper::after {
  background: url("/css_global/img/goods-corner-bottom-left-silver.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-silver.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 36%, rgba(70, 70, 72, 0.95) 56%, rgba(70, 70, 72, 0.95) 100%);
}

.theme-green .gallery-swiper::after {
  background: url("/css_global/img/goods-corner-bottom-left-green.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-green.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 36%, rgba(63, 66, 49, 0.85) 56%, rgba(63, 66, 49, 0.85) 100%);
}

.gallery-swiper-lightdecor::after {
  background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto, linear-gradient(34deg, rgba(19, 31, 53, 0.8) 20%, rgba(19, 31, 53, 0) 30%, transparent 100%);
}

.theme-lightblue .gallery-swiper-lightdecor::after {
  background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto, linear-gradient(34deg, rgba(17, 73, 108, 0.9) 20%, rgba(17, 73, 108, 0) 30%, transparent 100%);
}

.theme-brown .gallery-swiper-lightdecor::after {
  background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto, linear-gradient(34deg, rgba(77, 69, 43, 0.88) 20%, rgba(77, 69, 43, 0) 30%, transparent 100%);
}

.theme-silver .gallery-swiper-lightdecor::after {
  background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto, linear-gradient(34deg, rgba(70, 70, 72, 0.95) 20%, rgba(70, 70, 72, 0) 30%, transparent 100%);
}

.theme-green .gallery-swiper-lightdecor::after {
  background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto, linear-gradient(34deg, rgba(63, 66, 49, 0.85) 20%, rgba(63, 66, 49, 0) 30%, transparent 100%);
}

.gallery-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
}

.gallery-body {
  min-height: calc(100vh - var(--h-height));
  padding: 65px 0 75px;
  display: flex;
}

.gallery-body > .container {
  display: flex;
}

.gallery-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.gallery-head {
  margin: 0 0 25px;
  max-width: 600px;
  width: 100%;
}

.gallery-text {
  font-size: 20px;
  max-width: 600px;
  width: 100%;
}

.gallery-footer {
  margin-top: auto;
}

.gallery-footer > h3 {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  margin: 0 0 15px;
  line-height: 1;
  user-select: none;
}

.gallery-swiper-controls {
  gap: 58px;
  user-select: none;
}

.gallery-swiper-pagination {
  font-size: 30px;
}

.gallery-swiper-button-prev:hover,
.gallery-swiper-button-next:hover {
  color: #EA2F2D;
}

.theme-brown .gallery-swiper-button-next:hover,
.theme-brown .gallery-swiper-button-prev:hover {
  color: rgb(255, 107, 0);
}

.theme-green .gallery-swiper-button-next:hover,
.theme-green .gallery-swiper-button-prev:hover {
  color: rgb(235, 255, 0);
}

.product-inner-section {
  padding: 60px 0 90px;
  background: url("/css_global/img/product-bg2.svg") no-repeat bottom center/auto;
}

.theme-lightblue .product-inner-section {
  background: url("/css_global/img/product-bg-lightblue.svg") no-repeat bottom center/auto;
}

.theme-brown .product-inner-section {
  background: url("/css_global/img/product-bg-brown.svg") no-repeat bottom center/auto;
}

.theme-silver .product-inner-section {
  background: url("/css_global/img/product-bg-silver.svg") no-repeat bottom center/auto;
}

.theme-green .product-inner-section {
  background: url("/css_global/img/product-bg-green.svg") no-repeat bottom center/auto;
}

.data-section {
  padding: 180px 0;
}

.params-box {
  gap: 60px 40px;
}

.params-box-large {
  gap: 80px 40px;
}

.params-item {
  font-family: TTSupermolotNeue, sans-serif;
  width: calc(50% - 20px);
  text-align: center;
}

.params-item-icon {
  font-size: 55px;
  margin: 0 0 15px;
  fill: var(--accent-color);
}

.params-item-large .params-item-icon {
  font-size: 70px;
  margin: 0 0 25px;
}

.params-item strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: 800;
  font-size: 24px;
  color: var(--accent-color);
  line-height: 1;
  margin: 0 0 6px;
}

.params-item-large strong {
  font-size: 24px;
}

.params-item h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.params-item-large h3 {
  font-size: 18px;
}

.offer-section {
  background: url("/css_global/img/offer-bg.svg") no-repeat top center/auto;
  padding: 100px 0 120px;
}

.theme-lightblue .offer-section {
  background: url("/css_global/img/offer-bg-lightblue.svg") no-repeat top center/auto;
}

.theme-brown .offer-section {
  background: url("/css_global/img/offer-bg-brown.svg") no-repeat top center/auto;
}

.theme-silver .offer-section {
  background: url("/css_global/img/offer-bg-silver.svg") no-repeat top center/auto;
}

.theme-green .offer-section {
  background: url("/css_global/img/offer-bg-green.svg") no-repeat top center/auto;
}

.offer-section-head {
  margin: 0 0 35px;
}

.props-section {
  position: relative;
}

.props-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
}

.props-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/css_global/img/goods-corner-bottom-left.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 46%, rgba(19, 31, 53, 0.8) 65%, rgba(19, 31, 53, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}

.theme-lightblue .props-bg::after {
  background: url("/css_global/img/goods-corner-bottom-left-lightblue.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-lightblue.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 46%, rgba(17, 73, 108, 0.9) 56%, rgba(17, 73, 108, 0.9) 100%);
}

.theme-brown .props-bg::after {
  background: url("/css_global/img/goods-corner-bottom-left-brown.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-brown.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 46%, rgba(77, 69, 43, 0.88) 56%, rgba(77, 69, 43, 0.88) 100%);
}

.theme-silver .props-bg::after {
  background: url("/css_global/img/goods-corner-bottom-left-silver.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-silver.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 46%, rgba(70, 70, 72, 0.8) 56%, rgba(70, 70, 72, 0.8) 100%);
}

.theme-green .props-bg::after {
  background: url("/css_global/img/goods-corner-bottom-left-green.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-green.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 46%, rgba(63, 66, 49, 0.85) 56%, rgba(63, 66, 49, 0.85) 100%);
}

.props-body {
  min-height: calc(100vh - var(--h-height));
  padding: 85px 0;
}

.props-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 480px;
}

.props-head {
  margin: 0 0 50px;
}

.sitemap-list {
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 500;
  column-count: 2;
  column-gap: 60px;
  margin: 0;
}

.sitemap-list a:visited {
  color: var(--accent-color);
}

.air-datepicker {
  font-family: TTSupermolotNeue, sans-serif;
  font-size: 17px;
  font-weight: 500;
  border-width: 2px;
  background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.4) 100%) #141414;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  color: #fff;
  letter-spacing: 0.02em;
  width: 280px;
  top: calc(100% + 10px);
  z-index: 100;
}

.air-datepicker--pointer:after {
  display: none;
}

.air-datepicker-nav {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  min-height: 50px;
}

.air-datepicker-body--cells.-days- {
  gap: 6px 0;
}

.air-datepicker-body--day-name {
  color: var(--accent-color3);
  font-size: 15px;
}

.air-datepicker-nav--title i {
  color: var(--accent-color);
}

.air-datepicker-nav--title {
  color: #fff;
}

.air-datepicker-cell {
  border-radius: 0;
}

.air-datepicker-cell.-current- {
  color: var(--accent-color);
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
  color: #6C6C6C;
}

.air-datepicker-nav--action:hover,
.air-datepicker-nav--title:hover {
  background: transparent;
}

.air-datepicker-nav--action svg {
  display: none;
}

.air-datepicker-nav--action::before {
  font-family: icomoon;
  font-size: 10px;
}

.air-datepicker-nav--action:first-child::before {
  content: "\e914";
}

.air-datepicker-nav--action:last-child::before {
  content: "\e915";
}

.air-datepicker-nav--action:hover {
  color: var(--accent-color);
}

.air-datepicker-cell.-focus- {
  background: var(--accent-color);
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-focus- {
  color: #fff;
  background: var(--accent-color);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--accent-color);
}

/*ION RANGE SLIDER CUSTOM STYLES*/
.irs--flat {
  height: 35px;
}

.irs .irs-line {
  background-color: #102A53;
  height: 4px;
  top: 5px;
}

.theme-lightblue .irs .irs-line {
  background-color: #214860;
}

.theme-brown .irs .irs-line {
  background-color: #403820;
}

.theme-silver .irs .irs-line {
  background-color: #363636;
}

.theme-green .irs .irs-line {
  background-color: #2E3026;
}

.main-filter-item:has(.state_hover) .irs .irs-line {
  background-color: #5B2E30;
}

.theme-brown .main-filter-item:has(.state_hover) .irs .irs-line {
  background-color: #403820;
}

.theme-green .main-filter-item:has(.state_hover) .irs .irs-line {
  background-color: #2E3026;
}

.irs .irs-bar {
  background: linear-gradient(to right, var(--accent-color) 0%, #003787 100%);
  height: 4px;
  top: 5px;
}

.theme-lightblue .irs .irs-bar {
  background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-color2) 100%);
}

.theme-brown .irs .irs-bar {
  background: linear-gradient(to right, var(--accent-color) 0%, #604B10 100%);
}

.theme-silver .irs .irs-bar {
  background: linear-gradient(to right, var(--accent-color) 0%, #5C5C5C 100%);
}

.theme-green .irs .irs-bar {
  background: linear-gradient(to right, var(--accent-color) 0%, #404628 100%);
}

.main-filter-item:has(.state_hover) .irs .irs-bar {
  background: linear-gradient(to right, #DB575C 0%, #98141A 100%);
}

.theme-brown .main-filter-item:has(.state_hover) .irs .irs-bar {
  background: linear-gradient(to right, var(--accent-color3) 0%, #7F3500 100%);
}

.theme-green .main-filter-item:has(.state_hover) .irs .irs-bar {
  background: linear-gradient(to right, var(--accent-color3) 0%, #677000 100%);
}

.irs .irs-single {
  top: 20px;
  background-color: transparent;
  color: var(--accent-color);
  font-size: 11px;
  font-family: TTSupermolotNeue, sans-serif;
  font-weight: 600;
}

.main-filter-item:has(.state_hover) .irs .irs-single {
  color: var(--accent-color4);
}

.irs .irs-single::before {
  display: none;
}

.irs .irs-handle {
  top: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(to right, #085FDC 0%, #003787 100%);
}

.theme-lightblue .irs .irs-handle {
  background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-color2) 100%);
}

.theme-brown .irs .irs-handle {
  background: linear-gradient(to right, var(--accent-color) 0%, #604B10 100%);
}

.theme-silver .irs .irs-handle {
  background: linear-gradient(to right, var(--accent-color) 0%, #5C5C5C 100%);
}

.theme-green .irs .irs-handle {
  background: linear-gradient(to right, var(--accent-color) 0%, #404628 100%);
}

.irs .irs-handle.state_hover {
  background: linear-gradient(to right, #98141A 0%, #DB575C 100%);
}

.theme-brown .irs .irs-handle.state_hover {
  background: linear-gradient(to right, var(--accent-color3) 0%, #7F3500 100%);
}

.theme-green .irs .irs-handle.state_hover {
  background: linear-gradient(to right, var(--accent-color3) 0%, #677000 100%);
}

.irs-handle i {
  display: none;
}

.irs--flat .irs-handle > i:first-child {
  display: none;
}

.irs-single::before {
  display: none;
}

.wow {
  visibility: hidden;
}

.chart {
  display: block;
  max-width: 100%;
}

.media-card-chart {
  height: 160px;
  width: 100%;
}

.media-card-chart-square {
  width: auto;
  aspect-ratio: 1;
}

.media-card-small .media-card-chart {
  height: 125px;
}

.graph-block {
  cursor: unset;
}

.graph-block[data-fancybox] {
  cursor: zoom-in;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  line-height: normal;
}

.legend-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0.44em 0;
  gap: 0.67em;
}

.legend-marker {
  display: block;
  width: 2.9em;
  height: 0.56em;
  flex: 0 0 auto;
  margin-top: 0.4em;
}

.chart-widget-head {
  display: flex;
  align-items: flex-start;
  gap: 15px 20px;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.chart-widget-head:last-child {
  margin-bottom: 0;
}

.chart-widget-title {
  font-size: 36px;
  line-height: 1;
  flex: 1 1 auto;
  margin: 0;
}

.chart-widget-legend {
  max-width: 100%;
  flex: 0 0 auto;
}

.chart-widget-body {
  height: 345px;
}

.chart-widget-body-square {
  width: 345px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
}

.chart-widget-body-mobile {
  display: none;
}

@media (max-width: 1689px) {
  .svg-map--big .svg-map__markers,
  .svg-map--big .svg-map__object {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 1499px) {
  .dates-section::after {
    width: 100%;
  }
  .map-section--big::after {
    width: 1220px;
    height: auto;
    bottom: 0;
    background-size: contain;
  }
  .svg-map--big .svg-map__marker {
    width: 2vw;
  }
  .svg-map--big .svg-map__marker--small {
    width: 1.5vw;
  }
  .svg-map--big .svg-map__marker--big {
    width: 2.5vw;
  }
  .header > .container {
    max-width: 1270px;
  }
  .header-logo {
    margin: 0 39px 0 0;
    margin-top:20px;
  }
  .main-menu-wrapper > .container {
    max-width: 1270px;
  }
  .main-menu-categories a img {
    height: 116px;
  }
}
@media (max-width: 1279px) {
  body {
    font-size: 17px;
  }
  h1, h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 24px;
  }
  [type=text],
  [type=email],
  [type=tel],
  [type=url],
  [type=number],
  [type=password],
  [type=search] {
    height: 50px;
    font-size: 15px;
    letter-spacing: 0.15em;
  }
  textarea {
    font-size: 15px;
    letter-spacing: 0.15em;
  }
  .input-large {
    height: 60px;
  }
  .form-buttons {
    margin: 40px 0 0;
  }
  .captcha {
    height: 50px;
  }
  .btn-large {
    font-size: inherit;
    letter-spacing: 0.15em;
  }
  .select {
    font-size: 15px;
  }
  .select-list {
    max-height: 190px;
  }
  .select-sort {
    font: inherit;
  }
  .select-image {
    font: inherit;
  }
  .select-image .select-list li {
    padding: 5px 10px;
  }
  .select-image .select-output {
    max-width: 310px;
  }
  .select-output {
    height: 50px;
    line-height: 46px;
  }
  .usable-tools {
    font-size: 20px;
  }
  .view-btn {
    min-width: 50px;
    min-height: 50px;
  }
  .view-btn-small {
    min-width: 43px;
    min-height: 43px;
  }
  .main-filter {
    padding: 0;
  }
  .main-filter-head {
    padding: 20px 60px 20px 25px;
    position: relative;
    cursor: pointer;
  }
  .main-filter-head::after {
    content: "\e913";
    font-family: icomoon;
    position: absolute;
    right: 35px;
    top: 20px;
  }
  .main-filter-head.is-active::after {
    transform: scale(-1);
  }
  .main-filter-body {
    padding: 10px 25px 20px;
  }
  .main-filter-head h3 {
    font-size: 24px;
  }
  .main-filter-body {
    display: none;
  }
  .main-filter-body form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .main-filter-item {
    width: calc(33.3333333333% - 20px);
    flex: 1 1 auto;
    max-width: calc(50% - 20px);
  }
  .container {
    max-width: 960px;
  }
  .header > .container {
    max-width: 960px;
  }
  .container-small {
    max-width: 760px;
  }
  .layout-body > .container {
    gap: 60px 0;
  }
  .layout-sidebar {
    max-width: 100%;
  }
  .layout-sidebar-large {
    width: 100%;
  }
  .layout-sidebar-sticky {
    position: static;
    top: auto;
  }
  .load-field-area {
    min-height: 1px;
  }
  .loaded-files {
    margin: 20px 0;
  }
  .download-block {
    flex-direction: row;
  }
  .download-links {
    flex: 1 1 auto;
  }
  .download-qr {
    width: 280px;
  }
  .pagination-link {
    min-width: 50px;
    min-height: 40px;
    line-height: 40px;
  }
  .filter-row {
    flex-wrap: wrap;
  }
  .tag {
    font-size: 16px;
  }
  .tag-small {
    font-size: 14px;
  }
  .tag-extra-small {
    font-size: 13px;
  }
  .btn-normal {
    font-size: 18px;
  }
  .lang-select-list {
    right: auto;
    left: 0;
    text-align: left;
  }
  .header-on-scroll {
    top: calc(-1 * var(--h-top-height, 0));
  }
  .header > .container {
    flex-wrap: wrap;
  }
  .header-mobile-top,
  .header-mobile-bottom {
    display: flex;
    width: 100%;
  }
  .header-mobile-top {
    align-items: flex-start;
  }
  .header-menu-wrapper {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    padding: var(--h-height) 0 30px 0;
    transition: all 0.2s linear;
    background: url("/img/grid.svg") repeat center/auto, linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.2) 100%) #141414;
    pointer-events: none;
  }
  .theme-lightblue .header-menu-wrapper {
    background: url("/img/grid-lightblue.svg") repeat center/auto, linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.2) 100%) #141414;
  }
  .theme-brown .header-menu-wrapper {
    background: url("/img/grid-brown.svg") repeat center/auto, linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.2) 100%) #141414;
  }
  .theme-silver .header-menu-wrapper {
    background: url("/img/grid-silver.svg") repeat center/auto, linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.2) 100%) #141414;
  }
  .theme-green .header-menu-wrapper {
    background: url("/img/grid-green.svg") repeat center/auto, linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.2) 100%) #141414;
  }
  .header-menu-wrapper.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    list-style-type: none;
    font-family: TTSupermolotNeue, sans-serif;
    font-size: 22px;
    font-weight: 500;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .header-menu li {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
    width: 100%;
  }
  .header-menu > li.is-active > a {
    color: var(--accent-color);
  }
  .theme-lightblue .header-menu li {
    border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
  }
  .theme-brown .header-menu li {
    border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
  }
  .theme-silver .header-menu li {
    border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
  }
  .theme-green .header-menu li {
    border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
  }
  .header-menu li:has(> a > img) {
    width: calc(33.3333333333% - 20px);
    border: 0;
  }
  .header-menu li:has(> a > img):nth-child(3n+4) {
    margin: 0 20px;
  }
  .header-menu li:has(> a > img) a {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 600;
    padding: 25px 0 20px;
  }
  .header-menu li:has(> a > img) img {
    margin: 0 0 8px;
    aspect-ratio: 165px/92px;
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
  .header-menu a {
    display: block;
  }
  .header-menu ul {
    display: none;
  }
  .header-menu li.back {
    position: sticky;
    left: 0;
    top: 0;
    padding: 0;
    border-top: 2px solid;
    z-index: 1;
    background: url("/img/grid.svg") repeat center/auto #13181f;
  }
  .theme-lightblue .header-menu li.back {
    background: url("/img/grid-lightblue.svg") repeat center/auto, linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(34, 96, 134, 0.2) 100%) #141414;
  }
  .theme-brown .header-menu li.back {
    background: url("/img/grid-brown.svg") repeat center/auto, linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(132, 115, 69, 0.2) 100%) #141414;
  }
  .theme-silver .header-menu li.back {
    background: url("/img/grid-silver.svg") repeat center/auto, linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(102, 102, 102, 0.2) 100%) #141414;
  }
  .theme-green .header-menu li.back {
    background: url("/img/grid-green.svg") repeat center/auto, linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(79, 83, 62, 0.2) 100%) #141414;
  }
  .header-menu li.back a {
    text-align: center;
    justify-content: center;
    padding: 12px 0;
  }
  .header-menu > li > a,
  .header-menu a {
    padding: 26px 0;
    display: flex;
    align-items: center;
    line-height: 1.1;
    position: relative;
    user-select: none;
  }
  .header-menu-clone {
    font-size: 18px;
  }
  .header-menu > li a:not(:only-child)::after {
    content: "\e915";
    font-family: icomoon;
    font-size: 13px;
    margin: 0 0 0 8px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .header-menu:nth-child(n+2) {
    display: none;
  }
  .header-menu .back a::before {
    content: "\e914";
    font-family: icomoon;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-menu .back a:hover {
    color: var(--accent-color3);
  }
  .is-authorized .header-tools .tool span {
    display: block;
  }
  .header-tools {
    margin: 0 0 26px;
  }
  .is-authorized .header-tools {
    margin: 0 0 26px;
  }
  .header {
    padding: 17px 0 24px;
  }
  .header-logo {
    margin: 0 auto 0 0;
  }
  .header-links {
    gap: 17px;
  }
  .header-link {
    background: 0;
    color: var(--accent-color);
    min-height: 1px;
    min-width: 1px;
  }
  .header-link:nth-child(2n) {
    background-color: transparent;
  }
  .header-link-count {
    margin: 0 0 5px;
  }
  .account-body {
    min-height: 1px;
    padding: 0 15px 0 0;
  }
  .account-body::after {
    right: 0;
  }
  .account-body.is-open .account-drop {
    display: block;
  }
  .account-drop {
    top: calc(100% + 10px);
    min-width: 1px;
    right: 0;
    width: 100%;
  }
  .account-drop a {
    padding: 9px 12px;
  }
  .header-link:hover .header-link-count {
    transform: scale(1.2);
  }
  .header-tools {
    width: 100%;
  }
  .header-tools .tool:nth-child(1) {
    order: 1;
    margin-left: auto;
  }
  .navigation-wrapper {
    background-size: calc(50% - 415px) 100%;
  }
  .intro-slide-text-wrapper {
    background: linear-gradient(#15458A, #15458A) no-repeat 0 0/calc(50% - 415px) 100%;
  }
  .intro-slide-text h5 {
    font-size: 12px;
  }
  .intro-slide-text h4 {
    font-size: 21px;
  }
  .intro-slide-text h2 {
    font-size: 66px;
  }
  .intro-slide-btn {
    left: calc(50% - 465px);
  }
  .intro-pagination.swiper-pagination {
    right: calc(50% - 465px);
  }
  .intro-pagination-bullet {
    --height: 46px;
    min-width: 106px;
  }
  .intro-pagination-bullet::before {
    font-size: 22px;
  }
  .news-swiper-wrapper {
    display: block;
  }
  .news-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    font-size: 15px;
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
  .news-card-image {
    order: -1;
    width: 100%;
    height: auto;
    aspect-ratio: 347/210;
  }
  .news-card-large .news-card-image {
    margin: 0;
    height: auto;
  }
  .news-card-large {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  }
  .news-card-large .news-card-date {
    font-size: 14px;
    padding: 9px 12px;
  }
  .news-card-text h3 {
    font-size: 18px;
  }
  .promo-block {
    padding: 50px 0;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 4;
  }
  .promo-text {
    font-size: inherit;
  }
  .map-items-box {
    position: static;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 42px 15px 60px;
    gap: 65px;
    justify-content: space-between;
  }
  .map-item {
    width: calc(33.3333333333% - 65px);
    border-width: 0;
    padding: 0;
  }
  .map-item strong {
    font-size: 40px;
  }
  .map__wrapper--bordered {
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 4;
  }
  .map-section--big::after {
    width: 100%;
    height: 55%;
    left: 0;
    top: auto;
    bottom: 100px;
    transform: none;
  }
  .map__wrapper--big {
    min-height: 850px;
  }
  .media-card {
    font-size: 17px;
  }
  .media-card-large h3 {
    font-size: 24px;
  }
  .media-card:not(.media-card-large) {
    width: 283px;
    font-size: inherit;
  }
  .media-card-small {
    font-size: 13px;
  }
  .media-card:not(.media-card-large) .media-card-image {
    height: 195px;
  }
  .media-card:not(.media-card-large) .media-card-date {
    font-size: 18px;
  }
  .media-card:not(.media-card-large) .media-card-icon {
    min-width: 62px;
    min-height: 37px;
    font-size: 28px;
  }
  .media-card:not(.media-card-large) h3 {
    font-size: 20px;
  }
  .media-card-location {
    font-size: 18px;
  }
  .media-card-date {
    font-size: 18px;
  }
  .media-card:not(.media-card-large) .media-card-date-inner {
    font-size: 18px;
  }
  .media-card.media-card-small .media-card-date-inner {
    font-size: 14px;
  }
  .production-section {
    background-size: 100%;
  }
  .production-swiper {
    padding: 0 calc(50% - 465px);
  }
  .production-card {
    width: 266px;
    min-height: 428px;
    padding: 105px 20px 20px;
    font-size: 30px;
  }
  .product-content {
    max-width: 650px;
  }
  .product-text {
    font-size: 19px;
  }
  .product-text h2 {
    font-size: 44px;
  }
  .product-swiper-controls {
    right: calc(50% - 465px);
  }
  .product-swiper-controls .swiper-pagination {
    font-size: 24px;
  }
  .history-slide {
    gap: 0 40px;
  }
  .history-slide-text {
    font-size: 18px;
  }
  .history-slide-media {
    width: 390px;
    height: 240px;
  }
  .history-nav-swiper {
    font-size: 20px;
  }
  .history-nav-slide.swiper-slide-thumb-active {
    font-size: 30px;
  }
  /***INNER PAGES****/
  .trading-slide-content {
    padding: 65px 65px 65px calc(50% - 465px);
  }
  .video-section {
    padding: 65px 0 45px;
  }
  .video-section-text h3 {
    font-size: 24px;
  }
  .dates-nav-large .dates-nav-slide {
    font-size: 24px;
  }
  .dates-nav-large .dates-nav-slide.swiper-slide-thumb-active {
    font-size: 35px;
  }
  .dates-nav-large {
    margin: 0 0 65px;
  }
  .dates-slide {
    gap: 40px;
  }
  .dates-slide-media {
    width: 360px;
  }
  .dates-slide-text {
    font-size: 18px;
  }
  .dates-slide-text:not(:last-child) {
    margin: 0 0 55px;
  }
  .trading-slide-text h2 {
    font-size: 38px;
  }
  .layout-content {
    max-width: 100%;
    flex: 1 1 auto;
  }
  .layout-body > .container {
    flex-wrap: wrap;
  }
  .event-section {
    padding: 55px 0;
  }
  .event-head {
    margin: 40px auto 0;
  }
  .event-date {
    font-size: 24px;
    margin: 60px 0 0;
  }
  .media-contacts-text {
    font-size: inherit;
  }
  .media-contact {
    font-size: 24px;
  }
  .post-head h1 {
    font-size: 33px;
  }
  .post-date {
    padding: 7px 10px;
  }
  .infographic-item-text strong {
    font-size: 40px;
  }
  .infographic-item-image {
    height: 80px;
    margin: 0 0 20px;
  }
  .report-head h1 {
    font-size: 33px;
  }
  .report-date {
    padding: 7px 10px;
  }
  .report {
    display: block;
  }
  .report-widgets {
    margin: 60px 0 0;
  }
  .report-image {
    width: 283px;
    height: 205px;
  }
  .widget {
    width: calc(50% - 20px);
  }
  .corporative-card {
    width: 445px;
  }
  .corporative-card-image {
    height: 321px;
  }
  .login-content {
    padding: 50px;
    width: 55%;
  }
  .login-block-head h1 {
    font-size: 38px;
  }
  .contacts-map {
    min-height: 480px;
  }
  .contacts-map-map {
    max-width: 750px;
  }
  .contacts-map-head h3 {
    font-size: 27px;
  }
  .contacts-map-content {
    width: 405px;
    font-size: 18px;
  }
  .contacts-social > h4 {
    font-size: 18px;
  }
  .contacts-map-body {
    padding: 30px 0;
  }
  .contacts-block {
    padding: 30px 30px 45px;
    font-size: 18px;
  }
  .contacts-block-head {
    padding: 0 0 30px;
  }
  .contacts-block-head h3 {
    font-size: 27px;
  }
  .contacts-block-body {
    padding: 30px 0 0;
  }
  .cross-content {
    padding: 50px 65px 50px calc(50% - 465px);
  }
  .cross-reverse .cross-content {
    padding: 50px calc(50% - 465px) 50px 65px;
  }
  .cross-text h2 {
    font-size: 38px;
  }
  .cross-bg {
    min-height: 420px;
  }
  .valued-box {
    gap: 30px;
  }
  .valued {
    gap: 20px;
  }
  .valued-text h3 {
    font-size: 28px;
  }
  .valued-column {
    width: 355px;
  }
  .simple-card {
    width: 283px;
  }
  .simple-card-image {
    height: 195px;
  }
  .promo-block-decorated {
    padding: 75px 0 50px;
  }
  .production-item-text h3 {
    font-size: 32px;
  }
  .production-item {
    padding: 30px 65px 30px 30px;
  }
  .production-item-icon {
    bottom: 30px;
    right: 30px;
    width: 150px;
    height: 110px;
  }
  .production-item-large {
    padding: 80px 90px 30px 30px;
  }
  .production-item-large .production-item-icon {
    right: 90px;
    width: 170px;
    height: 130px;
  }
  .goods-head-top h1 {
    font-size: 38px;
  }
  .order {
    padding: 30px;
  }
  .order-number {
    font-size: 26px;
  }
  .order-body {
    font-size: 18px;
  }
  .status {
    font-size: 15px;
  }
  .info-block {
    padding: 30px 40px;
  }
  .basket-item-text h2 {
    font-size: 36px;
  }
  .number-field-input {
    height: 42px;
    font-size: inherit;
  }
  .basket-item-controls {
    font-size: 19px;
  }
  .basket-item:last-child {
    border-bottom: 0;
  }
  .compare-models-swiper {
    margin: 0 calc(465px - 50vw) 0 0;
  }
  .compare-model-title {
    font-size: 24px;
  }
  .compare-head-link {
    font-size: 15px;
  }
  .compare-head-link-icon {
    font-size: 22px;
    margin: 0 10px 0 0;
  }
  .goods-body {
    padding: 65px 0 50px;
  }
  .goods-number-field .number-field-btn {
    height: 42px;
  }
  .goods-number-field .number-field-input {
    height: 42px;
  }
  .goods-text-top {
    margin: 0 0 15px;
  }
  .goods-text {
    font-size: 16px;
  }
  .goods-files {
    margin: 0 0 35px;
  }
  .goods-buttons {
    margin: 0 0 20px;
  }
  .goods-files {
    font-size: 13px;
  }
  .goods-btn {
    font-size: 20px;
  }
  .goods-swiper-controls {
    gap: 40px;
  }
  .goods-swiper-pagination {
    font-size: 25px;
  }
  .chars-section {
    padding: 80px 0;
  }
  .chars-box {
    gap: 50px;
    margin-bottom: 86px;
  }
  .chars-content {
    width: 380px;
  }
  .chars-head {
    margin: 0 0 30px;
  }
  .chars-table-large table {
    font-size: 19px;
  }
  .chars-table-large td {
    height: 55px;
  }
  .chars-table-medium table {
    font-size: 18px;
  }
  .chars-table-medium td {
    height: 55px;
  }
  .data-block-text {
    font-size: 18px;
  }
  .gallery-content {
    max-width: 425px;
  }
  .gallery-text {
    font-size: 16px;
  }
  .gallery-swiper-controls {
    gap: 40px;
  }
  .product-inner-section {
    background-size: auto 500px;
  }
  .theme-lightblue .product-inner-section {
    background-size: auto 500px;
  }
  .theme-brown .product-inner-section {
    background-size: auto 500px;
  }
  .theme-silver .product-inner-section {
    background-size: auto 500px;
  }
  .theme-green .product-inner-section {
    background-size: auto 500px;
  }
  .product-head {
    gap: 60px;
  }
  .gallery-swiper-pagination {
    font-size: 25px;
  }
  .product-auto .product-image {
    max-width: 600px;
    margin: 0 60px 0 auto;
  }
  .data-section {
    padding: 110px 0;
  }
  .data-block-column-small {
    width: calc(50% - 20px);
  }
  .params-item-large strong {
    font-size: 24px;
  }
  .params-item-large h3 {
    font-size: 18px;
  }
  .params-item-large .params-item-icon {
    font-size: 65px;
  }
  .goods-card-medium {
    width: 283px;
  }
  .goods-card-medium .goods-card-image {
    height: 170px;
  }
  .goods-card-medium .goods-card-text h3 {
    font-size: 24px;
  }
  .offer-section {
    padding: 80px 0 90px;
    background-size: auto 600px;
    background-position: center;
  }
  .theme-lightblue .offer-section {
    background-size: auto 600px;
    background-position: center;
  }
  .theme-brown .offer-section {
    background-size: auto 600px;
    background-position: center;
  }
  .theme-silver .offer-section {
    background-size: auto 600px;
    background-position: center;
  }
  .theme-green .offer-section {
    background-size: auto 600px;
    background-position: center;
  }
  .footer {
    padding: 48px 0;
  }
  .footer-top > .container {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .footer-column {
    padding: 0;
    width: 260px;
  }
  .footer-top .container {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
  }
  .theme-lightblue .footer-top .container {
    border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
  }
  .theme-brown .footer-top .container {
    border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
  }
  .theme-silver .footer-top .container {
    border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
  }
  .theme-green .footer-top .container {
    border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
  }
  .footer-column-large {
    width: 100%;
    border-bottom: 2px solid;
    border-image: inherit;
    padding-bottom: 40px;
  }
  .footer-bottom {
    padding-top: 40px;
  }
  .swiper-pagination-rects.swiper-pagination-rects-right {
    right: calc(50% - 465px);
  }
  .notification-large {
    font-size: 24px;
    padding: 24px 0;
  }
  .svg-map--big .svg-map__markers, .svg-map--big .svg-map__object {
    left: 0;
    transform: none;
  }
}
@media (max-width: 991px) {
  h1, h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 20px;
  }
  .container {
    max-width: 720px;
  }
  .header > .container {
    max-width: 720px;
  }
  .quiz-form-decorated {
    padding: 35px 55px 35px 30px;
  }
  .quiz-progress {
    font-size: 24px;
  }
  .select-field {
    z-index: 1;
    pointer-events: auto;
  }
  .filter-item-small {
    width: calc(50% - 5px);
  }
  .navigation-wrapper {
    background-size: calc(50% - 345px) 100%;
  }
  .navigation {
    overflow-x: auto;
    display: flex;
    align-items: center;
  }
  .navigation li {
    display: inline-block;
  }
  .subnavigation-swiper-buttons {
    display: none;
  }
  .section-head-flex {
    display: block;
  }
  .section-head-flex h2 {
    margin: 0 0 12px;
  }
  .intro-block::before {
    background: url("/css_global/img/intro-bottom-corner.svg") no-repeat left bottom/88vw auto, url("/css_global/img/intro-top-corner.svg") no-repeat right top/50vw auto;
  }
  .intro-slide-text-wrapper {
    background: linear-gradient(#15458A, #15458A) no-repeat 0 0/calc(50% - 330px) 100%;
  }
  .intro-slide-text {
    padding: 25px 170px 30px 0;
  }
  .intro-slide-btn {
    left: calc(50% - 345px);
  }
  .intro-pagination.swiper-pagination {
    right: calc(50% - 345px);
    bottom: 106px;
  }
  .intro-pagination-bullet {
    min-width: 79px;
    --height: 36.26px;
    line-height: 36.26px;
  }
  .intro-pagination-bullet::before {
    font-size: 20px;
  }
  .promo-box {
    gap: 25px 0;
  }
  .promo-column {
    width: 100%;
  }
  .promo-text:not(:last-child) {
    margin: 0 0 20px;
  }
  .svg-map {
    min-height: 562px;
  }
  .svg-map__object, .svg-map__markers {
    top: -220px;
    width: 1400px;
  }
  .svg-map--big .svg-map__object,
  .svg-map--big .svg-map__markers {
    top: auto;
    bottom: 20px;
  }
  .text-tooltip {
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    font-size: 14px;
  }
  .map__wrapper {
    min-height: 700px;
  }
  .map-items-box {
    max-width: 720px;
    gap: 40px;
  }
  .map-item {
    width: calc(33.3333333333% - 40px);
  }
  .map-head {
    font-size: 16px;
  }
  .news-card-text h3 {
    font-size: 20px;
  }
  .news-card-text h4 {
    font-size: 20px;
  }
  .media-card:not(.media-card-large) {
    width: 325px;
    font-size: 15px;
  }
  .media-card:not(.media-card-large).media-card-image,
  .media-card-small .media-card-image {
    height: 224px;
  }
  .media-card:not(.media-card-large) .media-card-date-inner {
    font-size: 14px;
  }
  .media-card.media-card-small .media-card-date-inner {
    font-size: 14px;
  }
  .media-card:not(.media-card-large) .media-card-text h4 {
    font-size: 20px;
  }
  .media-card-large {
    display: block;
  }
  .media-card-large .media-card-image {
    width: 100%;
    height: 350px;
    margin: 0 0 30px;
  }
  .media-card-large .media-card-video {
    width: 100%;
    height: 300px;
    margin: 0 0 30px;
  }
  .media-card-large .media-card-image {
    width: 100%;
    height: 350px;
    margin: 0 0 30px;
  }
  .media-card-large .media-card-graph {
    width: 100%;
    height: 300px;
  }
  .header-menu {
    max-width: 720px;
  }
  .production-section {
    background-size: 150%;
    background-position: left bottom;
  }
  .production-card-icon {
    height: 64px;
    width: 95px;
  }
  .legend {
    font-size: 16px;
  }
  .chart-widget-head {
    margin-bottom: 15px;
  }
  .chart-widget-title {
    font-size: 26px;
    line-height: normal;
  }
  .chart-widget-body {
    height: 270px;
  }
  .chart-widget-body-square {
    height: auto;
  }
  .production-swiper {
    padding: 0 calc(50% - 345px);
  }
  .product {
    padding-bottom: 90px;
  }
  .product-slide {
    padding: 0;
  }
  .product-content {
    position: static;
    min-height: 1px;
    max-width: 100%;
  }
  .product-image {
    min-height: 540px;
  }
  .product-text h2 {
    font-size: 40px;
  }
  .product-buttons {
    position: absolute;
    bottom: 0;
  }
  .product-text {
    margin: 0;
    font-size: 18px;
  }
  .product-text p {
    max-width: 100%;
  }
  .product-swiper-controls {
    top: auto;
    right: calc(50% - 345px);
    bottom: 0;
  }
  .product-swiper-controls .swiper-pagination {
    font-size: 24px;
  }
  .swiper-pagination-left {
    margin: 0 25px 0 0;
  }
  .product-point {
    min-width: 79px;
    min-height: 37px;
    font-size: 20px;
    line-height: 37px;
  }
  .product-point::after {
    clip-path: polygon(37px 0, 100% 0, calc(100% - 37px) 100%, 0 100%);
  }
  .product-point-description {
    font-size: 15px;
    padding: 15px 14px;
    width: 225px;
    left: 0;
    bottom: calc(100% + 20px);
    border-width: 2px;
  }
  .product-point-description strong {
    font-size: 24px;
  }
  .history-section-head {
    margin: 0 0 15px;
  }
  .history-slide {
    display: block;
  }
  .history-slide-media {
    margin: 0 0 30px;
  }
  .history-nav {
    margin: 0 0 40px;
  }
  .history-nav-slide.swiper-slide-thumb-active {
    font-size: 28px;
  }
  /****INNER PAGES***/
  .trading-swiper {
    background: 0;
  }
  .trading-slide {
    flex-wrap: wrap;
  }
  .trading-slide-content {
    width: 100%;
    min-height: 1px;
    padding: 30px calc(50% - 345px) 40px;
    background: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 100%);
  }
  .trading-slide-image {
    width: 100%;
    order: -1;
    height: 300px;
    position: relative;
    left: auto;
    top: auto;
  }
  .trading-slide-image::after {
    background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.4) 100%);
    bottom: 0;
  }
  .btn-polygon-play-large {
    min-width: 160px;
    --height: 58px;
    font-size: 20px;
  }
  .btn-polygon-play-medium {
    min-width: 160px;
    --height: 58px;
    font-size: 20px;
  }
  .texted-section {
    font-size: 18px;
    padding: 45px 0 55px;
    min-height: 1px;
  }
  .video-section-text h3 {
    font-size: 20px;
  }
  .case-section {
    padding: 0 0 90px;
  }
  .dates-section {
    padding: 50px 0;
  }
  .dates-slide {
    display: block;
  }
  .dates-slide-media {
    margin: 0 0 30px;
    max-width: 400px;
    width: 100%;
    height: 240px;
  }
  .dates-slide-media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .dates-nav-large {
    margin: 0 0 40px;
  }
  .dates-nav-slide {
    font-size: 20px;
  }
  .dates-nav-large .dates-nav-slide {
    font-size: 20px;
  }
  .dates-nav-large .dates-nav-slide.swiper-slide-thumb-active {
    font-size: 30px;
  }
  .dates-nav-slide.swiper-slide-thumb-active {
    font-size: 30px;
  }
  .dates-slide-date {
    padding: 24px 0 18px;
  }
  .dates-swiper-buttons.swiper-buttons {
    padding: 0 0 1.1em;
  }
  .biography-block {
    display: block;
  }
  .biography-block-media {
    margin: 0 0 30px;
  }
  .event-head h2 {
    font-size: 32px;
  }
  .event-date {
    font-size: 20px;
    margin: 40px 0 0;
  }
  .media-section-decor {
    background: url("/img/ellipse-blue.svg") no-repeat top 0px left calc(50% + 250px)/auto;
  }
  .media-contacts-section {
    background: url("/img/ellipse-blue.svg") no-repeat top 50px left calc(50% - 155px);
  }
  .media-contacts-text {
    min-height: 1px;
  }
  .report-images-box {
    gap: 30px;
  }
  .report-image {
    width: calc(50% - 15px);
    height: 235px;
  }
  .widgets {
    gap: 30px;
  }
  .widget {
    width: calc(50% - 15px);
  }
  .widget-social {
    font-size: 32px;
  }
  .graph-block-decorated {
    padding: 35px;
  }
  .infographic-item-image {
    height: 50px;
  }
  .infographic-item-text strong {
    font-size: 32px;
  }
  .infographic-item-text h3 {
    font-size: 20px;
  }
  .media-contacts-column-small {
    width: calc(50% - 20px);
  }
  .corporative-head {
    padding: 0;
  }
  .corporative-swiper {
    margin: 0 calc(345px - 50vw) 0 0;
    padding: 0 20px 0 0;
  }
  .corporative-card {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .corporative-swiper-controls {
    position: static;
  }
  .corporative-head h3 {
    font-size: 27px;
  }
  .login {
    display: block;
  }
  .login-media {
    background-size: 0;
    width: 100%;
    max-width: 596px;
    position: absolute;
    padding: 20px 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .login-content {
    width: 100%;
    padding: 140px 40px 40px;
    justify-content: center;
  }
  .search-result {
    display: block;
  }
  .search-result-image {
    margin: 0 0 15px;
  }
  .contacts-map {
    display: block;
  }
  .contacts-map-map {
    position: static;
    width: 100%;
    height: 350px;
  }
  .contacts-map-content {
    width: 100%;
    padding: 30px;
  }
  .contacts-map-footer {
    padding: 30px 0 0;
  }
  .contacts-block {
    width: 100%;
  }
  .cross {
    flex-direction: column;
  }
  .cross-bg {
    order: -1;
    width: 100%;
    height: 350px;
    min-height: 1px;
  }
  .cross-content {
    width: 100%;
    padding: 30px calc(50% - 345px) 40px;
  }
  .cross-reverse .cross-content {
    padding: 30px calc(50% - 345px) 40px;
  }
  .valued-section {
    padding: 50px 0;
  }
  .valued-box {
    flex-wrap: wrap;
  }
  .valued-column {
    width: 100%;
  }
  .simple-card {
    width: 325px;
  }
  .simple-card-text {
    font-size: 16px;
  }
  .footer-logo {
    height: 55px;
  }
  .goods-head-top {
    display: block;
  }
  .goods-head-top h1 {
    margin: 0 0 18px;
    font-size: 33px;
  }
  .goods-tags,
  .goods-tags-end {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 10px;
  }
  .goods-body {
    position: static;
  }
  .goods-body > .container {
    display: block;
  }
  .select-sort .select-output {
    padding: 0 20px 0 0;
    max-width: 270px;
  }
  .usable-tools {
    font-size: 18px;
    gap: 25px;
  }
  .usable-search-btn-icon {
    font-size: 18px;
    margin: 0 0 0 15px;
  }
  .main-filter-item {
    width: calc(50% - 20px);
  }
  .production-item {
    width: 100%;
    padding: 30px 30px 100px;
    min-height: 1px;
    font-size: 17px;
  }
  .production-item-content {
    max-width: 100%;
  }
  .production-item-icon {
    right: 30px;
    bottom: 30px;
  }
  .production-item-large .production-item-icon {
    right: 30px;
    bottom: 30px;
    width: 150px;
    height: 110px;
    transform: none;
  }
  .production-item-large .production-item-text p {
    max-width: 410px;
  }
  .production-item-text {
    margin: 0 0 30px;
  }
  .production-item-text p {
    max-width: 410px;
  }
  .usable-tools.production-usable-tools {
    font-size: 20px;
  }
  .production-usable-tools .usable-search-btn-icon {
    font-size: 18px;
  }
  .goods-box {
    gap: 50px 20px;
  }
  .goods-card {
    width: calc(50% - 10px);
  }
  .goods-card-large {
    width: 100%;
    gap: 0 25px;
  }
  .goods-card-image {
    height: 195px;
  }
  .goods-card-medium .goods-card-image {
    height: 195px;
  }
  .goods-card-large .goods-card-image {
    width: 335px;
    height: 200px;
  }
  .goods-card-text h3 {
    font-size: 24px;
  }
  .goods-card-large .goods-card-text {
    font-size: 16px;
  }
  .orders-box {
    gap: 30px;
  }
  .order {
    width: calc(50% - 15px);
  }
  .order-head {
    display: block;
  }
  .order-number {
    margin: 0 0 15px;
  }
  .order-card {
    width: 325px;
  }
  .order-block-head h3 {
    font-size: 30px;
  }
  .info-block {
    padding: 20px;
  }
  .basket-item {
    display: block;
  }
  .basket-item-image {
    margin: 0 0 30px;
    max-width: 400px;
    width: 100%;
    height: 230px;
  }
  .basket-item-text {
    margin: 0 0 30px;
  }
  .basket-item-text h2 {
    font-size: 34px;
  }
  .success-message {
    padding: 30px 65px 30px 30px;
  }
  .success-message-text {
    font-size: 20px;
  }
  .compare-head h1 {
    margin: 0 15px 0 0;
  }
  .compare-remove {
    height: auto;
    padding: 20px;
    margin: 0 0 20px;
  }
  .compare {
    flex-wrap: wrap;
  }
  .compare-sidebar {
    width: 100%;
    order: 2;
  }
  .compare-model-keys {
    display: none;
  }
  .swiper-scrollbar.compare-swiper-scrollbar {
    margin: 0;
    width: 100%;
    display: none;
  }
  .compare {
    margin: 0 0 30px;
  }
  .compare-head-link {
    font-size: 14px;
  }
  .compare-head-link-icon {
    font-size: 20px;
  }
  .compare-models-swiper {
    margin: 0 calc(345px - 50vw) 0 0;
    padding: 0 20px 0 0;
  }
  .compare-body {
    width: 100%;
    margin: 0 0 40px;
  }
  .compare-model {
    width: 325px;
  }
  .compare-model-head {
    margin: 0 0 20px;
  }
  .compare-model-value {
    height: auto;
    padding: 3px 0;
    font-size: 15px;
    color: #fff;
    text-align: right;
    overflow: visible;
  }
  .compare-model-value::before {
    display: inline-block;
    content: attr(data-text);
    color: #6C6C6C;
    font-size: 13.5px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-right: auto;
    padding-right: 20px;
    max-width: 50%;
    text-align: left;
    flex: 0 0 auto;
  }
  .compare-model-value:nth-child(odd) {
    background: none;
  }
  .goods-images-swiper {
    position: relative;
  }
  .goods-image {
    height: 400px;
  }
  .goods-body {
    padding: 25px 0 0;
    min-height: 1px;
  }
  .goods-body-end .container {
    justify-content: flex-start;
  }
  .goods-content {
    max-width: 100%;
    position: static;
  }
  .goods-text {
    font-size: 17px;
  }
  .goods-swiper-controls {
    position: absolute;
    top: 340px;
    gap: 30px;
    right: calc(50% - 345px);
  }
  .goods-btn {
    font-size: 18px;
  }
  .chars-section {
    padding: 100px 0 80px;
    background: url("/css_global/img/chars-bg-grid.svg") no-repeat top 550px center/auto, url("/css_global/img/chars-bg-light.svg") no-repeat top -20px center/auto 540px;
  }
  .theme-lightblue .chars-section {
    background: url("/css_global/img/chars-bg-grid-lightblue.svg") no-repeat top 550px center/auto, url("/css_global/img/chars-bg-light-lightblue.svg") no-repeat top -20px center/auto 540px;
  }
  .theme-brown .chars-section {
    background: url("/css_global/img/chars-bg-grid-brown.svg") no-repeat top 550px center/auto, url("/css_global/img/chars-bg-light-brown.svg") no-repeat top -20px center/auto 540px;
  }
  .theme-silver .chars-section {
    background: url("/css_global/img/chars-bg-grid-silver.svg") no-repeat top 550px center/auto, url("/css_global/img/chars-bg-light-silver.svg") no-repeat top -20px center/auto 540px;
  }
  .theme-green .chars-section {
    background: url("/css_global/img/chars-bg-grid-green.svg") no-repeat top 550px center/auto, url("/css_global/img/chars-bg-light-green.svg") no-repeat top -20px center/auto 540px;
  }
  .chars-box {
    flex-wrap: wrap;
  }
  .chars-content {
    width: 100%;
  }
  .chars-table-large table {
    font-size: 18px;
  }
  .chars-table-large td {
    height: 50px;
  }
  .chars-table-medium table {
    font-size: 17px;
  }
  .chars-table-medium td {
    height: 50px;
  }
  .chars-image {
    order: -1;
    max-width: 500px;
    margin: 0 auto;
  }
  .data-block-column {
    width: 100%;
  }
  .chars-infographic-block {
    margin: 0 0 70px;
  }
  .data-block {
    margin: 0 0 70px;
  }
  .data-block-text {
    font-size: inherit;
  }
  .gallery-swiper {
    position: relative;
  }
  .gallery-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right.svg") no-repeat right top/45vw auto;
  }
  .theme-lightblue .gallery-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left-lightblue.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-lightblue.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%;
  }
  .theme-brown .gallery-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left-brown.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-brown.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%;
  }
  .theme-silver .gallery-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left-silver.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-silver.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%;
  }
  .theme-green .gallery-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left-green.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-green.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%;
  }
  .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 190px, linear-gradient(34deg, rgba(19, 31, 53, 0.8) 20%, rgba(19, 31, 53, 0) 30%, transparent 100%);
  }
  .theme-lightblue .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 190px, linear-gradient(34deg, rgba(17, 73, 108, 0.9) 20%, rgba(17, 73, 108, 0) 30%, transparent 100%);
  }
  .theme-brown .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 190px, linear-gradient(34deg, rgba(77, 69, 43, 0.88) 20%, rgba(77, 69, 43, 0) 30%, transparent 100%);
  }
  .theme-silver .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 190px, linear-gradient(34deg, rgba(70, 70, 72, 0.95) 20%, rgba(70, 70, 72, 0) 30%, transparent 100%);
  }
  .theme-green .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 190px, linear-gradient(34deg, rgba(63, 66, 49, 0.85) 20%, rgba(63, 66, 49, 0) 30%, transparent 100%);
  }
  .gallery-image {
    height: 400px;
  }
  .gallery-body {
    padding: 25px 0 35px;
    min-height: 1px;
  }
  .gallery-content {
    position: static;
    max-width: 100%;
  }
  .gallery-head {
    max-width: 100%;
  }
  .gallery-text {
    font-size: 17px;
    max-width: 100%;
  }
  .gallery-swiper-controls {
    position: absolute;
    top: 340px;
    gap: 30px;
    left: calc(50% - 345px);
  }
  .gallery-footer > h3 {
    display: none;
  }
  .product-inner-section {
    padding: 30px 0 90px;
    position: relative;
    background-position: bottom 80px center;
  }
  .theme-lightblue .product-inner-section {
    background-position: bottom 80px center;
  }
  .theme-brown .product-inner-section {
    background-position: bottom 80px center;
  }
  .theme-silver .product-inner-section {
    background-position: bottom 80px center;
  }
  .theme-green .product-inner-section {
    background-position: bottom 80px center;
  }
  .product-head {
    display: block;
    position: static;
  }
  .product-head h2 {
    margin: 0 0 20px;
  }
  .product-head-buttons {
    bottom: 0;
  }
  .product-auto .product-image {
    margin: 0 auto;
  }
  .cross.swiper-slide .cross-bg::after {
    display: none;
  }
  .data-section {
    padding: 60px 0;
  }
  .data-block-image {
    height: 350px;
  }
  .data-block-video {
    height: 350px;
  }
  .data-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .offer-section {
    padding: 45px 0 90px;
  }
  .props-bg {
    height: 400px;
    position: relative;
  }
  .props-bg::after {
    background: url("/css_global/img/goods-corner-bottom-left.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right.svg") no-repeat right top/45vw auto;
  }
  .theme-lightblue .props-bg::after {
    background: url("/css_global/img/goods-corner-bottom-left-lightblue.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-lightblue.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%;
  }
  .theme-brown .props-bg::after {
    background: url("/css_global/img/goods-corner-bottom-left-brown.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-brown.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%;
  }
  .theme-silver .props-bg::after {
    background: url("/css_global/img/goods-corner-bottom-left-silver.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-silver.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%;
  }
  .theme-green .props-bg::after {
    background: url("/css_global/img/goods-corner-bottom-left-green.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-green.svg") no-repeat right top/45vw auto, url("/css_global/img/grid-left-white.svg") no-repeat left top/auto 100%;
  }
  .props-body {
    padding: 40px 0 35px;
    min-height: 1px;
  }
  .props-content {
    max-width: 100%;
  }
  .props-head {
    margin: 0 0 30px;
  }
  .footer-column:not(.footer-column-large) {
    width: 200px;
  }
  .footer-social-links {
    font-size: 25px;
    gap: 20px 30px;
  }
  .swiper-pagination-rects-right {
    flex-direction: row;
    gap: 0 15px;
  }
  .swiper-pagination-rects.swiper-pagination-rects-right {
    right: 50%;
    transform: translateX(50%);
  }
  .swiper-pagination-rects.swiper-pagination-rects-right {
    top: 305px;
  }
  .swiper-pagination-rect {
    width: 30px;
  }
  .video-js .vjs-big-play-button {
    width: 74px;
    height: 74px;
    font-size: 24px;
  }
  .air-datepicker {
    font-size: 15px;
  }
  .notification-large {
    font-size: 19px;
  }
  .corruption-message-icon {
    margin: 0 15px 0 0;
  }
  .svg-map--big .svg-map__marker {
    width: 2vw;
  }
  .svg-map--big .svg-map__marker--small {
    width: 1.5;
  }
  .svg-map--big .svg-map__marker--big {
    width: 3vw;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1, h2 {
    font-size: 38px;
  }
  .container {
    max-width: 540px;
  }
  .header > .container {
    max-width: 540px;
  }
  .select-image .select-output {
    max-width: 290px;
  }
  .layout {
    padding: 70px 0 100px;
  }
  .layout-decorated-circle {
    background-size: auto 80%;
    background-position: right bottom;
  }
  .region-body {
    padding: 45px 0 100px;
  }
  .section-head-navigation {
    padding: 0;
  }
  .biography-block-media {
    max-width: 400px;
    width: 100%;
  }
  .file-item-link {
    font-size: 14px;
  }
  .download-block {
    flex-direction: column;
  }
  .download-qr {
    width: 100%;
  }
  .navigation-wrapper {
    background-size: calc(50% - 255px) 100%;
  }
  .btn-normal {
    font-size: 16px;
  }
  .header-menu {
    max-width: 540px;
  }
  .header-menu li:has(> a > img):nth-child(3n+4) {
    margin: 0;
  }
  .header-menu li:has(> a > img):nth-child(odd) {
    margin: 0 20px 0 0;
  }
  .header-menu li:has(> a > img) {
    width: calc(50% - 10px);
  }
  .header-menu li:has(> a > img) a {
    font-size: 14px;
  }
  .section-head {
    margin: 0 0 45px;
  }
  .section-head-centered {
    text-align: left;
  }
  .intro-slide-text h5 {
    font-size: 13px;
  }
  .intro-slide-text h4 {
    font-size: 18px;
  }
  .intro-slide-text h2 {
    font-size: 30px;
  }
  .intro-slide-text-wrapper {
    background: linear-gradient(#15458A, #15458A) no-repeat 0 0/calc(50% - 255px) 100%;
  }
  .intro-slide-text {
    padding-right: 130px;
  }
  .intro-slide-btn {
    left: calc(50% - 255px);
  }
  .intro-pagination.swiper-pagination {
    right: calc(50% - 255px);
  }
  .news-section {
    padding: 65px 0;
  }
  .news-card {
    display: flex;
    flex-direction: column;
  }
  .news-swiper-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0;
  }
  .news {
    --mask-size: 300px;
    -webkit-mask: linear-gradient(to right, transparent, black var(--mask-size), black calc(100% - var(--mask-size)), transparent);
    margin: 0 calc(255px - 50vw);
    padding: 0 calc(50vw - 255px);
  }
  .news-card {
    border: 0;
    width: 290px;
    flex: 0 0 auto;
    margin: 0 0 35px;
    padding: 0;
    gap: 18px;
  }
  .news-card-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-card-large .news-card-date {
    padding: 6px 12px;
  }
  .news-card-date {
    padding: 6px 12px;
  }
  .svg-map:after {
    background: url("/css_global/img/corner-bottom.svg") no-repeat left bottom/120% auto, url("/css_global/img/corner-top.svg") no-repeat right top/90% auto;
  }
  .svg-map--big {
    min-height: 570px;
  }
  .svg-map__object, .svg-map__markers {
    top: 0;
    width: 920px;
  }
  .text-tooltip {
    border-width: 2px;
  }
  .map__wrapper {
    min-height: 540px;
  }
  .map__wrapper--big {
    min-height: 590px;
  }
  .map-section--big::after {
    bottom: 40px;
  }
  .svg-map__marker {
    width: 3vw;
  }
  .svg-map__marker--small {
    width: 2vw;
  }
  .svg-map__marker--big {
    width: 4vw;
  }
  .map-head {
    font-size: 15px;
  }
  .map-items-box {
    max-width: 540px;
    padding: 45px 15px;
    gap: 24px 0;
  }
  .map-item {
    width: 100%;
    border-bottom: 1px solid rgba(8, 95, 220, 0.3);
    padding-bottom: 24px;
  }
  .map-item:last-child {
    border: 0;
  }
  .production-section {
    background: transparent;
  }
  .chart-widget-body-desktop {
    display: none;
  }
  .chart-widget-body-mobile {
    display: block;
  }
  .production-card {
    box-shadow: none;
  }
  .production-swiper {
    padding: 0 15px;
    max-width: 540px;
    margin: 0 auto;
    --mask-size: 0;
    overflow: visible;
  }
  .production-swiper-buttons {
    display: none;
  }
  .production-swiper .swiper-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .production-card {
    width: calc(50% - 10px);
    border-width: 4px;
    font-size: 20px;
    margin: 0 0 4px;
    padding: 45px 20px 45px;
    min-height: 1px;
    border-image-width: 4px;
    height: auto;
  }
  .production-card-icon {
    margin: 0 0 25px;
    width: 84px;
  }
  .product-slide::after {
    background-size: auto 400px;
    background-position: bottom 50px center;
  }
  .swiper-pagination-left {
    margin: 0;
  }
  .product-swiper-controls {
    right: calc(50% - 255px);
  }
  .product-tags {
    gap: 10px;
  }
  .media-section {
    padding: 65px 0;
  }
  .media-box:not(.media-box-large) {
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow-y: auto;
    margin: 0 calc(255px - 50vw) 0 0;
    gap: 0 20px;
    padding-right: 20px;
  }
  .media-card:not(.media-card-large) .media-card-icon {
    right: auto;
    left: 0;
  }
  .media-card:not(.media-card-large).media-card-date-inner {
    font-size: 14px;
    padding: 6px 12px;
  }
  .media-card-location {
    font-size: 16px;
  }
  .media-card:not(.media-card-large) .media-card-date {
    font-size: 15px;
  }
  .media-card:not(.media-card-large) .media-card-location {
    font-size: 14px;
  }
  .media-card-date {
    font-size: 16px;
  }
  .media-box:not(.media-box-large)::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #363636;
    border-radius: 3px;
  }
  .media-box:not(.media-box-large)::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 3px;
  }
  @-moz-document url-prefix() {
    .media-box:not(.media-box-large) {
      scrollbar-color: var(--accent-color) #363636;
      scrollbar-width: thin;
    }
  }
  .media-card:not(.media-card-large) {
    width: 290px;
    flex: 0 0 auto;
    margin: 0 0 30px;
    padding: 0;
  }
  .media-card:not(.media-card-large) .media-card-image, .media-card-small .media-card-image {
    height: 189px;
  }
  .media-card-large .media-card-image {
    height: 280px;
  }
  .media-card-large .media-card-video {
    height: 200px;
  }
  .history-section {
    padding: 75px 0;
  }
  .history-section-head {
    margin: 0 0 25px;
  }
  /***INNER PAGES***/
  .texted-section {
    font-size: inherit;
  }
  .texted-section-head {
    margin: 0;
  }
  .texted-section-head .link-more {
    margin-top: 30px;
  }
  .trading-slide-content {
    padding: 35px calc(50% - 255px) 40px;
  }
  .partner {
    display: block;
  }
  .partner-image {
    margin: 0 0 35px;
    max-width: 390px;
    width: 100%;
  }
  .partner-head h3 {
    font-size: 24px;
  }
  .region-text-columns {
    display: block;
  }
  .region-text-column {
    margin: 0 0 30px;
  }
  .region-text-column:last-child {
    margin-bottom: 0;
  }
  .contact-items {
    display: block;
  }
  .contact-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .contact-item:last-child {
    margin-bottom: 0;
  }
  .text-block ~ .video-block-wrapper {
    padding: 20px 0 0;
  }
  .media-contacts-section {
    background: url("/img/ellipse-blue.svg") no-repeat top 50px left calc(50% - 55px);
  }
  .media-contacts-column {
    width: 100%;
  }
  .media-contact {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .product-image {
    min-height: 440px;
  }
  .post-head h1 {
    font-size: 30px;
  }
  .media-swiper-buttons {
    display: none;
  }
  .media-swiper {
    margin: 0 calc(255px - 50vw) 0 0;
  }
  .media-card-graph {
    height: 250px;
    padding: 60px 25px 25px;
  }
  .media-card-time {
    font-size: 14px;
  }
  .report-head > .container {
    display: block;
  }
  .report-head h1 {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
  }
  .report-image {
    height: 174px;
  }
  .widget-download-text {
    font-size: 14px;
  }
  .graph-block-decorated {
    padding: 15px;
  }
  .infographic-block {
    gap: 30px;
  }
  .infographic-item {
    width: calc(33.3333333333% - 30px);
    max-width: 100%;
  }
  .infographic-item-text strong {
    font-size: 32px;
  }
  .corporative-swiper {
    margin: 0 calc(255px - 50vw) 0 0;
  }
  .corporative-card {
    width: 315px;
    margin-bottom: 40px;
  }
  .corporative-card-image {
    height: 226px;
    --angle-size: 48px;
    --border-width: 4px;
  }
  .corporative-card-image::after {
    background: url("/img/logo-herb.svg") no-repeat bottom 30px right 30px/auto 42px, linear-gradient(135deg, transparent 50%, rgba(27, 43, 75, 0) 50%, rgba(27, 43, 75, 0.9) 85%, rgb(27, 43, 75) 100%);
  }
  .files {
    gap: 20px;
  }
  .corporative-files .file {
    width: calc(50% - 10px);
  }
  .file-content strong {
    font-size: 14px;
  }
  .cross-content {
    padding: 35px calc(50% - 255px) 40px;
  }
  .cross-reverse .cross-content {
    padding: 35px calc(50% - 255px) 40px;
  }
  .cross-text h2 {
    font-size: 36px;
  }
  .cross-bg {
    height: 300px;
  }
  .valued-text {
    font-size: 16px;
  }
  .simple-box {
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow-y: auto;
    margin: 0 calc(255px - 50vw) 0 0;
    gap: 0 20px;
    padding-right: 20px;
  }
  .simple-box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #363636;
    border-radius: 3px;
  }
  .simple-box::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 3px;
  }
  @-moz-document url-prefix() {
    .simple-box {
      scrollbar-color: var(--accent-color) #363636;
      scrollbar-width: thin;
    }
  }
  .simple-card {
    width: 290px;
    flex: 0 0 auto;
    margin: 0 0 30px;
  }
  .simple-card-text h3 {
    font-size: 20px;
  }
  .simple-card-text {
    font-size: 15px;
  }
  .production-inner-section-head {
    margin: 0 0 40px;
  }
  .production-item-text h3 {
    font-size: 30px;
  }
  .usable-tools {
    font-size: 17px;
  }
  .goods-card-image {
    height: 145px;
  }
  .goods-card-text h3 {
    font-size: 22px;
  }
  .goods-card-large {
    display: block;
  }
  .goods-card-large .goods-card-image {
    margin: 0 0 25px;
  }
  .goods-card-large .goods-card-text {
    margin: 0 0 30px;
  }
  .order {
    width: 100%;
  }
  .orders-head h1 {
    font-size: 32px;
  }
  .order-block-head h3 {
    font-size: 28px;
  }
  .order-swiper {
    margin: 0 calc(255px - 50vw) 0 0;
  }
  .order-block-swiper-buttons {
    display: none;
  }
  .order-card {
    width: 290px;
    margin: 0 0 30px;
  }
  .basket-item-text h2 {
    font-size: 34px;
  }
  .basket-price-total {
    font-size: 34px;
  }
  .basket-item-controls {
    font-size: 18px;
  }
  .basket-item-image {
    height: 205px;
  }
  .success-message-icon {
    font-size: 70px;
  }
  .compare-head > .container {
    flex-wrap: wrap;
  }
  .compare-models-swiper {
    margin: 0 calc(255px - 50vw) 0 0;
  }
  .compare-model-value {
    font-size: 14px;
  }
  .compare-model-btn {
    font-size: 16px;
  }
  .compare-model {
    width: 290px;
  }
  .compare-head-link {
    margin: 15px 0 0;
  }
  .goods-swiper-controls {
    right: calc(50% - 255px);
  }
  .chars-table-large table {
    font-size: 17px;
  }
  .chars-table-medium table {
    font-size: 16px;
  }
  .infographic-item-text h3 {
    font-size: 18px;
  }
  .gallery-swiper-controls {
    left: calc(50% - 255px);
  }
  .offer-section {
    background-size: auto 450px;
  }
  .theme-lightblue .offer-section {
    background-size: auto 450px;
  }
  .theme-brown .offer-section {
    background-size: auto 450px;
  }
  .theme-silver .offer-section {
    background-size: auto 450px;
  }
  .theme-green .offer-section {
    background-size: auto 450px;
  }
  .offer-swiper-buttons {
    display: none;
  }
  .offer-swiper {
    margin: 0 calc(255px - 50vw) 0 0;
    padding: 0 20px 0 0;
  }
  .offer-section-head h2 {
    margin: 0;
  }
  .offer-section-head {
    margin: 0 0 30px;
  }
  .goods-card-medium {
    width: 290px;
  }
  .goods-card-medium .goods-card-image {
    height: 175px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer-top > .container {
    gap: 30px 15px;
    padding-bottom: 0;
  }
  .footer-logo {
    margin: 0 0 30px;
  }
  .footer-tools {
    padding-top: 25px;
    justify-content: space-between;
    border-top: 2px solid;
    border-image: inherit;
  }
  .footer-tools .tool:nth-child(1) {
    order: 1;
  }
  .footer-column-large {
    padding-bottom: 25px;
  }
  .footer-bottom {
    padding-top: 25px;
  }
  .footer-top {
    margin-bottom: 30px;
  }
  .footer-column:last-child {
    width: 100%;
    padding: 25px 0;
    border-top: 2px solid;
    border-image: inherit;
  }
  .footer-bottom {
    border: 0;
    padding-top: 0;
  }
  .footer-social-links {
    gap: 0 40px;
    justify-content: space-between;
  }
  .video-js .vjs-time-control {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
  }
  .vjs-current-time-display {
    min-width: 41px;
  }
  .video-js .vjs-time-control.vjs-current-time {
    padding: 0 0 0 10px;
  }
  .video-js .vjs-time-control.vjs-duration {
    padding: 0 10px 0 0;
  }
  .vjs-current-time::after {
    width: calc(200% + 10px);
  }
  .vjs-button > .vjs-icon-placeholder::before {
    line-height: 30px;
    font-size: 24px;
  }
  .video-js .vjs-play-control {
    line-height: 30px;
    height: 30px;
  }
  .video-js .vjs-fullscreen-control {
    line-height: 30px;
    height: 30px;
  }
  .swiper-arrow {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .swiper-pagination-rects.swiper-pagination-rects-right {
    top: 270px;
  }
  .fancybox-navigation .fancybox-button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .post-slide {
    height: 285px;
  }
  .notification-video {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h1, h2 {
    font-size: 35px;
  }
  table {
    font-size: 15px;
  }
  th {
    padding: 8px 10px;
  }
  td {
    padding: 8px 10px;
  }
  .container {
    max-width: 100%;
  }
  [type=text],
  [type=email],
  [type=tel],
  [type=url],
  [type=number],
  [type=password],
  [type=search] {
    font-size: 14px;
  }
  textarea {
    font-size: 14px;
    height: 150px;
  }
  .layout-theme {
    background-size: auto 400px;
    background-position: top 380px center;
  }
  .btn {
    font-size: 16px;
  }
  .layout-body > .container {
    gap: 40px 0;
  }
  .form-item {
    width: 100%;
  }
  .form-links {
    font-size: 14px;
  }
  .form-decorated {
    padding: 20px 15px;
  }
  .quiz-form-decorated {
    padding: 20px 35px 50px 20px;
    --angle-size: 80px;
  }
  .quiz-item-head h4 {
    font-size: 16px;
  }
  .quiz-footer {
    flex-direction: column;
    gap: 10px;
  }
  .quiz-btn {
    width: 100%;
  }
  .btn-large {
    line-height: 60px;
  }
  .form-btn-half {
    width: 100%;
  }
  .goods-head {
    margin: 0 0 30px;
  }
  .goods-head-top h1 {
    margin: 0 0 22px;
    font-size: 30px;
  }
  .usable-tools {
    font-size: 15px;
  }
  .usable-search-btn-icon {
    font-size: 15px;
    margin: 0 0 0 10px;
  }
  .goods-head-top {
    margin: 0 0 22px;
  }
  .main-filter-item {
    width: 100%;
    max-width: 100%;
  }
  .main-filter-head {
    padding: 15px 60px 15px 15px;
  }
  .main-filter-head h3 {
    font-size: 20px;
  }
  .main-filter-body form {
    gap: 20px 0;
  }
  .main-filter-head::after {
    top: 19px;
    font-size: 14px;
  }
  .select {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  .select-sort {
    letter-spacing: normal;
    font-size: inherit;
  }
  .select-sort .select-output {
    max-width: 215px;
  }
  .select-image {
    letter-spacing: normal;
    font-size: inherit;
  }
  .pagination {
    gap: 10px;
  }
  .pagination-link {
    min-width: 40px;
  }
  .navigation-wrapper {
    background-size: 15px 100%;
  }
  .subnavigation-link {
    line-height: 33px;
    font-size: 14px;
  }
  .drop-item {
    padding: 16px 40px 18px 16px;
  }
  .drop-item-head h4 {
    font-size: 16px;
  }
  .drop-item-body {
    font-size: 15px;
  }
  .section-head-link {
    font-size: 12px;
  }
  .section-head-link-icon {
    font-size: 18px;
  }
  .section-head-flex {
    padding-right: 0;
  }
  .tag {
    font-size: 11.5px;
  }
  .header-menu {
    max-width: 100%;
  }

/* ORIGINAL LOGO SIZE ON MOBILE */

  .header-logo {
    height: 40px;
  }

/* POBEDA_LOGO_SIZE ON MOBILE 50px */
/* удалить или закомментировать, когда нужно будет вернуть оригинальное лого */

  .header-logo {
    height: 50px;
  }

  .account-user {
    max-width: 171px;
  }
  .header-link {
    font-size: 10px;
  }
  .tools {
    gap: 16px;
  }
  .menu-btn {
    margin: 15px 0 0 19px;
  }
  .intro-slide::before {
    background: url("/css_global/img/corner-bottom.svg") no-repeat left bottom/120% auto, url("/css_global/img/corner-top.svg") no-repeat right top/90% auto;
  }
  .intro-slide-text-wrapper {
    background: 0;
  }
  .intro-slide-text {
    margin: 0 -115px 0 -15px;
    width: calc(100% + 130px);
    padding: 25px 130px 20px 15px;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 177px) 100%, 0% 100%);
  }
  .intro-slide-text h4 {
    margin-bottom: 5px;
  }
  .intro-slide-btn {
    left: 0;
  }
  .intro-pagination.swiper-pagination {
    right: 0;
  }
  .news {
    margin: 0 -15px;
    padding: 0 15px;
    --mask-size: 60px;
  }
  .promo {
    display: block;
  }
  .promo-text {
    font-size: 14px;
  }
  .promo-text h3 {
    margin-bottom: 0;
  }
  .promo-image {
    margin: 0 0 24px;
  }
  .promo-column:nth-child(1) .link-more {
    display: none;
  }
  .promo-column:nth-child(1) .promo-text {
    margin-bottom: 0;
  }
  .promo-column:nth-child(2) .link-more {
    display: inline-block;
  }
  .map-head {
    text-align: left;
    font-size: 14px;
  }
  .map-head br {
    display: none;
  }
  .map-section-link {
    display: none;
  }
  .map-head .link-more {
    display: inline-block;
  }
  .map-head p {
    margin: 0 0 20px;
  }
  .text-tooltip a {
    font-size: 12px;
  }
  .media-box:not(.media-box-large) {
    margin: 0 -15px 0 0;
  }
  .production-card {
    padding: 45px 5px 40px;
  }
  .production-card-icon {
    height: 55px;
    width: 70px;
  }
  .product {
    padding-bottom: 100px;
  }
  .product-text {
    font-size: 14px;
  }
  .product-text h2 {
    font-size: 36px;
    margin: 0 0 20px;
  }
  .product-image {
    min-height: 315px;
    margin: 0 -15px;
    padding: 0px 15px 15px;
    position: relative;
    background: url("/css_global/img/product-bg.svg") no-repeat center bottom -5px/200% 85%;
  }
  .product-auto .product-image {
    background: none;
  }
  .product-inner-section {
    padding-bottom: 60px;
    background-size: auto 360px;
    background-position: bottom 80px center;
  }
  .theme-lightblue .product-inner-section {
    background-size: auto 360px;
    background-position: bottom 80px center;
  }
  .theme-brown .product-inner-section {
    background-size: auto 360px;
    background-position: bottom 80px center;
  }
  .theme-silver .product-inner-section {
    background-size: auto 360px;
    background-position: bottom 80px center;
  }
  .theme-green .product-inner-section {
    background-size: auto 360px;
    background-position: bottom 80px center;
  }
  .product-head-buttons {
    width: 100%;
    font-size: 18px;
  }
  .product-head-btn {
    width: 100%;
  }
  .goods-buttons {
    width: 100%;
  }
  .goods-btn {
    width: 100%;
  }
  .product-slide::after {
    display: none;
  }
  .product-slide {
    padding-bottom: 0;
  }
  .product-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .product-btn {
    width: 100%;
  }
  .product-swiper-controls {
    left: 15px;
    top: auto;
    right: auto;
    bottom: 70px;
  }
  .product-swiper-controls .swiper-pagination {
    font-size: 24px;
  }
  .product-swiper-controls .swiper-button-next,
  .product-swiper-controls .swiper-button-prev {
    font-size: 18px;
  }
  .product-point {
    min-width: 59px;
    min-height: 27px;
    padding: 0 4px;
    font-size: 15px;
    line-height: 25px;
  }
  .product-point::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #003787 0%, var(--accent-color) 100%);
    clip-path: polygon(27px 0, 100% 0, calc(100% - 27px) 100%, 0 100%);
  }
  .product-point-description {
    font-size: 12px;
    padding: 10px;
    width: 150px;
    left: 0;
    bottom: calc(100% + 20px);
    border-width: 2px;
  }
  .product-point-description strong {
    font-size: 18px;
  }
  .history-section {
    background: linear-gradient(to bottom, rgba(8, 95, 220, 0.2) 0%, rgba(8, 95, 220, 0) 100%), url("/css_global/img/history-bg-decor.svg") no-repeat right top -30px/364px auto;
  }
  .history-nav-swiper {
    margin: 0 -15px;
  }
  .history-swiper {
    margin: 0 -15px;
  }
  .history-slide-media {
    width: 100%;
    height: 278px;
  }
  .history-slide-text {
    padding: 0 15px;
  }
  /***INNER PAGES***/
  .layout-head-decorated {
    padding: 70px 0 30px;
    margin: 0 0 45px;
  }
  .layout-body-decorated {
    background: url("/img/layout-body-bg.svg") no-repeat top 50px center/250%;
  }
  .layout-head-bottom {
    display: block;
  }
  .view-buttons {
    justify-content: flex-end;
    margin: 30px 0 0 0;
  }
  .goods-head-bottom .view-buttons {
    margin: 0;
  }
  .trading-slide-image {
    height: 250px;
  }
  .trading-slide-text h2 {
    font-size: 36px;
  }
  .trading-slide-content {
    padding: 30px 15px;
  }
  .dates-section-head {
    margin: 0 0 20px;
  }
  .video-section {
    padding: 65px 0;
  }
  .dates-nav {
    gap: 25px;
  }
  .region-head::after {
    display: none;
  }
  .video-section::after {
    background: url("/img/video-corner-bottom.svg") no-repeat left bottom/150vw auto, url("/img/video-corner-top.svg") no-repeat right top/90vw auto, url("/img/grid-right.svg") no-repeat right -150px top/auto 100%, linear-gradient(15deg, transparent 0%, rgba(19, 31, 53, 0.6), rgba(19, 31, 53, 0.2) 52%, rgba(19, 31, 53, 0.95) 100%);
  }
  .event-section-decor-r::after {
    background: url("/img/event-corner-bottom.svg") no-repeat left bottom/150vw auto, url("/img/video-corner-top.svg") no-repeat right top/90vw auto, url("/img/grid-right-big.svg") no-repeat right -150px top/150%, linear-gradient(to bottom, rgba(27, 43, 75, 0) 0%, rgba(27, 43, 75, 0.9) 100%);
  }
  .event-section-decor-l::after {
    background: url("/img/event-corner-bottom.svg") no-repeat left bottom/150vw auto, url("/img/video-corner-top.svg") no-repeat right top/90vw auto, url("/img/grid-left-big.svg") no-repeat left -150px top/150%, linear-gradient(to bottom, rgba(27, 43, 75, 0) 0%, rgba(27, 43, 75, 0.9) 100%);
  }
  .event-head h2 {
    font-size: 28px;
  }
  .event-head h2 br {
    display: none;
  }
  .event-date {
    font-size: 18px;
  }
  .media-card-large .media-card-image {
    height: auto;
  }
  .media-card-large .media-card-date-inner {
    font-size: 15px;
  }
  .media-card-large .media-card-graph {
    height: 270px;
  }
  .post-head h1 {
    font-size: 28px;
  }
  .report-head h1 {
    font-size: 28px;
  }
  .post-slide {
    height: 210px;
  }
  .post-date {
    font-size: 13px;
  }
  .media-swiper {
    margin: 0 -15px 0 0;
    padding: 0 15px 0 0;
  }
  .media-card-video {
    height: 190px;
  }
  .report-date {
    font-size: 13px;
  }
  .report-images-box {
    gap: 10px;
  }
  .report-image {
    width: calc(50% - 5px);
    height: 140px;
  }
  .widgets {
    gap: 10px;
    margin: 40px 0 0;
  }
  .widget {
    width: 100%;
    justify-content: flex-start;
  }
  .widget-socials {
    flex: 1 1 auto;
    justify-content: space-between;
  }
  .widget-qr {
    margin: 0 auto;
  }
  .infographic-block {
    gap: 40px 20px;
  }
  .infographic-item {
    width: calc(50% - 10px);
    flex: 1 1 auto;
  }
  .infographic-item-image {
    height: 45px;
    margin: 0 0 15px;
  }
  .press-contact-text h4 {
    font-size: 20px;
  }
  .corporative-swiper {
    margin: 0 -15px 0 0;
  }
  .login-media {
    padding: 20px 15px;
  }
  .login-block-head h1 {
    font-size: 34px;
  }
  .login-content {
    padding: 120px 15px 40px;
  }
  .login-media-logo {
    height: 60px;
  }
  .search-results-box {
    gap: 40px 20px;
  }
  .search-result {
    width: calc(50% - 10px);
    font-size: 12px;
  }
  .search-result-title {
    font-size: 16px;
  }
  .search-result-image {
    width: 100%;
    height: 110px;
  }
  .search-form {
    margin: 0 0 30px;
  }
  .contacts-map-map {
    height: 300px;
  }
  .contacts-map-content {
    padding: 30px 20px;
  }
  .contacts-map-head h3 {
    font-size: 26px;
  }
  .contacts-map-body {
    font-size: 17px;
  }
  .contacts-social > h4 {
    font-size: 17px;
  }
  .contacts-block {
    font-size: 17px;
    padding: 30px 20px 40px;
  }
  .contacts-block-head h3 {
    font-size: 26px;
  }
  .contacts-block-btn {
    font-size: 14px;
  }
  .contacts-social-link {
    font-size: 26px;
    min-width: 75px;
    min-height: 55px;
  }
  .cross-content {
    padding: 30px 15px 45px;
  }
  .cross-reverse .cross-content {
    padding: 30px 15px 45px;
  }
  .cross-text h2 {
    font-size: 32px;
  }
  .valued {
    gap: 15px;
  }
  .valued-block {
    padding: 30px 20px;
  }
  .valued-text h3 {
    font-size: 24px;
  }
  .simple-box {
    margin: 0 -15px 0 0;
  }
  .view-btn-small {
    min-width: 35px;
    min-height: 35px;
    font-size: 14px;
  }
  .production-item {
    padding: 20px 20px 95px;
    font-size: 16px;
  }
  .production-item-text h3 {
    font-size: 27px;
  }
  .production-item-icon {
    width: 105px;
    height: 80px;
    right: 24px;
    bottom: 20px;
  }
  .production-item-large .production-item-icon {
    width: 105px;
    height: 80px;
    right: 24px;
    bottom: 20px;
  }
  .goods-card {
    flex: 0 0 auto;
  }
  .goods-box:not(.goods-box-large) {
    margin: 0 -15px 0 0;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding: 0 15px 0 0;
  }
  .goods-box:not(.goods-box-large)::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #363636;
    border-radius: 3px;
  }
  .goods-box:not(.goods-box-large)::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 3px;
  }
  @-moz-document url-prefix() {
    .goods-box:not(.goods-box-large) {
      scrollbar-color: var(--accent-color) #363636;
      scrollbar-width: thin;
    }
  }
  .goods-card:not(.goods-card-large) {
    width: 290px;
    margin-bottom: 20px;
  }
  .goods-card-image {
    height: 180px;
  }
  .goods-card-large .goods-card-image {
    max-width: 390px;
    width: 100%;
  }
  .orders-head h1 {
    margin: 0 15px 0 0;
  }
  .order-swiper {
    margin: 0 -15px 0 0;
    padding: 0 15px 0 0;
  }
  .orders-head h1 {
    font-size: 28px;
  }
  .order-section {
    background-size: auto 400px;
    background-position: top 130px left calc(50% + 250px);
    padding-bottom: 30px;
  }
  .info-block {
    margin: 0 0 40px;
  }
  .number-field-input {
    font-size: inherit;
  }
  .basket-btn-remove {
    font-size: 20px;
    margin: 0 0 0 auto;
  }
  .basket-item-text h2 {
    font-size: 28px;
  }
  .basket-form-head h4 {
    font-size: 18px;
  }
  .basket-price-total {
    font-size: 28px;
  }
  .basket-btn-remove {
    position: absolute;
    right: 0;
    top: 40px;
    background: linear-gradient(to bottom, rgba(8, 95, 220, 0.4) 0%, rgba(8, 95, 220, 0.6) 100%);
    color: #fff;
    width: 42px;
  }
  .basket-form-btn {
    font-size: 15px;
  }
  .basket-item-controls {
    font-size: 16px;
  }
  .success-message {
    display: block;
    padding: 20px 20px 50px;
  }
  .success-message-icon {
    margin: 0 0 20px;
  }
  .compare-models-swiper {
    margin: 0 -15px 0 0;
  }
  .compare-head {
    margin: 0 0 35px;
  }
  .compare-head-link {
    font-size: 13px;
  }
  .compare-head-link-icon {
    font-size: 20px;
    margin: 0 10px 0 0;
  }
  .goods-images-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right.svg") no-repeat right top/60vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(19, 31, 53, 0.8) 62%, rgba(19, 31, 53, 0.8) 100%);
  }
  .theme-lightblue .goods-images-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left-lightblue.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-lightblue.svg") no-repeat right top/60vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(17, 73, 108, 0.9) 62%, rgba(17, 73, 108, 0.9) 100%);
  }
  .theme-brown .goods-images-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left-brown.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-brown.svg") no-repeat right top/60vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(77, 69, 43, 0.88) 62%, rgba(77, 69, 43, 0.88) 100%);
  }
  .theme-silver .goods-images-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left-silver.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-silver.svg") no-repeat right top/60vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(70, 70, 72, 0.95) 62%, rgba(70, 70, 72, 0.95) 100%);
  }
  .theme-green .goods-images-swiper::after {
    background: url("/css_global/img/goods-corner-bottom-left-green.svg") no-repeat left bottom/73vw auto, url("/css_global/img/goods-corner-top-right-green.svg") no-repeat right top/60vw auto, url("/css_global/img/grid-right-white.svg") no-repeat right top/auto 100%, linear-gradient(50deg, transparent 0%, transparent 42%, rgba(63, 66, 49, 0.9) 62%, rgba(63, 66, 49, 0.9) 100%);
  }
  .goods-images-swiper-r::after {
    background: url("/css_global/img/goods-corner-bottom-right.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left.svg") no-repeat left top/60vw auto, url("/css_global/img/grid-left-blue.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 52%, rgba(19, 31, 53, 0.8) 72%, rgba(19, 31, 53, 0.8) 100%);
  }
  .theme-lightblue .goods-images-swiper-r::after {
    background: url("/css_global/img/goods-corner-bottom-right-lightblue.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left-lightblue.svg") no-repeat left top/60vw auto, url("/css_global/img/grid-left-lightblue.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 52%, rgba(17, 73, 108, 0.8) 72%, rgba(17, 73, 108, 0.8) 100%);
  }
  .theme-brown .goods-images-swiper-r::after {
    background: url("/css_global/img/goods-corner-bottom-right-brown.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left-brown.svg") no-repeat left top/60vw auto, url("/css_global/img/grid-left-brown.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 52%, rgba(77, 69, 43, 0.7) 72%, rgba(77, 69, 43, 0.7) 100%);
  }
  .theme-silver .goods-images-swiper-r::after {
    background: url("/css_global/img/goods-corner-bottom-right-silver.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left-silver.svg") no-repeat left top/60vw auto, url("/css_global/img/grid-left-silver.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 52%, rgba(70, 70, 72, 0.8) 72%, rgba(70, 70, 72, 0.9) 100%);
  }
  .theme-green .goods-images-swiper-r::after {
    background: url("/css_global/img/goods-corner-bottom-right-green.svg") no-repeat right bottom/55vw auto, url("/css_global/img/goods-corner-top-left-green.svg") no-repeat left top/60vw auto, url("/css_global/img/grid-left-green.svg") no-repeat left top/auto 100%, linear-gradient(-50deg, transparent 0%, transparent 52%, rgba(63, 66, 49, 0.8) 72%, rgba(63, 66, 49, 0.85) 100%);
  }
  .goods-image {
    height: 250px;
  }
  .goods-swiper-controls {
    right: 15px;
    top: 200px;
    gap: 20px;
  }
  .goods-swiper-pagination {
    font-size: 20px;
  }
  .goods-text {
    font-size: 16px;
  }
  .goods-text-top h1 {
    font-size: 30px;
  }
  .goods-controls {
    gap: 30px;
    margin: 0 0 25px;
  }
  .goods-files {
    font-size: 12px;
  }
  .goods-file-icon {
    font-size: 22px;
  }
  .chars-section {
    background: url("/css_global/img/chars-bg-grid.svg") no-repeat top 500px center/auto, url("/css_global/img/chars-bg-light.svg") no-repeat top center/auto 400px;
    padding: 80px 0 45px;
  }
  .theme-lightblue .chars-section {
    background: url("/css_global/img/chars-bg-grid-lightblue.svg") no-repeat top 500px center/auto, url("/css_global/img/chars-bg-light-lightblue.svg") no-repeat top center/auto 400px;
  }
  .theme-brown .chars-section {
    background: url("/css_global/img/chars-bg-grid-brown.svg") no-repeat top 500px center/auto, url("/css_global/img/chars-bg-light-brown.svg") no-repeat top center/auto 400px;
  }
  .theme-silver .chars-section {
    background: url("/css_global/img/chars-bg-grid-silver.svg") no-repeat top 500px center/auto, url("/css_global/img/chars-bg-light-silver.svg") no-repeat top center/auto 400px;
  }
  .theme-green .chars-section {
    background: url("/css_global/img/chars-bg-grid-green.svg") no-repeat top 500px center/auto, url("/css_global/img/chars-bg-light-green.svg") no-repeat top center/auto 400px;
  }
  .chars-box {
    margin-bottom: 70px;
  }
  .chars-table-large table {
    font-size: 16px;
  }
  .footer-logo {
    height: 50px;
  }
  .gallery-image {
    height: 250px;
  }
  .gallery-swiper-controls {
    right: 15px;
    top: 200px;
    gap: 20px;
  }
  .gallery-swiper-pagination {
    font-size: 20px;
  }
  .gallery-text {
    font-size: 16px;
  }
  .goods-text-top h1 {
    font-size: 30px;
  }
  .gallery-controls {
    gap: 30px;
    margin: 0 0 25px;
  }
  .gallery-swiper-controls {
    left: 15px;
  }
  .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 125px, linear-gradient(34deg, rgba(19, 31, 53, 0.8) 20%, rgba(19, 31, 53, 0) 30%, transparent 100%);
  }
  .theme-lightblue .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 125px, linear-gradient(34deg, rgba(17, 73, 108, 0.9) 20%, rgba(17, 73, 108, 0) 30%, transparent 100%);
  }
  .theme-brown .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 125px, linear-gradient(34deg, rgba(77, 69, 43, 0.88) 20%, rgba(77, 69, 43, 0) 30%, transparent 100%);
  }
  .theme-silver .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 125px, linear-gradient(34deg, rgba(70, 70, 72, 0.95) 20%, rgba(70, 70, 72, 0) 30%, transparent 100%);
  }
  .theme-green .gallery-swiper-lightdecor::after {
    background: url("/css_global/img/grid-angle-bottom-left.svg") no-repeat left bottom/auto 125px, linear-gradient(34deg, rgba(63, 66, 49, 0.85) 20%, rgba(63, 66, 49, 0) 30%, transparent 100%);
  }
  .footer-column:not(.footer-column-large) {
    width: calc(50% - 15px);
  }
  .gallery-swiper-lightdecor ~ .gallery-body {
    padding: 0;
  }
  .data-block-columns {
    gap: 40px;
  }
  .params-item-image {
    font-size: 45px;
  }
  .params-item strong {
    font-size: 22px;
  }
  .params-item h3 {
    font-size: 16px;
  }
  .params-box {
    gap: 60px 40px;
  }
  .params-item-large .params-item-icon {
    font-size: 45px;
  }
  .params-item-large .params-item strong {
    font-size: 22px;
  }
  .params-item-large .params-item h3 {
    font-size: 16px;
  }
  .props-bg {
    height: 250px;
  }
  .offer-section {
    background-size: auto 350px;
  }
  .theme-lightblue .offer-section {
    background-size: auto 350px;
  }
  .theme-brown .offer-section {
    background-size: auto 350px;
  }
  .theme-silver .offer-section {
    background-size: auto 350px;
  }
  .theme-green .offer-section {
    background-size: auto 350px;
  }
  .offer-tools {
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    gap: 20px;
  }
  .offer-tools .usable-search-btn-icon {
    font-size: 18px;
  }
  .offer-swiper {
    margin: 0 -15px 0 0;
  }
  .offer-tools .usable-tool:nth-child(2) {
    order: -1;
  }
  .offer-section-head h2 {
    font-size: 31px;
  }
  .sitemap-list {
    column-count: 1;
    column-gap: 0;
    line-height: 1.7;
    padding: 0 30px;
  }
  .footer-column:last-child {
    width: 100%;
  }
  .swiper-pagination-left {
    margin: 0;
  }
  .video-block-text h3 {
    font-size: 24px;
  }
  .swiper-slides-counter {
    font-size: 14px;
    padding: 6px 12px;
  }
  .swiper-arrow {
    top: auto;
    bottom: 0;
    transform: none;
    opacity: 0.8;
  }
  .modal {
    padding: 40px 15px;
  }
  .modal-form-decorated {
    padding: 40px 20px;
  }
  .video-modal {
    padding: 45px 10px 0;
  }
  .search-modal {
    padding: 50px 15px 40px;
  }
  .notification {
    padding: 20px 15px;
  }
  .notification-video {
    padding: 0;
  }
  .notification-large {
    font-size: 18px;
    padding: 20px 0;
  }
  .corruption-message-icon {
    font-size: 1em;
    margin: 0 12px 0 0;
  }
  .notification-social-links {
    font-size: 28px;
  }
  .map__wrapper--big {
    padding-top: 210px;
  }
  .svg-map--big .svg-map__object, .svg-map--big .svg-map__markers {
    top: 210px;
    bottom: auto;
  }
}
@media (max-width: 450px) {
  .svg-map__decor {
    background: url("/img/map-bg.svg") no-repeat center/auto 80%;
    top: 0;
    height: 100%;
  }
  .svg-map--big .svg-map__object, .svg-map--big .svg-map__markers {
    top: 240px;
  }
  .svg-map__marker {
    width: 5vw;
  }
  .svg-map__marker--small {
    width: 4vw;
  }
  .svg-map__marker--big {
    width: 6vw;
  }
}
@media (max-width: 399px) {
  .map__wrapper--big {
    min-height: 540px;
  }
}
@media (max-width: 379px) {
  h1, h2 {
    font-size: 30px;
  }
  body {
    font-size: 16px;
  }
  .header {
    font-size: 16px;
  }
  .tools {
    font-size: 16px;
  }
  .pagination {
    gap: 8px;
  }
  .production-card {
    padding: 30px 5px;
    font-size: 18px;
  }
  .production-card-icon {
    font-size: 70px;
  }
  .dates-slide-text {
    font-size: inherit;
  }
  .history-slide-text {
    font-size: inherit;
  }
  .trading-slide-text h2 {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .compensate-for-scrollbar .header-fixed,
  .compensate-for-scrollbar .notification-large {
    width: calc(100% - 17px);
  }
  .compensate-for-scrollbar .notification:not(.notification-large) {
    right: 32px;
  }
  .subnavigation-link:hover {
    color: var(--accent-color3);
  }
  .header-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .header-menu.js-test {
    overflow: hidden;
  }
  .header-menu > li ul {
    display: none;
  }
  .header-menu > li {
    margin: 0 30px 0 0;
    position: relative;
    flex: 0 0 auto;
  }
  .header-menu > li::after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: var(--accent-color);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
  }
  .header-menu > li.is-active > a {
    color: var(--accent-color);
  }
  .header-menu > li > a {
    display: flex;
    line-height: 82px;
    padding: 0 13.5px 0 0;
    user-select: none;
  }
  .header-menu > li > a:not(:only-child):after {
    content: "\e900";
    font-family: icomoon;
    font-size: 8px;
    vertical-align: top;
    color: var(--accent-color);
    line-height: iherit;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .header-menu > li:hover > a {
    color: var(--accent-color);
  }
  .header-menu > li:hover > a:not(:only-child):after,
  .header-menu > li.js-hover > a:not(:only-child):after {
    transform: scale(-1);
  }
  .header-menu > li.js-item > a:not(:only-child):after {
    display: none;
  }
  .header-menu > li.js-item > a {
    color: var(--accent-color);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 82px;
  }
  .header-menu > li.js-item:hover > a {
    color: #fff;
  }
  .header-menu > li.js-item::after {
    display: none;
  }
  .header-menu > li:hover:after,
  .header-menu > li.js-hover:after {
    opacity: 1;
  }
  .header-menu > li.js-hover > a {
    color: var(--accent-color);
  }
  .header-menu > li:hover > .submenu {
    display: block;
  }
  .header-menu .js-item.is-open .submenu {
    display: block;
  }
  .header-menu > li:last-child > a {
    padding: 0 13.5px;
  }
  .header-menu > li:last-child {
    margin: 0 0 0 -13.5px;
  }
  .header-menu-clone {
    display: none;
  }
  .submenu {
    position: absolute;
    top: 100%;
    left: -20px;
    margin: 0;
    padding: 1px 8px;
    list-style-type: none;
    min-width: 100%;
    white-space: nowrap;
    background: linear-gradient(to bottom, rgba(8, 95, 220, 0) 0%, rgba(8, 95, 220, 0.3) 100%) #141414;
    border: 1px solid;
    border-image: linear-gradient(to right, rgba(8, 95, 220, 0) 0%, rgb(8, 95, 220) 51%, rgba(8, 95, 220, 0) 100%) 1;
    border-style: inset;
    font-size: 17px;
  }
  .theme-lightblue .submenu {
    background: linear-gradient(to bottom, rgba(53, 153, 214, 0) 0%, rgba(53, 153, 214, 0.3) 100%) #141414;
    border-image: linear-gradient(to right, rgba(53, 153, 214, 0) 0%, rgb(53, 153, 214) 51%, rgba(53, 153, 214, 0) 100%) 1;
  }
  .theme-brown .submenu {
    background: linear-gradient(to bottom, rgba(180, 157, 93, 0) 0%, rgba(180, 157, 93, 0.3) 100%) #141414;
    border-image: linear-gradient(to right, rgba(180, 157, 93, 0) 0%, rgb(180, 157, 93) 51%, rgba(180, 157, 93, 0) 100%) 1;
  }
  .theme-silver .submenu {
    background: linear-gradient(to bottom, rgba(141, 141, 141, 0) 0%, rgba(141, 141, 141, 0.3) 100%) #141414;
    border-image: linear-gradient(to right, rgba(141, 141, 141, 0) 0%, rgb(141, 141, 141) 51%, rgba(141, 141, 141, 0) 100%) 1;
  }
  .theme-green .submenu {
    background: linear-gradient(to bottom, rgba(122, 132, 79, 0) 0%, rgba(122, 132, 79, 0.3) 100%) #141414;
    border-image: linear-gradient(to right, rgba(122, 132, 79, 0) 0%, rgb(122, 132, 79) 51%, rgba(122, 132, 79, 0) 100%) 1;
  }
  .submenu-right {
    left: auto;
    right: 0;
  }
  .submenu.is-open {
    display: block;
  }
  .submenu li {
    border-bottom: 1px solid;
    border-image: inherit;
  }
  .submenu li:last-child {
    border: none;
  }
  .submenu a {
    display: flex;
    align-items: center;
    padding: 9px 20px;
    margin: 0 -8px;
  }
  .submenu a:hover {
    color: var(--accent-color3);
  }
  .menu-btn {
    display: none;
  }
  .account-body:hover .account-drop {
    display: block;
  }
  .account-body:hover:after {
    transform: translateY(-50%) scale(-1);
  }
  .is-authorized .header-tools .lang-select-output {
    /* display: none; */
  }
  .tool:hover {
    color: var(--accent-color);
  }
  .tool-icon:hover {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .media-swiper-scrollbar {
    display: none;
  }
  .offer-swiper-scrollbar {
    display: none;
  }
  .order-swiper-scrollbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .news-swiper-scrollbar {
    display: none;
  }
}

/* Nikolay Petrov content styles 29.11.2024 */

.video_box {
  max-width:100%;
  width:250px;
  margin:40px auto 30px;
}
.video_preview {
  position:relative;
  display:block;
  margin-bottom:10px;
  min-height:45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.video_preview img {
  opacity:0;
}
.video_preview span {
  min-height:45px;
  background-image:url(/local/templates/roe/assets/img/icon_youtube.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:10;
}
.video_link {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 24px;
  text-align: center;
  display: block;
}
.video_link img {
  height: 24px;
}

td ul {
    margin:1em 0 1em;
}

/* PRODUCT IMAGE */
.goods-image {
    background-size: cover;
}

/* ========== TABLES ========== */

/* TABLE remove gradient только в тип 17 */
/* html.theme-silver tbody tr:nth-child(odd) td, */
/* html.theme-brown tbody tr:nth-child(odd) td,
html.theme-green tbody tr:nth-child(odd) td,
div.chars-table-accent tr:nth-child(odd) td  */
.text-block tbody tr:nth-child(odd) td
{ 
    background:none;
}

/* TABLE BORDERS только в тип 17*/
/*.data-block-text tbody tr td,   тип 16 */
/* .chars-table tbody tr td,
.chars-table-medium tbody tr td, тип 17
.chars-table-accent tbody tr td */
.text-block tbody tr td /* Тип 17 */
{ 
    border:1px solid gray;
}

/* TABLE align last TD right */
/* все кроме тип 17 */
/*.text-block tbody tr td:last-child,  Тип 17 */
/* .chars-table-medium tbody tr td:last-child,
.chars-table-accent tbody tr td:last-child, */
.data-block-text tbody tr td:last-child,  /* тип 16 */
.chars-table tbody tr td:last-child,
.table_td_right
{ 
    text-align:right;
}

/* TABLE align last TD right (исключение для строк, где только одна ячейка) */
/* .chars-table-medium tbody tr td:first-child, */
/* .chars-table-accent tbody tr td:first-child, */
div.data-block-text tbody tr td:first-child,  /* тип 16 */
div.chars-table tbody tr td:first-child,
table.table_td_right
{ 
    text-align:left;
}

.td_width_default td {
    width:auto;
}

.table_td_default td {
width:auto;
}

.table_col2 td:nth-child(2) {
    text-align: right;
}

.table_6_cols td {
    width:16.66%;
}


.table_3_cols td {
    width:33.33%;
}

.table_5_cols td {
    width:20%;
}

.table_4_cols td {
    width:25%;
}
table.table_noborder tbody tr td {
    border:0;
}

.product-image .reset_blending {
    mix-blend-mode: normal;
}

/* === TWO COLUMNS TEXT === */
.two_col {
    display: flex;
    justify-content: space-between;
    gap: 60px 40px;
    margin-top:50px;
    margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
}

/* Media query for mobile devices */
@media screen and (max-width: 768px) {
    .two_col {
        flex-direction: column; /* Stack columns vertically */
    }
    .two_col_left, 
    .two_col_right {
        width: 100%; /* Full width on mobile */
    }
}

/* Список с треугольниками */
.cross-swiper ul,
.triangle_list {
    list-style-type: none;
    padding-left: 0;
}
.cross-swiper li,
.triangle_list li {
    background-image: url(/upload/main/icons/triangle.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 2px 5px;
    padding-left: 20px;
margin-bottom:4px;
}
.slogan {
color:#D14124;
font-weight:bold;
margin-top:20px;
margin-bottom:20px;
font-size:24px;
}
.slogan2 {
font-weight:bold;
font-style:italic;
margin-bottom:20px;
}

.nowrap {
    white-space:nowrap;
}
.params-box-large .params-item-image {
    height:80px;
}

.image-120 {
	height:120px;
}

/*доработка листа сравнения*/
.compare-sections-list {
    display: flex;
    gap: 15px;
    padding: 10px 0;
}

.compare-section-item {
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
    background: #f5f5f5;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.compare-section-item:hover {
    background: #e0e0e0;
}

.compare-section-item.active {
    background: #2c68a5;
    color: #fff;
}

.compare-model {
    transition: opacity 0.3s ease;
}

.compare-model[style*="display: none"] {
    display: none !important;
}