

/* Start:/tools/iexForm/iexform.css?175077030618013*/
/* cyrillic */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    src: local('Ubuntu'), url(/tools/iexForm/fonts/Ubuntu-cyr.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    src: local('Ubuntu'), url(/tools/iexForm/fonts/Ubuntu-lat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(/tools/iexForm/fonts/Ubuntu-Bold-cyr.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(/tools/iexForm/fonts/Ubuntu-Bold-lat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* b-pform-ico */

.b-pform-ico{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    line-height: 0;
}


/* b-pform */

.b-pform__input, .b-pform__ico, .b-pform__star, .b-pform__button, .b-pform__confirmed-ico {
    display: inline-block;
    vertical-align: top;
}

.b-pform__popup, .b-pform__wrap, .b-pform__inner, .b-pform__title, .b-pform__item, .b-pform__label, .b-pform__optlabel, .b-pform__input, .b-pform__options, .b-pform__optlabel, .b-pform__legend, .b-pform__errtext, .b-pform__bt, .b-pform__success, .b-pform__confirmed, .b-pform__input_file, .b-pform__input_file, .b-pform__filebutton, .b-pform__fileplus, .b-pform__thanks, .b-pform__fail, .b-pform-tooltip{
    font-size: 16px;
    line-height: 18px;
    color: #666;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    /* отключает стили Safari на iOS (чтобы работало box-shadow) */
    -webkit-appearance: none;
}

.b-pform{
}

.b-pform_multistep{ /* добавляется автоматически к врапперам многошаговых */
}

.b-pform_for_dark_bg{}

.b-pform form{
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.b-pform__wrap{
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px;
}

.iexmodal .b-pform__wrap{
    border: none;
    padding: 10px;
}

.b-pform__inner {
    position: relative;
}

.b-pform__title {
    position: relative;
    color: #555;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.iexmodal .b-pform__title {
    padding-right: 37px;
}

.b-pform_multistep .b-pform__title{
    margin-bottom: 20px;
}

.b-pform__fail{
    color: red;
    margin-bottom: 13px;
    margin-top: -10px;
}

.b-pform__info{
    padding: 0 0 20px;
    font-weight: bold;
}

.b-pform__item {
    position: relative;
    padding: 0 0 20px;
}

.b-pform__label {
    display: block;
    margin-bottom: 7px;
}

.b-pform__optlabel{
    display: block;
    position: relative;
    font-weight: normal;
    padding-left: 19px;
    margin-bottom: 7px;
}

.b-pform__optlabel_single{
    display: inline-block;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
    border-radius: 3px;
    padding-right: 5px;
}

.b-pform__optlabel_policy{
    font-size: 14px;
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform_for_dark_bg .b-pform__optlabel_policy{
    color: #fff;
}

.b-pform__optlabel_remember{
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform__options .b-pform__optlabel:last-child{
    margin-bottom: 0;
}

.b-pform__options input{
    position: absolute;
    left: 0;
    top: 2px;
}

.b-pform__optlabel_single input{
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px;
}

.b-pform__input,
.b-pform__options,
.b-pform__filepreview .__item{
    border-radius: 3px;
    background: #fbfbfb;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.b-pform__input,
.b-pform__options{
    padding: 0 30px 0 9px;
}

.b-pform__input{
    height: 37px;
    width: 100%;
}

.b-pform__input::placeholder,
.b-pform__input::-webkit-input-placeholder{
    opacity: 0.6;
}

.b-pform__options{
    padding: 9px 15px 12px 10px;
    line-height: 16px;
}

.b-pform__input:focus {
    box-shadow: 0 0 0 2px #3399cc;
    outline: 0 none;
}

.iexform-has-error{
    box-shadow: 0 0 0 2px red !important;
}

textarea.b-pform__input {
    height: 140px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: vertical;
}

.b-pform__star {
    background: #ffb746;
    border-radius: 12px;
    height: 6px;
    width: 6px;
}

.b-pform__item .b-pform__star{
    position: absolute;
    top: 42px;
    right: -12px;
}

.b-pform__legend .b-pform__star{
    vertical-align: middle;
    margin-right: 7px;
}

.b-pform__legend{
    font-size: 14px;
    margin-top: 15px;
}

.b-pform__errtext {
    color: red;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.b-pform__buttons{
    position: relative;
    margin-top: 15px;
}

.b-pform_multistep .b-pform__buttons{
    display: flex;
}
.b-pform__btcol{}
.b-pform__btcol:nth-child(1),
.b-pform__btcol:nth-child(3){
    flex-grow: 0;   /* не растягивать, ширина будет определяться контентом или flex-basis */
}
.b-pform__btcol:nth-child(2){
    text-align: center;
    flex-grow: 1;   /* растягивать, занимает все оставшееся пространство */
    display: flex;
    align-items: center; /* по вертикали */
    justify-content: center; /* по горизонтали */
}

.b-pform__bt {
    position: relative;

    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    height: 47px;
    line-height: 44px;
    cursor: pointer;

    box-sizing: content-box;
    padding: 0;
    width: 145px;

    outline: 0 none;
    transition: box-shadow 0.1s;
    transition: -webkit-box-shadow 0.1s;
}

.iexmodal .b-pform_multistep .b-pform__bt {
    width: auto;
}

.b-pform__bt .b-pform-ico{
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.b-pform__bt_prev .b-pform-ico{
    left: 50%;
    margin-left: -14px;
}
.b-pform__bt_next .b-pform-ico{
    right: 9px;
}

.b-pform__bt_submit,
.b-pform__bt_next{
    font-weight: bold;
    text-transform: uppercase;
    background: #66cc33;
    border-color: #66cc33;
    color: #fff;
}

.b-pform__bt_submit:hover,
.b-pform__bt_next:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.b-pform__bt_close,
.b-pform__bt_prev{
    background: #fff;
    border-color: #ccc;
    color: #7f7f7f;
}

.b-pform__authlinks{
    height: 47px;
    line-height: 24px;
}

.b-pform__authlinks a,
.b-pform__authlinks a:hover,
.b-pform__authlinks a:visited{
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.b-pform__authlinks a:hover{
    text-decoration: underline;
}

.b-pform__bt_close,
.b-pform__authlinks{
    position: absolute;
    top: 0;
    right: 0;
}

.b-pform__bt_prev,
.b-pform__bt_next{
    padding: 0 27px;
    width: auto;
}

.b-pform__bt_prev{
    text-transform: uppercase;
}
.b-pform__bt_next{
    padding-right: 42px;
}

.b-pform__bt_close:hover,
.b-pform__bt_prev:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.b-pform__bt_file{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    width: auto !important;
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 47px;
}

.iexform-after-success{
    align-items: center;
    justify-content: center;
}

.iexform-before-success,
.iexform-after-success{
    display: none;
}

.iexform-before-success.active{
    display: block;
}

.iexform-after-success.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-pform__confirmed {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 30px 0;
}

.b-pform_for_dark_bg .b-pform__confirmed{
    color: #fff;
}

.b-pform__confirmed-ico {
    background: url(/tools/iexForm/img/confirmed.png) no-repeat;
    width: 114px;
    height: 114px;
    margin-bottom: 25px;
}

.b-pform__thanks {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #555;
    margin-bottom: 7px;
}

.b-pform_for_dark_bg .b-pform__thanks{
    color: #fff;
}

.b-pform__hintwrap {
    position: relative;
}

.iexform-file-wrap .b-pform__hintwrap + .b-pform__hintwrap{
    margin-top: 5px;
}

.b-pform__hint-ico{
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 20;
    font-size: 22px;
    line-height: 0;
    color: #b3b3b3;
}

.iexform-file-wrap .b-pform__hint-ico{
    right: 77px;
}

.b-pform__hint{
    /* реализуется на tooltip.js */
}

.b-pform__plusbt{
    display: block;
    margin-top: 5px;
    color: #666 !important;
    text-decoration: underline;
    outline: none !important;
}

.iexform-updating{
    position:relative;
}

.iexform-updating:after{
    z-index: 999999;
    content: "";
    position: absolute;
    background: url("/tools/iexForm/img/spinner.gif") no-repeat scroll center center transparent;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.b-pform__filepreview{
    --fileItemWidth: 124px;
    --fileNameHeight: 23px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.b-pform__filepreview .__item{
    position: relative;
    overflow: hidden;
    height: 70px;
    width: var(--fileItemWidth);
    text-align: center;
    color: #fff;
    background-color: #b3b3b3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: box-shadow 0.4s;
}

.b-pform__filepreview .__name,
.b-pform__filepreview .__del{
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.4s;
}

.b-pform__filepreview .__name{
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 6px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 100%);
    font-size: 12px;
    line-height: var(--fileNameHeight);
    height: var(--fileNameHeight);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.b-pform__filepreview .__del{
    cursor: pointer;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 8px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.6);
}

.b-pform__filepreview .__item:hover .__del,
.b-pform__filepreview .__item:hover .__name{
    opacity: 1;
}

.b-pform__filepreview .__del,
.b-pform__filepreview .__ext{
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-pform__filepreview .__ext{
    height: calc(100% - var(--fileNameHeight)/2);
}

.b-pform__filewrap{
    display: none;
    position: relative;
    z-index: 1;
}

.b-pform__filewrap + .b-pform__filewrap{
    margin-top: 5px;
}

.b-pform__filewrap .iexform-error-message{
    margin-left: 1px;
    margin-top: -20px;
}

.b-pform__input_file{
    position: relative;
    z-index: 0;
    padding-right: 72px;
}

.b-pform__filebutton{
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0 10px;
    border: none;
    color: #fff;
    background-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
}

.b-pform__filewrap .b-pform__filebutton{
    bottom: auto;
    top: 0;
}

.b-pform__filereal{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.b-pform__step{
    display: none;
}
.b-pform__step_curr{
    display: block;
}

.b-pform__steptitle{
    display: inline-block;
    text-align: right;
    margin-bottom: 24px;
    font-weight: bold;
    background-color: #b3b3b3;
    padding: 5px 10px 6px 30px;
    color: #fff;
    margin-left: -30px;
}

.b-pform__stepbulls{}
.b-pform__stepbulls i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.b-pform__stepbulls i + i{
    margin-left: 5px;
}
.b-pform__stepbulls i.curr{
    background: #b3b3b3;
}

.b-pform__policy,
.b-pform__policy:hover,
.b-pform__policy:visited {
    color: #555 !important;
}
.b-pform__policy,
.b-pform__policy:visited {
    text-decoration: underline !important;
}
.b-pform__policy:hover {
    text-decoration: none !important;
}

.b-pform_for_dark_bg .b-pform__policy,
.b-pform_for_dark_bg .b-pform__policy:hover,
.b-pform_for_dark_bg .b-pform__policy:visited{
    color: #fff !important;
}

/* b-pform-tooltip */

.b-pform-tooltip {
    cursor: pointer;
    max-width: 100%;
    padding: 2px 8px 3px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
}

.b-pform-tooltip-arrow,
.b-pform-tooltip-arrow::before {
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
}

.b-pform-tooltip-arrow::before {
    content: "";
    transform: rotate(45deg);
    left: -3px;
}

.b-pform-tooltip,
.b-pform-tooltip-arrow::before{
    background-color:  #a2a1a1;
}

.b-pform-tooltip.error,
.b-pform-tooltip.error .b-pform-tooltip-arrow::before {
    background-color: red;
}

.b-pform-tooltip[data-popper-placement^="top"] .b-pform-tooltip-arrow {
    bottom: -3px;
}

.b-pform-tooltip[data-popper-placement^="right"] .b-pform-tooltip-arrow {
    left: 0;
}

.b-pform-tooltip[data-popper-placement^="bottom"] .b-pform-tooltip-arrow {
    top: -3px;
}

.b-pform-tooltip[data-popper-placement^="left"] .b-pform-tooltip-arrow {
    right: -6px;
}

.b-pform-tooltip.error.common {
    margin: 0;
    padding: 4px 10px;
    border: none;
}
.b-pform-tooltip.error.common .b-pform-tooltip-arrow {
    display: none;
}


/* b-pform-panel */

.b-pform-panel,
.b-pform-panel *,
.b-pform-panel *::after,
.b-pform-panel *::before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555555;
}

.b-pform-panel_white_icons *,
.b-pform-panel_white_icons *::after,
.b-pform-panel_white_icons *::before{
    color: #fff;
}

.b-pform-panel{
    position: fixed;
    z-index: 999990;
    right: 0;
    top: 50%;
    /*width: 272px; не фиксиуруем ширину */
    opacity: 0.9;
}

.b-pform-panel_hidden{
}

.b-pform-panel_r{
    right: 0;
    left: auto;
}

.b-pform-panel_l{
    left: 0;
    right: auto;
}

.b-pform-panel__menu{}

@media (min-width: 768px) {
    .b-pform-panel_hidden .b-pform-panel__menu{
        transform: translateX(-58px);
    }
}

.b-pform-panel__option{
    display: block;
    position: relative;
    border-style: solid;
    border-color: #ec673c;
    border-width: 1px 0 0 1px;
    background-color: #d85328;
    font-size: 14px;
    line-height: 17px;
    padding: 23px 20px 22px 58px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

.b-pform-panel__option:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__option:hover{
    color: #fff;
}

.b-pform-panel__option:first-child {
    border-top-left-radius: 13px;
}

.b-pform-panel__option:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-width: 1px;
}

.b-pform-panel__option .b-pform-ico{
    position: absolute;
    font-size: 24px;
    top: 50%;
    margin-top: -12px;
    left: 20px;
}

.b-pform-panel_hidden .b-pform-panel__option .b-pform-ico {
    left: 17px;
}

.b-pform-panel__hide,
.b-pform-panel__show{
    display: block;
    position: relative;
    box-sizing: border-box;

    height: 28px;
    line-height: 26px;

    font-size: 15px;
    font-weight: 400;
    text-decoration: none;

    border-style: solid;
    border-color: #ec673c;
    border-width: 0 0 1px 1px;
    border-bottom-left-radius: 10px;
    background-color: #d85328;
    outline: none;

    padding: 0 10px 0 24px;
    margin-top: -1px;
}

.b-pform-panel__hide:hover,
.b-pform-panel__show:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__hide:hover,
.b-pform-panel_white_icons .b-pform-panel__show:hover{
    color: #fff;
}

.b-pform-panel__hide{
    float: right;
}

.b-pform-panel__show{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
}

@media (max-width: 767px) {
    .b-pform-panel__show{
        border-top-left-radius: 10px;
    }
}

.b-pform-panel_hidden .b-pform-panel__show{
    display: block;
    padding-right: 4px;
}

.b-pform-panel__show .b-pform-ico,
.b-pform-panel__hide .b-pform-ico{
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -11px;
    font-size: 20px;
}


/* responsive */

@media (max-width: 490px) {
    .iexmodal .b-pform_multistep .b-pform__buttons{
        text-align: center;
    }
    .b-pform_multistep .b-pform__bt,
    .iexmodal .b-pform_multistep .b-pform__bt{
        width: auto;
        padding: 0 17px;
    }
    .b-pform_multistep .b-pform__bt_next,
    .iexmodal .b-pform_multistep .b-pform__bt_next {
        padding-right: 35px;
    }
    .b-pform_multistep .b-pform__bt_next .b-pform-ico {
        right: 6px;
    }
}

@media (max-width: 420px) {
    .b-pform__bt{
        box-sizing: border-box;
    }
    .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .iexmodal .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .b-pform__authlinks{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .b-pform__bt_submit,
    .iexmodal .b-pform__bt_submit{
        margin-bottom: 15px;
    }
    .b-pform__bt_close,
    .b-pform__authlinks{
        position: static;
    }
}

/* End */


/* Start:/tools/iexModal/iexModal.css?169822739619690*/
/**
 * iexModal
 */

.iexmodal{
    display: none;
    position: fixed;
    z-index: 9990;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.iexmodal-opened{
    overflow: hidden;
}

.iexmodal-outerscroll.iexmodal{
    overflow-y: auto;
}

.iexmodal-alert.iexmodal{
    right: auto;
    bottom: auto;
    overflow: visible;
}

.iexmodal-spinner {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-loading .iexmodal-spinner{
    display: block;
    opacity: 1;
}

.iexmodal-spinner::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite;
}

@keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iexmodal-popup {
    position: fixed;
    opacity: 0;
    z-index: 9991;
    /*
    width: задается в JS, по-молчанию 450px;
    height: задается в JS, по-молчанию равен высоте контента (плюс вертикальные паддинги), оставаясь в пределах высоты окна
    */
    left: 50%;
    top: 50%;
    border-radius: 3px;
    background-color: #fff;
    transition: height 1s ease 0s;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    -webkit-appearance: none; /* отключает стили Safari на iOS (чтобы работало box-shadow) */
}

.iexmodal-outerscroll .iexmodal-popup{
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.iexmodal-alert .iexmodal-popup{
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    transition: none;
    -webkit-box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
}

.iexmodal-fullscreen .iexmodal-popup{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-outerscroll.iexmodal-fullscreen .iexmodal-popup{
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    min-height: 100%;
}

.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
    bottom: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-y .iexmodal-popup{
    top: auto;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
    right: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-x .iexmodal-popup{
    left: auto;
    right: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.iexmodal-top .iexmodal-popup{
    top: 0;    
    right: 0;
    bottom: auto;
    left: 0;
    border-radius: 0 0 3px 3px;
}

.iexmodal-top.iexmodal-overflow-y .iexmodal-popup{
    bottom: 10px;
}

.iexmodal-right .iexmodal-popup{
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    border-radius: 3px 0 0 3px;
}

.iexmodal-right.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
}

.iexmodal-bottom .iexmodal-popup{
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.iexmodal-bottom.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
}

.iexmodal-left .iexmodal-popup{
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-radius: 0 3px 3px 0;
}

.iexmodal-left.iexmodal-overflow-x .iexmodal-popup{
    right: 10px;
}

.iexmodal-fullscreen .iexmodal-popup,
.iexmodal-top .iexmodal-popup,
.iexmodal-right .iexmodal-popup,
.iexmodal-bottom .iexmodal-popup,
.iexmodal-left .iexmodal-popup {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-inner {
    position: relative;
    z-index: 9992;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    cursor: default;
    height: 100%;
}

/* нужно чтобы за границу блока iexmodal-inner-wrap не вылазили margin-top у первого дочернего элемента и margin-bottom у последнего дочернего элемента */
.iexmodal-inner-wrap::before,
.iexmodal-inner-wrap::after{
    content: "";
    display: block;
    height: 1px;
}

.iexmodal-icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: currentColor;
    fill: currentColor;
}

.iexmodal-close-outer,
.iexmodal-close-inner{
    position: absolute;
    padding: 18px;
    stroke-linecap: round;
    cursor: pointer;
}

.iexmodal-close-outer{
    right: 0;
    top: 0;
    font-size: 26px;
    stroke-width: 2.3px;
    color: #fff;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-right .iexmodal-close-outer{
    right: auto;
    left: 0;
}

.iexmodal-loading .iexmodal-close-outer{
    opacity: 1;
}

.iexmodal-close-inner{
    z-index: 9993;
    right: -5px;
    top: -5px;
    font-size: 18px;
    stroke-width: 3px;
    color: #000;
}

.iexmodal-right .iexmodal-close-inner{
    right: auto;
    left: -5px;
}

.iexmodal-close-outer .iexmodal-icon,
.iexmodal-close-inner .iexmodal-icon{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
}

.iexmodal-close-inner .iexmodal-icon{
    opacity: 0.6;
}

.iexmodal-close-outer:hover .iexmodal-icon,
.iexmodal-close-inner:hover .iexmodal-icon{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.iexmodal-close-inner:hover .iexmodal-icon{
    opacity: 0.8;
}

.iexmodal-content{
    display: none;
}

.iexmodal-debug-wrap{
    word-wrap: break-word;
}

.iexmodal-debug-code{
    max-height: 150px;
    min-height: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #e8e8e8;
    padding: 5px 6px;
    font-family: monospace;
    font-size: 13px;
    line-height: 16px;
    resize: vertical;
}

.iexmodal-debug-panel{
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
    white-space: pre;
    font-family: monospace;
    overflow: scroll;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    font-size: 12px;
    line-height: 14px;
    padding: 0 6px 6px;
}

@media (min-width: 500px) {
    .iexmodal-debug-panel{
        width: 60%;
    }
}

@media (min-width: 1000px) {
    .iexmodal-debug-panel{
        width: 40%;
    }
}

.iexmodal-animate{
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

@-webkit-keyframes iexmodal-animate-wrap-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes iexmodal-animate-wrap-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.iexmodal-animate-wrap-in {
    -webkit-animation-name: iexmodal-animate-wrap-in;
    animation-name: iexmodal-animate-wrap-in;
}

@-webkit-keyframes iexmodal-animate-wrap-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes iexmodal-animate-wrap-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.iexmodal-animate-wrap-out {
    -webkit-animation-name: iexmodal-animate-wrap-out;
    animation-name: iexmodal-animate-wrap-out;
}

@-webkit-keyframes iexmodal-animate-default-in {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-default-in {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-default-in {
    -webkit-animation-name: iexmodal-animate-default-in;
    animation-name: iexmodal-animate-default-in;
}

@-webkit-keyframes iexmodal-animate-default-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
}

@keyframes iexmodal-animate-default-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
}

.iexmodal-animate-default-out {
    -webkit-animation-name: iexmodal-animate-default-out;
    animation-name: iexmodal-animate-default-out;
}

@-webkit-keyframes iexmodal-animate-fullscreen-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes iexmodal-animate-fullscreen-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.iexmodal-animate-fullscreen-in {
    -webkit-animation-name: iexmodal-animate-fullscreen-in;
    animation-name: iexmodal-animate-fullscreen-in;
}

@-webkit-keyframes iexmodal-animate-fullscreen-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes iexmodal-animate-fullscreen-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.iexmodal-animate-fullscreen-out {
    -webkit-animation-name: iexmodal-animate-fullscreen-out;
    animation-name: iexmodal-animate-fullscreen-out;
}

@-webkit-keyframes iexmodal-animate-alert-in {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    70% {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-alert-in {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    70% {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-alert-in {
    -webkit-animation-name: iexmodal-animate-alert-in;
    animation-name: iexmodal-animate-alert-in;
}


@-webkit-keyframes iexmodal-animate-alert-out {
    0% {
    }

    30% {
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes iexmodal-animate-alert-out {
    0% {
    }

    30% {
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.iexmodal-animate-alert-out {
    -webkit-animation-name: iexmodal-animate-alert-out;
    animation-name: iexmodal-animate-alert-out;
}

@-webkit-keyframes iexmodal-animate-top-in {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-top-in {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-top-in {
    -webkit-animation-name: iexmodal-animate-top-in;
    animation-name: iexmodal-animate-top-in;
}

@-webkit-keyframes iexmodal-animate-top-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes iexmodal-animate-top-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.iexmodal-animate-top-out {
    -webkit-animation-name: iexmodal-animate-top-out;
    animation-name: iexmodal-animate-top-out;
}


@-webkit-keyframes iexmodal-animate-bottom-in {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-bottom-in {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-bottom-in {
    -webkit-animation-name: iexmodal-animate-bottom-in;
    animation-name: iexmodal-animate-bottom-in;
}


@-webkit-keyframes iexmodal-animate-bottom-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes iexmodal-animate-bottom-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.iexmodal-animate-bottom-out {
    -webkit-animation-name: iexmodal-animate-bottom-out;
    animation-name: iexmodal-animate-bottom-out;
}

@-webkit-keyframes iexmodal-animate-right-in {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-right-in {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-right-in {
    -webkit-animation-name: iexmodal-animate-right-in;
    animation-name: iexmodal-animate-right-in;
}

@-webkit-keyframes iexmodal-animate-right-out {
    from {
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes iexmodal-animate-right-out {
    from {
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.iexmodal-animate-right-out {
    -webkit-animation-name: iexmodal-animate-right-out;
    animation-name: iexmodal-animate-right-out;
}

@-webkit-keyframes iexmodal-animate-left-in {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-left-in {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-left-in {
    -webkit-animation-name: iexmodal-animate-left-in;
    animation-name: iexmodal-animate-left-in;
}

@-webkit-keyframes iexmodal-animate-left-out {
    from {
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes iexmodal-animate-left-out {
    from {
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.iexmodal-animate-left-out {
    -webkit-animation-name: iexmodal-animate-left-out;
    animation-name: iexmodal-animate-left-out;
}

/*
 * END: iexModal
 */

/*
 * perfect-scrollbar.js
 */
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
/*
 * END: perfect-scrollbar.js
 */

/*
 * iexModal fixes for perfect-scrollbar.js
 */
.ps .ps__rail-x{
    display: none !important;
}
.ps .ps__rail-y{
    opacity: 0.4 !important;
    background-color: #ddd;
    width: 8px;
    transition: width .2s linear, background-color .2s linear;
    -webkit-transition: width .2s linear, background-color .2s linear;
}
.ps .ps__thumb-y{
    background-color: #000;
    width: auto;
    left: 2px;
    right: 2px;
}
.ps .ps__rail-y:hover{
    width: 12px;
    background-color: #ddd;
}
.ps .ps__rail-y:hover > .ps__thumb-y{
    background-color: #000;
    left: 2px;
    right: 2px;
    width: auto;
}
/*
 * END: iexModal fixes for perfect-scrollbar.js
 */
/* End */


/* Start:/tools/mmenu/mmenu.css?169822739628799*/
@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}
/* End */


/* Start:/tools/fancybox/jquery.fancybox.min.css?169822739612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/tools/swiper/swiper.css?169822739615776*/
/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* End */


/* Start:/tools/selectric/selectric.css?17025427904299*/
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* End */


/* Start:/tools/css/policy.css?17494678703352*/
.b-consent {
  max-width: 750px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 20px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.b-consent.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100000000;
}
.b-consent .__text {
  font-size: 14px;
}
.b-consent .__text a {
  color: #0075E2;
}

.b-policy {
  position: static;
  padding: 80px 0;
}
.b-policy h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
.b-policy h2 {
  margin-top: 30px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 24px;
}
.b-policy h6 {
  font-size: 24px;
}
.b-policy p {
  font-size: 16px;
  margin-bottom: 20px;
}
.b-policy table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.b-policy table th, .b-policy table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}
.b-policy table th {
  background-color: #f2f2f2;
}
.b-policy ul {
  padding: 0 0 0 12px;
}
.b-policy ul li {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.b-policy ol {
  counter-reset: item;
  padding: 0;
}
.b-policy ol > li {
  counter-increment: item;
  margin-bottom: 10px;
}
.b-policy ol ol {
  margin-top: 10px;
}
.b-policy ol ol > li {
  display: block;
}
.b-policy .intro,
.b-policy .contact-info {
  margin-bottom: 30px;
}
.b-policy .b-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.b-consent-text {
  font-size: 16px;
  margin-bottom: 20px;
}

.b-consent-text {
  line-height: 1.3;
  font-size: 14px;
}

.b-checkbox {
  color: #f9472f;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 12px;
}

.b-checkbox input {
  opacity: 0;
  position: absolute;
}

.b-checkbox .b-checkbox-ico {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 2px solid #f73e25;
  border-radius: 2px;
  vertical-align: top;
  position: absolute;
  margin-top: 1px;
  cursor: pointer;
}

.b-checkbox .b-checkbox-ico.--popup {
  border: 2px solid #fc553f;
}

.b-checkbox input:checked ~ .d-flex .b-checkbox-ico:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: #fc553f;
  width: 4px;
  height: 8px;
  border-width: 0 2px 2px 0;
  transform: rotate(37deg);
  right: 7px;
  top: 2px;
  left: 5px;
}

.b-checkbox input:checked ~ .d-flex .b-checkbox-ico.--popup:before {
  border-color: #fc553f;
}

.b-checkbox-txt {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding-left: 30px;
}

.b-checkbox-txt .b-pform__policy {
  color: #989898 !important;
}

.b-policy-order {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: left;
}

.b-button-consent {
  position: static;
  background: #0d3573;
  color: #ffffff;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: initial;
  font-size: 16px;
  border-radius: 24px;
}
.b-button-consent:hover {
  color: #ffffff;
}

.b-footer-policy-links {
  margin-top: 12px;
}
.b-footer-policy-links a {
  position: static;
  color: #7F899D;
  text-decoration: underline;
}

/*# sourceMappingURL=policy.css.map */

/* End */


/* Start:/tools/css/style.css?1750770279103433*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
.b-similar-item .__list, .b-catalog-detail-top .__grid .__block .__list, .b-list, .b-slider-card .__right .__list, .b-top-swiper-wrapper .__item .__list, .b-header .__inner .__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-similar-item .h4, .b-similar-item .__bot, .b-similar-item, .b-sert-block .__right img, .b-sert-block .__right, .b-nav .__btn.swiper-slide-thumb-active:after, .b-nav .__btn:hover:after, .b-nav .__btn:after, .b-pagination li a:hover, .b-pagination li a, .b-filters .__val, .b-catalog-item .__top .__name, .b-catalog-item, .b-catalog .__sections > a, .b-form-cat .__form .__input:focus, .b-form-cat .__form .__textarea:focus, .b-form-cat .__form .__input, .b-form-cat .__form .__textarea, .b-form-big-input .__label, .b-form-big-input.--select .selectric-wrapper .selectric-items ul li, .--anim, .b-btn path, .b-btn, .b-news-item.--video .__top img, .b-news-item.--video .__play circle, .b-hover-swiper .__btn:after, .b-hover-swiper .__btn, .b-faq-item .__ico, .b-breadcrumbs ul li a, .b-footer .__menu a, .b-sert-item, .b-sert-swiper .swiper, .b-adv-item .__fill, .b-adv-item .__top, .b-adv-item, .b-arrow .--prev, .b-arrow .--next, .b-search-wrap, .b-header .__inner .__phone, .b-header .__inner .__search, .b-section.--contacts a {
  transition: all 0.3s ease-out;
}

.b-table, .b-pagination li a, .b-form-big-input, .b-404 .__block .__title, .b-news-item, .b-breadcrumbs, .b-running-line, .b-top-swiper-wrapper .__progress, .b-top-swiper-wrapper .__item .__list, .b-top-swiper-wrapper .__item .__name, .b-menu-drop, .b-header .__inner .__phone, .b-header .__inner .__link {
  font-family: "TTLakesNeueCondensed", sans-serif;
}

@font-face {
  font-family: "TTLakesCondensed";
  src: url("/font/TT-Lakes/TTLakesCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTLakesCondensed";
  src: url("/font/TT-Lakes/TTLakesCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTLakesCondensed";
  src: url("/font/TT-Lakes/TTLakesCondensed-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTLakesCondensed";
  src: url("/font/TT-Lakes/TTLakesCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTLakesCondensed";
  src: url("/font/TT-Lakes/TTLakesCondensed-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTLakesNeueCondensed";
  src: url("/font/TT-Lakes-Neue/TT-Lakes-Neue-Trial-Condensed-Regular.ttf") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTLakesNeueCondensed";
  src: url("/font/TT-Lakes-Neue/TT-Lakes-Neue-Trial-Condensed-Medium.ttf") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTLakesNeueCondensed";
  src: url("/font/TT-Lakes-Neue/TT-Lakes-Neue-Trial-Condensed-DemiBold.ttf") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTLakesNeueCondensed";
  src: url("/font/TT-Lakes-Neue/TT-Lakes-Neue-Trial-Condensed-Bold.ttf") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "TTLakesCondensed", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20.5px;
  line-height: 1.4;
  color: #1B1B1B;
  margin: 0;
  box-sizing: border-box;
  font-weight: 500;
  position: relative;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  font-family: "Raleway", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.b-container {
  max-width: 1664px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

.b-stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.b-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .b-section {
    padding: 40px 0;
  }
}
.b-section.--news-detail {
  background: #F6F6F6;
  padding: 130px 0 80px;
}
@media (max-width: 991px) {
  .b-section.--news-detail {
    padding: 56px 0 40px;
  }
}
.b-section.--news-detail .__date {
  color: #A5A5A5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.b-section.--news-detail:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-news-decor-detail.svg") no-repeat left bottom;
  background-size: cover;
  z-index: 1;
}
.b-section.--news-detail .b-container {
  z-index: 3;
  position: relative;
}
.b-section.--news {
  background: #EBEBEB;
}
.b-section.--news:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-decor-news.svg") no-repeat right bottom;
  background-size: contain;
  z-index: 1;
}
.b-section.--news .b-container {
  z-index: 3;
  position: relative;
}
.b-section.--contacts {
  padding: 105px 0 80px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .b-section.--contacts {
    padding: 56px 0 40px;
  }
}
.b-section.--contacts .cols-2 {
  position: relative;
}
.b-section.--contacts .--decor-bl {
  bottom: 0;
  left: 0;
}
.b-section.--contacts a {
  color: #7CBA00;
}
.b-section.--contacts a:hover {
  color: #FFFFFF;
}
.b-section.--contacts .__txt {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}
.b-section.--contacts .__txt:last-child {
  margin-bottom: 0;
}
.b-section.--contacts .__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .b-section.--contacts .__right {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-section.--contacts .__map-dt {
    display: none;
  }
}
.b-section.--contacts .__map-m {
  display: none;
}
@media (max-width: 991px) {
  .b-section.--contacts .__map-m {
    display: block;
    pointer-events: none;
  }
}
.b-section.--stripe-black {
  background: #1B1B1B;
}
.b-section.--stripe-black:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-black-stripe.svg") no-repeat right;
  background-size: cover;
  z-index: 1;
}
.b-section.--stripe-black .b-container {
  z-index: 3;
  position: relative;
}
.b-section.--stripe-black-2 {
  background: #1B1B1B;
  color: #FFFFFF;
}
.b-section.--stripe-black-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-black-stripe-2.svg") no-repeat;
  background-size: cover;
  z-index: 1;
}
.b-section.--stripe-black-2 .--decor-bl {
  z-index: 4;
}
@media (max-width: 1199px) {
  .b-section.--stripe-black-2 .--decor-bl {
    z-index: 2;
  }
}
.b-section.--stripe-black-2 .b-container {
  z-index: 3;
  position: relative;
}
.b-section.--stripe-black-3 {
  color: #FFFFFF;
  background: #292929;
  position: relative;
}
.b-section.--stripe-black-3:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-black-stripe-3-r.svg") no-repeat right top;
  background-size: cover;
  z-index: 1;
}
.b-section.--stripe-black-3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-black-stripe-3-l.svg") no-repeat right bottom;
  background-size: cover;
  z-index: 2;
}
.b-section.--stripe-black-3 .b-container {
  z-index: 3;
  position: relative;
}
.b-section.--stripe-gray {
  background: #EBEBEB;
}
.b-section.--stripe-gray:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-gray-stripe.svg") no-repeat;
  background-size: cover;
  z-index: 1;
}
.b-section.--stripe-gray .b-container {
  z-index: 3;
  position: relative;
}
.b-section.--stripe-gray-2 {
  background: #F6F6F6;
}
.b-section.--stripe-gray-2.--about {
  background: #EBEBEB;
}
.b-section.--stripe-gray-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-gray-stripe-2.svg") no-repeat;
  background-size: cover;
  z-index: 1;
}
.b-section.--stripe-gray-2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-gray-stripe-2-p2.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.b-section.--stripe-gray-2 .b-container {
  z-index: 3;
  position: relative;
}
.b-section.--stripe-gray-3 {
  background: #D3D3D3;
}
.b-section.--stripe-gray-3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-gray-stripe-3.svg") no-repeat top right;
  background-size: cover;
  z-index: 1;
}
.b-section.--stripe-gray-3 .b-container {
  z-index: 3;
  position: relative;
}
.b-section.--stripe-gray-4 {
  background: #F6F6F6;
}
.b-section.--stripe-gray-4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-gray-stripe-4.svg") no-repeat top right;
  background-size: cover;
  z-index: 1;
}
.b-section.--stripe-gray-4 .b-container {
  z-index: 3;
  position: relative;
}
.b-section.--section-partners {
  background: url("/images/chameleon/partners/partnersbg.jpg");
  background-size: cover;
}

.--decor-bl {
  transform: rotate(180deg);
  position: absolute;
  z-index: 2;
  bottom: 45px;
  left: 36px;
}
@media (max-width: 1199px) {
  .--decor-bl {
    bottom: 24px;
    left: 24px;
    max-width: 160px;
    opacity: 0.3;
  }
}

.--decor-tr {
  position: absolute;
  z-index: 2;
  top: 36px;
  right: 64px;
}
@media (max-width: 1199px) {
  .--decor-tr {
    top: 24px;
    right: 24px;
    max-width: 160px;
    opacity: 0.3;
  }
}
.--decor-tr.--leasing {
  top: 80px;
}
@media (max-width: 1199px) {
  .--decor-tr.--leasing {
    top: 24px;
  }
}

.b-header {
  background: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(11, 36, 75, 0.06);
  position: sticky;
  top: 0;
  z-index: 999;
}
.b-header .__inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1600px) {
  .b-header .__inner {
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .b-header .__inner {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .b-header .__inner {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    grid-gap: 16px;
    height: 56px;
  }
}
@media (max-width: 575px) {
  .b-header .__inner {
    grid-template-columns: 1fr auto auto;
  }
}
.b-header .__inner .__link {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 96px;
  width: auto;
  color: #1B1B1B;
  position: relative;
}
@media (max-width: 1399px) {
  .b-header .__inner .__link {
    height: 64px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .b-header .__inner .__link {
    height: 64px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .b-header .__inner .__link {
    display: none;
  }
}
.b-header .__inner .__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  width: 100%;
  background: #7CBA00;
  opacity: 0;
}
.b-header .__inner .__link:hover {
  color: #7CBA00;
}
.b-header .__inner .__link:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .b-header .__inner .__link.--cat {
    display: none;
  }
}
.b-header .__inner .__link.--cat:after {
  width: 282px;
  left: 50%;
  transform: translateX(-50%);
}
.b-header .__inner .__search {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.b-header .__inner .__search:hover {
  background: #EBEBEB;
}
.b-header .__inner .__logo {
  display: flex;
}
@media (max-width: 1500px) {
  .b-header .__inner .__logo {
    max-width: 170px;
  }
}
@media (max-width: 1200px) {
  .b-header .__inner .__logo {
    max-width: 140px;
  }
}
.b-header .__inner .__menu {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1600px) {
  .b-header .__inner .__menu {
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .b-header .__inner .__menu {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-header .__inner .__menu {
    gap: 0;
    display: none;
  }
}
.b-header .__inner .__phone {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.b-header .__inner .__phone:hover {
  color: #7CBA00;
}
@media (max-width: 1439px) {
  .b-header .__inner .__phone {
    display: none;
  }
}
@media (max-width: 991px) {
  .b-header .__inner .__phone {
    display: block;
    font-size: 16px;
  }
}
.b-header .__inner .__contacts {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-header .__inner .__contacts .b-btn {
    padding: 0 16px;
  }
}
@media (max-width: 575px) {
  .b-header .__inner .__contacts .b-btn {
    display: none;
  }
}
.b-header .__inner .__burger {
  display: none;
}
@media (max-width: 991px) {
  .b-header .__inner .__burger {
    display: flex;
    padding: 0;
  }
}

.b-search-wrap {
  padding: 16px;
  background: #292929;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.b-search-wrap.--show {
  display: flex;
}

.b-search {
  max-width: 960px;
  width: 100%;
}

.b-menu-drop {
  position: relative;
}
@media (max-width: 991px) {
  .b-menu-drop {
    display: none;
  }
}
.b-menu-drop .b-btn {
  padding: 0 12px 0 28px;
}
@media (max-width: 1600px) {
  .b-menu-drop .b-btn {
    padding: 0 12px;
}
}
.b-menu-drop .b-btn img {
  width: 20px;
}
@media (max-width: 1199px) {
  .b-menu-drop .b-btn img {
    display: none;
  }
}
.b-menu-drop .__content {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 282px;
  padding: 56px;
  background: #FFFFFF;
  gap: 64px;
  flex-direction: column;
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 39, 0.06);
}
.b-menu-drop .__content a {
  text-align: center;
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.b-menu-drop .__content a:hover {
  color: #606060;
}
.b-menu-drop:hover .__content {
  display: flex;
}
.b-menu-drop:hover .b-btn {
  background: #8CD100;
}
.b-menu-drop:hover .b-btn:after {
  opacity: 1;
}

.b-top-swiper-wrapper {
  background: #020F1C;
  width: 100%;
  padding: 84px 0;
  height: fit-content;
  position: relative;
}
@media (max-width: 1199px) {
  .b-top-swiper-wrapper {
    padding: 40px 0;
  }
}
.b-top-swiper-wrapper:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000 url("/images/chameleon/filter.png");
  content: "";
  z-index: 2;
  opacity: 0.4;
  top: 0;
  left: 0;
}
.b-top-swiper-wrapper .__video {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.b-top-swiper-wrapper .b-container {
  z-index: 3;
  position: relative;
}
.b-top-swiper-wrapper .__grid {
  display: grid;
  grid-template-columns: 1fr 528px;
  grid-gap: 120px;
  align-items: center;
}
@media (max-width: 1700px) {
  .b-top-swiper-wrapper .__grid {
    grid-gap: 32px;
  }
}
@media (max-width: 1439px) {
  .b-top-swiper-wrapper .__grid {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 991px) {
  .b-top-swiper-wrapper .__grid {
    grid-template-columns: 100%;
  }
}
.b-top-swiper-wrapper .__grid > div:first-child {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.b-top-swiper-wrapper .__title {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .b-top-swiper-wrapper .__title {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .b-top-swiper-wrapper .__title {
    gap: 12px;
  }
}
.b-top-swiper-wrapper .__title > div {
  color: #FFFFFF;
  font-size: 68px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
}
@media (max-width: 1600px) {
  .b-top-swiper-wrapper .__title > div {
    font-size: 52px;
  }
}
@media (max-width: 1439px) {
  .b-top-swiper-wrapper .__title > div {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .b-top-swiper-wrapper .__title > div {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .b-top-swiper-wrapper .__title > div {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .b-top-swiper-wrapper .__title > div {
    font-size: 21px;
  }
}
.b-top-swiper-wrapper .__title > div a, .b-top-swiper-wrapper .__title > div .__txt {
  padding-bottom: 24px;
  line-height: 1;
}
@media (max-width: 991px) {
  .b-top-swiper-wrapper .__title > div a, .b-top-swiper-wrapper .__title > div .__txt {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .b-top-swiper-wrapper .__title > div a, .b-top-swiper-wrapper .__title > div .__txt {
    padding-bottom: 12px;
  }
}
.b-top-swiper-wrapper .__title > div a.--lg, .b-top-swiper-wrapper .__title > div .__txt.--lg {
  padding: 0;
  font-size: 159px;
}
@media (max-width: 1600px) {
  .b-top-swiper-wrapper .__title > div a.--lg, .b-top-swiper-wrapper .__title > div .__txt.--lg {
    font-size: 124px;
  }
}
@media (max-width: 1439px) {
  .b-top-swiper-wrapper .__title > div a.--lg, .b-top-swiper-wrapper .__title > div .__txt.--lg {
    font-size: 104px;
  }
}
@media (max-width: 1199px) {
  .b-top-swiper-wrapper .__title > div a.--lg, .b-top-swiper-wrapper .__title > div .__txt.--lg {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .b-top-swiper-wrapper .__title > div a.--lg, .b-top-swiper-wrapper .__title > div .__txt.--lg {
    font-size: 72px;
  }
}
@media (max-width: 575px) {
  .b-top-swiper-wrapper .__title > div a.--lg, .b-top-swiper-wrapper .__title > div .__txt.--lg {
    font-size: 50px;
  }
}
.b-top-swiper-wrapper .b-quote {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 0;
  font-size: 20.5px;
}
@media (max-width: 991px) {
  .b-top-swiper-wrapper .b-quote {
    font-size: 16px;
    position: static;
    margin-bottom: 16px;
  }
}
.b-top-swiper-wrapper .__block {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  padding: 48px 64px 88px 64px;
  position: relative;
}
@media (max-width: 1439px) {
  .b-top-swiper-wrapper .__block {
    padding: 32px;
  }
}
@media (max-width: 1199px) {
  .b-top-swiper-wrapper .__block {
    padding: 21px;
  }
}
.b-top-swiper-wrapper .__block .b-btn {
  width: 100%;
}
.b-top-swiper-wrapper .__item {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 991px) {
  .b-top-swiper-wrapper .__item {
    gap: 32px;
  }
}
.b-top-swiper-wrapper .__item .__name {
  line-height: 1.1;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .b-top-swiper-wrapper .__item .__name {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .b-top-swiper-wrapper .__item .__name {
    font-size: 24px;
  }
}
.b-top-swiper-wrapper .__item .__name span {
  color: #7CBA00;
}
.b-top-swiper-wrapper .__item .__list li {
  margin-bottom: 16px;
  color: #FFFFFF;
  font-size: 20.5px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1439px) {
  .b-top-swiper-wrapper .__item .__list li {
    font-size: 16px;
  }
}
.b-top-swiper-wrapper .__item .__list li span {
  color: #D3D3D3;
}
.b-top-swiper-wrapper .__item .__list li:last-child {
  margin-bottom: 0;
}
.b-top-swiper-wrapper .__controls {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 8px;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .b-top-swiper-wrapper .__controls {
    margin-bottom: 32px;
  }
}
.b-top-swiper-wrapper .__progress {
  color: #7CBA00;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  align-items: center;
}
.b-top-swiper-wrapper .__progress span {
  color: #FFFFFF;
}
.b-top-swiper-wrapper .__bar {
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b-top-swiper-wrapper .__bar .__line {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  background: #7CBA00;
}
.b-top-swiper-wrapper .b-arrow {
  position: static;
  justify-content: center;
}
.b-top-swiper-wrapper .b-arrow .--prev, .b-top-swiper-wrapper .b-arrow .--next {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.2);
}
.b-top-swiper-wrapper .b-arrow .--prev:hover, .b-top-swiper-wrapper .b-arrow .--next:hover {
  background: #FFFFFF;
}
.b-top-swiper-wrapper .b-arrow .--prev:hover svg path, .b-top-swiper-wrapper .b-arrow .--next:hover svg path {
  fill: #1B1B1B;
}

.b-quote {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .b-quote {
    font-size: 16px;
  }
}
.b-quote span {
  color: #7CBA00;
}
.b-quote.--bot {
  color: #A5A5A5;
  margin-top: auto;
  align-self: end;
}

.b-arrow {
  position: absolute;
  z-index: 10;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  pointer-events: none;
}
.b-arrow .--prev, .b-arrow .--next {
  height: 64px;
  width: 64px;
  border-radius: 2px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  .b-arrow .--prev, .b-arrow .--next {
    height: 40px;
    width: 40px;
  }
}
.b-arrow .--prev:hover, .b-arrow .--next:hover {
  background: #D3D3D3;
}
.b-arrow .--prev.swiper-button-disabled, .b-arrow .--next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.b-arrow .--prev {
  transform: rotate(180deg);
}

.--white-to-green {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  overflow: hidden;
  background: linear-gradient(to right, #7CBA00, #7CBA00 50%, #FFFFFF 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: 0.5s ease-out;
}
.--white-to-green .__line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: #FFFFFF;
  z-index: 1;
}
@media (max-width: 767px) {
  .--white-to-green .__line {
    height: 4px;
  }
}
.--white-to-green .__line:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  background: #7CBA00;
  height: 100%;
  width: 0%;
  transition: 0.5s ease-out;
}
.--white-to-green:hover {
  background-position: 0 100%;
}
.--white-to-green:hover .__line:after {
  width: 100%;
}

.cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media (max-width: 991px) {
  .cols-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .cols-2 {
    grid-gap: 16px;
  }
}
.cols-2.--al-center {
  align-items: center;
}
@media (max-width: 991px) {
  .cols-2.--reverse > div:first-child {
    order: 2;
  }
  .cols-2.--reverse > div:last-child {
    order: 1;
  }
  .cols-2.--reverse img {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cols-2.--catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cols-2.--catalog {
    grid-template-columns: 1fr;
  }
}

.cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1199px) {
  .cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cols-3 {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cols-3:not(.--even) > *:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .cols-3:not(.--even) > *:last-child {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .cols-3.--news {
    grid-template-columns: 1fr;
  }
}

.cols-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1199px) {
  .cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cols-4 {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.b-adv-item {
  background: #FFFFFF;
  height: 412px;
  padding: 56px 40px 66px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .b-adv-item {
    height: 480px;
    padding: 48px 32px;
  }
}
@media (max-width: 1199px) {
  .b-adv-item {
    height: auto;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .b-adv-item {
    padding: 24px;
  }
}
.b-adv-item.--card {
  height: 356px;
  padding: 64px 40px 40px;
}
@media (max-width: 1199px) {
  .b-adv-item.--card {
    height: auto;
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .b-adv-item.--card {
    padding: 24px;
  }
}
.b-adv-item.--card .__top {
  margin-bottom: 96px;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 40px;
}
@media (max-width: 1199px) {
  .b-adv-item.--card .__top {
    margin-bottom: 24px;
    gap: 8px;
  }
}
.b-adv-item.--card .__descr {
  color: #1B1B1B;
}
.b-adv-item.--card:hover {
  padding: 32px 40px;
}
@media (max-width: 1199px) {
  .b-adv-item.--card:hover {
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .b-adv-item.--card:hover {
    padding: 24px;
  }
}
.b-adv-item.--card:hover .__top {
  margin-bottom: 48px;
  grid-gap: 40px;
}
@media (max-width: 1199px) {
  .b-adv-item.--card:hover .__top {
    margin-bottom: 24px;
    gap: 8px;
  }
}
.b-adv-item.--delivery:hover {
  padding: 56px 40px 66px;
}
@media (max-width: 1439px) {
  .b-adv-item.--delivery:hover {
    padding: 48px 32px;
  }
}
@media (max-width: 1199px) {
  .b-adv-item.--delivery:hover {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .b-adv-item.--delivery:hover {
    padding: 24px;
  }
}
.b-adv-item.--delivery:hover .__top {
  grid-gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .b-adv-item.--delivery:hover .__top {
    margin-bottom: 16px;
    grid-gap: 8px;
  }
}
.b-adv-item .__top {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .b-adv-item .__top {
    margin-bottom: 16px;
    grid-gap: 8px;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
.b-adv-item .__top .__text {
  color: #1B1B1B;
  font-size: 20.5px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .b-adv-item .__top .__text {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .b-adv-item .__top img {
    width: 40px;
    height: 40px;
  }
}
.b-adv-item .__descr {
  color: #606060;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  height: 88px;
  display: block;
}
@media (max-width: 1199px) {
  .b-adv-item .__descr {
    font-size: 18px;
    margin-bottom: 16px;
    height: auto;
  }
}
.b-adv-item .b-btn {
  display: flex;
  position: absolute;
  bottom: -80px;
  left: 8px;
  right: 8px;
  width: auto;
  padding: 0 32px;
  opacity: 0;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .b-adv-item .b-btn {
    opacity: 1;
    position: static;
    margin-top: auto;
    padding: 24px;
  }
}
.b-adv-item:hover {
  padding: 32px 40px;
}
@media (max-width: 1439px) {
  .b-adv-item:hover {
    padding: 24px 32px;
  }
}
@media (max-width: 1199px) {
  .b-adv-item:hover {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .b-adv-item:hover {
    padding: 24px;
  }
}
.b-adv-item:hover .__top {
  grid-gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .b-adv-item:hover .__top {
    margin-bottom: 16px;
    grid-gap: 8px;
  }
}
.b-adv-item:hover .b-btn {
  opacity: 1;
  bottom: 8px;
}
.b-adv-item:hover .__fill {
  fill: #E9FACF;
}

.b-machine-swiper .swiper-slide {
  height: auto;
}
.b-machine-swiper .b-swiper-wrapper {
  margin-bottom: 64px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .b-machine-swiper .b-swiper-wrapper {
    margin-bottom: 32px;
  }
}
.b-machine-swiper .swiper {
  margin: 0 136px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .b-machine-swiper .swiper {
    margin: 0;
  }
}
.b-machine-swiper .b-arrow {
  left: 0px;
  right: 0px;
  top: calc(50% + 55px);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .b-machine-swiper .b-arrow {
    position: static;
    transform: none;
    justify-content: left;
  }
}

.b-slider-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 72px;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1399px) {
  .b-slider-card {
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-slider-card {
    grid-template-columns: 1fr;
    height: 100%;
  }
}
.b-slider-card .h2 {
  font-size: 40px;
}
@media (max-width: 1439px) {
  .b-slider-card .h2 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .b-slider-card .h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .b-slider-card .h2 {
    font-size: 20.5px;
  }
}
.b-slider-card .__left {
  display: flex;
  height: 400px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .b-slider-card .__left {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .b-slider-card .__left {
    max-width: 380px;
  }
}
.b-slider-card .__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .b-slider-card .__right {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-slider-card .__right {
    gap: 16px;
  }
}
.b-slider-card .__right .__list li {
  margin-bottom: 12px;
  color: #1B1B1B;
  font-size: 20.5px;
  font-weight: 400;
  line-height: 1.4;
}
.b-slider-card .__right .__list li span {
  color: #606060;
}
@media (max-width: 991px) {
  .b-slider-card .__right .__list li {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.b-slider-card .__right .__list li:last-child {
  margin-bottom: 0;
}

.b-bottom-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 48px;
  align-items: center;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  padding: 32px 40px;
  color: #606060;
}
@media (max-width: 991px) {
  .b-bottom-grid {
    grid-gap: 16px;
  }
}
@media (max-width: 767px) {
  .b-bottom-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-bottom-grid {
    padding: 24px;
  }
}
.b-bottom-grid.--card {
  padding: 0;
  background: none;
  border: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #A5A5A5;
}

.b-decor-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  align-items: center;
  color: #A5A5A5;
}

.b-line {
  height: 4px;
  background: #FFFFFF;
}
.b-line.--1-px {
  height: 1px;
}

.b-nums {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 16px;
}
@media (max-width: 575px) {
  .b-nums {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.b-nums .__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575px) {
  .b-nums .__item {
    align-items: flex-start;
  }
}
.b-nums .__item .__wrap {
  grid-gap: 8px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (max-width: 575px) {
  .b-nums .__item .__wrap {
    grid-template-columns: 50px 1fr;
  }
}

.b-about-grid {
  position: relative;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
@media (max-width: 1199px) {
  .b-about-grid {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 991px) {
  .b-about-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-about-grid {
    padding: 24px;
  }
}
.b-about-grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: relative;
  padding: 96px 0;
}
@media (max-width: 1439px) {
  .b-about-grid > div {
    padding: 48px 0;
  }
}
@media (max-width: 1199px) {
  .b-about-grid > div {
    padding: 0;
  }
}
.b-about-grid > div.__left .__content {
  gap: 56px;
}
@media (max-width: 1199px) {
  .b-about-grid > div.__left .__content {
    gap: 32px;
  }
}
.b-about-grid > div.__right {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}
@media (max-width: 1199px) {
  .b-about-grid > div.__right {
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .b-about-grid > div.__right {
    padding: 24px;
  }
}
.b-about-grid > div.__right .__content {
  gap: 40px;
}
@media (max-width: 1199px) {
  .b-about-grid > div.__right .__content {
    gap: 32px;
  }
}
.b-about-grid .__content {
  display: flex;
  flex-direction: column;
  width: 502px;
}
@media (max-width: 1199px) {
  .b-about-grid .__content {
    width: 100%;
  }
}
.b-about-grid .__video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.b-about-grid:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000 url("/images/chameleon/filter.png");
  content: "";
  z-index: 2;
  opacity: 0.4;
  top: 0;
  left: 0;
}

.b-sert-swiper.--no-hover {
  margin-bottom: 0;
}
.b-sert-swiper.--no-hover .swiper {
  overflow: hidden;
  margin: 0;
  padding: 0px;
}
.b-sert-swiper.--no-hover .swiper .swiper-wrapper {
  justify-content: unset;
  pointer-events: auto;
}
.b-sert-swiper.--no-hover .swiper:hover {
  margin: 0;
}
.b-sert-swiper.--no-hover .b-swiper-controls {
  grid-template-columns: 1fr;
  align-items: end;
}
@media (max-width: 1199px) {
  .b-sert-swiper.--no-hover .b-swiper-controls {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 575px) {
  .b-sert-swiper.--no-hover .b-swiper-controls {
    grid-template-columns: 1fr;
  }
}
.b-sert-swiper .b-swiper-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .b-sert-swiper .b-swiper-wrapper {
    margin-bottom: 32px;
  }
}
.b-sert-swiper .swiper {
  overflow: hidden;
  margin: -20px 120px;
  padding: 20px;
}
@media (max-width: 1700px) {
  .b-sert-swiper .swiper {
    margin: -20px;
    pointer-events: none;
  }
}
.b-sert-swiper .swiper .swiper-slide {
  width: auto;
}
.b-sert-swiper .swiper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.b-sert-swiper .swiper .swiper-wrapper {
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .b-sert-swiper .swiper .swiper-wrapper {
    justify-content: unset;
    pointer-events: auto;
  }
}
.b-sert-swiper .swiper:hover {
  margin: -20px;
}
@media (max-width: 1700px) {
  .b-sert-swiper .swiper:hover {
    margin: -20px;
  }
}
.b-sert-swiper .b-arrow {
  position: static;
  justify-content: left;
  display: none;
}
@media (max-width: 1199px) {
  .b-sert-swiper .b-arrow {
    display: flex;
  }
}

.b-swiper-controls {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 48px;
}
@media (max-width: 991px) {
  .b-swiper-controls {
    grid-gap: 16px;
  }
}
@media (max-width: 575px) {
  .b-swiper-controls {
    grid-template-columns: 1fr;
  }
}
.b-swiper-controls.--index {
  grid-template-columns: 1fr;
  grid-gap: 12px;
}

.b-sert-item {
  display: block;
  margin-bottom: 16px;
  border: 8px solid #FFFFFF;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 39, 0.06);
}
.b-sert-item:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 15, 39, 0.12);
}
@media (max-width: 575px) {
  .b-sert-item {
    width: 260px;
  }
}

.b-footer-feedback {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
  padding-left: 16px;
  padding-right: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .b-footer-feedback {
    padding-bottom: 40px;
  }
}
.b-footer-feedback:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000 url("/images/chameleon/filter.png");
  content: "";
  z-index: 2;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-footer-feedback .__video {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.b-footer-feedback .__cham {
  z-index: 3;
  position: absolute;
  right: 55px;
  bottom: 88px;
}
@media (max-width: 1600px) {
  .b-footer-feedback .__cham {
    width: 13%;
  }
}
@media (max-width: 1439px) {
  .b-footer-feedback .__cham {
    right: 24px;
  }
}
@media (max-width: 1199px) {
  .b-footer-feedback .__cham {
    display: none;
  }
}
.b-footer-feedback .__strek {
  z-index: 3;
  position: absolute;
  left: 65px;
  top: 152px;
}
@media (max-width: 1600px) {
  .b-footer-feedback .__strek {
    width: 10%;
  }
}
@media (max-width: 1439px) {
  .b-footer-feedback .__strek {
    left: 24px;
  }
}
@media (max-width: 1199px) {
  .b-footer-feedback .__strek {
    display: none;
  }
}
.b-footer-feedback .__form {
  position: relative;
  z-index: 4;
  background: #FFFFFF;
  padding: 72px;
  max-width: 1080px;
  width: 100%;
}
@media (max-width: 991px) {
  .b-footer-feedback .__form {
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .b-footer-feedback .__form {
    padding: 24px;
  }
}

.b-running-line {
  z-index: 3;
  position: relative;
  display: flex;
  overflow: hidden;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  padding: 56px 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .b-running-line {
    padding: 24px 0;
    font-size: 20.5px;
  }
}
.b-running-line .__items {
  display: flex;
}
.b-running-line .__items span {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  white-space: nowrap;
  animation: cham 20s linear infinite;
}
.b-running-line .__items span:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #8CD100;
  border-radius: 50%;
}
.b-running-line .line-animation {
  animation: scroll 50s linear infinite;
}

.b-footer {
  padding: 64px 0;
  position: relative;
  background: #1B1B1B;
  font-weight: 500;
}
.b-footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-footer-stripe.svg") no-repeat right;
  background-size: cover;
  z-index: 1;
}
.b-footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: url("/images/chameleon/bg/bg-footer-stripe-p2.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.b-footer .b-container {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .b-footer {
    padding: 40px 0 48px;
  }
}
.b-footer .__top-mobile {
  display: none;
}
@media (max-width: 991px) {
  .b-footer .__top-mobile {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 8px;
    align-items: center;
    font-size: 12px;
    line-height: 1.4;
    color: #D3D3D3;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .b-footer .__top-mobile {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 575px) {
  .b-footer .__top-mobile {
    grid-template-columns: 1fr;
  }
}
.b-footer .__top-mobile .b-quote {
  display: none;
}
@media (max-width: 991px) {
  .b-footer .__top-mobile .b-quote {
    display: block;
  }
}
@media (max-width: 767px) {
  .b-footer .__top-mobile .__logo {
    width: 140px;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-footer .__top-mobile .__logo {
    grid-column: span 1;
  }
}
.b-footer .__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 40px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .b-footer .__menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px 16px;
  }
}
@media (max-width: 575px) {
  .b-footer .__menu {
    grid-template-columns: 1fr 1fr;
  }
}
.b-footer .__menu a {
  color: #D3D3D3;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .b-footer .__menu a {
    font-size: 14.5px;
  }
}
.b-footer .__menu a:hover {
  color: #7CBA00;
}
.b-footer .__contacts {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  color: #D3D3D3;
  font-size: 18px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .b-footer .__contacts {
    display: grid;
    grid-gap: 32px 16px;
    margin-bottom: 40px;
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 991px) {
  .b-footer .__contacts {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 575px) {
  .b-footer .__contacts {
    font-size: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .b-footer .__contacts .__logo {
    display: none;
  }
}
.b-footer .__contacts .__mail {
  text-decoration: underline;
  color: #D3D3D3;
}
.b-footer .__contacts .__phone {
  font-size: 36px;
  color: #7CBA00;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .b-footer .__contacts .__phone {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .b-footer .__contacts .__city {
    order: 4;
  }
}
@media (max-width: 991px) {
  .b-footer .b-quote {
    display: none;
  }
}
.b-footer .__bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 152px;
  color: #606060;
  font-size: 14.5px;
  align-items: end;
  line-height: 1.4;
}
.b-footer .__bottom .__left a {
  color: #606060;
  font-size: 14.5px;
  text-decoration: underline;
}
.b-footer .__bottom .__right {
  text-align: end;
}
@media (max-width: 991px) {
  .b-footer .__bottom {
    grid-template-columns: 1fr;
    justify-content: center;
    grid-gap: 40px;
  }
  .b-footer .__bottom .__right {
    order: 1;
    text-align: left;
  }
  .b-footer .__bottom .__left {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .b-footer .__bottom .__copy {
    display: none;
  }
}

.b-breadcrumbs {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 32px 0 0;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 991px) {
  .b-breadcrumbs {
    margin: 16px 0 0;
  }
}
.b-breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
  color: #A5A5A5;
  text-transform: uppercase;
  margin: 0 -16px;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
}
.b-breadcrumbs ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.b-breadcrumbs ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  margin: 0;
  white-space: nowrap;
}
.b-breadcrumbs ul li:first-child {
  margin-left: 16px;
}
.b-breadcrumbs ul li:last-child {
  margin-right: 16px;
  padding: 0;
}
.b-breadcrumbs ul li:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #D3D3D3;
  height: 4px;
  width: 4px;
  border-radius: 50%;
}
.b-breadcrumbs ul li:last-child:before {
  content: none;
}
.b-breadcrumbs ul li a {
  color: #606060;
  text-decoration: underline;
}
.b-breadcrumbs ul li a:hover {
  color: #7CBA00;
  text-decoration: none;
}

.b-anchor-wrap {
  position: relative;
}
.b-anchor-wrap .b-anchor {
  position: absolute;
  top: -100px;
  left: 0;
}

.b-faq {
  background: #1B1B1B;
  position: relative;
  padding: 48px 0;
}
@media (max-width: 991px) {
  .b-faq {
    padding: 32px 0 32px;
  }
}
.b-faq:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: url("/images/chameleon/catalog/bg/bg-faq-r.svg") no-repeat left top;
  background-size: cover;
  z-index: 1;
}
.b-faq:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: url("/images/chameleon/catalog/bg/bg-faq-l.svg") no-repeat right bottom;
  background-size: cover;
  z-index: 1;
}
.b-faq .b-container {
  z-index: 3;
  position: relative;
}
.b-faq .__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 162px;
}
@media (max-width: 1439px) {
  .b-faq .__grid {
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-faq .__grid {
    grid-template-columns: 1fr;
  }
}

.b-faq-item {
  cursor: pointer;
  border: 1px solid #606060;
  border-bottom: none;
  padding: 40px;
  color: #FFFFFF;
  background: #292929;
}
.b-faq-item:last-child {
  border-bottom: 1px solid #606060;
}
.b-faq-item.--no-hover {
  cursor: revert;
}
.b-faq-item.--alt {
  background: #F6F6F6;
  color: #1B1B1B;
  border: none;
  border-bottom: 1px solid #EBEBEB;
}
.b-faq-item.--alt:last-child {
  border-bottom: none;
}
@media (max-width: 1199px) {
  .b-faq-item {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .b-faq-item {
    padding: 16px;
  }
}
.b-faq-item .__title {
  font-weight: 700;
  font-size: 20.5px;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr 24px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-faq-item .__title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-faq-item .__title {
    font-size: 16px;
  }
}
.b-faq-item .__text {
  font-weight: 400;
  font-size: 20.5px;
  line-height: 1.4;
  display: none;
}
@media (max-width: 991px) {
  .b-faq-item .__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-faq-item .__text {
    font-size: 16px;
  }
}
.b-faq-item.--active .__title {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-faq-item.--active .__title {
    margin-bottom: 16px;
  }
}
.b-faq-item.--active .__text {
  display: block;
}
.b-faq-item.--active .__ico {
  transform: rotate(180deg);
}

.b-faq-bner {
  position: relative;
  overflow: hidden;
  width: 528px;
  height: fit-content;
  background: url("/images/chameleon/catalog/faq-bnr.svg") top right;
  background-size: cover;
  padding: 64px;
  color: #FFFFFF;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .b-faq-bner {
    padding: 32px;
    width: 450px;
  }
}
@media (max-width: 575px) {
  .b-faq-bner {
    width: 100%;
    padding: 24px;
  }
}
.b-faq-bner > div {
  width: 55%;
}
@media (max-width: 575px) {
  .b-faq-bner > div {
    width: 100%;
  }
}
.b-faq-bner .__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.b-faq-bner .__subtitle.--mb-24 {
    margin-bottom: 24px;
  }
@media (max-width: 575px) {
  .b-faq-bner .__subtitle.--mb-24 {
    display: none;
}
}
.b-faq-bner h4 {
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .b-faq-bner h4 {
    display: none;
  }
}
.b-faq-bner .__txt {
  margin-bottom: 48px;
  font-size: 20.5px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1439px) {
  .b-faq-bner .__txt {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.b-faq-bner .__man {
  position: absolute;
  bottom: 0;
  right: -10px;
}
@media (max-width: 1439px) {
  .b-faq-bner .__man {
    height: 80%;
  }
}
@media (max-width: 1199px) {
  .b-faq-bner .__man {
    right: 0;
  }
}
@media (max-width: 575px) {
  .b-faq-bner .__man {
    display: none;
  }
}

.b-section-top {
  background: url("/images/chameleon/bg/bg-top.png") no-repeat center;
  background-size: cover;
  padding: 136px 0 32px;
}
.b-section-top.--news {
  background: url("/images/chameleon/bg/news-bg.png") no-repeat center;
  background-size: cover;
}
.b-section-top.--about {
  background: url("/images/chameleon/bg/bg-about.png") no-repeat center;
  background-size: cover;
}
.b-section-top.--deliv {
  background: url("/images/chameleon/bg/bg-deliv.png") no-repeat center;
  background-size: cover;
}
.b-section-top.--sert {
  background: url("/images/chameleon/bg/bg-sert.png") no-repeat center;
  background-size: cover;
}
.b-section-top.--agree {
  background: url("/images/chameleon/bg/bg-agreement.png") no-repeat center;
  background-size: cover;
}
.b-section-top.--video {
  background: url("/images/chameleon/bg/bg-video.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .b-section-top {
    padding: 56px 0 32px;
  }
}
.b-section-top .__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  grid-gap: 16px;
}
@media (max-width: 767px) {
  .b-section-top .__grid {
    grid-template-columns: 1fr;
  }
}
.b-section-top h1 {
  color: #FFFFFF;
}

.b-half-grid {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 64px;
  align-items: center;
}
@media (max-width: 1439px) {
  .b-half-grid {
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-half-grid {
    grid-template-columns: 1fr;
  }
}
.b-half-grid .__right {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1439px) {
  .b-half-grid .__right {
    grid-gap: 48px;
  }
}
@media (max-width: 991px) {
  .b-half-grid .__right {
    grid-gap: 32px;
  }
}
@media (max-width: 575px) {
  .b-half-grid .__right {
    grid-gap: 24px;
  }
}

.b-list li {
  padding-left: 24px;
  margin-bottom: 24px;
  position: relative;
  font-size: 20.5px;
}
@media (max-width: 1199px) {
  .b-list li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-list li {
    font-size: 16px;
  }
}
.b-list li:last-child {
  margin-bottom: 0;
}
.b-list li:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 11px;
  height: 4px;
  width: 4px;
  background: #1B1B1B;
  border-radius: 50%;
}
.b-list.--mb-24 {
  margin-bottom: 24px;
}
.b-list.--mb-24 li {
  margin-bottom: 16px;
}

.b-leasing-step {
  position: relative;
  overflow: hidden;
  background: #606060;
  padding: 56px;
  height: 280px;
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 39, 0.06);
}
@media (max-width: 1439px) {
  .b-leasing-step {
    padding: 32px;
  }
}
@media (max-width: 1199px) {
  .b-leasing-step {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .b-leasing-step {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .b-leasing-step {
    height: 200px;
  }
}
.b-leasing-step .__num {
  position: absolute;
  bottom: -100px;
  right: 31px;
  z-index: 1;
  font-weight: 500;
  font-size: 290px;
  line-height: 1;
  color: #7CBA00;
  opacity: 0.2;
}
.b-leasing-step p {
  position: relative;
  z-index: 2;
}

.b-partner-item {
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 39, 0.06);
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .b-partner-item {
    height: 140px;
  }
}

.b-hover-swiper .swiper-pagination {
  position: relative;
}
@media (max-width: 1199px) {
  .b-hover-swiper .cols-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .b-hover-swiper .cols-2 {
    gap: 0;
  }
}
@media (max-width: 1199px) {
  .b-hover-swiper .__btns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
  }
}
@media (max-width: 575px) {
  .b-hover-swiper .__btns {
    grid-template-columns: 1fr;
  }
}
.b-hover-swiper .swiper {
  overflow: hidden;
}
.b-hover-swiper .__btn {
  display: flex;
  align-items: center;
  padding: 40px;
  background: none;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .b-hover-swiper .__btn {
    padding: 20px;
    font-size: 16px;
    text-align: center;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .b-hover-swiper .__btn {
    padding: 16px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .b-hover-swiper .__btn {
    padding: 12px 16px;
  }
}
.b-hover-swiper .__btn span {
  position: relative;
  z-index: 4;
}
.b-hover-swiper .__btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("/images/chameleon/fill.svg") no-repeat center right;
  background-size: cover;
  transform: translateX(-101%);
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .b-hover-swiper .__btn:after {
    background: #1B1B1B;
  }
}
.b-hover-swiper .__btn.--active {
  color: #7CBA00;
}
.b-hover-swiper .__btn.--active:after {
  transform: translateX(0%);
}

.b-deliv-item {
  position: relative;
}
@media (max-width: 1199px) {
  .b-deliv-item {
    max-width: 800px;
    margin: auto;
  }
}
.b-deliv-item img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.b-deliv-item .__grid {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 24px;
  align-items: center;
  padding: 24px 32px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  height: 128px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1550px) {
  .b-deliv-item .__grid {
    padding: 24px;
    position: relative;
    height: auto;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .b-deliv-item .__grid {
    grid-template-columns: 1fr;
  }
}

.b-company-item {
  padding: 16px;
  background: #FFFFFF;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .b-company-item {
    height: 140px;
  }
}

.b-company-swiper .swiper-slide {
  height: auto;
}
.b-company-swiper .b-swiper-wrapper {
  margin-bottom: 64px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .b-company-swiper .b-swiper-wrapper {
    margin-bottom: 32px;
  }
}
.b-company-swiper .swiper {
  margin: 0 88px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .b-company-swiper .swiper {
    margin: 0;
  }
}
.b-company-swiper .b-arrow {
  left: 0px;
  right: 0px;
  top: calc(50% + 55px);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .b-company-swiper .b-arrow {
    position: static;
    transform: none;
    justify-content: left;
  }
}
.b-company-swiper .b-arrow .--next, .b-company-swiper .b-arrow .--prev {
  background: none;
}

.b-policy {
  color: #1B1B1B;
}
.b-policy h1 {
  font-size: 32px;
  margin-bottom: 24px;
  color: #1B1B1B;
}
@media (max-width: 767px) {
  .b-policy h1 {
    font-size: 24px;
  }
}
.b-policy h6 {
  font-size: 24px;
  margin-bottom: 16px;
  margin-top: 0;
  color: #1B1B1B;
}
@media (max-width: 767px) {
  .b-policy h6 {
    font-size: 18px;
  }
}
.b-policy p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #1B1B1B;
}
.b-policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-policy li {
    margin-bottom: 8px;
  }
}
.b-policy a {
  color: #606060;
}

.b-news-item {
  position: relative;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.b-news-item.--video .__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-news-item.--video .__img-wrap {
  position: relative;
  overflow: hidden;
}
.b-news-item.--video .__top img {
  transform-origin: center;
  height: 300px;
}
@media (max-width: 575px) {
  .b-news-item.--video .__top img {
    height: 240px;
  }
}
.b-news-item.--video:hover circle {
  fill: #7CBA00;
  opacity: 1;
}
.b-news-item.--video:hover .__top img {
  transform: scale(1.1);
}
.b-news-item .__top {
  padding: 4px 4px 0;
}
.b-news-item .__top img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
}
@media (max-width: 575px) {
  .b-news-item .__top img {
    height: 180px;
  }
}
.b-news-item .__bot {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b-news-item .__bot .b-btn {
  margin-top: auto;
  width: 100%;
  padding: 0 28px 0 16px;
  justify-content: space-between;
}
.b-news-item .__date {
  color: #A5A5A5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.b-news-item .__name {
  font-weight: 700;
  line-height: 1.4;
}

.b-news-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 8px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .b-news-controls {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .b-news-controls .b-btn {
    justify-self: center;
    min-width: 250px;
  }
  .b-news-controls .b-btn:nth-child(2) {
    order: 3;
  }
}
.b-news-controls .b-btn:last-child {
  justify-self: end;
}
@media (max-width: 767px) {
  .b-news-controls .b-btn:last-child {
    justify-self: center;
  }
}
.b-news-controls .b-btn.--disabled {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .b-news-controls .b-btn.--disabled {
    display: none;
  }
}

.b-404 {
  height: calc(100vh - 110px);
  min-height: 830px;
  background: #1B1B1B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding: 75px 0;
}
.b-404 .b-container {
  position: relative;
  width: 100%;
}
.b-404 .b-container:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000 url("/images/chameleon/filter.png");
  content: "";
  z-index: 2;
  opacity: 0.4;
  top: 0;
  left: 0;
}
.b-404 .--decor-tr {
  z-index: 5;
}
.b-404 .__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 1199px) {
  .b-404 {
    padding: 48px 0;
    height: calc(100vh - 100px);
  }
}
@media (max-width: 991px) {
  .b-404 {
    padding: 0 16px;
    min-height: 610px;
  }
}
.b-404 .__block {
  margin: auto;
  position: relative;
  z-index: 3;
  width: 720px;
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .b-404 .__block {
    padding: 48px 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .b-404 .__block {
    width: 100%;
    padding: 48px 0;
  }
}
.b-404 .__block img {
  display: block;
}
.b-404 .__block .__title {
  font-size: 260px;
  font-weight: 700;
  margin-bottom: 65px;
  line-height: 1;
  color: #7CBA00;
}
@media (max-width: 1199px) {
  .b-404 .__block .__title {
    margin-bottom: 48px;
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .b-404 .__block .__title {
    font-size: 160px;
  }
}
.b-404 .__block .__subtitle {
  font-size: 36px;
  margin-bottom: 64px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1199px) {
  .b-404 .__block .__subtitle {
    margin-bottom: 48px;
    font-size: 24px;
  }
}
.b-404 .__block .__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.b-404 .__block .__btns .b-btn {
  width: 100%;
}
@media (max-width: 991px) {
  .b-404 .__block .__btns {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-404 .__block .__btns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.b-404 .b-running-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(16px);
}

.b-swiper-card-wrapper {
  position: relative;
}
.b-swiper-card-wrapper.--thumb .swiper-slide {
  width: 120px;
  height: 80px;
}
.b-swiper-card-wrapper .b-arrow {
  position: absolute;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.b-swiper-card-wrapper .b-arrow a {
  pointer-events: auto;
  width: 45px;
  height: 45px;
}

.b-partners-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
  margin-bottom: 82px;
}
@media (max-width: 991px) {
  .b-partners-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .b-partners-logos {
    margin-bottom: 24px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
}
.b-partners-logos .__item {
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 39, 0.06);
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .b-partners-logos .__item {
    height: 130px;
    padding: 20px;
  }
}
@media (max-width: 590px) {
  .b-partners-logos .__item {
    height: 80px;
  }
}
@media (max-width: 1300px) {
  .b-partners-logos .__item img {
    max-width: 150px;
  }
}
@media (max-width: 590px) {
  .b-partners-logos .__item img {
    max-width: 90px;
  }
}

.b-partners-text {
  color: #292929;
  text-align: right;
  font-size: 19px;
}
@media (max-width: 767px) {
  .b-partners-text {
    font-size: 14px;
  }
}

.b-video {
  max-width: 100%;
  aspect-ratio: 804/474;
  background: #000;
  object-fit: scale-down;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes cham {
  from {
    color: #FFFFFF;
  }
  50% {
    color: #8CD100;
  }
  to {
    color: #FFFFFF;
  }
}
.b-consent {
  max-width: 750px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 20px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.b-consent.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100000000;
}
.b-consent .__text {
  font-size: 14px;
}
.b-consent .__text a {
  color: #7CBA00;
}

.b-btn {
  height: 64px;
  background: #7CBA00;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 28px;
  border: none;
  width: fit-content;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  gap: 8px;
  font-family: "TTLakesNeueCondensed", sans-serif;
  text-align: center;
}
@media (max-width: 575px) {
  .b-btn {
    height: 56px;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .b-btn {
    width: 100%;
  }
}
.b-btn:hover {
  background: #8CD100;
  color: #FFFFFF;
}
.b-btn.--gray {
  background: #F6F6F6;
  color: #1B1B1B;
}
.b-btn.--gray:hover {
  background: #D3D3D3;
  color: #1B1B1B;
}
.b-btn.--gray-alt {
  background: #F6F6F6;
  color: #1B1B1B;
}
.b-btn.--gray-alt:hover {
  background: #8CD100;
  color: #FFFFFF;
}
.b-btn.--gray-alt:hover path {
  fill: #FFFFFF;
}
.b-btn.--open {
  background: #EBEBEB;
  color: #1B1B1B;
}
.b-btn.--open:hover {
  background: #D3D3D3;
  color: #1B1B1B;
}
.b-btn.--white {
  background: #FFFFFF;
  color: #1B1B1B;
}
.b-btn.--white:hover {
  background: #8CD100;
  color: #FFFFFF;
}
.b-btn.--white:hover path {
  fill: #FFFFFF;
}
.b-btn.--border {
  background: transparent;
  border: 2px solid #D3D3D3;
  color: #606060;
}
.b-btn.--border:hover {
  background: #8CD100;
  border: 2px solid #8CD100;
  color: #FFFFFF;
}
.b-btn.--72 {
  height: 72px;
}
@media (max-width: 575px) {
  .b-btn.--72 {
    height: 64px;
  }
}
.b-btn.--56 {
  height: 56px;
}
@media (max-width: 575px) {
  .b-btn.--56 {
    height: 48px;
  }
}
.b-btn.--48 {
  height: 48px;
}
@media (max-width: 575px) {
  .b-btn.--48 {
    height: 40px;
  }
}

h1, .h1 {
  font-weight: 700;
  font-size: 78px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 34px;
  }
}

h2, .h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 22px;
  }
}
h2.--card-title, .h2.--card-title {
  display: none;
  font-size: 48px;
}
@media (max-width: 1199px) {
  h2.--card-title, .h2.--card-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h2.--card-title, .h2.--card-title {
    display: block;
  }
}
@media (max-width: 575px) {
  h2.--card-title, .h2.--card-title {
    font-size: 22px;
  }
}

h3, .h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20.5px;
  }
}

h4, .h4 {
  font-weight: 700;
  font-size: 24.5px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 20.5px;
  }
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20.5px;
  line-height: normal;
  margin-top: 0;
}
@media (max-width: 1199px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}

p {
  font-size: 20.5px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

.b-subtitle {
  font-size: 20.5px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .b-subtitle {
    font-size: 18px;
  }
}

.--fs-36 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .--fs-36 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .--fs-36 {
    font-size: 22px;
  }
}

.--fs-28 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .--fs-28 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .--fs-28 {
    font-size: 20.5px;
  }
}

.--fs-22 {
  font-size: 22px !important;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .--fs-22 {
    font-size: 18px !important;
  }
}
@media (max-width: 575px) {
  .--fs-22 {
    font-size: 16px !important;
  }
}

.--fs-20 {
  font-size: 20.5px;
}

.--fs-18 {
  font-size: 18px;
}

.--fs-16 {
  font-size: 16px;
}

.--fs-14 {
  font-size: 14px;
}

.--fc-white {
  color: #FFFFFF !important;
}
.--fc-white:hover {
  color: #FFFFFF !important;
}

.--fc-black {
  color: #1B1B1B !important;
}
.--fc-black:hover {
  color: #1B1B1B !important;
}

.--fc-gray {
  color: #606060 !important;
}
.--fc-gray:hover {
  color: #606060 !important;
}

.--fc-green {
  color: #7CBA00 !important;
}
.--fc-green:hover {
  color: #7CBA00 !important;
}

.--h-fc-green:hover {
  color: #7CBA00 !important;
}

.--underline {
  text-decoration: underline !important;
}
.--underline:hover {
  text-decoration: underline !important;
}

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

.--fw-700 {
  font-weight: 700;
}

.--fw-500 {
  font-weight: 500;
}

.--bg-white {
  background: #FFFFFF;
}

.--bg-lightgray {
  background: #D3D3D3;
}

.--bg-gray-alt {
  background: #EBEBEB;
}

.--bg-white-gray {
  background: #F6F6F6;
}

.--px-140 {
  padding: 0 140px;
}
@media (max-width: 1199px) {
  .--px-140 {
    padding: 0px;
  }
}

.--pt-40 {
  padding-top: 40px;
}

.--pb-56 {
  padding-bottom: 56px;
}

.--pb-0 {
  padding-bottom: 0 !important;
}

.--pt-0 {
  padding-top: 0 !important;
}

.--mt-64 {
  margin-top: 64px;
}
@media (max-width: 991px) {
  .--mt-64 {
    margin-top: 32px;
  }
}

.--mt-12 {
  margin-top: 12px;
}

.--mb-0 {
  margin-bottom: 0 !important;
}

.--mb-16 {
  margin-bottom: 16px;
}

.--mb-24 {
  margin-bottom: 24px;
}

.--mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .--mb-32 {
    margin-bottom: 24px;
  }
}

.--mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .--mb-40 {
    margin-bottom: 24px;
  }
}

.--mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .--mb-48 {
    margin-bottom: 32px;
  }
}

.--mb-56 {
  margin-bottom: 56px;
}
@media (max-width: 575px) {
  .--mb-56 {
    margin-bottom: 32px;
  }
}

.--mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .--mb-64 {
    margin-bottom: 32px;
  }
}

.--mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .--mb-80 {
    margin-bottom: 32px;
  }
}

.--mb-96 {
  margin-bottom: 96px;
}
@media (max-width: 991px) {
  .--mb-96 {
    margin-bottom: 32px;
  }
}

.--mb-144 {
  margin-bottom: 144px;
}
@media (max-width: 991px) {
  .--mb-144 {
    margin-bottom: 74px;
  }
}
@media (max-width: 767px) {
  .--mb-144 {
    margin-bottom: 48px;
  }
}

.--pb-144 {
  padding-bottom: 144px !important;
}
@media (max-width: 991px) {
  .--pb-144 {
    padding-bottom: 74px !important;
  }
}
@media (max-width: 767px) {
  .--pb-144 {
    padding-bottom: 48px !important;
  }
}

.--flex {
  display: flex;
}
.--flex.--col {
  flex-direction: column;
}
.--flex.--center {
  justify-content: center;
  align-self: center;
}

.z-idx-2 {
  z-index: 2;
}

.--d-block {
  display: block;
}

.--d-mobile {
  display: none;
}
@media (max-width: 991px) {
  .--d-mobile {
    display: flex;
  }
}

.--w-20 {
  width: 20%;
}
@media (max-width: 1550px) {
  .--w-20 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .--w-20 {
    width: 100%;
  }
}

.--w-35 {
  width: 35%;
}
@media (max-width: 1550px) {
  .--w-35 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .--w-35 {
    width: 100%;
  }
}

.--w-50 {
  width: 50%;
}
@media (max-width: 991px) {
  .--w-50 {
    width: 100%;
  }
}

.--w-70 {
  width: 70%;
}
@media (max-width: 991px) {
  .--w-70 {
    width: 100%;
  }
}

.b-form-big-input {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #D3D3D3;
  border-radius: 4px;
}
.b-form-big-input.--select .__label {
  font-size: 12px !important;
  top: 12px;
  transform: translateY(0%);
}
@media (max-width: 767px) {
  .b-form-big-input.--select .__label {
    top: 6px;
  }
}
.b-form-big-input.--select .selectric-wrapper option:disabled {
  display: none;
}
.b-form-big-input.--select .selectric-wrapper:focus-within:after {
  content: none;
}
.b-form-big-input.--select .selectric-wrapper:focus-within .button:after {
  transform: rotate(180deg);
}
.b-form-big-input.--select .selectric-wrapper .selectric {
  border: none;
  background: none;
}
.b-form-big-input.--select .selectric-wrapper .selectric .label {
  height: 72px;
  color: #1B1B1B;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 10px 16px 0;
}
@media (max-width: 767px) {
  .b-form-big-input.--select .selectric-wrapper .selectric .label {
    height: 58px;
    font-size: 16px;
  }
}
.b-form-big-input.--select .selectric-wrapper .selectric .button {
  font-size: 0;
  background: transparent;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.b-form-big-input.--select .selectric-wrapper .selectric .button:after {
  z-index: 1;
  background: url("/images/chameleon/ico/drop.svg") no-repeat center;
  border: none;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}
.b-form-big-input.--select .selectric-wrapper .selectric-items {
  top: calc(100% + 8px);
  border: none;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 39, 0.0588235294);
  border-radius: 4px;
  overflow: hidden;
  width: calc(100% + 4px) !important;
  left: -2px;
}
.b-form-big-input.--select .selectric-wrapper .selectric-items ul {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #1B1B1B;
}
.b-form-big-input.--select .selectric-wrapper .selectric-items ul li {
  padding: 0 16px;
  font-size: 18px;
  font-weight: 500;
  color: #1B1B1B;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #E6EBF3;
}
@media (max-width: 575px) {
  .b-form-big-input.--select .selectric-wrapper .selectric-items ul li {
    font-size: 16px;
  }
}
.b-form-big-input.--select .selectric-wrapper .selectric-items ul li:hover, .b-form-big-input.--select .selectric-wrapper .selectric-items ul li.selected, .b-form-big-input.--select .selectric-wrapper .selectric-items ul li.highlighted {
  background: #FFFFFF;
  color: #7CBA00;
}
.b-form-big-input.--select .selectric-wrapper .selectric-items ul li:last-child {
  border-bottom: none;
}
.b-form-big-input.--search {
  padding-right: 56px;
}
.b-form-big-input.--search .__input {
  height: 56px;
}
.b-form-big-input.--search .__input.active + .__label, .b-form-big-input.--search .__input:focus + .__label {
  top: 6px;
}
.b-form-big-input.--search.active .__label, .b-form-big-input.--search:focus .__label {
  top: 6px;
}
.b-form-big-input:focus-within {
  border: 2px solid #7CBA00;
}
.b-form-big-input .__input {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 72px;
  line-height: 1;
  padding: 10px 16px 0;
  width: 100%;
  transition: all 0.3s ease-out;
  cursor: text;
  border: none;
  color: #1B1B1B;
  background: transparent;
  font-size: 18px;
}
.b-form-big-input .__input.active, .b-form-big-input .__input:focus {
  outline: none;
}
.b-form-big-input .__input.active + .__label, .b-form-big-input .__input:focus + .__label {
  font-size: 12px !important;
  top: 12px;
  transform: translateY(0%);
}
.b-form-big-input textarea {
  height: 115px !important;
  padding-top: 23px !important;
}
.b-form-big-input textarea::placeholder {
  color: #9F9F9F !important;
}
.b-form-big-input .__label {
  position: absolute;
  font-size: 18px !important;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #A5A5A5;
  z-index: 0;
}
.b-form-big-input.active .__label, .b-form-big-input:focus .__label {
  font-size: 12px !important;
  top: 12px;
  transform: translateY(0%);
}
.b-form-big-input .__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 16px;
  border: none;
  outline: none;
  background: transparent;
}
.b-form-big-input .__search-btn:hover {
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .b-form-big-input.active .__label, .b-form-big-input:focus .__label {
    top: 6px;
  }
  .b-form-big-input .__input {
    height: 58px;
    font-size: 16px;
  }
  .b-form-big-input .__input.active, .b-form-big-input .__input:focus {
    outline: none;
  }
  .b-form-big-input .__input.active + .__label, .b-form-big-input .__input:focus + .__label {
    top: 6px;
  }
}

.b-popup-form.--leasing .iexmodal-inner {
  background: #F6F6F6;
}
.b-popup-form .iexmodal-popup {
  border-radius: 0;
}
.b-popup-form .iexmodal-inner {
  padding: 72px;
}
@media (max-width: 991px) {
  .b-popup-form .iexmodal-inner {
    padding: 64px;
  }
}
@media (max-width: 575px) {
  .b-popup-form .iexmodal-inner {
    padding: 32px;
  }
}
.b-popup-form .b-pform-tooltip.error, .b-popup-form .b-pform-tooltip.error .b-pform-tooltip-arrow::before {
  background-color: red;
}
.b-popup-form .iexform-has-error {
  box-shadow: 0 0 0 2px red !important;
}
.b-popup-form .b-form-error .b-pform-tooltip {
  transform: translate(0px, 97px) !important;
  background: none;
  padding: 0;
  color: red;
}
.b-popup-form .b-pform__thanks {
  color: #000;
  font-size: 28px;
  line-height: 1.14;
  margin: 0 0 32px;
}
.b-popup-form .b-pform__wrap {
  padding: 0;
}
.b-popup-form .iexmodal-close-inner {
  top: 20px;
  right: 20px;
  padding: 20px;
}
@media (max-width: 575px) {
  .b-popup-form .iexmodal-close-inner {
    top: 0;
    right: 0;
    padding: 10px;
  }
}
.b-popup-form .iexmodal-icon {
  opacity: 1;
  color: #C0CCDD;
  width: 18px;
  height: 18px;
}
.b-popup-form.--filtr {
  width: 40%;
}
@media (max-width: 767px) {
  .b-popup-form.--filtr {
    width: 100%;
  }
}
.b-popup-form.--filtr .iexmodal-popup {
  width: 40%;
}
@media (max-width: 767px) {
  .b-popup-form.--filtr .iexmodal-popup {
    width: 100%;
  }
}
.b-popup-form.--filtr .iexmodal-inner {
  padding: 0;
}
.b-popup-form.--filtr .b-filtr {
  border: none;
  border-radius: 0;
}

.b-form.--leasing .__grid {
  grid-template-columns: 380px 1fr;
  grid-gap: 16px 48px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .b-form.--leasing .__grid {
    grid-template-columns: 320px 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-form.--leasing .__grid {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.b-form.--leasing .__grid .__left {
  background: #FFFFFF;
  border: 4px solid #FFFFFF;
}
@media (max-width: 991px) {
  .b-form.--leasing .__grid .__left {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 767px) {
  .b-form.--leasing .__grid .__left {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-form.--leasing .__grid .__left {
    grid-template-columns: 1fr;
  }
}
.b-form.--leasing .__grid .__left img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .b-form.--leasing .__grid .__left img {
    height: 100%;
  }
}
.b-form.--leasing .__grid .__left .__list {
  list-style: none;
  margin: 0;
  padding: 32px;
}
@media (max-width: 991px) {
  .b-form.--leasing .__grid .__left .__list {
    padding: 24px;
  }
}
.b-form.--leasing .__grid .__left .__list li {
  font-weight: 500;
  font-size: 18px;
  color: #1B1B1B;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .b-form.--leasing .__grid .__left .__list li {
    font-size: 16px;
  }
}
.b-form.--leasing .__grid .__left .__list li:last-child {
  margin-bottom: 0;
}
.b-form.--leasing .__grid .__left .__list li span {
  color: #606060;
}
.b-form.--leasing .__grid .__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 16px;
}
@media (max-width: 1199px) {
  .b-form.--leasing .__grid .__inputs {
    grid-template-columns: 1fr;
  }
}
.b-form.--leasing .__grid div:last-child {
  grid-column: span 1;
}
.b-form .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 24px;
  margin-bottom: 64px;
}
@media (max-width: 1199px) {
  .b-form .__grid {
    margin-bottom: 24px;
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-form .__grid {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
.b-form .__grid div:last-child {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .b-form .__grid div:last-child {
    grid-column: span 1;
  }
}
.b-form .__policy {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 16px;
}
@media (max-width: 767px) {
  .b-form .__policy {
    grid-template-columns: 1fr;
  }
}
.b-form .__policy .__txt, .b-form .__policy a {
  color: #A5A5A5;
  font-size: 18px;
  line-height: 1.4;
  max-width: 478px;
}
.b-form .__policy .__txt a, .b-form .__policy a a {
  text-decoration: underline;
  display: inline-flex;
}

.b-form-cat {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .b-form-cat {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.b-form-cat .__bg {
  background: url("/images/catalog/new/forma.png") no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  height: 100%;
  z-index: 1;
}
.b-form-cat .__form {
  width: 460px;
  background-color: #FFFFFF;
  padding: 32px 58px;
  border-radius: 24px;
  margin: 36px 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .b-form-cat .__form {
    padding: 20px;
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .b-form-cat .__form {
    width: 100%;
  }
}
.b-form-cat .__form .iexform-before-success {
  text-align: center;
}
.b-form-cat .__form .__title {
  margin-bottom: 8px;
  color: #7CBA00;
  font-size: 24px;
  font-weight: 600;
}
.b-form-cat .__form .__input, .b-form-cat .__form .__textarea {
  background: none;
  border-radius: 2px;
  height: 32px;
  width: 100%;
  color: #1B1B1B;
  border: 1px solid #606060;
  margin-bottom: 16px;
  padding: 6px;
}
.b-form-cat .__form .__input::placeholder, .b-form-cat .__form .__textarea::placeholder {
  color: #B4B4B4;
}
.b-form-cat .__form .__input:focus, .b-form-cat .__form .__textarea:focus {
  border: 1px solid #7CBA00;
}
.b-form-cat .__form .__textarea {
  max-width: 100%;
  min-width: 100%;
  height: 120px;
}
.b-form-cat .__form .__policy {
  font-size: 12px;
  color: #000;
  margin-bottom: 24px;
  display: block;
}
.b-form-cat .__form .b-btn {
  width: 100%;
}

input[type=checkbox] {
  accent-color: #7CBA00;
}

.b-similar-item .__list, .b-catalog-detail-top .__grid .__block .__list, .b-header .__inner .__menu, .b-top-swiper-wrapper .__item .__list, .b-slider-card .__right .__list, .b-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-similar-item .h4, .b-similar-item .__bot, .b-similar-item, .b-sert-block .__right img, .b-sert-block .__right, .b-nav .__btn.swiper-slide-thumb-active:after, .b-nav .__btn:hover:after, .b-nav .__btn:after, .b-pagination li a:hover, .b-pagination li a, .b-filters .__val, .b-catalog-item .__top .__name, .b-catalog-item, .b-catalog .__sections > a, .b-section.--contacts a, .b-header .__inner .__search, .b-header .__inner .__phone, .b-search-wrap, .b-arrow .--prev, .b-arrow .--next, .b-adv-item, .b-adv-item .__top, .b-adv-item .__fill, .b-sert-swiper .swiper, .b-sert-item, .b-footer .__menu a, .b-breadcrumbs ul li a, .b-faq-item .__ico, .b-hover-swiper .__btn, .b-hover-swiper .__btn:after, .b-news-item.--video .__play circle, .b-news-item.--video .__top img, .b-btn, .b-btn path, .--anim, .b-form-big-input.--select .selectric-wrapper .selectric-items ul li, .b-form-big-input .__label, .b-form-cat .__form .__input, .b-form-cat .__form .__textarea, .b-form-cat .__form .__input:focus, .b-form-cat .__form .__textarea:focus {
  transition: all 0.3s ease-out;
}

.b-table, .b-pagination li a, .b-header .__inner .__link, .b-header .__inner .__phone, .b-menu-drop, .b-top-swiper-wrapper .__item .__name, .b-top-swiper-wrapper .__item .__list, .b-top-swiper-wrapper .__progress, .b-running-line, .b-breadcrumbs, .b-news-item, .b-404 .__block .__title, .b-form-big-input {
  font-family: "TTLakesNeueCondensed", sans-serif;
}

.b-catalog {
  padding: 80px 0 40px;
  background: #F6F6F6;
}
@media (max-width: 991px) {
  .b-catalog {
    padding: 48px 0 24px;
  }
}
.b-catalog .__sections {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.b-catalog .__sections > a {
  width: fit-content;
  white-space: nowrap;
  font-size: 16px;
  color: #1B1B1B;
  text-decoration: underline;
  }
.b-catalog .__sections > a:hover, .b-catalog .__sections > a.--active {
  color: #7CBA00;
  text-decoration: none;
}

.b-catalog-item {
  background: #FFFFFF;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.b-catalog-item .__top {
  position: relative;
}
.b-catalog-item .__top img {
  width: 100%;
  height: 404px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1439px) {
  .b-catalog-item .__top img {
    height: auto;
    aspect-ratio: 2/1;
  }
}
.b-catalog-item .__top .__name {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(27, 27, 27, 0.4);
  display: flex;
  padding: 16px 24px;
  color: #FFFFFF;
  font-size: 24.5px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .b-catalog-item .__top .__name {
    padding: 8px 16px;
    font-size: 18px;
  }
}
.b-catalog-item .__bot {
  display: grid;
  grid-template-columns: auto 195px;
  grid-gap: 24px;
  align-items: center;
  padding: 32px;
}
@media (max-width: 1439px) {
  .b-catalog-item .__bot {
    padding: 24px;
    grid-template-columns: 1fr;
  }
}
.b-catalog-item .__bot.--1fr {
  grid-template-columns: 1fr;
}
.b-catalog-item .__props {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 14px 32px;
}
@media (max-width: 1439px) {
  .b-catalog-item .__props {
    grid-gap: 14px 24px;
  }
}
@media (max-width: 767px) {
  .b-catalog-item .__props {
    grid-template-columns: 1fr;
  }
}
.b-catalog-item .__props .__item {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .b-catalog-item .__props .__item {
    font-size: 16px;
  }
}
.b-catalog-item .__props .__item span {
  color: #606060;
}
.b-catalog-item .b-btn {
  margin-left: auto;
  width: fit-content;
  margin-right: 16px;
}
@media (max-width: 575px) {
  .b-catalog-item .b-btn {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .b-catalog-item .b-btn {
    background: #7CBA00;
    color: #FFFFFF;
  }
  .b-catalog-item .b-btn:hover {
    background: #8CD100;
  }
  .b-catalog-item .b-btn path {
    fill: #FFFFFF;
  }
}
.b-catalog-item:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 15, 39, 0.12);
}
.b-catalog-item:hover .__name {
  background: #1B1B1B;
}
.b-catalog-item:hover .b-btn {
  margin-right: 0;
}

.b-filters {
  display: flex;
  gap: 24px 48px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .b-filters {
    grid-template-columns: 1fr;
    display: none;
  }
  .b-filters.--active {
    display: grid;
  }
}
.b-filters .__prop {
  overflow: hidden;
}
.b-filters .__name {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}
.b-filters .__vals {
  display: flex;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  flex-wrap: nowrap;
  width: 100%;
}
.b-filters .__vals::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.b-filters .__val {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  border-radius: 40px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #1B1B1B;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}
.b-filters .__val.--active {
  border: 2px solid #7CBA00;
  background: #7CBA00;
  color: #FFFFFF;
}
.b-filters .__val.disabled {
  opacity: 0.4;
  cursor: default;
}
.b-filters .__val:hover:not(.--active):not(.disabled) {
  border: 2px solid #D3D3D3;
}
.b-filters .__val input {
  display: none;
}
.b-filters > .b-btn {
  margin-left: auto;
  margin-top: auto;
}

.b-pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  text-align: left;
}
@media (max-width: 767px) {
  .b-pagination {
    justify-content: center;
  }
}
.b-pagination li.--active a {
  background: #7CBA00;
  color: #FFFFFF;
}
.b-pagination li.--disable a {
  opacity: 0.4;
  pointer-events: none;
}
.b-pagination li.--dots a {
  pointer-events: none;
  background: none;
}
.b-pagination li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background: #FFFFFF;
  min-width: 56px;
  color: #1B1B1B;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 2px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .b-pagination li a {
    height: 40px;
    min-width: 40px;
  }
}
.b-pagination li a:hover {
  background: #7CBA00;
  color: #FFFFFF;
}
.b-pagination li a:hover path {
  fill: #FFFFFF;
}

.b-catalog-detail-top {
  padding: 80px 0 40px;
  background: #1B1B1B;
  position: relative;
}
@media (max-width: 991px) {
  .b-catalog-detail-top {
    padding: 48px 0 24px;
  }
}
.b-catalog-detail-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("/images/chameleon/catalog/bg/bg-card-stripe-1.svg") no-repeat right;
  background-size: cover;
  z-index: 1;
}
.b-catalog-detail-top .b-container {
  position: relative;
  z-index: 3;
}
.b-catalog-detail-top .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-catalog-detail-top .__grid {
    grid-template-columns: 1fr;
  }
}
.b-catalog-detail-top .__grid .__tabs {
  overflow: hidden;
}
.b-catalog-detail-top .__grid .__tabs .__content {
  width: 100%;
  margin-bottom: 8px;
}
.b-catalog-detail-top .__grid .__tabs .__content > div {
  height: 100%;
}
@media (max-width: 1439px) {
  .b-catalog-detail-top .__grid .__tabs .__content > div .__video {
    height: auto;
    aspect-ratio: 5/3;
  }
}
.b-catalog-detail-top .__grid .__tabs .__content > div .__photo {
  width: 100%;
  object-fit: scale-down;
  height: 452px;
}
@media (max-width: 1439px) {
  .b-catalog-detail-top .__grid .__tabs .__content > div .__photo {
    height: auto;
    aspect-ratio: 5/3;
  }
}
.b-catalog-detail-top .__grid .__block {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding: 56px;
  justify-content: space-between;
  height: 100%;
  background: #FFFFFF;
}
@media (max-width: 1439px) {
  .b-catalog-detail-top .__grid .__block {
    padding: 24px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-catalog-detail-top .__grid .__block {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-catalog-detail-top .__grid .__block .h2 {
    display: none;
  }
}
.b-catalog-detail-top .__grid .__block .__av {
  display: flex;
  gap: 8px;
  color: #FFFFFF;
  background: #7CBA00;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  padding: 12px 16px 12px 24px;
  width: fit-content;
  border-radius: 24px 0px;
}
.b-catalog-detail-top .__grid .__block .__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 1439px) {
  .b-catalog-detail-top .__grid .__block .__list {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 575px) {
  .b-catalog-detail-top .__grid .__block .__list {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
.b-catalog-detail-top .__grid .__block .__list li {
  font-weight: 400;
  font-size: 20.5px;
  color: #1B1B1B;
}
@media (max-width: 1399px) {
  .b-catalog-detail-top .__grid .__block .__list li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .b-catalog-detail-top .__grid .__block .__list li {
    font-size: 16px;
  }
}
.b-catalog-detail-top .__grid .__block .__list li:last-child {
  margin-bottom: 0;
}
.b-catalog-detail-top .__grid .__block .__list li span {
  color: #606060;
}
.b-catalog-detail-top .__grid .__block .__btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 16px;
}
@media (max-width: 1199px) {
  .b-catalog-detail-top .__grid .__block .__btns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-catalog-detail-top .__grid .__block .__btns {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
  .b-catalog-detail-top .__grid .__block .b-btn {
  width: 100%;
}
@media (max-width: 1199px) {
  .b-catalog-detail-top .__grid .__block .b-btn:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-catalog-detail-top .__grid .__block .b-btn:last-child {
    grid-column: span 1;
  }
}
@media (max-width: 575px) {
  .b-catalog-detail-top .__grid .__block .b-btn {
    max-width: 100%;
  }
}
.b-catalog-detail-top .__adv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media (max-width: 991px) {
  .b-catalog-detail-top .__adv {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .b-catalog-detail-top .__adv {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}

.b-card-adv-item {
  background: #606060;
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 39, 0.06);
  padding: 32px;
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 1339px) {
  .b-card-adv-item {
    gap: 8px;
    padding: 24px;
  }
}
@media (max-width: 1199px) {
  .b-card-adv-item {
    gap: 8px;
    padding: 16px;
    font-size: 16px;
  }
}

.b-nav {
  display: flex;
  grid-gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 10px;
}
.b-nav::-webkit-scrollbar {
  height: 16px;
  position: absolute;
  top: -10px;
  background-color: #D3D3D3;
}
.b-nav::-webkit-scrollbar-thumb {
  background-color: #606060;
}
.b-nav img {
  width: 120px;
  max-width: 120px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 10px;
}
.b-nav .__btn {
  position: relative;
  cursor: pointer;
}
.b-nav .__btn.--vid:before {
  position: absolute;
  background: url("/images/chameleon/ico/play.svg") no-repeat center;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-nav .__btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #D3D3D3;
  opacity: 0;
}
.b-nav .__btn:hover:after {
  opacity: 1;
}
.b-nav .__btn.swiper-slide-thumb-active:after {
  background: #7CBA00;
  opacity: 1;
}
.b-nav.--anchor {
  gap: 56px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .b-nav.--anchor {
    gap: 24px;
    overflow: scroll;
    margin: 0 -16px 0 -16px;
  }
  .b-nav.--anchor::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.b-nav.--anchor .__btn {
  padding: 32px 0;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #020F1C;
  max-width: none;
}
@media (max-width: 991px) {
  .b-nav.--anchor .__btn {
    font-size: 16px;
    white-space: nowrap;
    padding: 16px 0;
  }
  .b-nav.--anchor .__btn:first-child {
    margin-left: 16px;
  }
  .b-nav.--anchor .__btn:last-child {
    margin-right: 16px;
  }
}
.b-nav.--anchor .__btn:after {
  bottom: 0;
}

.b-detail-info {
  padding: 64px 0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .b-detail-info {
    padding: 32px 0 32px;
  }
}
.b-detail-info .b-container {
  z-index: 3;
  position: relative;
}
.b-detail-info.--table {
  background: #F6F6F6;
}
.b-detail-info.--table:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: url("/images/chameleon/catalog/bg/bg-card-r.svg") no-repeat left top;
  background-size: cover;
  z-index: 1;
}
.b-detail-info.--table:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: url("/images/chameleon/catalog/bg/bg-card-l.svg") no-repeat right bottom;
  background-size: cover;
  z-index: 1;
}
.b-detail-info.--payment {
  background: #1B1B1B;
}
.b-detail-info.--payment .--decor-tr {
  top: 92px;
  right: 48px;
}
@media (max-width: 1199px) {
  .b-detail-info.--payment .--decor-tr {
    top: 24px;
    right: 24px;
  }
}

.b-card-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  grid-gap: 32px;
}
@media (max-width: 1439px) {
  .b-card-grid {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 1199px) {
  .b-card-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
.b-card-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.b-card-grid .--hide {
  display: none;
}
@media (max-width: 1199px) {
  .b-card-grid .--hide {
    display: flex;
  }
}

.b-text-hide {
  position: relative;
}
.b-text-hide .__wrap {
  position: relative;
  max-height: 180px;
  height: 100%;
  max-width: 934px;
  width: 100%;
  transition: 0.4s cubic-bezier(1, 1, 1, 1);
  overflow: hidden;
}
@media (max-width: 1600px) {
  .b-text-hide .__wrap {
    max-width: none;
    max-height: 150px;
    padding-bottom: 64px;
  }
}
.b-text-hide .__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  mix-blend-mode: lighten;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease 0s;
  opacity: 1;
}
.b-text-hide .__wrap p {
  margin-bottom: 16px;
}
.b-text-hide .__wrap p:last-child {
  margin-bottom: 0;
}
.b-text-hide .b-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 164px;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 575px) {
  .b-text-hide .b-btn {
    padding: 2px 8px 0 16px;
    width: fit-content;
  }
}
.b-text-hide.--active .__wrap {
  max-height: 1000px;
}
.b-text-hide.--active .__wrap:before {
  opacity: 0;
}
.b-text-hide.--active .b-btn svg {
  rotate: 180deg;
}

.b-table-wrap {
  overflow: auto;
}

.b-table {
  width: 100%;
  border: 1px solid #D3D3D3;
  border-bottom: none;
  border-spacing: 0;
}
.b-table.--compare tr td {
  width: 33.3%;
}
.b-table.--compare tr td:first-child {
  border-right: 1px solid #D3D3D3;
}
@media (max-width: 575px) {
  .b-table.--compare tr td {
    font-size: 12px;
  }
}
.b-table tr td {
  color: #1B1B1B;
  font-weight: 500;
  width: 50%;
  padding: 16px 24px;
  background: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 1px solid #D3D3D3;
}
@media (max-width: 991px) {
  .b-table tr td {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .b-table tr td {
    padding: 8px;
    text-transform: none;
  }
}
.b-table tr td:last-child {
  border-left: 1px solid #D3D3D3;
}
.b-table tr:hover td {
  background: #E9FACF;
}

.b-sert-block {
  background: #292929;
  padding: 48px 0;
}
@media (max-width: 991px) {
  .b-sert-block {
    padding: 32px 0 32px;
  }
}
.b-sert-block .__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
}
@media (max-width: 1439px) {
  .b-sert-block .__inner {
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-sert-block .__inner {
    grid-template-columns: 1fr;
  }
}
.b-sert-block .__inner:hover .__right {
  margin: 0;
}
.b-sert-block .__inner:hover .__right img {
  margin-left: -20%;
}
.b-sert-block .__inner:hover .__right img:nth-child(1) {
  margin: 0;
}
@media (max-width: 1199px) {
  .b-sert-block .__inner:hover .__right img {
    width: 232px;
    margin-left: -66%;
  }
  .b-sert-block .__inner:hover .__right img:nth-child(1) {
    margin: 0;
  }
}
.b-sert-block .__left {
  display: flex;
  flex-direction: column;
}
.b-sert-block .__left .b-btn {
  margin-top: auto;
}
.b-sert-block .__right {
  margin: 0 160px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .b-sert-block .__right {
    margin: 0 80px;
  }
}
@media (max-width: 1300px) {
  .b-sert-block .__right {
    margin: 0 40px;
  }
}
@media (max-width: 1199px) {
  .b-sert-block .__right {
    margin: 0;
  }
}
.b-sert-block .__right img {
  position: relative;
  z-index: 4;
  width: 232px;
  margin-left: -66%;
}
@media (max-width: 767px) {
  .b-sert-block .__right img {
    width: 200px;
  }
}
.b-sert-block .__right img:nth-child(1) {
  margin: 0;
}
.b-sert-block .__right img:nth-child(2) {
  z-index: 3;
}
.b-sert-block .__right img:nth-child(3) {
  z-index: 2;
}
.b-sert-block .__right img:nth-child(4) {
  z-index: 1;
}

.b-reviews {
  background: #F6F6F6;
  padding: 48px 0;
}
@media (max-width: 991px) {
  .b-reviews {
    padding: 32px 0 32px;
  }
}

.b-review-swiper .b-arrow {
  position: static;
  justify-content: left;
}
.b-review-swiper .swiper {
  overflow: hidden;
}

.b-review-item .__date {
  margin-bottom: 8px;
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 500;
  line-height: 1.2;
}
.b-review-item .__rating {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .b-review-item .__rating {
    grid-template-columns: auto 1fr;
  }
}
.b-review-item .__rating .__name {
  font-weight: 700;
  color: #1B1B1B;
  font-size: 20.5px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .b-review-item .__rating .__name {
    grid-column: span 2;
    font-size: 18px;
  }
}
.b-review-item .__rating .__rate {
  color: #A5A5A5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.b-review-item .__comment {
  color: #1B1B1B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .b-review-item .__comment {
    font-size: 16px;
    line-height: 1.2;
  }
}

.b-stars {
  position: relative;
  display: inline-flex;
  gap: 2px;
  overflow: hidden;
}
.b-stars:after {
  content: "";
  display: block;
  clear: both;
}
.b-stars .__label {
  font-size: 16px;
}
.b-stars .__star {
  float: left;
  width: 24px;
  height: 24px;
  background: url("/images/chameleon/ico/stars.svg") no-repeat 0;
  background-position-x: -26px;
  background-size: cover;
}
@media (max-width: 575px) {
  .b-stars .__star {
    width: 20px;
    height: 20px;
    background-position-x: -22px;
  }
}
.b-stars .__star.--full {
  background-position-x: 0;
}
@media (max-width: 575px) {
  .b-stars .__star.--full {
    background-position-x: 0;
  }
}

.b-similar-swiper {
  position: relative;
  z-index: 3;
}
.b-similar-swiper .b-arrow {
  position: static;
  justify-content: left;
}
.b-similar-swiper .swiper {
  overflow: hidden;
}
.b-similar-swiper .swiper-slide {
  height: auto;
}

.b-similar-item {
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 39, 0.06);
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.b-similar-item .__bot {
  display: flex;
  flex-direction: column;
  padding: 56px 32px 64px;
  height: 340px;
}
@media (max-width: 1439px) {
  .b-similar-item .__bot {
    padding: 48px 24px 56px;
  }
}
@media (max-width: 1199px) {
  .b-similar-item .__bot {
    padding: 24px;
  }
}
.b-similar-item .__img {
  height: 252px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .b-similar-item .__img {
    aspect-ratio: 5/3;
    height: auto;
  }
}
.b-similar-item .h4 {
  color: #020F1C;
  margin-bottom: 43px;
  display: block;
  font-size: 20.5px;
}
@media (max-width: 1199px) {
  .b-similar-item .h4 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-similar-item .h4 {
    font-size: 18px;
  }
}
.b-similar-item .__list {
  margin-bottom: 24px;
}
.b-similar-item .__list li {
  margin-bottom: 8px;
  color: #1B1B1B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.b-similar-item .__list li span {
  color: #606060;
}
.b-similar-item .__list li:last-child {
  margin-bottom: 0;
}
.b-similar-item .b-btn {
  display: flex;
  position: absolute;
  bottom: -80px;
  left: 8px;
  right: 8px;
  width: auto;
  padding: 0 40px;
  opacity: 0;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .b-similar-item .b-btn {
    opacity: 1;
    position: static;
    margin-top: auto;
  }
}
.b-similar-item:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 15, 39, 0.12);
}
.b-similar-item:hover .__bot {
  padding: 32px;
}
@media (max-width: 1439px) {
  .b-similar-item:hover .__bot {
    padding: 24px;
  }
}
.b-similar-item:hover .h4 {
  margin-bottom: 24px;
}
.b-similar-item:hover .b-btn {
  opacity: 1;
  bottom: 8px;
  z-index: 3;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /tools/iexForm/iexform.css?175077030618013 */
/* /tools/iexModal/iexModal.css?169822739619690 */
/* /tools/mmenu/mmenu.css?169822739628799 */
/* /tools/fancybox/jquery.fancybox.min.css?169822739612795 */
/* /tools/swiper/swiper.css?169822739615776 */
/* /tools/selectric/selectric.css?17025427904299 */
/* /tools/css/policy.css?17494678703352 */
/* /tools/css/style.css?1750770279103433 */
