

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



/* b-pform-ico */

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


/* b-pform */

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

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

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

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

.b-pform{
}

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

.b-pform_for_dark_bg{}

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

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

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

.b-pform__inner {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-pform__bt {
    position: relative;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-pform__hintwrap {
    position: relative;
}

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

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

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

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

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

.iexform-updating{
    position:relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* b-pform-tooltip */

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

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

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

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

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

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

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

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

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

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


/* b-pform-panel */

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

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

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

.b-pform-panel_hidden{
}

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

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

.b-pform-panel__menu{}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* responsive */

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

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

/* End */


/* Start:/tools/iexModal/iexModal.css?175803228610558*/
/**
 * 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;
    -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;
    -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%;
    }
}

/*
 * 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/css/colorbox.css?17582007993025*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/tools/css/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/tools/css/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/tools/css/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/tools/css/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

/* End */


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


/* Start:/tools/css/style.css?175854616429725*/
.--lc-5 {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-popup .iexmodal-close-inner, .b-btn path, .b-btn circle, .b-btn svg, .b-btn, .b-adv-item > img, .b-header {
  transition: all 0.3s ease-out;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Tilda Sans";
  src: url("/tools/fonts/TildaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("/tools/fonts/TildaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("/tools/fonts/TildaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("/tools/fonts/TildaSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("/tools/fonts/TildaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("/tools/fonts/TildaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("/tools/fonts/TildaSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
button {
  font-family: "Tilda Sans", Arial, sans-serif;
  cursor: pointer;
}

body {
  font-family: "Tilda Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  background: #fff;
}
@media (max-width: 1199px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 16px;
  }
}

.b-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .b-container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .b-container {
    max-width: 600px;
  }
}

.b-header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  background: #fff;
  height: 88px;
}
.b-header .__logo {
  width: 200px;
}
.b-header .__logo img {
  width: 100%;
}
.b-header .__inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 24px;
  z-index: 1000;
  position: relative;
}
.b-header .__inner .__menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1100px) {
  .b-header .__inner .__menu {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .b-header .__inner .__menu {
    display: none;
  }
}
.b-header .__inner .__menu a {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.b-header .__inner .__btns {
  display: flex;
  justify-content: end;
  text-align: end;
  gap: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-header .__inner .__btns {
    display: none;
  }
}
.b-header .__inner .__btns .__phone {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
.b-header .__inner .__btns .__bot {
  font-size: 13px;
  color: #000;
  line-height: 1;
}
.b-header .__inner .__btns .__bot a {
  color: rgb(45, 45, 191);
}
.b-header .__inner .__burger {
  display: none;
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
  z-index: 999;
}
.b-header .__inner .__burger span {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  height: 3px;
  background-color: #102858;
}
.b-header .__inner .__burger span:nth-child(1) {
  top: 0px;
}
.b-header .__inner .__burger span:nth-child(2), .b-header .__inner .__burger span:nth-child(3) {
  top: 8px;
}
.b-header .__inner .__burger span:nth-child(4) {
  top: 16px;
}
.b-header .__inner .__burger.--active span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.b-header .__inner .__burger.--active span:nth-child(2) {
  transform: rotate(45deg);
}
.b-header .__inner .__burger.--active span:nth-child(3) {
  transform: rotate(-45deg);
}
.b-header .__inner .__burger.--active span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
@media (max-width: 991px) {
  .b-header .__inner .__burger {
    display: block;
  }
}

.b-section {
  min-height: 550px;
  height: 100vh;
  position: relative;
  padding: 40px 0;
}
@media (max-height: 575px) {
  .b-section {
    padding: 20px 0;
  }
}
.b-section.--second {
  height: auto;
  padding-top: 135px;
  padding-bottom: 200px;
}
@media (max-width: 480px) {
  .b-section.--second {
    padding-top: 90px !important;
    padding-bottom: 120px !important;
  }
}

.b-shape {
  transform: scaleX(-1);
  bottom: 0;
  position: absolute !important;
  left: 0;
  font-size: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  height: calc(-1px + 8vw);
  z-index: 99;
  display: block;
}
.b-shape svg {
  height: 8vw;
  fill: #a6a6a6;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
}
.b-shape.--white svg {
  fill: #fff;
}

.b-top-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.b-top-inner img {
  max-width: 672px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 639px) {
  .b-top-inner img {
    max-width: 247px;
    margin-bottom: 60px;
  }
}
.b-top-inner div {
  margin-bottom: 92px;
}
@media (max-width: 639px) {
  .b-top-inner div {
    margin-bottom: 48px;
  }
}

.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.cols-2 > * {
  min-width: 0;
}
@media (max-width: 991px) {
  .cols-2.--lg {
    grid-template-columns: 1fr;
  }
}
.cols-2.--sm.--row-fix {
  grid-template-rows: 1fr 1fr;
}
@media (max-width: 639px) {
  .cols-2.--sm.--row-fix {
    grid-template-rows: 1fr;
  }
}
@media (max-width: 639px) {
  .cols-2.--sm {
    grid-template-columns: 1fr;
  }
}

.cols-3 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .cols-3.--lg {
    grid-template-columns: 1fr;
  }
}

.cols-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 1199px) {
  .cols-4.--xl {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cols-4.--xl {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-4.--xl {
    grid-template-columns: 1fr;
  }
}

.b-video {
  width: 100%;
  aspect-ratio: 550/314;
  border-radius: 16px;
  display: block;
  position: relative;
  overflow: hidden;
}
.b-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-video .__ico {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-video .__ico svg {
  width: 68px;
  display: block;
}
.b-video .__ico:after {
  width: 68px;
  aspect-ratio: 68/48;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='49' viewBox='0 0 68 49' fill='none'%3E%3Cpath d='M26.9828 14.6691V33.8472L45.3515 24.2909L26.9828 14.6691Z' fill='white'/%3E%3C/svg%3E");
}

.b-adv-item {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.b-adv-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.b-adv-item:after {
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}
.b-adv-item .__inner {
  z-index: 3;
  color: #fff;
  font-weight: 300;
  padding: 30px;
  line-height: 1;
  font-size: 20px;
}
.b-adv-item .__inner span {
  display: block;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .b-adv-item .__inner span {
    font-size: 20px;
  }
}
.b-adv-item:hover img {
  transform: translate(-50%, -50%) scale(1.07);
}
.b-adv-item.--2 {
  aspect-ratio: unset;
  grid-column: span 2;
}
@media (max-width: 639px) {
  .b-adv-item.--2 {
    grid-column: span 1;
    aspect-ratio: 1/1;
  }
}

.b-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-service-item .__img {
  width: 100px;
  aspect-ratio: 1/1;
  margin-bottom: 25px;
  padding: 12px;
  border-radius: 50%;
  background: #6b6b6b;
  position: relative;
  overflow: hidden;
}
.b-service-item img {
  width: 100%;
  height: 100%;
  display: block;
}
.b-service-item .__txt {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin: 18px 0 25px;
}
@media (max-width: 1200px) {
  .b-service-item .__txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .b-service-item .__txt {
    font-size: 20px;
  }
}

.b-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  align-items: center;
  max-width: 960px;
}
@media (max-width: 991px) {
  .b-why-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
.b-why-grid img {
  border-radius: 16px;
  aspect-ratio: 460/280;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-why-grid .__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  max-width: 400px;
}
@media (max-width: 1199px) {
  .b-why-grid .__title {
    font-size: 24px;
    max-width: none;
  }
}
@media (max-width: 649px) {
  .b-why-grid .__title {
    font-size: 22px;
  }
}
.b-why-grid .__title.--lg {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .b-why-grid .__title.--lg {
    font-size: 24px;
  }
}
@media (max-width: 649px) {
  .b-why-grid .__title.--lg {
    font-size: 22px;
  }
}
.b-why-grid.--alt > *:first-child {
  order: 2;
}
@media (max-width: 991px) {
  .b-why-grid.--alt > *:first-child {
    order: 1;
  }
}
.b-why-grid.--alt > *:last-child {
  order: 1;
}
@media (max-width: 991px) {
  .b-why-grid.--alt > *:last-child {
    order: 1;
  }
}

.b-gallery {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .b-gallery {
    grid-gap: 10px;
    padding: 10px;
  }
}
.b-gallery a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  max-height: 820px;
}
.b-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b-gallery a:first-child, .b-gallery a:last-child {
  grid-column: span 2;
}

.b-form-section {
  padding: 40px 20px;
  min-height: fit-content;
  height: calc(100vh - 40px);
  position: relative;
  background: url("/images/bg-bot.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-height: 575px) {
  .b-form-section {
    padding: 20px;
  }
}
.b-form-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}
.b-form-section > * {
  position: relative;
  z-index: 2;
}
.b-form-section .__form {
  max-width: 560px;
  width: 100%;
}

.b-policy-txt {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}
.b-policy-txt a {
  text-decoration: underline;
  color: #fff;
}

.b-footer {
  display: grid;
  grid-template-columns: 1fr 660px;
  align-items: center;
  grid-gap: 40px;
}
@media (max-width: 991px) {
  .b-footer {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.b-footer .__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .b-footer .__info {
    padding: 40px;
    gap: 24px;
  }
}
@media screen and (max-width: 750px) {
  .b-footer .__info {
    padding: 30px 20px;
  }
}
.b-footer .__title {
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .b-footer .__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .b-footer .__title {
    font-size: 24px;
  }
}
.b-footer p {
  font-weight: 300;
}
.b-footer p a {
  color: #000;
}
.b-footer p .__mail {
  color: rgb(45, 45, 191);
}
.b-footer .b-map {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 400px;
}
@media screen and (max-width: 750px) {
  .b-footer .b-map {
    height: 300px;
  }
}

.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;
}
@media (max-width: 575px) {
  .b-consent {
    grid-template-columns: 1fr;
  }
}
.b-consent.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.b-consent .__text {
  font-size: 14px;
}

.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 #000;
  color: #2D2D2F;
}
.b-table-wrap table th {
  background-color: #000;
}

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

.b-mob-menu {
  top: 88px;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  padding: 30px 20px 35px;
  background: #fff;
  transition: 0.3s ease-out;
  z-index: 99;
}
.b-mob-menu .__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.b-mob-menu .__menu a {
  line-height: 1.1;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.b-mob-menu .__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.b-mob-menu .__btns .__phone {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
.b-mob-menu .__btns .__bot {
  font-size: 13px;
  color: #000;
  line-height: 1;
}
.b-mob-menu .__btns .__bot a {
  color: rgb(45, 45, 191);
}
.b-mob-menu.--active {
  opacity: 1;
  pointer-events: auto;
}

.b-btn {
  height: 56px;
  background: #a6a6a6;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  padding: 0 30px;
  border: none;
  width: fit-content;
  gap: 8px;
  text-align: center;
}
.b-btn:hover, .b-btn:focus, .b-btn:focus-within {
  border: none;
  box-shadow: none;
  outline: none;
}
@media (max-width: 1199px) {
  .b-btn {
    height: 48px;
    padding: 0 16px;
  }
}
.b-btn.--40 {
  height: 40px;
  font-size: 14px;
}
.b-btn.--64 {
  height: 64px;
  padding: 0 28px;
}
@media (max-width: 1199px) {
  .b-btn.--64 {
    height: 56px;
    padding: 0 24px;
  }
}
.b-btn.--w-100 {
  width: 100%;
}
.b-btn .--w-fc {
  width: fit-content;
}

.b-popup textarea {
  height: 140px !important;
  max-height: 140px !important;
}
.b-popup .iexmodal-inner {
  padding: 96px;
}
@media (max-width: 1439px) {
  .b-popup .iexmodal-inner {
    padding: 48px;
  }
}
@media (max-width: 1199px) {
  .b-popup .iexmodal-inner {
    padding: 32px;
  }
}
.b-popup .iexmodal-close-inner {
  align-items: center;
  justify-content: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg id='Close'%3E%3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M19.7071 5.70714L20.4142 5.00003L19 3.58582L18.2929 4.29292L12 10.5858L5.70714 4.29292L5.00003 3.58582L3.58582 5.00003L4.29292 5.70714L10.5858 12L4.29292 18.2929L3.58582 19L5.00003 20.4142L5.70714 19.7071L12 13.4142L18.2929 19.7071L19 20.4142L20.4142 19L19.7071 18.2929L13.4142 12L19.7071 5.70714Z' fill='%23D0D0D0'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1199px) {
  .b-popup .iexmodal-close-inner {
    top: 8px;
    right: 8px;
  }
}
.b-popup .iexmodal-close-inner:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg id='Close'%3E%3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M19.7071 5.70714L20.4142 5.00003L19 3.58582L18.2929 4.29292L12 10.5858L5.70714 4.29292L5.00003 3.58582L3.58582 5.00003L4.29292 5.70714L10.5858 12L4.29292 18.2929L3.58582 19L5.00003 20.4142L5.70714 19.7071L12 13.4142L18.2929 19.7071L19 20.4142L20.4142 19L19.7071 18.2929L13.4142 12L19.7071 5.70714Z' fill='%232F5DB1'/%3E%3C/g%3E%3C/svg%3E");
}
.b-popup .iexmodal-close-inner .iexmodal-icon {
  display: none;
}

.b-form-big-input {
  position: relative;
}
.b-form-big-input .__input {
  border-radius: 32px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 56px;
  line-height: 1;
  padding: 0 20px;
  width: 100%;
  transition: all 0.3s ease-out;
  font-size: 16px;
  color: #000;
  background: #fff;
  border: none !important;
  outline: none !important;
}

a {
  text-decoration: none;
}

h1, .h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  h2, .h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  h2, .h2 {
    font-size: 30px;
  }
}

p {
  font-weight: 400;
  margin: 0;
}

.--fs-28 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .--fs-28 {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .--fs-28 {
    font-size: 18px;
  }
}

.--fs-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .--fs-20 {
    font-size: 16px;
  }
}

.--fs-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .--fs-18 {
    font-size: 16px;
  }
}

.--fs-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .--fs-16 {
    font-size: 14px;
  }
}

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

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

@media (max-width: 767px) {
  .--fs-md-16 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .--fs-md-18 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .--fs-md-20 {
    font-size: 20px;
  }
}

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

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

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

.--t-end {
  text-align: end;
}
@media (max-width: 991px) {
  .--t-end {
    text-align: start;
  }
}

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

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

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

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

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

.--tt-none {
  text-transform: none;
}

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

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

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

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

.--ml-auto {
  margin-left: auto;
}

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

.--p-24 {
  padding: 24px;
}

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

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

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

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

@media (max-width: 767px) {
  .--pt-md-16 {
    padding-top: 16px;
  }
}

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

.--pb-48 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .--pb-48 {
    padding-bottom: 24px;
  }
}

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

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

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

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

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

.--py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .--py-40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

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

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

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

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

.--py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .--py-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.--py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}
@media (max-width: 480px) {
  .--py-135 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.--py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  .--py-150 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.--pl-100 {
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .--pl-100 {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .--pl-100 {
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.--mt-a {
  margin-top: auto;
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .--mb-md-16 {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .--mb-md-8 {
    margin-bottom: 8px;
  }
}

.--h-400 {
  height: 400px !important;
}

.--w-600 {
  max-width: 600px !important;
}

.--w-645 {
  max-width: 645px;
}

.--w-538 {
  max-width: 538px;
}

.--w-fc {
  width: fit-content;
}

.--fg-1 {
  flex-grow: 1;
}

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

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

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

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

.--g-24 {
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 767px) {
  .--g-24 {
    grid-gap: 16px;
    gap: 16px;
  }
}

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

.--g-40 {
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 767px) {
  .--g-40 {
    grid-gap: 24px;
    gap: 24px;
  }
}

.--g-48 {
  grid-gap: 48px;
  gap: 48px;
}
@media (max-width: 767px) {
  .--g-48 {
    grid-gap: 24px;
    gap: 24px;
  }
}

.--g-144 {
  grid-gap: 144px;
  gap: 144px;
}
@media (max-width: 1199px) {
  .--g-144 {
    grid-gap: 48px;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .--g-144 {
    grid-gap: 24px;
    gap: 24px;
  }
}

@media (max-width: 1199px) {
  .--g-xl-24 {
    grid-gap: 24px;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .--g-md-16 {
    grid-gap: 16px;
    gap: 16px;
  }
}

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

.--td-ul {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .--ico-md-24 {
    width: 24px;
    height: 24px;
  }
}

.--relative {
  position: relative;
}

.--pointer {
  cursor: pointer;
}

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

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

@media (max-width: 1199px) {
  .--d-xl-none {
    display: none;
  }
}

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

@media (max-width: 767px) {
  .--d-md-none {
    display: none;
  }
}

.--jc-center {
  justify-content: center;
}

.--jc-between {
  justify-content: space-between;
}

.--jc-end {
  justify-content: end !important;
}

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

.--flex-scroll {
  padding: 2px;
  margin-left: -32px;
  margin-right: -32px;
  overflow: auto;
}
@media (max-width: 767px) {
  .--flex-scroll {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.--flex-scroll > a, .--flex-scroll > div, .--flex-scroll > span {
  white-space: nowrap;
}
.--flex-scroll > a:first-child, .--flex-scroll > div:first-child, .--flex-scroll > span:first-child {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .--flex-scroll > a:first-child, .--flex-scroll > div:first-child, .--flex-scroll > span:first-child {
    margin-left: 16px;
  }
}
.--flex-scroll > a:last-child, .--flex-scroll > div:last-child, .--flex-scroll > span:last-child {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .--flex-scroll > a:last-child, .--flex-scroll > div:last-child, .--flex-scroll > span:last-child {
    margin-right: 16px;
  }
}
.--flex-scroll::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.--flex-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.--flex-wrap {
  flex-wrap: wrap;
}

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

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

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

.--op-08 {
  opacity: 0.8;
}

.--bg-top {
  background: url("/images/bg-top.jpg");
  background-size: cover;
  background-position: center;
}
.--bg-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}
.--bg-top > * {
  position: relative;
  z-index: 2;
}

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

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

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

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

/* End */
/* /tools/iexForm/iexform.css?175811108516857 */
/* /tools/iexModal/iexModal.css?175803228610558 */
/* /tools/css/colorbox.css?17582007993025 */
/* /tools/fancybox/jquery.fancybox.min.css?175803228612795 */
/* /tools/css/style.css?175854616429725 */
