

/* Start:/tools/iexForm/iexform.css?169719664414622*/



/* 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{
}

.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{
    padding: 0 30px 0 9px;
    border-radius: 3px;
    background: #fbfbfb;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.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;
    padding: 0 4px;
}

.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;
}

.b-pform__item_file .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;
}

.b-pform__item_file .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{
    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__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 {
    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;
    font-family: 'Ubuntu', sans-serif;
    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?169719664419690*/
/**
 * 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/swiper/swiper.css?169719664415776*/
/**
 * 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/mmenu/mmenu.css?169719664428734*/
@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{}.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/fancybox.css?169719664415598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/tools/selectric/selectric.css?16965998634299*/
/*======================================
  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/iexRouletteAction/styles.css?17034997834819*/
.b-modal-roulette {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: #fff;
}

.b-modal-roulette a:link,
.b-modal-roulette a:visited{
    color: #FF886E;
    text-decoration: underline;
}

.b-modal-roulette a:hover{
    text-decoration: none;
}

.b-modal-roulette .iexmodal-popup {
    background: transparent;
    box-shadow: none;
}

.b-modal-roulette .iexmodal-inner {
    overflow: visible;
    padding: 0 0 0 240px;
}

.b-modal-roulette .iexmodal-inner-wrap {
    position: relative;
    padding: 50px 50px 40px 0;
    border: 1px solid #40AFA1;
    background: #2f2f2f;
    background: linear-gradient(180deg, #2f2f2f 0%, #1b4540 100%);
    background-size: cover;
    border-radius: 0 80px 80px 80px;
}

.b-modal-roulette .iexmodal-inner-wrap::before,
.b-modal-roulette .iexmodal-inner-wrap::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
}

.b-modal-roulette .iexmodal-inner-wrap::before {
    background-image: url(/tools/iexRouletteAction/img/decor-top.svg);
    width: 300px;
    height: 151px;
    top: 16px;
    right: 16px;
}

.b-modal-roulette .iexmodal-inner-wrap::after {
    background-image: url(/tools/iexRouletteAction/img/decor-bot.svg);
    width: 501px;
    height: 130px;
    left: 110px;
    bottom: 0;
}

.b-modal-roulette .iexmodal-close-inner {
    right: 42px;
    top: 8px;
    font-size: 22px;
    stroke-width: 2px;
    color: #fff;
}

.b-modal-roulette .iexmodal-close-inner .iexmodal-icon {
    opacity: 1;
}

.b-modal-roulette .__grid-wheel {
    display: grid;
    grid-template-columns: 277px 1fr;
    grid-gap: 10px;
}

.b-modal-roulette .__grid-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}

.b-modal-roulette .b-form-item-wrap {
    margin-bottom: 16px;
}

.b-modal-roulette .b-form-item-wrap input {
    border-color: #fff;
}

.b-modal-roulette .b-btn {
    height: 56px;
}

.b-modal-roulette .b-pform__thanks,
.b-modal-roulette .b-pform__confirmed {
    color: #fff;
}

.b-roulette-popup__title {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.b-roulette-popup__subtitle {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
}

.b-roulette-popup__subtitle span {
    color: #FF886E;
}

.b-modal-roulette__svg {
}

.b-modal-roulette__svg svg {
    width: 554px;
    position: relative;
    z-index: 1;
    left: -277px;
    top: -80px;
}

.b-modal-roulette__svg #wheel {
    transform-origin: 50%;
}

.b-modal-roulette__svg #button,
.b-modal-roulette__svg #button-active,
.b-modal-roulette__svg #selected-sector {
    opacity: 0;
}

.b-modal-roulette__svg #button-active {
    transition: opacity .2s;
}

.b-modal-roulette__svg #button:hover #button-active {
    opacity: 1;
}

.b-modal-roulette__svg #button.visible {
    cursor: pointer;
}

.b-roulette-notifier{
    display: none;
    position: fixed;
    cursor: pointer;
    background: url(/tools/iexRouletteAction/img/notifier.svg) no-repeat left top;
    background-size: 88%;
    z-index: 1000;
    bottom: 30px;
    right: 30px;
    padding-top: 154px;
}

.b-roulette-notifier .b-btn {
    width: 100%;
}

@media (max-width: 1340px) {
    .b-modal-roulette .iexmodal-inner-wrap::before {
        width: 190px;
        height: 80px;
        top: 8px;
        right: 27px;
    }

    .b-modal-roulette .iexmodal-inner-wrap::after {
        width: 261px;
        height: 68px;
        left: 162px;
    }

    .b-modal-roulette .iexmodal-close-inner {
        right: 23px;
    }

    .b-modal-roulette__svg svg {
        left: -270px;
    }

    .b-modal-roulette ol {
        padding-left: 16px;
    }
}

@media (max-width: 991px) {
    .b-roulette-notifier{
        width: 180px;
        height: 157px;
        bottom: 16px;
        right: 16px;
        padding-top: 108px;
    }

    .b-roulette-notifier .b-btn {
        height: 49px;
        font-size: 14px;
        padding: 0 10px;
    }

    .b-roulette-notifier img {
        display: none;
    }

    .b-modal-roulette .iexmodal-inner {
        padding-left: 0;
    }

    .b-modal-roulette .iexmodal-inner-wrap {
        height: auto;
        padding: 0 36px 80px 36px;
        border-radius: 20px;
    }

    .b-modal-roulette .iexmodal-close-inner {
        right: 10px;
    }

    .b-modal-roulette .__grid-wheel {
        display: block;
    }

    .b-modal-roulette__svg{
        text-align: center;
    }

    .b-modal-roulette__svg svg{
        left: auto;
        top: auto;
    }
}

