/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /*  -webkit-tap-highlight-color: rgba(245, 245, 249, 0.5); */
    /* -webkit-tap-highlight-color: rgb(245, 245, 249) */
    /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    border-radius: 0;
    -webkit-border-radius: 0
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}


.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

@font-face {
    font-family: 'als_rublregular';
    src: url('../media/fonts/rouble-webfont.eot') format('eot');
    src: url('../media/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
        url('../media/fonts/rouble-webfont.woff2') format('woff2'),
        url('../media/fonts/rouble-webfont.woff') format('woff'),
        url('../media/fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../media/fonts/ProximaNova-Regular.woff2") format("woff2"), url("../media/fonts/ProximaNova-Regular.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Bold";
    src: url("../media/fonts/ProximaNova-Bold.woff2") format("woff2"), url("../media/fonts/ProximaNova-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Semibold";
    src: url("../media/fonts/ProximaNova-Semibold.woff") format("woff"), url("../media/fonts/ProximaNova-Semibold.ttf") format("ttf"), url("../media/fonts/ProximaNova-Semibold.eot") format("eot");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    line-height: 150%;
    /* position: relative; */
    color: #48494D;
    /* cursor: pointer; */
    font-family: "Proxima Nova", sans-serif;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none;
}

.modal *,
.modal *::before,
.modal *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}


/*   ==========================End normalize====================================== */

/* Start Global Block CSS */
.semibold {
    font-weight: 600;
    font-family: "Proxima Nova Semibold", sans-serif;
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: #E2E5EB;
    opacity: 0.5;
    border-radius: 2px;
}

.custom-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #E2E5EB;
    opacity: 0.5;
    border-radius: 2px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    opacity: 0.5;
    border-radius: 2px;
    background: #B1B4C1;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */


.text-uppercase {
    text-transform: uppercase;
}

.rub {
    text-transform: lowercase;
    font-family: 'als_rublregular';
    /*   position: relative;
  height: auto; */
}

/* .rub:before {
    content: '–';
    font-size: inherit;
    width: 100%;
    line-height: 1px;
    position: absolute;
    color: inherit;
    bottom: 38%;
    -webkit-transform: translateY(-38%);
        -ms-transform: translateY(-38%);
            transform: translateY(-38%);
    left: -1px;
}
.rub:after {
    content: '-';
    font-size: inherit;
    line-height: 1px;
    position: absolute;
    color: inherit;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1px;
} */
.pointer {
    cursor: pointer !important;
}

p {
    padding-bottom: 20px;
}

p+h2 {
    padding-top: 20px;
}

p+ul,
p+ul.list2,
p+ul.list {
    margin: 0;
    margin-bottom: 20px;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* --------------- End Global Block CSS ---------------------*/

/* Start Animation CSS */

/* ------------------End Animation CSS ------------------*/

/* Start Typography Block */
/* Новое ../04.2023 */
h1,
.h1,
h2,
h3 {
    font-family: "Proxima Nova Semibold", sans-serif;
    font-weight: 600
}

/* Конец новое ../04.2023 */
.heading_black {
    color: #48494D;
}

.heading_white {
    color: #ffffff
}

/* Новое ../04.2023 */
h1,
.h1 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 30px;
    width: 100%;
}

/* Конец новое ../04.2023 */
h2 {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 30px;
    width: 100%;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 25px;
    width: 100%
}

h2.heading_big {
    font-size: 30px;
    line-height: 36px;
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    h2.heading_big {
        font-size: 25px;
        line-height: 37px;
    }

    h1 {
        font-size: 25px;
        line-height: 37px;
    }
}

/* ------------ End Typography Block ---------------*/


/* Start Layout Grid Block */
section {
    padding: 50px 0
}

section.white {
    background-color: #ffffff;
}

section.grey {
    background-color: #F5F5F9;
    margin: 50px 0;
}

section.section-first {
    padding-top: 20px !important;
}

.new-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}

.flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

@media screen and (max-width: 1199px) {
    .new-container {
        padding: 0 20px
    }

    section {
        padding: 40px 0
    }

    section.grey {
        margin: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .new-container {
        padding: 0 16px
    }
}





/* ----------------- End Layout Grid Block ------------------*/

/* Start Buttons Block */
.btn {
    display: inline-block;
    height: 50px;
    border: none;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Proxima Nova Semibold", sans-serif;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn.btn_mini {
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
}

.btn.btn_blue {
    padding: 0 20px;
    background-color: #0049B7;
    color: #ffffff;
}

/* Новое 29.11.2022 */
.btn.btn-contur_white {
    color: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #FFFFFF;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn.btn-contur_white:hover,
.btn.btn-contur_white:active {
    background: #ffffff;
    border-color: transparent;
    color: #0049B7;
}

/* End Новое 29.11.2022 */

.btn.btn_blue.disabled {
    background-color: #D7D9DF;
    cursor: default
}

.btn.btn_blue:not(.disabled):hover,
.btn.btn_blue:not(.disabled):active {
    background-color: #0055D4;
}

.btn.btn_contur-blue {
    padding: 0 24px;
    background-color: #ffffff;
    color: #0049B7;
    border: 1.5px solid #0049B7
}

.btn.btn_contur-blue.disabled {
    border-color: #D7D9DF;
    color: #D7D9DF;
    cursor: default;
}

.btn.btn_contur-blue:not(.disabled):hover,
.btn.btn_contur-blue:not(.disabled):active {
    background-color: #0049B7;
    color: #ffffff
}

.btn.btn_blue-radius {
    border-radius: 5px;
}

.btn.btn_with-arrow {
    padding-right: 66px;
    position: relative;
    font-size: 15px;
}

.btn.btn_with-arrow:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1.5px;
    background-color: #ffffff;
    right: 24px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .btn.btn_with-arrow:before {
        top: 51%;
        -webkit-transform: translateY(-51%);
        -ms-transform: translateY(-51%);
        transform: translateY(-51%)
    }
}

.btn.btn_with-arrow:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 23px;
    top: 21px;
    left: auto;
}

.btn.btn_contur-grey {
    padding: 0 15px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    color: #48494D;
    border: 1px solid #D7D9DF;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    ;
}

.btn.btn_contur-grey:not(.disabled):hover,
.btn.btn_contur-grey:not(.disabled):active {
    border-color: #48494D
}

.btn_uppercase {
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* .btn .fa, .btn .fas {
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
} */
.btn_wrapper-withtooltip .icon_tooltip {
    vertical-align: top;
    margin-left: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .btn:not(.btn_mini):not(.btn_contur-grey) {
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }

    .btn.btn_blue:not(.btn_with-arrow):not(.btn_mini),
    .btn.btn_contur-blue,
    .btn.btn_blue-radius {
        padding: 0 50px;
    }

    /*   .btn.btn_with-arrow:after {
    top: 31px
  } */

    .btn.btn_blue-radius {
        border-radius: 0;
    }
}

@media screen and (max-width: 767px) {
    .btn_wrapper {
        text-align: center;
    }

    .btn:not(.btn_mini):not(.btn_contur-grey) {
        /* width: 100%; */
        width: 288px;
        margin: 0 auto;
        padding: 0;
    }

    .btn_wrapper-withtooltip .btn:not(.btn_mini):not(.btn_contur-grey) {
        width: 252px;
    }

    .btn_wrapper-withtooltip .btn.btn_blue {
        padding: 0 10px;
    }

    .btn.btn_blue-radius {
        border-radius: 0
    }

    .btn.btn_with-arrow {
        padding: 0 50px 0 15px
    }
}

/*--------------- End Buttons Block ---------------*/


/* Start Labels Block CSS */
/* .label {
  cursor: default;
 
} */
.label .rub {
    font-weight: normal;
}

.label.label_contur-gradient {
    padding: 1px;
    position: relative;
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    /*   z-index: 0; */
}

/* .label.label_contur-gradient:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
  background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
  background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
} */


.label_wrapper {
    background-color: #ffffff;
    padding: 8px 10px 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 28px;
}

.label_wrapper .label-exclamation {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #D7D9DF;
    text-align: center;
    line-height: 14px;
    color: #6D3781;
    font-size: 10px;
    margin-right: 7px;
    -webkit-transition: color.2s ease;
    -o-transition: color.2s ease;
    transition: color.2s ease;
}

.label_wrapper .text {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 10px;
    color: #6D3781;
    line-height: 12px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

/* .labels_wrapper .text .fa {
    font-size: 8px;
} */
@media screen and (min-width: 1200px) {
    .label.label_contur-gradient:hover {
        background: -o-linear-gradient(left, #0049B7 0%, #0049B7 106.85%);
        background: -webkit-gradient(linear, left top, right top, from(#0049B7), color-stop(106.85%, #0049B7));
        background: linear-gradient(90deg, #0049B7 0%, #0049B7 106.85%);
    }

    .label.label_contur-gradient:hover .label_wrapper .label-exclamation,
    .label.label_contur-gradient:hover .label_wrapper .text {
        color: #0049B7
    }
}

.label:not(.label_contur-gradient):not(.label_contur-gradient-bounce) {
    padding: 10px 13px 8px;
    color: #ffffff;
    font-size: 10px;
    line-height: 12px;
    z-index: 1;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.label.label_bg {
    background-color: #0049B7;
}

/* Новое ../05.2023 */
.label.label_radius:not(.label_contur-gradient):not(.label_contur-gradient-bounce) {
    border-radius: 5px;
    text-transform: none !important;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 10px;
    letter-spacing: 0;
}

/* Конец Новое ../05.2023 */
.label.label_gradient {
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
}

.label.label_contur-gradient-bounce {
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
    padding: 1px;
    border-radius: 50px;
}

.label.label_contur-gradient-bounce .label_wrapper {
    border-radius: 50px;
    padding: 6px 10px 4px;
    font-size: 16px;
    line-height: 19px;
    color: #6D3781;
}

/* -------------- End Labels Block CSS -------------*/



/* Start List Block CSS */
.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list_item {
    margin-bottom: 7px;
    position: relative;
    padding-left: 18px;
}

.list_item:last-child {
    margin-bottom: 0;
}

/* .list_item .fa {
  font-size: 12px;
} */
.list_item:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0049B7;
    left: 0;
    top: 9px;
}

.list_tooltip-wrapper {
    padding: 30px 25px;

    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 20px #E5E7EE;
    box-shadow: 0px 2px 20px #E5E7EE;
}

.list.border_under {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}

.underlist_text {
    padding: 10px 0 0 18px;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .list_tooltip-wrapper {
        padding: 35px 15px 15px;
        width: 50%;
        margin: 0 auto;
        position: relative;
        top: 50%;
        -webkit-box-shadow: 0px 0px 5px #E5E7EE;
        box-shadow: 0px 0px 5px #E5E7EE;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 5px;
    }
}

/* ---------- End List Block CSS ------------*/

/* Start ToolTipster Block CSS */
.tooltip_templates {
    display: none;
}

.tooltip_wrapper {
    position: relative;
}

.tooltip:not(.flex-block):not(.icon_wrapper-svg) {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tooltip_content {
    position: absolute;
    ;
    /*     background-color: #ffffff;
    box-shadow: 0px 2px 20px #E5E7EE; */
    z-index: 5;
    cursor: default;
    display: none;
}

.tooltip:hover {
    cursor: pointer
}

.tooltip_content:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.tooltip_content:not(.tooltip-share):after {
    bottom: -10px;
    border-width: 10px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
}

.tooltip_content.tooltip-share:after {
    top: -10px;
    border-width: 0 15px 10px 15px;
    border-color: transparent transparent #ffffff transparent;
}

.tooltip_content:not(.tooltip-base--over-left):not(.tooltip-base--over-right):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_content.tooltip-base--over-right:after {
    right: 0
}

.tooltip-wrapper .tooltip_text {
    color: #48494D
}

.tooltip-wrapper.attention {
    font-size: 14px;
    line-height: 21px;
    padding: 20px 20px 20px 40px;
    max-width: 210px;
}

.tooltip-wrapper.question {
    width: 280px;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px 20px 48px;
}

.tooltip-wrapper.question .close-btn,
.tooltip-wrapper.auto-card_icons .close-btn {
    display: none;
}

.tooltip-wrapper.comparison {
    width: 224px;
    padding: 35px 20px 20px;
    font-size: 14px;
    line-height: 17px;
    color: #48494D;
    text-align: center;
}

.tooltip-wrapper.comparison-ok .btn_wrapper {
    padding: 0;
    padding-top: 10px;
}

.tooltip-wrapper.credit {
    max-width: 256px;
    padding: 20px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;

}

.tooltip-wrapper.attention:before,
.tooltip-wrapper.question:before {
    position: absolute;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    font-family: 'Proxima Nova Semibold';
}

.tooltip-wrapper.attention:before {
    content: "!";
    background-color: #D90008;
    top: 10px;
    left: 10px;
}

.tooltip-wrapper.question:before {
    content: "?";
    background-color: #0049B7;
    top: 20px;
    left: 20px;
}

.tooltip-wrapper.auto-card_icons {
    padding: 20px;
    width: 155px;
    text-align: center;
    background-color: #ffffff;
}

.tooltip-wrapper.auto-card_icons .tooltip_text {
    color: #000000
}

.tooltip-wrapper {
    /*  height: 100%; */
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 20px #E5E7EE;
    box-shadow: 0px 2px 20px #E5E7EE;
    position: relative;
}

.tooltip_content .close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    left: auto;
    cursor: pointer;
}

.tooltip_content .close-btn:before,
.tooltip_content .close-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #D7D9DF;
    border-radius: 50px;
    top: 50%;
    right: 0;
    left: auto;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.tooltip_content .close-btn:active:before,
.tooltip_content .close-btn:active:after {
    background-color: rgba(72, 73, 77, 0.5);
}

.tooltip_content .close-btn:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.tooltip_content .close-btn:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

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

    .tooltip-wrapper.question .close-btn,
    .tooltip-wrapper.auto-card_icons .close-btn {
        display: block;
    }

    .tooltip-wrapper.auto-card_icons {
        padding: 30px 20px 20px;
    }

    /* new ../08.2023 */
    .tooltip_content.tooltip-base {
        display: block;
        z-index: 4;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: rgba(0, 0, 0, .8);
    }

    /*end new ../08.2023 */
    .tooltip_content.tooltip-base .tooltip-wrapper {
        margin: 0 auto;
        top: 50%;
        -webkit-box-shadow: 0px 0px 5px #E5E7EE;
        box-shadow: 0px 0px 5px #E5E7EE;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tooltip_content:after {
        content: none
    }
}

@media screen and (max-width: 1199px) {
    .tooltip-wrapper.question {
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .tooltip_content.tooltip-base .tooltip-wrapper:not(.share) {
        width: 288px;
    }
}

/*--------- End ToolTipster Block CSS -------------*/


/* Start Tags Block CSS */
.tag_link {
    display: inline-block;
    margin: 7.5px 10px;
    padding: 6px 15px 7px;
    border-radius: 50px;
    color: rgba(72, 73, 77, .7);
    background-color: #F0F0F4;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.tag_link.more {
    margin: 0;
    position: absolute;
    top: 7.5px;
    right: 10px;
}

@media screen and (min-width: 1200px) {
    .tag_link:not(.tag_link-close):hover {
        background-color: #0049B7;
        color: #ffffff
    }
}

.tag_link:not(.tag_link-close).active {
    background-color: #0049B7;
    color: #ffffff
}

.tag_link.tag_link-close {
    padding: 5px 37px 6px 15px;
    position: relative;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #F0F0F4
}

.tag_link.tag_link-close:before,
.tag_link.tag_link-close:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #D7D9DF;
    border-radius: 50px;
    top: 50%;
    right: 12px;
    left: auto;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.tag_link.tag_link-close:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.tag_link.tag_link-close:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.tag_link.tag_link-close:hover {
    border-color: #0049B7;
    color: #0049B7;
}

.tag_link.tag_link-close:hover:before,
.tag_link.tag_link-close:hover:after {
    background-color: rgba(72, 73, 77, 0.5);
}

@media screen and (max-width: 1199px) {
    .tag_link.more {
        display: none;
    }

    .tag_link:not(.tag_link-close) {
        margin-top: 0;
        margin-bottom: 0
    }

    .tag_link:not(.tag_link-close):first-child {
        margin-left: 0;
    }

    .tag_link:not(.tag_link-close):last-child,
    .tag_link:not(.tag_link-close):nth-last-child(2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .tag_link.tag_link-close {
        margin-top: 0;
        margin-bottom: 0;
    }

    .tag_link.tag_link-close:last-child {
        margin-right: 0;
    }
}

/*------------ End Tags Block CSS  ----------------*/


/* Start Link Block CSS */
.link_with-border {
    padding: 10px 18px;
    background-color: #ffffff;
    border: 1px solid #D7D9DF;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: rgba(72, 73, 77, .7);
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.link_with-border:hover,
.link_with-border:active {
    border-color: rgba(72, 73, 77, 0.5);
    color: rgba(72, 73, 77, 1);
}

.link {
    color: #2EA5FF;
    display: inline;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom: 1px solid rgba(46, 165, 255, 0.2);
}

.link.link-big {
    font-size: 22px;
    line-height: 27px;
}

.link:hover {
    border-bottom-color: transparent;
}

.link.link_arrow {
    line-height: 19px;
    border: none;
    position: relative;
    padding-right: 25px
}

.link.link_arrow:after {
    content: "";
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2EA5FF;
    border-right: 2px solid #2EA5FF;
    -webkit-transform: rotate(45deg) translateY(-80%);
    -ms-transform: rotate(45deg) translateY(-80%);
    transform: rotate(45deg) translateY(-80%);
}

.link-withbtn_wrapper {
    padding-left: 6px;
    position: relative;

}

.link-withbtn {
    background-color: #0049B7;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 10px 15px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.link-withbtn_wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #0049B7 transparent transparent;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.link-withbtn_wrapper:hover .link-withbtn,
.link-withbtn_wrapper:active .link-withbtn {
    background-color: #0055D4;
}

.link-withbtn_wrapper:hover:before,
.link-withbtn_wrapper:active:before {
    border-right-color: #0055D4
}

@media screen and (max-width: 1199px) {
    .link.link-big:not(.link_arrow) {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .link.link-big:not(.link_arrow) {
        font-size: 16px;
        line-height: 19px;
    }
}

/* ----------------- End Link Block CSS ----------*/

/* Start More Button CSS */
.more-button {
    display: inline-block;
    padding-right: 30px;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    cursor: pointer
}

.more-button:after {
    content: '';
    position: absolute;
    left: auto;
    right: 2px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(72, 73, 77, 0.5);
    border-bottom: 2px solid rgba(72, 73, 77, 0.5);
    -webkit-transform: translateY(-80%) rotate(45deg);
    -ms-transform: translateY(-80%) rotate(45deg);
    transform: translateY(-80%) rotate(45deg);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.more-button.open:after {
    -webkit-transform: translateY(-20%) rotate(-135deg);
    -ms-transform: translateY(-20%) rotate(-135deg);
    transform: translateY(-20%) rotate(-135deg);
}

/*---------- End More Buttons List CSS */


/* Start Arrows Block CSS */
.arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #D7D9DF;
    position: relative;
    cursor: pointer;
    /*  background-size: 20px 20px; */
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.arrow.disabled {
    cursor: default
}

.arrow.disabled:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .7;
    background-color: #ffffff;
}

@media screen and (min-width: 1200px) {
    .arrow:not(.disabled):hover {
        -webkit-box-shadow: 0px 2px 20px #E5E7EE;
        box-shadow: 0px 2px 20px #E5E7EE;
    }
}

.arrow.arrow-prev {
    background-image: url(../media/icons/arrow-lefticon.svg);
    left: 0;
    right: auto;
}

.arrow.arrow-next {
    background-image: url(../media/icons/arrow-righticon.svg);
    right: 0;
    left: auto;
}

.arrow.arrow-up {
    background-image: url(../media/icons/arrow-upicon.svg);
}

.arrow_noellipse,
.arrow_noellipse-shadow {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.arrow_noellipse.arrow_noellipse-prev,
.arrow_noellipse.arrow_noellipse-next,
.arrow_noellipse-shadow.arrow_noellipse-prev,
.arrow_noellipse-shadow.arrow_noellipse-next {
    background-size: 11px 17px;
    cursor: pointer;
    opacity: .6;
    background-repeat: no-repeat;
    background-position: center;
}

/* новое ../08.2023 */
.arrow_noellipse.arrow_noellipse-prev:not(.disabled),
.arrow_noellipse.arrow_noellipse-next:not(.disabled) {
    opacity: 1;
}

/*end новое ../08.2023 */

.arrow_noellipse.arrow_noellipse-prev {
    background-image: url(../media/icons/arrow_noellipse-prevhover.svg);
}

.arrow_noellipse.arrow_noellipse-next {
    background-image: url(../media/icons/arrow_noellipse-nexthover.svg);
}

.arrow_noellipse.disabled {
    cursor: default
}

.arrow_noellipse.arrow_noellipse-prev:not(.disabled):hover,
.arrow_noellipse.arrow_noellipse-next:not(.disabled):hover {
    opacity: 1;
}

.arrow_noellipse-shadow.arrow_noellipse-prev {
    background-image: url(../media/icons/arrow_noellipse-shadow-prev.svg);
}

.arrow_noellipse-shadow.arrow_noellipse-next {
    background-image: url(../media/icons/arrow_noellipse-shadow-next.svg);
}

@media screen and (max-width: 1199px) {
    .arrow {
        z-index: 2;
        width: 30px;
        background-size: 12px 12px;
        height: 30px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
    }

    .arrow.arrow-prev {
        background-image: url(../media/icons/arrow-leftmob.svg);
    }

    .arrow.arrow-next {
        background-image: url(../media/icons/arrow-rightmob.svg);
    }

    .pagination_list.fraction {
        font-size: 18px;
        line-height: 30px;
        bottom: 0px
    }
}

/* ------------- End Arrows Block CSS ------------------*/

/* Start BreadCrumbs Block CSS */
.breadcrumbs_wrapper {
    padding-top: 40px;
}

.breadcrumbs_list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.breadcrumb_item {
    display: inline-block;
    padding: 4px 6px 4px 10px;
    position: relative;
    background-color: #F5F5F9;
    border-radius: 2px;
    font-size: 14px;
    line-height: 17px;
    margin-right: 16px;
    margin-bottom: 10px
}

.breadcrumb_item:last-child {
    margin-right: 0;
}

.breadcrumb_item:after {
    content: '';
    top: 0;
    right: -6px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 6px;
    border-color: transparent transparent transparent #f5f5f9;
}

.breadcrumb_item .breadcrumb_link {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #48494D;
}

.breadcrumb_item .breadcrumb_nolink {
    color: rgba(72, 73, 77, 0.5);
    cursor: default;
}

.breadcrumb_item .breadcrumb_nolink-dropdown {
    cursor: pointer;
    padding-right: 26px;
}

.breadcrumb_item.dropdown-js .breadcrumb_nolink-dropdown:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(72, 73, 77, 0.5);
    border-bottom: 2px solid rgba(72, 73, 77, 0.5);
    left: auto;
    right: 10px;
    cursor: pointer;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.breadcrumb_item.dropdown-js.open .breadcrumb_nolink-dropdown:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 11px
}

/* @media screen and (min-width: 1200px) {
.breadcrumb_item.dropdown .breadcrumb_nolink-dropdown:hover:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 11px
}
} */
@media screen and (max-width: 1199px) {
    .breadcrumb_item.dropdown.open .breadcrumb_nolink-dropdown:before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 11px
    }

    .breadcrumbs_list {
        white-space: nowrap;
        margin: 0 -20px;
        padding: 0 20px;
        padding-bottom: 10px;
        overflow: auto;
    }

    .breadcrumb_item {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs_list {
        margin: 0 -16px;
        padding: 0 16px;
        padding-bottom: 10px;
    }
}

/* ----------- End BreadCrumbs Block CSS ------------------*/

/* Start Dropdown Clildren CSS */
.dropdown_wrapper {
    opacity: 0;
    z-index: -1;
    height: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    /*   background-color: transparent; */
    left: 0;
    padding-top: 0;
    width: 100%;
}

.dropdown_wrapper.dropdown_wrapper-js {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-top: 10px;
}

.breadcrumb_item.dropdown .dropdown_wrapper {
    width: calc(100% + 6px);
}

.dropdown_list {
    padding: 0;
    margin: 0;
    height: 0;
    background-color: #ffffff;
    list-style: none;
    padding-top: 0;
    border-top: 1px solid #D7D9DF;
    -webkit-box-shadow: 0px 2px 20px #E5E7EE;
    box-shadow: 0px 2px 20px #E5E7EE;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown_wrapper-js .dropdown_list {
    height: auto;
    padding: 10px 0;
}

@media screen and (min-width: 1200px) {
    .dropdown_wrapper {
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
    }

    .dropdown:hover .dropdown_wrapper {
        opacity: 1;
        height: auto;
        padding-top: 15px;
        z-index: 3;
        visibility: visible;
    }

    .dropdown:hover .dropdown_list {
        height: auto;
        padding: 10px 0
    }
}

@media screen and (max-width: 1199px) {
    .dropdown.open>.dropdown_wrapper {
        opacity: 1;
        height: auto;
        padding-top: 10px;
        z-index: 3;
        visibility: visible;
    }

    .dropdown.open>.dropdown_wrapper:not(.menu) .dropdown_list {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.dropdown_list .dropdown_link:hover,
.dropdown_list .dropdown_link:active {
    background-color: #F1F4F8;
    color: #000000
}

.dropdown_list .dropdown_link {
    width: 100%;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 21px;
    color: #48494D;
    white-space: nowrap;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*-------------- End Dropdown Children CSS ----------------*/

/* Start Accordeons Block CSS */
.accordeon-tab:not(.fltr):not(.list_item-accordeon-tab):not(.arrow-right) {
    padding: 19px 60px 19px 35px;
    background-color: #F9F9FC;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

@media screen and (min-width: 1200px) {

    .accordeon-tab:not(.fltr):not(.list_item-accordeon-tab):not(.arrow-right):hover,
    .accordeon-tab:not(.fltr):not(.list_item-accordeon-tab):not(.arrow-right):active {
        background-color: #F1F4F8
    }
}

.accordeon-tab:not(.fltr):not(.list_item-accordeon-tab):not(.arrow-right):before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-right: 3px solid #BDBEC2;
    border-bottom: 3px solid #BDBEC2;
    -webkit-transform: rotate(45deg) translateY(-100%);
    -ms-transform: rotate(45deg) translateY(-100%);
    transform: rotate(45deg) translateY(-100%);
    left: auto;
    right: 40px;
    top: 35px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.accordeon-tab:not(.fltr):not(.list_item-accordeon-tab):not(.arrow-right).active:before {
    -webkit-transform: rotate(-135deg) translateY(20%);
    -ms-transform: rotate(-135deg) translateY(20%);
    transform: rotate(-135deg) translateY(20%);
    right: 35px
}

.accordeon-tab:not(.fltr):not(.list_item-accordeon-tab):not(.arrow-right) h2.accordeon-tab_title {
    padding-bottom: 0
}

.accordeon-content:not(.fltr):not(.list_item-accordeon-content) {
    padding: 20px 35px;
    display: none;
}

.accordeon_wrapper.fltr-item {
    width: 270px;
    margin-bottom: 0;
}

.accordeon-tab.fltr {
    width: 100%;
    cursor: pointer;
    padding: 2px 35px 7px;
    border-bottom: 1px solid #D7D9DF;
    position: relative;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.accordeon-tab.fltr:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../media/icons/arrow-down.svg );
    background-size: 100%;
    background-position: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.accordeon-tab.fltr.active {
    border-color: transparent
}

.accordeon-tab.fltr.active:before,
.accordeon-tab.arrow-right.active:before {
    /*   top: 2px; */
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordeon-tab.arrow-right {
    width: auto;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 35px;
}

.accordeon-tab.arrow-right+.accordeon-content {
    padding: 10px 0 0 !important;
    font-size: 14px;
}

.accordeon-tab.arrow-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url(../media/icons/arrow-down.svg );
    background-size: 100%;
    background-position: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.accordeon-content.fltr {
    display: none;
    padding: 13px 3px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D7D9DF;
}

/* .accordeon-content.fltr-item.active {
  display: block;
} */
.list_accordeon {
    padding: 20px 0 0;
}

.list_accordeon+.accoredeon-text {
    padding-top: 20px;
}

@media screen and (max-width: 1199px) {
    .accordeon-tab:not(.fltr):not(.list_item-accordeon-tab):not(.arrow-right) {
        padding: 16px 60px 16px 20px;
        margin: 0 -20px;
    }

    .accordeon-tab:not(.fltr):not(.list_item-accordeon-tab):not(.arrow-right):before {
        width: 10px;
        height: 10px;
        top: 30px;
        border-right: 2px solid #BDBEC2;
        border-bottom: 2px solid #BDBEC2;
    }

    .accordeon-tab:not(.fltr).active {
        background: #ffffff;
    }

    .accordeon-tab:not(.fltr).active:before {
        border-color: #0049B7
    }

    h2.accordeon-tab_title {
        font-size: 20px;
        line-height: 28px;
    }

    .accordeon-tab:not(.fltr).active .accordeon-tab_title {
        color: #0049B7
    }

    .accordeon-content:not(.fltr):not(.list_item-accordeon-content) {
        padding: 4px 0 20px
    }

    .accordeon-tab.fltr {
        height: 60px;
        line-height: 60px;
        margin: 0 -20px;
        font-size: 20px;
        padding: 0 45px 0 20px;
        width: calc(100% + 40px);
        background-color: #F9F9FC;
        border: none;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .accordeon-tab.fltr:before {
        right: 20px;
        left: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .accordeon-tab.fltr.active:before {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
        background-image: url(../media/icons/arrow-down_blue.svg);
    }

    .accordeon-content.fltr {
        margin-bottom: 0;
        border: none;
        padding: 20px 0 0;
    }

    .accordeon-tab.fltr.active {
        background-color: transparent;
        color: #0049B7
    }
}

@media screen and (max-width: 767px) {
    .accordeon-tab:not(.fltr):not(.list_item-accordeon-tab):not(.arrow-right) {
        margin: 0 -16px;
        width: calc(100% + 32px);
        padding: 16px 55px 16px 16px;
    }

    .accordeon-tab:not(.fltr):not(.arrow-right):before {
        right: 26px
    }

    .accordeon-tab:not(.fltr):not(.arrow-right).active:before {
        right: 19px
    }

    .accordeon-content:not(.fltr) {
        padding-left: 0;
        padding-right: 0
    }

    .accordeon-tab.fltr {
        margin: 0 -16px;
        width: calc(100% + 32px);
        padding-left: 16px;
    }

    .accordeon-content.fltr {
        padding-top: 10px;
    }

    .accordeon-tab.fltr:before {
        right: 16px;
    }
}

/* -------------- End Accordeons Block CSS --------------*/




/* Start OnHover Dropdown Block CSS */
.dropdown_onhover {
    padding: 20px 15px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 20px #E5E7EE;
    box-shadow: 0px 2px 20px #E5E7EE;
    background-color: transparent;
    position: relative;
}

.dropdown_onhover:hover .btn_wrapper {
    opacity: 1;
    height: auto;
    visibility: visible;
    z-index: 0;
}

.dropdown_onhover .text {
    font-size: 14px;
    display: block;
    cursor: default;
}

.dropdown_onhover .btn_wrapper {
    padding: 10px 0 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.dropdown_inputs-block {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.dropdown_input-wrapper:first-child {
    padding-bottom: 15px
}

.dropdown_input-wrapper .dropdown_input-price {
    margin: 0;
    width: 200px;
    padding: 6px 10px;
    background: #F5F5F9;
    border-radius: 5px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------- End OnHover Dropdown Block CSS -----------*/

/* Start Bounce With Text Block CSS */
.bounce_wrapper {
    padding: 15px;
}

.bounce_with-text {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
    color: #ffffff;
    font-size: 20px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bounce_with-text:before,
.bounce_with-text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    background-color: transparent;
}

.bounce_with-text:before {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 0.75px solid rgba(0, 41, 166, 0.08);
}

.bounce_with-text:after {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border: 1px solid rgba(0, 41, 166, 0.15);
}

@media screen and (max-width: 767px) {
    .bounce_with-text {
        margin: 0 auto
    }
}

/* --------------End  Bounce With Text Block CSS --------------*/

/* Start Timer Item Block CSS */
.timer-item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.timer-item_digit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47px;
    height: 45px;
    border-width: 2px;
    border-style: solid;
    -o-border-image: -o-linear-gradient(left, #005FED, #CE1320);
    border-image: -webkit-gradient(linear, left top, right top, from(#005FED), to(#CE1320));
    border-image: linear-gradient(90deg, #005FED, #CE1320);
    border-image-slice: 1;

}

.timer-item_bottom {
    font-size: 14px;
    line-height: 17px;
    opacity: .7;
    display: block;
    text-align: center;
    padding-top: 5px;
}

/*--------End Timer Item Block CSS ---------*/


/* Start Car Body Block CSS */
.body-item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    position: relative;
    margin-top: 10px;
    width: calc(50% - 5px);
    margin-right: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
}

.body-item_wrapper.no-active {
    cursor: default;
}

.body-item_wrapper.no-active .body-name {
    opacity: .5;
}

.body-item_wrapper:nth-child(4n) {
    margin-right: 0;
}

.body-item_wrapper:nth-child(-n+4) {
    margin-top: 0;
}

.body-item_wrapper.active {
    border: 1px solid #0049B7
}

@media screen and (min-width: 1200px) {

    .body-item_wrapper:not(.no-active):hover,
    .body-item_wrapper:not(.no-active):active {
        -webkit-box-shadow: 0px 2px 20px #E5E7EE;
        box-shadow: 0px 2px 20px #E5E7EE;
        background-color: #ffffff;
    }

    .body-item_wrapper:not(.active):not(.no-active):hover .icon-hover:last-child {
        position: relative;
        opacity: 1;
        z-index: 1;
    }

    .body-item_wrapper:not(.active):not(.no-active):hover .icon-hover:first-child {
        position: absolute;
        top: 0;
        opacity: 0;
        z-index: -1;
        left: 0;
    }

    .body-item_wrapper:not(.no-active):hover .body-name,
    .body-item_wrapper:not(.no-active):active .body-name {
        color: #0049B7
    }
}

.body-item_wrapper:nth-child(odd) {
    margin-right: 10px;
}

.body-item_wrapper .icon-hover {
    display: block;
    /* transition: opacity 1s ease;  */
}

.body-item_wrapper:not(.active):not(.no-active) .icon-hover:first-child,
.body-item_wrapper.active:not(.no-active) .icon-hover:last-child {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.body-item_wrapper.active .icon-hover:first-child,
.body-item_wrapper:not(.active) .icon-hover:last-child {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
    left: 0;
}

.body-item_wrapper .body-icon {
    margin-top: 5px;
    position: relative;
}

.body-item_wrapper .body-name {
    padding-top: 10px;
    color: #48494D;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.body-item_wrapper.active .body-name {
    color: #0049B7
}

@media screen and (max-width: 1199px) {
    .body-item_wrapper {
        width: 130px !important;
        margin-right: 69px !important;
        margin-top: 25px !important;
    }

    .body-item_wrapper:last-child,
    .body-item_wrapper:nth-child(8n) {
        margin-right: 0 !important;
    }

    .body-item_wrapper:nth-child(-n+8) {
        margin-top: 0 !important;
    }
}

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

    .body-item_wrapper,
    .body-item_wrapper:nth-child(-n+8) {
        width: calc(50% - 5px) !important;
        margin-right: 10px !important;
        margin-top: 10px !important;
    }

    .body-item_wrapper:nth-child(-n+4) {
        margin-top: 0 !important;
    }

    .body-item_wrapper:nth-child(4n) {
        margin-right: 0 !important;
    }
}

/*----- End Car Body Block CSS ---------*/

/* Start Icons Block CSS */
.icon_wrapper-svg {
    position: relative;
    width: 25px;
    height: 25px
}

.icon_wrapper-svg:not(.tooltip),
.icon:not(.icon-hover) {
    display: inline-block;
    vertical-align: middle;
}

.icon {
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.icon_tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.icon_wrapper-svg .icon-hover:last-child {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
}

@media screen and (min-width: 1200px) {
    .link-icon:hover .icon_wrapper-svg.icon_wrapper-link-svg .icon-hover:first-child {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .link-icon:hover .icon_wrapper-svg.icon_wrapper-link-svg .icon-hover:last-child {
        position: relative;
        left: 0;
        opacity: 1;
        top: 0;
    }
}

@media screen and (min-width: 1200px) {

    /* новое 12.07.2022 */
    .icon_wrapper-svg:not(.icon_wrapper-link-svg):not(.action):hover .icon-hover:first-child {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }


    .icon_wrapper-svg:not(.icon_wrapper-link-svg):not(.action):hover .icon-hover:last-child {
        position: relative;
        left: 0;
        opacity: 1;
        top: 0;
    }
}

/* конец нового 12.07.2022 */

/* @media screen and (max-width: 1199px) { */
.link-icon.action .icon_wrapper-svg.icon_wrapper-link-svg .icon-hover:first-child,
.link-icon:active .icon_wrapper-svg.icon_wrapper-link-svg .icon-hover:first-child,
.icon_wrapper-svg:not(.icon_wrapper-link-svg):not(.action):active .icon-hover:first-child

/* ,
.icon_with-hover:active .icon_wrapper-svg .icon-hover:first-child */
    {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.link-icon.action .icon_wrapper-svg.icon_wrapper-link-svg .icon-hover:last-child,
.link-icon:active .icon_wrapper-svg.icon_wrapper-link-svg .icon-hover:last-child,
.icon_wrapper-svg:not(.icon_wrapper-link-svg):not(.action):active .icon-hover:last-child

/* ,
.icon_with-hover:active .icon_wrapper-svg .icon-hover:last-child */
    {
    position: relative;
    left: 0;
    opacity: 1;
    top: 0;
}

/* } */
.link-icon {
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #D7D9DF;
    border-radius: 50px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media screena and (max-width: 1199px) {
    .link-icon {
        padding: 10px 19px;
    }
}

@media screen and (max-width: 767px) {
    .link-icon {
        padding: 10px 10px;
    }
}

.link-icon_text {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
    line-height: 17px;
    text-align: center;
    font-weight: 600;
    color: rgba(72, 73, 77, 0.7);
}

@media screen and (min-width: 1200px) {
    .link-icon:hover {
        border-color: #0049B7;
        background-color: #0049B7;
    }

    .link-icon:hover .link-icon_text {
        color: #ffffff
    }
}

@media screen and (max-width: 1199px) {
    .link-icon.share:hover {
        border-color: #0049B7;
        background-color: #0049B7;
    }

    .link-icon.share:hover .link-icon_text {
        color: #ffffff
    }

    .link-icon.share:hover .icon_wrapper-svg .icon-hover:last-child {
        position: relative;
        left: 0;
        opacity: 1;
        top: 0;
    }

    .link-icon.share:hover .icon_wrapper-svg .icon-hover:first-child {
        position: absolute;
        left: 0;
        opacity: 0;
        top: 0;
    }
}

.link-icon:active,
.link-icon.action {
    border-color: #0049B7;
    background-color: #0049B7;
}

.link-icon:active .link-icon_text,
.link-icon.action .link-icon_text {
    color: #ffffff
}

/* } */
.text_icon-wrapper {
    width: 70px;
    text-align: center;
    display: inline-block;
}

.text_icon-wrapper .text_icon--text {
    display: block;
    padding-top: 2px;
    color: rgba(72, 73, 77, 0.5);
}

.icon_with-hover {
    display: inline-block;
    position: relative;
}

.icon_with-hover .icon_hover {
    position: absolute;
    height: 0;
    border-radius: 5px;
    width: auto;
    top: -5px;
    padding: 0;
    visibility: hidden;
    z-index: -1;
    right: -5px;
    opacity: 0;
    left: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 20px #E5E7EE;
    box-shadow: 0px 2px 20px #E5E7EE;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.icon_with-hover .icon_wrapper-svg {
    cursor: pointer;
}

.icon_with-hover .icon_hover .list_item,
.icon_hover .icon_hover--text,
.icon_hover .link-icon_hover {
    white-space: nowrap;
    font-size: 14px;
    color: #48494D;
    line-height: 17px;
}

.icon_with-hover:hover .icon_wrapper-svg {
    z-index: 3;
}

.icon_with-hover .icon_hover .list_item:before {
    top: 5px
}

@media screen and (min-width: 1200px) {
    .icon_with-hover .icon_wrapper-svg:hover~.icon_hover {
        height: auto;
        opacity: 1;
        visibility: visible;
        z-index: 2;
        padding: 7px 35px 9px 10px;
    }
}

.icon_with-hover .icon_wrapper-svg.open~.icon_hover {
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    padding: 7px 35px 9px 10px;
}

/* Start Active Block CSS */
.icon_wrapper-svg.action .icon-hover:first-child {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.icon_wrapper-svg.action .icon-hover:last-child {
    position: relative;
    left: 0;
    opacity: 1;
    top: 0;
}

/* новое 25.05.2023 */
.icon_wrapper-svg:not(.icon_wrapper-link-svg) .count,
.icon_wrapper-svg.icon_wrapper-link-svg .count {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    font-family: "Proxima Nova Semibold", sans-serif;
    text-align: center;
    line-height: 16px;
    left: auto;
    right: -5px;
    bottom: -7px;
    visibility: visible;
    transition: all .2s ease;
    z-index: 1;
}


.icon_wrapper-svg:not(.icon_wrapper-link-svg):not(.action) .count,
.icon_wrapper-svg.icon_wrapper-link-svg:not(.action) .count {
    opacity: 0;
    visibility: hidden;
}

/* конец новое 25.05.2023 */

.icon_wrapper-svg:not(.icon_wrapper-link-svg) .count {
    background-color: #0049B7;
    color: #ffffff;
}

.icon_wrapper-svg.icon_wrapper-link-svg .count {
    background-color: #ffffff;
    color: #0049B7;
}

/* -------------- End Active Block CSS  -------------*/


/* -------------- End Icons Block CSS  -------------*/


/* Start Form Elements Block CSS */

/* Progress Bar Block CSS */
.progressbar_wrapper {
    display: inline-block;
}

.progressbar_pretext {
    display: block;
    padding-bottom: 26px;
}

.progressbar_slider.noUi-horizontal {
    height: 1px;
    background: #E0E0E0;
    border: none;
}

.progressbar_slider .noUi-connects {
    overflow: visible;
}

.progressbar_slider .noUi-connect {
    height: 3px;
    background: #0049B7;
    top: -1px;
    width: 95%;
    margin-left: 4%;
    margin-right: auto;
    cursor: pointer;
}

.progressbar_slider .noUi-handle:after,
.progressbar_slider .noUi-handle:before {
    content: none
}

.progressbar_percents,
.progressbar_months {
    padding-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.progressbar_percents span,
.progressbar_months span {
    font-size: 14px;
    line-height: 17px;
}

.progressbar_wrapper .progressbar_inputs {
    padding-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.progressbar_wrapper .progressbar_inputs .input-wrapper {
    white-space: nowrap;
}

.progressbar_wrapper .progressbar_inputs .input-wrapper:first-child {
    padding-right: 8px;
}

.progressbar_wrapper .progressbar_inputs .input-label {
    font-size: 14px;
    padding-right: 6px;
    line-height: 17px;
}

.progressbar_wrapper .progressbar_inputs .progressbar_input:not(.percent):not(.months) {
    background: #F0F0F4;
    width: 105px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    height: 40px;
    padding: 10px;
    border: none;
}

.progressbar_wrapper .progressbar_inputs .progressbar_input.percent,
.progressbar_wrapper .progressbar_inputs .progressbar_input.percent+span {
    border: none;
    margin: 0;
    padding: 0;
    cursor: default;
    font-size: 18px;
    line-height: 22px;
    color: #48494D;
    max-width: 22px;
}

.progressbar_wrapper .progressbar_inputs .progressbar_input.months,
.progressbar_wrapper .progressbar_inputs .progressbar_input.months+span {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 30px;
    cursor: default;
    color: #48494D;
    max-width: 38px;
}

.progressbar_wrapper .progressbar_inputs .input-payment_wrapper {
    font-size: 25px;
    line-height: 30px;
}

.progressbar_slider.noUi-horizontal .noUi-handle {
    width: 12px;
    background: #0049B7;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 12px;
    border: none;
    border-radius: 50%;
    top: -6px;
    cursor: pointer;
}

.progressbar_slider .noUi-origin {
    width: 9.6%;
}

html:not([dir=rtl]) .progressbar_slider.noUi-horizontal .noUi-handle {
    right: 0;
}

/* Start Index TabWrapper Ui   новое ../02.2023*/

.progressbar_wrapper.progressbar_wrapper_new {
    position: relative;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #DFE3E9;
    border-radius: 5px;
    padding: 9px 15px;
}

.progressbar_wrapper_new .progressbar_inputs {
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.progressbar_wrapper_new .progressbar_inputs .progressbar_input:not(.percent):not(.months) {
    padding: 0;
    background: transparent;
    font-size: 14px;
    line-height: 17px;
    height: auto;
    width: 100%;
}

.progressbar_wrapper_new .progressbar_inputs .divider {
    padding: 0 10px;
    line-height: 100%;
}

.progressbar_wrapper_new .progressbar_slider .noUi-connect {
    height: 1px;
    top: 0;
}

.progressbar_wrapper_new .progressbar_pretext {
    font-size: 10px;
    line-height: 12px;
    color: rgba(72, 73, 77, 0.5);
    padding-bottom: 0;
}

.progressbar_wrapper_new .progressbar_slider.noUi-horizontal {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.progressbar_wrapper_new .progressbar_inputs .input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 0;
}

.progressbar_wrapper_new .progressbar_inputs .input-wrapper:first-child {
    padding-right: 0;
}

.progressbar_wrapper_new .progressbar_input[readonly] {
    cursor: default;
}

.progressbar_wrapper_new .progressbar_inputs:before {
    content: '—';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* End Index TabWrapper Ui */

@media screen and (max-width: 1199px) {
    .progressbar_slider.noUi-horizontal .noUi-handle {
        width: 15px;
        height: 15px;
        top: -7.5px;
    }

    .progressbar_slider .noUi-connect {
        height: 4px;
        top: -2px
    }

    .progressbar_wrapper_new .progressbar_inputs .input-wrapper {
        max-width: none;
    }

    .progressbar_wrapper_new .input-wrapper:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .progressbar_wrapper_new .progressbar_input {
        width: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .progressbar_wrapper_new .progressbar_input {
        width: 80px !important;
    }
}

/*--------- End Progress Bar Block CSS----------  новое ../02.2023*/

/* Start TextArea Block CSS */
.textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #DFE3E9;
    line-height: 17px;
    resize: none;
    color: #48494D;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.textarea.textarea_big {
    height: 80px;
}

.textarea.textarea_mini {
    height: 50px;
}

/* новое ../08.2023 */
.textarea_wrapper.required {
    position: relative;
}

.textarea_wrapper.required:before {
    content: "*";
    position: absolute;
    height: 17px;
    color: #0049B7;
    font-family: "Proxima Nova Bold";
    font-weight: 700;
    top: 8px;
    left: 15px;
    right: auto;
    font-size: 17px;
    line-height: 17px;
}

.textarea_wrapper.invalid.required:before {
    color: #D90008;
}

.textarea_wrapper.required .textarea {
    padding-left: 26px;
}


.textarea_wrapper.invalid .textarea {
    border-color: #D90008;
}

.textarea_wrapper.invalid>.invalid-text {
    position: absolute;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #D90008;
    top: -17px;
}

/* end новое ../08.2023 */
/*-------------- End TextArea Block CSS --------------*/

/* Start Invalid Text CSS */
.invalid .text-invalid {
    position: absolute;
    display: block;
    top: -15px;
    left: 0;
    right: auto;
    font-size: 12px;
    color: #D90008;
    line-height: 15px;
}

/* --------- End Invalid Text CSS --------- */

/* Start Input Default Block CSS */
/* Новое ../02.2023 */
.input-default-radius {
    border-radius: 5px;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.default-input_wrapper.invalid>.invalid-text,
.custom-select_new.invalid>.invalid-text {
    position: absolute;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #D90008;
    top: -17px;
}

/* новое ../02.2023 */
.input-default-radius:hover,
.input-default-radius:focus {
    border-color: #0049B7 !important;
}

/* end новое ../02.2023 */

.input-default-radius[readonly] {
    border-color: #D7D9DF !important;
}

/*End Новое ../02.2023 */

.default-input_wrapper {
    position: relative;
    display: inline-block;
}

.textarea_wrapper,
.default-input_wrapper {
    width: 270px;
}

.textarea_wrapper .textarea,
.default-input_wrapper .input-default,
.default-input_wrapper input[type="file"].input-default+.input-default_label {
    width: 100%;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.textarea_wrapper .textarea {
    display: block;
}

/* новое ../10.2023 */
.textarea_wrapper:not(.invalid) .textarea:hover,
.textarea_wrapper:not(.invalid) .textarea:focus {
    border-color: #0049b7;
}

.textarea_wrapper:not(.invalid) .textarea.active {
    background: #F5F5F9;
}

/*конец новое ../10.2023 */

/* new ../07.2023 */
.default-input_wrapper .input-default,
.default-input_wrapper input[type="file"].input-default+.input-default_label {
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #DFE3E9;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    color: inherit;
    line-height: 17px;
    color: #48494D;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.default-input_wrapper.invalid input[type="file"].input-default+.input-default_label {
    border-color: #D90008 !important;
}

/* новое ../08/2023 */
@media screen and (min-width: 1200px) {
    .default-input_wrapper input[type="file"].input-default+.input-default_label {
        line-height: 30px;
    }
}

.default-input_wrapper input[type="file"].input-default+.input-default_label span {
    vertical-align: sub;
}

/* новое ../10.2023 */
.default-input_wrapper .input-default:hover,
.default-input_wrapper .input-default:focus {
    border-color: #0049b7;
}

.default-input_wrapper input[type="file"].input-default.active+.input-default_label,
.default-input_wrapper .input-default.active {
    background: #F5F5F9;
}

/*конец новое ../10.2023 */


.default-input_wrapper input[type="file"].input-default+.input-default_label {
    display: block;
    padding-left: 45px;
}

.default-input_wrapper input[type="file"].input-default+.input-default_label span {
    margin-left: 10px;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: sub;
    cursor: pointer;
    position: relative
}

/* end новое ../08/2023 */
.default-input_wrapper input[type="file"].input-default+.input-default_label span:before,
.default-input_wrapper input[type="file"].input-default+.input-default_label span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #777777;
    left: 0;
    top: 50%;
    opacity: .7;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.default-input_wrapper input[type="file"].input-default+.input-default_label span:hover:before,
.default-input_wrapper input[type="file"].input-default+.input-default_label span:hover:after,
.default-input_wrapper input[type="file"].input-default+.input-default_label span:hover:active,
.default-input_wrapper input[type="file"].input-default+.input-default_label span:hover:active {
    opacity: 1;
}

.default-input_wrapper input[type="file"].input-default+.input-default_label span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.default-input_wrapper input[type="file"].input-default+.input-default_label span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.default-input_wrapper input[type="file"].input-default {
    display: none;
}

.default-input_wrapper .input-default.input-default_big {
    height: 50px;
    padding: 15px;
}

/* новое ../10.2023 */
.default-input_wrapper .input-default::-webkit-input-placeholder {
    color: rgba(72, 73, 77, 0.70);
}

.default-input_wrapper .input-default:-moz-placeholder {
    color: rgba(72, 73, 77, 0.70);
}

/* FF 4-18 */
.default-input_wrapper .input-default::-moz-placeholder {
    color: rgba(72, 73, 77, 0.70);
}

/* FF 19+ */
.default-input_wrapper .input-default:-ms-input-placeholder {
    color: rgba(72, 73, 77, 0.70);
}

/* конец новое ../10.2023 */

/* IE 10+ */
.default-input_wrapper .input-default:focus::-webkit-input-placeholder {
    color: transparent;
}

.default-input_wrapper .input-default:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
.default-input_wrapper .input-default:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
.default-input_wrapper .input-default:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.default-input_wrapper.invalid .input-default {
    border-color: #D90008 !important;
}

.default-input_wrapper.valid .input-default {
    border-color: #4CAF68;
    padding-right: 40px
}

.default-input_wrapper.valid:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../media/icons/ellipse-ok.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: auto;
    right: 16px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.default-input_wrapper:not(.valid):not(.invalid):focus {
    border-bottom-color: #0049B7;
}

.default-input_wrapper .input-default[disabled] {
    background-color: #ffffff;
}

.default-input_wrapper .input-default[disabled]::-webkit-input-placeholder {
    color: #B6B6B8;
}

.default-input_wrapper .input-default[disabled]:-moz-placeholder {
    color: #B6B6B8;
}

/* FF 4-18 */
.default-input_wrapper .input-default[disabled]::-moz-placeholder {
    color: #B6B6B8;
}

/* FF 19+ */
.default-input_wrapper .input-default[disabled]:-ms-input-placeholder {
    color: #B6B6B8;
}

/* IE 10+ */

.default-input_wrapper.required .input-default {
    padding-left: 26px;
}

.default-input_wrapper.required:before {
    content: "*";
    position: absolute;
    height: 17px;
    color: #0049B7;
    font-family: "Proxima Nova Bold";
    font-weight: 700;
    top: 8px;
    left: 15px;
    right: auto;
    font-size: 17px;
    line-height: 17px;
}

/* новое ../08.2023 */
.default-input_wrapper.required.invalid:before {
    color: #D90008;
}

/* end новое ../08.2023 */
.default-input_wrapper.icon_wrapper .input-default {
    padding-left: 45px;
}

.default-input_wrapper.icon_wrapper .icon {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

    .default-input_wrapper .input-default,
    .default-input_wrapper input[type="file"].input-default+.input-default_label {
        height: 50px;
        padding-top: 16px;
        padding-bottom: 16px
    }

    /* .default-input_wrapper.valid .icon_valid,
  .default-input_wrapper.icon_wrapper .icon {
    top: 25px;
  } */
}

/*--------- End Input Default Block CSS --------------*/

/* Start CheckBox RadioButton Block CSS */
.checkbox_wrapper,
.radiobutton_wrapper {
    padding-bottom: 20px
}

.checkbox_item,
.radiobutton_item {
    display: inline-block;
    position: relative;
}

.checkbox_item .invalid-text {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    color: #D90008;
    font-size: 12px;
    line-height: 15px;
    left: 0;
    top: -15px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.checkbox_item.invalid .invalid-text {
    visibility: visible;
    height: auto;
    width: auto;
    opacity: 1;
}

.checkbox_item .checkbox_item-input,
.radiobutton_item .radiobutton_item-input {
    display: none;
}

.checkbox_item .checkbox_item-label,
.radiobutton_item .radiobutton_item-label {
    font-size: 16px;
    /* line-height: 25px; */
    display: inline-block;
    vertical-align: middle;
    color: rgba(72, 73, 77, 1);
    padding-left: 30px;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.checkbox_item.no-text .checkbox_item-label,
.radiobutton_item.no-text .radiobutton_item-label {
    padding-left: 17px;
    line-height: 17px;
    height: 17px;
}

.checkbox_item .checkbox_item-label:before,
.radiobutton_item .radiobutton_item-label:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #DFE3E9;
    left: 0;
    top: 4px;
    /*  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); */
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.checkbox_item.invalid .checkbox_item-input:not([disabled])+.checkbox_item-label:before {
    border-color: #D90008 !important
}

.checkbox_item .checkbox_item-input:not([disabled])+.checkbox_item-label:hover:before,
.radiobutton_item .radiobutton_item-input:not([disabled])+.radiobutton_item-label:hover:before {
    border-color: #0049B7;
}

.checkbox_item .checkbox_item-input[disabled]+.checkbox_item-label,
.radiobutton_item .radiobutton_item-input[disabled]+.radiobutton_item-label {
    cursor: default;
    opacity: .5;
}

.checkbox_item .checkbox_item-label:hover,
.checkbox_item .checkbox_item-input:checked+.checkbox_item-label,
.radiobutton_item .radiobutton_item-label:hover,
.radiobutton_item .radiobutton_item-input:checked+.radiobutton_item-label {
    color: #48494D
}

.checkbox_item .checkbox_item-input:checked+.checkbox_item-label:before {
    background-color: #0049B7;
    border-color: #0049B7
}

.checkbox_item .checkbox_item-input:checked+.checkbox_item-label:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 12px;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1.5px solid #FFFFFF;
    border-bottom: 1.5px solid #FFFFFF;
    left: 7px;
    top: 6px;
    right: auto;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.radiobutton_item .radiobutton_item-input:checked+.radiobutton_item-label:before {
    background-color: #ffffff;
    border-color: #0049B7;
    border-width: 2px;
}

.radiobutton_item .radiobutton_item-input:checked+.radiobutton_item-label:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    background-color: #0049B7;
    left: 4px;
    top: 8px;
    /*     -webkit-transform: translateY(-6%);
        -ms-transform: translateY(-6%);
            transform: translateY(-6%); */
    right: auto;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media screen and (max-width: 1199px) {
    .radiobutton_item .radiobutton_item-input:checked+.radiobutton_item-label:after {
        top: 8px
    }
}

/*-----------End CheckBox RadioButton Block CSS -------------*/

/* Start Custom Select Block CSS */

.select2.select2-container--custom-select {
    width: 100% !important;
}

.custom-select[disabled]~.select2.select2-container--custom-select .select2-selection--single:before {
    opacity: .5;
}

.select2.select2-container--custom-select .select2-selection--single:before {
    content: "";
    right: 21px;
    top: 45%;
    -webkit-transform: translateY(-45%) rotate(45deg);
    -ms-transform: translateY(-45%) rotate(45deg);
    transform: translateY(-45%) rotate(45deg);
    width: 9px;
    height: 9px;
    position: absolute;
    border-bottom: 2px solid rgba(72, 73, 77, 0.5);
    border-right: 2px solid rgba(72, 73, 77, 0.5);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.select2.select2-container--custom-select.select2-container--open .select2-selection--single:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.select2.select2-container--custom-select .select2-selection--single {
    height: 48px;
    position: relative;
}

.select2.select2-container.select2-container--disabled .select2-selection--single {
    cursor: default;
}

.select2-container--custom-select .select2-results .select2-results__options {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* новое ../10.2023 */
.select2-container--custom-select .select2-results .select2-results__options.select2-results__options--nested {
    overflow: auto;
    max-height: none;
}

.select2-container--custom-select .select2-results .select2-results__options.scroll-content.scroll-scrolly_visible {
    overflow: auto !important;
    margin-bottom: 0 !important;
}

/*end новое ../10.2023 */

.custom-select_wrapper,
.many-select_wrapper:not(.many-select_main-filter) {
    display: inline-block;
    vertical-align: inherit;
    width: 270px;
    position: relative;
}

.custom-select_wrapper .custom-select~.tooltip {
    position: absolute;
}

.custom-select_wrapper .custom-select[disabled]~.tooltip {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

/* новое ../10.2023 */
.select2.select2-container--custom-select {
    background-color: #ffffff;
    border: 1px solid #dfe3e9;
    border-radius: 5px;
}

.select2.select2-container:not(.select2-container--disabled):hover,
.select2.select2-container.select2-container--open {
    border-color: #0049b7;
}

.custom-select.active~.select2.select2-container--custom-select,
.select2.select2-container.select2-target {
    background: #f5f5f9;
}

/* конец новое ../10.2023 */
.select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    padding: 0;
    padding-left: 15px;
    padding-right: 40px;
    line-height: 50px;
    font-size: 14px;
}

/* новое ../08.2023 */
@media screen and (min-width: 1200px) {
    .custom-select_mini .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
    }

    .custom-select_mini .select2.select2-container--custom-select .select2-selection--single {
        height: 38px;
    }
}

/*end новое ../08.2023 */

.custom-select_wrapper.icon_wrapper .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    padding-left: 45px;
}

.custom-select_wrapper.icon_wrapper .icon_tooltip {
    /*  position: absolute; */
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-select_wrapper.select_wrapper-big .select2.select2-container--custom-select .select2-selection--single {
    height: 48px
}

.custom-select_wrapper.select_wrapper-big .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    padding-top: 17px;
    padding-bottom: 16px;
}

.custom-select_wrapper .custom-select_text {
    display: block;
    padding-bottom: 10px;
    cursor: default;
}

.custom-select_wrapper.disabled .custom-select_text {
    opacity: .5;
}

.select2-container--custom-select.select2-custom .select2-dropdown {
    border: 1px solid #DFE3E9;
    border-radius: 5px;
    overflow: hidden;
}

.select2-container--custom-select.select2-custom .select2-dropdown.select2-dropdown--above {
    top: -5px;
}

.select2-container--custom-select.select2-custom .select2-dropdown.select2-dropdown--below {
    top: 5px;
}

.select2-container--custom-select .select2-results__option {
    padding: 15px;
    font-size: 14px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 17px;
}

.select2-container--custom-select .select2-results__option[aria-disabled="true"] {
    display: none;
}

.select2-container--custom-select .select2-results__option[aria-selected="true"] {
    background-color: #F1F4F8;
    color: #000000
}

/* новое ../10.2023 */
.select2-container--custom-select .select2-results__option[aria-selected="false"]:hover,
.select2-container--custom-select .select2-results__option[aria-selected="false"]:active {
    background-color: #f6f6f9;
}

/*end новое ../10.2023 */

.custom-select_wrapper.invalid .select2.select2-container--custom-select {
    border-color: #D90008 !important
}

.select2-container--custom-select.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    opacity: .5
}

.many-select_wrapper:not(.many-select_main-filter) .many-select_item {
    padding: 0 16px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border: 1px solid #DFE3E9;
}

.many-select_wrapper:not(.many-select_main-filter) .many-select_item:hover,
.many-select_wrapper.open:not(.many-select_main-filter) .many-select_item,
.many-select_wrapper:not(.many-select_main-filter) .many-select_item.active {
    border-color: #0049B7;
}

.custom-select_wrapper.required .many-select_wrapper:not(.many-select_main-filter) .many-select_item {
    padding-left: 26px
}

.many-select_wrapper:not(.many-select_main-filter) .many-select_item:before {
    content: "";
    right: 21px;
    top: 45%;
    -webkit-transform: translateY(-45%) rotate(45deg);
    -ms-transform: translateY(-45%) rotate(45deg);
    transform: translateY(-45%) rotate(45deg);
    width: 9px;
    height: 9px;
    position: absolute;
    border-bottom: 2px solid rgba(72, 73, 77, 0.5);
    border-right: 2px solid rgba(72, 73, 77, 0.5);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.many-select_wrapper:not(.many-select_main-filter).dropdown-click.open .many-select_item:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.many-select_wrapper.dropdown-click.open .dropdown_wrapper {
    z-index: 2;
    opacity: 1;
    height: auto;
    background-color: #ffffff;
    visibility: visible;
    border: 1px solid #DFE3E9;
    border-top: none;
    padding: 20px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.many-select_wrapper.dropdown-click .checkbox_item .checkbox_item-label {
    color: #48494D;
}

.many-select_wrapper.dropdown-click .dropdown_wrapper .checkbox_wrapper:last-child {
    padding-bottom: 0
}

/* Start Custom Select New  новое ../02.2023*/

.custom-select_new.required .select2.select2-container--custom-select .select2-selection--single:after {
    content: '*';
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Proxima Nova Semibold';
    color: #0049B7;
    z-index: 1;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.custom-select_new.required.invalid .select2.select2-container--custom-select .select2-selection--single:after {
    color: #D90008;
}

.custom-select_new.required .select2.select2-container--custom-select.select2-container--disabled .select2-selection--single:after {
    color: #B6B6B8;
}


.custom-select_new .select2.select2-container--custom-select .select2-selection--single {
    height: 48px;
}

.custom-select_new .select2.select2-container {
    border-radius: 5px;
    -webkit-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.custom-select_new .select2.select2-container:not(.select2-container--disabled):hover,
.custom-select_new .select2.select2-container.select2-container--open {
    border-color: #0049B7;
}

.custom-select_new .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    padding: 0;
    padding-left: 15px;
    padding-right: 40px;
    line-height: 50px;
    font-size: 14px;
}

.custom-select_new.required .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    padding-left: 26px;
}

.select2-border-radius.select2-container--custom-select.select2-custom .select2-dropdown {
    border-radius: 5px;
    overflow: hidden;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-results__option:not([aria-disabled="true"]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-results__group {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #0055D4;
    text-transform: uppercase;
    margin-right: 20px;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-results>.select2-results__options {
    padding: 15px 0;
}

.select2-container--custom-select.select2-search:not(.select2) .select2-results__options:not(.select2-results__options--nested)>.select2-results__option:not([aria-disabled="true"]) {
    padding: 0 15px;
}

.select2-container--custom-select.select2-search:not(.select2):not(.select2-search-notneste) .select2-results__options:not(.select2-results__options--nested)>.select2-results__option:not([aria-disabled="true"])+.select2-results__option:not([aria-disabled="true"]) {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}

.select2-container--custom-select.select2-search:not(.select2):not(.select2-search-notneste) .select2-results__options:not(.select2-results__options--nested)>.select2-results__option:not([aria-disabled="true"])+.select2-results__option:not([aria-disabled="true"]):after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: calc(100% - 30px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #D7D9DF;
}


.select2-container--custom-select.select2-search .select2-search .select2-search__field {
    border-color: #0055D4;
}

.select2-container--custom-select.select2-search:not(.select2).select2-search-notneste .select2-results__option,
.select2-container--custom-select.select2-search:not(.select2):not(.select2-search-notneste) .select2-results__options--nested>.select2-results__option {
    padding: 0;
    color: rgba(0, 0, 0, 0.6);
    background: transparent !important;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.select2-container--custom-select.select2-search:not(.select2).select2-search-notneste .select2-results__option:not([aria-disabled="true"])+.select2-results__option:not([aria-disabled="true"]),
.select2-container--custom-select.select2-search:not(.select2) .select2-results__options--nested>.select2-results__option+.select2-results__option {
    margin-top: 20px;
}

.select2-container--custom-select.select2-custom.select2-search:not(.select2) .select2-results__option:hover,
.select2-container--custom-select.select2-custom.select2-search:not(.select2) .select2-results__option.select2-results__option--highlighted,
.select2-container--custom-select.select2-custom.select2-search:not(.select2) .select2-results__option[aria-selected="true"] {
    color: #0055D4 !important;
}

.select2-container--custom-select.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.select2-container--custom-select.select2-custom.select2-search:not(.select2) .select2-results__options.select2-results__options--nested {
    width: 100%;
}


@media screen and (max-width: 1199px) {
    .custom-select_new>.custom-select {
        border-radius: 5px;
    }

    .custom-select_new>.custom-select:focus {
        border-color: #0049B7;
    }
}

/* End Custom Select New  end новое ../02.2023*/


/* Start Select Search Block CSS */
/* новое ../10.2023 */
.select2-container--custom-select.select-search .select2-search {
    padding: 0;
    float: none;
    display: inline;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}


.select2-container--custom-select.select-search.select2-container--disabled .select2-search {
    opacity: .5;
}

/* end новое ../10.2023 */

.select2-container--custom-select.select-search .select2-search .select2-search__field {
    padding: 11px 16px;
    border: none;
    border-bottom: 1px solid #0049B7;
    font-size: 14px;
    line-height: 17px;
}

/* новое 06.02.2023 */
.select2-container--custom-select.select2-search .select2-results__option[aria-selected="true"]:not([role="group"]),
.select2-container--custom-select.select2-search .select2-results__option[aria-selected="false"].select2-results__option--highlighted {
    background-color: transparent;
}

/*конец новое 06.02.2023 */

/*-------End Select Search Block CSS -----------*/

@media screen and (max-width: 1199px) {
    .custom-select:not(.mainfilter) {
        width: 100%;
        height: 50px;
        padding: 0 16px;
        padding-right: 30px;
        font-size: 14px;
        line-height: 17px;
        background-color: #ffffff;
        background-image: url(../media/icons/arrow-down.svg);
        background-repeat: no-repeat;
        background-position: 97% 50%;
        color: #48494D;
        border-radius: 5px;
        -webkit-transition: border-color .2s ease;
        -o-transition: border-color .2s ease;
        transition: border-color .2s ease;
        border: 1px solid #DFE3E9;
    }

    .custom-select:not(.mainfilter):not([disabled]):focus,
    .custom-select:not(.mainfilter):not([disabled]):hover,
    .custom-select.active:not(.mainfilter):not([disabled]) {
        border-color: #0049B7;
    }

    .custom-select_wrapper.invalid .custom-select {
        border-color: #D90008 !important;
    }

    /* new ../08.2023 */
    .custom-select_wrapper.required:before {
        content: "*";
        position: absolute;
        height: 17px;
        color: #0049B7;
        font-family: "Proxima Nova Bold";
        font-weight: 700;
        top: 8px;
        left: 15px;
        right: auto;
        font-size: 17px;
        line-height: 17px;
    }

    .custom-select_wrapper.required .custom-select {
        padding-left: 26px;
    }

    /*end new ../08.2023 */

    .custom-select_wrapper .many-select_wrapper:not(.many-select_main-filter) {
        width: 100%
    }

    .custom-select_wrapper.icon_wrapper .custom-select {
        padding-left: 45px;
    }

    /* новое ../02.2023 */
    .select2.select2-container--custom-select .select2-selection--single {
        height: 48px;
    }

    /*end новое ../02.2023 */
    /*  .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    padding-top: 17px;
    padding-bottom: 16px;
  } */

    /* новое ../02.2023 */
    .select2.select2-container--custom-select .select2-selection--single:before {
        right: 3%;
    }

    /*end новое ../02.2023 */
    .custom-select[disabled] {
        color: rgba(72, 73, 77, .5);
    }

    /*   .many-select_wrapper:not(.many-select_main-filter) .many-select_item {
    padding: 16px 16px 15px 16px;
  }
 */
    .custom-select option[disabled] {
        display: none;
    }
}

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

    /* новое ../02.2023 */
    .select2.select2-container--custom-select .select2-selection--single:before {
        right: 6%;
    }

    /*end новое ../02.2023 */
}

/* ---------------- End Form Elements Block CSS --------------------*/


/* Start Tabs Block CSS */
section.models-tabs {
    padding-bottom: 0;
}

.models-tabs+section.grey {
    margin-top: 30px;
}

.tabs_slider .tabs_slide {
    width: auto;
    text-align: center;
    /*  min-width: 195px; */
}

/* Start Tabs Action Block CSS */
.tabs_slider.text.padding {
    padding: 10px 54px 0
}

.tabs_slider.text.padding:before,
.tabs_slider.text.padding:after {
    content: '';
    position: absolute;
    height: calc(100% + 1px);
    width: 54px;
    top: 0;
    z-index: 2;
}

.tabs_slider.text.padding:before {
    right: auto;
    left: 0;
}

.white .tabs_slider.text.padding:before {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 60%, rgba(0, 212, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(16%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 255, 255, 1)), to(rgba(0, 212, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 60%, rgba(0, 212, 255, 0) 100%);
}

.tabs_slider.text.padding:after {
    right: 0;
    left: auto;
}

.white .tabs_slider.text.padding:after {
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 60%, rgba(0, 212, 255, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(16%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 255, 255, 1)), to(rgba(0, 212, 255, 0)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 60%, rgba(0, 212, 255, 0) 100%);
}

.grey .tabs_slider.text.padding:before {
    background: rgb(245, 245, 249);
    background: -o-linear-gradient(left, rgba(245, 245, 249, 1) 0%, rgba(245, 245, 249, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 249, 1)), color-stop(50%, rgba(245, 245, 249, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(245, 245, 249, 1) 0%, rgba(245, 245, 249, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.grey .tabs_slider.text.padding:after {
    background: rgb(245, 245, 249);
    background: -o-linear-gradient(right, rgba(245, 245, 249, 1) 0%, rgba(245, 245, 249, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(245, 245, 249, 1)), color-stop(50%, rgba(245, 245, 249, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, rgba(245, 245, 249, 1) 0%, rgba(245, 245, 249, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.tabs_slider.text .tabs_slide {
    padding: 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tabs_slider.text .tabs_slide:first-child {
    padding-left: 0;
}

.tabs_slider.text .tabs_slide:last-child {
    padding-right: 0;
}

.tabs_slider.text .tabs_slide-content {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    padding-bottom: 10px;
    color: #48494D;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.tabs_slider.rect-slider .tabs_slide {
    margin-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs_slider.rect-slider .tabs_slide:last-child {
    margin-right: 0;
}

.tabs_slider.rect-slider .tabs_slide-content {
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    background: #F5F5F9;
    color: #48494D;
    position: relative;
}

.tabs_slider.rect-slider .tabs_slide-content.dropdown-js:after {
    content: "";
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    background-position: center;
    background-image: url(../media/icons/arrow-down.svg);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.tabs_slider.rect-slider .tabs_slide-content.dropdown-js:hover:after {
    background-image: url(../media/icons/arrow-downwhite.svg);
}

.tabs_slider.rect-slider .tabs_slide-content.dropdown-js.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-image: url(../media/icons/arrow-downwhite.svg);
}

.tabs_slider.rect-slider .tabs_slide-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.tabs_slider.rect-slider .tabs_slide-content.active:not(.dropdown-js):before,
.tabs_slider.rect-slider .tabs_slide-content.dropdown-js:hover:before,
.tabs_slider.rect-slider .tabs_slide-content.dropdown-js:active:before,
.tabs_slider.rect-slider .tabs_slide-content.dropdown-js.open:before {
    opacity: 1;
}

.tabs_slider.rect-slider .tabs_slide-content.active:not(.dropdown),
.tabs_slider.rect-slider .tabs_slide-content.dropdown-js:hover,
.tabs_slider.rect-slider .tabs_slide-content.dropdown-js:active,
.tabs_slider.rect-slider .tabs_slide-content.dropdown-js.open {
    z-index: 1;
    background: transparent;
    color: #ffffff
}

.tabs_slider.text .tabs_slide-content.active {
    font-family: "Proxima Nova Semibold";
    font-weight: 600;
}

.tabs_slider.text .tabs_slide-content:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
}

@media screen and (min-width: 1200px) {
    .tabs_slider.text .tabs_slide-content:not(.active):hover:after {
        opacity: 1;
    }
}

.tabs_slider.text .tabs_slide-content.active:after {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .tabs_slider.text .tabs_slide-content {
        font-size: 16px;
    }
}

/* ---------- End Tabs Action Block CSS -------------*/

/* Tabs Navigation Block CSS */
/* .tabs_slider .swiper-button-prev {
    left: 0;
}
.tabs_slider .swiper-button-next {
    right: 0
} */
.tabs_slider .swiper-button-prev.arrow,
.tabs_slider .swiper-button-next.arrow {
    width: 34px;
    background-size: 12px 12px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 34px;
    z-index: 3;
}

.tabs_slider.rect-slider .arrow.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.tabs_slider.rect-slider .arrow+.arrow-gradient {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.tabs_slider.rect-slider .arrow+.arrow-nextGradient {
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    right: 0;
}

.tabs_slider.rect-slider .arrow+.arrow-prevGradient {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    left: 0;
}

.tabs_slider.rect-slider .arrow.swiper-button-disabled+.arrow-gradient {
    display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled:before,
.swiper-button-prev.swiper-button-disabled:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: .7;
}

@media screen and (max-width: 1199px) {
    .tabs_slider .arrow {
        display: none;
    }

    .tabs_slider.rect-slider .arrow {
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* --------- End Tabs Navigation Block CSS */

/* Start Tabs Product-Auto Block CSS */

.tabs_slider-wrapper.padding {
    padding-left: 23px;
    padding-right: 23px;
    position: relative;
}

.tabs_slider-wrapper.padding .tabs_slider.product-auto {
    position: static;
}

.tabs_slider.product-auto .tabs_slide-content {
    padding: 1px;
    padding-right: 0;
    background-color: #D7D9DF;
}

.tabs_slider.product-auto .tabs_slide:last-child .tabs_slide-content {
    padding-right: 1px;
}

.tabs_slider-wrapper.padding .tabs_slider.product-auto .tabs_slide-content span {
    padding-left: 25.2px;
    padding-right: 25.2px
}

.tabs_slider.product-auto .tabs_slide-content span {
    padding: 12px 10px;
    min-width: 166px;
    display: block;
    background-color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    z-index: 1;
}

.tabs_slider.product-auto .tabs_slide-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.tabs_slider.product-auto .tabs_slide-content.active span {
    color: #ffffff;
    background-color: transparent;
}

/* .tabs_slider.product-auto .tabs_slide:last-child  .tabs_slide-content span {
  border-right-color: #D7D9DF
} */
.tabs_slider.product-auto .tabs_slide-content.active {
    background: transparent;
}

.tabs_slider.product-auto .tabs_slide-content.active:before {
    opacity: 1;
}

.tabs_wrapper .tab_content:not(.active) {
    display: none;
}

.tab_mob {
    display: none;
}

/* ------------- End Tabs Product-Auto Block CSS */
@media screen and (max-width: 1199px) {
    .tabs_slider.text {
        margin-left: -20px;
        margin-right: -20px;
    }

    .tabs_slider.text .swiper-wrapper {
        font-size: 0px;
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        padding: 0 25px 10px;
        width: auto;
    }

    .tabs_slider.product-auto .swiper-wrapper {
        display: block;
    }

    .tabs_slider.text .tabs_slide {
        display: inline-block;
    }

    .tabs_slider.product-auto .tabs_slide {
        padding-bottom: 10px;
    }

    .tabs_slider.product-auto .tabs_slide-content {
        height: 60px;
        background-color: #F9F9FC;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 17px 16px;
        position: relative;
    }

    .tabs_slider.product-auto .tabs_slide-content:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-right: 2px solid rgba(72, 73, 77, 0.5);
        ;
        border-bottom: 2px solid rgba(72, 73, 77, 0.5);
        ;
        -webkit-transform: rotate(45deg) translateY(-100%);
        -ms-transform: rotate(45deg) translateY(-100%);
        transform: rotate(45deg) translateY(-100%);
        left: auto;
        right: 27px;
        opacity: 1;
        z-index: 1;
        background: none;
        top: 30px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .tabs_slider.product-auto .tabs_slide-content.active:before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-color: #0049B7;
        right: 19px;
        top: 28px
    }

    .tabs_slider.product-auto .tabs_slide-content.active {
        background-color: #ffffff;
    }

    .tabs_slider.product-auto .tabs_slide-content span {
        padding: 0;
        border: none !important;
        background-color: transparent;
        cursor: default;
    }

    .tabs_slider.product-auto .tabs_slide-content.active span {
        color: #0049B7;
        font-size: 20px;
        font-family: "Proxima Nova Semibold";
        font-weight: bold;
    }

    .tab_mob {
        display: block;
        display: block;
        margin: 0 -20px;
        padding: 0 45px 0 20px;
        height: 60px;
        line-height: 60px;
        background-color: #F9F9FC;
        font-size: 20px;
        position: relative;
        margin-top: 20px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .tab_mob.active {
        background-color: transparent;
        color: #0049B7
    }

    .tab_mob:first-child {
        margin-top: 0;
    }

    .tab_content {
        padding: 20px 0 10px;
    }

    .tab_mob:after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        background-image: url(../media/icons/arrow-down.svg);
        width: 25px;
        height: 25px;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        -o-transition: transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
    }

    .tab_mob.active:after {
        -webkit-transform: rotate(-180deg) translateY(50%);
        -ms-transform: rotate(-180deg) translateY(50%);
        transform: rotate(-180deg) translateY(50%);
        background-image: url(../media/icons/arrow-down_blue.svg);
    }
}

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

    .tabs_slider.text,
    .tabs_slider.product-auto {
        margin-left: -16px;
        margin-right: -16px
    }

    .tabs_slider.text .swiper-wrapper {
        padding: 0 16px 10px;
    }

    .tab_mob {
        margin: 0 -16px;
        margin-top: 20px;
        padding: 0 35px 0 16px;
    }

    .tab_mob:after {
        right: 10px;
    }
}

/*---------- End Tabs Block CSS -------------*/

/* Start Marks Tabs Block CSS */
.marks_tabs {
    font-size: 0;
}

.marks_tabs.all-visible {
    display: none;
}

.mark_tab-wrapper {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid transparent
}

.mark_tab-wrapper-square {
    width: 89px;
    height: 89px;
    vertical-align: top;
    background-color: #F9F9FC;
    border-radius: 5px;
}

.mark_tab-wrapper-rect {
    height: 40px;
    vertical-align: top;
    border-radius: 2px;
}

.mark_tab-wrapper-white {
    background: #ffffff;
}

.mark_tab-wrapper-grey {
    background: #F5F5F9;
}

.mark_tab-wrapper-rect .mark_tab {
    padding: 0 15px;
}

.mark_tab-wrapper .mark_tab {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.mark_tab-wrapper-square:not(.mark_more) .mark_tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mark_tab-wrapper-rect .mark_all {
    font-size: 15px;
    line-height: 18px;
    z-index: 1;
    color: #48494D
}

/* @media screen and (min-width: 1200px) { */
/* .mark_tab-wrapper:not(.mark_more) .mark_tab:before,
.mark_tab-wrapper:not(.mark_more) .mark_tab:after {
    content: '';
    position: absolute;
}
.mark_tab-wrapper-square:not(.mark_more) .mark_tab:before,
.mark_tab-wrapper-square:not(.mark_more) .mark_tab:after {
  border-radius: 5px;
}
.mark_tab-wrapper-rect:not(.mark_more) .mark_tab:before,
.mark_tab-wrapper-rect:not(.mark_more) .mark_tab:after {
   border-radius: 2px;
}
.mark_tab-wrapper:not(.mark_more) .mark_tab:before {
   width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 1;
 top: 1px;
    left: 1px; 
}
.mark_tab-wrapper:not(.mark_more) .mark_tab:after {
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
} */
@media screen and (min-width: 1200px) {
    .mark_tab-wrapper.mark_more:hover {
        background-color: #0049B7;
    }

    .mark_tab-wrapper.mark_more:hover .mark_tab .mark_more-text {
        color: #ffffff
    }
}

.mark_tab-wrapper:not(.mark-more):not(.active):hover,
.mark_tab-wrapper:not(.mark-more):not(.active):active,
.mark_tab-wrapper:not(.mark-more).active {
    border: 1px solid #0049B7
}

/* .mark_tab-wrapper:not(.mark_more).active .mark_tab:after,
.mark_tab-wrapper:not(.mark_more):hover .mark_tab:after,
.mark_tab-wrapper:not(.mark_more):active .mark_tab:after {
    opacity: 1;
}
.mark_tab-wrapper-square:not(.mark_more) .mark_tab:before {
   background-color: #F9F9FC;  
}
.mark_tab-wrapper-rect.mark_tab-wrapper-white:not(.mark_more) .mark_tab:before {
  background-color: #ffffff;
}
.mark_tab-wrapper-rect.mark_tab-wrapper-grey:not(.mark_more) .mark_tab:before {
  background-color: #F5F5F9;
} */
/* } */

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

    /*   .mark_tab-wrapper:not(.mark_more).active {
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(106.85%, #CE1320));
    background: -o-linear-gradient(left, #005FED 0%, #CE1320 106.85%);
    background: linear-gradient(90deg, #005FED 0%, #CE1320 106.85%);
  }
  .mark_tab-wrapper-square:not(.mark_more) .mark_tab {
    background-color: #F9F9FC;
    border-radius: 5px;
  }
  .mark_tab-wrapper {
    vertical-align: top;
    padding: 1px;
  }
   .mark_tab-wrapper-rect:not(.mark_more) .mark_tab {
  border-radius: 2px; 
   }
    .mark_tab-wrapper-white:not(.mark_more) .mark_tab {
     background-color: #FFFFFF  ;
  }
      .mark_tab-wrapper-grey:not(.mark_more) .mark_tab {
     background-color: #F5F5F9  ;
  }*/
    /*   .mark_tab-wrapper:not(.mark_more) .mark_tab:after {
    -webkit-transform: translateX(0.125%);
        -ms-transform: translateX(0.125%);
            transform: translateX(0.125%);
  } */
    .mark_tab-wrapper.mark_more:active {
        background-color: #0049B7;
    }

    .mark_tab-wrapper.mark_more:active .mark_tab .mark_more-text {
        color: #ffffff
    }

    .marks_tabs:not(.all-visible) {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px 10px;
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }
}

.mark_tab-wrapper-square .mark_tab .mark_name {
    display: block;
    padding-top: 3px;
    color: #000000;
}

.mark_tab-wrapper .mark_tab .mark_name {
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 18px;
    z-index: 1;
}

.mark_tab-wrapper .mark_tab .mark_logo {
    z-index: 1;
    display: block;
}

.mark_tab-wrapper.mark_more .mark_tab .mark_more-text {
    font-size: 14px;
    display: block;
    line-height: 17px;
    text-align: center;
    white-space: normal;
    color: #0049B7;
    padding: 0 7px;
}

.mark_tab-wrapper-rect .mark_tab .mark_name {
    color: #48494D;
}

.mark_tab-wrapper-rect .mark_tab .mark_logo {
    padding-right: 10px;
    height: 100%;
}

.mark_tab-wrapper-rect.mark_more .mark_tab {
    width: 120px;
    padding: 0
}

@media screen and (max-width: 767px) {
    .marks_tabs:not(.all-visible) {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .marks_tabs.all-visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: -5px -5px;
    }

    .marks_tabs.all-visible .mark_tab-wrapper-square {
        margin: 5px 5px;
    }
}

/* ---------------- End Marks Tabs Block CSS --------------*/

/* Start Pagination Block */
.pagination_wrapper {
    text-align: center;
    height: 40px;
}

.pagination_list {
    list-style: none;
    /*  display: block; */
    position: absolute;
    /*  bottom: 0 !important; */
    line-height: 100%;
    z-index: 1;
    padding: 0;
    text-align: center;
    font-size: 0;
    margin: 0;
}

.pagination_list.lock {
    display: none;
}

.pagination_item {
    display: inline-block;
}

.pagination_item .pagination_item-link,
.pagination_item.dots {
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    line-height: 27px;
    color: rgba(72, 73, 77, 0.4);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.pagination_item.dots {
    padding: 0 15px;
    cursor: default;
}

.pagination_item.page-prev .pagination_item-link,
.pagination_item.page-next .pagination_item-link {
    width: 29px;
    height: 27px;
}

.pagination_item.page-prev .pagination_item-link {
    border-right: 1px solid #D7D9DF;
    margin-right: 25px
}

.pagination_item.page-next .pagination_item-link {
    border-left: 1px solid #D7D9DF;
    margin-left: 25px;
}

.pagination_item.page-prev .pagination_item-link:before,
.pagination_item.page-next .pagination_item-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.pagination_item.page-prev .pagination_item-link:before {
    border-width: 6px 6px 6px 0;
    border-color: transparent #d7d9df transparent transparent;
    right: auto;
    left: 0;
}

.pagination_item.page-next .pagination_item-link:before {
    left: auto;
    right: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #d7d9df;
}

.pagination_item:not(.page-next):not(.page-prev) .pagination_item-link {
    margin: 0 30px;
}

.pagination_item:not(.page-next):not(.page-prev) .pagination_item-link.active {
    width: 39px;
    height: 39px;
    outline: 1px solid #0049B7;
    line-height: 39px;
    margin: 0 15px;
}

.pagination_item .pagination_item-link.active {
    color: #0049B7;
    cursor: default
}

.pagination_item-line {
    background-color: #D7D9DF;
    border-radius: 50px;
    cursor: pointer;
    width: 48px;
    display: inline-block;
    height: 3px;
    margin: 0 5px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.pagination_item-line.active {
    background-color: #0049B7
}

.pagination_item-bounce {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-right: 40px;
    background-color: #D7D9DF;
    border-radius: 50%;
    position: relative;
}

.pagination_item-bounce:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    background: -o-linear-gradient(left, #005FED 0%, #3F48AF 7.67%, #CE1320 106.85%);
    background: -webkit-gradient(linear, left top, right top, from(#005FED), color-stop(7.67%, #3F48AF), color-stop(106.85%, #CE1320));
    background: linear-gradient(90deg, #005FED 0%, #3F48AF 7.67%, #CE1320 106.85%);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.pagination_item-bounce:last-child {
    margin-right: 0
}

.pagination_item-bounce.active:before {
    opacity: 1;
}

/* @media screen and (min-width: 1200px) { */
.pagination_item .pagination_item-link:hover,
.pagination_item .pagination_item-link:active {
    border-color: #0049B7;
    color: #0049B7
}

.pagination_item.page-prev .pagination_item-link:hover:before {
    border-right-color: #0049B7;
}

.pagination_item.page-next .pagination_item-link:hover:before {
    border-left-color: #0049B7;
}

.pagination_item-line:not(.active):hover {
    background-color: #0049B7
}

.pagination_item-bounce:not(.active):hover:before {
    opacity: 1;
}

/* } */
@media screen and (max-width: 1199px) {

    .pagination_item.page-prev .pagination_item-link,
    .pagination_item.page-next .pagination_item-link {
        border: none;
    }

    .pagination_item.page-prev .pagination_item-link:before {
        border-width: 10px 10px 10px 0;
    }

    .pagination_item.page-next .pagination_item-link:before {
        border-width: 10px 0 10px 10px;
    }

    .pagination_item.page-prev .pagination_item-link,
    .pagination_item.page-next .pagination_item-link {
        width: 25px;
        height: 25px;
    }

    .pagination_item.page-prev .pagination_item-link {
        margin-right: 30px;
    }

    .pagination_item.page-next .pagination_item-link {
        margin-left: 30px;
    }

    .pagination_item.page-prev .pagination_item-link:active:before {
        border-right-color: #0049B7;
    }

    .pagination_item.page-next .pagination_item-link:active:before {
        border-left-color: #0049B7;
    }

    .pagination_item .pagination_item-link,
    .pagination_item.dots {
        font-size: 18px;
    }

    .pagination_item.dots {
        width: 39px;
        height: 39px;
        line-height: 39px;
        padding: 0;
        margin: 0 30px;
    }

    .pagination_item.page-prev+.pagination_item:not(.page-next):not(.page-prev):nth-child(2) .pagination_item-link {
        margin-left: 0;
    }

    .pagination_item:not(.page-next):not(.page-prev) .pagination_item-link.active {
        margin: 0 20px;
    }

    .pagination_item.page-next+.pagination_item:not(.page-next):not(.page-prev):nth-last-child(2) .pagination_item-link {
        margin-right: 0;
    }

    .pagination_item .pagination_item-link,
    .pagination_item.dots {
        color: #48494D
    }

    .pagination_item:not(.page-next):not(.page-prev) .pagination_item-link {
        margin: 0 20px;
        width: 39px;
        height: 39px;
        line-height: 39px;
    }

    /*   .pagination_item:not(.page-next):not(.page-prev):nth-child(5),
  .pagination_item:not(.page-next):not(.page-prev):nth-child(6) {
    display: none;
  } */
    /* .pagination_item:not(.page-next):not(.page-prev) .pagination_item-link:active {
  color: #0049B7
} */
    .pagination_item-line {
        width: 60px;
    }

    .pagination_item-line:not(.active):active {
        background-color: #0049B7;
    }

    .pagination_item-bounce:not(.active):active:before {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .pagination_item.page-prev .pagination_item-link {
        margin-right: 5px;
    }

    .pagination_item.page-next .pagination_item-link {
        margin-left: 5px;
    }

    .pagination_item:not(.page-next):not(.page-prev) .pagination_item-link.active {
        margin: 0;
    }

    .pagination_item:not(.page-next):not(.page-prev) .pagination_item-link {
        margin: 0 4px;
    }

    .pagination_item.dots {
        margin: 0 4px;
    }

    .pagination_item-bounce {
        margin-right: 15px;
    }
}

/* ---------- End Pagination Block ----------*/

/* Start Tables Block CSS */


table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

table:not(.table-product) {
    table-layout: fixed;
}

table th,
table td {
    border: 1px solid #D7D9DF
}

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

    table:not(.table-services):not(.table-product),
    table:not(.table-services):not(.table-product) tbody,
    table:not(.table-services):not(.table-product) thead,
    table:not(.table-services):not(.table-product) tr,
    table:not(.table-services):not(.table-product) th,
    table:not(.table-services):not(.table-product) td {
        display: block;
    }
}

/* Table Tyres */
.table-tyres .table-heading th {
    padding: 27px 20px;
    background: #F9F9FC;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}

.table-tyres .single_size-title td {
    padding: 29px 20px;
    font-size: 18px;
    line-height: 22px;
}

.table-tyres .single_size-item td {
    padding: 30px 20px;
    line-height: 19px;
}

@media screen and (max-width: 1199px) {
    table.table-tyres thead {
        display: none !important;
    }

    table.table-tyres .single_size-title td {
        padding: 14px 15px;
        margin-bottom: 15px;
    }

    table.table-tyres .single_size-item {
        padding: 15px 10px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 2px 20px #E5E7EE;
        box-shadow: 0px 2px 20px #E5E7EE;
        background-color: #ffffff;
        margin-bottom: 15px;
    }

    table.table-tyres .single_size-item td {
        border: none;
        padding: 25px 0 10px;
        border-bottom: 1px solid #D7D9DF
    }

    table.table-tyres .single_size-item td>div {
        position: relative;
        font-size: 0;
    }

    table.table-tyres .single_size-item td>div:before {
        content: attr(data-before);
        font-size: 16px;
        width: 50%;
        vertical-align: top;
        display: inline-block;
        text-align: left;
    }

    table.table-tyres .single_size-item td>div>span {
        width: 50%;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        text-align: right;
        color: #000000;
    }

    table.table-tyres .single_size-item td:first-child {
        padding-top: 0;
        padding-bottom: 10px;
    }

    table.table-tyres .single_size-item td:nth-child(2) {
        padding-top: 30px;
        padding-bottom: 25px;
    }
}

/* -------- End Table Tyres ---------- */

/* Start Table PickUp */
.table-pickup td {
    padding: 45px 15px;
}

.table-pickup td:last-child {
    padding: 30px 15px;
}

.table-pickup .time-work {
    padding: 0 25px;
}

.table-pickup .time-work span:first-child {
    display: block;
    width: 36%;
    text-align: left;
    padding-right: 10px;
}

.table-pickup .time-work span:last-child {
    display: block;
    width: 64%;
}

.table-pickup .time-work:last-child {
    padding-top: 5px;
}

.table-pickup .buy-online {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.table-pickup td>div>span {
    display: block;
}

@media screen and (max-width: 1199px) {
    .table-pickup tbody tr {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 2px 20px #E5E7EE;
        box-shadow: 0px 2px 20px #E5E7EE;
        border-radius: 3px;
        padding: 25px 20px;
        margin-top: 20px;
    }

    .table-pickup tbody tr:first-child {
        margin-top: 0;
    }

    .table-pickup td,
    .table-pickup td:last-child {
        border: none;
        padding: 10px 0;
        border-top: 1px solid #D7D9DF;
        text-align: left;
    }

    .table-pickup td:last-child {
        padding-top: 25px;
    }

    .table-pickup td>div[data-before]:before {
        content: attr(data-before);
        position: relative;
        display: block;
        font-weight: 600;
        font-family: "Proxima Nova Semibold";
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 17px;
    }

    .table-pickup tr td:first-child {
        padding-top: 0;
        border: none;
    }

    .table-pickup td:last-child {
        padding-bottom: 0;
    }

    .table-pickup td>div>span {
        font-size: 14px;
        line-height: 17px;
    }

    .table-pickup td:first-child>div>.link {
        margin-top: 10px;
        display: inline-block;
    }

    .table-pickup .time-work {
        padding: 0;
    }

    .table-pickup .time-work span:first-child {
        width: 8%;
    }

    .table-pickup td .buy-online,
    .table-pickup td .btn_wrapper {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }

    .table-pickup td .buy-online {
        margin-left: 15px;
        max-width: 190px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .table-pickup tbody tr {
        margin-top: 30px;
    }

    .table-pickup .time-work span:first-child {
        width: 25%;
    }

    .table-pickup td .btn_wrapper {
        display: block;
        text-align: center;
    }

    .table-pickup td .buy-online {
        display: block;
        margin-left: 0;
        padding-top: 15px;
        text-align: center;
        max-width: none;
    }
}

/*---- End Table PickUp --- */

/* Purchase Table */
.table-purchase .table-heading th {
    height: 76px;
    vertical-align: middle;
    background-color: #F9F9FC;
    font-size: 18px;
    line-height: 22px;
}

.table-purchase .single_purchase-item td {
    padding: 20px;
    line-height: 19px;
}

.table-purchase .single_purchase-item .link:active {
    border-bottom-color: transparent;
}

/* Table Purchase Custom Select CSS */
.table-purchase .select2.select2-container--custom-select {
    background-color: transparent;
    border: none
}

.table-purchase .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
    text-align: left;
    font-size: 18px;
    font-family: "Proxima Nova Semibold";
}

.select2-container.select2-container--custom-select:not(.select2).select2-purchase .select2-dropdown {
    left: -10px;
    border: none;
    -webkit-box-shadow: 0px 2px 20px #E5E7EE;
    box-shadow: 0px 2px 20px #E5E7EE;
    border-top: 1px solid #D7D9DF;
}


/* .table-purchase .single_purchase-item .purchase-link:active {
  border-color: transparent
}
@media screen and (min-width: 1200px) {
  .table-purchase .single_purchase-item .purchase-link:hover {
    border-color: transparent
  }
} */


.table-purchase .purchase-date {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.table-purchase .purchase-date_arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    left: auto;
    background-image: url(../media/icons/arrowdate-default.svg);
    background-size: 13px 13px;
    opacity: .5;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.table-purchase .purchase-date_arrow:before,
.table-purchase .purchase-date_arrow:after {
    content: "";
    position: absolute;
}

.table-purchase .purchase-date.desc .purchase-date_arrow {
    -webkit-transform: rotate(-180deg) translateY(50%);
    -ms-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

.table-purchase .purchase-date.desc .purchase-date_arrow:after {
    left: 4px
}

@media screen and (max-width: 1199px) {
    .table-purchase .table-heading th {
        height: 50px;
        background-color: #ffffff;
        margin: 0;
        padding: 0;
        margin-bottom: 15px
    }

    .table-purchase .table-heading th:first-child,
    .table-purchase .table-heading th:nth-child(3) {
        border: none
    }

    .table-purchase .table-heading th:nth-child(2),
    .table-purchase .table-heading th:nth-child(4),
    .table-purchase .table-heading th:nth-child(5),
    .table-purchase .table-heading th br {
        display: none;
    }

    .table-purchase .table-heading th>div {
        line-height: 50px;
        text-align: left;
        font-size: 14px;
        padding: 0 16px;
        font-weight: normal;
        font-family: 'Proxima Nova';
    }

    .table-purchase .select2.select2-container--custom-select {
        border: 1px solid #D7D9DF
    }

    .table-purchase .select2.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 17px;
        font-weight: normal;
        font-family: 'Proxima Nova';
    }

    .select2-container.select2-container--custom-select:not(.select2).select2-purchase .select2-dropdown {
        left: 0;
        top: 0
    }

    .table-purchase .purchase-date_arrow {
        right: 13px
    }

    .table-purchase .purchase-date .purchase-date_arrow:after {
        -webkit-transform: rotate(45deg) translate(17%, -50%);
        -ms-transform: rotate(45deg) translate(17%, -50%);
        transform: rotate(45deg) translate(17%, -50%);
    }

    .table-purchase .purchase-date.desc .purchase-date_arrow:after {
        -webkit-transform: rotate(45deg) translate(6%, -45%);
        -ms-transform: rotate(45deg) translate(6%, -45%);
        transform: rotate(45deg) translate(6%, -45%);
    }

    .table-purchase .single_purchase-item {
        margin-bottom: 15px;
        padding: 25px 20px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 2px 20px #E5E7EE;
        box-shadow: 0px 2px 20px #E5E7EE;
        border-radius: 3px;
    }

    .table-purchase .single_purchase-item td {
        border: none;
        text-align: left;
        font-size: 14px;
        line-height: 17px;
        padding: 20px 0 10px;
        border-bottom: 1px solid #D7D9DF
    }

    .table-purchase .single_purchase-item td:first-child {
        display: none;
    }

    .table-purchase .single_purchase-item td>div:not(.not-before):before {
        content: attr(data-before);
        display: block;
        font-family: "Proxima Nova Semibold";
        padding-bottom: 10px;
    }

    .table-purchase .single_purchase-item td:nth-child(2) {
        padding-top: 0;
    }

    .table-purchase .single_purchase-item td:last-child {
        padding-bottom: 0;
        border-bottom: none
    }
}

/*-------------End Purchase Table ------------*/

/* Start Services Tabel */
.table-services {
    width: 780px;
    margin: 0 auto;
}

.table-services th {
    padding: 28px 20px 26px;
    background-color: #F9F9FC;
    font-size: 18px;
    line-height: 22px;
}

.table-services td {
    padding: 20px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

@media screen and (max-width: 1199px) {
    .table-services {
        width: 100%;
    }

    .table-services th,
    .table-services td {
        font-size: 14px;
        line-height: 17px;
    }
}

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

    .table-services th,
    .table-services td {
        padding-left: 7px;
        padding-right: 7px;
    }
}

/* --- End Services Table ---- */

/* Start Product Info Table */

table.table-product th {
    text-align: left;
    border: none;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Proxima Nova Bold";
    background-color: #F5F5F9;
}

table.table-product .table-body td {
    border: none;
    padding: 20px 0 10px;
    line-height: 19px;
    vertical-align: top;
    border-bottom: 1px solid #D7D9DF
}

table.table-product .table-body td:first-child {
    text-align: left;
    width: 60%;
    padding-left: 20px;
}

table.table-product .table-body td:last-child {
    text-align: right;
    color: #000000
}

@media screen and (max-width: 1199px) {
    table.table-product th {
        padding-left: 10px;
        padding-right: 10px;
    }

    table.table-product .table-body td:first-child {
        padding-left: 10px;
    }

    table.table-product .table-body td {
        padding-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    table.table-product .table-body td:first-child {
        width: 40%;
        padding-left: 0;
    }

    table.table-product .table-body td:last-child {
        color: #48494D;
        font-family: "Proxima Nova Semibold";
        font-weight: 600;
    }
}

/* ----------- End Product Info Tabel ---------- */

/*-------- End Tables Block CSS ---------*/



/* Start Modal Block CSS */
.blocker {
    z-index: 4;
}

.modal {
    max-width: none;
    width: auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*------- End Modal Block CSS ------------*/

/* Start Filter Sort Block CSS */
.fltr-item-sort-mob_wrapper {
    display: none;
}

@media screen and (max-width: 1199px) {
    .fltr-sort-mob_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .fltr-mob {
        border: 1px solid #D7D9DF;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        margin-right: 9px;
        text-align: center;
        width: calc(38% - 9px);
        background-color: #F9F9FC;
    }

    .sort-select-mob {
        width: 62%;
        height: 50px;
        line-height: 50px;
        color: #48494D;
        border: 1px solid #D7D9DF;
        /* border: none; */
        margin: 0;
        font-size: 15px;
        background-image: url(../media/icons/arrows-sort.svg);
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: 7% 50%;
        padding: 0 10px 0 45px;
        background-color: #F9F9FC;
    }
}

/*-------End Filter Sort Block CSS----------*/

/* Start Tabs Filter Mob Block CSS */
.tabs-fltr-mob_wrapper {
    display: none;
}

@media screen and (max-width: 767px) {
    .tabs-fltr-mob_wrapper {
        display: block;
        font-size: 0;
    }

    .tabs-fltr_item {
        font-size: 15px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        width: 50%;
        display: inline-block;
        background-color: #ffffff;
        border: 1px solid #D7D9DF;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

    .tabs-fltr_item:first-child {
        border-right: 0;
    }

    .tabs-fltr_item.active {
        background-color: #0049B7;
        color: #ffffff;
        border-color: #0049B7;
    }
}

/*--- End Tabs Filter Mob Block CSS ---*/

/* Start Preloader Block CSS */
.swiper-slide:not(.swiper-slide-visible) .swiper-lazy-preloader {
    display: none;
}

/*--- End Preloader Block CSS ---*/

/* Start Custom Scroll   // новое ../10.2023 */
.scroll-wrapper>.scroll-content.scroll-scrolly_visible {
    /* overflow: auto !important; */
    left: -4px;
    margin-left: 4px;
}

.scroll-wrapper>.scroll-element.scroll-y {
    width: 4px;
    height: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: 10;
    /* opacity: .5; */
}

.scroll-wrapper>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-element_size {
    background: #F0F2F5;
    border-radius: 2px;
}

.scroll-wrapper>.scroll-element .scroll-element_track {
    opacity: 0;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-bar {
    background: #D1D3DB;
    border-radius: 2px;
    border: none;
    transition: background 0.2s ease;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-bar:hover {
    background: #9698a3;
}


/* .scroll-wrapper>.scroll-content:not(.scroll-scrolly_visible):not(.scroll-scrollx_visible) {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  } */

/* End Custom Scroll // конец новое ../10.2023*/