

/* Start:/local/templates/sol/assets/css/skeleton.css?17328742407707*/
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  /*padding: 0 20px;*/
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  /*.container {*/
  /*  width: 85%;*/
  /*  padding: 0; }*/
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  /*.container {*/
  /*  width: 80%; }*/
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.column                    { width: 4.66666666667%; }
  .two.column                    { width: 13.3333333333%; }
  .three.column                  { width: 22%;            }
  .four.column                   { width: 30.6666666667%; }
  .five.column                   { width: 39.3333333333%; }
  .six.column                   { width: 50%;            }
  .seven.column                  { width: 56.6666666667%; }
  .eight.column                  { width: 65.3333333333%; }
  .nine.column                   { width: 74.0%;          }
  .ten.column                    { width: 82.6666666667%; }
  .eleven.column                 { width: 91.3333333333%; }
  .twelve.column                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
  /*line-height: 1.6;*/
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*a {*/
/*  color: #1EAEDB; }*/
/*a:hover {*/
/*  color: #0FA0CE; }*/

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  text-align: left;}



/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */




/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* End */


/* Start:/local/templates/sol/assets/css/normalize.css?17328742407797*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* End */


/* Start:/local/templates/sol/assets/css/main.css?173313524065889*/
html, body {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

p {
    margin: 0;
}

a {
    text-decoration: unset;
    color: initial;
}

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

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

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(241, 242, 242);
    position: relative;
    z-index: 10;
}

nav .main-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

nav ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

nav ul li svg {
    transition: all 0.5s;
}

nav ul li:hover svg {
    transform: rotate(180deg);
}

nav ul li a {
    color: rgb(10, 39, 77);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    text-transform: capitalize;
}

.header-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.header-info a {
    padding-right: 15px;
    border-right: 1px solid rgb(10, 39, 77);
}

.header-info div:last-child a {
    padding-right: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    border-right: unset;
}

.dropdown-menu {
    cursor: default;
    position: absolute;
    width: -webkit-fill-available;
    border-radius: 10px;
    backdrop-filter: blur(15px);
    background: rgb(35, 103, 189);
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    left: 0;
    top: 116px;
    overflow: hidden;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 148px 22px 148px;

}

.dropdown-menu.active {
    opacity: 1;
    height: auto;
    visibility: visible;
    width: -moz-available;
}

.vertical-border {
    border-left: 1px solid rgb(241, 242, 242);
    height: auto;
}

.dropdown-menu .sub-ul {
    display: flex;
    flex-direction: column;
    max-width: 288px;
    gap: 40px;
}

.dropdown-menu .sub-ul ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dropdown-menu li a.parent-section {
    font-size: 18px;
}

.dropdown-menu li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    text-transform: capitalize;
}

.footer {
    background: rgb(10, 39, 77);
}

.page__footer {
    padding: 50px 0 42px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: rgb(255, 255, 255);
}