@media (max-width: 767px) {
    .b-modal-roulette__svg svg {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 570px) {
    .b-modal-roulette .__grid-form {
        display: block;
    }

    .b-modal-roulette .iexmodal-inner-wrap::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
/* End */


/* Start:/tools/css/style.css?1750765446124436*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.b-infoblock .__text a, .b-sale-block .__link, .b-sale-grid .__item .__link {
  display: inline-block;
  border-bottom: 1px solid;
  text-decoration: none;
}
.b-infoblock .__text a:hover, .b-sale-block .__link:hover, .b-sale-grid .__item .__link:hover {
  border-bottom: 1px solid transparent;
}

.b-vac-list, .b-service-block ul, .b-border-list, .b-list-stars, .b-footer .b-container .__grid ul, .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .__content ul, .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__submenu, .b-header .__bottom .__grid .__menu, .b-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-check .__ico:before, .b-check .__ico, .b-form-item-wrap .selectric-wrapper .selectric-items ul li, .b-form-item-wrap input, .b-form-item-wrap textarea, .b-btn svg path, .b-btn, .b-city-block:after, .b-news-text a, .b-city-select .selectric-wrapper .selectric .button:after, .b-city-select .selectric-wrapper .selectric .label, .b-service-block ul li a, .b-service-block .b-subtitle, .b-block.--service path, .b-block.--service, .b-breadcrumbs ul li a, .b-link-all, .b-link, .b-video-link.--blog img, .b-video-link.--blog > a:before, .b-article-link.--blog img, .b-article-link.--blog > a:before, .b-footer .b-container .__grid .__adr a, .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .b-inner-link svg, .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block, .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap, .b-header .__bottom .__grid .__menu .__sub-link svg path, .b-header .__bottom .__grid .__menu .__sub-link svg, .b-header .__bottom .__grid .__menu a, .b-header .__top .__grid .__soc .__btn, .b-video-wrap .swiper-wrapper .swiper-slide .__item:hover .__yt-icon, .b-video-wrap .swiper-wrapper .swiper-slide .__item .__yt-icon, .b-video-wrap .swiper-wrapper .swiper-slide .__item:after, .b-staff-tabs .__pagination .__btn, .b-tabs .__pagination .__btn, .b-faq__item .__collapse-ico, .b-cost-grid .__item .__btn:hover, .b-cost-grid .__item .__btn, .b-guide .__list > div > a {
  transition: all 0.3s ease-out;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  line-height: 1.2;
  color: #111111;
  margin: 0;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

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

.b-section {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .b-section {
    padding: 32px 0;
  }
}
.b-section.--rules {
  padding: 104px 0 48px;
  position: relative;
}
@media (max-width: 991px) {
  .b-section.--rules {
    padding: 80px 0 32px;
  }
}
@media (max-width: 767px) {
  .b-section.--rules {
    padding: 32px 0;
  }
}
.b-section.--rules .b-container {
  position: relative;
  z-index: 2;
}
.b-section.--mark {
  position: relative;
  padding: 0;
}
.b-section.--mark .__bg-mark {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
@media (max-width: 1800px) {
  .b-section.--mark .__bg-mark {
    right: 20px;
  }
}
@media (max-width: 1550px) {
  .b-section.--mark .__bg-mark {
    display: none;
  }
}
.b-section.--mark .__bg-mark.--alt {
  right: 80px;
}
@media (max-width: 1800px) {
  .b-section.--mark .__bg-mark.--alt {
    right: 16px;
  }
}
.b-section.--mark .__bg-mark.--alt .__bg {
  width: 140px;
  height: 140px;
  background: url("/images/inndenta/implants/mark2.png") no-repeat;
}
@media (max-width: 1800px) {
  .b-section.--mark .__bg-mark.--alt .__bg {
    width: 100px;
    height: 100px;
    background-size: cover;
  }
}
@media (max-width: 1800px) {
  .b-section.--mark .__bg-mark.--alt .__bg .__img {
    width: 60%;
    height: 60%;
  }
}
.b-section.--mark .__bg-mark .__bg {
  position: relative;
  background: url("/images/inndenta/implants/mark.svg") no-repeat;
  background-size: cover;
  width: 192px;
  height: 192px;
  animation: rotation 10s infinite linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1800px) {
  .b-section.--mark .__bg-mark .__bg {
    width: 110px;
    height: 110px;
  }
}
.b-section.--mark .__bg-mark .__bg .__img {
  animation: rotation 10s infinite linear reverse;
}
@media (max-width: 1800px) {
  .b-section.--mark .__bg-mark .__bg .__img {
    width: 80%;
    height: 80%;
  }
}
.b-section.--leaf-l {
  position: relative;
}
.b-section.--leaf-l .__bg-leaf-l {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 48px;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-section.--leaf-l .__bg-leaf-l {
    display: none;
  }
}
.b-section.--leaf-l .b-container {
  position: relative;
  z-index: 2;
}
.b-section.--letters {
  position: relative;
}
.b-section.--letters .__bg-letters {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.b-section.--letters .__bg-letters.--alt {
  bottom: 32px;
}
.b-section.--letters .b-container {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.b-section.--leaf {
  position: relative;
  padding: 96px 0 48px;
}
@media (max-width: 767px) {
  .b-section.--leaf {
    padding: 32px 0;
  }
}
.b-section.--leaf .__bg-leaf {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-section.--leaf .__bg-leaf {
    display: none;
  }
}
.b-section.--leaf .__bg-leaf.--bot {
  top: auto;
  bottom: 16px;
  transform: none;
}
.b-section.--leaf .b-container {
  position: relative;
  z-index: 2;
}
.b-section.--alt {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .b-section.--alt {
    padding: 32px 0;
  }
}

.img-fluid {
  width: 100%;
  height: auto;
}

.b-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 767px) {
  .b-top-grid {
    grid-template-columns: 1fr;
  }
  .b-top-grid > img:last-child {
    order: 1;
  }
  .b-top-grid > div:first-child {
    order: 2;
  }
}
.b-top-grid .__spec {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.b-top-grid .__spec .b-btn {
  width: fit-content;
}

.b-title-anchor {
  margin-top: -160px;
  padding-top: 160px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .b-title-anchor {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.b-title-anchor > * {
  pointer-events: auto;
}

.b-guide {
  border-radius: 16px;
  background: #FFFFFF;
  padding: 40px;
}
@media (max-width: 991px) {
  .b-guide {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .b-guide {
    padding: 16px;
  }
}
.b-guide h3 {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-guide h3 {
    margin-bottom: 16px;
  }
}
.b-guide .__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767px) {
  .b-guide .__list {
    grid-template-columns: 1fr;
  }
}
.b-guide .__list > div {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.b-guide .__list > div > a {
  width: fit-content;
  display: flex;
  position: relative;
  padding: 6px 0;
  margin-left: 22px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  min-height: 33px;
  border-bottom: 1px solid #A9D6BF;
  color: #063;
}
.b-guide .__list > div > a:hover {
  color: #008D47;
  border-bottom: 1px solid transparent;
}
.b-guide .__list > div > a.--dec {
  margin-left: 32px;
}
.b-guide .__list > div > a.--dec:before {
  content: attr(data-num) ".";
  left: -32px;
}
.b-guide .__list > div > a:before {
  font-variant-numeric: tabular-nums;
  position: absolute;
  content: attr(data-num) ".";
  left: -22px;
  top: 7.5px;
}

.b-list {
  margin-bottom: 32px;
}
.b-list li {
  margin-bottom: 16px;
  padding-left: 22px;
  position: relative;
}
.b-list li:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #FF886E;
  width: 12px;
  height: 12px;
  left: 0;
  top: 6px;
}
.b-list li:last-child {
  margin-bottom: 0;
}
.b-list li .__ul-title {
  color: #6C6C6C;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .b-list li .__ul-title {
    font-size: 18px;
  }
}
.b-list li .__ul-text {
  color: #6C6C6C;
  font-size: 16px;
  margin-bottom: 0;
}
.b-list li .__ul-subtitle {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.b-list.--dot-sm li {
  line-height: 1.5;
}
.b-list.--dot-sm li:before {
  width: 8px;
  height: 8px;
  top: 8px;
}
.b-list.--dot-sm.--dot-gray li {
  color: #6C6C6C;
  padding-left: 16px;
}
.b-list.--dot-sm.--dot-gray li:before {
  background: #6C6C6C;
  width: 6px;
  height: 6px;
  top: 10px;
}
.b-list.--2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 32px;
}
@media (max-width: 767px) {
  .b-list.--2-col {
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
  }
}
.b-list.--plus li {
  margin-bottom: 24px;
  color: #6C6C6C;
  line-height: 1.5;
}
.b-list.--plus li:last-child {
  margin-bottom: 0;
}
.b-list.--plus li:before {
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("/images/inndenta/about/plus.svg") no-repeat center;
}

.b-cost-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-cost-grid {
    grid-template-columns: 1fr;
  }
}
.b-cost-grid.--dental .__item.--green {
  background: #40AFA1;
  border: 4px solid #40C1B0;
  border-bottom: none;
  border-right: none;
}
.b-cost-grid.--dental .__item.--green .__title {
  color: #ffffff;
}
.b-cost-grid.--dental .__item.--green .__link {
  color: #FFFFFF;
}
.b-cost-grid.--swiper {
  display: block;
  overflow: hidden;
  padding: 10px;
  margin: -10px -10px 22px;
}
.b-cost-grid.--swiper .swiper-slide {
  height: auto;
}
.b-cost-grid.--swiper .__item {
  height: 100%;
}
.b-cost-grid .__item {
  box-shadow: 0px 0px 16px rgba(185, 193, 190, 0.2);
  border-radius: 24px;
  padding: 32px;
  display: grid;
  grid-gap: 48px;
  grid-template-columns: 1fr auto;
}
@media (max-width: 1199px) {
  .b-cost-grid .__item {
    grid-gap: 16px;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-cost-grid .__item {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .b-cost-grid .__item div:first-child {
    order: 2;
  }
}
.b-cost-grid .__item .__title {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  color: #111111;
}
@media (max-width: 1199px) {
  .b-cost-grid .__item .__title {
    font-size: 18px;
  }
}
.b-cost-grid .__item .__price {
  color: #FF886E;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.b-cost-grid .__item .__price span {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .b-cost-grid .__item .__price span {
    font-size: 24px;
  }
}
.b-cost-grid .__item .__img {
  max-width: 200px;
}
@media (max-width: 575px) {
  .b-cost-grid .__item .__img {
    max-width: 40%;
  }
  .b-cost-grid .__item .__img:last-child {
    order: 1;
  }
}
.b-cost-grid .__item .__btn {
  background: #FFEFEC;
  color: #FF886E;
  padding: 8px 16px;
  border-radius: 12px;
  border: none;
  display: block;
  width: fit-content;
}
.b-cost-grid .__item .__btn:hover {
  background: #FF886E;
  color: #FFFFFF;
}

.b-sale-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .b-sale-grid {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.b-sale-grid .__item {
  border-radius: 24px;
  padding: 32px;
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr auto;
  color: #FFFFFF;
  position: relative;
}
.b-sale-grid .__item .__img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .b-sale-grid .__item {
    grid-gap: 16px;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-sale-grid .__item {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .b-sale-grid .__item .__img:last-child {
    order: 1;
  }
  .b-sale-grid .__item div:first-child {
    order: 2;
  }
}
.b-sale-grid .__item.--rose {
  background: #FF886E;
  border: 4px solid #FFA38E;
  border-bottom: none;
  border-right: none;
}
.b-sale-grid .__item.--green {
  background: #40AFA1;
  border: 4px solid #40C1B0;
  border-bottom: none;
  border-right: none;
}
.b-sale-grid .__item .__icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}
.b-sale-grid .__item .__title {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .b-sale-grid .__item .__title {
    font-size: 18px;
  }
}
.b-sale-grid .__item .__price {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .b-sale-grid .__item .__price {
    font-size: 24px;
  }
}
.b-sale-grid .__item .__link {
  color: #FFFFFF;
}

.b-sale-block {
  border-radius: 24px;
  padding: 32px;
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr auto;
  color: #FFFFFF;
  height: 100%;
  position: relative;
}
.b-sale-block .__img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .b-sale-block {
    grid-gap: 16px;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-sale-block {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .b-sale-block .__img:last-child {
    order: 1;
  }
  .b-sale-block div:first-child {
    order: 2;
  }
}
.b-sale-block.--rose {
  background: #FF886E;
  border: 4px solid #FFA38E;
  border-bottom: none;
  border-right: none;
}
.b-sale-block.--green {
  background: #40AFA1;
  border: 4px solid #40C1B0;
  border-bottom: none;
  border-right: none;
}
.b-sale-block .__icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}
.b-sale-block .__title {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .b-sale-block .__title {
    font-size: 18px;
  }
}
.b-sale-block .__price {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .b-sale-block .__price {
    font-size: 24px;
  }
}
.b-sale-block .__link {
  color: #FFFFFF;
}

.b-what-is-wrap {
  position: relative;
}
.b-what-is-wrap .swiper-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-what-is-wrap .swiper-wrapper {
    margin-bottom: 8px;
  }
}

.b-what-is-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .b-what-is-grid {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .b-what-is-grid .__right {
    display: flex;
    justify-content: center;
    width: 100%;
    order: 1;
  }
  .b-what-is-grid .__right img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .b-what-is-grid .__right img {
    width: 100%;
  }
}
.b-what-is-grid .__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.b-what-is-grid .__left.--fix {
  height: 352px;
}
@media (max-width: 991px) {
  .b-what-is-grid .__left {
    order: 2;
  }
}
.b-what-is-grid .__left .__img {
  margin-bottom: 24px;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .b-what-is-grid .__left .__img {
    display: none;
  }
}
.b-what-is-grid .__left .__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .b-what-is-grid .__left .__title {
    font-size: 18px;
  }
}
.b-what-is-grid .__left .__count {
  display: inline-flex;
}
.b-what-is-grid .__left .__count .__cur {
  padding-right: 78px;
  position: relative;
}
.b-what-is-grid .__left .__count .__cur.--alt {
  color: #A0A0A0;
}
.b-what-is-grid .__left .__count .__cur:after {
  position: absolute;
  content: "";
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: #A0A0A0;
  width: 64px;
  height: 2px;
}
.b-what-is-grid .__left .__count .__all {
  color: #A0A0A0;
}
.b-what-is-grid .__left .__count .__all.--alt {
  color: #111111;
}

.b-arrows {
  display: inline-flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .b-arrows.--abs {
    width: auto;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 45%;
    transform: translate(0, -50%);
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .b-arrows.--abs {
    display: inline-flex;
    width: 100%;
    position: static;
    justify-content: center;
  }
}
.b-arrows .__next, .b-arrows .__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  border: 2px solid #F4F4F4;
  background: #FFFFFF;
}
.b-arrows .__next.swiper-button-disabled, .b-arrows .__prev.swiper-button-disabled {
  cursor: auto;
}
@media (max-width: 767px) {
  .b-arrows .__next, .b-arrows .__prev {
    width: 40px;
    height: 40px;
  }
  .b-arrows .__next img, .b-arrows .__prev img {
    width: 50%;
    height: 50%;
  }
}
.b-arrows .__next.swiper-button-disabled img, .b-arrows .__prev.swiper-button-disabled img {
  opacity: 0.5;
}
.b-arrows .__next.swiper-button-lock, .b-arrows .__prev.swiper-button-lock {
  display: none;
}

.b-infoblock {
  padding: 40px 32px;
  display: grid;
  grid-template-columns: auto 1fr 608px;
  grid-gap: 32px;
  color: #FFFFFF;
  background: #006457;
  border: 4px solid #008D47;
  border-bottom: none;
  border-right: none;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .b-infoblock {
    grid-template-columns: auto 1fr;
    grid-gap: 16px;
  }
}
@media (max-width: 575px) {
  .b-infoblock {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .b-infoblock .__img {
    max-width: 72px;
    height: auto;
  }
}
.b-infoblock .__name {
  font-weight: 600;
  margin-bottom: 8px;
}
.b-infoblock .__descr {
  font-size: 14px;
}
@media (max-width: 575px) {
  .b-infoblock .__descr {
    display: none;
  }
}
.b-infoblock .__text {
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .b-infoblock .__text {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-infoblock .__text {
    font-size: 16px;
  }
}
.b-infoblock .__text a {
  color: #FF886E;
}
.b-infoblock.--vertical {
  grid-template-columns: auto 1fr;
}
.b-infoblock.--vertical .__text {
  grid-column: span 2;
}
.b-infoblock.--no-info {
  grid-template-columns: auto 1fr;
  align-items: center;
}
.b-infoblock.--gray {
  background: #F4F4F4;
  border: none;
}
.b-infoblock.--gray .__name {
  color: #111111;
}
.b-infoblock.--gray .__text .b-btn {
  width: fit-content;
  display: flex;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .b-infoblock.--gray .__text .b-btn {
    width: 100%;
  }
}
.b-infoblock.--gray .__descr {
  color: #6C6C6C;
  max-width: 224px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .b-infoblock.--gray .__descr {
    display: block;
  }
}
.b-infoblock.--price {
  grid-template-columns: 1fr 200px;
  color: #111111;
  background: #FFFFFF;
  border: none;
}
.b-infoblock.--price .__img {
  margin: 0 auto;
}
@media (max-width: 575px) {
  .b-infoblock.--price .__img {
    order: 1;
    max-width: 120px;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .b-infoblock.--price > div:first-child {
    order: 2;
  }
}
@media (max-width: 1199px) {
  .b-infoblock.--price {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 575px) {
  .b-infoblock.--price {
    grid-template-columns: 1fr;
  }
}

.b-h3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .b-h3-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px;
    margin-bottom: 24px;
  }
}
.b-h3-grid.--alt {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .b-h3-grid.--alt {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.b-h3-grid.--alt h3 {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .b-h3-grid.--alt h3 {
    grid-column: span 1;
  }
}
.b-h3-grid.--alt .__title {
  font-size: 16px;
  font-weight: 600;
}
.b-h3-grid h3 {
  margin-bottom: 0;
}
.b-h3-grid .__title {
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .b-h3-grid .__title {
    font-size: 18px;
  }
}

.b-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .b-adv-grid.--city {
    grid-gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-adv-grid.--city {
    grid-gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-adv-grid {
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .b-adv-grid {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }
}
.b-adv-grid img {
  margin-bottom: 16px;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .b-adv-grid img {
    margin-bottom: 9px;
  }
}
.b-adv-grid .__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-adv-grid .__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.b-adv-grid p {
  margin-bottom: 0;
}

.b-rev-block {
  padding: 32px;
  background: #F4F4F4;
  border-radius: 24px;
}
@media (max-width: 575px) {
  .b-rev-block {
    padding: 24px;
  }
}
.b-rev-block .__img {
  margin-bottom: 16px;
}

.b-btn-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
}
@media (max-width: 575px) {
  .b-btn-grid {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }
}
.b-btn-grid .b-btn {
  width: fit-content;
}

.b-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .b-stage-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
.b-stage-grid .__dot {
  width: 100%;
  position: relative;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .b-stage-grid .__dot {
    display: none;
  }
}
.b-stage-grid .__dot:before {
  display: block;
  content: "";
  background: #008D47;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.b-stage-grid .__dot.--line:after {
  position: absolute;
  content: "";
  background: #E3F8F1;
  height: 2px;
  width: calc(100% + 12px);
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.b-stage-grid .__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-stage-grid .__title {
    font-size: 18px;
  }
}
.b-stage-grid p {
  margin-bottom: 0;
}
.b-stage-grid .__date {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-stage-grid .__date {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 767px) {
  .b-stage-grid .__date {
    grid-template-columns: auto 1fr;
  }
}

.b-imp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  margin-bottom: 32px;
}
.b-imp-grid .__title {
  font-weight: 600;
  font-size: 21px;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .b-imp-grid {
    grid-template-columns: 1fr;
  }
  .b-imp-grid .__img {
    width: 70%;
    justify-self: center;
  }
}
@media (max-width: 991px) {
  .b-imp-grid.--inv .__img:last-child {
    order: 1;
  }
  .b-imp-grid.--inv .__item:first-child {
    order: 2;
  }
}
@media (max-width: 991px) {
  .b-imp-grid .__img {
    width: 70%;
    justify-self: center;
  }
}
@media (max-width: 575px) {
  .b-imp-grid .__img {
    width: 100%;
  }
}
.b-imp-grid .__item.--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.b-imp-grid .__item h3 {
  margin-bottom: 32px;
}
.b-imp-grid .__item .__icon {
  height: 80px;
  object-fit: contain;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-imp-grid .__item .__icon {
    display: none;
  }
}

.b-faq__item {
  cursor: pointer;
  padding: 32px;
  margin-bottom: 8px;
  background: #FFFFFF;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .b-faq__item {
    padding: 24px;
  }
}
.b-faq__item .__title {
  font-weight: 600;
  font-size: 21px;
  color: #111111;
  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 {
  display: none;
}
.b-faq__item .__text p {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-faq__item .__text p {
    margin-bottom: 16px;
  }
}
.b-faq__item .__text .b-list {
  margin-bottom: 0;
}
.b-faq__item .__text .b-list.--dot-gray {
  margin-bottom: 16px;
}
.b-faq__item .__text .b-list.--dot-gray:last-child {
  margin-bottom: 0;
}
.b-faq__item .__text .b-list.--dot-gray li {
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .b-faq__item .__text .b-list.--dot-gray li .__ul-text {
    font-size: 14px;
  }
}
.b-faq__item .__text .b-list li {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-faq__item .__text .b-list li {
    margin-bottom: 16px;
  }
}
.b-faq__item .__text .b-list li:last-child {
  margin-bottom: 0;
}
.b-faq__item .__text .b-list li .__ul-title {
  font-size: 16px;
}
.b-faq__item .__text .b-list li .__ul-text {
  margin-bottom: 0;
}
.b-faq__item .__collapse-ico {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 12.5H12M12 12.5V4.5M12 12.5H20M12 12.5V20.5' stroke='%23171A37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.b-faq__item.--active .__title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #F4F4F4;
}
@media (max-width: 575px) {
  .b-faq__item.--active .__title {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.b-faq__item.--active .__text {
  display: block;
}
.b-faq__item.--active .__collapse-ico {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 12.5L4 12.5' stroke='%23171A37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.b-slider-grid {
  display: grid;
  grid-template-columns: 528px 1fr;
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .b-slider-grid {
    grid-template-columns: 1fr;
  }
}

.b-staff-tabs, .b-tabs {
  overflow: hidden;
}
.b-staff-tabs .swiper, .b-tabs .swiper {
  width: 100%;
}
.b-staff-tabs.--non-slider, .b-tabs.--non-slider {
  overflow: visible;
}
.b-staff-tabs.--non-slider .__pagination, .b-tabs.--non-slider .__pagination {
  display: flex;
  gap: 16px 32px;
  margin: 0 0 32px;
  white-space: nowrap;
  overflow-x: hidden;
  scrollbar-width: none;
  flex-wrap: wrap;
}
.b-staff-tabs .__pagination, .b-tabs .__pagination {
  display: flex;
  gap: 32px;
  margin: 0 0 32px;
  white-space: nowrap;
  overflow-x: hidden;
  scrollbar-width: none;
}
.b-staff-tabs .__pagination::-webkit-scrollbar, .b-tabs .__pagination::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.b-staff-tabs .__pagination .__btn, .b-tabs .__pagination .__btn {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 0;
  color: #008D47;
  border-bottom: 1px solid #008D47;
  white-space: nowrap;
  width: fit-content;
}
.b-staff-tabs .__pagination .__btn:hover, .b-staff-tabs .__pagination .__btn.active, .b-tabs .__pagination .__btn:hover, .b-tabs .__pagination .__btn.active {
  border-bottom: 1px solid #111111;
  color: #111111;
}
.b-staff-tabs .js-tab-content, .b-tabs .js-tab-content {
  display: none;
}
.b-staff-tabs .js-tab-content.active, .b-tabs .js-tab-content.active {
  display: block;
}

.b-tabs .__pagination .__btn {
  font-size: 21px;
}
@media (max-width: 767px) {
  .b-tabs .__pagination .__btn {
    font-size: 18px;
  }
}

.b-staff-wrap .swiper-wrapper {
  margin-bottom: 24px;
}
.b-staff-wrap .swiper-wrapper .swiper-slide {
  width: 304px;
}
.b-staff-wrap .b-arrows {
  justify-content: start;
}
@media (max-width: 991px) {
  .b-staff-wrap .b-arrows {
    justify-content: center;
  }
}
.b-staff-wrap.--about .swiper-slide {
  width: 416px;
}
@media (max-width: 575px) {
  .b-staff-wrap.--about .swiper-slide {
    width: 304px;
  }
}
.b-staff-wrap.--about .swiper-wrapper {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .b-staff-wrap.--about .swiper-wrapper {
    margin-bottom: 24px;
  }
}
.b-staff-wrap.--about .b-arrows {
  display: none;
}
@media (max-width: 991px) {
  .b-staff-wrap.--about .b-arrows {
    display: flex;
    justify-content: center;
  }
}

.b-staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .b-staff-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-staff-list {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.b-staff-card {
  position: relative;
}
.b-staff-card.--list .__img-wrap {
  height: 416px;
}
@media (max-width: 575px) {
  .b-staff-card.--list .__img-wrap {
    height: 304px;
  }
}
.b-staff-card .__img-wrap {
  height: 304px;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-staff-card .__img-wrap {
    margin-bottom: 24px;
  }
}
.b-staff-card .__img-wrap .__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}
.b-staff-card .__img-wrap .__abs-city {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background: rgba(17, 17, 17, 0.26);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 4px 8px;
}
.b-staff-card .__img-wrap .__abs-cities {
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: end;
}
.b-staff-card .__img-wrap .__abs-cities .__abs-city {
  position: static;
}
.b-staff-card .__name {
  font-weight: 600;
  color: #111111;
}
.b-staff-card .__descr {
  color: #6C6C6C;
  min-height: 58px;
}

.b-half-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .b-half-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-half-grid {
    grid-gap: 16px;
  }
}
.b-half-grid.--g-8 {
  grid-gap: 8px;
}
@media (max-width: 991px) {
  .b-half-grid.--g-8 {
    grid-gap: 0;
  }
}
.b-half-grid.--fixed {
  position: relative;
}
.b-half-grid.--fixed > div:first-child .b-section:first-child {
  padding-top: 0;
}
.b-half-grid.--fixed > div:first-child .b-section:last-child {
  padding-bottom: 0;
}
.b-half-grid.--fixed .b-vac-block {
  position: sticky;
  top: 174px;
}
@media (max-width: 991px) {
  .b-half-grid.--contacts {
    grid-gap: 32px;
  }
  .b-half-grid.--contacts > div:last-child {
    order: 1;
  }
  .b-half-grid.--contacts > div:first-child {
    order: 2;
  }
}

.b-tooth-wrap {
  overflow: hidden;
}
.b-tooth-wrap.--custom-photo .swiper-slide img {
  border-radius: 16px !important;
  object-fit: cover !important;
}
.b-tooth-wrap .swiper-wrapper {
  margin-bottom: 24px;
}
.b-tooth-wrap .swiper-wrapper .swiper-slide {
  width: 416px;
}
.b-tooth-wrap .swiper-wrapper .swiper-slide .__item .__img {
  height: 268px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-tooth-wrap .swiper-wrapper .swiper-slide .__item .__img {
    margin-bottom: 24px;
  }
}
.b-tooth-wrap .swiper-wrapper .swiper-slide .__item .__name {
  font-weight: 600;
  color: #6C6C6C;
}
.b-tooth-wrap .swiper-wrapper .swiper-slide .__item .__descr {
  color: #6C6C6C;
}
.b-tooth-wrap .b-arrows {
  justify-content: start;
}
@media (max-width: 991px) {
  .b-tooth-wrap .b-arrows {
    justify-content: center;
  }
}

.b-video-wrap {
  overflow: hidden;
}
.b-video-wrap .swiper-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .b-video-wrap .swiper-wrapper .swiper-slide {
    width: auto;
  }
}
.b-video-wrap .swiper-wrapper .swiper-slide .__item {
  position: relative;
  height: 540px;
  width: auto;
  display: block;
}
@media (max-width: 1400px) {
  .b-video-wrap .swiper-wrapper .swiper-slide .__item {
    width: 304px;
  }
}
@media (max-width: 767px) {
  .b-video-wrap .swiper-wrapper .swiper-slide .__item {
    height: 420px;
  }
}
.b-video-wrap .swiper-wrapper .swiper-slide .__item .__img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 24px;
}
.b-video-wrap .swiper-wrapper .swiper-slide .__item:after {
  background: #000;
  opacity: 0.08;
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 24px;
}
.b-video-wrap .swiper-wrapper .swiper-slide .__item .__yt-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 64px;
  height: 64px;
}
.b-video-wrap .swiper-wrapper .swiper-slide .__item .__descr-wrap {
  position: absolute;
  bottom: 18px;
  left: 16px;
  right: 16px;
  z-index: 3;
  display: block;
}
.b-video-wrap .swiper-wrapper .swiper-slide .__item .__descr-wrap .__descr {
  display: block;
  position: relative;
  padding: 4px 8px 4px 32px;
  background: rgba(17, 17, 17, 0.26);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.b-video-wrap .swiper-wrapper .swiper-slide .__item .__descr-wrap .__descr:after {
  position: absolute;
  content: "";
  background: #FF886E;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
}
.b-video-wrap .swiper-wrapper .swiper-slide .__item:hover:after {
  opacity: 0;
}
.b-video-wrap .swiper-wrapper .swiper-slide .__item:hover .__yt-icon {
  height: 80px;
  width: 80px;
}

.b-iexmodal-video .iexmodal-popup {
  background-color: transparent;
}
.b-iexmodal-video .iexmodal-inner {
  padding: 0;
}
.b-iexmodal-video .iexmodal-inner-wrap :before {
  display: none;
}
.b-iexmodal-video .iexmodal-close-inner {
  top: -8px;
  color: #fff;
}
.b-iexmodal-video .iexmodal-close-inner .iexmodal-icon {
  opacity: 1;
}

.b-review-wrap {
  overflow: hidden;
}
.b-review-wrap .swiper-wrapper {
  margin-bottom: 24px;
}
.b-review-wrap .swiper-wrapper .swiper-slide {
  height: auto;
}
.b-review-wrap .swiper-wrapper .swiper-slide .__item {
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(185, 193, 190, 0.2);
  border-radius: 24px;
  height: 100%;
  box-sizing: border-box;
}
.b-review-wrap .swiper-wrapper .swiper-slide .__item .__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-review-wrap .swiper-wrapper .swiper-slide .__item .__grid {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
.b-review-wrap .swiper-wrapper .swiper-slide .__item .__grid .__name {
  font-weight: 600;
  font-size: 21px;
}
.b-review-wrap .swiper-wrapper .swiper-slide .__item .__grid .__date {
  color: #6C6C6C;
}
.b-review-wrap .swiper-wrapper .swiper-slide .__item .__rating {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 24px;
}
.b-review-wrap .swiper-wrapper .swiper-slide .__item .__rating .__rate {
  color: #A0A0A0;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.b-review-wrap .swiper-wrapper .swiper-slide .__item .__rating .__rate span {
  color: #FF886E;
}

.b-article-wrap {
  overflow: hidden;
}
.b-article-wrap .swiper-wrapper {
  margin-bottom: 24px;
}
.b-article-wrap .swiper-wrapper .swiper-slide {
  height: auto;
}
.b-article-wrap .swiper-wrapper .swiper-slide .__item {
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(185, 193, 190, 0.2);
  border-radius: 24px;
  height: 100%;
  box-sizing: border-box;
}
.b-article-wrap .swiper-wrapper .swiper-slide .__item .__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-article-wrap .swiper-wrapper .swiper-slide .__item .__grid {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
.b-article-wrap .swiper-wrapper .swiper-slide .__item .__grid .__name {
  font-weight: 600;
  font-size: 21px;
}
.b-article-wrap .swiper-wrapper .swiper-slide .__item .__grid .__date {
  color: #6C6C6C;
}
.b-article-wrap .swiper-wrapper .swiper-slide .__item .__rating {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 24px;
}
.b-article-wrap .swiper-wrapper .swiper-slide .__item .__rating .__rate {
  color: #A0A0A0;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.b-article-wrap .swiper-wrapper .swiper-slide .__item .__rating .__rate span {
  color: #FF886E;
}

.b-stars {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
.b-stars .__star {
  float: left;
  width: 17px;
  height: 17px;
  background: url(/images/inndenta/icons/star.svg) no-repeat 0;
}
.b-stars .__star + .__star {
  margin-left: 2px;
}
.b-stars .__star.--full {
  background-position-x: -18px;
}

.b-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .b-bottom-grid {
    grid-template-columns: 1fr;
  }
  .b-bottom-grid > img:last-child {
    order: 1;
  }
  .b-bottom-grid > div:first-child {
    order: 2;
  }
}
.b-bottom-grid .__subtitle {
  margin-bottom: 32px;
  color: #6C6C6C;
  font-weight: 600;
}
@media (max-width: 767px) {
  .b-bottom-grid .__subtitle {
    display: none;
  }
}
.b-bottom-grid.--franch .__subtitle {
  color: #40AFA1;
}
.b-bottom-grid.--franch h3 {
  color: #FFFFFF;
}
.b-bottom-grid.--wiget {
  align-items: flex-start;
}

.b-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.b-header.--light .__top {
  display: none;
}
.b-header.--light .__bottom {
  background: #FFFFFF;
}
.b-header.--franch .__top {
  padding: 16px 0;
}
.b-header .__top {
  background: #006457;
  padding: 12px 0;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .b-header .__top {
    padding: 8px 0;
  }
}
@media (max-width: 575px) {
  .b-header .__top {
    height: 40px;
  }
}
.b-header .__top .__grid {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  grid-gap: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-header .__top .__grid {
    grid-gap: 16px;
  }
}
@media (max-width: 1199px) {
  .b-header .__top .__grid {
    grid-template-columns: 1fr auto auto;
  }
}
@media (max-width: 575px) {
  .b-header .__top .__grid {
    grid-template-columns: 1fr auto;
  }
}
.b-header .__top .__grid .__select-city {
  font-weight: 600;
  position: relative;
  padding-right: 20px;
  width: fit-content;
}
@media (max-width: 991px) {
  .b-header .__top .__grid .__select-city {
    font-size: 14px;
  }
}
.b-header .__top .__grid .__select-city:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("/images/inndenta/icons/shevron.svg") no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b-header .__top .__grid .__soc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .b-header .__top .__grid .__soc {
    display: none;
  }
}
.b-header .__top .__grid .__soc .__btn {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1019607843);
}
.b-header .__top .__grid .__soc .__btn:hover {
  background: #008D47;
}
@media (max-width: 991px) {
  .b-header .__top .__grid .__hours {
    display: none;
  }
}
.b-header .__top .__grid .__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.b-header .__top .__grid .__phone a {
  font-size: 21px;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .b-header .__top .__grid .__phone a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-header .__top .__grid .__phone a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .b-header .__top .__grid .__phone img {
    display: none;
  }
}
.b-header .__bottom {
  padding: 24px 0 24px;
  background: #F4F4F4;
}
@media (max-width: 767px) {
  .b-header .__bottom {
    padding: 12px 0;
  }
}
.b-header .__bottom .__grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 1400px) {
  .b-header .__bottom .__grid {
    grid-gap: 8px;
    grid-template-columns: 150px 1fr auto;
  }
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid {
    grid-gap: 8px;
    grid-template-columns: 150px 1fr;
    position: relative;
  }
}
@media (max-width: 991px) {
  .b-header .__bottom .__grid {
    grid-template-columns: 1fr auto;
  }
}
.b-header .__bottom .__grid .__logo {
  max-width: 200px;
}
@media (max-width: 575px) {
  .b-header .__bottom .__grid .__logo {
    max-width: 180px;
  }
}
.b-header .__bottom .__grid .__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .b-header .__bottom .__grid .__menu {
    display: none;
  }
}
.b-header .__bottom .__grid .__menu a {
  padding: 8px 12px;
  border-radius: 12px;
  color: #6C6C6C;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1400px) {
  .b-header .__bottom .__grid .__menu a {
    padding: 8px;
  }
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .__menu a {
    font-size: 13px;
  }
}
.b-header .__bottom .__grid .__menu a:hover {
  color: #171A37;
  background: #FFFFFF;
}
.b-header .__bottom .__grid .__menu .__sub-link {
  position: relative;
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 10px;
  margin-top: -8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  z-index: 990;
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap {
    left: -70px;
  }
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__submenu {
  position: relative;
  z-index: 990;
  padding: 16px 0 32px 16px;
  background: #FFFFFF;
  border-radius: 24px;
  width: 350px;
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__submenu {
    padding: 16px 0 16px 16px;
    border-radius: 12px;
    width: 310px;
  }
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__submenu.--1-level {
  padding: 12px;
  width: 300px;
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__submenu.--1-level {
    padding: 16px;
    width: 250px;
  }
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__submenu a {
  padding: 12px 40px 12px 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__submenu a {
    padding: 12px 0 12px 12px;
  }
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__submenu a:hover {
  background: #F9F9F9;
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 24px;
  height: auto;
  transform: translateX(100%);
  width: 0;
  background: #F9F9F9;
  border-radius: 0 24px 24px 0;
  z-index: 999;
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block {
    border-radius: 0 12px 12px 0;
  }
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block.--show {
  width: 750px;
  padding: 16px 32px 32px 16px;
}
@media (max-width: 1370px) {
  .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block.--show {
    width: 625px;
  }
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block.--show {
    width: 450px;
    padding: 16px 0 16px 16px;
    border-radius: 12px;
  }
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block.--show .__menu-leaf {
  display: block;
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .__menu-leaf {
  display: none;
  position: absolute;
  height: 278px;
  width: auto;
  bottom: 0;
  right: 35px;
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .__content {
  display: none;
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .__content .__title {
  color: #111111;
  font-size: 16px;
  padding: 12px 16px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .__content .__title {
    padding: 12px;
  }
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .__content ul a {
  padding: 12px 16px;
  width: fit-content;
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .__content ul a {
    padding: 12px;
  }
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .b-inner-link svg {
  opacity: 0;
}
.b-header .__bottom .__grid .__menu .__sub-link .__submenu-wrap .__sub-block .b-inner-link:hover svg {
  opacity: 1;
}
.b-header .__bottom .__grid .__menu .__sub-link:hover > a {
  color: #171A37;
}
.b-header .__bottom .__grid .__menu .__sub-link:hover > a svg {
  transform: rotate(180deg);
}
.b-header .__bottom .__grid .__menu .__sub-link:hover > a svg path {
  stroke: #171A37;
}
.b-header .__bottom .__grid .__menu .__sub-link:hover .__submenu-wrap {
  opacity: 1;
  pointer-events: auto;
  filter: drop-shadow(0px 0px 24px rgba(185, 193, 190, 0.5));
}
@media (max-width: 767px) {
  .b-header .__bottom .__grid .b-btn {
    display: none;
  }
}
.b-header .__bottom .__grid .__burger {
  display: none;
}
@media (max-width: 991px) {
  .b-header .__bottom .__grid .__burger {
    display: block;
    padding: 0 12px;
  }
}
.b-header .__bottom .__grid .b-btn {
  border: 1px solid #FF886E;
}
@media (max-width: 1199px) {
  .b-header .__bottom .__grid .b-btn {
    display: none;
  }
}

.b-footer {
  position: relative;
  padding: 48px 0 32px;
  background: #F4F4F4;
}
@media (max-width: 767px) {
  .b-footer {
    padding: 16px 0;
  }
}
.b-footer .__leaf {
  position: absolute;
  top: 64px;
  left: 48px;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-footer .__leaf {
    display: none;
  }
}
.b-footer .b-container {
  position: relative;
  z-index: 2;
}
.b-footer .b-container .__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 52px;
  border-bottom: 2px solid #A0A0A0;
  margin-bottom: 32px;
  grid-gap: 32px;
}
@media (max-width: 1199px) {
  .b-footer .b-container .__grid {
    grid-template-columns: repeat(4, auto);
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-footer .b-container .__grid {
    grid-template-columns: repeat(3, auto);
  }
  .b-footer .b-container .__grid .__item:nth-child(3) {
    display: none;
  }
  .b-footer .b-container .__grid .__item:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-footer .b-container .__grid {
    grid-template-columns: repeat(2, auto);
    padding-bottom: 16px;
    border-bottom: 2px solid #A0A0A0;
    margin-bottom: 16px;
  }
  .b-footer .b-container .__grid .__item:nth-child(2) {
    display: none;
  }
}
.b-footer .b-container .__grid .__logo {
  max-width: 190px;
  margin-bottom: 24px;
}
.b-footer .b-container .__grid .__text {
  font-size: 14px;
  color: #6C6C6C;
  margin-bottom: 32px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .b-footer .b-container .__grid .__text {
    display: none;
  }
}
@media (max-width: 575px) {
  .b-footer .b-container .__grid .b-btn {
    display: none;
  }
}
.b-footer .b-container .__grid .b-btn img {
  width: 24px;
  height: 24px;
}
.b-footer .b-container .__grid .__title {
  font-size: 18px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-footer .b-container .__grid .__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .b-footer .b-container .__grid .__title {
    display: none;
  }
}
.b-footer .b-container .__grid ul li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-footer .b-container .__grid ul li {
    margin-bottom: 16px;
  }
}
.b-footer .b-container .__grid ul li a {
  color: #6C6C6C;
}
.b-footer .b-container .__grid .__subtitle {
  font-weight: 600;
  color: #6C6C6C;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .b-footer .b-container .__grid .__subtitle {
    display: none;
  }
}
.b-footer .b-container .__grid .__phone {
  font-size: 21px;
  color: #6C6C6C;
  margin-bottom: 16px;
  display: block;
  font-weight: bold;
}
@media (max-width: 575px) {
  .b-footer .b-container .__grid .__phone {
    font-size: 16px;
  }
}
.b-footer .b-container .__grid .__adr {
  color: #6C6C6C;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-footer .b-container .__grid .__adr {
    display: none;
  }
}
.b-footer .b-container .__grid .__adr a {
  color: #008D47;
}
.b-footer .b-container .__grid .__adr a:hover {
  color: #6C6C6C;
}
.b-footer .b-container .__grid .__soc {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.b-footer .b-container .__grid .__soc .__btn {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #F4F4F4;
  border: #A0A0A0 solid 1px;
}
.b-footer .b-container .__grid-bot {
  display: grid;
  grid-template-columns: 1fr auto;
  color: #A0A0A0;
  grid-gap: 16px;
}
@media (max-width: 575px) {
  .b-footer .b-container .__grid-bot {
    grid-template-columns: 1fr;
    text-align: center;
    font-size: 14px;
  }
}
.b-footer .b-container .__grid-bot .__license {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .b-footer .b-container .__grid-bot .__license {
    grid-column: span 1;
  }
}
.b-footer .b-container .__grid-bot .__license span {
  white-space: nowrap;
}
.b-footer .b-container .__grid-bot a {
  color: #A0A0A0;
  text-decoration: underline;
}
.b-footer .b-container .__grid-bot a:hover {
  text-decoration: none;
}

.socials-btn {
  position: fixed;
  z-index: 99999;
  display: flex;
  gap: 8px;
  bottom: 5px;
  left: 60px;
}
.socials-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #518b34;
  border-radius: 100%;
  text-align: center;
  color: #FFFFFF;
}
.socials-btn a#chatbutton {
  background: url(/local/templates/main/css/css-min/../../img/whatsapp-new.svg) no-repeat center center;
  background-color: #528c34;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.64);
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  background-size: 30px 30px;
  padding: 25px;
  bottom: 78px;
  left: 16px;
}
.socials-btn a#tgbutton {
  background: url(/local/templates/main/css/css-min/../../img/tg.svg) no-repeat center center;
  background-color: #30a1c3;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.64);
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  background-size: 30px 30px;
  padding: 25px;
  bottom: 132px;
  left: 16px;
}

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

.b-404 {
  height: calc(100vh - 125px);
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-404 {
    padding: 96px 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .b-404 {
    padding: 32px 0;
  }
}
.b-404 .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 767px) {
  .b-404 .__grid {
    grid-gap: 8px;
    grid-template-columns: 1.5fr 2fr;
  }
}
@media (max-width: 575px) {
  .b-404 .__grid {
    grid-template-columns: 1fr;
  }
}
.b-404 .__grid h1 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-404 .__grid h1 {
    margin-bottom: 16px;
  }
}
.b-404 .__grid h3 {
  margin-bottom: 16px;
  color: #6C6C6C;
}
@media (max-width: 767px) {
  .b-404 .__grid h3 {
    font-size: 18px;
  }
}
.b-404 .__grid .__title {
  color: #6C6C6C;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .b-404 .__grid .__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.b-404 .__grid div:first-child {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .b-404 .__grid div:first-child .__img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .b-404 .__grid div:first-child .__img {
    max-width: 240px;
  }
}
@media (max-width: 575px) {
  .b-404 .__grid div:last-child {
    text-align: center;
  }
}

.b-num-item {
  background: #F4F4F4;
  border-radius: 12px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  color: #6C6C6C;
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 575px) {
  .b-num-item {
    display: block;
    margin-bottom: 4px;
    width: fit-content;
  }
}
.b-num-item span {
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  color: #FF886E;
  display: block;
}

.b-article-link {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: fit-content;
}
.b-article-link img {
  position: relative;
  z-index: 0;
}
.b-article-link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  background: url("/images/inndenta/video.svg") no-repeat;
  background-size: contain;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.b-article-link.--ico-left:before {
  width: 56px;
  height: 56px;
  left: 24px;
  top: 24px;
  transform: none;
}
@media (max-width: 991px) {
  .b-article-link.--ico-left:before {
    width: 42px;
    height: 42px;
  }
}
.b-article-link:hover:before {
  opacity: 0.5;
}
.b-article-link.--blog {
  height: 214px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.b-article-link.--blog .b-subtitle {
  margin-bottom: 0;
}
.b-article-link.--blog .__bot {
  padding: 24px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
@media (max-width: 575px) {
  .b-article-link.--blog .__bot {
    padding: 16px;
  }
}
.b-article-link.--blog .__date {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.b-article-link.--blog .b-subtitle {
  color: #111111 !important;
}
@media (max-width: 575px) {
  .b-article-link.--blog .b-subtitle {
    font-size: 18px;
  }
}
.b-article-link.--blog > a {
  overflow: hidden;
}
.b-article-link.--blog > a:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
}
.b-article-link.--blog img {
  width: 100%;
  height: 246px;
  object-fit: cover;
  object-position: center;
  display: block;
  transform-origin: center;
}
.b-article-link.--blog img img {
  transform: scale(1);
}
@media (max-width: 767px) {
  .b-article-link.--blog img {
    height: 220px;
  }
}
.b-article-link.--blog:not(.--ico-left):before {
  content: none;
}
.b-article-link.--blog:hover img {
  transform: scale(1.1);
}
.b-article-link.--blog:hover a:before {
  opacity: 0.4;
}
.b-article-link.--showmore {
  display: none;
}
.b-article-link.--showmore.--show {
  display: block;
}

.b-video-link {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: fit-content;
}
.b-video-link img {
  position: relative;
  z-index: 0;
}
.b-video-link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  background: url("/images/inndenta/video.svg") no-repeat;
  background-size: contain;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.b-video-link.--ico-left:before {
  width: 56px;
  height: 56px;
  left: 24px;
  top: 24px;
  transform: none;
}
@media (max-width: 991px) {
  .b-video-link.--ico-left:before {
    width: 42px;
    height: 42px;
  }
}
.b-video-link:hover:before {
  opacity: 0.5;
}
.b-video-link.--blog {
  height: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.b-video-link.--blog .b-subtitle {
  margin-bottom: 0;
}
.b-video-link.--blog .__bot {
  padding: 24px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
@media (max-width: 575px) {
  .b-video-link.--blog .__bot {
    padding: 16px;
  }
}
.b-video-link.--blog .__date {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.b-video-link.--blog .b-subtitle {
  color: #111111 !important;
}
@media (max-width: 575px) {
  .b-video-link.--blog .b-subtitle {
    font-size: 18px;
  }
}
.b-video-link.--blog > a {
  overflow: hidden;
}
.b-video-link.--blog > a:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
}
.b-video-link.--blog img {
  width: 100%;
  height: 246px;
  object-fit: cover;
  object-position: center;
  display: block;
  transform-origin: center;
}
.b-video-link.--blog img img {
  transform: scale(1);
}
@media (max-width: 767px) {
  .b-video-link.--blog img {
    height: 220px;
  }
}
.b-video-link.--blog:not(.--ico-left):before {
  content: none;
}
.b-video-link.--blog:hover img {
  transform: scale(1.1);
}
.b-video-link.--blog:hover a:before {
  opacity: 0.4;
}
.b-video-link.--showmore {
  display: none;
}
.b-video-link.--showmore.--show {
  display: block;
}

.b-video-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .b-video-block {
    grid-gap: 16px;
  }
}
@media (max-width: 575px) {
  .b-video-block {
    grid-template-columns: 1fr;
  }
}
.b-video-block .b-video-link {
  margin: 0 0 16px;
}

.b-services {
  font-weight: 400;
  font-size: 16px;
  color: #6C6C6C;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .b-services {
    grid-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 767px) {
  .b-services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .b-services {
    grid-template-columns: 1fr;
  }
}
.b-services > div {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(185, 193, 190, 0.32);
  border-radius: 12px;
  padding: 24px;
  position: relative;
}
.b-services .__logo {
  max-width: 211px;
  width: 100%;
}
.b-services div:first-child {
  grid-area: 1/1/2/3;
}
@media (max-width: 991px) {
  .b-services div:first-child {
    grid-area: revert;
  }
}
.b-services div:last-child {
  grid-area: 3/3/4/5;
  display: grid;
  grid-auto-columns: 1fr;
  grid-gap: 32px;
  grid-template-columns: 1fr auto;
  align-items: end;
}
@media (max-width: 1199px) {
  .b-services div:last-child {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .b-services div:last-child {
    grid-gap: 16px;
    grid-template-columns: 1fr auto;
    grid-area: revert;
    grid-column: span 3;
  }
}
@media (max-width: 767px) {
  .b-services div:last-child {
    grid-template-columns: 1fr;
    grid-column: span 1;
  }
}
.b-services div:last-child > div {
  grid-area: auto;
}
.b-services .b-subtitle {
  color: #111111;
  display: block;
}

.b-sertificates {
  padding: 32px 32px 0;
  display: grid;
  border-radius: 24px;
  grid-template-columns: auto 1fr;
  grid-gap: 32px;
  background: #E3F8F1;
}
@media (max-width: 991px) {
  .b-sertificates {
    grid-template-columns: 1fr 1fr;
    padding: 24px 24px 0;
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-sertificates {
    padding: 16px 16px 0;
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-sertificates {
    grid-template-columns: 1fr;
  }
}
.b-sertificates img {
  max-width: 100%;
  align-self: end;
}
@media (max-width: 767px) {
  .b-sertificates img {
    order: 2;
    margin: 0 auto;
  }
}
.b-sertificates > div:last-child {
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .b-sertificates > div:last-child {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-sertificates > div:last-child {
    padding-bottom: 0;
    order: 1;
  }
}

.b-ndx-about {
  background: #006457;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  color: #FFFFFF;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .b-ndx-about {
    grid-template-columns: 2fr 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-ndx-about {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
}
.b-ndx-about.--franch {
  background: #F4F4F4;
  color: #111111;
}
.b-ndx-about.--franch.--bg-white {
  background: #FFFFFF;
}
.b-ndx-about.--franch > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .b-ndx-about.--franch > div {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .b-ndx-about.--franch > div {
    padding: 24px;
  }
}
.b-ndx-about.--franch > div .b-btn {
  width: fit-content;
}
@media (max-width: 575px) {
  .b-ndx-about.--franch > div .b-btn {
    width: 100%;
  }
}
.b-ndx-about.--franch > img {
  object-fit: scale-down;
}
.b-ndx-about .b-name, .b-ndx-about .b-subtitle, .b-ndx-about p {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-ndx-about .b-name, .b-ndx-about .b-subtitle, .b-ndx-about p {
    margin-bottom: 16px;
  }
}
.b-ndx-about p {
  color: #FFFFFF;
}
.b-ndx-about > div {
  padding: 48px 40px;
}
@media (max-width: 991px) {
  .b-ndx-about > div {
    padding: 24px;
  }
}
.b-ndx-about .__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .b-ndx-about .__pic {
    display: none;
  }
}
.b-ndx-about.--gray {
  background: #F4F4F4;
  color: #6C6C6C;
}
.b-ndx-about.--gray p {
  color: #6C6C6C;
}

.b-name {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 32px;
  align-items: center;
}
@media (max-width: 575px) {
  .b-name {
    grid-gap: 24px;
  }
}

.b-list-stars {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.b-list-stars .__sub {
  font-weight: 400;
  font-size: 14px;
  color: #6C6C6C;
}
.b-list-stars li {
  position: relative;
  padding: 16px 16px 16px 42px;
}
@media (max-width: 767px) {
  .b-list-stars li {
    padding: 8px 8px 8px 42px;
  }
}
.b-list-stars li:before {
  content: "";
  width: 16px;
  height: 16px;
  top: 18px;
  left: 16px;
  position: absolute;
  background: url("/images/inndenta/star.svg") no-repeat left top;
}

.b-bner {
  background: #FFFFFF;
  padding: 56px 0;
  position: relative;
}
@media (max-width: 767px) {
  .b-bner {
    padding: 32px 0;
  }
}
.b-bner .__video {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.b-bner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111111;
  content: "";
  z-index: 2;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-bner .b-container {
  position: relative;
  z-index: 3;
}
.b-bner .__title, .b-bner .__title h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 1.2;
  color: #fff;
  max-width: 64%;
}
.b-bner .__title h1, .b-bner .__title h1 h1 {
  max-width: 100%;
}
.b-bner .__title.--fc-rose, .b-bner .__title h1.--fc-rose {
  color: #FF886E;
}
@media (max-width: 1199px) {
  .b-bner .__title, .b-bner .__title h1 {
    max-width: 100%;
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .b-bner .__title, .b-bner .__title h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .b-bner .__title, .b-bner .__title h1 {
    font-size: 28px;
  }
}
.b-bner .__title span, .b-bner .__title h1 span {
  color: #FF886E;
}
.b-bner .__title h1, .b-bner .__title h1 h1 {
  color: #FF886E;
}
.b-bner .__txt {
  max-width: 60%;
  font-weight: 600;
  font-size: 16px;
  padding: 32px 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .b-bner .__txt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .b-bner .__txt {
    padding: 16px 0;
  }
}

.b-tooltip {
  position: relative;
}
.b-tooltip:hover .__txt {
  display: block;
}
@media (max-width: 767px) {
  .b-tooltip:hover .__txt {
    display: none;
  }
}
.b-tooltip .__txt {
  position: absolute;
  display: none;
  background: #F4F4F4;
  padding: 16px;
  color: #111111;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  right: 0;
  top: 32px;
  width: 300px;
  z-index: 3;
}
.b-tooltip .__txt:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 10%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F4F4F4;
}

.b-num-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-num-grid {
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .b-num-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-num-grid .__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 8px;
    align-items: center;
  }
}
.b-num-grid .__item .__num {
  color: #008D47;
  font-weight: 600;
  font-size: 56px;
}
@media (max-width: 991px) {
  .b-num-grid .__item .__num {
    font-size: 48px;
  }
}
.b-num-grid .__item .__descr {
  font-weight: 600;
  font-size: 21px;
}
@media (max-width: 991px) {
  .b-num-grid .__item .__descr {
    font-size: 18px;
  }
}

.b-list-dot {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 18px;
}
.b-list-dot li {
  margin-bottom: 4px;
}

.b-stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.b-quote {
  padding: 16px;
  display: flex;
  gap: 10px;
  background: #F4F4F4;
  color: #6C6C6C;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}
.b-quote img {
  margin-top: 2px;
}

.b-third-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .b-third-grid.--main {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-third-grid.--main {
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
  }
}
.b-third-grid.--main > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 575px) {
  .b-third-grid.--main > div {
    display: grid;
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-third-grid.--main > div:last-child {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .b-third-grid.--main > div:last-child .__video {
    grid-row: span 2;
  }
}
@media (max-width: 575px) {
  .b-third-grid.--main > div:last-child {
    display: flex;
  }
}
@media (max-width: 575px) {
  .b-third-grid.--main > div:first-child {
    flex-direction: column-reverse;
  }
}
.b-third-grid.--main .b-video-link {
  margin: 0 0 16px;
}
.b-third-grid.--main .__center {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 575px) {
  .b-third-grid.--main .__center {
    display: none;
  }
}

.b-link {
  text-decoration: underline;
}
.b-link:hover {
  text-decoration: none;
}

.b-link-all {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  color: #111111;
}
.b-link-all:hover {
  color: #FF886E;
  border-bottom: 1px solid #FF886E;
}

.b-flex-elements {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.b-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  background: #40AFA1;
  backdrop-filter: blur(4px);
  border-radius: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #FFFFFF;
  padding: 8px 16px;
}

.b-sertificate-wrap {
  overflow: hidden;
}
.b-sertificate-wrap .swiper-wrapper {
  margin-bottom: 32px;
}

.b-aspect-ratio {
  object-fit: cover;
  object-position: top;
  border-radius: 24px;
  width: 100%;
  aspect-ratio: 1/1;
}

.b-bread-wrap {
  position: relative;
  z-index: 3;
}

.b-breadcrumbs {
  width: 100%;
  position: absolute;
  top: 8px;
  overflow: hidden;
}
.b-breadcrumbs.--top-24 {
  top: 24px;
}
@media (max-width: 767px) {
  .b-breadcrumbs {
    position: static;
    padding: 8px 0;
  background: #F4F4F4;
}
}
.b-breadcrumbs ul {
  padding: 0;
  list-style: none;
  margin: 0;
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  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 21px 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: none;
  color: #A0A0A0;
}
.b-breadcrumbs ul li:last-child:before {
  content: none;
}
.b-breadcrumbs ul li a {
  color: #A0A0A0;
  text-decoration: none;
}
.b-breadcrumbs ul li a:hover {
  color: #6C6C6C;
}

.b-three-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .b-three-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
  .b-three-grid > div:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-three-grid {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .b-three-grid > div:last-child {
    grid-column: span 1;
  }
}
@media (max-width: 991px) {
  .b-three-grid.--even > div:last-child {
    grid-column: span 1;
  }
}
.b-three-grid.--title .h2 {
  grid-column: span 2;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .b-three-grid.--title .h2 {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-three-grid.--title .h2 {
    grid-column: span 1;
  }
}
.b-three-grid.--title p {
  padding-top: 8px;
}
@media (max-width: 991px) {
  .b-three-grid.--title p {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-three-grid.--title p {
    grid-column: span 1;
  }
}

.b-why-item {
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0px 0px 16px 0px rgba(185, 193, 190, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .b-why-item {
    padding: 16px;
    border-radius: 16px;
  }
}
.b-why-item .__title {
  color: #40AFA1;
  font-size: 18px;
  font-weight: 600;
}
.b-why-item .__title span {
  font-size: 36px;
}
@media (max-width: 767px) {
  .b-why-item .__title span {
    font-size: 22px;
  }
}

.b-color-block {
  border-radius: 24px;
  padding: 32px;
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr auto;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-color-block {
    grid-gap: 16px;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-color-block {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .b-color-block .__img:last-child {
    order: 1;
  }
  .b-color-block div:first-child {
    order: 2;
  }
}
.b-color-block.--green {
  background: #40AFA1;
  border: 4px solid #40C1B0;
  border-bottom: none;
  border-right: none;
}
.b-color-block.--rose {
  background: #FF886E;
  border: 4px solid #FFA38E;
  border-bottom: none;
  border-right: none;
}
.b-color-block .__img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}
.b-color-block h3 {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.b-color-block p {
  color: #FFFFFF;
  margin-bottom: 0;
  max-width: 90%;
}
@media (max-width: 991px) {
  .b-color-block p {
    max-width: none;
  }
}

.b-block {
  padding: 32px;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 190, 0.32);
}
.b-block.--service {
  padding: 24px;
  background: #006457;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  box-shadow: none;
  border-radius: 12px;
}
.b-block.--service a {
  font-size: 21px;
  color: #FFFFFF;
  font-weight: 600;
}
@media (max-width: 991px) {
  .b-block.--service a {
    font-size: 18px;
  }
}
.b-block.--service:hover {
  background: #FF886E;
}
.b-block.--service:hover path {
  stroke: #111111;
}
.b-block.--border {
  border: 2px solid #FF886E;
}
.b-block.--franch {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 16px;
  position: relative;
}
@media (max-width: 575px) {
  .b-block.--franch {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .b-block.--franch.--span-2 {
    grid-column: span 1;
  }
}
.b-block.--franch .b-list-dot {
  padding-left: 0;
}
.b-block.--franch img {
  max-width: 100%;
}
.b-block.--franch .__img {
  object-fit: contain;
  object-position: bottom right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  max-width: 40%;
}
@media (max-width: 575px) {
  .b-block.--franch .__img {
    position: static;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 200px;
    margin-bottom: -32px;
    object-position: bottom right;
  }
}
.b-block.--franch .__icos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.b-block.--franch .__icos img {
  background: #66bfb4;
  border-radius: 8px;
  padding: 8px;
  height: 48px;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 575px) {
  .b-block.--franch .__icos img {
    margin-left: 0;
  }
}
.b-block.--franch .__ico {
  background: #e3f8f1;
  border-radius: 8px;
  padding: 8px;
  height: 32px;
  width: 32px;
  margin-left: auto;
}
@media (max-width: 575px) {
  .b-block.--franch .__ico {
    margin-left: 0;
  }
}
.b-block.--span-2 {
  grid-column: span 2;
}
.b-block.--span-2 .b-btn {
  margin-top: auto;
  width: fit-content;
}
@media (max-width: 575px) {
  .b-block.--span-2 .b-btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .b-block.--span-2 {
    grid-column: span 1;
  }
}
@media (max-width: 991px) {
  .b-block.--span-1 {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-block.--span-1 {
    grid-column: span 1;
  }
}
.b-block.--span-1 .b-btn {
  margin-top: auto;
  width: fit-content;
}
@media (max-width: 575px) {
  .b-block.--span-1 .b-btn {
    width: 100%;
  }
}
.b-block.--offer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b-block.--offer .b-btn {
  margin-top: auto;
}
.b-block.--offer.--g-32 {
  gap: 32px;
}
@media (max-width: 991px) {
  .b-block.--offer.--g-32 {
    gap: 16px;
  }
}
.b-block.--plan {
  padding: 24px 32px;
  background: #F4F4F4;
  box-shadow: none;
}
.b-block.--plan .__title {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 24px;
  align-items: center;
}
.b-block.--plan .__title .b-subtitle {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .b-block.--plan .__title .b-subtitle {
    font-size: 19px;
  }
}
@media (max-width: 1299px) {
  .b-block.--plan .__title {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }
  .b-block.--plan .__title .b-subtitle {
    order: 2;
  }
  .b-block.--plan .__title img {
    order: 1;
  }
}

.b-order-list {
  margin: 0;
  padding: 0 0 0 20px;
}
.b-order-list li {
  margin-bottom: 16px;
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.b-border-list li {
  padding: 16px 0;
  border-bottom: 1px solid #D9D9D9;
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.b-border-list li:last-child {
  border-bottom: 0;
}
.b-border-list li .__val {
  width: 50%;
  text-align: end;
  font-weight: 600;
}

.b-service-wrap {
  display: flex;
  grid-gap: 32px;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .b-service-wrap {
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-service-wrap {
    display: block;
    grid-gap: 0;
  }
}

.b-service-layout {
  width: 50%;
}
@media (max-width: 767px) {
  .b-service-layout {
    width: 100%;
  }
}

.b-service-block {
  margin-bottom: 32px;
  background: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 24px;
}
@media (max-width: 1199px) {
  .b-service-block {
    grid-gap: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .b-service-block {
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .b-service-block {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .b-service-block {
    grid-template-columns: 1fr;
  }
}
.b-service-block > div {
  display: flex;
  flex-direction: column;
}
.b-service-block > div .__logo {
  margin-top: auto;
  max-width: 318px;
  width: 100%;
}
@media (max-width: 575px) {
  .b-service-block > div {
    order: 2;
  }
}
.b-service-block .__descr {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
}
.b-service-block .b-subtitle {
  margin-bottom: 12px;
  display: block;
  color: #111111;
}
.b-service-block .b-subtitle:hover {
  color: #008D47;
}
@media (max-width: 767px) {
  .b-service-block .b-subtitle {
    font-size: 18px;
  }
}
.b-service-block ul li {
  border-top: 1px solid #F4F4F4;
  padding: 8px 0;
}
.b-service-block ul li a {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.b-service-block ul li a:hover {
  color: #008D47;
}
@media (max-width: 991px) {
  .b-service-block ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .b-service-block ul li {
    padding: 6px;
  }
}
.b-service-block .__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .b-service-block .__img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .b-service-block .__img {
    order: 1;
  }
}
.b-service-block.--form {
  align-items: flex-end;
  box-shadow: 0px 0px 24px 0px rgba(185, 193, 190, 0.32);
}
.b-service-block.--form .b-subtitle:hover {
  color: #111111;
}
@media (max-width: 575px) {
  .b-service-block.--form > div {
    order: 1;
  }
}
.b-service-block.--form .b-btn {
  order: 2;
}

.b-action-wrap {
  position: relative;
}
.b-action-wrap .swiper {
  overflow: hidden;
}
@media (max-width: 1550px) {
  .b-action-wrap .swiper-wrapper {
    margin-bottom: 32px;
  }
}
.b-action-wrap .swiper-slide {
  height: auto;
}
.b-action-wrap .b-arrows {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0px;
  right: 0px;
  justify-content: space-between;
  z-index: 10;
}
@media (max-width: 1550px) {
  .b-action-wrap .b-arrows {
    position: static;
    transform: none;
    justify-content: center;
  }
}
.b-action-wrap .b-arrows .__prev {
  margin-left: -96px;
}
@media (max-width: 1550px) {
  .b-action-wrap .b-arrows .__prev {
    margin-left: 0;
  }
}
.b-action-wrap .b-arrows .__next {
  margin-right: -96px;
}
@media (max-width: 1550px) {
  .b-action-wrap .b-arrows .__next {
    margin-right: 0;
  }
}

.b-table {
  width: 100%;
}
.b-table tr {
  margin: 0;
  padding: 0;
}
.b-table tr td {
  background: #FFFFFF;
  color: #111111;
  border-radius: 2px;
  padding: 16px 24px;
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}
.b-table tr td.--top {
  background: #006457;
  color: #FFFFFF;
  font-weight: 600;
  white-space: normal;
}
.b-table tr td.--section {
  background: #FF886E;
  color: #FFFFFF;
  font-weight: 600;
  white-space: normal;
}
.b-table tr td:first-child {
  white-space: normal;
}
@media (max-width: 991px) {
  .b-table tr td {
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .b-table tr td {
    font-size: 12px;
    padding: 6px;
  }
}

.b-line {
  width: 100%;
  height: 1px;
}

.b-contact-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.b-contact-item.--detail {
  height: 100%;
}
.b-contact-item .__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}
@media (max-width: 991px) {
  .b-contact-item {
    gap: 24px;
  }
}
.b-contact-item img {
  display: block;
}
.b-contact-item .b-btn {
  width: fit-content;
}
@media (max-width: 575px) {
  .b-contact-item .b-subtitle {
    font-size: 18px;
  }
}

.b-map {
  overflow: hidden;
  border-radius: 12px;
  height: 580px;
}
.b-map.--detail {
  height: 400px;
}
@media (max-width: 991px) {
  .b-map {
    height: 420px;
  }
}

.b-city-select {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
}
.b-city-select .__title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  height: 24px;
}
@media (max-width: 575px) {
  .b-city-select .__title {
    display: none;
  }
}
.b-city-select select {
  visibility: hidden;
}
.b-city-select .selectric-hide-select select {
  visibility: visible;
}
.b-city-select .selectric-wrapper {
  width: fit-content;
}
.b-city-select .selectric-wrapper.selectric-hover .selectric .label {
  color: #40AFA1;
}
.b-city-select .selectric-wrapper.selectric-hover .selectric .button:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="%2340AFA1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
}
.b-city-select .selectric-wrapper.selectric-focus .selectric .button:after {
  transform: rotate(180deg);
}
.b-city-select .selectric-wrapper .selectric {
  border: none;
  background: none;
  padding-right: 24px;
}
.b-city-select .selectric-wrapper .selectric .label {
  transition-property: color;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  height: 24px;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .b-city-select .selectric-wrapper .selectric .label {
    font-size: 14px;
  }
}
.b-city-select .selectric-wrapper .selectric .button {
  font-size: 0;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
}
.b-city-select .selectric-wrapper .selectric .button:after {
  z-index: 1;
  border: none;
  transition: 0.3s ease-out transform, background;
  position: absolute;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  height: 16px;
  width: 16px;
}
.b-city-select .selectric-wrapper .selectric-items {
  transform: translateY(100%);
  top: auto;
  bottom: -28px;
  left: -24px;
  width: 304px !important;
  padding: 24px 24px 48px 24px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(185, 193, 190, 0.2);
  border: none;
  z-index: 10;
}
@media (max-width: 767px) {
  .b-city-select .selectric-wrapper .selectric-items {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .b-city-select .selectric-wrapper .selectric-items {
    bottom: -16px;
    width: auto !important;
    padding: 16px;
    left: 0;
  }
}
.b-city-select .selectric-wrapper .selectric-items ul li {
  font-size: 16px;
  color: #6C6C6C;
  line-height: 1;
  padding: 8px 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .b-city-select .selectric-wrapper .selectric-items ul li {
    font-size: 14px;
    padding: 4px 0;
    margin-bottom: 6px;
  }
}
.b-city-select .selectric-wrapper .selectric-items ul li:last-child {
  margin-bottom: 0;
}
.b-city-select .selectric-wrapper .selectric-items ul li:hover {
  color: #171A37;
  background: none;
}
.b-city-select .selectric-wrapper .selectric-items ul li.highlighted {
  background: none;
}
.b-city-select .selectric-wrapper .selectric-items ul li.disabled, .b-city-select .selectric-wrapper .selectric-items ul li.selected {
  color: #40AFA1;
}

.b-similar-wrap {
  position: relative;
}
.b-similar-wrap .swiper {
  overflow: hidden;
}
@media (max-width: 1550px) {
  .b-similar-wrap .swiper-wrapper {
    margin-bottom: 32px;
  }
}
.b-similar-wrap .b-arrows {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0px;
  right: 0px;
  justify-content: space-between;
  z-index: 10;
}
@media (max-width: 1550px) {
  .b-similar-wrap .b-arrows {
    position: static;
    transform: none;
    justify-content: center;
  }
}
.b-similar-wrap .b-arrows .__prev {
  margin-left: -96px;
}
@media (max-width: 1550px) {
  .b-similar-wrap .b-arrows .__prev {
    margin-left: 0;
  }
}
.b-similar-wrap .b-arrows .__next {
  margin-right: -96px;
}
@media (max-width: 1550px) {
  .b-similar-wrap .b-arrows .__next {
    margin-right: 0;
  }
}
.b-similar-wrap .swiper-slide {
  height: auto;
}

.b-content-frame {
  max-width: 1140px;
  width: fit-content;
  border-radius: 12px;
  overflow: hidden;
}
.b-content-frame img {
  width: 100%;
  object-fit: contain;
}
.b-content-frame.--video {
  width: 100%;
  aspect-ratio: 2/1.1;
}
.b-content-frame.--video iframe, .b-content-frame.--video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-news-text .sp-image-text {
  background: none;
  margin: 0;
  min-height: auto;
}
.b-news-text .sp-image-text img {
  float: none;
  width: auto;
  margin: 0 0 32px;
}
.b-news-text .sp-accordion {
  margin-bottom: 32px;
}
.b-news-text img {
  display: block;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.b-news-text p, .b-news-text ul, .b-news-text ol {
  color: #6C6C6C;
  margin-bottom: 32px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .b-news-text p, .b-news-text ul, .b-news-text ol {
    font-size: 14px;
  }
}
.b-news-text a {
  color: #6C6C6C;
  text-decoration: underline;
}
.b-news-text a:hover {
  text-decoration: none;
}

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

.b-pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}
.b-pagination li {
  margin: 0;
  padding: 0;
}
.b-pagination .__prev .b-btn:hover, .b-pagination .__next .b-btn:hover {
  opacity: 0.5;
}
.b-pagination .active .b-btn, .b-pagination .dots .b-btn {
  pointer-events: none;
  background: #FFA38E;
  color: #FFFFFF;
}
.b-pagination .b-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  background: none;
  color: #6C6C6C;
}
.b-pagination .b-btn:hover {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .b-pagination .b-btn {
    height: 40px;
    width: 40px;
  }
}

.b-12-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .b-12-grid {
    grid-gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-12-grid {
    grid-gap: 16px;
  }
}
.b-12-grid .b-why-item {
  grid-column: span 3;
  justify-content: start;
}
@media (max-width: 1199px) {
  .b-12-grid .b-why-item {
    grid-column: span 4;
  }
}
@media (max-width: 991px) {
  .b-12-grid .b-why-item {
    grid-column: span 6;
  }
}
@media (max-width: 575px) {
  .b-12-grid .b-why-item {
    grid-column: span 12;
  }
}
.b-12-grid .b-why-item.--3 {
  grid-column: span 4;
}
@media (max-width: 991px) {
  .b-12-grid .b-why-item.--3 {
    grid-column: span 6;
  }
}
@media (max-width: 575px) {
  .b-12-grid .b-why-item.--3 {
    grid-column: span 12;
  }
}

.b-about-form {
  padding: 40px;
  background: #F4F4F4;
  display: grid;
  grid-template-columns: 1fr 480px;
  grid-gap: 32px;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .b-about-form {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 991px) {
  .b-about-form {
    padding: 24px;
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-about-form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-about-form {
    grid-gap: 16px;
  }
}

.b-running-line {
  z-index: 3;
  position: relative;
  display: flex;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  padding: 8px 0;
  background: #FF886E;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .b-running-line {
    font-size: 14px;
  }
}
.b-running-line .__items {
  display: flex;
}
.b-running-line .__items span {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  white-space: nowrap;
}
.b-running-line .__items span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 50%;
}
.b-running-line .line-animation {
  animation: scroll 50s linear infinite;
}

.b-city-block {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 240px;
  padding: 8px;
}
@media (max-width: 991px) {
  .b-city-block {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .b-city-block {
    height: 160px;
  }
}
.b-city-block .__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-city-block:after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.b-city-block:hover:after {
  opacity: 0;
}
.b-city-block .b-btn {
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
  padding: 0 16px 0 20px;
}
.b-city-block.--span-2 {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .b-city-block.--span-2 {
    grid-column: span 1;
  }
}

.b-vac-block {
  border: 2px solid #F4F4F4;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  position: relative;
}
.b-vac-block.--gray {
  background: #F4F4F4;
}
@media (max-width: 575px) {
  .b-vac-block {
    padding: 24px;
  }
}
.b-vac-block.--h-fc {
  height: fit-content;
  margin-left: 112px;
}
@media (max-width: 1199px) {
  .b-vac-block.--h-fc {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .b-vac-block.--h-fc {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .b-vac-block.--h-fc .__name {
    display: none;
  }
}
.b-vac-block br {
  display: none;
}
.b-vac-block .b-btn {
  position: relative;
  z-index: 3;
  width: fit-content;
}
@media (max-width: 991px) {
  .b-vac-block .b-btn {
    width: 100%;
  }
}
.b-vac-block .__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #6C6C6C;
  margin-bottom: 16px;
}
.b-vac-block .__name {
  font-size: 21px;
  font-weight: 600;
  color: #6C6C6C;
  display: block;
  margin-bottom: 8px;
}
.b-vac-block .__salary {
  font-size: 21px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 16px;
}
.b-vac-block .__salary.--mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .b-vac-block .__salary.--mb-32 {
    margin-bottom: 24px;
  }
}
.b-vac-block .__prop {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  align-items: start;
  color: #111111;
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .b-vac-block .__prop {
    font-size: 14px;
  }
}
.b-vac-block .__prop.--mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .b-vac-block .__prop.--mb-32 {
    margin-bottom: 24px;
  }
}
.b-vac-block .__prop img {
  margin-top: 4px;
}
@media (max-width: 575px) {
  .b-vac-block .__prop img {
    margin-top: 2px;
  }
}
.b-vac-block .__btns {
  display: flex;
  gap: 16px;
}
@media (max-width: 575px) {
  .b-vac-block .__btns {
    flex-direction: column;
    gap: 8px;
  }
}

.b-vac-list {
  margin-bottom: 24px;
}
.b-vac-list:last-child {
  margin-bottom: 0;
}
.b-vac-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
}
@media (max-width: 575px) {
  .b-vac-list li {
    font-size: 14px;
  }
}
.b-vac-list li:before {
  content: "";
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF886E;
  position: absolute;
}

.b-nalog-form {
  background: #F4F4F4;
  border-radius: 24px;
  padding: 40px;
  grid-column: span 8;
}
@media (max-width: 991px) {
  .b-nalog-form {
    grid-column: span 12;
    padding: 24px;
  }
}
.b-nalog-form .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 575px) {
  .b-nalog-form .__grid {
    grid-template-columns: 1fr;
  }
}
.b-nalog-form .__checks {
  display: flex;
  align-items: center;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.b-nalog-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: span 4;
}
@media (max-width: 991px) {
  .b-nalog-info {
    grid-column: span 12;
  }
}

.b-nalog-block {
  display: grid;
  align-items: center;
  grid-gap: 8px 16px;
  grid-template-columns: 80px 1fr;
  background: #FFEFEC;
  padding: 32px 24px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
}
.b-nalog-block .__sub {
  color: #6C6C6C;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  grid-column: span 2;
}
.b-nalog-block img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .b-nalog-block {
    font-size: 14px;
    padding: 24px;
    grid-template-columns: 64px 1fr;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.b-zapis-popup .iexmodal-inner {
  padding: 0;
}
.b-zapis-popup .iexmodal-inner-wrap:before {
  content: none;
}
.b-zapis-popup .iexmodal-inner-wrap:after {
  content: none;
}
.b-zapis-popup .iexmodal-popup {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
@media (max-width: 767px) {
  .b-zapis-popup .iexmodal-popup {
    background: #F4F4F4;
  }
}
.b-zapis-popup .b-form-title {
  color: #000;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .b-zapis-popup .b-form-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.b-zapis-popup .__input {
  border-radius: 8px;
  border: 1px solid #EAEAEA;
  background: #FFF;
}
.b-zapis-popup .b-form-item-wrap {
  margin-bottom: 32px;
}
.b-zapis-popup .b-checkbox {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 767px) {
  .b-zapis-popup .b-checkbox {
    position: static;
  }
}
.b-zapis-popup .b-checkbox .__txt {
  font-size: 14px;
}

.b-popup-zapis-row {
  display: grid;
  grid-template-columns: 400px 1fr;
}
@media (max-width: 767px) {
  .b-popup-zapis-row {
    background: #F4F4F4;
    grid-template-columns: 1fr;
  }
}
.b-popup-zapis-row .__col:first-child {
  position: relative;
  background: #2C6D59;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .b-popup-zapis-row .__col:first-child {
    display: none;
  }
}
.b-popup-zapis-row .__col:last-child {
  padding: 40px;
  background: #F4F4F4;
  position: relative;
}

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

.b-video-mask {
  position: absolute;
  width: 320px;
}

.b-popup-video {
  width: 288px;
  padding-top: 10px;
}

.b-video-block-mobile {
  position: relative;
  background: #2c6d59;
  margin: 35px auto;
  text-align: center;
  padding: 50px 0;
  display: none;
  border-radius: 8px;
}
@media (max-width: 430px) {
  .b-video-block-mobile {
    display: block;
  }
}
.b-video-block-mobile .b-video-mask {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.b-video-block-mobile video {
  position: static;
}

.--decor-rule-1 {
  position: absolute;
  z-index: 1;
  top: 78px;
  left: 47px;
}

.--decor-rule-2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 73px;
}

.--decor-rule-3 {
  position: absolute;
  z-index: 1;
  bottom: 364px;
  left: 64px;
}

.b-rules-bner {
  background: #40AFA1;
  border-radius: 64px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-rules-bner {
    padding: 32px;
    grid-gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-rules-bner {
    grid-template-columns: 1fr;
    border-radius: 32px;
  }
}
@media (max-width: 575px) {
  .b-rules-bner {
    padding: 24px;
  }
}
.b-rules-bner h1 {
  color: #FFFFFF;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .b-rules-bner h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .b-rules-bner h1 {
    font-size: 38px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .b-rules-bner h1 {
    font-size: 28px;
  }
}
.b-rules-bner img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .b-rules-bner img {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .b-rules-bner > div {
    order: 2;
  }
}
.b-rules-bner p {
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .b-rules-bner p {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .b-rules-bner p {
    font-size: 16px;
  }
}

.b-rule-block {
  background: #FFFFFF;
  padding: 48px;
  border-radius: 64px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
}
@media (max-width: 1199px) {
  .b-rule-block {
    padding: 32px;
  }
}
@media (max-width: 919px) {
  .b-rule-block {
    border-radius: 32px;
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .b-rule-block {
    padding: 24px;
  }
}
.b-rule-block > * {
  z-index: 2;
}
.b-rule-block p {
  font-size: 21px;
  margin-bottom: 0;
  color: #111111;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .b-rule-block p {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .b-rule-block p {
    font-size: 16px;
  }
}
.b-rule-block .__num {
  position: absolute;
  width: 50%;
  top: 16px;
  bottom: 16px;
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  z-index: 1;
  right: 0;
}

.b-doctor-faqtoid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.b-doctor-faqtoid .__title {
  font-weight: 600;
  font-size: 21px;
  margin: 0 0 24px;
}

.b-title-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 16px;
  margin-bottom: 24px;
}

.b-open-block {
  display: grid;
  grid-template-columns: 1fr 608px;
  grid-gap: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='292' viewBox='0 0 150 292' fill='none'%3E%3Cpath opacity='0.1' d='M89.7873 433.955L89.7862 433.953C83.7415 423.872 79.6659 417.074 72.3213 392.707C74.698 392.031 79.859 387.029 81.4887 372.43C81.5596 371.795 81.628 371.172 81.6952 370.56C83.5593 353.595 84.483 345.187 111.028 320.723C120.196 311.598 121.215 294.363 103.898 289.294C97.7865 287.604 89.4338 281.588 104.917 271.044C120.4 260.5 151.433 249.754 165.015 245.698C173.164 244.346 188.443 236.979 184.368 218.324C183.405 203.938 196.113 194.996 203.525 189.78L203.581 189.741C203.782 189.6 203.979 189.461 204.172 189.325C204.263 189.261 204.353 189.197 204.441 189.135C204.543 189.063 204.642 188.992 204.74 188.922L205.239 188.569C212.468 183.435 225.089 174.474 224.094 163.576C223.075 152.424 211.871 148.368 202.703 150.396C193.536 152.424 186.406 153.438 183.35 147.355C180.294 141.271 183.35 133.161 191.499 129.105C199.647 125.05 226.131 105.787 229.187 92.6066C232.243 79.4265 226.131 78.4127 220.02 77.3989C213.908 76.385 206.778 69.288 212.889 60.1634C214.367 57.958 215.844 56.0488 217.191 54.3068L217.192 54.3066C221.42 48.8413 224.374 45.023 222.057 38.8725C220.885 35.761 219.562 34.2908 218.378 32.9736C216.475 30.8573 214.927 29.136 214.927 21.6371C214.927 19.3768 214.962 17.3965 214.993 15.6441L214.993 15.642L214.993 15.6416C215.129 7.96329 215.188 4.66168 211.871 1.36005C207.796 -2.69537 196.592 3.38773 189.461 9.47083C187.708 9.90711 185.719 10.0618 183.586 10.2277C175.803 10.8329 166.098 11.5876 158.903 26.7063C154.829 36.8448 149.736 39.8864 145.661 33.8033C145.261 33.2055 144.89 32.637 144.537 32.096C141.298 27.1321 139.567 24.4794 130.382 22.6509C120.196 20.6232 102.879 37.8587 96.7678 58.1357C95.4 62.6738 94.3383 66.6025 93.4229 69.99L93.4226 69.9908C90.248 81.7388 88.8322 86.9774 82.5073 88.5512C74.3584 90.5789 65.1909 81.4543 62.1351 73.3434C59.0793 65.2327 51.949 59.1496 41.7629 67.2604C31.5767 75.3712 17.3163 93.6205 21.3907 131.133C23.4279 142.285 18.3348 148.368 10.186 152.424C2.03708 156.479 -4.07456 162.562 7.13016 203.116C15.279 232.315 22.0698 247.726 24.4465 251.781C26.4837 256.513 28.1135 267.192 18.3349 272.058C6.11159 278.141 -7.26715e-05 284.224 -7.12534e-05 292.335C-6.98353e-05 300.446 8.14881 317.682 13.2419 325.792C18.3349 333.903 42.7815 375.471 45.8373 382.568C48.8932 389.665 55.0049 397.776 59.0793 395.748C59.1768 395.7 59.2744 395.655 59.3722 395.613C48.8935 366.384 40.567 317.47 49.9118 272.058C67.2281 187.909 103.559 140.934 122.233 125.05C117.819 130.795 94.7306 162.562 79.4514 200.075C45.1291 276.939 54.2351 358.541 65.8429 396.662C66.4147 397.042 66.8892 397.438 67.2282 397.776C70.362 406.093 76.9906 423.207 83.2211 438.047L89.7873 433.955Z' fill='url(%23paint0_linear_2333_1406)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2333_1406' x1='115' y1='438.047' x2='115' y2='0.0469256' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23F4F4F4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #006457;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .b-open-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .b-open-block {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.b-open-block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .b-open-block > img {
    max-height: 240px;
  }
}
.b-open-block .__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 48px 48px 48px 0;
}
@media (max-width: 767px) {
  .b-open-block .__inner {
    padding: 32px;
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-open-block .__inner {
    padding: 24px;
    gap: 16px;
  }
}

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

.--line-height-1 {
  line-height: 1;
}

.b-parent-menu-btn.active a {
  background: #F9F9F9;
  font-weight: bold !important;
  opacity: 1;
  color: black !important;
}


.card__text--clamped {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.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: #FF886E;
}

.b-menu-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.b-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.b-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.b-table-wrap table th, .b-table-wrap table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #6C6C6C;
}
.b-table-wrap table th {
  background-color: #F4F4F4;
}

.b-policy-wrap {
  position: static;
  padding-top: 48px;
  padding-bottom: 48px;
}
.b-policy-wrap h1, .b-policy-wrap .h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #111111;
}
.b-policy-wrap h1 span, .b-policy-wrap .h1 span {
  color: #A0A0A0;
}
@media (max-width: 1200px) {
  .b-policy-wrap h1, .b-policy-wrap .h1 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .b-policy-wrap h1, .b-policy-wrap .h1 {
    margin-bottom: 24px;
  }
}
.b-policy-wrap h2, .b-policy-wrap .h2 {
  font-weight: 550;
  font-size: 24px;
  line-height: 1.2;
  color: #111111;
}
.b-policy-wrap h2 span, .b-policy-wrap .h2 span {
  color: #A0A0A0;
}
@media (max-width: 1200px) {
  .b-policy-wrap h2, .b-policy-wrap .h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .b-policy-wrap h2, .b-policy-wrap .h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.b-policy-wrap h3, .b-policy-wrap .h3 {
  font-weight: 550;
  font-size: 21px;
  line-height: 1.2;
  color: #111111;
  margin-bottom: 0;
}
.b-policy-wrap h3.--mb-16, .b-policy-wrap .h3.--mb-16 {
  margin-bottom: 16px;
}
.b-policy-wrap h3 span, .b-policy-wrap .h3 span {
  color: #A0A0A0;
}
@media (max-width: 1200px) {
  .b-policy-wrap h3, .b-policy-wrap .h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-policy-wrap h3, .b-policy-wrap .h3 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.b-policy-wrap a {
  color: #40AFA1;
}
.b-policy-wrap h1 {
  margin-bottom: 30px;
}
.b-policy-wrap h2 {
  margin-top: 30px;
  margin-bottom: 16px;
}
.b-policy-wrap p {
  margin-bottom: 20px;
}
.b-policy-wrap ul {
  padding: 0 0 0 16px;
}
.b-policy-wrap ul li {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.b-policy-wrap ol {
  counter-reset: item;
  padding: 0 0 0 16px;
}
.b-policy-wrap ol > li {
  counter-increment: item;
  margin-bottom: 10px;
}
.b-policy-wrap ol ol {
  margin-top: 10px;
}
.b-policy-wrap ol ol > li {
  display: block;
}

.js-dental-services .swiper-wrapper {
  align-items: stretch;
}

.b-menu-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.b-btn {
  height: 64px;
  background: #FF886E;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: none;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .b-btn {
    width: 100%;
  }
}
.b-btn:hover {
  background: #FFA38E;
  color: #FFFFFF;
}
.b-btn.--img {
  gap: 10px;
}
.b-btn.--32 {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
}
.b-btn.--40 {
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
}
.b-btn.--48 {
  height: 48px;
  padding: 0 20px;
}
.b-btn.--56 {
  height: 56px;
  padding: 0 24px;
}
.b-btn.--white {
  background: #FFFFFF;
  color: #6C6C6C;
}
.b-btn.--white:hover {
  color: #111111;
}
.b-btn.--white:hover svg path {
  stroke: #111111;
}
.b-btn.--border {
  border: 2px solid #F4F4F4;
}
.b-btn.--border:hover {
  border: 2px solid #FF886E;
}
.b-btn.--lightgray {
  background: #F4F4F4;
  color: #171A37;
}
.b-btn.--lightgray.--fc-gray {
  color: #6C6C6C;
}
.b-btn.--lightgray.--fc-gray:hover {
  color: #6C6C6C;
}
.b-btn.--lightgray:hover {
  color: #171A37;
  background: #DEDEDE;
}
.b-btn.--light {
  color: #111111;
}
.b-btn.--light:hover {
  color: #111111;
}
.b-btn.--svg-active svg {
  transform: rotate(180deg);
}

h1, .h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 1.2;
  color: #111111;
  margin-top: 0;
  margin-bottom: 32px;
}
h1 span, .h1 span {
  color: #A0A0A0;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    margin-bottom: 24px;
  }
}

h2, .h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  color: #111111;
  margin-top: 0;
  margin-bottom: 32px;
}
h2 span, .h2 span {
  color: #A0A0A0;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

h3, .h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #111111;
  margin-top: 0;
  margin-bottom: 32px;
}
h3 span, .h3 span {
  color: #A0A0A0;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    margin-bottom: 24px;
  }
}

h4, .h4 {
  font-weight: 550;
  font-size: 36px;
  line-height: 1.2;
  color: #111111;
  margin-top: 0;
  margin-bottom: 32px;
}
h4 span, .h4 span {
  color: #A0A0A0;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 21px;
    margin-bottom: 24px;
  }
}

h5, .h5 {
  font-weight: 550;
  font-size: 28px;
  line-height: 1.2;
  color: #111111;
  margin-top: 0;
  margin-bottom: 24px;
}
h5 span, .h5 span {
  color: #A0A0A0;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.b-subtitle {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 16px;
}

p {
  color: #6C6C6C;
  padding: 0;
  margin-bottom: 16px;
  margin-top: 0;
  line-height: 1.5;
}
@media (max-width: 575px) {
  p {
    font-size: 14px;
  }
}
p.--asterisk {
  padding-left: 22px;
  position: relative;
}
p.--asterisk:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  background: url("/images/inndenta/icons/mark_star.svg") no-repeat;
}
p:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

.--fc-black {
  color: #111111 !important;
}

.--fd-line {
  text-decoration: line-through;
}

.--fc-gray {
  color: #6C6C6C;
}

.--lh-15 {
  line-height: 1.5;
}

.--fc-green {
  color: #40AFA1;
}

.--fc-rose {
  color: #FF886E;
}

.--fc-white {
  color: #FFFFFF;
}

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

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

@media (max-width: 575px) {
  .--t-sm-center {
    text-align: center;
  }
}

.--bg-gray {
  background: #F4F4F4;
}

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

.--bg-green {
  background: #40AFA1;
}

.--bg-darkgreen {
  background: #006457;
}

.--bg-pink {
  background: #FFEFEC;
}

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

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

.--pt-48 {
  padding-top: 48px;
}
@media (max-width: 575px) {
  .--pt-48 {
    padding-top: 32px;
  }
}

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

.--py-48 {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media (max-width: 575px) {
  .--py-48 {
    padding-bottom: 32px;
  }
}

.--py-24 {
  padding-bottom: 24px;
  padding-top: 24px;
}

.--pt-64 {
  padding-top: 64px;
}
@media (max-width: 575px) {
  .--pt-64 {
    padding-top: 32px;
  }
}

.--pb-64 {
  padding-bottom: 64px;
}
@media (max-width: 575px) {
  .--pb-64 {
    padding-bottom: 32px;
  }
}

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

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

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

.--h-100 {
  height: 100% !important;
}

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

.--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: 575px) {
  .--mb-64 {
    margin-bottom: 32px;
  }
}

.--mb-72 {
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .--mb-72 {
    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;
  }
}

.--pr-100 {
  padding-right: 100px;
}
@media (max-width: 1439px) {
  .--pr-100 {
    padding-right: 0;
  }
}

.--ai-center {
  align-items: center;
}

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

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

.--g-8 {
  grid-gap: 8px;
  gap: 8px;
}

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

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

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

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

.--w-60 {
  width: 60%;
}

.--w-100 {
  width: 100%;
}

.--bg-gray2 {
  background: #D9D9D9;
}

.--br-24 {
  border-radius: 24px;
}

.b-popup-form .iexmodal-inner {
  padding: 30px;
}
.b-popup-form .iexmodal-close-inner {
  display: none;
}
.b-popup-form .b-popup-close {
  position: absolute;
  right: 24px;
  top: 24px;
}
.b-popup-form .b-pform__thanks {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #111111;
  margin-bottom: 7px;
}

.b-form-item-wrap {
  margin-bottom: 24px;
}
.b-form-item-wrap.--noborder input, .b-form-item-wrap.--noborder textarea {
  border: 1px solid #FFFFFF;
}
.b-form-item-wrap.--mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .b-form-item-wrap.--mb-40 {
    margin-bottom: 24px;
  }
}
.b-form-item-wrap.--policy input {
  height: auto;
  width: auto;
}
.b-form-item-wrap.--policy input:checked {
  accent-color: #111111;
}
.b-form-item-wrap.--policy a {
  color: #111111 !important;
}
.b-form-item-wrap input, .b-form-item-wrap textarea {
  height: 56px;
  width: 100%;
  padding: 0 16px 0 16px;
  background: #FFFFFF;
  border: 1px solid #6C6C6C;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #111111;
}
.b-form-item-wrap input::placeholder, .b-form-item-wrap textarea::placeholder {
  color: #6C6C6C;
}
.b-form-item-wrap input:focus, .b-form-item-wrap textarea:focus {
  border: 1px solid #FF886E;
  background: #FFFFFF;
  outline: none;
  box-shadow: none;
}
.b-form-item-wrap textarea {
  font-family: inherit;
  font-size: inherit;
  height: 112px;
  resize: vertical;
  padding-top: 16px;
}
.b-form-item-wrap .selectric-wrapper option:disabled {
  display: none;
}
.b-form-item-wrap .selectric-wrapper .selectric {
  border: none;
  background: none;
}
.b-form-item-wrap .selectric-wrapper .selectric .label {
  margin: 0;
  display: flex;
  align-items: center;
  color: #6C6C6C;
  height: 56px;
  width: 100%;
  padding: 0 16px 0 16px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s ease-out;
}
.b-form-item-wrap .selectric-wrapper .selectric .button {
  font-size: 0;
  background: transparent;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.b-form-item-wrap .selectric-wrapper .selectric .button:after {
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23A0A0A0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: none;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}
.b-form-item-wrap .selectric-wrapper .selectric-items {
  top: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #FF886E;
  border-top: none;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  z-index: 999;
}
.b-form-item-wrap .selectric-wrapper .selectric-items .selectric-scroll {
  overflow: revert;
}
.b-form-item-wrap .selectric-wrapper .selectric-items ul li {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #EAEAEA;
  margin: 0;
  display: flex;
  align-items: center;
  color: #6C6C6C;
  height: 56px;
  width: 100%;
  background: #FFFFFF;
  line-height: 1.2;
  transition: 0.3s ease-out;
}
.b-form-item-wrap .selectric-wrapper .selectric-items ul li:hover, .b-form-item-wrap .selectric-wrapper .selectric-items ul li.selected, .b-form-item-wrap .selectric-wrapper .selectric-items ul li.highlighted {
  background: #F4F4F4;
  color: #111111;
}
.b-form-item-wrap .selectric-wrapper .selectric-items ul li.disabled {
  display: none;
}
.b-form-item-wrap .selectric-wrapper.selectric-open:after {
  content: none;
}
.b-form-item-wrap .selectric-wrapper.selectric-open .button:after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.b-form-item-wrap .selectric-wrapper.selectric-open .selectric .label {
  color: #111111;
  border: 1px solid #FF886E;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.b-form-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 575px) {
  .b-form-half {
    grid-template-columns: 1fr;
  }
}
.b-form-half .--span-2 {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .b-form-half .--span-2 {
    grid-column: span 1;
  }
}

.b-checkbox {
  line-height: 1.5;
  display: block;
}
.b-checkbox input {
  accent-color: #FF886E;
}
.b-checkbox .__link {
  color: #FF886E;
}

.b-check {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  width: fit-content;
  min-height: 24px;
}
.b-check input[type=checkbox] {
  width: 24px;
  height: 24px;
  opacity: 0;
  position: absolute;
  margin: 0;
  right: 2px;
}
.b-check .__ico {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  cursor: pointer;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
}
.b-check .__ico:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6402 4.23177C13.0645 4.58534 13.1218 5.2159 12.7682 5.64018L7.76822 11.6402C7.58836 11.856 7.32599 11.9862 7.04531 11.999C6.76464 12.0117 6.49156 11.9058 6.29289 11.7071L3.29289 8.7071C2.90237 8.31658 2.90237 7.68341 3.29289 7.29289C3.68342 6.90236 4.31658 6.90236 4.70711 7.29289L6.9328 9.51858L11.2318 4.35981C11.5853 3.93553 12.2159 3.87821 12.6402 4.23177Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.b-check .__txt {
  padding-left: 32px;
  display: inline-block;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.b-check input:checked + .__ico, .b-check input:checked:hover + .__ico {
  border: 2px solid #FF886E;
}
.b-check input:checked + .__ico:before, .b-check input:checked:hover + .__ico:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6402 4.23177C13.0645 4.58534 13.1218 5.2159 12.7682 5.64018L7.76822 11.6402C7.58836 11.856 7.32599 11.9862 7.04531 11.999C6.76464 12.0117 6.49156 11.9058 6.29289 11.7071L3.29289 8.7071C2.90237 8.31658 2.90237 7.68341 3.29289 7.29289C3.68342 6.90236 4.31658 6.90236 4.70711 7.29289L6.9328 9.51858L11.2318 4.35981C11.5853 3.93553 12.2159 3.87821 12.6402 4.23177Z' fill='%23A0A0A0'/%3E%3C/svg%3E");
}

.b-form-title {
  font-weight: 550;
  font-size: 36px;
  line-height: 1.2;
  color: #111111;
  margin-bottom: 24px;
}

.b-form-title-descr {
  margin-bottom: 32px;
  font-size: 16px;
}
.b-form-title-descr a {
  text-decoration: underline;
}

.b-doc-table {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-doc-table {
    border-radius: 12px;
    margin-bottom: 24px;
  }
}
.b-doc-table:last-child {
  margin-bottom: 0;
}
.b-doc-table .__head {
  padding: 24px 40px;
  background: #006457;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .b-doc-table .__head {
    font-size: 18px;
    padding: 12px 20px;
  }
}
.b-doc-table .__content {
  padding: 32px 40px;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .b-doc-table .__content {
    font-size: 18px;
    padding: 16px 20px;
  }
}
.b-doc-table ul {
  margin: 0;
  padding-left: 26px;
}
.b-doc-table ul li {
  color: #6C6C6C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .b-doc-table ul li {
    font-size: 12px;
  }
}
.b-doc-table ul li:last-child {
  margin-bottom: 0;
}
.b-doc-table .__row {
  display: grid;
  grid-template-columns: 272px 1fr;
  grid-gap: 32px;
  padding-bottom: 16px;
  border-bottom: #D9D9D9 1px solid;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-doc-table .__row {
    margin-bottom: 8px;
    padding-bottom: 8px;
    grid-template-columns: 180px 1fr;
    grid-gap: 16px;
  }
}
@media (max-width: 575px) {
  .b-doc-table .__row {
    grid-template-columns: 1fr;
  }
}
.b-doc-table .__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.b-doc-table .__row > div {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .b-doc-table .__row > div {
    font-size: 12px;
  }
}
.b-doc-table .__row > div:first-child {
  color: #111111;
  font-weight: 600;
}

.b-docs-license-slider {
  overflow: hidden;
}
.b-docs-license-slider .swiper-slide {
  height: auto;
  width: auto;
}

.b-doc-item {
  width: 240px;
  height: 320px;
  background: #006457;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.b-doc-item img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

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

/* End */
/* /tools/iexForm/iexform.css?169719664414622 */
/* /tools/iexModal/iexModal.css?169719664419690 */
/* /tools/swiper/swiper.css?169719664415776 */
/* /tools/mmenu/mmenu.css?169719664428734 */
/* /tools/fancybox/fancybox.css?169719664415598 */
/* /tools/selectric/selectric.css?16965998634299 */
/* /tools/iexRouletteAction/styles.css?17034997834819 */
/* /tools/css/style.css?1750765446124436 */