.page__footer a {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.page__footer p {
    font-size: 14px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer__block:nth-child(1) {
    max-width: 259px;
}

.footer__block:nth-child(3) {
    display: flex;
    flex-direction: row;
    /*max-width: 530px;*/
    gap: 120px;
}


.footer__block:nth-child(3) ul {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.footer__copyright {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.privacy-policy {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}

.footer__dev-note {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer__dev-note a {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}

.footer-column ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-block__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.addres {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-contacts {
    display: flex;
    gap: 70px;
}

.footer-contacts div {
    display: flex;
    gap: 14px;
    align-items: center;
}

.footer__block.social {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-column.logo-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.text-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-socials {
    display: flex;
    gap: 70px;
}

.footer-socials ul li {
    display: flex;
    gap: 14px;
    align-items: center;
}

.footer-socials ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile {
    display: none;
}

*::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}

*::-webkit-scrollbar-track {
    border-radius: 1px;
    background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #0A274D;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #0A274D;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #0A274D;
}

.page-main__large-text {
    color: #0A274D;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -4.8px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.page-main__medium-text {
    color: #0A274D;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -4.8px;
    text-transform: uppercase;
    margin-left: 318px;
    margin-bottom: 55px
}

.page-main__small-text {
    color: #0A274D;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 807px;
    width: 100%;
}

.page-main__link {
    display: inline-flex;
    padding: 14px 30px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #0A274D;
    color: #0A274D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
}

.page-main__link:hover {
    background: #2367BD;
    color: #FFF;
    border-color: transparent;
}

.description-with-button {
    display: flex;
    align-items: flex-start;
    margin-bottom: 69px;
    gap: 116px;
    margin-left: 318px;
    min-height: 87px;
}

.page-main-banner {
    padding-top: 50px;
    overflow: hidden;
}

.page-main-banner .swiper-slide {
    width: 100% !important;

}

.page-main-banner .swiper-slide img {
    border-radius: 10px;
    width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: -40px;
    margin-bottom: 20px;
}

.swiper-pagination {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #FFF;
}

.swiper-pagination-bullet-active {
    background: #2367BD;
    width: 10px;
    height: 10px;
}

.about-us {
    padding: 60px 0 60px 0;
    background: #F1F2F2;
}

.about-us__title {
    color: #0A274D;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 63.8px */
    letter-spacing: -3.48px;
    text-transform: capitalize;
}

.about-us__title svg {
    height: 100%;
    position: absolute;
    left: 10%;
    bottom: 0;
}

.description-title {
    color: #0A274D;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.52px;
    border-bottom: 2px solid #0A274D;
    padding-bottom: 30px;
    max-width: 924px;
}

.delimeter {
    font-size: 24px;
}

.description-text p {
    margin: 0;
    color: #0A274D;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 924px;
}

.button {
    display: flex;
    flex-direction: row;
    gap: 21px;
    align-items: center;
}

.button .description-button {
    color: #2367BD;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 1s;
}

.button svg {
    opacity: 0;
    transition: all 1s;
}

.show-more-news-button:hover ~ svg {
    opacity: 1;
}

.description-button:hover ~ svg {
    opacity: 1;
}

.description-button:hover {
    color: #2367BD;
    text-decoration-line: underline;
}

.show-more-news-button:hover {
    color: #2367BD;
    text-decoration-line: underline;
}

.flex-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.about-us__description {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.description-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.directions {
    padding: 120px 0 60px 0;
}

.advantages {
    background: #0A274D;
    padding: 60px 0 60px 0;
}

.advantages__title {
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 63.8px */
    letter-spacing: -3.48px;
    text-transform: capitalize;
    color: #FFF;
}

.advantages .flex-block {
    flex-direction: column;
    gap: 60px;
}

.advantage svg {
    margin-bottom: 30px;
}

.advantage {
    border-radius: 10px;
    border: 1px solid #FFF;
    padding: 30px 30px 30px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    display: flex;
    width: 45%;
    transition: all 1s;
}

.advantage:hover {
    background: #2367BD;
    border-color: transparent;
}

.advantage-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
    letter-spacing: -1.8px;
    text-transform: capitalize;
    color: #FFF;
}

.advantage-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
    max-width: 635px;
    width: 100%;
}

.advantages-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.reviews {
    padding: 80px 0 60px 0;
}

.reviews .swiper-slide {
    border-radius: 10px;
    padding: 30px 30px 60px 30px;
    /*flex-shrink: unset;*/
    display: flex;
    flex-direction: column;
    position: relative;
    /*transition: all 1s;*/
    z-index: 2;
    max-width: 955px;
    opacity: 0 !important;
}

.reviews .swiper-slide svg {
    top: -15px;
    left: 37%;
    z-index: 2;
    position: absolute;
}

.reviews .swiper-arrows {
    display: inline-flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 107px;
    position: absolute;
    top: 80px;
    border-radius: 10px;
    background: #2367BD;
    z-index: 5;
    right: -64px;
}

.reviews .swiper-counter {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.04px;
    text-transform: capitalize;
    color: #FFF;
    z-index: 10;
}

.reviews .swiper-counter .total-slides {
    font-size: 24px;
}

.swiper-custom-arrows {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-prev:hover path, .swiper-button-next:hover path {
    stroke: #2367BD;
}

.swiper-button-prev:hover rect, .swiper-button-next:hover rect {
    fill: #FFF;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.reviews .swiper-button-next, .reviews .swiper-button-prev {
    position: initial;
    margin: 0;
    width: 100%;
}

.swiper-button-next svg, .swiper-button-prev svg {
    height: auto;
}

.swiper-scrollbar {
    background: #2367BD;
    border-radius: 6px;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    background: #F1F2F2;
}

.reviews .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A274D;
    z-index: 1;
    border-radius: 10px;
}

.reviews .swiper-slide::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background-color: #2367BD;
    z-index: -1;
    border-radius: 10px;
}

.review-name {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 37.4px */
    letter-spacing: -2.04px;
    text-transform: capitalize;
    color: #FFF;
    margin-bottom: 14px;
    z-index: 2;
}

.review-position {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 82.62px;
    z-index: 2;
}

.review-text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 700px;
    z-index: 2;

}
.toggle-button {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    border: unset;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #F1F2F2;
    background: transparent;
    text-align: center;
    justify-content: center;
}
.swiper-reviews {
    width: 100%;
    max-width: 1015px;
    position: relative;
    z-index: 3;
}

.swiper-reviews .swiper-wrapper {
    padding: 20px;
}

.reviews .flex-block {
    padding-right: 65px;
    justify-content: space-between;
    align-items: center;
}

.reviews .swiper-slide-active {
    opacity: 1 !important;
}

.news {
    background: #F1F2F2;
    padding: 60px 0 60px 0;
}

.news .flex-block {
    margin-bottom: 40px;
}

.news .about-us__button {
    display: inline-flex;
    padding: 14px 30px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #0A274D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #0A274D;
    transition: all 0.5s;
    cursor: pointer;
}

.show-more-news-button {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #2367BD;
}

.news .button {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    user-select: none;
}

.button div {
    cursor: pointer;
}


.news .about-us__button:hover {
    background: #2367BD;
    color: #FFF;
    border-color: transparent;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    gap: 30px;
}

.news-preview {
    overflow: hidden;
    border-radius: 10px;
    max-height: 422px;
}

.news-preview img {
    width: 100%;
    height: 100%;
    transition: transform 1s ease;
}
.news-pagination .news-preview img {
    min-height: 422px;
    max-width: 367px;
    object-fit: cover;
}
.news-preview:hover img {
    transform: scale(1.35);
}

.news-info:hover ~ .news-preview img {
    transform: scale(1.35);
}

.news-element {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-preview {
    position: relative;

}

.news-heading {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: fit-content;
    left: 5px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
    padding: 6px 20px 6px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #2367BD;
    backdrop-filter: blur(15px);
}

.news-description {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-date {
    color: #2367BD;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-preview-text {
    color: #0A274D;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 367px;
}

.partners {
    padding: 60px 0 60px 0;
}

.swiper-partners .swiper-slide {
    justify-content: center;
    display: flex;
    align-items: center;
    max-width: 260px;
}

.swiper-partners .swiper-slide img {
    max-height: 104px;
    max-width: 100%;
    object-fit: contain;
    user-select: none;
}

.swiper-partners .swiper-wrapper {
    align-items: center;
}

.partners .container {
    overflow: hidden;
}

.partners .flex-block {
    margin-bottom: 67px;
    align-items: center;
}

.partners-swiper-nav {
    display: flex;
    gap: 20px;
}

.partners-swiper-nav .swiper-button-next, .partners-swiper-nav .swiper-button-prev {
    position: initial;
    margin: 0;
    width: 100%;
}

.partners-swiper-nav .swiper-button-prev:hover path, .partners-swiper-nav .swiper-button-next:hover path {
    stroke: #FFF;
}

.partners-swiper-nav .swiper-button-prev:hover rect, .partners-swiper-nav .swiper-button-next:hover rect {
    fill: #2367BD;
}

.feedback {
    padding: 60px 0 60px 0;
}

.feedback-description {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #0A274D;
    max-width: 478px;
}

.feedback .flex-block {
    align-items: center;
}

.feedback .form-wrapper {
    border-radius: 10px;
    background: url("/local/templates/sol/assets/img/feedback-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
}

.feedback-form {
    max-width: 636px;
    padding: 40px 40px 40px 40px;
    background-color: transparent;
}

.feedback-form form {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.feedback-form input[type="text"],.feedback-form input[type="email"] ,
.feedback-form textarea {
    width: 100%;
    padding: 28px 20px 29px 20px; /* Внутренние отступы */
    border-top: 1px solid #BDBDBD; /* Цвет границы */
    border-left: 1px solid #BDBDBD; /* Цвет границы */
    border-right: 1px solid #BDBDBD; /* Цвет границы */
    border-radius: 0;
    box-sizing: border-box;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #BDBDBD;
    background: transparent;
    outline: none;
    height: 70px;
    border-bottom: unset;
    transition: all 1s;
}

.custom-select svg {
    position: absolute;
    top: 31px;
    right: 20px;
    cursor: pointer;
    transition: all 0.5s;
    transform: rotate(180deg);
}

.feedback-form textarea {
    resize: unset;
    height: 193px;
    border-bottom: 1px solid #BDBDBD; /* Цвет границы */
}

.feedback-form input::placeholder,
.feedback-form textarea::placeholder {
    color: #BDBDBD; /* Цвет текста плейсхолдера */
    font-size: 18px;
}

.row {
    display: flex;
    justify-content: space-between;
}

.row .half {
    flex: 1;
}

/* Кастомный выпадающий список */
.custom-select {
    position: relative;
    width: 100%;
}

.custom-select input {
    width: 100%;
    padding: 28px 20px 29px 20px; /* Внутренние отступы */
    border-top: 1px solid #BDBDBD; /* Цвет границы */
    border-left: unset !important; /* Цвет границы */
    border-right: 1px solid #BDBDBD; /* Цвет границы */
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-select input::placeholder {
    color: #BDBDBD; /* Цвет текста плейсхолдера */
}

.custom-select .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: -webkit-fill-available;
    border-radius: 0 0 6px 6px;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
    overflow-y: auto;
    gap: 20px;
    flex-direction: column;
    padding: 10px;
    width: -moz-available;
}

.custom-select .options div {
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    color: #0A274D;
    transition: all 0.5s;
}

.custom-select .options div:hover {
    text-decoration-line: underline;
    color: #2367BD;
}

.form-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.feedback-form label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 281px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.feedback-form label a {
    text-decoration-line: underline;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.feedback-form button[type=submit] {
    display: inline-flex;
    padding: 14px 30px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #F1F2F2;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #F1F2F2;
    background: transparent;
    text-align: center;
    justify-content: center;
}

/* Скрываем стандартный чекбокс */
.checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Стиль кастомного чекбокса */
.checkbox-container .custom-checkbox {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 18px;
    height: 18px;
    border: 1px solid #BDBDBD; /* Цвет границы */
    border-radius: 4px;
    background-color: transparent; /* Прозрачный фон */
    cursor: pointer;
}

/* Галочка - создание кастомного "tick" через псевдоэлемент */
.checkbox-container .custom-checkbox::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 4px;
    height: 12px;
    border: solid #2367BD; /* Цвет галочки */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* При активном чекбоксе галочка становится видимой */
.checkbox-container input[type="checkbox"]:checked + .custom-checkbox::after {
    display: block;
}

.custom-checkbox.error {
    border: 1px solid red;
}

.feedback-form input[type="text"].error, .feedback-form textarea.error {
    color: red;
}

#success-popup {
    border-radius: 10px;
    background: #FFF;
}

#success-popup button {
    display: none;
}

.success-content {
    padding: 0 0 0 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#success-popup [data-fancybox-close] {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 40;
}

.success-title {
    color: #0A274D;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 46.2px */
    letter-spacing: -2.52px;
    text-transform: capitalize;
    padding-bottom: 40px;
}

.success-description {
    max-width: 561px;
    border-top: 2px solid #0A274D;
    padding-top: 40px;
    color: #0A274D;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.directions .flex-block {
    margin-bottom: 60px;
}

.directions .feedback-description {
    max-width: 555px;
}

.directions .news-list {
    gap: 73px;
}

.directions .news-element {
    max-width: 457px;
    position: relative;
}

.directions .news-info {
    width: 100%;
    max-width: 435px;
    position: absolute;
    left: 45px;
    bottom: 20px;
    border-radius: 6px;
    transition: all 1s;
}

.directions .news-info .news-info-inner {
    position: relative;
    background: #0A274D;
    z-index: 99;
    transition: all 1s;
    border-radius: 6px;
    cursor: pointer;
}

.directions .news-info .arrow {
    position: absolute;
    top: -20px;
    right: -20px;
    transition: all 1s;
}

.directions .news-info .news-number {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    margin-left: 13px;
    transition: all 1s;
}

.directions .news-info .news-title {
    margin-left: 40px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 33px */
    letter-spacing: -1.8px;
    text-transform: capitalize;
    color: #FFF;
    padding-bottom: 14px;
}

.directions .news-element:hover .arrow {
    opacity: 0;
}

.show-more-directions {
    position: absolute;
    width: 100%;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    padding: 10px 13px;
    display: flex;
    bottom: 20px;
    left: 0;
    height: 0;
    justify-content: space-between;
    align-items: center;
    background: #2367BD;
    border-radius: 0 0 6px 6px;
    transition: all 1s ease;
    z-index: 1;
}

.show-more-directions.active {
    bottom: -40px;
    left: 0;
    height: 20px;
}

.show-more-directions .text {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
}

.directions .news-element:hover .news-number {
    background: linear-gradient(180deg, #FFF, #2367BD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.directions .news-element:hover .news-info {
    bottom: 20px;
    max-width: 457px;
    left: 0;

}

.directions .news-element:hover .news-info-inner {
    border-radius: 0;
}

form input[name=NAME] {
    border-radius: 10px 10px 0px 0px !important;;
}

form textarea {
    border-radius: 0px 0px 10px 10px !important;
}

.banner {
    padding-top: 40px;
}

.banner .container {
    position: relative;
}

.banner h1 {
    color: #FFF;
    position: absolute;
    font-size: 8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 88px */
    letter-spacing: -4.8px;
    text-transform: uppercase;
    bottom: 30px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.banner img {
    border-radius: 10px;
    width: 100%;
    bottom: -3px;
    position: relative;
}

.catalog {
    padding: 30px 0 60px 0;
    background: #F1F2F2;
    position: relative;
}

.catalog:before {
    content: url("/local/templates/sol/assets/img/left-background-catalog.png");
    position: absolute;
    top: 0;
    left: 0;
}

.catalog:after {
    content: url("/local/templates/sol/assets/img/right-background-catalog.png");
    position: absolute;
    bottom: 0;
    right: 0;
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.breadcrumbs a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #BCBEC0;
}

.breadcrumbs .breadcrumb-delimiter {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #BCBEC0;
}

.breadcrumbs .breadcrumb-last {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #0A274D;
}

.catalog-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    position: relative;
    z-index: 1;
    margin-top: 59px;
}

.catalog-element {
    display: flex;
    flex-direction: column;
    gap: 33.5px;
    padding: 20px 20px 30px 20px;
    background: #0A274D;
    border-radius: 10px;
    overflow: hidden;
}

.catalog-element .element-image {
    border-radius: 10px;
    overflow: hidden;
    background: white;
    max-height: 399px;
    height: -webkit-fill-available;
}

.catalog-element img {
    transition: all 1s;
    max-width: 460px;
    max-height: 399px;
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog-element:hover img {
    transform: scale(1.35);
}

.catalog-element .element-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.catalog-element .element-bottom svg rect, .catalog-element .element-bottom svg path {
    transition: all 1s;
}

.catalog-element:hover .element-bottom svg rect {
    fill: #2367BD;
}

.catalog-element:hover .element-bottom svg path {
    stroke: #FFFFFF;
}

.catalog-element .element-bottom .title {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.56px;
    max-width: 340px;
}

.catalog-element svg {
    width: 100%;
    max-width: 54px;
    max-height: 54px;
}

.fancybox__content {
    max-width: 1136px !important;
}

.fancybox__content {
    padding: 0 !important;
}

[data-fancybox-close] {
    cursor: pointer;
}

.success-title br {
    display: none;
}

.banner.about {
    margin-bottom: 40px;
}

.banner.about h1 {
    bottom: 156px;
}

.about-promo {
    padding: 60px 0 60px 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.about-promo-title {
    color: #0A274D;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 63.8px */
    letter-spacing: -3.48px;
    text-transform: capitalize;

}

.about-promo-description {
    color: #0A274D;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 46.2px */
    letter-spacing: -2.52px;
    max-width: 712px;
}

.about-text p {
    color: #0A274D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 712px;
}

.about-flex-right {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.about-flex-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 712px;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    border-top: 1px solid #0A274D;
    max-width: 712px;
}

.about-promo img {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.about-promo .swiper-horizontal > .swiper-pagination-bullets, .about-promo .swiper-pagination-bullets.swiper-pagination-horizontal, .about-promo .swiper-pagination-custom, .about-promo .swiper-pagination-fraction {
    left: -10px;
    margin-bottom: 6px;
}

.about-grey {
    position: relative;
    background: #F1F2F2;
}

.about-grey .about-promo {
    justify-content: space-between;
}

.about-grey .about-flex-left {
    position: relative;
    z-index: 2;
}

.about-flex-left img {
    width: 100%;
}

.about-grey .about-flex-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 2;
    align-items: flex-end;
}

.about-grey:after {
    content: url("/local/templates/sol/assets/img/about-promo-background.png");
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: -webkit-fill-available;
    height: -webkit-fit-content;
}

.banner.about .about-animation {
    position: relative;
    border-radius: 10px;
    background: #0A274D;
}

.banner.about .about-animation:before {
    content: '';
    height: 100%; /* Задаем нужную высоту */
    width: 100%; /* Задаем нужную ширину */
    background-image: url("/local/templates/sol/assets/img/about-animation.png");
    background-size: contain; /* Обеспечиваем сохранение пропорций */
    background-repeat: no-repeat;
    position: absolute;
    bottom: -27%;
    left: 0;
    z-index: 1;
    animation: moveUp 10s ease-in-out infinite;
}

.banner.about .about-animation:after {
    content: '';
    position: absolute;
    top: -31%;
    right: 0;
    z-index: 1;
    height: 100%; /* Задаем нужную высоту */
    width: 100%; /* Задаем нужную ширину */
    background-image: url("/local/templates/sol/assets/img/about-animation.png");
    background-size: contain; /* Обеспечиваем сохранение пропорций */
    background-repeat: no-repeat;
    background-position: right;
    animation: moveDown 10s ease-in-out infinite;
}

@keyframes moveUp {
    0% {
        bottom: -27%; /* Начальное положение */
    }
    50% {
        bottom: 53%; /* Двигаемся вверх на всю высоту контейнера */
    }
    100% {
        bottom: -27%; /* Возвращаемся в исходное положение */
    }
}

@keyframes moveDown {
    0% {
        top: -31%; /* Начальное положение */
    }
    50% {
        top: 59%; /* Двигаемся вниз на всю высоту контейнера */
    }
    100% {
        top: -31%; /* Возвращаемся в исходное положение */
    }
}

.banner.about img {
    opacity: 0;
}

.banner.product h1 {
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 63.8px */
    letter-spacing: -3.48px;
    text-transform: capitalize;
}

.product-title {
    color: #0A274D;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 46.2px */
    letter-spacing: -2.52px;
    margin-bottom: 40px;
}

.product-preview-text {
    color: #0A274D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
}

.product-info li {
    color: #0A274D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-info ul {
    list-style: none;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.product-info ul li {
    position: relative;
}

.product-info ul li::before {
    content: '•';
    color: #0A274D;
    font-size: 20px;
    position: absolute;
    left: -20px;
    top: -1px;
}
.tab-content .text img {
    width: 100%;
    height: auto;
}
.product-card {
    padding: 30px 0 60px 0;
}
.product-card .swiper-arrows {
    position: relative;
    top: 30px;
}

.product-preview {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0 160px 0;
}

.product-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 712px;
}

.product-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 40px;
    position: relative;
    max-width: 712px;
}


.send-request {
    color: #0A274D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding-left: 29.5px;
    padding-right: 29.19px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #0A274D;
    transition: all 1s;
    max-width: 210px;
    width: fit-content;
    height: 52px;
    cursor: pointer;
}

.send-request:hover {
    background: #2367BD;
    color: #FFF;
    border-color: transparent;
}

.tabs {
    display: flex;
    margin-bottom: 80px;
    gap: 30px;
}

.tab {
    padding: 15px 0;
    cursor: pointer;
    border-radius: 6px;
    background: #FFF;
    transition: all 0.5s ease;
    width: 100%;
    color: #0A274D;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 28.6px */
    letter-spacing: -1.56px;

}

.tab.active {
    background-color: #0A274D;
    color: #FFF;
}

.tab-content {
    display: none;
    animation: fade 1s;
    flex-direction: row;
    justify-content: space-between;
}

.tab-content.active {
    display: flex;
}

.tab-left {
    width: 100%;
    max-width: 712px;
}

.tab-right {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 712px;
}

.descSwiperMain .swiper-slide {
    width: 100% !important;
}

.tab-right .swiper-slide img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mySwiperMain .swiper-slide {
    width: 100% !important;
}

.product-left .swiper-slide img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.product-left .swiper-button-prev, .product-left .swiper-button-next {
    transition: all 0.5s;
    border-radius: 6px;
}

.product-left .swiper-button-next path, .product-left .swiper-button-prev path {
    transition: all 0.5s;
}

.product-left .swiper-button-prev:hover {
    background: #2367BD;
}

.product-left .swiper-button-prev:hover path {
    stroke: #FFF;
}

.product-left .swiper-button-next:hover {
    background: #2367BD;
}

.product-left .swiper-button-next:hover path {
    stroke: #FFF;
}

.full-width {
    max-width: unset;
    width: 100%;
}

.full-width .about-promo-description, .full-width .about-text, .full-width .about-text p {
    max-width: unset;
}

.tab-content .text {
    color: #0A274D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background-color: #2367BD;
    padding: 12.5px 20px 12.5px 20px;
    border: 1px solid #0A274D;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

tr th:nth-child(1) {
    border-right: none;
}

tr th:nth-child(2) {
    border-left: none;
}

td {
    border: 1px solid #0A274D;
    padding: 16.5px 20px 16.5px 20px;
    color: #0A274D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: baseline;
}

tbody tr:nth-child(even) {
    background: #F1F7FE;
}

#specifications.active {
    flex-direction: column;
}

#specifications ol {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#specifications ol li {
    list-style: auto;
    color: #0A274D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contacts {
    padding: 40px 0 33px 0;
}

.contact-block {
    padding: 22px 30px 22px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #0A274D;
    border-radius: 10px;
    justify-content: space-between;
    max-height: 198px;
}

.contact-block .title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-block .info p, .contact-block .info a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-block .info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-block .c-line {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact-block .row {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.one-third.column:nth-child(2) .contact-block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.info ul {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding-right: 87px;
}

.info ul li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.map {
    padding: 40px 0 60px 0;
}

#map {
    height: 371px;
}

.info-404 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 75px;
    gap: 30px;
}

.container.image {
    display: flex;
    align-items: center;
    padding-bottom: 75px;
    padding-top: 93px;
}

.page-404 img {
    width: 100%;
    max-width: 912px;
    margin: 0 auto;
}

.info-404 .title {
    color: #0A274D;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 63.8px */
    letter-spacing: -3.48px;
    text-transform: capitalize;
}

.description {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 712px;
}

.description p {
    color: #0A274D;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.description a {
    display: flex;
    padding: 14px 30px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #0A274D;
    color: #0A274D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 185px;
    transition: all 1s;
}

.description a:hover {
    background: #2367BD;
    color: #FFF;
    border-color: transparent;
}

.catalog.news {
    position: relative;
    z-index: 1;
}

.catalog.news:before {
    content: url("/local/templates/sol/assets/img/news-left.png");
    position: absolute;
    bottom: -2%;
    left: 0;
    top: unset;
    z-index: -1;
}

.catalog.news:after {
    content: url("/local/templates/sol/assets/img/news-right.png");
    position: absolute;
    bottom: 33%;
    right: 0;
    z-index: -1;
}

.catalog.news.not-enough-news:after, .catalog.news.not-enough-news:before {
    bottom: 0;
    height: -webkit-fill-available;
}

.catalog.news .breadcrumbs {
    margin-bottom: 60px;
}

.pagination {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-top: 60px;
    justify-content: flex-end;
}

.pagination .arrow.disabled {
    cursor: default;
}

.pagination .arrow path {
    stroke: #0A274D;
}

.pagination .arrow.disabled path {
    stroke: #BCBEC0;
}

.pagination .page-link {
    padding: 5px;
    border-radius: 4px;
    color: #0A274D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: normal;
}

.pagination .page-link.active {
    background: #2367BD;
    color: #FFF;
}

.product-left .swiper-button-next, .product-left .swiper-button-prev {
    width: auto;
    position: relative;
    height: 100%;
}

.product-left svg {
    width: 56px;
    height: 56px;
}

.product-left .swiper-custom-arrows {
    justify-content: flex-end;
}

.news-card .product-left {
    max-width: 924px;
}

.news-card .product-right {
    max-width: 606px;
}

.news-card .swiper-custom-arrows {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.news-top {
    padding: 30px 0 60px 0;
}

.mySwiperNews {
    position: relative;
}

.news-bottom {
    padding: 60px 0 60px 0;
    position: relative;
    background: #F1F2F2;
    overflow: hidden;
}

.page-404 {
    padding: 0 0 120px 0;
}

.news-bottom.left-bg {
    background: #FFF;
    padding: 70px 0 70px 0;
}

.news-bottom .product-right {
    overflow: hidden;
    gap: 14px;
}

.news-bottom:after {
    content: url("/local/templates/sol/assets/img/news-detail-background.png");
    position: absolute;
    top: 70px;
    right: 0;
}

.news-bottom.left-bg:after {
    content: unset;
    /*left: 0;*/
    /*right: unset;*/
    /*z-index: 1;*/
    /*top: -33px;*/
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
}

.news-bottom.left-bg .product-preview {
    position: relative;
    z-index: 2;
}

.product-date {
    color: #2367BD;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-card .product-title {
    color: #0A274D;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 63.8px */
    letter-spacing: -3.48px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 30px;
}

.news-card .product-preview-text {
    color: #0A274D;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-top: 1px solid #0A274D;
    padding-top: 30px;
}

.news-card .product-info, .news-bottom .product-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-card p, .news-bottom p {
    color: #0A274D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-card.product-preview {
    gap: 30px;
    padding: 60px 0 0 0;
}

.news-bottom .product-info {
    border-top: 1px solid #0A274D;
    padding-top: 30px;
}

.news-bottom .product-left {
    gap: 0;
    z-index: 2;
}

.news-bottom .product-title {
    margin-bottom: 30px;
}

.news-bottom .product-preview {
    padding: 0;
}

.news-bottom .product-preview {
    align-items: center;
}

.mySwiperNews img {
    height: -webkit-fill-available;
}

.news-bottom .product-right .swiper-slide img {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.career-card .product-preview-text {
    border-top: 1px solid #0A274D;
    padding-top: 30px;
}

.career-card .news-card .product-title {
    margin: 0;
}

.career-card .product-left svg {
    width: 100%;
    height: 100%;
}

.vacancy-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.vacancy {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vacancy-title {
    color: #0A274D;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 46.2px */
    letter-spacing: -2.52px;
    text-transform: capitalize;
}

.vacancy-description {
    color: #0A274D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 606px;
}

.product-preview.career-card {
    padding: 0;
}

.banner.dealers h1 {
    bottom: 134px;
}

.dealers-button {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 0;
}

.banner.dealers a {
    border-radius: 6px;
    border: 1px solid #FFF;
    background: transparent;
    font-size: 20px;
    display: flex;
    padding: 15px 30px;
    color: #FFF;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    transition: all 0.5s;
}

.banner.dealers a:hover {
    background: #2367BD;
    border-color: transparent;
}

.dealers-section {
    background: #F1F2F2;
}

.dealers-list {
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

.dealers-title {
    color: #0A274D;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 46.2px */
    letter-spacing: -2.52px;
    text-transform: capitalize;
}

.country-title {
    color: #0A274D;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 28.6px */
    letter-spacing: -1.56px;
    border-radius: 6px;
    border: 1px solid #0A274D;
    background: #FFF;
    transition: all 0.5s;
}

.hidden-title {
    color: #0A274D;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 28.6px */
    letter-spacing: -1.56px;
    cursor: default;
}

.hidden-contact-title {
    color: #0A274D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 50%;
}

.hidden-contact-text {
    color: #0A274D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.dealers-element {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.dealers-element svg {
    cursor: pointer;
    transition: all 1s;
}

.country-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 367px;
    padding: 8px 8px 8px 20px;
    cursor: pointer;
}

.dealers-country {
    max-width: 367px;
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.dealers-country.simple {
    min-width: 367px;
}

.country-hidden {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 0;
    opacity: 0;
    transition: all 1s;
}

.hidden-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    visibility: hidden;
}

.hidden-contact {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.dealers-countries {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.country-hidden.active {
    max-height: 1000px;
    opacity: 1;
}

.country-hidden.active .hidden-contacts {
    visibility: visible;
}

.dealers-country.active .country-title {
    background: #0A274D;
}

.dealers-country.active .country-title .text {
    color: #FFF;
    border-color: transparent;
}

.country-title .text {
    text-transform: capitalize;
}

.dealers-country.active svg {
    transform: rotate(180deg);
}

.hidden-contact-text a {
    color: #0A274D;
}

.dealers-country.active rect {
    stroke: #FFF;
}

.dealers-country.active path {
    stroke: #FFF;
}

.dealers-list {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.dealers-countries.simple {
    justify-content: space-between;
}

.dealers-country.simple .country-title {
    padding: 0;
    background: unset;
    border: unset;
}

.dealers-country.simple {
    max-width: 291px;
}

.dealers-country.simple .country-title .text {
    color: #0A274D;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 28.6px */
    letter-spacing: -1.56px;
}

.career-card .product-right {
    max-width: 817px;
}

.career-card .product-preview-text {
    font-size: 24px;
}

.country-title path, .country-title rect {
    transition: all 1s;
}

.country-title svg:hover path {
    stroke: white;
}

.country-title svg:hover rect {
    fill: #2367BD;
    stroke: transparent;
}

.dealers-section {
    position: relative;
    z-index: 2;
}

.dealers-section:after {
    content: url("/local/templates/sol/assets/img/dealers-bg.png");
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 1;
}

/* Стиль для ссылки с языком */
.language-selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.language-selector svg {
    margin-left: 5px;
}

/* Выпадающий список (изначально скрыт) */
.dropdown {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1;
}

.dropdown a {
    color: black;
    text-decoration: none;
    display: block;
}

.language-selector.active .dropdown {
    display: block;
}
#specifications img {
    width: 100%;
    height: 100%;
}
.review-text.hidden {
    display: none;
}
.privacy {
    padding: 50px 0 50px 0;
}
.privacy p {
    max-width: unset;
    font-size: 20px;
}
.privacy ul {
    padding: revert;
}
.privacy li {
    list-style: disc;
    margin: 0;
    color: #0A274D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#options {
    flex-direction: column;
}
@media screen and (max-width: 1600px) {
    .container {
        padding: 0 20px;
    }

    .advantage {
        width: 44.9%;
    }

    .directions .news-list {
        gap: 54px;
    }

    .banner h1 {
        right: 0;
        font-size: 7rem;
    }

    .banner.product h1 {
        font-size: 7rem;
    }

    .banner.dealers h1 {
        width: 96.087%;
        right: unset;
    }

    .dealers-button {
        width: 96.087%;
    }

}

@media screen and (max-width: 1551px) {
    .advantage {
        width: 44.8%;
    }
    .news-pagination .news-preview img {
        max-width: unset;
    }
    .directions .news-list {
        gap: 83px;
        justify-content: unset;
    }

    .news-element {
        width: 28%;
    }
}

@media screen and (max-width: 1550px) {

    .dropdown-menu {
        padding: 30px 60px 22px 60px;
    }

    .footer__block:nth-child(3) {
        gap: 60px;
    }

    .footer__block:nth-child(3) ul {
        gap: 40px;
    }

    .about-us__title svg {
        left: 5%;
    }

}

@media screen and (max-width: 1522px) {

    .advantage {
        width: 44.7%;
    }

    .news-element {
        width: 32%;
    }

    .news-list {
        gap: 0;
        row-gap: 30px;
        justify-content: space-between;
    }

    .directions .news-list {
        gap: 80px;
    }

    .directions .news-element {
        width: 28%;
    }
}

@media screen and (max-width: 1495px) {

    .advantage {
        width: 44.6%;
    }

    .product-left, .product-right, .tab-left, .tab-right {
        max-width: 606px;
    }

}

@media screen and (max-width: 1468px) {
    .advantage {
        width: 44.5%;
    }

    .contacts-info .contact-block {
        flex-direction: column;
        gap: 15px;
        max-height: unset;
        justify-content: flex-start;
    }

    .contacts-info .contact-block .row {
        flex-direction: column;
        gap: 15px;
    }

    .contacts-info .contact-block .row br {
        display: none;
    }

    .contacts-info .title {
        text-align: center;
    }
}

@media screen and (max-width: 1442px) {
    .advantage {
        width: 44.4%;
    }

    .about-grey:after {
        bottom: -25px;
    }
}

@media screen and (max-width: 1430px) {
    .about-us__title svg {
        left: 3%;
    }
}

@media screen and (max-width: 1417px) {
    .advantage {
        width: 44.3%;
    }

    .reviews .flex-block {
        flex-direction: column;
        gap: 50px;
    }
}

@media screen and (max-width: 1393px) {
    .advantage {
        width: 44.2%;
    }
}

@media screen and (max-width: 1380px) {
    header {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        left: -40px;
        margin-bottom: 20px;
    }

    .page-main__large-text {
        font-size: 60px;
    }

    .page-main__medium-text {
        font-size: 60px;
    }

    .page-main__small-text {
        font-size: 20px;
    }

    .page-main__link {
        font-size: 16px;
        padding: 10px 15px;
    }

    .about-us__title svg {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .dropdown-menu {
        padding: 30px 30px 22px 30px;
    }

    .footer__block:nth-child(3) {
        flex-direction: column;
    }

    .flex-block {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
}

@media screen and (max-width: 1370px) {
    .advantage {
        width: 44.1%;
    }
}

@media screen and (max-width: 1347px) {
    .advantage {
        width: 44%;
    }
}

@media screen and (max-width: 1326px) {
    .advantage {
        width: 43.9%;
    }
}

@media screen and (max-width: 1305px) {
    .advantage {
        width: 43.8%;
    }
}

@media screen and (max-width: 1284px) {

    .advantage {
        width: 43.7%;
    }

    .product-left, .product-right, .tab-left, .tab-right {
        max-width: 550px;
    }

}

@media screen and (max-width: 1263px) {
    .advantage {
        width: 43.6%;
    }
}

@media screen and (max-width: 1245px) {
    .advantage {
        width: 43.5%;
    }
}

@media screen and (max-width: 1230px) {
    .dropdown-menu {
        padding: 30px 15px 22px 15px;
    }
}

@media screen and (max-width: 1227px) {
    .advantage {
        width: 43.4%;
    }
}

@media screen and (max-width: 1209px) {
    .advantage {
        width: 43.3%;
    }

    .directions .news-element {
        width: 100%;
        max-width: unset;
    }

    .directions .news-list {
        gap: 60px;
    }

    .about-promo {
        flex-direction: column;
    }

    .about-promo img {
        width: 100%;
        border-radius: 10px;
    }

    .about-flex-left .about-promo-title, .about-flex-right .about-promo-title {
        max-width: unset;
    }

    .about-flex-left .about-promo-description, .about-flex-right .about-promo-description {
        max-width: unset;
    }

    .about-flex-left p, .about-flex-right p {
        max-width: unset;
    }

    .about-flex-right {
        width: 100%;
    }

    .about-flex-left {
        max-width: unset;
    }

    .about-text {
        max-width: unset;
    }

    .about-grey .about-flex-right {
        align-items: flex-start;
    }
}

@media screen and (max-width: 1192px) {
    .advantage {
        width: 43.2%;
    }
    #specifications.active {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 1175px) {
    .advantage {
        width: 43.1%;
    }

    .product-left, .product-right, .tab-left, .tab-right {
        max-width: 450px;
    }
}

@media screen and (max-width: 1157px) {
    .advantage {
        width: 43%;
    }
}

@media screen and (max-width: 1141px) {
    .advantage {
        width: 42.9%;
    }
}

@media screen and (max-width: 1127px) {
    .advantage {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .banner.about h1 {
        bottom: 100px;
    }

    .news-element {
        width: 49%;
    }

    .advantage {
        width: 100%;
    }

    .page__footer {
        flex-wrap: wrap;
    }

    .page__footer .vertical-border {
        display: none;
    }

    .footer__block:nth-child(3) {
        flex-direction: row;
    }

    .description-with-button {
        margin-left: 0;
    }

    .page-main__medium-text {
        margin-left: 0;
    }

}

@media screen and (max-width: 992px) {
    .header {
        position: fixed;
        width: 100%;
        z-index: 999999999;
        background: white;
    }
    .banner, .page-main-banner, .news-top {
        padding-top: 130px;
    }
    .catalog-element.full-width {
        width: auto;
    }
    .catalog-element img {
        width: 100%;
        max-width: unset;
        max-height: unset;
    }
    .news-card .product-right {
        max-width: unset;
    }

    .pagination {
        justify-content: center;
    }

    .contacts-info .row {
        flex-direction: column;
        gap: 20px;
    }

    .contacts-info .contact-block {
        height: auto !important;
    }

    .info ul {
        padding: 0;
    }

    .contacts-info .one-third.column {
        width: 100%;
        margin: 0;
    }

    .tab {
        padding: 20px 20px;
        display: flex;
        align-items: center;
        letter-spacing: 0;
    }

    .tabs {
        padding-bottom: 20px;
        margin-bottom: 20px;
        overflow-x: scroll;
        gap: 40px;
    }

    .breadcrumbs {
        flex-wrap: wrap;
    }

    .product-left, .product-right, .tab-left, .tab-right {
        max-width: unset;
    }

    .tab-content {
        flex-direction: column;
        gap: 40px;
    }

    .product-preview {
        flex-direction: column;
        gap: 40px;
        padding: 60px 0 60px 0;
    }

    .about-flex-left {
        width: 100%;
    }

    .success-title br {
        display: block;
    }

    .success-content {
        padding: 60px 40px 40px 40px;
    }

    .success-content {

    }

    .banner h1 {
        right: 0;
        font-size: 5rem;
    }

    .banner.product h1 {
        font-size: 5rem;
    }

    .catalog-list {
        flex-direction: column;
        margin-top: 30px;
    }

    .directions .news-element:hover .news-info {
        max-width: unset;
    }

    .reviews .flex-block {
        align-items: flex-start;
    }

    .partners .flex-block {
        align-items: flex-start;
    }

    .feedback .flex-block {
        align-items: flex-start;
    }

    .feedback-form {
        max-width: unset;
    }

    .directions .separator, .feedback .separator {
        display: none;
    }

    #success-popup .success-image {
        display: none;
    }

    .feedback .row {
        flex-direction: column;
    }

    .form-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .feedback-form label {
        max-width: unset;
    }

    .custom-select input {
        border-left: 1px solid #BDBDBD !important; /* Цвет границы */
    }

    .reviews .swiper-wrapper {
        width: auto;
    }

    .swiper-reviews {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .reviews .swiper-arrows {
        position: initial;
        justify-content: space-between;
        gap: 0;
    }

    .reviews .flex-block {
        padding: 20px;
    }

    header nav {
        display: none;
    }

    header .header-info {
        display: none;
    }

    header .mobile {
        display: flex;
    }

    .burger-menu {
        position: fixed;
        left: -75%;
        top: 0;
        width: 75%;
        height: 100%;
        background: #fff;
        color: #000;
        overflow-y: auto;
        transition: left 0.3s ease;
        z-index: 1000;
    }

    .burger-menu-content {
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .burger-menu.open {
        left: 0;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    }

    .burger-button {
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1001;
        padding: 10px;
    }

    .burger-icon {
        width: 30px;
        height: 3px;
        background-color: #333;
        position: relative;
        transition: all 0.3s ease;
    }

    .burger-icon::before,
    .burger-icon::after {
        content: '';
        width: 30px;
        height: 3px;
        left: 0;
        background-color: #333;
        position: absolute;
        transition: all 0.3s ease;
    }

    .burger-icon::before {
        transform: translateY(-10px);
    }

    .burger-icon::after {
        transform: translateY(10px);
    }

    .burger-button.open .burger-icon {
        transform: rotate(45deg);
    }

    .burger-button.open .burger-icon::before {
        transform: rotate(90deg) translateX(0px);
    }

    .burger-button.open .burger-icon::after {
        transform: rotate(90deg) translateX(0px);
    }

    .burger-menu ul {
        list-style-type: none;
        padding: 0;
    }

    .burger-menu ul ul {
        padding-left: 20px;
    }

    .burger-menu li {
        margin: 10px 0;
    }

    .burger-menu a {
        color: #0A274D;
        text-decoration: none;
        font-size: 16px;
    }

    .burger-menu a:hover {
        text-decoration: underline;
    }

    .burger-other {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
    }

    header {
        justify-content: space-between;
    }

    .page-main__large-text {
        font-size: 40px;
        letter-spacing: 0;
    }

    .page-main__medium-text {
        font-size: 40px;
        letter-spacing: 0;
    }

    .page-main__small-text {
        font-size: 26px;
        letter-spacing: 0;
    }

    .page-main__link {
        font-size: 14px;
        padding: 5px 10px;
    }

    .description-with-button {
        gap: 20px;
    }

    .flex-block {
        align-items: flex-start;
    }

    .directions .news-info {
        width: 100%;
        max-width: unset;
        order: 2;
        position: initial;
    }

    .directions .news-preview {
        order: 1;
    }

    .directions .news-info .arrow {
        display: none;
    }

    .show-more-directions {
        opacity: 1;
        height: auto;
        max-height: unset;
    }

    .directions .news-element {
        gap: 0;
    }
}

@media screen and (max-width: 820px) {
    .reviews .swiper-slide {
        max-width: 679px;
    }

    .page__footer {
        flex-direction: column;
        gap: 40px;
    }

    .footer-contacts {
        flex-direction: column;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    #specifications.active {
        overflow-x: scroll;
    }

    .reviews .swiper-slide {
        max-width: 626px;
    }

    .banner h1 {
        right: 0;
        font-size: 4rem;
        letter-spacing: 0;
        bottom: 10px;
    }

    .banner.product h1 {
        font-size: 4rem;
    }

    .banner.about h1 {
        bottom: 70px;
    }

    .banner.dealers a {
        padding: 5px 10px;
    }

    .dealers-button {
        bottom: 10px;
    }

    .banner.dealers h1 {
        bottom: 70px;
    }
}

@media screen and (max-width: 600px) {
	.news-card .product-title {
		font-size: 42px;
	}
    .banner.about h1 {
        bottom: 45px;
    }

    .banner.product h1 {
        font-size: 3rem;
    }

    .success-title {
        font-size: 36px;
    }

    .reviews .swiper-slide {
        max-width: 310px;
    }

    .news-element {
        width: 100%;
        row-gap: 30px;
        justify-content: space-between;
    }

    .description-with-button {
        flex-direction: column;
    }

    .page-main__large-text {
        margin-bottom: 20px;
    }

    .page-main__medium-text {
        margin-bottom: 20px;
    }

    .news-preview-text {
        width: 100%;
        max-width: unset;
    }

    .directions .news-element {
        justify-content: normal;
    }

    .directions .news-preview img {
        height: 100%;
    }

    .directions .news-preview {
        border-radius: 10px 10px 0 0;
    }

    .catalog-element .element-bottom {
        gap: 30px;
    }

    .banner h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 440px) {
    .footer__block:nth-child(3) {
        flex-direction: column;
    }
    .about-us__title, .advantages__title {
        font-size: 50px;
    }

    .news-heading {
        max-width: 301px;
    }
    .banner h1 {
        font-size: 2.5rem;
    }

    .banner.product h1 {
        font-size: 2rem;
        letter-spacing: -0.48px;
    }

    .dealers-button {
        width: 92.087%;
    }

    .banner.dealers h1 {
        bottom: 54px;
        width: 92.087%;
    }

    .banner.dealers a {
        font-size: 14px;
    }
}

@media screen and (max-width: 415px) {
    .reviews .swiper-slide {
        max-width: 280px;
    }
}

@media screen and (max-width: 400px) {
    .success-title {
        font-size: 26px;
    }

    .banner.product h1 {
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .success-description {
        font-size: 20px;
    }

    .fancybox__content {
        width: 100%;
    }

    .reviews .swiper-slide {
        max-width: 250px;
    }

    .banner h1 {
        font-size: 2rem;
    }
}

/* End */
/* /local/templates/sol/assets/css/skeleton.css?17328742407707 */
/* /local/templates/sol/assets/css/normalize.css?17328742407797 */
/* /local/templates/sol/assets/css/main.css?173313524065889 */
