

/* Start:/local/templates/main/custom.css?178288582515992*/
html, body {
    overflow-x: hidden !important;;
    max-width: 100% !important;;
}
.g-press__share-btn--tg {
    background: #ff00ff;
}

/* fancybox */
.fancybox-show-toolbar {
    .fancybox-toolbar {
        display: none;
    }
}

.m-icon-tile--isGrid {
    .m-icon-tile__row {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        gap: 32px;
    }

    .m-icon-tile__col {
        padding: 0;
    }

    .m-icon-tile__item {
        gap: 16px;
        display: grid;
        grid-template-columns: 2fr 1fr;
        align-items: normal;
    }

    .m-icon-tile__image {
        margin: auto;
        max-width: unset;
    }

    @media (max-width: 1280px) {
        .m-icon-tile__row {
            gap: 24px;
        }
    }

    @media (max-width: 1024px) {
        .m-icon-tile__row {
            grid-template-columns: 1fr;
        }

        .m-icon-tile__item {
            grid-template-columns: 3fr 1fr;
        }
    }

    @media (max-width: 768px) {
        .m-icon-tile__item {
            gap: 16px;
            grid-template-columns: 1fr;
        }

        .m-icon-tile__image {
            display: grid;
            grid-template-columns: 1fr 1fr;
            height: 100%;
            margin: 0;
        }

        .m-icon-tile__image img {
            grid-column: 2;
            margin: auto;
            max-height: 150px;
        }
    }

    @media (max-width: 740px) {
        .m-icon-tile__item {
            padding: 30px;
        }

        .m-icon-tile__col .m-icon-tile__image {
            height: 100%;
            margin: 0;
        }
    }
}

/* kassa page */
@media (max-width: 1140px) {
    .m-steps .m-steps__img {
        display: none;
    }
    .m-steps .m-steps__item {
        flex-direction: row;
        gap: 35px;
        align-items: center;
    }
    .m-steps .m-steps__num {
        margin: 0;
    }
}
@media (max-width: 740px) {
    .m-steps .m-steps__item {
        gap: 20px;
    }
}


.m-downloads .m-downloads__info {
    padding: 70px 55px;
    max-width: 620px;
}
.m-downloads .m-downloads__heading {
    margin-bottom: 15px;
}
.m-downloads .m-downloads__text {
    margin-bottom: 45px;
}
.m-downloads .m-downloads__image {
    margin: 25px 85px 10px 0;
    max-height: 380px;
}

.m-prolog--isContentMaxWidth550 .m-prolog__info {
    max-width: 550px;
}

@media (min-width: 1141px) {
    .m-prolog--isContentMaxWidth550 .m-prolog__info .m-prolog__row .m-prolog__col:not(:last-child) {
        margin-right: 50px;
    }
}

@media (max-width: 920px) {
    .m-prolog--isContentMaxWidth550 .m-prolog__info {
        max-width: 45%;
    }
}

@media (max-width: 740px) {
    .m-prolog--isContentMaxWidth550 .m-prolog__info {
        max-width: unset;
    }
}
@media (max-width: 1280px) {
    .m-downloads .m-downloads__info {
        padding-right: 40px;
    }
}
@media (max-width: 740px) {
    .m-downloads .m-downloads__info {
        padding: 20px 25px;
    }
    .m-downloads .m-downloads__heading {
        margin-bottom: 10px;
    }
    .m-downloads .m-downloads__text {
        max-width: 95%;
        margin: 0;
    }
    .m-downloads .m-downloads__image {
        margin: 0;
    }
}

.m-invite-popup .m-invite-popup__row {
    align-items: flex-start;
}

.m-invite-popup .m-invite-popup__h3 {
    padding-right: 40px;
}

.checkbox .checkbox__in {
    border: 2px solid #48499B;
}

.checkbox .checkbox__in:before, .checkbox .checkbox__in:after {
    background: #48499B;
}

.checkbox .checkbox__el:checked + .checkbox__in .checkbox__icon {
    color: #48499B;
}
.checkbox .checkbox__el:hover + .checkbox__in,
.checkbox  .checkbox__el:focus + .checkbox__in {
    border-color: #48499B;
}
.checkbox .checkbox__el:hover + .checkbox__in:after,
.checkbox .checkbox__el:focus + .checkbox__in:after {
    background: #48499B;
}
.checkbox .checkbox__el:hover + .checkbox__in:before,
.checkbox .checkbox__el:focus + .checkbox__in:before {
    background: #48499B;
}
.checkbox .checkbox__el:checked:hover + .checkbox__in,
.checkbox .checkbox__el:checked:focus + .checkbox__in {
    border-bottom-color: #48499B;
    border-left-color: #48499B;
}
.checkbox .checkbox__el:checked:hover + .checkbox__in:after,
.checkbox .checkbox__el:checked:focus + .checkbox__in:after {
    background: #48499B;
}
.checkbox .checkbox__el:checked:hover + .checkbox__in:before,
.checkbox .checkbox__el:checked:focus + .checkbox__in:before {
    background: #48499B;
}
.checkbox .checkbox__el:checked + .checkbox__in .checkbox__icon {
    color: #48499B;
}

.checkbox .checkbox__el:checked:hover + .checkbox__in .checkbox__icon,
.checkbox .checkbox__el:checked:focus + .checkbox__in .checkbox__icon {
    color: #48499B;
}

@media (max-width: 740px) {
    .m-invite-popup .m-invite-popup__image {
        margin: 0;
    }
}

.m-programs-slider--isAlt .m-programs-slider__bg_variable {
    --inset: var(--insetDesktop, 0);
    --bgSize: var(--bgSizeDesktop, 30%);
    --bgPosition: var(--bgPositionDesktop, 75% 50%);
    position: absolute;
    inset: var(--inset);
    background-size: var(--bgSize);
    background-position: var(--bgPosition);
    background-repeat: no-repeat;
;

    @media (max-width: 1140px) and (min-width: 741px) {
        --inset: var(--insetTablet, var(--insetDesktop, 0));
        --bgSize: var(--bgSizeTablet, var(--bgSizeDesktop, 30%));
        --bgPosition: var(--bgPositionTablet, var(--bgPositionDesktop, 80% 50%));
    }

    @media (max-width: 740px) {
        --inset: var(--insetMobile, var(--insetTablet, var(--insetDesktop, 0)));
        --bgSize: var(--bgSizeMobile, var(--bgSizeTablet, var(--bgSizeDesktop, 90%)));
        --bgPosition: var(--bgPositionMobile, var(--bgPositionTablet, var(--bgPositionDesktop, 50% 45%)));
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

.m-programs-slider--isAlt .m-programs-slider__bg_d_variable {
    @media (max-width: 1140px) {
        display: none;
    }
}

.m-programs-slider--isAlt .m-programs-slider__bg_t_variable {
    display: none;

    @media (max-width: 1140px) {
        display: block;
    }

    @media (max-width: 740px) {
        display: none;
    }
}

.m-programs-slider--isAlt .m-programs-slider__bg_m_variable {
    display: none;

    @media (max-width: 740px) {
        display: block;
    }
}

.footer__row--copyrights{
    flex-wrap: nowrap !important;
}


.m-page__photo-wrapper{
    float:right;
    width: 419px;
    margin:0 0 10px 10px;
}


.m-page__photo{
    width: 419px;
    height: 280px;
    padding-bottom: 0 !important;
    margin:0 0 10px 0 !important;
    border-radius: 10px !important;
}
.m-page__photo-caption{
    color:#808080;
}

.g-press__section-item--new {
    width: 100%;
    background: #F4F6FA;
    border-radius: 32px;
    padding: 45px 113px 45px 32px;
    display: flex;
    flex-direction: row-reverse;
    gap: 32px;
    margin-bottom: 40px;
}

.g-press__section-item--new .g-press__section-item-title {
    font-weight: 700;
    font-size: 30px;
}

.g-press__section-item--new .g-press__section-item-content {
    min-width: 0;
    width: auto;
    flex: 1;
}

.g-press__section-item--new .g-press__section-item-date {
    font-weight: 500;
    font-size: 17px;
}

.g-press__section-item--new .g-press__section-item-img-wrap {
    height: 298px;
    width: 446px;
    flex-shrink: 0;
}

.m-page__contacts{
    display: flex;
    gap: 19px;
    padding: 0;
    li {
        list-style-type: none;
    }
}


.m-page__contact{
    color:#48499B;
    position: relative;
    display: inline-block;
}
.m-page__contacts-wrapper{
    display: flex;
    gap: 37px;
}

.m-page__contact-icon{
    width: 32px;
    height: 32px;
}


.m-page__button{
    color: white;
    font-weight: 500;
    background-color: #48499B;
    border-radius: 8px;
    border:none;
    height: 34px;
    width: 250px;
    align-self: center;
}

.copy-tooltip.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

.copy-tooltip {
    position: absolute;
    bottom: 110%;
    left: 350%;
    transform: translateX(-50%) translateY(-10px);
    background-color: #FFF;
    color: #000;
    font-size: 15px;
    border: 1.5px solid #E2E2E2;
    padding: 6px 12px;
    border-radius: 10px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
}

.news-filter{
    display:flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom:50px;
}

.filter-group {
    display: flex;
    gap: 10px;
}

.filter-group .select2-container--input .select2-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M6 7.875L0 1.125V0H12V1.125L6 7.875Z' fill='%2348499B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    width: 335px;
    border-radius: 8px;
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 13px;
}

.filter-group .select2-container--input .select2-selection svg {
    display: none;
}

.filter-group--isColumn {
    flex-direction: column;
}

.filter-actions {
    display: flex;
    gap: 8px;
}

.news-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M6 7.875L0 1.125V0H12V1.125L6 7.875Z' fill='%2348499B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    width: 335px;
    border-radius: 8px;
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 13px;
}

.news-selectors {
    display: flex;
    gap: 8px;
}

.news-input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 13px 13px 13px 40px;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.news-search-btn {
    width: 185px;
    color: white;
    font-weight: 500;
    background-color: #48499B;
    border-radius: 8px;
    border: none;
}

.news-clear-btn {
    width: 135px;
    color: #48499B;
    font-weight: 500;
    background-color: rgba(244, 246, 250, 1);
    border-radius: 8px;
    border: none;
}

.news-input-btn {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.news-search-icon {
    width: 18px;
    height: 18px;
    color: #48499B;
}

.g-press__section-item-text {
    font-weight: 400;
    font-size: 18px;
}

.g-press__section-item-more {
    font-weight: 600;
    font-size: 16px;
    color: #48499B;
    text-transform: uppercase;
}

.g-press__section-item-more svg {
    display: none;
}

.footer__row--copyrights {
    flex-wrap: nowrap !important;
}

.m-bonds-how__h-arrow.m-bonds-how__h-arrow_right.m-bonds-how__h-arrow_right--is-long{
    width: 90px;
}
.m-bonds-how__block.m-bonds-how__block_vcenter.m-bonds-how__block--is-auto-width{
    width: auto;
    max-width: 496px;
    padding: 43px 48px;
}

.m-bonds-how__block.m-bonds-how__block--is-height-fit-content{
    height: fit-content;
}
.m-bonds-process__block{
    border-radius: 15px !important;
}
.m-bonds-process__wrapper {
    overflow-x: auto;
}



.m-bonds-process__wrapper .m-bonds-process__row {
    flex-wrap: nowrap;
}

.m-bonds-process__wrapper .m-bonds-process__block_w3 {
    display: block !important;
}
.m-bonds-process__wrapper .m-bonds-process__block_w2 {
    margin-right: 16px;
}
.m-text.m-text_center.m-text_center--is-bold{
    font-weight: 600;
}

.m-infoblock{
    max-width: 1200px;
    box-sizing: border-box;
    align-self: center;
    margin: 0 60px 20px;
    padding: 20px 40px;
}
.m-infoblock a{
    color: #fff;
    transition: color 0.3s ease;
}

.m-infoblock a:hover {
    color: #fff;
    text-decoration: underline;
}
.m-infoblock__soft-loan{
    color: #fff;
    background: #48499B;
    border-radius:21px;

}

.m-infoblock__inner p{
    margin:0;
    font-weight: 500;
    font-size: 19px;
}

@media (max-width: 1140px) {
    .m-infoblock{
        margin: 0 20px 20px;
    }
    .m-bonds-process__wrapper .m-bonds-process__inner {

        min-width: 1500px;
    }
    .m-page__photo{
        width: 100%;
        border-radius: 10px;
    }
    .g-press__section-item--new{
        padding: 36px;
        align-items: center;
    }
    .g-press__section-item--new .g-press__section-item-title {
        font-size: 25px;
    }
    .g-press__section-item--new .g-press__section-item-img-wrap {
        width: 331px;
        height: 221px;
        border-radius: 8px;
    }
    .m-page__contact-icon {
        width: 23px;
        height: 23px;
    }
    .filter-group .select2-container--input .select2-selection {
        width: 100%;
    }

    .filter-group--isColumn {
        width: 100%;
    }
    .news-select {
        width: 100%;
    }

    .m-content p img{
        height: 100%;
    }
}

@media (max-width: 740px) {
    .m-infoblock__inner p{
        font-size: 16px;
    }
    .m-infoblock{
        padding: 25px;
    }
    .m-bonds-process__wrapper .m-bonds-process__inner {
        min-width: 700px;
    }
    .m-bonds-process__block_mobile-transparent-with-border{
        border: 1px solid rgba(59, 65, 77, 0.3);
        border-radius:8px;
        background: transparent !important;
    }
    .m-bonds-process__block_mobile-transparent{
        background: transparent !important;
    }
    .m-bonds-process__block_mobile-transparent .m-text{
        max-width: 212px;
        margin: 0 auto;
    }
    .m-page__photo-wrapper {
        float: none;
        width: 100%;
        margin: 0;
    }
    .g-press__section-item--new{
        flex-direction: column;
        padding: 27px;
        gap:4px;
    }
    .g-press__section-item--new .g-press__section-item-title {
        font-size: 18px;
    }
    .g-press__section-item--new .g-press__section-item-date {
        font-size: 12px;
    }
    .g-press__section-item--new .g-press__section-item-img-wrap {
        margin: 0 auto 0;
        width: 100%;
        height: 200px;
    }
    .m-page__contacts-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .m-page__contact-icon {
        width: 20px;
        height: 20px;
    }

    .m-page__button {
        align-self: start;
    }
    .copy-tooltip {
        left: 290%;
        width: 250px;
        height: 30px;
        font-size: 12px;
    }

    .m-page__contacts li:first-child .copy-tooltip,
    .m-page__contacts li:nth-child(2) .copy-tooltip {
        left: 120px;
    }
    .filter-group{
        flex-direction: column;
    }
    .filter-actions {
        flex-direction: column;
    }
    .news-selectors {
        flex-direction: column;
    }

    .news-search-btn {
        width: 100%;
        height: 48px;
    }

    .news-clear-btn {
        width: 100%;
        height: 48px;
    }
}

/* End */


/* Start:/local/templates/main/new/css/v3/styles.css?1747124851204170*/
.inner,.m-advantages__inner{margin-left:auto;max-width:1200px}.inner,.normalize hr{box-sizing:content-box}.normalize button,.normalize hr,.normalize input{overflow:visible}.fancybox-infobar,.irs{-webkit-touch-callout:none}.fancybox-infobar,.fancybox-slide--image .fancybox-content{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.inner{margin-right:auto;padding-left:60px;padding-right:60px}@media (max-width:1140px) and (min-width:741px){.inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.inner{padding-left:20px;padding-right:20px}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}.normalize main{display:block}.normalize h1{font-size:2em;margin:.67em 0}.normalize code,.normalize kbd,.normalize pre,.normalize samp{font-family:monospace,monospace;font-size:1em}.normalize hr{height:0}.normalize a{background-color:transparent}.normalize abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}.normalize b,.normalize strong{font-weight:bolder}.normalize small{font-size:80%}.normalize sub,.normalize sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.normalize sub{bottom:-.25em}.normalize sup{top:-.5em}.normalize img{border-style:none}.normalize button,.normalize input,.normalize optgroup,.normalize select,.normalize textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.normalize button,.normalize select{text-transform:none}.normalize [type=button],.normalize [type=reset],.normalize [type=submit],.normalize button{-webkit-appearance:button}.normalize [type=button]::-moz-focus-inner,.normalize [type=reset]::-moz-focus-inner,.normalize [type=submit]::-moz-focus-inner,.normalize button::-moz-focus-inner{border-style:none;padding:0}.normalize [type=button]:-moz-focusring,.normalize [type=reset]:-moz-focusring,.normalize [type=submit]:-moz-focusring,.normalize button:-moz-focusring{outline:ButtonText dotted 1px}.normalize fieldset{padding:.35em .75em .625em}.normalize legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.normalize progress{vertical-align:baseline}.normalize textarea{overflow:auto}.normalize [type=checkbox],.normalize [type=radio]{box-sizing:border-box;padding:0}.normalize [type=number]::-webkit-inner-spin-button,.normalize [type=number]::-webkit-outer-spin-button{height:auto}.normalize [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.normalize [type=search]::-webkit-search-decoration{-webkit-appearance:none}.normalize ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.normalize details{display:block}.normalize summary{display:list-item}.normalize [hidden],.normalize template,.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete,.ui-menu .ui-menu{position:absolute}.ui-autocomplete{top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(/local/templates/main/new/css/v3/images/ui-icons_444444_256x240.png)}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(/local/templates/main/new/css/v3/images/ui-icons_555555_256x240.png)}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url(/local/templates/main/new/css/v3/images/ui-icons_ffffff_256x240.png)}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url(/local/templates/main/new/css/v3/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/local/templates/main/new/css/v3/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(/local/templates/main/new/css/v3/images/ui-icons_777777_256x240.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:alpha(opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}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:0;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{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-slide,.fancybox-slide--image .fancybox-content{transition-property:transform,opacity;top:0;-webkit-backface-visibility:hidden}.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;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{display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;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);background:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;-ms-transform-origin:top left;transform-origin:top left;user-select:none;z-index:99995}.fancybox-image,.fancybox-share__button,.fancybox-spaceball{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.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:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;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:0 0;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:0}.fancybox-button.fancybox-focus{outline:dotted 1px}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2),.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small,.fancybox-thumbs{display:none}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;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-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(to top,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%,rgba(0,0,0,0) 100%);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 44px 25px}}.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:fancybox-rotate 1s linear infinite;background:0 0;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 fancybox-rotate{100%{transform:rotate(360deg)}}.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:translate3d(0,0,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:scale3d(1,1,1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-ms-transform:rotate(-360deg);transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-ms-transform:rotate(360deg);transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-ms-transform:rotate(0);transform:rotate(0)}.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:scale3d(1,1,1) translate3d(0,0,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:translate3d(0,0,0) scale(1)}@media all and (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:12px;padding-right:12px}}}.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;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:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;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:center center;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:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.irs-hidden-input,.irs-line{outline:0!important;overflow:hidden}.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}.irs,.irs-line{position:relative;display:block}.fancybox-thumbs__list a:focus::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before,.m-body_v3 .m-prolog .m-prolog__var{opacity:1}@media all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.irs{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-bar,.irs-shadow{position:absolute;width:0;left:0}.irs-bar{display:block}.irs-shadow{display:none}.irs-from,.irs-handle,.irs-max,.irs-min,.irs-single,.irs-to{display:block;position:absolute;cursor:default}.irs-handle{box-sizing:border-box;z-index:1}.irs-handle.type_last{z-index:2}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-single,.irs-to{top:0;left:0;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;z-index:-9999!important;background:0 0!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-max,.irs--flat .irs-min{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-single,.irs--flat .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-single:before,.irs--flat .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--big,.irs--modern,.irs--modern.irs-with-grid{height:55px}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#fff 0,#428bca 30%,#b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,.3);background-color:#cbcfd5;background:linear-gradient(to bottom,#fff 0,#B4B9BE 30%,#fff 100%);box-shadow:1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,.45);background-color:#939ba7;background:linear-gradient(to bottom,#fff 0,#919BA5 30%,#fff 100%)}.irs--big .irs-max,.irs--big .irs-min{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-single,.irs--big .irs-to{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca 0,#3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea 0,#d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426 0,#18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,#fff 0,#e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#fff 0,#919ba5 30%,#fff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-max,.irs--modern .irs-min{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-single,.irs--modern .irs-to{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-single:before,.irs--modern .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-max,.irs--sharp .irs-min{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-single,.irs--sharp .irs-to{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-single:before,.irs--sharp .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,.3)}.m-body_v3 .m-calc .m-calc__body,.m-calc__body_white,.m-invite-popup{box-shadow:0 1px 30px 0 rgba(0,0,0,.1)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-max,.irs--round .irs-min{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-single,.irs--round .irs-to{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-grid-pol,.irs--square .irs-line{background-color:#dedede}.irs--round .irs-from:before,.irs--round .irs-single:before,.irs--round .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid,.irs--square .irs-grid{height:25px}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid #000;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-max,.irs--square .irs-min{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1)}.irs--square .irs-from,.irs--square .irs-single,.irs--square .irs-to{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.m-body{font-family:Onest,sans-serif;background:#fff}.m-body_v3,.m-body_v3 .m-bonds-slider__amount,.m-body_v3 .m-breadcrumb,.m-body_v3 .m-button,.m-body_v3 .m-calc__description,.m-body_v3 .m-calc__input input,.m-body_v3 .m-calc__suffix,.m-body_v3 .m-content,.m-body_v3 .m-footer,.m-body_v3 .m-form__confirm,.m-body_v3 .m-form__file-label,.m-body_v3 .m-form__input,.m-body_v3 .m-form__text,.m-body_v3 .m-h1,.m-body_v3 .m-h2,.m-body_v3 .m-h3,.m-body_v3 .m-h4,.m-body_v3 .m-header-search__input,.m-body_v3 .m-header.header.fixed .header__link,.m-body_v3 .m-how__num,.m-body_v3 .m-info__popup,.m-body_v3 .m-main-slider__heading,.m-body_v3 .m-main-slider__text,.m-body_v3 .m-map *,.m-body_v3 .m-navbar.navbar,.m-body_v3 .m-navbar.navbar .navbar__subbox-link,.m-body_v3 .m-products__val,.m-body_v3 .m-products__var,.m-body_v3 .m-prolog__subheading,.m-body_v3 .m-prolog__text,.m-body_v3 .m-prolog__val,.m-body_v3 .m-prolog__var,.m-body_v3 .m-steps__num,.m-body_v3 .m-stories__detail,.m-body_v3 .m-submenu,.m-body_v3 .m-tabs__item,.m-body_v3 .m-text,.m-body_v3 .m-tile__link,.m-body_v3 .m-tile__tag,.m-body_v3 .popup .field__input,.m-body_v3 .select2-container--input .select2-dropdown .select2-results__option,.m-body_v3 .select2-container--input .select2-selection,.m-body_v3 .select2-container--select .select2-dropdown .select2-results__option,.m-body_v3 .select2-container--select .select2-selection,.m-body_v3 .ui-autocomplete .ui-menu-item__address,.m-body_v3 .ui-autocomplete .ui-menu-item__inn,.m-body_v3 .ui-autocomplete .ui-menu-item__title{font-family:Onest,sans-serif}.m-body_v3 .m-calc__description,.m-body_v3 .m-calc__input input,.m-body_v3 .m-form__text,.m-body_v3 .m-h2,.m-body_v3 .m-how__num{color:#000}.m-body_v3 .m-button{color:#fff;background:#48499B}@media screen and (min-width:1141px){.m-body_v3 .m-button:hover{color:#fff;background:#3a3a7c}.m-body_v3 .m-button:active{color:#fff;background:#2b2c5d}}.m-body_v3 .m-button:focus{color:#fff;background:#2b2c5d}.m-body_v3 .m-button.m-button_black-line{border-color:#000;color:#000;background:0 0}@media screen and (min-width:1141px){.m-body_v3 .m-button.m-button_black-line:hover{color:#fff;background:#3a3a7c;border-color:#3a3a7c}.m-body_v3 .m-button.m-button_black-line:active{color:#fff;background:#2b2c5d;border-color:#2b2c5d}}.m-body_v3 .m-button.m-button_white{background:#fff;border-color:#fff;color:#000}@media screen and (min-width:1141px){.m-body_v3 .m-button.m-button_white:active,.m-body_v3 .m-button.m-button_white:hover{background:#443D80;border-color:#443D80;color:#fff}.m-body_v3 .m-footer .footer__item-phone:hover{color:#fff;opacity:.75}}.m-body_v3 .m-button.m-button_white:focus{background:#443D80;border-color:#443D80;color:#fff}.m-body_v3 .m-footer{background:#3B414D}.m-body_v3 .m-footer .footer__item-phone{transition:all .3s linear}.m-body_v3 .m-header.header.fixed .header__inner{padding-top:29px;padding-bottom:29px}@media (max-width:1140px) and (min-width:741px){.m-body_v3 .m-header.header.fixed .header__inner{padding-top:25px;padding-bottom:25px}.m-body_v3 .m-header.header.fixed .header__logo{width:217px}}.m-body_v3 .m-header.header.fixed .m-header__menu{justify-content:flex-start;margin:0 24px}.m-body_v3 .m-header.header.fixed .m-header__search{margin-right:24px}.m-body_v3 .m-tabs .m-tabs__item_scroll{background:#48499B;outline:#48499B solid 1px}@media screen and (min-width:1141px){.m-body_v3 .m-header.header.fixed .header__link:hover,.m-body_v3 .m-tabs .m-tabs__item:hover{color:#2b2c5d}}.m-body_v3 .m-tabs .m-tabs__item:focus{color:#2b2c5d}.m-body_v3 .m-tabs .m-tabs__item_active,.m-body_v3 .m-tabs .m-tabs__item_active:focus{color:#fff}.m-body_v3 .m-calc .m-calc__body{background:linear-gradient(97deg,rgba(76,213,232,.21) 5.63%,rgba(68,61,129,.21) 86.37%);border-radius:15px}.m-body_v3 .m-calc .m-calc__block-result{background:#fff;border-radius:15px}.m-body_v3 .m-calc .m-calc__input input{border-color:#fff}.m-body_v3 .irs.irs--flat .irs-line{background:#fff;border-color:#fff}.m-body_v3 .irs.irs--flat .irs-bar{background:#51529F}.m-body_v3 .irs.irs--flat .irs-handle.single{border:2px solid #51529F;border-radius:3px;box-shadow:none}.m-body_v3 .m-prolog .m-prolog__info{margin-top:0}.m-body_v3 .m-prolog .m-prolog__info_soft-loan{margin-top:13px}.m-body_v3 .m-prolog .m-prolog__bg-image{transition:all 1s ease-out;width:100%;left:auto;right:0;background-position:center right}.btn.m-btn,.m-advantage,.m-body_v3 .cookies a.cookies__ok,.m-body_v3 .cookies__content a,.m-breadcrumb__item,.m-button,.m-h3 a,.m-h3_a,.m-how__num,.m-program__h3,.m-program__image,.m-program__text,.m-text a:not( .m-button ),.m-text h3 a,.m-text h3_a,a.m-program,a.m-program .m-program__image,a.m-text{transition:all .3s linear}@media (max-width:1140px) and (min-width:741px){.m-body_v3 .m-prolog .m-prolog__bg-image{right:-100px}}.m-body_v3 .m-prolog .m-prolog__bg-image_hidden,.m-body_v3 .m-prolog .m-prolog__bg-m-image_hidden{right:-100%}.m-body_v3 .m-prolog .m-prolog__bg-m-image{max-width:50%;top:50%;transform:translate(0,-50%)}.m-body_v3 .m-prolog .m-prolog__bg-m-image_soft-loan{top:48%;left:50%;transform:translate(-50%,-50%) scale(1.4);max-width:100%;width:unset}.m-body_v3 .m-prolog .m-prolog__bg-m-image_securitization{top:55%;left:50%;transform:translate(-50%,-50%);max-width:100%;width:unset}.m-body_v3 .m-prolog .m-prolog__bg-m-image_bonds{max-width:100%;width:unset;top:61%;left:49%;transform:translate(-50%,-50%) scale(1.1)}@media (max-width:740px){.m-body_v3 .m-header.header.fixed .header__inner{padding-top:16px;padding-bottom:16px}.m-body_v3 .m-prolog .m-prolog__bg-m-image_kassa{top:56%;left:40%;transform:translate(-50%,-50%);max-width:100%;width:unset}.m-body_v3 .m-prolog .m-prolog__bg-m-image_partners{max-width:100%;width:unset;top:61%;left:49%!important;transform:translate(-50%,-50%) scale(1.1)!important}.m-body_v3 .m-prolog .m-prolog__inner{padding-bottom:20px}}.icon svg,.m-button_full{width:100%}@media screen and (min-width:1141px){.m-body_v3 .m-tabs .m-tabs__item_active:hover{color:#fff}.m-body_v3 .m-breadcrumb__item:hover{color:#3a3a7c}.m-body_v3 .m-breadcrumb__item:active{color:#2b2c5d}}.m-body_v3 .m-breadcrumb__item:focus{color:#2b2c5d}.m-body_v3 .cookies__ok{border-radius:25%}.m-body_v3 .cookies a.cookies__ok{background:#48499B;color:#fff}@media screen and (min-width:1141px){.m-body_v3 .cookies a.cookies__ok:hover{color:#fff;background:#3a3a7c}.m-body_v3 .cookies a.cookies__ok:active{color:#fff;background:#2b2c5d}}.m-body_v3 .cookies__content{border-radius:15px}.m-body_v3 .cookies__content a{color:#48499B}@media screen and (min-width:1141px){.m-body_v3 .cookies__content a:hover{color:#3a3a7c}.m-body_v3 .cookies__content a:active{color:#2b2c5d}}.icon svg{display:block}.m-h1{margin:0;color:#000;font-family:Onest,sans-serif;font-size:50px;font-weight:600;line-height:1em}@media (max-width:1140px) and (min-width:741px){.m-h1{font-size:30px}}@media (max-width:740px){.m-body_v3 .m-prolog .m-prolog__inner_soft-loan{padding-bottom:60px}.m-h1{font-size:30px}}.m-h1_sm{font-size:44px}@media (max-width:1140px) and (min-width:741px){.m-h1_sm{font-size:30px}}.m-h1_mb{margin-bottom:60px}@media (max-width:740px){.m-h1_sm{font-size:28px}.m-h1_mb{margin-bottom:40px}}.m-h1_white{color:#fff}.m-h2,.m-h3{color:#3B414D;margin:0;font-family:Onest,sans-serif;line-height:1.2em}.m-h2{font-size:30px;font-weight:600}.m-h2_center{text-align:center}@media (min-width:1141px){.m-h2_d-center{text-align:center}}@media (max-width:1140px) and (min-width:741px){.m-h2{font-size:28px}}@media (max-width:740px){.m-h2{font-size:20px}}.m-h3{font-size:22px;font-weight:500}@media (max-width:1140px) and (min-width:741px){.m-h3{font-size:18px}}@media (max-width:740px){.m-h3{font-size:16px;font-weight:600}}.m-h3_fw_400{font-weight:400}@media (max-width:740px){.m-h3_m-f-s_24{font-size:24px;font-weight:500}.m-h3_m-f-s_18{font-size:18px;font-weight:500}}.m-h3__blue{color:#48499B}.m-h3_a{text-decoration:none}@media screen and (min-width:1141px){.m-h3_a:hover{color:#48499B}}.m-h3 a{color:#3B414D;border-bottom:1px solid #3B414D}@media screen and (min-width:1141px){.m-h3 a:hover{color:#48499B;border-color:transparent}}.m-h4{margin:0;color:#3B414D;font-family:Onest,sans-serif;font-size:20px;font-weight:700;line-height:1.2em}.m-button,.m-tabs__item,.popup .u-partners__form-submit{line-height:1.1em;text-decoration:none}@media (max-width:740px){.m-h4{font-size:18px}}.m-button{display:inline-block;color:#FFF;text-align:center;font-family:Onest,sans-serif;font-size:18px;font-weight:600;border-radius:5px;background:#48499B;box-sizing:border-box;padding:19px 20px 20px;border:0;cursor:pointer}.m-button:focus{color:#FFF;background:#ED1B34}@media (max-width:1140px) and (min-width:741px){.m-h4{font-size:18px}.m-button{font-size:16px;padding:16px}}@media (max-width:740px){.m-button{font-size:16px;padding:16px;width:100%}}.m-button_line{border:2px solid #ED1B34;background:#fff;color:#3B414D}.m-button_line:focus{color:#3B414D;border-color:#ED1B34;background:#fff}.m-button_transparent{background:0 0}.m-button_w_210{width:210px}@media (max-width:740px){.m-button_w_210{width:100%}}.m-button_w_245{width:245px}@media (max-width:740px){.m-button_w_245{width:100%}}.m-button_w_285{width:285px}@media (max-width:1140px) and (min-width:741px){.m-button_w_285{width:100%}}@media (max-width:740px){.m-button_w_285{width:100%}}.m-button_w_356{width:356px}@media (max-width:740px){.m-button_w_356{width:100%}}@media screen and (min-width:1141px){.m-button:hover{background:#c40024;border-color:#c40024;color:#fff}.m-button:active{background:#a3001b;border-color:#a3001b;color:#fff}}.m-button_black-line{border:2px solid #3B414D;background:0 0;color:#3B414D;padding:15px;font-size:16px}.m-button_black-line:focus{color:#3B414D;border-color:#3B414D;background:0 0}@media screen and (min-width:1141px){.m-button_black-line:active,.m-button_black-line:hover{background:#3B414D;border-color:#3B414D;color:#fff}}.m-button_blue{background:#1B6FED}.btn.m-btn.m-btn_white{background:#fff;color:#000;border-color:#fff}@media screen and (min-width:1141px){.btn.m-btn.m-btn_white:hover{color:#fff;background:#3a3a7c;border-color:#3a3a7c}.btn.m-btn.m-btn_white:active{color:#fff;background:#2b2c5d;border-color:#2b2c5d}}.btn.m-btn.m-btn_white:focus{color:#fff;background:#2b2c5d;border-color:#2b2c5d}@media (max-width:1140px) and (min-width:741px){.m-button_t-w_220{width:220px}.btn.m-btn.m-btn_white:active,.btn.m-btn.m-btn_white:hover{color:#fff;background:#3a3a7c;border-color:#3a3a7c}}@media (max-width:740px){.btn.m-btn.m-btn_white:active,.btn.m-btn.m-btn_white:hover{color:#fff;background:#3a3a7c;border-color:#3a3a7c}}.btn.m-btn.m-btn_white-line{color:#fff;background:0 0;border-color:#fff}@media screen and (min-width:1141px){.btn.m-btn.m-btn_white-line:hover{color:#fff;background:#3a3a7c;border-color:#3a3a7c}.btn.m-btn.m-btn_white-line:active{color:#fff;background:#2b2c5d;border-color:#2b2c5d}}.btn.m-btn.m-btn_white-line:focus{color:#fff;background:#2b2c5d;border-color:#2b2c5d}.m-advantages_mb{margin-bottom:100px}@media (max-width:1140px) and (min-width:741px){.m-advantages_mb{margin-bottom:90px}}@media (max-width:740px){.m-advantages_mb{margin-bottom:50px}}.m-advantages__heading{margin-bottom:36px}.m-advantages__inner{margin-right:auto;padding-left:60px;padding-right:60px;box-sizing:content-box}.m-advantages__row{display:flex;margin:0 -10px}.m-advantages__row_quadruple .m-advantages__col{width:25%}@media (max-width:1140px) and (min-width:741px){.m-advantages__inner{padding-left:20px;padding-right:20px}.m-advantages__row{margin:-7px;flex-wrap:wrap}.m-advantages__row_quadruple .m-advantages__col{width:50%}}@media (max-width:740px){.m-advantages__inner{padding-left:20px;padding-right:20px}.m-advantages__row{margin:0;flex-direction:column}.m-advantages__row_quadruple .m-advantages__col{width:100%}}.m-advantages__row_triple .m-advantages__col,.m-programs__row_triple .m-programs__col{width:33.33333333%}@media (max-width:1140px) and (min-width:741px){.m-advantages__row_triple .m-advantages__col{width:50%}}@media (max-width:740px){.m-advantages__row_triple .m-advantages__col{width:100%}}.m-advantages__col{flex-grow:1;box-sizing:border-box;padding:0 10px;min-width:265px}@media (max-width:1140px) and (min-width:741px){.m-advantages__col{width:50%;padding:7px}.m-advantages__col br{display:none}}@media (max-width:740px){.m-advantages__col{width:100%;padding:0;margin-bottom:20px}.m-advantages__col br{display:none}.m-advantages__col:last-child{margin-bottom:0}}.m-advantage{border-radius:16px;background:#FFF;box-shadow:0 12px 30px 0 rgba(0,0,0,.1);padding:30px;height:100%;box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-advantage{display:flex;align-items:center;padding:20px}}@media (max-width:740px){.m-advantage{display:flex;align-items:center;padding:30px}}.m-advantage_hidden{opacity:0;transform:translate(0,100px)}@media (max-width:1140px) and (min-width:741px){.m-advantage_t-vertical{flex-direction:column}.m-advantage_t-vertical .m-advantage__icon{margin:0 auto 20px}.m-advantage_t-vertical .m-advantage__text{text-align:center}}.m-advantage__icon{width:80px;height:80px;display:flex;margin:0 auto 16px;align-items:center;justify-content:center}@media (max-width:1140px) and (min-width:741px){.m-advantage__icon{margin-bottom:0;flex-shrink:0;margin-right:20px}}@media (max-width:740px){.m-advantage__icon{margin-bottom:0;flex-shrink:0;margin-right:20px;width:40px;height:40px}.m-advantage__icon img{max-width:100%;max-height:100%}}.m-advantage__text{text-align:center}@media (max-width:1140px) and (min-width:741px){.m-advantage__text{flex-grow:1;text-align:left}}@media (max-width:740px){.m-advantage__text{flex-grow:1;text-align:left}}.m-how-list__button,.m-text h2_center,.m-text_center{text-align:center}.m-text{font-size:16px;line-height:1.2em;color:#3B414D;font-family:Onest,sans-serif}.m-text_f-w_700{font-weight:700}.m-text_gray{color:#3B414D;opacity:.5}.m-text_dark-gray{color:#000;opacity:.8}.m-text_mb{margin-bottom:40px}.m-text__gray{color:rgba(59,65,77,.3)}.m-text h2,.m-text h3{color:#3B414D;line-height:1.2em;font-family:Onest,sans-serif}.m-text__li-hidden{opacity:0;pointer-events:none;position:absolute}.m-text ul.text__ul_sm li{margin:0}.m-text h2{margin:0;font-size:30px;font-weight:600}@media (min-width:1141px){.m-text h2_d-center{text-align:center}}@media (max-width:1140px) and (min-width:741px){.m-text h2{font-size:28px}}@media (max-width:740px){.m-text h2{font-size:20px}}.m-text h3{font-size:22px;font-weight:500}@media (max-width:1140px) and (min-width:741px){.m-text h3{font-size:18px}}@media (max-width:740px){.m-text h3{font-size:16px;font-weight:600}}.m-text h3_fw_400{font-weight:400}@media (max-width:740px){.m-text h3_m-f-s_24{font-size:24px;font-weight:500}.m-text h3_m-f-s_18{font-size:18px;font-weight:500}}.m-text h3__blue{color:#48499B}.m-text h3_a{text-decoration:none}@media screen and (min-width:1141px){.m-text h3_a:hover{color:#48499B}}.m-text h3 a{color:#3B414D;border-bottom:1px solid #3B414D}@media screen and (min-width:1141px){.m-text h3 a:hover{color:#48499B;border-color:transparent}}.m-text h4{color:#3B414D;font-family:Onest,sans-serif;font-size:20px;font-weight:700;line-height:1.2em}.m-text ol,.m-text ul{padding-left:20px}.m-text ol ul{list-style-type:disc}.m-text .m-text__warning,.m-text h3,.m-text h4,.m-text li,.m-text ol,.m-text p,.m-text ul{margin:10px 0}@media (max-width:1140px) and (min-width:741px){.m-text h4{font-size:18px}.m-text ol,.m-text ul{padding-left:18px}.m-text .m-text__warning,.m-text h3,.m-text h4,.m-text li,.m-text ol,.m-text p,.m-text ul{margin:9px 0}}@media (max-width:740px){.m-text h4{font-size:18px}.m-text ol,.m-text ul{padding-left:18px}.m-text .m-text__warning,.m-text h3,.m-text h4,.m-text li,.m-text ol,.m-text p,.m-text ul{margin:9px 0}.m-text{font-size:16px}}.m-text .m-text__warning:first-child,.m-text h3:first-child,.m-text h4:first-child,.m-text li:first-child,.m-text ol:first-child,.m-text p:first-child,.m-text ul:first-child{margin-top:0}.m-text .m-text__warning:last-child,.m-text h3:last-child,.m-text h4:last-child,.m-text li:last-child,.m-text ol:last-child,.m-text p:last-child,.m-text ul:last-child{margin-bottom:0}.m-text a:not( .m-button ){color:#3B414D;border-bottom:1px solid #3B414D;text-decoration:none}@media screen and (min-width:1141px){.m-text a:not( .m-button ):hover{color:#48499B;border-color:transparent}}@media (max-width:1140px) and (min-width:741px){.m-text{font-size:16px}}.m-text_sm,.m-text_xsm{font-size:14px}.m-text__warning{display:inline-block;padding:5px 10px;border-radius:5px;background:#c40024;color:#fff;font-weight:700}.m-how,.m-program{border-radius:16px}a.m-text:active,a.m-text:focus,a.m-text:hover{color:#48499B}.m-programs_mb{margin-bottom:100px}.m-programs__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:1140px) and (min-width:741px){.m-programs_mb{margin-bottom:90px}.m-programs__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-text_m-xsm,.m-text_xsm{font-size:11px}.m-text_m-sm{font-size:13px}.m-programs_mb{margin-bottom:50px}.m-programs__inner{padding-left:20px;padding-right:20px}}.m-programs__h2{margin-bottom:30px}@media (max-width:1140px) and (min-width:741px){.m-programs__h2{margin-bottom:16px}}@media (max-width:740px){.m-programs__h2{margin-bottom:16px}}.m-programs__text{max-width:895px;margin-bottom:30px}@media (max-width:1140px) and (min-width:741px){.m-programs__text{margin-bottom:20px;max-width:auto}}@media (max-width:740px){.m-programs__text{margin-bottom:20px}}.m-programs__row{display:flex;margin:-10px;flex-wrap:wrap}@media (max-width:1140px) and (min-width:741px){.m-programs__row{margin:-12px}.m-programs__row_triple .m-programs__col{width:100%}}@media (max-width:740px){.m-programs__row{margin:0;flex-direction:column}.m-programs__row_triple .m-programs__col{width:100%}}.m-programs__col{width:50%;padding:10px;box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-programs__row_triple .m-programs__col_partner{width:50%}.m-programs__col{padding:12px}}@media (max-width:740px){.m-programs__col{width:100%;padding:0;margin-bottom:20px}.m-programs__col:last-child{margin-bottom:0}}.m-program{background:#F4F6FA;padding:30px;display:flex;align-items:center;overflow:hidden;height:100%;box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-program{flex-direction:row;padding:40px;position:relative}}@media (max-width:740px){.m-program{padding:20px;flex-wrap:wrap;align-items:center}}.m-program_small-icon{align-items:flex-start}.m-program_small-icon .m-program__image{align-items:flex-start;width:84px;height:84px}@media (max-width:1140px) and (min-width:741px){.m-program_small-icon .m-program__image{width:74.2px;height:74.2px}}@media (max-width:740px){.m-program_small-icon .m-program__image{width:54.39px;height:54.39px}}.m-program_align-items-center{align-items:center}.m-program_button-bottom .m-program__info{height:100%;display:flex;flex-direction:column}.m-program_button-bottom .m-program__button{margin-top:auto}@media (max-width:1140px) and (min-width:741px){.m-program_credit{padding:40px;position:relative;flex-direction:column;gap:20px;min-height:320px}.m-program_credit .m-program__image{margin:0;max-width:140px;width:100%;height:unset}.m-program_partner{padding:40px;position:relative;gap:40px;min-height:220px}.m-program_partner .m-program__image{margin:0;height:unset}.m-program_main{flex-direction:column;gap:30px}.m-program_main .m-program__button{position:static;width:100%}.m-program_main .m-program__image{margin:0}.m-program_main .m-program__h3{font-size:20px;font-weight:600}}.m-program__h3{margin-bottom:20px;display:block}@media (max-width:1140px) and (min-width:741px){.m-program__h3{margin-bottom:16px}}@media (max-width:740px){.m-program__h3{margin-bottom:0}}.m-program__text{margin-bottom:20px;display:block}@media (max-width:1140px) and (min-width:741px){.m-program__text{margin-bottom:16px}.m-program__info{order:2}}.m-program__text:last-child{margin-bottom:0}.m-program__info{flex-grow:1}@media (max-width:740px){.m-program__text{margin-bottom:0}.m-program__info{order:2;width:calc(100% - 53px * 2 - 20px)}}.m-program__image{width:120px;height:120px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:10px}.m-program__image img{display:block;max-width:100%;max-height:100%}@media (max-width:1140px) and (min-width:741px){.m-program__image{order:1;margin-left:0;margin-right:32px;width:106px;height:106px}.m-program__image img{max-width:100%;max-height:100%}}@media (max-width:740px){.m-program__image{order:1;width:77.7px;height:77.7px;margin-left:0;margin-right:20px}.m-program__image img{max-width:100%;max-height:100%}.m-program__button{display:none}}.m-program__image_hidden{filter:blur(1.5rem);-webkit-backdrop-filter:blur(1.5rem)}.m-program__m-button{display:none}@media screen and (min-width:1141px){a.m-text:hover{color:#48499B}a.m-program:hover{background:#d9f6fa}a.m-program:hover .m-program__image{filter:grayscale(0)}}a.m-program .m-program__image{filter:grayscale(1)}.m-how-list_mb{margin-bottom:100px}@media (max-width:1140px) and (min-width:741px){.m-program__button{position:absolute;left:20px;right:20px;width:auto;bottom:20px;box-sizing:border-box}.m-how-list_mb{margin-bottom:100px}}@media (max-width:740px){.m-program__m-button{display:block;width:100%;order:3;margin-top:20px}.m-how-list_mb{margin-bottom:50px}}.m-how-list_smb{margin-bottom:88px}.m-how-list__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:1140px) and (min-width:741px){.m-how-list_smb{margin-bottom:88px}.m-how-list__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-how-list_smb{margin-bottom:50px}.m-how-list__inner{padding-left:20px;padding-right:20px}}.m-how-list__h2{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-how-list__h2{margin-bottom:26px}}@media (max-width:740px){.m-how-list__h2{margin-bottom:20px}}.m-how-list__row{display:flex;flex-wrap:wrap;margin:-10px -10px 20px}.m-how-list__row_dbl .m-how-list__col{width:50%}@media (max-width:1140px) and (min-width:741px){.m-how-list__row{margin:0 0 30px;flex-direction:column}.m-how-list__row_dbl .m-how-list__col{width:100%}}@media (max-width:740px){.m-how-list__row{margin:0 0 20px;flex-direction:column}.m-how-list__row_dbl .m-how-list__col{width:100%}}.m-how-list__row_securitization{margin:0;flex-wrap:nowrap;gap:25px}@media (max-width:1140px) and (min-width:741px){.m-how-list__row_securitization{margin:0;flex-direction:row;gap:20px}}@media (max-width:740px){.m-how-list__row_securitization{margin:0;flex-direction:column;gap:20px}}.m-how-list__col{width:33.33333333%;box-sizing:border-box;padding:10px}@media (max-width:1140px) and (min-width:741px){.m-how-list__col{padding:0;margin-bottom:20px;width:100%}.m-how-list__col:last-child{margin-bottom:0}}@media (max-width:740px){.m-how-list__col{padding:0;margin-bottom:20px;width:100%}.m-how-list__col:last-child,.m-how-list__col_securitization{margin-bottom:0}}.m-how-list__col_securitization{padding:0;width:100%}.m-how-list--isAlt .m-how-list__container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 20px}.m-how-list--isAlt .m-how-list__item--form{grid-column:span 3}@media (max-width:1140px) and (min-width:741px){.m-how-list__col_securitization{margin-bottom:0}.m-how-list__button{text-align:left}.m-how-list--isAlt .m-how-list__container{grid-template-columns:1fr;gap:20px}.m-how-list--isAlt .m-how-list__item--form{grid-column:1}}@media (max-width:740px){.m-how-list--isAlt .m-how-list__container{grid-template-columns:1fr;gap:20px}.m-how-list--isAlt .m-how-list__item--form{grid-column:1}}.m-how-list--isAlt .m-how-list__item--form .m-how{display:grid;grid-template-columns:repeat(5,1fr);gap:80px}.m-how-list--isAlt .m-how-list__item--form .m-how__item-heading{grid-column:span 2;max-width:250px}.m-how-list--isAlt .m-how-list__item--form .m-how__h3{font-size:30px;font-weight:600}@media (max-width:740px){.m-how-list--isAlt .m-how-list__item--form .m-how{grid-template-columns:1fr;gap:40px}.m-how-list--isAlt .m-how-list__item--form .m-how__item-heading{max-width:100%;grid-column:1}.m-how-list--isAlt .m-how-list__item--form .m-how__h3{font-size:20px}}.m-how-list--isAlt .m-how-list__item--form .m-how__form{grid-column:span 3;display:flex;flex-direction:column;gap:24px}.m-how-list--isAlt .m-how-list__item--form .m-how__form .m-form__input{margin:0}.m-how-list--isAlt .m-how-list__item--form .m-how__form .m-form__text{font-size:18px;width:90%;color:#979AA0;margin:0;text-align:start}.m-how-list--isAlt .m-how-list__item--form .m-how__form .m-form__button{margin:0;text-align:start}.m-how{background:#F4F6FA;padding:30px;height:100%;box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-how-list--isAlt .m-how-list__item--form .m-how__form .m-form__text{font-size:16px;width:100%}.m-how{padding:20px}}@media (max-width:740px){.m-how-list--isAlt .m-how-list__item--form .m-how__form{grid-column:1}.m-how-list--isAlt .m-how-list__item--form .m-how__form .m-form__text{font-size:16px;width:100%}.m-how{padding:20px}}.m-how_white{background:#fff;border:1px solid rgba(59,65,77,.3)}.m-how_white .m-how__num{background:#F4F4F4}.m-how_no-border{border:0}.m-how__num{width:82px;height:82px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:#FFF;font-size:36px;line-height:1em;font-family:Onest,sans-serif;font-weight:600;margin-bottom:30px}@media (max-width:1140px) and (min-width:741px){.m-how__num{width:60px;height:60px;font-size:24px;margin-bottom:12px}}@media (max-width:740px){.m-how__num{width:60px;height:60px;font-size:24px;margin-bottom:12px}}.m-how__num_hidden{transform:scale(0)}.m-how__h3{margin-bottom:11px}@media (max-width:1140px) and (min-width:741px){.m-how__h3{margin-bottom:10px}}@media (max-width:740px){.m-how__h3{margin-bottom:12px}}.m-how__tabs{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-how__tabs{margin-bottom:16px}}@media (max-width:740px){.m-how__tabs{margin-bottom:16px}}.m-conditions{margin:0 40px}@media (max-width:1140px) and (min-width:741px){.m-conditions{margin:0}}@media (max-width:740px){.m-conditions{margin:0}}.m-conditions_mb{margin-bottom:100px}.m-conditions__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}.m-conditions__bg{border-radius:15px;background:#F4F6FA;padding-top:60px;padding-bottom:60px}@media (max-width:1140px) and (min-width:741px){.m-conditions_mb{margin-bottom:90px}.m-conditions__inner{padding-left:20px;padding-right:20px}.m-conditions__bg{padding-top:50px;padding-bottom:60px;border-radius:0}}@media (max-width:740px){.m-conditions_mb{margin-bottom:50px}.m-conditions__inner{padding-left:20px;padding-right:20px}.m-conditions__bg{padding-top:50px;padding-bottom:60px;border-radius:0}}.m-conditions__h2{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-conditions__h2{margin-bottom:24px}}@media (max-width:740px){.m-conditions__h2{margin-bottom:16px}}.m-conditions__tabs{margin-bottom:50px}@media (max-width:1140px) and (min-width:741px){.m-conditions__tabs{margin-bottom:24px}}@media (max-width:740px){.m-conditions__tabs{margin-bottom:20px}}.m-conditions__item{margin-bottom:40px;max-width:1046px}@media (max-width:740px){.m-conditions__item{margin-bottom:16px}.m-condition{flex-direction:column}}.m-conditions__item:last-child{margin-bottom:0}.m-condition{display:flex}.m-condition__var{width:310px;padding-right:20px;box-sizing:border-box;flex-shrink:0}@media (max-width:1140px) and (min-width:741px){.m-condition__var{width:240px}}@media (max-width:740px){.m-condition__var{width:100%;padding-right:0;margin-bottom:6px}}.m-tabs{display:inline-flex;border-radius:5px;border:1px solid #3B414D;background:#FFF;position:relative;width:auto!important}.m-tabs_sm .m-tabs__item{font-size:14px;padding:15px;width:auto}.m-tabs_static{width:100%!important}.m-tabs_static .m-tabs__item{flex-grow:1;white-space:nowrap}.m-tabs_static .m-tabs__item_active{background:#48499B;border-color:#48499B}@media screen and (min-width:1141px){.m-tabs_static .m-tabs__item:hover{color:#48499B}}@media (max-width:740px){.m-tabs_m-hide{display:none}.m-tabs_static{width:auto!important}.m-tabs_m-horizontally{display:flex;flex-direction:column}.m-tabs_m-horizontally .m-tabs__item{width:100%;height:30px;border-right:0;border-bottom:1px solid #3B414D;padding:20px}.m-tabs_m-horizontally .m-tabs__item:last-child{border-bottom:0}.m-tabs_m-horizontally .m-tabs__item_active{background:#48499B;border-color:#48499B;color:#fff}.m-tabs_m-horizontally .m-tabs__item_scroll{display:none}}.m-tabs__item,.m-tabs__item:hover{border-right:1px solid #3B414D}.m-tabs__item{transition:margin-left .2s ease-in-out;width:285px;color:#3B414D;text-align:center;font-family:Onest,sans-serif;font-size:18px;font-weight:600;padding:19px;box-sizing:border-box;border-radius:4px;z-index:2;position:relative;left:0;-webkit-tap-highlight-color:transparent;min-height:100%;display:inline-flex;align-items:center;justify-content:center}.m-tabs__item:last-child{border-right:0}@media (max-width:1140px) and (min-width:741px){.m-tabs__item{width:200px;padding:16px 12px;font-size:14px}.m-tabs__item:active,.m-tabs__item:hover{color:#48499B}}@media (max-width:740px){.m-tabs__item{width:50%;padding:8px;font-size:14px}.m-tabs__item:active,.m-tabs__item:hover{color:#48499B}}@media screen and (min-width:1141px){.m-tabs__item:hover{color:#48499B}.m-tabs__item_active:hover{color:#fff}}.m-tabs__item_active,.m-tabs__item_active:focus{color:#fff}.m-tabs__item_scroll{background:#48499B;outline:#48499B solid 1px;position:absolute;z-index:1;border:0}.m-prolog,.m-prolog__body{position:relative;overflow:hidden}.m-breadcrumb{font-family:Onest,sans-serif;font-size:14px;line-height:1.2em;display:flex;flex-wrap:wrap}.m-breadcrumb_prolog{margin-top:110px;display:block}.m-breadcrumb__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box;display:flex;flex-wrap:wrap}.m-breadcrumb__item{color:#000;opacity:.5;text-decoration:none}@media (max-width:1140px) and (min-width:741px){.m-breadcrumb_prolog{margin-top:100px}.m-breadcrumb__inner{padding-left:20px;padding-right:20px}.m-breadcrumb__item{margin-bottom:2px}}@media (max-width:740px){.m-breadcrumb_prolog{margin-top:80px}.m-breadcrumb__inner{padding-left:20px;padding-right:20px}.m-breadcrumb__item{margin-bottom:2px}}.m-breadcrumb__item:hover{opacity:1;color:#48499B}.m-breadcrumb__delimiter{color:#000;opacity:.5;margin:0 10px}.m-breadcrumb__selected{color:#48499B}.m-prolog__subheading,.m-prolog__text,.m-prolog__val,.m-prolog__var{color:#000;line-height:1.2em}.m-prolog{height:730px;margin-top:80px}@media (min-width:1141px){.m-prolog{height:454px}}@media (max-width:1140px) and (min-width:741px){.m-prolog{height:392px;margin-top:74px}.m-prolog_mb{margin-bottom:100px}}@media (max-width:740px){.m-prolog{height:auto;margin-top:60px}}.m-prolog__info,.m-prolog_after-breadcrumb{margin-top:20px}.m-prolog_mb{margin-bottom:100px}@media (max-width:740px){.m-prolog_mb{margin-bottom:60px}}.m-prolog_mb-soft-loan{margin-bottom:80px}@media (max-width:740px){.m-prolog_mb-soft-loan{margin-bottom:48px}.m-prolog_securitization{height:326px}.m-prolog.m-prolog--isMobileAdaptive .m-prolog__bg-m-image{width:100%;max-width:70%;right:-10px;top:55%}.m-prolog.m-prolog--isMobileAdaptive .m-prolog__inner{padding:40px 20px}.m-prolog.m-prolog--isMobileAdaptive .m-prolog__h1{margin-bottom:16px}.m-prolog.m-prolog--isMobileAdaptive .m-prolog__text{max-width:100%}}.m-prolog__bg,.m-prolog__bg-image{top:0;right:0;bottom:0;background-position:top left;background-size:auto 100%}@media (min-width:500px){.m-prolog.m-prolog--isMobileAdaptive .m-prolog__bg-m-image{max-width:60%}}.m-prolog__inner,.m-prolog__vinner{margin-left:auto;margin-right:auto;max-width:1200px;box-sizing:content-box}.m-prolog__vinner{padding-left:60px;padding-right:60px;height:100%}.m-prolog__body{background-color:#F4F6FA;border-radius:15px;height:100%}.m-prolog__bg{position:absolute;left:0;background-repeat:repeat-x}.m-prolog__bg-image{transition:all .6s ease-out;position:absolute;background-repeat:no-repeat;left:54%}.m-prolog__breadcrumb,.m-prolog__h1,.m-prolog__row,.m-prolog__subheading,.m-prolog__text{transition:all .3s linear}@media (max-width:1140px) and (min-width:741px){.m-prolog__vinner{padding-left:20px;padding-right:20px}.m-prolog__bg-image{left:44%}}@media (min-width:1968px){.m-prolog__bg-image{width:875px;left:auto}.m-prolog__bg-image_hidden{width:0;left:auto}}.m-prolog__bg-image_hidden{left:100%;opacity:0}.m-prolog__bg-image-preload{position:absolute;pointer-events:none;width:1px;height:1px;opacity:0}@media (max-width:740px){.m-prolog__vinner,.m-prolog__vinner_soft-loan{padding-left:0;padding-right:0}.m-prolog__body{border-radius:0}.m-prolog__bg-image,.m-prolog__bg-image-preload{display:none}}.m-prolog__inner{position:relative;z-index:1;height:calc(100% - 60px);padding:30px 60px}@media (max-width:1140px) and (min-width:741px){.m-prolog__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-prolog__inner{padding:20px 20px 60px}}.m-prolog__inner_soft-loan{padding:30px 45px}@media (max-width:1140px) and (min-width:741px){.m-prolog__inner_soft-loan{padding-top:0}.m-prolog__breadcrumb{max-width:380px}}.m-prolog__breadcrumb_hidden{opacity:0}.m-prolog__info{max-width:740px;position:absolute;top:50%;transform:translate(0,-50%)}@media (max-width:1140px) and (min-width:741px){.m-prolog__info{max-width:380px;margin-top:30px}}@media (max-width:740px){.m-prolog__inner_soft-loan{padding-left:20px;padding-right:20px;padding-top:0}.m-prolog__breadcrumb{margin-bottom:30px}.m-prolog__info{max-width:none;position:static;transform:none;margin-top:0}}.m-prolog__h1_hidden,.m-prolog__row_hidden,.m-prolog__subheading_hidden,.m-prolog__text_hidden{opacity:0;transform:translate(0,-20px)}.m-prolog__h1{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-prolog__info_soft-loan{max-width:500px}.m-prolog__h1{margin-bottom:16px}}@media (max-width:740px){.m-prolog__h1{margin-bottom:20px}}.m-prolog__h1_mmb{margin-bottom:8px}@media (max-width:1140px) and (min-width:741px){.m-prolog__h1_mmb{margin-bottom:2px}.m-prolog__h1_soft-loan{font-size:45px}}@media (max-width:740px){.m-prolog__h1_mmb{margin-bottom:6px}.m-prolog__h1_m-fix-width{max-width:250px}}.m-prolog__h1_soft-loan{margin-bottom:20px}.m-prolog__h1.m-prolog__h1_stankostroeniye{font-size:40px!important}@media (max-width:1140px) and (min-width:741px){.m-prolog__h1.m-prolog__h1_stankostroeniye{font-size:30px!important}}@media (max-width:740px){.m-prolog__h1_soft-loan{margin-bottom:12px}.m-prolog__h1.m-prolog__h1_stankostroeniye{font-size:30px!important}}.m-prolog__subheading{margin-bottom:28px;font-family:Onest,sans-serif;font-weight:700;font-size:26px}@media (max-width:1140px) and (min-width:741px){.m-prolog__subheading{font-size:16px;margin-bottom:20px}.m-prolog__sub{max-width:300px}}@media (max-width:740px){.m-prolog__subheading{font-size:16px;margin-bottom:20px}}.m-form__h2,.m-prolog__text{margin-bottom:40px}@media (max-width:740px){.m-prolog__sub{max-width:none}.m-prolog__sub_soft-loan{display:flex;flex-direction:column;gap:268px}}.m-prolog__text{font-family:Onest,sans-serif;font-size:20px}@media (max-width:1140px) and (min-width:741px){.m-prolog__sub_bonds,.m-prolog__sub_kassa,.m-prolog__sub_soft-loan{max-width:365px}.m-prolog__text{font-size:16px;margin-bottom:16px}}@media (max-width:740px){.m-prolog__sub_bonds,.m-prolog__sub_partners{display:flex;flex-direction:column;gap:207px}.m-prolog__sub_kassa{display:flex;flex-direction:column;gap:225px}.m-prolog__text{font-size:16px;margin-bottom:27px;max-width:60%}}.m-prolog__text_m-full{max-width:100%}.m-prolog__text_soft-loan{margin-bottom:25px}@media (max-width:1140px) and (min-width:741px){.m-prolog__text_soft-loan{margin-bottom:60px}}.m-prolog__row{display:flex;margin-bottom:42px}.m-prolog__col{margin-right:80px}@media (max-width:1140px) and (min-width:741px){.m-prolog__row{margin-bottom:18px;justify-content:space-between}.m-prolog__col{margin-right:0}}@media (max-width:740px){.m-prolog__text_soft-loan{max-width:unset}.m-prolog__row{flex-direction:column;margin-bottom:38px;max-width:60%}.m-prolog__col{margin-right:0;margin-bottom:16px}.m-prolog__col:last-child{margin-bottom:0}}.m-prolog__col:last-child{margin-right:0}.m-prolog__var{font-family:Onest,sans-serif;opacity:.5;font-size:16px;margin-bottom:8px}@media (max-width:1140px) and (min-width:741px){.m-prolog__var{font-size:14px;margin-bottom:6px}}@media (max-width:740px){.m-prolog__var{font-size:20px;margin-bottom:0}}.m-prolog__val{font-family:Onest,sans-serif;font-size:24px;font-weight:600}@media (max-width:1140px) and (min-width:741px){.m-prolog__val{font-size:14px}.m-prolog--isOtherAdaptive .m-prolog__inner{padding-left:50px}}.m-prolog__bg-m-image{transition:all .6s ease-out;display:none}.m-bicon-block__image,.m-calc__input input,.m-form__file-label,.m-form__input,.m-icon-block__image,.m-prolog__button,.popup .u-partners__form-submit,.select2-container .select2-selection,a.m-check-block{transition:all .3s linear}@media (max-width:740px){.m-prolog__val{font-size:20px}.m-prolog__bg-m-image{display:block;position:absolute;right:20px;bottom:130px;max-width:40%}}.m-prolog__bg-m-image_hidden{left:100%;opacity:0}.m-prolog__bg-m-image_right{right:0}.m-prolog__bg-m-image_static{position:static;max-width:100%;margin:0 auto 20px;transform:none!important}.m-prolog__bg-m-image_m-bottom{bottom:95px}.m-prolog__bg-m-image_m-full-bottom{bottom:0}.m-prolog__bg-m-image_svg{width:185px}.m-prolog__button_hidden{opacity:0;transform:translate(0,-20px)}@media (max-width:1140px) and (min-width:741px){.m-prolog--isOtherAdaptive .m-prolog__bg-image{right:-100px!important}}@media (max-width:740px){.m-prolog--isOtherAdaptive .m-prolog__inner{padding:30px 20px!important}.m-prolog--isOtherAdaptive .m-prolog__bg-m-image{left:0!important;right:0!important;margin:0 auto;transform:translate(0,-45%)!important}.m-prolog--isOtherAdaptive .m-prolog__text{max-width:300px}}.m-prolog--isDesktopBackgroundRight100 .m-prolog__bg-image{right:-100px!important}@media (max-width:1140px) and (min-width:741px){.m-prolog--isOtherAdaptive .m-prolog__h1{font-size:45px;margin-bottom:32px}.m-prolog--isOtherAdaptive .m-prolog__text{margin-bottom:32px}.m-prolog--isInfoTabletMaxWidth500 .m-prolog__info{max-width:500px}.m-prolog--isSubTabletMaxWidth400 .m-prolog__sub{max-width:400px}.m-prolog--isBackgroundTabletRight0 .m-prolog__bg-image{right:0!important}}@media (max-width:740px){.m-prolog--isBackgroundMobileRight0 .m-prolog__bg-m-image{right:0!important;margin:0;left:auto!important}.m-prolog--isBackgroundMobileBottom60 .m-prolog__bg-m-image{top:60%!important;left:50%!important;transform:translate(-50%,-50%) scale(2)!important}.m-prolog--isBackgroundMobileBottom60 .m-prolog__sub{display:flex;flex-direction:column;gap:200px}.m-prolog.m-prolog--isBackgroundMobileMaxW50 .m-prolog__bg-m-image{max-width:50%;right:10px;top:50%}.m-prolog--isBackgroundMobile60 .m-prolog__bg-m-image{transform:translate(0,-30%) scale(1.5)!important}.m-prolog--isPrologTextMobile100W .m-prolog__text{max-width:unset;width:100%}}.m-prolog.m-prolog--isAltNew .m-prolog__info{max-width:55%}.m-prolog.m-prolog--isAltNew .m-prolog__h1{font-size:45px}@media (max-width:1140px) and (min-width:741px){.m-prolog.m-prolog--isAltNew .m-prolog__body{display:flex;flex-direction:column;justify-content:center}.m-prolog.m-prolog--isAltNew .m-prolog__inner{padding:0 20px}.m-prolog.m-prolog--isAltNew .m-prolog__inner,.m-prolog.m-prolog--isAltNew .m-prolog__vinner{margin:0}.m-prolog.m-prolog--isAltNew .m-prolog__h1{font-size:35px;margin-bottom:30px}}@media (max-width:740px){.m-prolog.m-prolog--isAltNew .m-prolog__inner{padding-block:40px}.m-prolog.m-prolog--isAltNew .m-prolog__info{max-width:100%}.m-prolog.m-prolog--isAltNew .m-prolog__h1{font-size:25px;margin-bottom:20px}.m-prolog.m-prolog--isAltNew .m-prolog__sub{display:flex;flex-direction:column;gap:240px}}@media (max-width:1140px) and (min-width:741px){.m-prolog.m-prolog--isAltNew .m-prolog__sub{max-width:400px}.m-prolog.m-prolog--isAltNew .m-prolog__text{margin-bottom:30px}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__body{display:flex;flex-direction:column;justify-content:center}}.m-prolog.m-prolog--isAltNew .m-prolog__bg-image{right:-50px}@media (max-width:1024px){.m-prolog.m-prolog--isAltNew .m-prolog__bg-image{right:-100px}}.m-prolog.m-prolog--isAltNew .m-prolog__bg-m-image{right:-50px}@media (max-width:740px){.m-prolog.m-prolog--isAltNew .m-prolog__text{max-width:100%}.m-prolog.m-prolog--isAltNew .m-prolog__bg-m-image{width:100%;max-width:430px;top:60%;left:55%;right:unset;transform:translate(-50%,-60%)}}@media (max-width:1024px){.m-prolog.m-prolog--isAltNew .m-prolog__bg-m-image{right:-100px}}@media (max-width:1140px) and (min-width:741px){.m-prolog.m-prolog--isAltNewWithProps .m-prolog__inner{padding:0 20px}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__inner,.m-prolog.m-prolog--isAltNewWithProps .m-prolog__vinner{margin:0}}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__info{max-width:600px}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__h1{font-size:45px;margin-bottom:20px}@media (max-width:1140px) and (min-width:741px){.m-prolog.m-prolog--isAltNewWithProps .m-prolog__h1{font-size:35px;margin-bottom:30px}}@media (max-width:740px){.m-prolog.m-prolog--isAltNewWithProps .m-prolog__inner{padding-block:40px}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__info{max-width:100%}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__h1{font-size:25px;margin-bottom:20px}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__sub{display:flex;flex-direction:column}}.m-form__form,.m-form__subheading br{display:none}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__text{margin-bottom:20px}@media (max-width:1140px) and (min-width:741px){.m-prolog.m-prolog--isAltNewWithProps .m-prolog__sub{max-width:400px}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__text{margin-bottom:30px}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__row{justify-content:start;gap:30px}}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__bg-image{right:-50px}@media (max-width:1024px){.m-prolog.m-prolog--isAltNewWithProps .m-prolog__bg-image{right:-100px}}@media (max-width:740px){.m-prolog.m-prolog--isAltNewWithProps .m-prolog__text{max-width:100%}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__bg-m-image{width:70%;max-width:260px;top:60%;left:70%;right:unset;transform:translate(-50%,-60%)}}@media (max-width:1024px){.m-prolog.m-prolog--isAltNewWithProps .m-prolog__bg-m-image{right:-100px}}.m-prolog.m-prolog--isAltNewWithProps .m-prolog__row{margin-bottom:30px}.m-form_mb{margin-bottom:100px}.m-form_bg{background:#F4F6FA;border-radius:16px;padding:30px}@media (max-width:1140px) and (min-width:741px){.m-prolog.m-prolog--isAltNewWithProps .m-prolog__val{font-size:24px}.m-form_mb{margin-bottom:100px}.m-form_bg{padding:20px}}@media (max-width:740px){.m-prolog.m-prolog--isAltNewWithProps .m-prolog__val{font-size:20px}.m-form_mb{margin-bottom:60px}.m-form_bg{padding:20px}}.m-form__inner,.m-icon-blocks__inner{padding-left:60px;box-sizing:content-box}.m-form__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-right:60px}@media (max-width:1140px) and (min-width:741px){.m-form__inner{padding-left:20px;padding-right:20px}.m-form__h2{margin-bottom:16px}}@media (max-width:740px){.m-form__inner{padding-left:20px;padding-right:20px}.m-form__h2{margin-bottom:12px}.m-form__h2_smb{margin-bottom:9px}}.m-form__h2_smb{margin-bottom:9px}@media (max-width:1140px) and (min-width:741px){.m-form__h2_smb{margin-bottom:9px}}.m-form__h2_soft-loan{margin-bottom:10px}.m-form__subheading{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-form__subheading{margin-bottom:13px}}@media (max-width:740px){.m-form__subheading{margin-bottom:20px}}.m-form__subheading_soft-loan{margin-bottom:30px}.m-form__form_active{display:block}.m-form__row{display:flex;margin-bottom:22px;align-items:flex-start}.m-form__text{font-family:Onest,sans-serif;color:#3B414D;font-size:14px;line-height:1.2em}@media (max-width:1140px) and (min-width:741px){.m-form__row{margin-bottom:12px}.m-form__text{font-size:12px;max-width:425px}}@media (max-width:740px){.m-form__row{margin-bottom:12px;flex-direction:column}.m-form__text{font-size:12px}}.m-form__text_fix{width:360px;margin:0 auto;text-align:center}.m-form__text.m-text a{color:inherit;border-color:inherit}.m-form__input{display:inline-block;flex-grow:1;margin-right:20px;font-family:Onest,sans-serif;font-size:18px;line-height:1.2em;color:#3B414D;padding:16px 20px 17px;border:2px solid #d8d9db;border-radius:5px;box-sizing:border-box;outline:0;background:#fff}.m-form__input::placeholder{color:#9da0a6}.m-form__input:focus{border-color:#3B414D}@media (max-width:1140px) and (min-width:741px){.m-form__input{font-size:14px;padding:14px 18px;margin-right:24px}}@media (max-width:740px){.m-form__text_fix{text-align:left}.m-form__input{width:100%;font-size:14px;padding:14px 18px 15px;margin-right:0;margin-bottom:14px}.m-form__input:last-child{margin-bottom:0}}.m-form__input_full{display:block;width:100%;margin-right:0;margin-bottom:24px}@media (max-width:1140px) and (min-width:741px){.m-form__input_full{margin-right:0;margin-bottom:16px}}@media (max-width:740px){.m-form__input_full{margin-right:0;margin-bottom:16px}}.m-form__input_textarea{height:100px;resize:none}.m-form__input:last-child{margin-right:0}.m-form__select_full{width:100%;margin-bottom:24px}@media (max-width:1140px) and (min-width:741px){.m-form__select_full{margin-bottom:16px}}@media (max-width:740px){.m-form__select_full{margin-bottom:16px}}.m-form__button{text-align:center;margin-bottom:22px}.m-form__srow{display:flex;justify-content:space-between}@media (max-width:1140px) and (min-width:741px){.m-form__button{margin-bottom:20px}.m-form__srow{flex-direction:column}}@media (max-width:740px){.m-form__button{margin-bottom:14px}.m-form__srow{flex-direction:column}}.m-form__scol_info{width:390px}@media (max-width:1140px) and (min-width:741px){.m-form__scol_info{width:100%;margin-bottom:20px}}@media (max-width:740px){.m-form__scol_info{width:100%;margin-bottom:20px}}.m-form__scol_form{width:664px}.m-form__confirm{font-family:Onest,sans-serif;font-size:18px;line-height:1.2em;color:#979aa0;margin-bottom:20px}@media (max-width:1140px) and (min-width:741px){.m-form__scol_form{width:100%}.m-form__confirm{font-size:15px;margin-bottom:16px}}@media (max-width:740px){.m-form__scol_form{width:100%}.m-form__confirm{font-size:14px;margin-bottom:16px}}.m-form__confirm.m-text a{color:inherit;border-color:inherit}.m-form__file-label{position:relative;display:inline-flex;align-items:center;font-family:Onest,sans-serif;font-size:18px;line-height:1.2em;color:#fff;padding:16px 20px 17px;border:2px solid #9da0a6;border-radius:5px;box-sizing:border-box;margin-bottom:24px;background:#9da0a6}.m-form__file,.m-popup{display:none}@media (max-width:1140px) and (min-width:741px){.m-form__file-label{font-size:14px;padding:14px 18px;margin-bottom:16px}}@media (max-width:740px){.m-form__file-label{width:100%;font-size:14px;padding:14px 18px 15px;margin-bottom:16px}}.m-form__file-label_active{color:#3B414D;background:#fff;border-color:#d8d9db}.m-form__file-icon{width:20px;margin-right:10px;pointer-events:none}@media (max-width:1140px) and (min-width:741px){.m-form__file-icon{width:18px}}@media (max-width:740px){.m-form__file-icon{width:18px}}.m-popup_partner{width:1024px}@media (max-width:1140px) and (min-width:741px){.m-popup_partner{width:auto}}@media (max-width:740px){.m-popup_partner{width:auto}}.fancybox-slide .m-popup{padding:60px;max-width:1200px;box-sizing:border-box;border-radius:16px;margin:10px}.fancybox-slide .m-popup#form-done{width:794px;max-width:90%}@media (max-width:1140px) and (min-width:741px){.fancybox-slide .m-popup{padding:50px}}.fancybox-slide .m-popup__close{width:24px;position:absolute;top:20px;right:20px}@media (max-width:740px){.fancybox-slide .m-popup{padding:40px}.fancybox-slide .m-popup__close{width:18px;top:12px;right:12px}}.fancybox-slide .m-popup__done{display:block;width:52px;margin:0 auto 24px}@media (max-width:1140px) and (min-width:741px){.fancybox-slide .m-popup__done{margin-bottom:10px}}@media (max-width:740px){.fancybox-slide .m-popup__done{margin-bottom:3px;width:44px}}.fancybox-slide .m-popup__h2{text-align:center;margin-bottom:20px}@media (max-width:1140px) and (min-width:741px){.fancybox-slide .m-popup__h2{margin-bottom:12px}}@media (max-width:740px){.fancybox-slide .m-popup__h2{margin-bottom:12px}}.fancybox-slide .m-popup__text{text-align:center;max-width:365px;margin:0 auto}.popup{border-radius:16px}.popup .field__input{font-family:Onest,sans-serif;border-radius:5px}.popup .u-partners__form-submit{display:inline-block;color:#FFF;text-align:center;font-family:Onest,sans-serif;font-size:18px;font-weight:600;border-radius:5px;background:#48499B;box-sizing:border-box;padding:19px 20px 20px;border:0;cursor:pointer}.m-docs,.m-table th{text-align:left}.popup .u-partners__form-submit:focus{color:#FFF;background:#ED1B34}@media (max-width:740px){.popup .u-partners__form-submit{font-size:16px;padding:16px;width:100%}}.popup .u-partners__form-submit_line{border:2px solid #ED1B34;background:#fff;color:#3B414D}.popup .u-partners__form-submit_line:focus{color:#3B414D;border-color:#ED1B34;background:#fff}.popup .u-partners__form-submit_transparent{background:0 0}.popup .u-partners__form-submit_full{width:100%}.popup .u-partners__form-submit_w_210{width:210px}@media (max-width:740px){.popup .u-partners__form-submit_w_210{width:100%}}.popup .u-partners__form-submit_w_245{width:245px}@media (max-width:740px){.popup .u-partners__form-submit_w_245{width:100%}}.popup .u-partners__form-submit_w_285{width:285px}@media (max-width:1140px) and (min-width:741px){.popup .u-partners__form-submit{font-size:16px;padding:16px}.popup .u-partners__form-submit_w_285{width:100%}}@media (max-width:740px){.popup .u-partners__form-submit_w_285{width:100%}}.popup .u-partners__form-submit_w_356{width:356px}@media (max-width:740px){.popup .u-partners__form-submit_w_356{width:100%}}@media screen and (min-width:1141px){.popup .u-partners__form-submit:hover{background:#c40024;border-color:#c40024;color:#fff}.popup .u-partners__form-submit:active{background:#a3001b;border-color:#a3001b;color:#fff}}.popup .u-partners__form-submit_black-line{border:2px solid #3B414D;background:0 0;color:#3B414D;padding:15px;font-size:16px}.popup .u-partners__form-submit_black-line:focus{color:#3B414D;border-color:#3B414D;background:0 0}@media screen and (min-width:1141px){.popup .u-partners__form-submit_black-line:active,.popup .u-partners__form-submit_black-line:hover{background:#3B414D;border-color:#3B414D;color:#fff}}.popup .u-partners__form-submit_blue{background:#1B6FED}.popup .add-file__description{font-size:12px}.popup .captcha{display:flex;flex-direction:column}.fancybox-container a{outline:0}.fancybox-bg{background:rgba(59,65,77,.8);opacity:1}.ui-autocomplete{border-radius:5px;max-width:100%;overflow-x:hidden;overflow-y:auto;border-color:#f0f;z-index:199999;max-height:300px;padding-bottom:1px}.ui-autocomplete.ui-menu{border-color:#d8d9db}.ui-autocomplete .ui-menu-item__title{font-family:Golos Text;color:#000;font-weight:500}.ui-autocomplete .ui-menu-item__address{font-family:Golos Text;font-size:.7em;color:#000;opacity:.5}.ui-autocomplete .ui-menu-item__inn{font-family:Golos Text;font-size:.8em;color:#000;opacity:.5}.m-calc__input input,.m-calc__suffix{font-family:Onest,sans-serif}.ui-autocomplete .ui-menu-item-wrapper{color:#000}.ui-autocomplete.ui-widget-content .ui-state-active{background:#F4F4F4;border-color:#F4F4F4}.ui-autocomplete .ui-widget.ui-widget-content{border-color:#000}.ui-autocomplete .ui-menu-item{border-bottom:1px solid #F4F4F4}.ui-autocomplete .ui-menu-item:last-child{border:0}.m-icon-blocks_mb{margin-bottom:100px}@media (max-width:1140px) and (min-width:741px){.popup .u-partners__form-submit_t-w_220{width:220px}.m-icon-blocks_mb{margin-bottom:90px}}@media (max-width:740px){.m-icon-blocks_mb{margin-bottom:50px}}.m-icon-blocks_sm-mb{margin-bottom:80px}.m-icon-blocks__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-right:60px}.m-icon-blocks__h2{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-icon-blocks__inner{padding-left:20px;padding-right:20px}.m-icon-blocks__h2{margin-bottom:30px}}@media (max-width:740px){.m-icon-blocks__inner{padding-left:20px;padding-right:20px}.m-icon-blocks__h2{margin-bottom:20px}}.m-icon-blocks__row{display:flex;flex-wrap:wrap;margin:-19px -10px}.m-icon-blocks__col{width:50%;padding:19px 10px;box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-icon-blocks__row{margin:-12px}.m-icon-blocks__col{padding:12px}}@media (max-width:740px){.m-icon-blocks__row{margin:0;flex-direction:column}.m-icon-blocks__col{width:100%;padding:0;margin-bottom:20px}.m-icon-blocks__col:last-child{margin-bottom:0}}.m-icon-block{border-radius:16px;background:#F4F4F4;padding:30px 30px 30px 7px;display:flex;overflow:hidden;height:100%;box-sizing:border-box;border:0}.m-icon-block_white{background:#fff;border-radius:16px;border:1px solid rgba(59,65,77,.3)}.m-icon-block_center,.m-icon-block_center .m-icon-block__image{align-items:center}.m-icon-block__h3{margin-bottom:11px}@media (max-width:1140px) and (min-width:741px){.m-icon-block{flex-direction:column;padding:20px}.m-icon-block__h3{margin-bottom:10px}}@media (max-width:740px){.m-icon-block{padding:20px;flex-wrap:wrap}.m-icon-block__h3{margin-bottom:10px}.m-icon-block__info{width:calc(100% - 53px - 20px)}}.m-icon-block__h3_mini-width{max-width:300px}.m-icon-block__h3:last-child{margin-bottom:0}.m-icon-block__info{flex-grow:1}.m-icon-block__image{width:90px;height:90px;display:flex;align-items:flex-start;justify-content:center;flex-shrink:0;margin-right:8px}.m-icon-block__image img{display:block;max-width:80%;max-height:80%}@media (max-width:1140px) and (min-width:741px){.m-icon-block__image{width:127px;height:127px;align-items:center;margin:0 auto 16px}.m-icon-block__image img{max-width:75%;max-height:75%}}@media (max-width:740px){.m-icon-block__image{width:80px;height:80px;align-items:center;justify-content:flex-start;margin:0 0 10px}.m-icon-block__image img{max-width:80%;max-height:80%}}.m-icon-block__image_hidden{filter:blur(1.5rem);-webkit-backdrop-filter:blur(1.5rem)}.m-icon-block__text_max-width{max-width:340px}.m-harmonic_mb{margin-bottom:100px}@media (max-width:1140px) and (min-width:741px){.m-harmonic_mb{margin-bottom:100px}}@media (max-width:740px){.m-harmonic_mb{margin-bottom:60px}}.m-harmonic_smb{margin-bottom:70px}@media (max-width:1140px) and (min-width:741px){.m-harmonic_smb{margin-bottom:50px}}@media (max-width:740px){.m-harmonic_smb{margin-bottom:30px}}.m-harmonic_dark .m-harmonic__item{border:0;background:#F4F6FA}.m-harmonic_no-border .m-harmonic__item{border:0}.m-harmonic__h2{margin-bottom:40px}.m-harmonic__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:1140px) and (min-width:741px){.m-harmonic__h2{margin-bottom:16px}.m-harmonic__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-harmonic__h2{margin-bottom:12px}.m-harmonic__inner{padding-left:20px;padding-right:20px}}.m-harmonic__item{margin-bottom:20px;border:1px solid rgba(59,65,77,.3);background:#FFF;padding:30px 40px;border-radius:16px}.m-harmonic__item:last-child{margin-bottom:0}@media (max-width:1140px) and (min-width:741px){.m-harmonic__item{padding:20px}}@media (max-width:740px){.m-harmonic__item{padding:20px}}.m-harmonic__heading{display:flex;align-items:center;text-decoration:none}.m-harmonic__heading_active .m-harmonic__icon{transform:rotate(180deg)}.m-harmonic__h3{flex-grow:1;margin-right:20px}.m-harmonic__icon{width:18px;flex-shrink:0}.m-harmonic__icon path{stroke:#443D80}.m-harmonic__detail{display:none;padding-top:20px}.m-harmonic__detail_active{display:block}.m-harmonic a{color:#3B414D}.m-harmonic a:hover,.select2-container--default .select2-results .select2-results__option:hover{color:#48499B}.m-harmonic--isConditions .m-harmonic__inner{max-width:100%;padding:0}.m-harmonic--isConditions .m-harmonic__heading{border-bottom:0}.m-docs__item{margin-bottom:26px;display:flex}@media (max-width:1140px) and (min-width:741px){.m-docs__item{margin-bottom:16px}}.m-docs__item:last-child{margin-bottom:0}.m-docs__heading{margin-bottom:26px}@media (max-width:1140px) and (min-width:741px){.m-docs__heading{margin-bottom:16px}}.m-docs__info{margin-top:5px}.m-docs__sub{margin-left:40px;margin-bottom:26px}@media (max-width:1140px) and (min-width:741px){.m-docs__sub{margin-left:20px;margin-bottom:16px}}.m-docs .documents__changes-link,.m-docs__sub:last-child{margin-bottom:0}.m-docs__text{text-decoration:none}.m-docs__icon{width:18px;margin-right:10px;margin-top:-1px;flex-shrink:0}.m-docs__icon img{display:block;max-width:100%}.m-bicon-blocks_mb,.m-calc_mb{margin-bottom:100px}.m-docs .documents__changes-list{padding-left:16px}@media (max-width:1140px) and (min-width:741px){.m-docs__icon{width:16px;margin-right:9px;margin-top:-2px}.m-calc_mb{margin-bottom:90px}}@media (max-width:740px){.m-docs__sub{margin-left:20px}.m-docs__icon{width:14px;margin-right:9px;margin-top:-1px}.m-calc_mb{margin-bottom:50px}}.m-calc__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:1140px) and (min-width:741px){.m-calc__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-calc__inner{padding-left:20px;padding-right:20px}}.m-calc__body{border-radius:16px;background:#F4F4F4;padding:30px}.m-calc__body_white{border-radius:16px;background:#FFF}.m-calc__h2{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-calc__h2{margin-bottom:26px}}@media (max-width:740px){.m-calc__body{padding:20px}.m-calc__h2{margin-bottom:20px}}.m-calc__label{margin-bottom:10px}@media (max-width:1140px) and (min-width:741px){.m-calc__label{margin-bottom:5px}}@media (max-width:740px){.m-calc__label{margin-bottom:5px}}.m-calc__row{display:flex;margin:0 -15px}@media (max-width:1140px) and (min-width:741px){.m-calc__row{width:100%;margin:0;flex-direction:column}}@media (max-width:740px){.m-calc__row{width:100%;margin:0;flex-direction:column}}.m-calc__row_mb{margin-bottom:30px}@media (max-width:740px){.m-calc__row_mb{margin-bottom:20px}}.m-calc__col{width:50%;padding:0 15px;box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-calc__col{width:100%;padding:0}.m-calc__col:first-child{margin-bottom:30px}}@media (max-width:740px){.m-calc__col{width:100%;padding:0}.m-calc__col:first-child{margin-bottom:20px}}.m-calc__field{margin-bottom:30px}.m-calc__field:last-child{margin-bottom:0}.m-calc__input{position:relative}.m-calc__input input{font-weight:500;font-size:26px;line-height:1.2em;color:#3B414D;padding:12px 90px 12px 20px;border:2px solid #d8d9db;border-radius:5px;box-sizing:border-box;outline:0;width:100%}.m-calc__input input::placeholder{color:#9da0a6}@media (max-width:740px){.m-calc__field{margin-bottom:20px}.m-calc__input input{font-size:16px;font-weight:400;padding:18px 70px 18px 20px}}.m-calc__input_mb{margin-bottom:25px}.m-calc__suffix{position:absolute;top:50%;right:20px;font-size:26px;line-height:1em;color:#3B414D;font-weight:500;transform:translate(0,-50%);pointer-events:none}.m-calc__description,.select2-container--select .select2-dropdown .select2-results__option,.select2-container--select .select2-selection{line-height:1.2em;font-family:Onest,sans-serif}@media (max-width:740px){.m-calc__input_mb{margin-bottom:15px}.m-calc__suffix{font-size:16px;font-weight:400}}.m-calc__fields{margin-bottom:60px}@media (max-width:1140px) and (min-width:741px){.m-calc__fields{margin-bottom:32px}}@media (max-width:740px){.m-calc__fields{margin-bottom:22px}}.m-calc__result{margin-bottom:16px}.m-calc__description{font-size:14px;color:#3B414D}.m-calc__description_dark{opacity:.8}.m-calc__select{width:400px}@media (max-width:740px){.m-calc__result{margin-bottom:6px}.m-calc__select{width:100%}}.m-calc__select_full{width:100%}.m-calc__range-slider{margin-bottom:16px}@media (max-width:740px){.m-calc__range-slider{margin-bottom:12px}.m-calc__amount{display:block}}.m-calc__crow{display:flex;margin:0 -20px}@media (max-width:1140px) and (min-width:741px){.m-calc__select{width:100%}.m-calc__crow{margin:0;flex-direction:column}}@media (max-width:740px){.m-calc__crow{margin:0;flex-direction:column}}.m-calc__ccol{width:50%;box-sizing:border-box;padding:0 20px}@media (max-width:1140px) and (min-width:741px){.m-calc__ccol{width:100%;padding:0}.m-calc__ccol:first-child{margin-bottom:40px}}@media (max-width:740px){.m-calc__ccol{width:100%;padding:0}.m-calc__ccol:first-child{margin-bottom:40px}}.m-calc__block-result{border-radius:16px;background:#F4F4F4;padding:32px}.m-calc__result-item{margin-bottom:32px}@media (max-width:1140px) and (min-width:741px){.m-calc__result-item{margin-bottom:0;margin-right:48px}.m-calc__result-item:last-child{margin-right:0}.m-calc__result-items{display:flex}}@media (max-width:740px){.m-calc__result-item{margin-bottom:16px}}.m-calc__result-item:last-child{margin-bottom:0}.m-calc__result-items{margin-bottom:32px}.m-calc__button{margin-bottom:16px}.select2-container--select{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container--select .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container--select .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container--select .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container--select .select2-selection--multiple{box-sizing:border-box;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container--select .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container--select .select2-search--inline{float:left}.select2-container--select .select2-search--inline .select2-search__field{box-sizing:border-box;font-size:100%;margin-top:5px;padding:0}.select2-container--select .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--select .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--select .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--select .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--select .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--select .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--select .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--select[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--select[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--select.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--select.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--select.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--select .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--select .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--select .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--select .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--select .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--select .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--select .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--select[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--select[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--select[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--select[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--select.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--select.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--select.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--select.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--select.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--select.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--select.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--select .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--select .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--select .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--select .select2-results__option[role=group]{padding:0}.select2-container--select .select2-results__option[aria-disabled=true]{color:#999}.select2-container--select .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--select .select2-results__option .select2-results__option{padding-left:1em}.select2-container--select .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--select .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--select .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--select .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--select .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--select .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--select .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--select .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.select2-container{z-index:5}@media screen and (min-width:1141px){.select2-container .select2-selection:hover{color:#48499B}}.select2-container--open{z-index:15}.select2-container--select .select2-dropdown{background:#FFF;overflow:hidden;box-sizing:border-box;max-width:300px;padding:0;border:2px solid #d8d9db;border-radius:5px}@media (max-width:740px){.select2-container--select .select2-dropdown{padding:10px 0}}.select2-container--select .select2-dropdown .select2-results__option{padding:12px 20px;font-weight:500;font-size:26px;color:#23262F}@media (max-width:740px){.select2-container--select .select2-dropdown .select2-results__option{padding:5px 16px;font-size:13px}}.select2-container--select .select2-dropdown .select2-results__option--highlighted[aria-selected]{background:#F4F4F4}.select2-container--select .select2-dropdown .select2-results__option[aria-selected=true]{color:#48499B}.select2-container--select .select2-dropdown .select2-results__option[aria-disabled=true]{opacity:.25}.select2-container--select .select2-dropdown .select2-results{overflow-y:auto;max-height:300px}.select2-container--select .select2-selection{font-weight:500;font-size:26px;display:flex;align-items:center;color:#3B414D;border:2px solid #d8d9db;border-radius:5px;padding:12px 20px;background:#fff;height:auto}@media (max-width:740px){.select2-container--select .select2-selection{padding:18px 16px;border-width:2px;font-size:16px}}.select2-container--select .select2-selection .select2-selection__rendered{padding:0;line-height:1.1em;flex-grow:1;margin-right:40px}.select2-container--select .select2-selection .select2-selection__arrow{width:18px;flex-shrink:0;margin-left:auto;position:static;height:auto}.select2-container--select.select2-container--open .select2-selection__arrow svg{transform:rotate(180deg)}.select2-container--input .select2-dropdown{background:#FFF;overflow:hidden;box-sizing:border-box;padding:0;border:2px solid #d8d9db;border-radius:5px}@media (max-width:740px){.select2-container--input .select2-dropdown{padding:10px 0}}.select2-container--input .select2-dropdown .select2-results__option{font-family:Onest,sans-serif;font-weight:400;padding:16px 20px 17px;font-size:18px;line-height:1.2em;color:#23262F}@media (max-width:1140px) and (min-width:741px){.select2-container--input .select2-dropdown .select2-results__option{padding:14px 18px;font-size:14px}}@media (max-width:740px){.select2-container--input .select2-dropdown .select2-results__option{padding:14px 18px 15px;font-size:14px}}.select2-container--input .select2-dropdown .select2-results__option--highlighted[aria-selected]{background:#F4F4F4}.select2-container--input .select2-dropdown .select2-results__option[aria-selected=true]{color:#48499B}.select2-container--input .select2-dropdown .select2-results__option[aria-disabled=true]{opacity:.25}.select2-container--input .select2-dropdown .select2-results{overflow-y:auto;max-height:300px}.select2-container--input .select2-selection{font-family:Onest,sans-serif;font-weight:400;font-size:18px;line-height:1.2em;display:flex;align-items:center;color:#3B414D;border:2px solid #d8d9db;border-radius:5px;padding:16px 20px 17px;background:#fff;height:auto}@media (max-width:1140px) and (min-width:741px){.select2-container--input .select2-selection{padding:14px 18px;border-width:2px;font-size:14px}.m-bicon-blocks_mb{margin-bottom:90px}}@media (max-width:740px){.select2-container--input .select2-selection{padding:14px 18px 15px;border-width:2px;font-size:14px}}.select2-container--input .select2-selection .select2-selection__rendered{padding:0;line-height:1.1em;flex-grow:1;margin-right:40px}.select2-container--input .select2-selection .select2-selection__arrow{width:18px;flex-shrink:0;margin-left:auto;position:static;height:auto}.select2-container--input.select2-container--open .select2-selection__arrow svg{transform:rotate(180deg)}.select2-container--select._no-border .select2-dropdown,.select2-container--select._no-border .select2-selection{border-color:#fff}.irs.irs--flat{height:5px}.irs.irs--flat .irs-line{background:rgba(59,65,77,.3);border-radius:100px;height:5px;top:0}.irs.irs--flat .irs-bar{border-radius:5px;background:#1B6FED;height:5px;top:0}.irs.irs--flat .irs-single{display:none}.irs.irs--flat .irs-handle{top:-5px;width:14px;height:14px;border-radius:100%;border:2px solid #1B6FED;background:#FFF;box-sizing:border-box;box-shadow:0 0 0 2px rgba(27,111,237,.3);cursor:pointer}.m-bicon-block,.m-check-block{border-radius:16px;height:100%}.m-bicon-block,.m-check-block_shadow,.m-news-block__item{box-shadow:0 12px 30px 0 rgba(0,0,0,.1)}.irs.irs--flat .irs-handle i{display:none!important}.m-tab-container{display:none}.m-tab-container_active{display:block}.m-bicon-blocks_sm-mb{margin-bottom:80px}.m-bicon-blocks__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:740px){.m-bicon-blocks_mb{margin-bottom:80px}.m-bicon-blocks__inner{padding-left:20px;padding-right:20px}}.m-bicon-blocks__h2{margin-bottom:16px}@media (max-width:740px){.m-bicon-blocks__h2{margin-bottom:12px}}.m-bicon-blocks__text{margin-bottom:36px}@media (max-width:1140px) and (min-width:741px){.m-bicon-blocks__inner{padding-left:20px;padding-right:20px}.m-bicon-blocks__text{margin-bottom:28px}}@media (max-width:740px){.m-bicon-blocks__text{margin-bottom:28px}}.m-bicon-blocks__row{display:flex;flex-wrap:wrap;margin:-10px}.m-bicon-blocks__col{width:50%;padding:10px;box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-bicon-blocks__row{margin:-8px}.m-bicon-blocks__col{padding:8px}}@media (max-width:740px){.m-bicon-blocks__row{margin:0}.m-bicon-blocks__col{width:100%;padding:0;margin-bottom:16px}.m-bicon-blocks__col:last-child{margin-bottom:0}}.m-bicon-block{padding:40px;display:flex;align-items:center;overflow:hidden;box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-bicon-block{padding:16px 20px;flex-direction:column;align-items:flex-start}}.m-bicon-block__h3{margin-bottom:11px}@media (max-width:740px){.m-bicon-block{padding:18px 20px}.m-bicon-block__h3{margin-bottom:8px}.m-bicon-block__info{width:calc(100% - 53px - 20px)}}.m-bicon-block__h3:last-child{margin-bottom:0}.m-bicon-block__info{flex-grow:1}.m-bicon-block__image{width:75px;height:75px;display:flex;align-items:flex-start;justify-content:center;flex-shrink:0;margin-right:36px}@media (max-width:1140px) and (min-width:741px){.m-bicon-block__image{width:58px;height:58px;margin-right:0;margin-bottom:20px}}.m-bicon-block__image img{display:block;max-width:100%;max-height:100%}.m-bicon-block__image_hidden{filter:blur(1.5rem);-webkit-backdrop-filter:blur(1.5rem)}.m-check-blocks_mb{margin-bottom:100px}.m-check-blocks__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}.m-check-block,.m-check-blocks__col,.m-content__border,.m-content__col,.m-products__param{box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-check-blocks_mb{margin-bottom:44px}.m-check-blocks__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-bicon-block__image{width:52px;height:52px}.m-check-blocks_mb{margin-bottom:44px}.m-check-blocks__inner{padding-left:20px;padding-right:20px}}.m-check-blocks__row{display:flex;flex-wrap:wrap;margin:-10px}.m-check-blocks__row_c6 .m-check-blocks__col{width:16.66666667%}@media (max-width:1140px) and (min-width:741px){.m-check-blocks__row{margin:-8px}.m-check-blocks__row_c6 .m-check-blocks__col,.m-check-blocks__row_c6 .m-check-blocks__col:last-child{width:33.33333333%}}@media (max-width:740px){.m-check-blocks__row{margin:0}.m-check-blocks__row_c6 .m-check-blocks__col{width:33.33333333%;padding:2px;margin:0}.m-check-blocks__row_c6 .m-check-blocks__col:last-child{width:33.33333333%}.m-check-blocks__row_c6{margin:-2px}}.m-check-blocks__row_c4 .m-check-blocks__col{width:25%}@media (max-width:1140px) and (min-width:741px){.m-check-blocks__row_c4 .m-check-blocks__col,.m-check-blocks__row_c4 .m-check-blocks__col:last-child{width:50%}}@media (max-width:740px){.m-check-blocks__row_c4 .m-check-blocks__col{width:100%}}.m-check-blocks__row_c2 .m-check-blocks__col{width:50%}@media (max-width:1140px) and (min-width:741px){.m-check-blocks__row_c2 .m-check-blocks__col,.m-check-blocks__row_c2 .m-check-blocks__col:last-child{width:50%}.m-check-blocks__row_c1 .m-check-blocks__col{width:100%}}.m-check-blocks__row_c1 .m-check-blocks__col{width:100%}.m-check-blocks__row_m-c2{margin:-8px}@media (max-width:740px){.m-check-blocks__row_c1 .m-check-blocks__col,.m-check-blocks__row_c2 .m-check-blocks__col{width:100%}.m-check-blocks__row_m-c2 .m-check-blocks__col{padding:8px;width:50%;margin-bottom:0}}.m-check-blocks__row_mb{margin-bottom:10px}.m-check-blocks__row_center{justify-content:center}@media (max-width:1140px) and (min-width:741px){.m-check-blocks__row_mb{margin-bottom:8px}.m-check-blocks__row_center .m-check-blocks__col,.m-check-blocks__row_center .m-check-blocks__col:last-child{width:50%}}@media (max-width:740px){.m-check-blocks__row_mb{margin-bottom:16px}.m-check-blocks__row_mb.m-check-blocks__row_m-c2{margin-bottom:8px}.m-check-blocks__row_center .m-check-blocks__col{width:100%}}.m-check-blocks__row_bmb{margin-bottom:26px}.m-check-blocks__col{width:33.33333333%;padding:10px}@media (max-width:1140px) and (min-width:741px){.m-check-blocks__row_bmb{margin-bottom:20px}.m-check-blocks__col{padding:8px;width:50%}.m-check-blocks__col:last-child{width:100%}}@media (max-width:740px){.m-check-blocks__row_bmb{margin-bottom:28px}.m-check-blocks__col{width:100%;padding:0;margin-bottom:16px}.m-check-blocks__col:last-child{margin-bottom:0}}.m-check-blocks__h2{margin-bottom:36px}.m-check-blocks__button{text-align:center}.m-check-block{border:1px solid rgba(59,65,77,.3);padding:16px 14px;display:flex;background:#fff}.m-check-block_check-up{flex-direction:column}@media (max-width:740px){.m-check-blocks__h2{margin-bottom:28px}.m-check-block_check-up{flex-direction:row}}.m-check-block_check-up .m-check-block__image{margin-top:0;margin-right:0;margin-bottom:20px}.m-check-block_gray{border-color:#F4F4F4;background:#F4F4F4}.m-check-block_shadow{border:none;background:#fff}@media (max-width:1140px) and (min-width:741px){.m-check-block{padding:16px 20px;flex-direction:column}}.m-check-block_center{text-align:center}@media (max-width:740px){.m-check-block_check-up .m-check-block__image{margin-right:20px;margin-bottom:0}.m-check-block{padding:18px 20px}.m-check-block_sm{padding:12px}.m-check-block_sm .m-check-block__info span{display:block}.m-check-block_center{flex-direction:column}}.m-check-block__image{width:40px;height:40px;margin-right:16px;flex-shrink:0;margin-top:7px;display:flex;align-items:center;justify-content:center}@media (max-width:1140px) and (min-width:741px){.m-check-block__image{margin-right:0;margin-bottom:20px}}@media (max-width:740px){.m-check-block__image{margin-right:20px}}.m-check-block__image img{display:block;max-width:75%}.m-check-block__big-image{height:150px;margin-bottom:20px}.m-check-block__big-image img{display:block;max-width:100%;max-height:100%}.m-check-block__icon{width:64px;height:64px;margin:0 auto 17px;display:flex;align-items:center;justify-content:center}@media (max-width:1140px) and (min-width:741px){.m-check-block__icon{margin-bottom:20px}}@media (max-width:740px){.m-check-block__icon{margin-bottom:20px}}.m-check-block__icon img{display:block;max-width:100%;max-height:100%}.m-check-block__icon_sm{width:30px;height:30px;margin-bottom:10px}@media (max-width:740px){.m-check-block__icon_sm{margin-bottom:5px}}.m-check-block__icon_xsm{width:60px;height:60px;margin-bottom:0}@media (max-width:740px){.m-check-block__icon_xsm{margin-bottom:5px;width:40px;height:40px}}.m-check-block__name{margin-bottom:8px}@media (max-width:1140px) and (min-width:741px){.m-check-block__name{margin-bottom:12px}}@media (max-width:740px){.m-check-block__name{margin-bottom:8px}.m-check-block__name_bmb{margin-bottom:20px}}.m-check-block__name_bmb{margin-bottom:20px}@media (max-width:1140px) and (min-width:741px){.m-check-block__name_bmb{margin-bottom:20px}}.m-check-block__info{flex-grow:1}@media screen and (min-width:1141px){a.m-check-block:hover{background:#d9f6fa;border-color:transparent;box-shadow:none}}.m-bg-block{border-radius:16px;background:#F4F6FA;padding:60px 0;margin:0 40px}.m-bg-block_bpb{padding-bottom:88px}@media (max-width:1140px) and (min-width:741px){.m-bg-block_bpb{padding-bottom:80px}}@media (max-width:740px){.m-bg-block_bpb{padding-bottom:48px}}@media (max-width:1140px) and (min-width:741px){.m-bg-block{margin:0;border-radius:0;padding:44px 0}}@media (max-width:740px){.m-bg-block{margin:0;border-radius:0;padding:32px 0}}.m-bg-block_mb{margin-bottom:88px}.m-bg-block__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:740px){.m-bg-block_mb{margin-bottom:44px}.m-bg-block__inner{padding-left:20px;padding-right:20px}}.m-bg-block__h2{margin-bottom:36px}@media (max-width:740px){.m-bg-block__h2{margin-bottom:28px}.m-bg-block__h2 br{display:none}.m-steps__row{flex-direction:column}}.m-steps_no-border .m-steps__item{border:0}.m-steps__row{display:flex}.m-steps__items{flex-grow:1}@media (max-width:740px){.m-steps__items{margin-bottom:20px}}.m-steps__item{display:flex;align-items:center;border-radius:16px;border:1px solid rgba(59,65,77,.3);padding:20px;background:#fff;margin-bottom:20px}@media (max-width:1140px) and (min-width:741px){.m-bg-block__inner{padding-left:20px;padding-right:20px}.m-steps__item{flex-direction:column;align-items:flex-start;padding:28px;margin-bottom:16px}}@media (max-width:740px){.m-steps__item{margin-bottom:16px}}.m-steps__item:last-child{margin-bottom:0}.m-steps__num{font-family:Onest,sans-serif;font-size:36px;font-weight:600;width:82px;height:82px;display:flex;align-items:center;justify-content:center;background:#F4F4F4;border-radius:15px;margin-right:20px;flex-shrink:0}@media (max-width:1140px) and (min-width:741px){.m-steps__num{width:49px;height:49px;font-size:20px;margin-right:0;margin-bottom:20px}}.m-steps__img{width:335px;flex-shrink:0;margin-left:36px}.m-steps__img img{display:block;max-width:100%}@media (max-width:1140px) and (min-width:741px){.m-steps__img{width:235px;margin-left:16px}.m-steps__img img{position:sticky;top:16px}}@media (max-width:740px){.m-steps__img{width:100%;margin-left:0}.m-steps__img img{margin:0 auto}}.m-rates_mb{margin-bottom:100px}.m-rates__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}.m-rates__row{display:flex}@media (max-width:1140px) and (min-width:741px){.m-rates_mb{margin-bottom:88px}.m-rates__inner{padding-left:20px;padding-right:20px}.m-rates__row{align-items:flex-end}}@media (max-width:740px){.m-rates_mb{margin-bottom:80px}.m-rates__inner{padding-left:20px;padding-right:20px}.m-rates__row{flex-direction:column}.m-rates__info{margin-bottom:28px}}.m-rates__info{flex-grow:1}.m-rates__h2{margin-bottom:16px}.m-rates__text{margin-bottom:36px}@media (max-width:1140px) and (min-width:741px){.m-rates__text{margin-bottom:28px}}.m-rates__item{border-radius:8px;background:#F4F4F4;padding:16px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.m-rates__item:last-child{margin-bottom:0}.m-rates__num{margin-left:36px;border-radius:8px;background:#FFF;padding:12px}@media (max-width:1140px) and (min-width:741px){.m-rates__num{padding:8px;margin-left:16px}}.m-rates__img{flex-shrink:0;margin-left:44px;width:567px}.m-rates__img img{display:block;max-width:100%}.m-header.header .header__inner,.m-navbar.navbar .navbar__inner,.m-page__inner,.m-products__inner,.m-tile__inner{max-width:1200px;box-sizing:content-box}.m-animate_bottom{transition:all .4s linear;opacity:0;transform:translateY(25%)}.m-header-prolog{height:125px}@media (max-width:1140px) and (min-width:741px){.m-rates__img{width:296px;margin-left:28px}.m-header-prolog{height:105px}}@media (max-width:740px){.m-rates__img{width:100%;margin-left:0}.m-rates__img img{margin:0 auto}.m-header-prolog{height:75px}}.m-page_mb{margin-bottom:100px}@media (max-width:1140px) and (min-width:741px){.m-page_mb{margin-bottom:60px}}@media (max-width:740px){.m-page_mb{margin-bottom:40px}}.m-page_smb{margin-bottom:50px}.m-page__inner{margin-left:auto;margin-right:auto;padding-left:60px;padding-right:60px}@media (max-width:1140px) and (min-width:741px){.m-page_smb{margin-bottom:30px}.m-page__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-page_smb{margin-bottom:20px}.m-page__inner{padding-left:20px;padding-right:20px}}.m-page__breadcrumb{margin-bottom:30px}@media (max-width:1140px) and (min-width:741px){.m-page__breadcrumb{margin-bottom:15px}}@media (max-width:740px){.m-page__breadcrumb{margin-bottom:15px}}.m-page__h1{margin-bottom:50px}@media (max-width:1140px) and (min-width:741px){.m-page__h1{margin-bottom:25px}}@media (max-width:740px){.m-page__h1{margin-bottom:25px}}.m-page__photo{background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:16px;padding-bottom:30%;margin-bottom:50px;margin-left:-20px;margin-right:-20px}@media (max-width:1140px) and (min-width:741px){.m-page__photo{padding-bottom:40%;margin-bottom:15px;border-radius:0}}@media (max-width:740px){.m-page__photo{padding-bottom:40%;margin-bottom:15px;border-radius:0}}.m-products{margin-bottom:100px}.m-products__inner{margin-left:auto;margin-right:auto;padding-left:60px;padding-right:60px}.m-products__breadcrumb{margin-bottom:30px}.m-products__h1{margin-bottom:50px}@media (max-width:1140px) and (min-width:741px){.m-products__inner{padding-left:20px;padding-right:20px}.m-products__h1{margin-bottom:40px}}@media (max-width:740px){.m-products__inner{padding-left:20px;padding-right:20px}.m-products__h1{margin-bottom:30px}}.m-products__tabs{margin-bottom:50px}@media (max-width:1140px) and (min-width:741px){.m-products__tabs{margin-bottom:40px}}.m-products__item{transition:all .3s linear;display:flex;align-items:center;border-radius:16px;background:#F4F6FA;padding:30px;margin-bottom:30px;text-decoration:none;position:relative}@media (max-width:1140px) and (min-width:741px){.m-products__item{justify-content:space-between}}@media (max-width:740px){.m-products__tabs{margin-bottom:30px}.m-products__item{padding:20px;margin-bottom:20px;flex-direction:column}}.m-products__item:last-child{margin-bottom:0}@media screen and (min-width:1141px){.m-products__item:hover{transform:scale(1.02)}}.m-products__info{display:block;flex-grow:1;margin-right:385px}@media (max-width:1140px) and (min-width:741px){.m-products__info{margin-right:330px}.m-products__name{font-size:38px}}@media (max-width:740px){.m-products__info{margin-right:0;margin-bottom:30px;width:100%}}.m-products__name{display:block;margin-bottom:25px;font-weight:600}@media (max-width:740px){.m-products__name{font-size:29px;line-height:30px;margin-bottom:15px;font-weight:600}}.m-products__text{display:block;margin-bottom:30px}@media (max-width:1140px) and (min-width:741px){.m-products__text{font-size:20px}}@media (max-width:740px){.m-products__text{font-size:16px;margin-bottom:20px}}.m-products__params{display:flex;justify-content:space-between;margin:0 -15px 30px}.m-products__val,.m-products__var{display:block;color:#000;font-family:Onest,sans-serif;line-height:1.2em}.m-products__param{width:33.33333333%;padding:0 15px}@media (max-width:1140px) and (min-width:741px){.m-products__params{justify-content:flex-start;gap:32px;flex-wrap:wrap}.m-products__param{width:auto}}@media (max-width:740px){.m-products__params{margin:0 -10px;flex-wrap:wrap;gap:16px}.m-products__param{width:50%;padding:0 10px}.m-products__param:last-child{width:100%;margin-top:15px}}.m-products__var{opacity:.5;font-size:18px;margin-bottom:8px}@media (max-width:1140px) and (min-width:741px){.m-products__var{font-size:16px;margin-bottom:6px}}@media (max-width:740px){.m-products__var{font-size:20px;margin-bottom:0}}.m-products__val{font-size:26px;font-weight:600}.m-products__image{flex-shrink:0;position:absolute;bottom:0;right:0;top:0;margin:auto 0;width:330px}@media (max-width:1140px) and (min-width:741px){.m-products__val{font-size:24px}.m-products__button{max-width:285px}}.m-products__m-button{display:none}@media (max-width:740px){.m-products__val{font-size:20px}.m-products__image{bottom:95px;top:auto;width:200px}.m-products__button{display:none}.m-products__m-button{display:block}}.m-products--isDeposits .m-products__name{font-weight:600}@media (max-width:1140px) and (min-width:741px){.m-products--isDeposits .m-products__name{font-size:45px}}@media (max-width:740px){.m-products--isDeposits .m-products__name{font-size:30px}}.m-products--isDeposits .m-products__val{white-space:nowrap}.m-products--isDeposits .m-products__params{display:grid;grid-template-columns:1fr 250px}@media (max-width:1140px) and (min-width:741px){.m-products--isDeposits .m-products__val{font-size:20px;white-space:normal}.m-products--isDeposits .m-products__params{grid-template-columns:repeat(2,1fr)}}.m-products--isDeposits .m-products__param{width:100%}@media (max-width:740px){.m-products--isDeposits .m-products__val{font-size:19px;white-space:normal}.m-products--isDeposits .m-products__var{font-size:16px}.m-products--isDeposits .m-products__params{grid-template-columns:1fr}.m-products--isDeposits .m-products__param{width:60%}}.m-content{font-size:16px;line-height:1.4em;color:#3B414D;font-family:Onest,sans-serif}.m-content h2:not( .m-h2 ),.m-content h3,.m-content h4{line-height:1.1em;font-weight:500}.m-content_mb{margin-bottom:100px}.m-content_mst{margin-top:24px}@media (max-width:1140px) and (min-width:741px){.m-content{font-size:14px}.m-content_mb{margin-bottom:60px}.m-content_mst{margin-top:14px}}@media (max-width:740px){.m-content{font-size:14px}.m-content_mb{margin-bottom:40px}.m-content_mst{margin-top:14px}}.m-content_smb{margin-bottom:24px}@media (max-width:1140px) and (min-width:741px){.m-content_smb{margin-bottom:14px}}@media (max-width:740px){.m-content_smb{margin-bottom:14px}}.m-content_justify{text-align:justify}.m-content ul.text__ul_sm li{margin:0}.m-content h2:not( .m-h2 ){font-size:1.6em}.m-content h3{font-size:1.4em}.m-content h4{font-size:1.2em}.m-content ul{padding-left:0;list-style-type:none}.m-content ol{padding-left:19px}@media (max-width:1140px) and (min-width:741px){.m-content ol{padding-left:16px}}@media (max-width:740px){.m-content ol{padding-left:16px}}.m-content ul li{position:relative;padding-left:20px}.m-content ul li::before{content:'';display:block;position:absolute;left:0;background:#48499B;top:5px;width:5px;height:5px;border-radius:50%}.m-content ul li ul{padding-top:12px}@media (max-width:1140px) and (min-width:741px){.m-content ul li{padding-left:10px}.m-content ul li::before{top:50%;transform:translateY(-50%)}.m-content ul li ul{padding-top:7px}}@media (max-width:740px){.m-content ul li{padding-left:10px}.m-content ul li ul{padding-top:7px}}.m-content ul li ul li{position:relative;padding-left:20px}.m-content ul li ul li::before{content:'';display:block;position:absolute;top:12px;left:0;width:10px;height:1px;background:#3B414D}.m-content .m-content__border,.m-content .m-content__docs,.m-content .m-content__warning,.m-content h3,.m-content h4,.m-content li,.m-content ol,.m-content p,.m-content ul{margin-top:24px;margin-bottom:24px}@media (max-width:1140px) and (min-width:741px){.m-content .m-content__border,.m-content .m-content__docs,.m-content .m-content__warning,.m-content h3,.m-content h4,.m-content li,.m-content ol,.m-content p,.m-content ul{margin-top:14px;margin-bottom:14px}}@media (max-width:740px){.m-content .m-content__border,.m-content .m-content__docs,.m-content .m-content__warning,.m-content h3,.m-content h4,.m-content li,.m-content ol,.m-content p,.m-content ul{margin-top:14px;margin-bottom:14px}}.m-content .m-content__border:first-child,.m-content .m-content__docs:first-child,.m-content .m-content__warning:first-child,.m-content h3:first-child,.m-content h4:first-child,.m-content li:first-child,.m-content ol:first-child,.m-content p:first-child,.m-content ul:first-child{margin-top:0}.m-content .m-content__border:last-child,.m-content .m-content__docs:last-child,.m-content .m-content__warning:last-child,.m-content h3:last-child,.m-content h4:last-child,.m-content li:last-child,.m-content ol:last-child,.m-content p:last-child,.m-content ul:last-child{margin-bottom:0}.m-content .m-content__row{margin-top:36px;margin-bottom:36px}@media (max-width:1140px) and (min-width:741px){.m-content .m-content__row{margin-top:20px;margin-bottom:20px}}@media (max-width:740px){.m-content .m-content__row{margin-top:20px;margin-bottom:20px}}.m-content .m-content__row:first-child{margin-top:0}.m-content .m-content__row:last-child{margin-bottom:0}.m-content li{margin-top:12px;margin-bottom:12px}@media (max-width:1140px) and (min-width:741px){.m-content li{margin-top:7px;margin-bottom:7px}}@media (max-width:740px){.m-content li{margin-top:7px;margin-bottom:7px}}.m-content li:first-child{margin-top:0}.m-content li:last-child{margin-bottom:0}.m-content a:not( .m-docs__icon,.m-docs__text,.m-button,.m-docs-block__item ){transition:all .3s linear;color:#3B414D;border-bottom:1px solid #3B414D;text-decoration:none}.m-content a:not( .m-docs__icon,.m-docs__text,.m-button,.m-docs-block__item ) path{transition:all .3s linear;fill:#443D80}@media screen and (min-width:1141px){.m-content a:not( .m-docs__icon,.m-docs__text,.m-button,.m-docs-block__item ):hover{color:#48499B;border-color:transparent}.m-content a:not( .m-docs__icon,.m-docs__text,.m-button,.m-docs-block__item ):hover path{fill:#48499B}}.m-content b,.m-content strong{font-weight:500}.m-content img{max-width:100%}.m-content__fw_700{font-weight:700}.m-content__border{border-radius:16px;border:1px solid rgba(59,65,77,.3);padding:24px 28px;display:block;margin-left:-29px;margin-right:-29px}@media (max-width:1140px) and (min-width:741px){.m-content__border{padding:14px 18px;margin-left:0;margin-right:0}}.m-content__gray{color:#3B414D;opacity:.6}.m-content__row{display:flex}@media (max-width:740px){.m-content__border{padding:14px 18px;margin-left:0;margin-right:0}.m-content__row{flex-direction:column}}.m-content__col:first-child{width:232px;margin-right:72px;flex-shrink:0}@media (max-width:740px){.m-content__col:first-child{width:100%;margin-right:0;margin-bottom:14px}}.m-content__col:last-child{flex-grow:1}.m-content__warning{display:inline-block;padding:5px 10px;border-radius:5px;background:#c40024;color:#fff;font-weight:700}.m-tile_soft-loan .m-tile__icon,.m-tile_soft-loan .m-tile__link{display:none}body .content a{color:#3B414D;border-color:#3B414D}.m-tile__all a,.m-tile__link{color:#48499B;transition:all .3s linear}@media screen and (min-width:1141px){body .content a:hover{color:#48499B;border-color:#48499B}.m-tile a.m-tile__item:hover .m-tile__heading{color:#48499B}}.m-tile_mb{margin-bottom:100px}.m-tile_smb{margin-bottom:60px}.m-tile_soft-loan .m-tile__item{background:#F4F6FA;border:0;padding-bottom:40px;padding-top:40px}@media (max-width:1140px) and (min-width:741px){.m-tile_soft-loan .m-tile__item{padding-bottom:16px}}.m-tile_soft-loan .m-tile__tag{margin-bottom:25px}@media (max-width:740px){.m-tile_soft-loan .m-tile__item{padding-bottom:33px;padding-top:33px}.m-tile_soft-loan .m-tile__tag{margin-bottom:28px}}.m-tile_soft-loan .m-tile__tag-bg{background:0 0;padding:0;opacity:.5}.m-tile_soft-loan .m-tile__heading{margin-bottom:15px}@media (max-width:740px){.m-tile_soft-loan .m-tile__heading{font-size:20px;margin-bottom:8px}}.m-tile_soft-loan .m-tile__text{margin-bottom:30px}.m-tile_soft-loan .m-tile__bottom{position:static}.m-tile__inner{margin-left:auto;margin-right:auto;padding-left:60px;padding-right:60px}@media (max-width:740px){.m-tile_soft-loan .m-tile__text{margin-bottom:16px}.m-tile__inner{padding-left:20px;padding-right:20px}}.m-tile__h2{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-tile__inner{padding-left:20px;padding-right:20px}.m-tile__h2{margin-bottom:26px}}@media (max-width:740px){.m-tile__h2{margin-bottom:20px}}.m-tile__row{display:flex;flex-wrap:wrap;margin:-10px}@media (max-width:740px){.m-tile__row{margin:0}}.m-tile__row_mb{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-tile__row_mb{margin-bottom:26px}}@media (max-width:740px){.m-tile__row_mb{margin-bottom:20px}}.m-tile__row_smb{margin-bottom:26px}@media (max-width:1140px) and (min-width:741px){.m-tile__row_smb{margin-bottom:20px}}.m-tile__col{width:50%;box-sizing:border-box;padding:10px}.m-header.header .header__inner_v3 .header__submenu-item,.m-tile__col_w100{width:100%}@media (max-width:740px){.m-tile__row_smb{margin-bottom:28px}.m-tile__col{width:100%;padding:0;margin-bottom:28px}.m-tile__col:last-child{margin-bottom:0}.m-tile__col_soft-loan{margin-bottom:20px}}.m-tile__tag,.m-tile__text_mb{margin-bottom:20px}.m-tile__button{text-align:center}.m-tile__item{border-radius:16px;border:1px solid rgba(59,65,77,.3);padding:32px 28px 115px;position:relative;height:100%;box-sizing:border-box;display:block;background:#fff}@media (max-width:1140px) and (min-width:741px){.m-tile__item{padding:16px 20px 126px}}@media (max-width:740px){.m-tile__item{padding:16px 20px 126px}}.m-tile__item_no-pb{padding-bottom:32px}.m-tile__item_with-image{display:flex;align-items:center}.m-tile a.m-tile__item .m-tile__heading{transition:all .3s linear}.m-tile a.m-tile__item,.m-tile a.m-tile__item:active,.m-tile a.m-tile__item:focus,.m-tile a.m-tile__item:hover{border:1px solid rgba(59,65,77,.3)}.m-tile__tag{display:block;font-size:18px;line-height:1em;font-family:Golos Text}@media (max-width:1140px) and (min-width:741px){.m-tile__item_no-pb{padding-bottom:16px}.m-tile__tag{font-size:16px}}@media (max-width:740px){.m-tile__item_no-pb{padding-bottom:16px}.m-tile__item_with-image{flex-direction:column}.m-tile__tag{font-size:14px}}.m-tile__tag-bg{display:inline-flex;align-items:center;border-radius:8px;background:#F4F4F4;padding:12px}.m-tile__icon{width:20px;margin-right:10px}.m-tile__text{display:block}.m-tile__date{display:block;margin-left:20px}.m-tile__date:first-child{margin-left:0}.m-news-block__arrow,.m-tile__arrow{margin-left:10px;transform:rotate(-90deg)}.m-tile__heading{display:block;margin-bottom:8px}.m-tile__name{margin-bottom:20px}.m-tile__name:last-child{margin-bottom:0}.m-tile__info{display:flex;justify-content:space-between;align-items:center}.m-tile__bottom{position:absolute;bottom:32px;left:28px;right:28px;display:flex;align-items:center;justify-content:space-between}@media (max-width:1140px) and (min-width:741px){.m-tile__bottom{flex-direction:column;align-items:flex-start;bottom:16px;left:20px;right:20px}.m-tile__bottom a:first-child{order:2}.m-tile__bottom a:last-child{order:1;margin-bottom:20px}}@media (max-width:740px){.m-tile__bottom{flex-direction:column;align-items:flex-start;bottom:16px;left:20px;right:20px}.m-tile__bottom a:first-child{order:2}.m-tile__bottom a:last-child{order:1;margin-bottom:20px}}.m-map .g-map__map.active,.m-map .g-map__points-contacts{margin-bottom:0}.m-tile__link{font-family:Golos Text;font-size:18px;font-weight:700;line-height:1em;text-decoration:none}.m-bonds-slider__amount,.m-footer,.m-header-search__input,.m-header.header.fixed .header__link,.m-info__popup,.m-main-slider__heading,.m-main-slider__text,.m-map *,.m-navbar.navbar,.m-navbar.navbar .navbar__subbox-link,.m-stories__detail,.submenu.submenu_new{font-family:Onest,sans-serif}@media (max-width:1140px) and (min-width:741px){.m-tile__link{font-size:16px}}@media (max-width:740px){.m-tile__link{font-size:14px}}.m-tile__all,.m-tile__more{font-size:18px;line-height:1em;font-weight:600}.m-tile__all a{text-decoration:none}@media screen and (min-width:1141px){.m-tile__all a:hover,.m-tile__link:hover{color:#48499B}}.m-tile__more{transition:all .3s linear;color:#443D81;text-transform:uppercase;display:inline-flex;align-items:center}@media screen and (min-width:1141px){.m-tile__more:hover{color:#3a3a7c}.m-tile__more:hover path{stroke:#3a3a7c}}.m-tile__more:active,.m-tile__more:focus,.m-tile__more:hover{color:#3a3a7c}.m-tile__arrow{transition:all .3s linear;flex-shrink:0;width:14px}@media (max-width:1140px) and (min-width:741px){.m-tile__more{font-size:16px}.m-tile__more:active,.m-tile__more:focus,.m-tile__more:hover{color:#3a3a7c}.m-tile__arrow{width:12px}}@media (max-width:740px){.m-tile__more{font-size:16px}.m-tile__more:active,.m-tile__more:focus,.m-tile__more:hover{color:#3a3a7c}.m-tile__arrow{width:12px}}.m-tile__arrow path{stroke:#443D81}.m-tile__image{width:160px;display:flex;align-items:center;justify-content:center;margin-left:20px;flex-shrink:0}@media (max-width:1140px) and (min-width:741px){.m-tile__image{width:120px}}.m-tile__image img{display:block;max-width:100%;max-height:100%}@media (max-width:740px){.m-tile__image{width:160px;margin-left:auto}.m-tabs-scroll{overflow:auto;padding:0 20px;margin-left:-20px;margin-right:-20px;border-radius:0}}.m-map.content .g-map__balloon-address-rest,.m-map.content .g-map__points-address-wrap--rest{margin-left:0}.m-map .selection{border-radius:4px}.m-map.template-1 .g-map__panel{padding-top:5px}.m-map.cols-2 .g-map__points-inner{border-radius:16px;border:0;background:#F4F6FA}.m-map .g-map__panel-block--display-btns .g-map__display-btn{font-weight:600;border-color:#443D80}.m-map .g-map__panel-block--display-btns .g-map__display-btn:first-child{border-radius:4px 0 0 4px}.m-map .g-map__panel-block--display-btns .g-map__display-btn:last-child{border-radius:0 4px 4px 0}@media screen and (min-width:1141px){.m-map .g-map__panel-block--display-btns .g-map__display-btn:hover{background:0 0;color:#48499B}}.m-map .g-map__panel-block--display-btns .g-map__display-btn:focus{background:#443D80;color:#FFF}.m-map .g-map__panel-block--display-btns .g-map__display-btn.active{background:#443D80;border-color:#443D80;color:#FFF}.m-map .g-map__map{border-radius:16px;overflow:hidden}.m-map .g-map__balloon-contacts,.m-map .g-map__points-contacts{line-height:1.7em}.m-map.template-1 .g-map__points-list{margin:-10px}.m-map.cols-2 .g-map__points-item{padding:10px;margin:0}@media (max-width:740px){.m-map.template-1 .g-map__points-list{margin:0}.m-map.cols-2 .g-map__points-item{width:100%;padding:0;margin-bottom:28px}}.m-map .g-map__panel-reset{background:0 0;justify-content:flex-start;margin-bottom:0}.m-map .g-map__reset{color:#443D80}.m-map .g-map__content .show-more{padding:0;margin-top:10px}@media (max-width:740px){.m-map .g-map__content .show-more{margin-top:0}}.m-map .g-map__content .show-more a{width:auto;margin:0 auto;display:inline-block;background:#443D80;border-radius:5px;padding-left:90px;padding-right:90px;box-sizing:border-box}@media screen and (min-width:1141px){.m-map .g-map__reset:hover{color:#48499B}.m-map .g-map__content .show-more a:hover{background:#3a3a7c}.m-map .g-map__content .show-more a:active{background:#2b2c5d}}.m-header__search{margin-right:40px;position:relative}@media (max-width:740px){.m-map .g-map__content .show-more a{padding-left:20px;padding-right:20px;width:100%}.m-header__search{display:none}}.m-header__b-menu{width:30px;height:24px;display:none}@media (max-width:1140px) and (min-width:741px){.m-header__search{display:none}.m-header__b-menu{width:30px;height:30px;border:0!important;background:#F4F6FA;border-radius:4px;padding:7px;display:flex;align-items:center;justify-content:center}}@media (max-width:740px){.m-header__b-menu{border:0!important;width:30px;height:30px;background:#F4F6FA;border-radius:4px;padding:7px;display:flex;align-items:center;justify-content:center}}.m-header__menu{display:flex;align-items:center;justify-content:center;flex-grow:1}@media screen and (max-width:1200px){.m-header__menu{display:none}}.m-header a.m-header__phone{transition:all .3s linear;font-size:20px;color:#3B414D;line-height:1em;margin-right:24px;border:0}@media screen and (min-width:1141px){.m-header a.m-header__phone:hover{color:#3a3a7c}.m-header a.m-header__phone:active{color:#2b2c5d}}.m-header a.m-header__phone:focus{color:#2b2c5d}.m-header.header .header__inner{margin-left:auto;margin-right:auto;padding-left:60px;padding-right:60px}.m-header.header .header__inner_v3{gap:30px}.m-header.header .header__inner_v3 .header__inner-left{justify-content:start;align-items:center;gap:24px;position:relative}@media (max-width:1140px) and (min-width:741px){.m-header a.m-header__phone{display:none}.m-header.header .header__inner{padding-left:20px;padding-right:20px}.m-header.header .header__inner_v3 .header__menu{display:none}}@media (max-width:740px){.m-header a.m-header__phone{display:none}.m-header.header .header__inner{padding:30px}.m-header.header .header__inner_v3 .header__menu{display:none}}.m-header.header .header__inner_v3 .header__menu-inner{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:20px}.m-header.header .header__inner_v3 .header__menu-item{position:relative;padding:0}.m-header.header .header__inner_v3 .header__menu-item_more{position:static}.m-header.header .header__inner_v3 .header__menu-item_more .header__submenu-wrap{left:0;top:80%}.m-header.header .header__inner_v3 .header__menu-item_more .header__submenu-row{display:flex;width:1200px;gap:40px}.m-header.header .header__inner_v3 .header__menu-item_lk .header__submenu-wrap{left:unset;right:0;top:80%}.m-header.header .header__inner_v3 .header__menu-item_lk .header__submenu{margin:0;list-style:none}.m-header.header .header__inner_v3 .header__menu-item_lk .header__submenu-item{margin:0;padding:0}.m-header.header .header__inner_v3 .header__menu-item_lk .header__submenu-item::before{content:none}.m-header.header .header__inner_v3 .header__menu-item_lk .header__submenu-link{border:0}.m-header.header .header__inner_v3 .header__menu-item:hover .header__submenu-wrap{display:flex;opacity:1;visibility:visible}.m-header.header .header__inner_v3 .header__menu-link{text-decoration:none;color:#3B414D;display:block;font-size:15px;transition:all .3s linear}.m-header.header .header__inner_v3 .header__menu-link:hover{color:#3a3a7c}.m-header.header .header__inner_v3 .header__submenu-wrap{display:none;opacity:0;visibility:hidden;flex-direction:column;gap:20px;position:absolute;top:100%;left:-30px;width:max-content;transition:opacity .3s ease,visibility .3s ease}.m-header.header .header__inner_v3 .header__submenu-title{font-weight:700;text-transform:uppercase;color:#000}.m-footer .footer__menu-item-link,.m-header.header.fixed .header__link,.m-navbar.navbar .navbar__title-button-inner{text-transform:none}.m-header.header .header__inner_v3 .header__submenu-row{display:flex;flex-wrap:wrap;max-width:1000px;gap:40px;padding:30px 40px;border-radius:15px;margin:40px 0 0;background:#fff;color:#3B414D;-webkit-box-shadow:0 20px 60px 0 rgba(0,0,0,.09);box-shadow:0 20px 60px 0 rgba(0,0,0,.09)}.m-header.header .header__inner_v3 .header__submenu{padding:0;list-style:none;display:flex;flex-direction:column;gap:15px}.m-header.header .header__inner_v3 .header__submenu-link{text-decoration:none;color:#3B414D;display:block}.m-header.header .header__logo{width:140px;margin-top:-4px;margin-right:0;height:auto}@media (max-width:740px){.m-header.header .header__logo{width:130px;margin-top:0}.m-header.header .header__link_lk{display:none}}.m-header.header .header__logo-img{width:100%;height:auto}.m-header.header.fixed .header__link{font-size:14px;color:#3B414D}.m-header.header.fixed .header__link b{font-weight:400}.m-header.header .header__link{margin-right:24px}.m-header.header .header__link:last-child{margin-right:0}.m-header.header .header__link_lk{background:#F4F6FA;border-radius:5px;border:0;font-size:15px;padding:8px 14px;margin:0;transition:all .3s linear}.m-header.header .header__link_lk:hover{background:#D2D3D5}.m-header.header .header__link_login{transition:all .3s linear;display:none;text-decoration:none;color:#3B414D;border-color:transparent}@media screen and (min-width:1141px){.m-header.header .header__link_login:hover{border-color:#48499B;color:#48499B}}.m-header.header .npr-in-header{width:158px;margin-right:40px}.m-header.header .header__inner-left{flex-grow:1}@media screen and (max-width:1200px){.m-header.header .npr-in-header{margin-right:30px;margin-bottom:-10px}.m-header.header .header__inner-left{justify-content:flex-start}}.m-header.header .header__inner-right{align-items:center;flex-grow:0;position:static}@media (max-width:1140px) and (min-width:741px){.m-header.header .header__link_lk{display:none}.m-header.header .header__link_login{display:block}.m-header.header .header__inner-right{gap:10px}}@media (max-width:740px){.m-header.header .header__link_login{display:block}.m-header.header .npr-in-header{display:none}.m-header.header .npr-in-header-mobile{width:45px;margin-right:30px;display:block;margin-bottom:-10px}.m-header.header .header__inner-right{gap:9px}}.m-header.header.opened{padding-top:0}.m-header.header.opened .header__inner-right{margin-left:auto}.m-header.header.opened .header__link_login{display:none}.m-header.header.opened .m-header__b-menu,.m-header.header.opened .m-header__search{border:0}.m-header.header.opened .m-header__phone{color:#fff}.m-navbar.navbar .navbar__inner{margin-left:auto;margin-right:auto;padding-left:60px;padding-right:60px;box-sizing:border-box}@media (max-width:1140px) and (min-width:741px){.m-navbar.navbar .navbar__inner{padding-left:20px;padding-right:20px}.m-navbar.navbar_new{background:#fff}}@media (max-width:740px){.m-navbar.navbar .navbar__inner{padding-left:0;padding-right:0}.m-navbar.navbar .navbar__row{padding-left:0}}.m-navbar.navbar .navbar__inner-wrap{padding-left:0;margin-right:0}.m-navbar.navbar .navbar__rows{margin-left:0}.m-navbar.navbar_new{background-color:#fff}.m-navbar.navbar_new .navbar__rows{flex-direction:column;width:100%;padding-left:0}.m-navbar.navbar_new .navbar__rows.active .navbar__item:last-child .navbar__title-button{border-top:1px solid #C4C4C4}.m-navbar.navbar_new .navbar__item--list.active .navbar__title-icon--close{color:#3B414D;transform:translateY(-50%) rotate(-90deg)}.m-navbar.navbar_new .navbar__item--list.active .navbar__title-button{color:#3B414D}@media (max-width:740px){.m-navbar.navbar_new{background:#fff}.m-navbar.navbar_new .navbar__item--list.active .navbar__title-button{border-color:transparent}.m-navbar.navbar_new .navbar__title-button{color:#3B414D;background:0 0;border-color:#C4C4C4;font-weight:400}}.m-navbar.navbar_new .navbar__title-button{font-size:15px;background:0 0}@media (max-width:1140px) and (min-width:741px){.m-navbar.navbar_new .navbar__inner{padding-top:70px}.m-navbar.navbar_new .navbar__rows{width:100%;padding-left:0}.m-navbar.navbar_new .navbar__item--list.active .navbar__subbox{position:static;left:0}.m-navbar.navbar_new .navbar__title-button{color:#3B414D;background:0 0;border-color:#C4C4C4;font-weight:400;margin:0}.m-navbar.navbar_new .navbar__title-button-inner{padding:9px 0}}@media screen and (min-width:1141px){.m-navbar.navbar_new .navbar__title-button:hover{color:#fff;background:#3B414D}.m-navbar.navbar_new .navbar__title-button:hover .navbar__title-icon{color:#fff}}.m-navbar.navbar_new .navbar__title-button:hover .navbar__title-icon{color:#3B414D}@media (max-width:740px){.m-navbar.navbar_new .navbar__title-button-inner{padding:9px 40px}.m-navbar.navbar_new .navbar__title-icon{color:#3B414D;right:45px;transform:translateY(-50%) rotate(90deg)}}.m-navbar.navbar_new .navbar__title-icon--arrow,.m-navbar.navbar_new .navbar__title-icon--close{width:10px;height:10px;margin:0}.m-navbar.navbar_new .navbar__subbox{width:100%}@media (max-width:1140px) and (min-width:741px){.m-navbar.navbar_new .navbar__title-icon{color:#3B414D;transform:translateY(-50%) rotate(90deg)}.m-navbar.navbar_new .navbar__subbox{padding:0 10px}.m-navbar.navbar_new .navbar__subbox-item{margin:10px 0}}.m-navbar.navbar_new .navbar__subbox-item{color:#6B717D;font-size:13px;font-weight:400}@media (max-width:740px){.m-navbar.navbar_new .navbar__subbox{color:#6B717D;padding:0 50px}.m-navbar.navbar_new .navbar__subbox-section{color:#6B717D}.m-navbar.navbar_new .navbar__subbox-item{margin:4px 0}}.m-navbar.navbar_new .navbar__subbox-link{color:#6B717D;font-size:14px;font-weight:400}.m-footer.footer{background:#4B4D4E}.m-footer.footer .footer__item-phone:active,.m-footer.footer .footer__item-phone:focus,.m-footer.footer .footer__item-phone:hover{color:#fff}.m-footer .footer-btn{border-radius:5px;padding:11px}.m-info{display:inline-block;width:22px;cursor:help}.m-info path{fill:#443D81}.m-info_in-var{margin-bottom:-7px;margin-left:5px}.m-info_in-prolog{margin-bottom:-3px;margin-left:2px}.m-info_in-prolog .m-info__popup{max-width:300px}.m-info_in-text{margin-bottom:-5px;margin-left:4px}.m-info__popup{position:absolute;padding:16px;width:543px;box-sizing:border-box;background:#fff;font-size:14px;line-height:1.2em;font-weight:400;color:#000;border-radius:5px;box-shadow:0 0 40px 0 rgba(0,0,0,.1);opacity:0;pointer-events:none;margin-left:30px;transform:translate(0,-50%);z-index:10}.m-info__popup p{margin:15px 0}.m-info__popup p:first-child{margin-top:0}.m-info__popup p:last-child{margin-bottom:0}@media (max-width:1140px) and (min-width:741px){.m-info__popup{width:auto;left:20px;right:20px;margin-left:0;padding:20px}}@media (max-width:740px){.m-info__popup{width:auto;left:20px;right:20px;margin-left:0;font-size:12px;padding:20px}}.m-info:hover .m-info__popup{opacity:1}.m-info--isConditions{width:15px;display:inline-flex}.submenu.submenu_new{background:0 0;box-shadow:none;top:5px;position:relative}.submenu.submenu_new .submenu__inner{padding:30px;background:#fff;border-radius:15px;max-width:300px;-webkit-box-shadow:0 20px 60px 0 rgba(0,0,0,.09);box-shadow:0 20px 60px 0 rgba(0,0,0,.09);margin:0;position:absolute;width:100%}.m-bonds-how,.m-bonds-process__block_gray{background:#F4F6FA}.submenu.submenu_new .submenu__heading a{transition:all .3s linear;font-size:14px;font-weight:700;color:#000}.submenu.submenu_new .submenu__heading a:hover{color:#48499B}.submenu.submenu_new .submenu__row{flex-direction:column;margin:0}.submenu.submenu_new .submenu__col{padding:0;display:flex;flex-direction:column;gap:15px}.submenu.submenu_new .submenu__item{margin:0}.submenu.submenu_new .submenu__item a{transition:all .3s linear;color:#000}.submenu.submenu_new .submenu__item a:hover{color:#48499B}.submenu.submenu_new_credits .submenu__inner{left:calc((100% - 1320px + 430px)/ 2)}.submenu.submenu_new_deposits .submenu__inner{left:calc((100% - 1320px + 760px)/ 2)}.submenu.submenu_new_more .submenu__inner{margin:0 auto;display:flex;gap:70px;left:calc((100% - 1320px + 120px)/ 2);max-width:1200px}.m-bonds-how__inner,.m-prolog-text__inner{margin-left:auto;margin-right:auto;max-width:1200px;box-sizing:content-box}.submenu.submenu_new_lk .submenu__inner{right:calc((100% - 1200px)/ 2);width:auto}@media screen and (max-width:1200px){.submenu.submenu_new_lk .submenu__inner{right:calc((100% - 1200px + 120px)/ 2)}}.m-prolog-text__inner{padding-left:60px;padding-right:60px}.m-prolog-text_mb{margin-bottom:100px}@media (max-width:1140px) and (min-width:741px){.m-prolog-text__inner{padding-left:20px;padding-right:20px}.m-prolog-text_mb{margin-bottom:135px}}@media (max-width:740px){.m-prolog-text__inner{padding-left:20px;padding-right:20px}.m-prolog-text_mb{margin-bottom:80px}}.m-prolog-text__heading{margin-bottom:36px}.m-bonds-how{overflow:hidden;padding:60px 0}@media (max-width:1140px) and (min-width:741px){.m-prolog-text__heading{margin-bottom:28px}.m-bonds-how{padding:42px 0}}@media (max-width:740px){.m-prolog-text__heading{margin-bottom:28px}.m-bonds-how{padding:24px 0}}.m-bonds-how_mb{margin-bottom:100px}.m-bonds-how__inner{padding-left:60px;padding-right:60px}@media (max-width:1140px) and (min-width:741px){.m-bonds-how__inner{padding-left:20px;padding-right:20px}.m-bonds-how__inner_scheme{min-width:980px}.m-bonds-how__scroll{overflow:auto}}@media (max-width:740px){.m-bonds-how__inner{padding-left:20px;padding-right:20px}.m-bonds-how__inner_scheme{min-width:980px}.m-bonds-how__scroll{overflow:auto}}.m-bonds-how__heading{margin-bottom:36px}.m-bonds-how__row{display:flex;position:relative}.m-bonds-how__row_mb{margin-bottom:41px}.m-bonds-how__square{position:absolute;width:70%;height:200%;left:50%;border:1px solid #00C4DF;transform:translate(-50%,-75%);border-top:0}.m-bonds-how__block{border-radius:16px;padding:28px;box-sizing:border-box;flex-grow:1;width:33.33%;position:relative;z-index:1;background:#fff}.m-bonds-how__block_blue{background:#fff;border-width:0}.m-bonds-how__block_center{margin:0 auto;text-align:center}.m-bonds-how__block_vcenter{display:flex;flex-direction:column;justify-content:center}.m-bonds-how__block_flex{display:flex;align-items:center}.m-bonds-how__block_flex .m-bonds-how__text{flex-grow:1}.m-bonds-how__h-arrow{width:41px;flex-shrink:0;position:relative}.m-bonds-how__h-arrow::before,.m-bonds-how__h-arrow_left::after,.m-bonds-how__h-arrow_right::after{content:'';position:absolute;top:50%}.m-bonds-how__h-arrow::before{height:1px;background:#00C4DF;left:0;right:0;transform:translate(0,-50%)}.m-bonds-how__h-arrow_right::after{right:-4px;transform:translate(0,-50%);border:4px solid transparent;border-left:6px solid #00C4DF}.m-bonds-how__h-arrow_left::after{left:-4px;transform:translate(0,-50%);border:4px solid transparent;border-right:6px solid #00C4DF}.m-bonds-how__v-arrow{height:41px;position:relative}.m-bonds-how__v-arrow::after,.m-bonds-how__v-arrow::before{content:'';position:absolute;left:50%}.m-bonds-how__v-arrow::before{width:1px;background:#00C4DF;top:0;bottom:0}.m-bonds-how__v-arrow::after{bottom:-4px;margin-left:-3px;border:4px solid transparent;border-top:6px solid #00C4DF}.m-bonds-how__logo{display:block;max-width:100%;max-height:120px}.m-bonds-how__logo_mspcorp{max-width:50%}.m-bonds-how__logo_center{margin:0 auto 16px}.m-bonds-how__logo_right{margin-left:40px}.m-bonds-process__inner,.m-inner{margin-left:auto;margin-right:auto;box-sizing:content-box;max-width:1200px}.m-inner{padding-left:60px;padding-right:60px}@media (max-width:1140px) and (min-width:741px){.m-inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-inner{padding-left:20px;padding-right:20px}}.m-bonds-process_mb,.m-inner_mb{margin-bottom:100px}.m-bonds-process__inner{padding-left:60px;padding-right:60px}@media (max-width:1140px) and (min-width:741px){.m-bonds-process__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-bonds-process__inner{padding-left:20px;padding-right:20px}}.m-bonds-process__heading{margin-bottom:36px}.m-bonds-process__row{display:flex;margin-bottom:16px}.m-bonds-process__block{box-sizing:border-box;flex-shrink:0;border-radius:8px;padding:16px}.m-bonds-process__block_w1{margin-right:16px;width:54px}.m-bonds-process__block_w2{width:42%;margin-right:16px;flex-shrink:1}@media (max-width:1140px) and (min-width:741px){.m-bonds-process__block_w2{width:100%;margin-right:0;flex-grow:1}.m-bonds-process__block_w3{display:none}}@media (max-width:740px){.m-bonds-process__block_w2{width:100%;margin-right:0;flex-grow:1}.m-bonds-process__block_w3{display:none}}.m-bonds-process__block_w3{width:58%;flex-shrink:1}.m-bonds-process__block_blue{background:rgba(0,196,223,.2)}.m-bonds-process__block_white{background:#F4F6FA}.m-bonds-process__block_bp{padding:28px}.m-bonds-process__block_vertical{writing-mode:vertical-rl;transform:rotate(180deg);text-align:center}.m-bonds-process__srow{display:flex;margin:0 -14px}.m-bonds-process__scol{width:50%;padding:0 14px}.m-bonds-process__selected-text{border-radius:8px;background:#fff;padding:16px;margin-bottom:28px}.m-bonds-slider_mb,.m-stories_mb{margin-bottom:100px}.m-bonds-slider .swiper-slide{height:auto;display:flex;flex-direction:column}.m-bonds-slider__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:1140px) and (min-width:741px){.m-bonds-slider .swiper-slide{padding-bottom:1px}.m-bonds-slider_mb{margin-bottom:90px}.m-bonds-slider__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-bonds-slider .swiper-slide{padding-bottom:1px}.m-bonds-slider_mb{margin-bottom:80px}.m-bonds-slider__inner{padding-left:20px;padding-right:20px}}.m-bonds-slider__heading{margin-block:36px}.m-bonds-slider__block{padding:28px;box-sizing:border-box;border-radius:16px;height:100%}.m-bonds-slider__block_blue{height:auto;background:#F4F6FA;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}@media (max-width:1140px) and (min-width:741px){.m-bonds-slider__block_blue{flex-direction:column;align-items:flex-start}}@media (max-width:740px){.m-bonds-slider__block_blue{flex-direction:column;align-items:flex-start}}.m-bonds-slider__block_white{border:1px solid #443D80}.m-docs-filter .selection,.m-registry-filter .field__input,.m-registry-filter .selection,.m-search.template-1 .field__input{border-radius:4px}.m-bonds-slider__row{display:flex;margin:0 -8px;flex-grow:1}.m-bonds-slider__col{width:50%;box-sizing:border-box;padding:0 8px}.m-bonds-slider__label{margin-bottom:16px}.m-bonds-slider__label_mt{margin-top:10px}.m-bonds-slider__logos{max-width:110px}.m-bonds-slider__amount{color:#000;font-size:35px;font-weight:600;margin-bottom:8px}.m-bonds-slider__info{margin-right:20px;order:1;flex-shrink:0}.m-bonds-slider__logo-container{order:2;height:80px;display:flex;align-items:center}.m-bonds-slider__logo{display:block;max-width:230px;max-height:100%;transition:all .3s linear;filter:grayscale(1)}.m-bonds-slider__slider{position:relative}.m-bonds-slider__navigation{position:absolute;top:50%;left:-50px;right:-50px;transform:translate(0,-50%);z-index:2}.m-main-slider__arrow_next,.m-slider-navigation__item_next{transform:rotate(180deg)}@media (max-width:1140px) and (min-width:741px){.m-bonds-slider__info{margin-left:0}.m-bonds-slider__logo-container{margin-bottom:28px}.m-bonds-slider__navigation{left:-5px;right:-5px}}@media (max-width:740px){.m-bonds-slider__info{order:2;margin-right:0}.m-bonds-slider__logo-container{order:1;margin-bottom:28px}.m-bonds-slider__navigation{left:-5px;right:-5px}.m-stories_mb{margin-bottom:44px}}.m-slider-navigation{display:flex;align-items:center;justify-content:space-between;pointer-events:none}.m-slider-navigation__item{pointer-events:auto;width:18px}.m-slider-navigation__item svg path{fill:#443D80}.m-search.template-1 .g-press__panel{padding-top:0;padding-bottom:0;background:0 0}@media (min-width:1141px){.m-search.template-1 .g-press__inner,.m-search.template-1 .g-press__panel{padding:0}}.m-search.template-1 .g-press__panel-filter{margin-right:0}.m-search_v3.content .results-table__sort-link.active{color:#48499B;border-bottom:1px dashed #48499B}.m-search_v3.content .results-table__sort-link.active .results-table__sort-icon{fill:#48499B}.m-search_v3 .search-field__btn:focus .search-field__icon,.m-search_v3 .search-field__btn:hover .search-field__icon{color:#48499B}.m-search_v3 .search-field__icon{color:#3B414D}.m-header-search{position:relative}.m-header-search__form{transition:all .3s linear;position:absolute;right:35px;top:-10px;width:0;overflow:hidden;z-index:10}.m-header-search__form_active{width:190px}.m-header-search__icon{display:block;width:26px}.m-header-search a.m-header-search__icon{border:0}.m-header-search__input{width:100%;box-sizing:border-box;background:#fff;padding:10px;font-size:16px;border:0;border-bottom:1px solid #d8d9db}.m-main-slider__swiper,.m-stories__photo{border-radius:16px}.m-header-search__input::placeholder{color:#9da0a6}.m-header-search__submit{display:none}.opened .m-header-search__input{background:0 0;color:#fff;border-color:#fff}.m-main-slider__slide,.m-stories__photo{background-size:cover;background-repeat:no-repeat}.opened .m-header-search__input::placeholder{color:rgba(255,255,255,.75)}.m-stories__all a,.m-stories__detail{color:#48499B;text-decoration:none;transition:all .3s linear}.m-stories__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}.m-stories__heading{margin-bottom:36px}@media (max-width:1140px) and (min-width:741px){.m-stories__inner{padding-left:20px;padding-right:20px}.m-stories__heading{margin-bottom:28px}}@media (max-width:740px){.m-stories__inner{padding-left:20px;padding-right:20px}.m-stories__heading{margin-bottom:28px}}.m-stories__row{display:flex;margin:-10px -10px 26px;flex-wrap:wrap}@media (max-width:1140px) and (min-width:741px){.m-stories__row{margin:-8px -8px 20px}}@media (max-width:740px){.m-stories__row{margin:0 0 28px;flex-direction:column}}.m-main-slider .swiper-container-horizontal .m-main-slider__pagination,.m-programs-slider .swiper-container-horizontal .m-programs-slider__pagination{margin-top:14px}.m-stories__col{width:50%;box-sizing:border-box;padding:10px}@media (max-width:1140px) and (min-width:741px){.m-stories__col{padding:8px}}@media (max-width:740px){.m-stories__col{padding:0;margin-bottom:16px;width:100%}.m-stories__col:last-child{margin-bottom:0}}.m-stories__photo{background-position:center;display:block;padding-bottom:61%}.m-stories__info{padding:18px}.m-stories__name{margin-bottom:20px}.m-stories__name:last-child{margin-bottom:0}.m-stories__detail{font-size:18px;font-weight:700;line-height:1em}@media (max-width:1140px) and (min-width:741px){.m-stories__info{padding:18px}.m-stories__detail{font-size:14px}}@media (max-width:740px){.m-stories__info{padding:18px}.m-stories__detail{font-size:14px}}.m-stories__button{text-align:center}.m-stories__all{font-weight:600;font-size:18px;line-height:1em}@media screen and (min-width:1141px){.m-stories__all a:hover,.m-stories__detail:hover{color:#48499B}}.m-main-slider__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:740px){.m-main-slider__inner{padding-left:20px;padding-right:20px}.m-main-slider__swiper{border-radius:0}}.m-main-slider__slide{height:454px;display:flex;align-items:center;background-position:center right;border-radius:16px}@media (max-width:1140px) and (min-width:741px){.m-main-slider__inner{padding-left:20px;padding-right:20px}.m-main-slider__slide{height:371px}}@media (max-width:740px){.m-main-slider__slide{background:0 0!important;height:auto;display:block}}.m-main-slider__m-image{display:none}.m-main-slider__info{max-width:608px;margin-left:62px;box-sizing:border-box}@media (max-width:1260px){.m-main-slider__info{max-width:380px;padding-bottom:50px}}@media (max-width:1140px) and (min-width:741px){.m-main-slider__info{max-width:50%;margin-left:50px;padding-bottom:0}}@media (max-width:740px){.m-main-slider__m-image{display:block;width:100%;margin-bottom:35px;border-radius:8px}.m-main-slider__info{max-width:100%;margin-left:0;margin-bottom:21px;padding-bottom:0}}.m-main-slider__heading{color:#000;font-size:45px;font-weight:600;line-height:1em;margin-bottom:30px}@media (max-width:1140px) and (min-width:741px){.m-main-slider__heading{font-size:45px;margin-bottom:26px}}@media (max-width:740px){.m-main-slider__heading{font-size:30px;margin-bottom:21px}}.m-main-slider__text{color:#3B414D;font-size:22px;font-weight:400;line-height:1.2em;margin-bottom:30px}.m-main-slider__navigation{position:absolute;right:48px;bottom:64px;z-index:1;display:flex;align-items:center}@media (max-width:1140px) and (min-width:741px){.m-main-slider__text{font-size:24px;margin-bottom:48px}.m-main-slider__navigation{right:64px;bottom:60px}}.m-main-slider__arrow{transition:all .3s linear;width:60px;height:60px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;margin-right:5px;background:#fff;border-radius:3px}@media (max-width:740px){.m-main-slider__text{font-size:16px;font-weight:600;margin-bottom:21px}.m-main-slider__navigation{position:static}.m-main-slider__arrow{width:35px;height:35px;border:1px solid #000}}.m-main-slider__arrow:last-child{margin-right:0}.m-main-slider__arrow svg{width:12px}.m-main-slider__arrow path{transition:all .3s linear;fill:#443D80}.m-main-slider__arrow:active,.m-main-slider__arrow:hover{background:#443D80}.m-main-slider__arrow:active path,.m-main-slider__arrow:hover path{fill:#fff}.m-main-slider_mb{margin-bottom:100px}@media (max-width:740px){.m-main-slider__arrow svg{width:8px}.m-main-slider__arrow:active,.m-main-slider__arrow:hover{border-color:#443D80}.m-main-slider_mb{margin-bottom:44px}.m-main-slider .swiper-container-horizontal .m-main-slider__pagination{z-index:100;position:absolute;bottom:240px;top:auto;right:0;margin-top:0;pointer-events:none;width:auto;left:0}}@media (min-width:740px) and (max-width:1260px){.m-main-slider--isAltNew .m-main-slider__heading{font-size:40px;margin-bottom:16px}.m-main-slider--isAltNew .m-main-slider__text{font-size:20px}.m-main-slider--isAltNew .m-main-slider__info{margin-left:44px;padding:0;max-width:60%}.m-main-slider--isAltNew .m-main-slider__slide{background-position:50%}}.m-contact__row{display:flex;align-items:center;border-bottom:1px solid rgba(59,65,77,.3);padding-bottom:15px;margin-bottom:15px}.m-contact__row:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.m-contact__col{font-size:16px}@media (max-width:740px){.m-contact__row{flex-wrap:wrap}.m-contact__col{width:100%}}.m-contact__col:first-child{flex-grow:1}.m-contact__col:last-child{width:200px;margin-left:30px;flex-shrink:0}@media (max-width:740px){.m-contact__col:last-child{margin-left:0;margin-top:30px}}.m-contact__col ol,.m-contact__col p{margin:10px 0}.m-contact__col ol:first-child,.m-contact__col p:first-child{margin-top:0}.m-contact__col ol:last-child,.m-contact__col p:last-child{margin-bottom:0}.m-news__item{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-news__item{margin-bottom:20px}}@media (max-width:740px){.m-news__item{margin-bottom:20px}}.m-news__photo{background-repeat:no-repeat;background-position:center;background-size:cover;display:block;border-radius:16px;padding-bottom:30%}.m-docs-filter .g-documents__top-block,.m-registry-filter .filters-panel{background:0 0;padding:0}.m-news__info{padding:18px}.m-table{max-width:1200px}.m-table_mb{margin-bottom:30px}.m-table_sm{font-size:14px}.m-table tr{margin:0 -10px}.m-table td{padding:25px 25px 25px 0;color:#3B414D;border-bottom:1px solid #cad0d9}.m-table th{vertical-align:top;border-bottom:1px solid rgba(59,65,77,.3);padding-right:25px;color:#3B414D}.m-registry-filter .filters-panel__inner{padding:0}.m-registry-table .registry-table__head .registry-table__col .registry-table__col-inner{border:0;color:#3B414D;font-weight:700}.m-registry-table .registry-table__body .registry-table__col .registry-table__col-inner{border:0}.m-registry-table .registry-table__col{border-bottom:1px solid rgba(59,65,77,.3)}.m-invite-popup{position:fixed;z-index:10;border-radius:16px;background:#FFF;bottom:30px;right:30px;padding:30px;width:580px;box-sizing:border-box;display:none}.pagination__btn,.pagination_v3 .pagination__btn{border-radius:10%}.m-invite-popup_active{display:block}@media (max-width:1140px) and (min-width:741px){.m-invite-popup{bottom:20px;right:20px;padding:20px;margin-left:20px;width:auto}}@media (max-width:740px){.m-invite-popup{bottom:20px;right:20px;padding:20px;left:20px;width:auto}}.m-invite-popup__close{position:absolute;top:30px;right:30px;width:26px}@media (max-width:1140px) and (min-width:741px){.m-invite-popup__close{width:22px;top:20px;right:20px}}.m-invite-popup__row{display:flex;align-items:center}@media (max-width:740px){.m-invite-popup__close{width:20px;top:20px;right:20px}.m-invite-popup__row{align-items:flex-start}}.m-invite-popup__image{width:200px}@media (max-width:1140px) and (min-width:741px){.m-invite-popup__image{width:160px}.m-invite-popup__h3{padding-right:30px}}@media (max-width:740px){.m-invite-popup__image{width:80px;margin-left:-10px;margin-top:-10px}.m-invite-popup__h3{padding-right:30px}}.m-icon-tile__inner,.m-program-slider__inner{margin-left:auto;margin-right:auto;max-width:1200px;box-sizing:content-box}.m-invite-popup__h3{margin-bottom:10px;padding-right:30px}.m-invite-popup__text{margin-bottom:30px}@media (max-width:740px){.m-invite-popup__text{margin-bottom:15px}}.m-program-slider_mb{margin-bottom:100px}.m-program-slider__inner{padding-left:60px;padding-right:60px}@media (max-width:1140px) and (min-width:741px){.m-program-slider_mb{margin-bottom:90px}.m-program-slider__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-program-slider_mb{margin-bottom:50px}.m-program-slider__inner{padding-left:20px;padding-right:20px}}.m-program-slider__h2{margin-bottom:20px}@media (max-width:1140px) and (min-width:741px){.m-program-slider__h2{margin-bottom:16px}}@media (max-width:740px){.m-program-slider__h2{margin-bottom:16px}}.m-program-slider__text{margin-bottom:30px}.m-program-slider__slider{position:relative}.m-program-slider__navigation{position:absolute;top:50%;left:-50px;right:-50px;transform:translate(0,-50%);z-index:2}@media (max-width:1140px) and (min-width:741px){.m-program-slider__text{margin-bottom:20px}.m-program-slider__navigation{left:-10px;right:-10px}}@media (max-width:740px){.m-program-slider__text{margin-bottom:20px}.m-program-slider__navigation{left:-20px;right:-20px}}.m-program-slider .swiper-slide{height:auto}.pagination__btn:hover{color:#39414e;background:0 0;border-color:transparent!important}.pagination__btn.active{color:#fff;background:#48499B;border-color:#48499B!important}.pagination__btn.active:hover{color:#fff;background:#3a3b84;border-color:#3a3b84!important;cursor:pointer}.pagination_v3 .pagination__btn:hover{color:#39414e;background:0 0;border-color:transparent!important}.pagination_v3 .pagination__btn:hover .pagination__icon{color:#3a3b84}.pagination_v3 .pagination__btn.active{color:#fff;background:#48499B;border-color:#48499B!important}.pagination_v3 .pagination__btn.active:hover{color:#fff;background:#3a3b84;border-color:#3a3b84!important;cursor:pointer}.m-downloads__text,.m-icon-tile__heading{color:#3B414D;font-family:Onest,sans-serif}.m-docs-block__item,.m-icon-tile__item{background:#F4F6FA;display:flex;border-radius:15px}.m-icon-tile_mb{margin-bottom:100px}.m-icon-tile__inner{padding-left:60px;padding-right:60px}@media (max-width:1140px) and (min-width:741px){.m-icon-tile_mb{margin-bottom:90px}.m-icon-tile__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-icon-tile_mb{margin-bottom:50px}.m-icon-tile__inner{padding-left:20px;padding-right:20px}}.m-icon-tile__h2{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-icon-tile__h2{margin-bottom:30px}}@media (max-width:740px){.m-icon-tile__h2{margin-bottom:20px}}.m-icon-tile__text{margin-bottom:36px}@media (max-width:1140px) and (min-width:741px){.m-icon-tile__text{margin-bottom:28px}}@media (max-width:740px){.m-icon-tile__text{margin-bottom:28px}}.m-icon-tile__row{display:flex;flex-wrap:wrap;margin:-9px}.m-icon-tile__col{box-sizing:border-box;padding:9px;width:100%}.m-icon-tile__col_w_3{width:33.33333333%}@media (max-width:1140px) and (min-width:741px){.m-icon-tile__col_t-w_2{width:50%}.m-icon-tile__col_t-vertical .m-icon-tile__content{margin-bottom:15px}.m-icon-tile__col_t-vertical .m-icon-tile__image{margin-left:auto;margin-right:0;height:180px}}@media (max-width:1140px) and (min-width:741px) and (max-width:1140px) and (min-width:741px){.m-icon-tile__col_t-vertical .m-icon-tile__image{height:140px}}@media (max-width:1140px) and (min-width:741px) and (max-width:740px){.m-icon-tile__col_t-vertical .m-icon-tile__image{height:120px}}@media (max-width:740px){.m-icon-tile__col{width:100%}.m-icon-tile__col .m-icon-tile__content{margin-bottom:15px}.m-icon-tile__col .m-icon-tile__image{margin-left:auto;margin-right:0;height:180px}}@media (max-width:740px) and (max-width:1140px) and (min-width:741px){.m-icon-tile__col .m-icon-tile__image{height:140px}}@media (max-width:740px) and (max-width:740px){.m-icon-tile__col .m-icon-tile__image{height:120px}}@media (max-width:1140px) and (min-width:741px){.m-icon-tile__col_tm-image-top .m-icon-tile__item{flex-direction:column}.m-icon-tile__col_tm-image-top .m-icon-tile__image,.m-icon-tile__col_tm-image-top.m-icon-tile__col_vertical .m-icon-tile__image{order:1;margin:0 auto 15px}.m-icon-tile__col_tm-image-top .m-icon-tile__content{order:2}}@media (max-width:740px){.m-icon-tile__col_tm-image-top .m-icon-tile__item{flex-direction:column}.m-icon-tile__col_tm-image-top .m-icon-tile__image,.m-icon-tile__col_tm-image-top.m-icon-tile__col_vertical .m-icon-tile__image{order:1;margin:0 auto 15px}.m-icon-tile__col_tm-image-top .m-icon-tile__content{order:2}}.m-icon-tile__item{padding:30px;align-items:center;justify-content:space-between;height:100%;box-sizing:border-box}.m-icon-tile__item--isColumn{flex-direction:column}.m-icon-tile__content{max-width:564px;width:100%}.m-icon-tile__heading{margin-bottom:14px;font-size:22px;font-weight:600;line-height:1.2em}.m-icon-tile__image{height:120px;max-width:50%;display:flex;align-items:center;justify-content:flex-end;margin-right:80px}.m-icon-tile__image img{max-height:100%;max-width:100%}.m-icon-tile__image_bottom{align-items:flex-end}.m-icon-tile__image_bottom img{max-height:calc(100% + 30px);margin-bottom:-30px}.m-icon-tile__srow{display:flex}@media (max-width:1140px) and (min-width:741px){.m-icon-tile__heading{font-size:20px}.m-icon-tile__srow{flex-wrap:wrap}}@media (max-width:740px){.m-icon-tile__item{padding:10px 30px}.m-icon-tile__heading{font-size:20px}.m-icon-tile__srow{flex-direction:column}}.m-icon-tile__scol{width:33.33333333%;display:flex;flex-direction:column}.m-icon-tile--isAlt .m-icon-tile__content{max-width:770px}.m-icon-tile__col_vertical .m-icon-tile__content{margin-bottom:15px}.m-icon-tile__col_vertical .m-icon-tile__image{margin-left:auto;margin-right:0;height:180px}@media (max-width:1140px) and (min-width:741px){.m-icon-tile__scol{width:50%}.m-icon-tile__scol_t-horizontal{width:100%;flex-direction:row}.m-icon-tile__col_vertical .m-icon-tile__image{height:140px}}@media (max-width:740px){.m-icon-tile__scol{width:100%}.m-icon-tile__col_vertical .m-icon-tile__image{height:120px}}.m-icon-tile__col_horizontal .m-icon-tile__image{margin-left:auto;margin-right:0;height:110px}.m-icon-tile__col_full-height{flex-grow:1}.m-docs-block__row{display:flex;flex-wrap:wrap;margin:-22px}.m-docs-block__col{width:50%;box-sizing:border-box;padding:22px}@media (max-width:1140px) and (min-width:741px){.m-docs-block__col{padding-inline:10px}.m-docs-block__col:first-child:not(:only-child){padding-right:10px}.m-docs-block__col:last-child:not(:only-child){padding-left:10px}}@media (max-width:740px){.m-docs-block__row{margin:0}.m-docs-block__col{width:100%;padding:0;margin-bottom:12px}.m-docs-block__col:last-child{margin-bottom:0}}.m-docs-block__col:only-child{width:100%}.m-docs-block__item{transition:all .3s linear;padding:30px;align-items:flex-start;box-sizing:border-box;height:100%}@media screen and (min-width:1141px){.m-docs-block__item:hover{background:#d9f6fa}}.m-docs-block__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:70px;height:70px;border-radius:15px;background:#FFF;margin-right:30px}@media (max-width:740px){.m-docs-block__item{padding:20px}.m-docs-block__icon{width:50px;height:50px;margin-right:15px;border-radius:5px}}.m-docs-block__icon svg{width:26px}.m-docs-block__name{display:block;margin-bottom:12px}@media (max-width:1140px) and (min-width:741px){.m-docs-block__name{margin-bottom:16px}}.m-docs-block__info{display:block}.m-downloads_mb{margin-bottom:100px}.m-downloads__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:1140px) and (min-width:741px){.m-downloads_mb{margin-bottom:60px}.m-downloads__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-docs-block__icon svg{width:18px;height:18px}.m-docs-block__name{font-size:14px}.m-docs-block__info{font-size:12px}.m-downloads_mb{margin-bottom:40px}.m-downloads__inner{padding-left:20px;padding-right:20px}}.m-downloads__h2{margin-bottom:40px}@media (max-width:1140px) and (min-width:741px){.m-downloads__h2{margin-bottom:30px}}.m-downloads__body{display:flex;align-items:center;justify-content:space-between;border-radius:15px;background:#F4F6FA;overflow:hidden}@media (max-width:740px){.m-downloads__h2{margin-bottom:20px}.m-downloads__body{flex-direction:column;padding-bottom:40px}}.m-downloads__info{padding:50px 55px;max-width:510px}.m-downloads__heading{margin-bottom:30px}@media (max-width:740px){.m-downloads__info{padding:20px 25px}.m-downloads__heading{margin-bottom:20px}}.m-downloads__text{margin-bottom:96px;font-size:20px;line-height:1.3em}@media (max-width:1024px){.m-downloads__text{margin-bottom:36px}}@media (max-width:740px){.m-downloads__text{font-size:16px;margin-bottom:0}}.m-downloads__image{margin:20px 80px 10px 0;max-height:400px;max-width:100%}@media (max-width:1024px){.m-downloads__image{margin:20px 0 10px;max-height:340px}}.m-downloads__buttons{display:flex}@media (max-width:740px){.m-downloads__image{margin:0}.m-downloads__buttons{display:none}}.m-downloads__button{transition:all .3s linear;border-radius:5px;background:#443D81;width:187px;height:63px;display:flex;align-items:center;justify-content:center;margin-right:20px}@media (max-width:740px){.m-downloads__button{width:110px;height:37px;margin-right:10px}.m-downloads__button img{width:76%}}@media screen and (min-width:1141px){.m-downloads__button:hover{background:#3a3a7c}.m-downloads__button:active{background:#2b2c5d}}.m-downloads__button:focus{background:#2b2c5d}.m-downloads__button:last-child{margin-right:0}.m-downloads__button img{max-width:100%;max-height:100%}.m-downloads__m-buttons{display:none}.m-image-block_mb{margin-bottom:80px}.m-image-block__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:1140px) and (min-width:741px){.m-image-block_mb{margin-bottom:90px}.m-image-block__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-downloads__m-buttons{display:flex}.m-image-block_mb{margin-bottom:60px}.m-image-block__inner{padding-left:20px;padding-right:20px}}.m-image-block__body{padding:45px 40px;border-radius:15px;background:#F4F6FA;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.m-image-block__info{max-width:630px}.m-image-block__h2{margin-bottom:30px}@media (max-width:1140px) and (min-width:741px){.m-image-block__h2{margin-bottom:24px}}@media (max-width:740px){.m-image-block__body{flex-direction:column;padding:30px 20px}.m-image-block__info{order:2}.m-image-block__h2{margin-bottom:17px}}.m-image-block__heading{margin-bottom:24px}.m-image-block__image{max-height:210px;padding-left:40px;max-width:100%;margin:0 auto}@media (max-width:740px){.m-image-block__image{order:1;padding-left:0;margin-bottom:38px;max-width:68%}}.m-slider-pagination,.swiper-container-horizontal>.m-slider-pagination.swiper-pagination-bullets{display:flex;align-items:center;justify-content:center}.m-slider-pagination .swiper-pagination-bullet,.swiper-container-horizontal>.m-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet{transition:all .3s linear;width:10px;height:10px;border-radius:5px;background:#D9D9D9;opacity:1;margin:0 3px 0 0}.m-slider-pagination .swiper-pagination-bullet:last-child,.swiper-container-horizontal>.m-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child{margin-right:0}.m-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-container-horizontal>.m-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{width:25px;background:#48499B}.m-news-block_mb{margin-bottom:100px}.m-news-block__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:740px){.m-news-block_mb{margin-bottom:50px}.m-news-block__inner{padding-left:20px;padding-right:20px}}.m-news-block__heading{margin-bottom:36px;display:flex;align-items:center;justify-content:space-between}.m-news-block__row{display:flex;margin:0 -8px}@media (max-width:1140px) and (min-width:741px){.m-news-block__inner{padding-left:20px;padding-right:20px}.m-news-block__row{flex-direction:column;margin:0}}@media (max-width:740px){.m-news-block__row{flex-direction:column;margin:0 0 40px}}.m-news-block__col{width:33.33333333%;box-sizing:border-box;padding:0 8px}@media (max-width:1140px) and (min-width:741px){.m-news-block__col{padding:0;margin-bottom:20px;width:100%}.m-news-block__col:last-child{margin-bottom:0}}@media (max-width:740px){.m-news-block__col{padding:0;margin-bottom:20px;width:100%}.m-news-block__col:last-child{margin-bottom:0}}.m-news-block__item{transition:all .3s linear;text-decoration:none;height:100%;border-radius:16px;background:#FFF;padding:30px;box-sizing:border-box;min-height:305px;display:flex;flex-direction:column}@media screen and (min-width:1141px){.m-news-block__item:hover{background:#d9f6fa;box-shadow:none}.m-news-block__item:hover .m-news-block__detail{color:#3a3a7c}}.m-news-block__date,.m-news-block__name{color:#3B414D;display:block;font-family:Onest,sans-serif}.m-news-block__date{font-size:16px;line-height:1.2em;opacity:.5;margin-bottom:20px}@media (max-width:740px){.m-news-block__item{height:auto;min-height:0}.m-news-block__date{margin-bottom:15px}}.m-news-block__name{font-size:20px;line-height:1.13em;margin-bottom:20px}@media (max-width:1140px) and (min-width:741px){.m-news-block__item{height:auto;min-height:0}.m-news-block__name{font-size:18px}}@media (max-width:740px){.m-news-block__name{margin-bottom:15px;font-size:16px}}.m-news-block__detail{transition:all .3s linear;display:block;font-family:Onest,sans-serif;font-size:16px;line-height:1.2em;font-weight:500;color:#48499B;text-transform:uppercase;margin-top:auto}.m-news-block__more,.m-news-block__more_m-hide{display:inline-flex}.m-news-block__more{transition:all .3s linear;font-family:Onest,sans-serif;color:#443D81;font-size:18px;text-transform:uppercase;line-height:1em;align-items:center;text-decoration:none;font-weight:500}@media screen and (min-width:1141px){.m-news-block__more:hover{color:#3a3a7c}.m-news-block__more:hover path{stroke:#3a3a7c}}.m-news-block__more_m-show{display:none}.m-news-block__arrow{transition:all .3s linear;flex-shrink:0;width:14px}.m-news-block__arrow path{stroke:#443D81}.m-stories-slider_mb{margin-bottom:100px}.m-stories-slider__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}@media (max-width:1140px) and (min-width:741px){.m-news-block__more{font-size:16px}.m-news-block__arrow{width:12px}.m-stories-slider__inner{padding-left:20px;padding-right:20px}}@media (max-width:740px){.m-news-block__more{font-size:16px}.m-news-block__more_m-hide{display:none}.m-news-block__more_m-show{display:inline-flex}.m-news-block__arrow{width:12px}.m-stories-slider_mb{margin-bottom:50px}.m-stories-slider__inner{padding-left:20px;padding-right:20px}}.m-stories-slider__heading{margin-bottom:36px;display:flex;align-items:center;justify-content:space-between}.m-stories-slider__swiper{border-radius:15px;overflow:hidden}.m-stories-slider__more{transition:all .3s linear;font-family:Onest,sans-serif;color:#443D81;font-size:18px;text-transform:uppercase;line-height:1em;display:inline-flex;align-items:center;text-decoration:none;font-weight:500}@media screen and (min-width:1141px){.m-stories-slider__more:hover{color:#3a3a7c}.m-stories-slider__more:hover path{stroke:#3a3a7c}}.m-programs-slider__heading,.m-programs-slider__text,.m-stories-slider__name{color:#fff;font-family:Onest,sans-serif}.m-stories-slider__more_m-show{display:none}.m-stories-slider__more-arrow{transition:all .3s linear;transform:rotate(-90deg);flex-shrink:0;margin-left:10px;width:14px}@media (max-width:1140px) and (min-width:741px){.m-stories-slider__more{font-size:16px}.m-stories-slider__more-arrow{width:12px}}@media (max-width:740px){.m-stories-slider__swiper{margin-bottom:30px}.m-stories-slider__more{font-size:16px}.m-stories-slider__more_m-hide{display:none}.m-stories-slider__more_m-show{display:inline-flex}.m-stories-slider__more-arrow{width:12px}}.m-stories-slider__more-arrow path{stroke:#443D81}.m-stories-slider__item{background-repeat:no-repeat;background-position:center;background-size:cover;display:block;height:456px;position:relative;border-radius:15px;overflow:hidden}.m-stories-slider__name{position:absolute;bottom:0;left:0;right:0;font-size:22px;line-height:1.2em;padding:40px 260px 40px 40px;border-radius:15px;background:rgba(0,0,0,.8);min-height:145px;box-sizing:border-box;display:flex;align-items:center}.m-stories-slider__navigation{position:absolute;right:43px;bottom:43px;z-index:1;display:flex;align-items:center}@media (max-width:1140px) and (min-width:741px){.m-stories-slider__name{font-size:20px}.m-stories-slider__navigation{right:30px;bottom:30px}}@media (max-width:740px){.m-stories-slider__name{border-radius:0;font-size:14px;padding:24px 30px;min-height:0}.m-stories-slider__navigation{display:none}}.m-stories-slider__arrow{transition:all .3s linear;width:60px;height:60px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;margin-right:5px;background:rgba(255,255,255,.2);border-radius:3px}.m-stories-slider__arrow_next{transform:rotate(180deg)}.m-stories-slider__arrow:last-child{margin-right:0}.m-stories-slider__arrow svg{width:12px}.m-stories-slider__arrow path{transition:all .3s linear;fill:#919191}.m-stories-slider__arrow:active,.m-stories-slider__arrow:hover{background:#fff}.m-programs-slider_mb{margin-bottom:100px}.m-programs-slider__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:60px;padding-right:60px;box-sizing:content-box}.m-programs-slider__swiper{position:relative}@media (max-width:740px){.m-stories-slider__arrow{display:none}.m-stories-slider__arrow svg{width:8px}.m-programs-slider_mb{margin-bottom:44px}.m-programs-slider__inner{padding-left:20px;padding-right:20px}.m-programs-slider__swiper{border-radius:0}}.m-programs-slider__slide{height:280px;display:flex;align-items:center;position:relative;border-radius:16px;overflow:hidden}@media (max-width:1140px) and (min-width:741px){.m-programs-slider__inner{padding-left:20px;padding-right:20px}.m-programs-slider__slide{height:371px}}.m-programs-slider__info{max-width:410px;margin-left:40px;box-sizing:border-box;position:relative;z-index:1}@media (max-width:740px){.m-programs-slider__slide{height:627px;display:block}.m-programs-slider__info{max-width:100%;margin-left:0;margin-bottom:21px;padding:45px 30px}}.m-programs-slider__heading{font-size:35px;font-weight:600;line-height:1em;margin-bottom:10px}@media (max-width:1140px) and (min-width:741px){.m-programs-slider__heading{margin-bottom:10px}}@media (max-width:740px){.m-programs-slider__heading{margin-bottom:15px;font-size:32px}}.m-programs-slider__text{font-size:16px;font-weight:400;line-height:1.2em;margin-bottom:20px}@media (max-width:1140px) and (min-width:741px){.m-programs-slider__text{font-size:15px;margin-bottom:20px}}@media (max-width:740px){.m-programs-slider__text{font-size:16px;margin-bottom:298px}.m-programs-slider .swiper-container-horizontal .m-programs-slider__pagination{position:absolute;bottom:13px;right:0;margin-top:0;pointer-events:none;width:auto;left:auto}}.m-programs-slider__navigation{position:absolute;right:48px;bottom:64px;z-index:1;display:flex;align-items:center}.m-programs-slider__arrow{transition:all .3s linear;width:60px;height:60px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;margin-right:5px;background:#fff;border-radius:3px}@media (max-width:740px){.m-programs-slider__navigation{left:50%;right:auto;bottom:30px;transform:translate(-50%,0)}.m-programs-slider__arrow{width:40px;height:40px}}.m-programs-slider__arrow_next{transform:rotate(180deg)}.m-programs-slider__arrow:last-child{margin-right:0}.m-programs-slider__arrow svg{width:12px}.m-programs-slider__arrow path{transition:all .3s linear;fill:#443D80}.m-programs-slider__arrow:active,.m-programs-slider__arrow:hover{background:#443D80}.m-programs-slider__arrow:active path,.m-programs-slider__arrow:hover path{fill:#fff}.m-programs-slider__bg{background-repeat:no-repeat;background-position:center;background-size:cover;position:absolute;left:0;top:0;right:0;bottom:0}.m-programs-slider__bg_m{display:none}.m-programs-slider--isAlt .m-programs-slider__slide{background:linear-gradient(268deg,rgba(0,196,223,.36) 22.28%,rgba(68,61,129,.6) 71.84%)}.m-programs-slider--isAlt .m-programs-slider__info{max-width:560px;overflow-wrap:break-word}@media (max-width:1140px) and (min-width:741px){.m-programs-slider--isAlt .m-programs-slider__slide{height:280px}.m-programs-slider--isAlt .m-programs-slider__info{margin-left:30px}.m-programs-slider--isAlt .m-programs-slider__heading{font-size:32px}}@media (max-width:740px){.m-programs-slider__arrow svg{width:8px}.m-programs-slider__bg_d{display:none}.m-programs-slider__bg_m{display:block}.m-programs-slider--isAlt .m-programs-slider__slide{background:linear-gradient(9deg,rgba(0,196,223,.36) 25.29%,rgba(68,61,129,.6) 73.27%)}.m-programs-slider--isAlt .m-programs-slider__info{display:flex;flex-direction:column;height:100%;padding:45px 20px;max-width:100%}.m-programs-slider--isAlt .m-programs-slider__info .m-button{margin-bottom:40px}.m-programs-slider--isAlt .m-programs-slider__heading{font-size:24px}.m-programs-slider--isAlt .m-programs-slider__text{flex:1;margin:0}}.m-programs-slider--isAlt .m-programs-slider__bg{inset:0;background-size:30%;background-position:75% 50%}@media (max-width:1140px) and (min-width:741px){.m-programs-slider--isAlt .m-programs-slider__bg{background-position:80% 50%}}@media (max-width:740px){.m-programs-slider--isAlt .m-programs-slider__bg{background-size:90%;background-position:50% 45%;max-width:400px;margin:0 auto}.m-programs-slider--isAlt .m-programs-slider__pagination.swiper-pagination-bullets{display:none}}
/* End */


/* Start:/local/templates/main/style/style.less.css?1740484410869420*/
/* --------------- main */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* ---------------
 basic fonts:

 Ubuntu
 Roboto
 PT Sans
 Open Sans

 font-weight:
 100 - thin
 300 - light
 400 - normal
 500 - medium
 700 - bold
 900 - extra bold

*/
/* Ubuntu */
@font-face {
  font-family: 'Ubuntu';
  src: url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Light.eot');
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Light.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Light.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Light.svg#Ubuntu-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Bold.eot');
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Bold.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Bold.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-BoldItalic.eot');
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-BoldItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-BoldItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-BoldItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-BoldItalic.svg#Ubuntu-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Medium.eot');
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Medium.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Medium.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Medium.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-LightItalic.eot');
  src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-LightItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-LightItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-LightItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-LightItalic.svg#Ubuntu-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Italic.eot');
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Italic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Italic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Italic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Italic.svg#Ubuntu-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Regular.eot');
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Regular.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Regular.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-Regular.svg#Ubuntu-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-MediumItalic.eot');
  src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-MediumItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-MediumItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-MediumItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Ubuntu/Ubuntu-MediumItalic.svg#Ubuntu-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Medium.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Black.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Black.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Black.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Black.svg#Roboto-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Light.eot');
  src: local('Roboto Light'), local('Roboto-Light'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Light.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Thin.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Thin.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Thin.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Thin.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Bold.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-LightItalic.eot');
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-LightItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BoldItalic.eot');
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BoldItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-ThinItalic.eot');
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-ThinItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Italic.eot');
  src: local('Roboto Italic'), local('Roboto-Italic'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Italic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Italic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Italic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Italic.svg#Roboto-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-MediumItalic.eot');
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-MediumItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BlackItalic.eot');
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BlackItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BlackItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
/* PT Sans */
@font-face {
  font-family: 'PT Sans';
  src: url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Regular.eot');
  src: local('PT Sans'), local('PTSans-Regular'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Regular.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Regular.woff') format('woff'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Regular.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Italic.eot');
  src: local('PT Sans Italic'), local('PTSans-Italic'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Italic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Italic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Italic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Italic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Italic.svg#PTSans-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'PT Sans';
  src: url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-BoldItalic.eot');
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-BoldItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-BoldItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-BoldItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'PT Sans';
  src: url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Bold.eot');
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Bold.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Bold.woff') format('woff'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Bold.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/PT_Sans/PTSans-Bold.svg#PTSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* Open Sans*/
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Bold.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Bold.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Bold.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-LightItalic.eot');
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-LightItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-LightItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBold.eot');
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBold.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBold.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Regular.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Regular.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.eot');
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.eot');
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Italic.eot');
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Italic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Italic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-BoldItalic.eot');
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-BoldItalic.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-BoldItalic.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBold.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBold.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBold.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Light.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Light.woff2') format('woff2'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Light.woff') format('woff'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'), url('/local/templates/main/style/../green/fonts/Open_Sans/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.template-1 .template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .template-wrap {
    display: block;
  }
}
.template-3 .template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .template-wrap {
    display: block;
  }
}
.template-4 .template-wrap {
  display: block;
}
/* --------------- slider sltyles */
/* --------------- btn styles */
/* --------------- text styles */
/* ----------------------------------- screen-width-flags ----------------------------------- */
.adaptive-flag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (max-width: 1024px) {
  .adaptive-flag {
    display: block;
  }
}
.tablet-flag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .tablet-flag {
    display: block;
  }
}
@media (max-width: 739px) {
  .tablet-flag {
    display: none;
  }
}
.mobile-flag {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1000;
  width: 1px;
  height: 1px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .mobile-flag {
    display: none;
  }
}
@media (max-width: 739px) {
  .mobile-flag {
    display: block;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 739px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .adaptive-only {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 739px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 739px) {
  .mobile-hidden {
    display: none !important;
  }
}
/* --------------- animation */
@-webkit-keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-moz-keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-o-keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes selectAppear {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
/* --------------- base ui */
@font-face {
  font-family: "icons";
  src: url('/local/templates/main/style/../green/styles/font-icons/icons.eot');
  src: url('/local/templates/main/style/../green/styles/font-icons/icons.eot?#iefix') format('eot'), url('/local/templates/main/style/../green/styles/font-icons/icons.woff2') format('woff2'), url('/local/templates/main/style/../green/styles/font-icons/icons.woff') format('woff'), url('/local/templates/main/style/../green/styles/font-icons/icons.ttf') format('truetype'), url('/local/templates/main/style/../green/styles/font-icons/icons.svg#icons') format('svg');
}
.icons {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
}
.icons--select-arr:after {
  content: "\E001";
}
/* --------------- wrapper */
.wrapper {
  overflow: hidden;
}
.wrapper__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wrapper__row--center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .wrapper__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 739px) {
  .wrapper__row {
    flex-wrap: wrap;
  }
}
.wrapper__block {
  width: 50%;
  padding: 30px;
}
.wrapper__block--light {
  border: 1px solid #acaaad;
}
.wrapper__block--dark {
  border: 1px solid #2b2a32;
  background: #2b2a32;
}
.wrapper__btn {
  margin: 0 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .wrapper__btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .wrapper__btn {
    margin-bottom: 15px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  background-color: #f8f8f8;
  font-family: "Open Sans", Arial, sans-serif;
  color: #39414e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
}
body.fix {
  overflow: hidden;
}
a {
  text-decoration: none;
  outline: none;
  color: #ed1b35;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-style: normal;
}
a:hover {
  color: #c40024;
  border-color: transparent;
}
a:active {
  color: #a3001b;
  border-color: transparent;
}
a:focus {
  color: #c40024;
  border-color: transparent;
}
input,
textarea,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: "Open Sans", Arial, sans-serif;
}
label {
  cursor: pointer;
}
button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  border-radius: 0px;
}
svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
}
/* --------------- content */
.content__offset {
  padding: 40px 0 40px;
}
.content a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ed1b35;
}
.content a:hover,
.content a:active,
.content a:focus {
  border-bottom-color: transparent;
}
.content img {
  max-width: 100%;
}
.content h1,
.content .h1 {
  color: #39414e;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 45px;
  font-style: normal;
  font-family: "Open Sans", Arial, sans-serif;
}
@media (max-width: 739px) {
  .content h1,
  .content .h1 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 32px;
  }
}
.content h1.small,
.content .h1.small {
  color: #39414e;
  font-size: 30px;
  line-height: 1.23;
  font-weight: 300;
  font-style: normal;
  font-family: "Roboto", Arial, sans-serif;
}
@media (max-width: 739px) {
  .content h1.small,
  .content .h1.small {
    font-size: 21px;
  }
}
.content h2 {
  color: #39414e;
  font-size: 30px;
  line-height: 1.23;
  font-weight: 300;
  margin: 0;
  margin-bottom: 25px;
  font-style: normal;
  font-family: "Roboto", Arial, sans-serif;
}
@media (max-width: 739px) {
  .content h2 {
    font-size: 21px;
  }
}
.content h3 {
  color: #39414e;
  font-size: 23px;
  line-height: 37px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
  font-style: normal;
}
@media (max-width: 739px) {
  .content h3 {
    font-size: 20px;
  }
}
.content h4 {
  color: #39414e;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
}
.content h5 {
  color: #39414e;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
}
.content h6 {
  color: #39414e;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
}
.content hr {
  color: #acaaad;
  background: #acaaad;
  border: none;
  height: 1px;
  margin: 0;
  margin-bottom: 30px;
}
.content p {
  margin: 0;
  margin-bottom: 15px;
}
.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}
.content ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.content ul li:before {
  content: "";
  width: 4.9px;
  height: 4.9px;
  border-radius: 50%;
  background: #39414e;
  position: absolute;
  top: 7px;
  left: 0;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul ol li:before {
  display: none;
}
.content ul ol {
  margin: 0;
  margin-top: 10px;
}
.content ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.content ol {
  margin: 0;
  padding-left: 15px;
  margin-bottom: 25px;
}
.content ol li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
  margin-left: 5px;
}
.content ol li:last-child {
  margin-bottom: 0;
}
.content ol ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.content ol ol {
  margin: 0;
  margin-top: 10px;
}
.caption-small {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.lead {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .lead {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .lead {
    font-size: 16px;
    line-height: 1.4;
  }
}
.lead-bold {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .lead-bold {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .lead-bold {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content--dark-bg {
  color: #ffffff;
}
.content--dark-bg h1,
.content--dark-bg .h1,
.content--dark-bg h2,
.content--dark-bg h3,
.content--dark-bg h4,
.content--dark-bg h5,
.content--dark-bg h6,
.content--dark-bg a,
.content--dark-bg .caption-small,
.content--dark-bg .lead,
.content--dark-bg .lead-bold {
  color: #ffffff;
}
.content--dark-bg a {
  color: #ffffff;
  border-color: #ffffff;
}
.content--dark-bg a:hover {
  color: #ffffff;
  border-color: transparent;
}
.content--dark-bg a:active {
  color: #acaaad;
  border-color: transparent;
}
.content--dark-bg a:focus {
  color: #ffffff;
  border-color: transparent;
}
.content--dark-bg ul li:before {
  background: #ffffff;
}
/* --------------- colors */
.colors__row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.colors__item {
  text-align: center;
  padding: 0 15px;
  width: 25%;
  margin-bottom: 60px;
}
.colors__color {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  font-size: 30px;
  padding-top: 25px;
}
.colors__color--main-color {
  background: #ed1b35;
  color: #ffffff;
}
.colors__color--main-color-hover {
  background: #c40024;
  color: #ffffff;
}
.colors__color--main-color-active {
  background: #a3001b;
  color: #ffffff;
}
.colors__color--additional-color-light {
  background: #acaaad;
}
.colors__color--additional-color-dark {
  background: #2b2a32;
  color: #ffffff;
}
.colors__color--accent-color-light {
  background: #ebedf0;
}
.colors__color--accent-color-dark {
  background: #323236;
  color: #ffffff;
}
.colors__color--grey {
  background: #e6ebf2;
}
.colors__color--red {
  background: #ed1b35;
  color: #ffffff;
}
/* --------------- btn */
.btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 200px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  padding: 17px 15px 18px;
  border: none;
  outline: none;
  border: 1px solid #ed1b35;
  background: #ed1b35;
  color: #ffffff;
}
.content .btn {
  border-width: 1px;
}
.content--dark-bg .btn {
  border: 1px solid #ed1b35;
  background: #ed1b35;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  background: #c40024;
  border-color: #c40024;
}
.btn:active {
  color: #ffffff;
  background: #a3001b;
  border-color: #a3001b;
}
.btn--wire {
  background: transparent;
  color: #39414e;
}
.content--dark-bg .btn--wire {
  background: transparent;
  color: #ffffff;
}
.content--dark-bg .btn--wire:hover,
.content--dark-bg .btn--wire:focus {
  color: #ffffff;
  background: #c40024;
  border-color: #c40024;
}
.content--dark-bg .btn--wire:active {
  color: #ffffff;
  background: #a3001b;
  border-color: #a3001b;
}
.btn.active {
  color: #ffffff;
  background: #a3001b;
  border-color: #a3001b;
}
.btn--round {
  border-radius: 30px;
}
.btn--tall {
  padding: 22px 15px 23px;
}
.btn--slim {
  padding: 12px 15px 13px;
}
.btn--white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #39414E;
}
.btn--white:hover,
.btn--white:focus,
.btn--white:active {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn--big {
  width: auto;
  min-width: 370px;
}
@media (max-width: 739px) {
  .btn {
    width: 100%;
  }
}
.btn[disabled] {
  background: #e6ebf2;
  border-color: #e6ebf2;
  color: #39414e;
}
/* --------------- breadcrumbs */
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  color: #323236;
  position: relative;
}
.breadcrumbs__item:before {
  display: none;
}
.content ul .breadcrumbs__item {
  padding-left: 0;
}
.breadcrumbs__item:after {
  content: "/";
  padding: 0 15px;
  color: #ed1b35;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__item:nth-last-child(2):after {
  color: #323236;
}
.content--dark-bg .breadcrumbs__item {
  color: #ffffff;
}
.content--dark-bg .breadcrumbs__item:after {
  color: #ffffff;
}
.content--dark-bg .breadcrumbs__item:nth-last-child(2):after {
  color: #ffffff;
}
.breadcrumbs__link {
  color: #ed1b35;
  border-color: #ed1b35;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  color: #c40024;
  border-color: transparent;
}
.breadcrumbs__link:active {
  color: #a3001b;
  border-color: transparent;
}
.content--dark-bg .breadcrumbs__link {
  color: #ffffff;
  border-color: #ffffff;
}
.content--dark-bg .breadcrumbs__link:hover,
.content--dark-bg .breadcrumbs__link:focus,
.content--dark-bg .breadcrumbs__link:active {
  color: #ffffff;
  border-color: transparent;
}
/* --------------- checkbox */
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.checkbox__block {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
.checkbox__el {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.checkbox .checkbox__block input[type="checkbox"] {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.checkbox__in {
  border: 2px solid #ed1b35;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  border-radius: 3px;
}
.checkbox__in:after {
  content: "";
  position: absolute;
  background: #ed1b35;
  width: 2px;
  top: 0px;
  bottom: -1px;
  right: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.checkbox__in:before {
  content: "";
  position: absolute;
  background: #ed1b35;
  height: 2px;
  top: -2px;
  left: -1px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox__el:hover + .checkbox__in,
.checkbox__el:focus + .checkbox__in {
  border-color: #ed1b35;
}
.checkbox__el:hover + .checkbox__in:after,
.checkbox__el:focus + .checkbox__in:after {
  background: #ed1b35;
}
.checkbox__el:hover + .checkbox__in:before,
.checkbox__el:focus + .checkbox__in:before {
  background: #ed1b35;
}
.checkbox__el:checked + .checkbox__in {
  border-right-color: transparent;
  border-top-color: transparent;
}
.checkbox__el:checked + .checkbox__in:after {
  top: 50%;
}
.checkbox__el:checked + .checkbox__in:before {
  right: 14%;
}
.checkbox__el:checked:hover + .checkbox__in,
.checkbox__el:checked:focus + .checkbox__in {
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #ed1b35;
  border-left-color: #ed1b35;
}
.checkbox__el:checked:hover + .checkbox__in:after,
.checkbox__el:checked:focus + .checkbox__in:after {
  background: #ed1b35;
}
.checkbox__el:checked:hover + .checkbox__in:before,
.checkbox__el:checked:focus + .checkbox__in:before {
  background: #ed1b35;
}
.checkbox__icon {
  cursor: pointer;
  width: 16px;
  height: 12px;
  position: absolute;
  bottom: 4px;
  left: 4px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: transparent;
  pointer-events: none;
}
.checkbox__el:checked + .checkbox__in .checkbox__icon {
  opacity: 1;
  color: #ed1b35;
}
.checkbox__el:checked:hover + .checkbox__in .checkbox__icon,
.checkbox__el:checked:focus + .checkbox__in .checkbox__icon {
  color: #ed1b35;
}
.checkbox__el:disabled + .checkbox__in {
  border-color: #e6ebf2;
}
.checkbox__el:disabled + .checkbox__in:after {
  background: #e6ebf2;
}
.checkbox__el:disabled + .checkbox__in:before {
  background: #e6ebf2;
}
.checkbox__el:checked:disabled + .checkbox__in {
  border-color: #e6ebf2;
  border-right-color: transparent;
  border-top-color: transparent;
}
.checkbox__el:checked:disabled + .checkbox__in:after {
  background: #cdcdcd;
}
.checkbox__el:checked:disabled + .checkbox__in:before {
  background: #cdcdcd;
}
.checkbox__el:checked:disabled + .checkbox__in .checkbox__icon {
  color: #e6ebf2;
}
.checkbox__label {
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
  color: #39414e;
}
.content--dark-bg .checkbox__label {
  color: #ffffff;
}
.checkbox__link {
  cursor: pointer;
  margin-left: 16px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
.content .checkbox__link {
  border: none;
}
/* --------------- radio */
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.radio__block {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
.radio__el {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.radio .radio__block input[type="radio"] {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.radio__in {
  border: 2px solid #ed1b35;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  border-radius: 50%;
}
.radio__el:hover + .radio__in,
.radio__el:focus + .radio__in {
  border-color: #ed1b35;
}
.radio__el:checked:hover + .radio__in,
.radio__el:checked:focus + .radio__in {
  border-color: #ed1b35;
}
.radio__icon {
  cursor: pointer;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: transparent;
  pointer-events: none;
}
.radio__el:checked + .radio__in .radio__icon {
  opacity: 1;
  color: #ed1b35;
}
.radio__el:checked:hover + .radio__in .radio__icon,
.radio__el:checked:focus + .radio__in .radio__icon {
  color: #ed1b35;
}
.radio__el:disabled + .radio__in {
  border-color: #e6ebf2;
}
.radio__el:checked:disabled + .radio__in {
  border-color: #e6ebf2;
}
.radio__el:checked:disabled + .radio__in .radio__icon {
  color: #e6ebf2;
}
.radio__label {
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
  color: #39414e;
}
.content--dark-bg .radio__label {
  color: #ffffff;
}
.radio__link {
  cursor: pointer;
  margin-left: 16px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #39414e;
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio__link:hover,
.radio__link:focus {
  border-color: transparent;
}
/* --------------- field */
.field {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
input.field__input {
  background: #ffffff;
  position: relative;
  border: 1px solid #acaaad;
  font-size: 14px;
  line-height: 1.4;
  color: #39414e;
  font-weight: 400;
  padding: 17px 40px 17px 20px;
  width: 100%;
  outline: none;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input.field__input::-webkit-input-placeholder {
  opacity: 0.5;
}
input.field__input::-moz-placeholder {
  opacity: 0.5;
}
input.field__input:-moz-placeholder {
  opacity: 0.5;
}
input.field__input:-ms-input-placeholder {
  opacity: 0.5;
}
.field--border-bottom input.field__input {
  border: none;
  border-bottom: 1px solid #acaaad;
  padding: 0 0 10px;
  height: 45px;
  background: transparent;
}
.content--dark-bg .field--border-bottom input.field__input {
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input::-webkit-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input::-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input:-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input:-ms-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .field--border-bottom input.field__input:hover {
  border-bottom-color: #ed1b35;
}
.content--dark-bg .field--border-bottom input.field__input:focus {
  border-bottom-color: #ed1b35;
}
input.field__input:hover {
  border-color: #2b2a32;
}
input.field__input:focus {
  border-color: #2b2a32;
}
input.field__input.error {
  border-color: #ed1b35;
  color: #ed1b35;
}
input.field__input.success {
  border-color: #69ceb3;
}
.field--error input.field__input {
  border-color: #ed1b35 !important;
}
textarea.field__input {
  background: #ffffff;
  position: relative;
  border: 1px solid #acaaad;
  font-size: 14px;
  line-height: 1.4;
  color: #39414e;
  font-weight: 400;
  padding: 17px 40px 17px 20px;
  width: 100%;
  outline: none;
  display: block;
  height: 155px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  resize: none;
}
textarea.field__input::-webkit-input-placeholder {
  opacity: 0.5;
}
textarea.field__input::-moz-placeholder {
  opacity: 0.5;
}
textarea.field__input:-moz-placeholder {
  opacity: 0.5;
}
textarea.field__input:-ms-input-placeholder {
  opacity: 0.5;
}
textarea.field__input:hover {
  border-color: #2b2a32;
}
textarea.field__input:focus {
  border-color: #2b2a32;
}
textarea.field__input.error {
  border-color: #ed1b35;
  color: #ed1b35;
}
textarea.field__input.success {
  border-color: #69ceb3;
}
.field--error textarea.field__input {
  border-color: #ed1b35 !important;
}
.field__title {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding-bottom: 5px;
  line-height: 1.4;
  font-size: 11.9px;
  color: #39414e;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.field--focus .field__title {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.field--error .field__title {
  color: #ed1b35;
}
.content--dark-bg .field__title {
  color: #ffffff;
}
.field__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 17px 26px;
  line-height: 1.4;
  font-size: 14px;
  color: #39414e;
  opacity: 0.5;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: text;
}
.field--border-bottom .field__label {
  padding: 10px 0 0;
}
.content--dark-bg .field--border-bottom .field__label {
  color: #ffffff;
}
.field--focus .field__label {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.field.disabled .field__label {
  color: #acaaad;
  opacity: 1;
}
.field__icon {
  position: absolute;
  width: 16px;
  height: 16px;
  color: #69ceb3;
  right: 15px;
  top: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.success + .field__icon {
  opacity: 1;
}
.field label.error {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 12px;
  color: #ed1b35;
}
.field__submit-btn {
  position: absolute;
  border: none;
  background: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  padding: 0;
}
.field__submit-icon {
  color: #ed1b35;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.field__submit-btn:hover .field__submit-icon {
  color: #ed1b35;
}
.content--dark-bg .field__submit-btn:hover .field__submit-icon {
  color: #ed1b35;
}
.content--dark-bg .field__submit-icon {
  color: #ffffff;
}
.field__input[disabled] {
  border-color: #acaaad;
  background: #ebedf0;
  color: #acaaad;
}
.field__input[disabled]:hover {
  border-color: #acaaad;
}
.field__input[disabled]:focus {
  border-color: #acaaad;
}
/* --------------- search-field */
.search-field {
  position: relative;
  width: 100%;
}
.search-field__input {
  background: #ffffff;
  position: relative;
  border: 1px solid #acaaad;
  font-size: 14px;
  line-height: 1.4;
  color: #39414e;
  font-weight: 400;
  padding: 17px 60px 17px 20px;
  width: 100%;
  outline: none;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-field__input::-webkit-input-placeholder {
  opacity: 0.5;
}
.search-field__input::-moz-placeholder {
  opacity: 0.5;
}
.search-field__input:-moz-placeholder {
  opacity: 0.5;
}
.search-field__input:-ms-input-placeholder {
  opacity: 0.5;
}
.search-field__input:hover {
  border-color: #2b2a32;
}
.search-field__input:focus {
  border-color: #2b2a32;
}
.search-field__btn {
  border: none;
  background: transparent;
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 15px;
  padding: 0;
}
.search-field--border-bottom .search-field__btn {
  right: 0;
}
.search-field__icon {
  position: absolute;
  color: #ed1b35;
  width: 28px;
  height: 28px;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-field__btn:hover .search-field__icon,
.search-field__btn:focus .search-field__icon {
  color: #ed1b35;
}
.content--dark-bg .search-field__btn:hover .search-field__icon,
.content--dark-bg .search-field__btn:focus .search-field__icon {
  color: #ed1b35;
}
.content--dark-bg .search-field__icon {
  color: #ffffff;
}
.search-field--border-bottom .search-field__input {
  background: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  padding-left: 0;
}
.content--dark-bg .search-field--border-bottom .search-field__input {
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input::-webkit-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input::-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input:-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input:-ms-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}
.content--dark-bg .search-field--border-bottom .search-field__input:hover {
  border-bottom-color: #ed1b35;
}
.content--dark-bg .search-field--border-bottom .search-field__input:focus {
  border-bottom-color: #ed1b35;
}
.fancybox-enabled .select2-container--default {
  z-index: 999999;
}
.fancybox-enabled .select2-container--multi {
  z-index: 999999;
}
/* --------------- select */
.select {
  width: 100%;
}
.select select {
  display: none;
}
.select2 {
  width: 100% !important;
}
.select2-container--default {
  display: block;
  outline: none;
  z-index: 60;
}
.select2-container--default .select2-selection {
  display: block;
  outline: none;
}
.select2-container--default .selection {
  border: 1px solid #acaaad;
  height: 60px;
  display: block;
  position: relative;
  background: #ffffff;
  cursor: pointer;
}
.select2-container--default .selection:hover {
  border-color: #2b2a32;
}
.select2-container--default .selection:focus {
  border-color: #2b2a32;
}
.select2-container--default .select2-selection__placeholder {
  opacity: 0.5;
}
.select2-container--default .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  outline: none;
  color: #39414e;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.select2-container--default .select2-selection__arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url("/local/templates/main/style/../green/images/select-arr.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container--default.select2-container--open .select2-selection__arrow:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select2-container--default.select2-container--open .selection {
  border-color: #2b2a32;
  border-bottom-color: transparent;
}
.select2-container--default .select2-dropdown {
  background: #ffffff;
  border: 1px solid #2b2a32;
  display: block;
}
.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-bottom: none;
}
.select2-container--default .select2-dropdown.select2-dropdown--below {
  border-top: none;
}
.select2-container--default .select2-search {
  display: none;
}
.select2-container--default .select2-results {
  display: block;
}
.select2-container--default .select2-results__options {
  display: block;
  list-style: none;
  padding: 10px 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
}
.select2-container--default .select2-results__option {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  color: #39414e;
  padding: 14px 20px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.select2-container--default .select2-results__option:hover {
  color: #ed1b35;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #ebedf0;
}
.select2-container--default_with-search .select2-search {
  display: block;
  border: 0;
  border-bottom: 1px solid #acaaad;
  border-top: 1px solid #acaaad;
}
.select2-container--default_with-search .select2-search__field {
  border: 0;
  width: 100%;
  padding: 5px 20px;
}
.select2-container--default_with-search .loading-results {
  display: none;
}
.select2-container--disabled .selection {
  background: #e6ebf2;
}
.select2-container--focus .selection {
  border-color: #2b2a32;
}
.select2-container--open .selection {
  position: relative;
  border-bottom-color: transparent;
}
.select2-container--open .selection:before {
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #2b2a32;
}
/* --------------- multi select */
.select2-container--multi {
  display: block;
  outline: none;
  z-index: 60;
}
.select2-container--multi .select2-selection {
  display: block;
  outline: none;
}
.select2-container--multi .selection {
  border: 1px solid #acaaad;
  height: 60px;
  display: block;
  position: relative;
  background: #ffffff;
  cursor: pointer;
}
.select2-container--multi .selection:hover {
  border-color: #2b2a32;
}
.select2-container--multi .selection:focus {
  border-color: #2b2a32;
}
.select2-container--multi .select2-selection__placeholder {
  opacity: 0.5;
}
.select2-container--multi .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  outline: none;
  color: #39414e;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.select2-container--multi .selection:after {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url(/local/templates/main/style/../green/images/select-arr.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container--multi.select2-container--open .selection:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select2-container--multi.select2-container--open .selection {
  border-color: #2b2a32;
  border-bottom-color: transparent;
}
.select2-container--multi .select2-dropdown {
  background: #ffffff;
  border: 1px solid #2b2a32;
  display: block;
}
.select2-container--multi .select2-dropdown.select2-dropdown--above {
  border-bottom: none;
}
.select2-container--multi .select2-dropdown.select2-dropdown--below {
  border-top: none;
}
.select2-container--multi .select2-results {
  display: block;
}
.select2-container--multi .select2-results__options {
  display: block;
  list-style: none;
  padding: 10px 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
}
.select2-container--multi .select2-results__option {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  color: #39414e;
  padding: 14px 20px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.select2-container--multi .select2-results__option:hover {
  color: #ed1b35;
}
.select2-container--multi .select2-results__option[aria-selected="true"] {
  background: #ebedf0;
  position: relative;
}
.content .select2-container--multi .select2-selection__rendered {
  margin-bottom: 0;
}
.select2-container--multi .select2-search {
  display: none;
}
.select2-container--multi .select2-selection__choice {
  display: none;
}
.select2-container--disabled .selection {
  background: #e6ebf2;
}
.select2-container--focus .selection {
  border-color: #2b2a32;
}
.select2-container--open .selection {
  position: relative;
  border-bottom-color: transparent;
}
.select2-container--open .selection:before {
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #2b2a32;
}
.select__placeholder {
  position: absolute;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  outline: none;
  color: #39414e;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
}
.select2-container .select2-results__options.mCustomScrollbar {
  padding: 0;
}
.select2-container.select2-container--open .select2-dropdown.animated {
  -webkit-animation: selectAppear 0.3s linear;
  -moz-animation: selectAppear 0.3s linear;
  -o-animation: selectAppear 0.3s linear;
  animation: selectAppear 0.3s linear;
}
/* --------------- select-form */
.select-form {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.select-form__select {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
}
.select-form__filters {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: none;
  margin-left: 15px;
}
.select-form__filters.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.select-form__filters > * {
  margin-right: 15px;
}
.select-form__filters > *:last-child {
  margin-right: 0;
}
.select-form__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ed1b35;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
  font-size: 0;
  width: 22px;
  height: 22px;
  padding: 0;
}
.select-form__reset:hover,
.select-form__reset:active,
.select-form__reset:focus {
  color: #2b2a32;
  border-color: transparent;
}
.content--dark-bg .select-form__reset {
  color: #ed1b35;
}
.content--dark-bg .select-form__reset:hover,
.content--dark-bg .select-form__reset:active,
.content--dark-bg .select-form__reset:focus {
  color: #ffffff;
}
.select-form__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.select-form__count {
  background: #ed1b35;
  color: #ffffff;
  line-height: 1;
  font-size: 13px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  position: relative;
}
.select-form__count span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* --------------- add-file */
.add-file {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 739px) {
  .add-file {
    display: block;
  }
}
.add-file__wrapper {
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}
.add-file__input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.add-file__btn {
  width: 220px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.add-file__wrapper:hover .add-file__btn {
  color: #ffffff;
  background: #c40024;
  border-color: #c40024;
}
.add-file__icon {
  position: absolute;
  top: 17px;
  right: 27px;
  width: 24px;
  height: 22px;
  cursor: pointer;
  color: #ed1b35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.add-file__wrapper:hover .add-file__icon {
  color: #ffffff;
}
.add-file__description {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  word-break: break-word;
}
.content--dark-bg .add-file__description {
  color: #ffffff;
}
@media (max-width: 739px) {
  .add-file__description {
    margin-top: 10px;
    display: block;
  }
}
/* --------------- tabs */
.tabs {
  width: 100%;
  position: relative;
}
.tabs:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #e6ebf2;
}
.tabs__link {
  width: auto !important;
  color: #39414e;
  padding: 0 15px 10px;
  border: none !important;
  position: relative;
}
.tabs__link:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs__link:hover {
  color: #39414e;
}
.tabs__link:hover:before {
  background: #ed1b35;
}
.tabs__link.active {
  color: #ed1b35;
}
.tabs__link.active:before {
  background: #ed1b35;
}
.tabs__link.active:hover {
  color: #ed1b35;
  cursor: default;
}
.tabs__link.active:hover:before {
  background: #ed1b35;
}
.tabs__link.disabled {
  cursor: default;
  color: #e6ebf2;
}
.tabs__link.disabled:before {
  background: transparent;
}
.content--dark-bg .tabs__link.disabled {
  opacity: 0.7;
}
.tabs__link.disabled:hover {
  color: #e6ebf2;
}
.tabs__link.disabled:hover:before {
  background: transparent;
}
.tabs__link.disabled.active {
  color: #e6ebf2;
}
.tabs__link.disabled.active:before {
  background: #e6ebf2;
}
/* --------------- center-block */
.center-block {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
/* --------------- pagination */
.pagination {
  margin-bottom: 30px;
  width: 100%;
}
.pagination__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.pagination__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  z-index: 1;
  position: relative;
}
.pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.pagination__item:before {
  display: none !important;
}
.content ul .pagination__item {
  padding-left: 0;
  margin-bottom: 0;
}
.pagination__item:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .pagination__item {
    margin-right: 10px;
  }
}
.pagination__btn {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #39414e;
  border: 1px solid transparent!important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
}
.content--dark-bg .pagination__btn {
  color: #ffffff;
  border-color: transparent;
}
.pagination__btn:hover {
  color: #39414e;
  background: transparent;
  border-color: #ed1b35 !important;
}
.content--dark-bg .pagination__btn:hover {
  border-color: #ed1b35 !important;
}
.pagination__btn.active {
  color: #ffffff;
  background: #ed1b35;
  border-color: #ed1b35 !important;
}
.pagination__btn.active:hover {
  color: #ffffff;
  background: #ed1b35;
  border-color: #ed1b35 !important;
  cursor: default;
}
@media (max-width: 739px) {
  .pagination__btn {
    width: 32px;
    height: 32px;
  }
}
.pagination__btn--prev {
  margin-right: 20px;
}
.pagination__btn--prev:hover {
  background: transparent;
  border-color: transparent !important;
}
.content--dark-bg .pagination__btn--prev:hover {
  background: transparent;
  border-color: transparent !important;
}
@media (max-width: 739px) {
  .pagination__btn--prev {
    margin-right: 0px;
    width: 30px;
    height: 30px;
  }
}
.pagination__btn--next {
  margin-left: 20px;
}
.pagination__btn--next:hover {
  background: transparent;
  border-color: transparent !important;
}
.content--dark-bg .pagination__btn--next:hover {
  background: transparent;
  border-color: transparent !important;
}
@media (max-width: 739px) {
  .pagination__btn--next {
    margin-left: 0px;
    width: 30px;
    height: 30px;
  }
}
.pagination__icon {
  color: #39414e;
  width: 18px;
  height: 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content--dark-bg .pagination__icon {
  color: #ffffff;
}
.pagination__btn:hover .pagination__icon {
  color: #ed1b35;
}
.pagination__icon,
.pagination__nubmer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* --------------- documents */
.documents {
  margin-bottom: 25px;
}
.documents__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.documents__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.documents__list .documents__item {
  width: 300px;
  max-width: 100%;
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .documents__list .documents__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .documents__list .documents__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.documents__item:before {
  display: none !important;
}
.content ul .documents__item {
  padding-left: 0;
  margin-bottom: 0;
}
.documents__img {
  width: 58px;
  height: 66px;
  display: block;
  border: none !important;
  position: relative;
  -moz-flex-basis: 58px;
  -ms-flex-basis: 58px;
  -webkit-flex-basis: 58px;
  flex-basis: 58px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.documents__icon {
  width: 51px;
  height: 66px;
  position: absolute;
  top: 0;
  right: 0;
}
.documents__type {
  width: 50px;
  height: 26px;
  text-align: center;
  color: #ffffff !important;
  line-height: 1;
  padding-top: 5px;
  font-size: 14px;
  background: #2b2a32;
  position: absolute;
  bottom: 9px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.documents__type:before {
  content: ".";
}
.documents__item--xls .documents__type {
  background: #7cb659;
}
.documents__item--pdf .documents__type {
  background: #d9394e;
}
.documents__item--doc .documents__type {
  background: #4990e2;
}
.documents__item--jpg .documents__type {
  background: #9a60cd;
}
.documents__item--png .documents__type {
  background: #f6a623;
}
.documents__img:hover .documents__type {
  opacity: 0.7;
}
.content--dark-bg .documents__img:hover .documents__type {
  opacity: 1;
}
.documents__caption {
  margin-left: 15px;
  max-width: 270px;
}
.documents__caption--full {
  max-width: 100%;
}
.template-1 .documents__caption--full {
  margin-right: 20px;
}
@media (max-width: 739px) {
  .template-1 .documents__caption--full {
    margin-right: 0;
  }
}
.documents__caption > *:last-child {
  margin-bottom: 0;
}
.documents__title {
  color: #323236;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  border: none !important;
  display: inline-block;
  margin-bottom: 3px;
}
.content--dark-bg .documents__title:hover {
  color: #ed1b35;
}
.documents__size {
  display: block;
  text-transform: uppercase;
  color: #323236;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .documents__size {
  color: #ffffff;
}
.documents__data {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #323236;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}
.content--dark-bg .documents__data {
  color: #ffffff;
}
.documents__content {
  margin-bottom: 6px;
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .documents__content {
  color: #ffffff;
}
.content .documents__content {
  margin-bottom: 6px;
}
.documents__top {
  margin-bottom: 6px;
}
.documents__external-link {
  margin: 6px 0;
  border: none;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content .documents__external-link {
  border: none;
}
.documents__external-link > * {
  margin-right: 10px;
}
.documents__external-link > *:last-child {
  margin-right: 0;
}
.documents__external-icon {
  width: 15px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
.documents__external-text {
  display: inline-block;
  vertical-align: middle;
}
.documents__changes {
  margin-top: 6px;
}
.documents__changes-link {
  display: inline-block;
  position: relative;
  border: none;
  padding-right: 20px;
}
.content .documents__changes-link {
  border: none;
}
.documents__changes-link.active {
  margin-bottom: 6px;
}
.documents__changes-icon {
  width: 9px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.documents__changes-link:hover .documents__changes-icon,
.documents__changes-link.active .documents__changes-icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.documents__changes-list {
  display: none;
}
/* --------------- show-more */
.show-more {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .show-more {
    margin-bottom: 45px;
  }
}
@media (max-width: 739px) {
  .show-more {
    margin-bottom: 45px;
  }
}
.show-more__btn {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.show-more__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
/* --------------- calendar */
.calendar {
  width: 100%;
  max-width: 300px;
  margin-bottom: 40px;
  text-align: center;
}
.calendar--board {
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
}
.content--dark-bg .calendar--board {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar--row {
  max-width: 100%;
  margin-bottom: 0;
}
.calendar--board .pickmeup {
  right: auto !important;
}
.calendar__board-name {
  background: #a3001b;
  font-size: 14px;
  padding: 15px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .calendar__board-name {
    padding-right: 65px;
  }
}
@media (max-width: 739px) {
  .calendar__board-name {
    padding-right: 65px;
  }
}
.calendar__board {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .calendar--meetings .calendar__board {
    display: none;
  }
  .calendar--meetings .calendar__board.active {
    display: block;
    position: relative;
  }
  .calendar--meetings .calendar__board.active .pickmeup.pmu-flat {
    position: absolute;
    right: 0 !important;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  }
}
@media (max-width: 739px) {
  .calendar--meetings .calendar__board {
    display: none;
  }
  .calendar--meetings .calendar__board.active {
    display: block;
    position: relative;
  }
  .calendar--meetings .calendar__board.active .pickmeup.pmu-flat {
    position: absolute;
    right: 0 !important;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  }
}
.calendar__board-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  border: none;
  width: 50px;
  background: none;
  z-index: 4;
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .calendar__board-btn {
    display: block;
  }
}
@media (max-width: 739px) {
  .calendar__board-btn {
    display: block;
  }
}
.calendar__board-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.calendar__period-btn:hover .calendar__board-btn-icon {
  color: #ffffff;
}
.calendar--row .calendar__form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.calendar__date-range {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  text-align: left;
}
.calendar__date-range .field {
  margin-top: 0;
  margin-right: 20px;
}
.calendar__date-range .field:last-child {
  margin-right: 0;
}
.calendar--row .calendar__date-range {
  margin-bottom: 0;
}
.calendar--board .calendar__date-range {
  padding: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .calendar__date-range,
  .template-3 .calendar__date-range {
    display: block;
  }
  .template-2 .calendar__date-range .field,
  .template-3 .calendar__date-range .field {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .template-2 .calendar__date-range .field:last-child,
  .template-3 .calendar__date-range .field:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.calendar__label {
  line-height: 1;
  margin-bottom: 0;
  margin-right: 5px;
}
.calendar__date-range input[type="text"] {
  width: 100%;
  padding: 3px 8px 3px;
  margin-right: 10px;
  text-align: left;
}
.calendar__date-range input[type="text"]:last-child {
  margin-right: 0;
}
.calendar__btn {
  margin-bottom: 20px;
}
.calendar--row .calendar__btn {
  margin-right: 15px;
  margin-bottom: 0;
  height: 60px;
}
.calendar--row .calendar__btn:last-child {
  margin-right: 0;
}
.calendar__period-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  border: none;
  width: 50px;
  background: none;
  z-index: 4;
}
@media (max-width: 739px) {
  .calendar__period-btn {
    width: 40px;
  }
}
.calendar__period-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 24px;
  color: #ed1b35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.calendar__period-btn:hover .calendar__period-btn-icon {
  color: #ed1b35;
}
.calendar__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ed1b35;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
  font-size: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 20px;
  display: none;
}
.calendar__reset:hover,
.calendar__reset:active,
.calendar__reset:focus {
  color: #2b2a32;
  border-color: transparent;
}
.content--dark-bg .calendar__reset {
  color: #ed1b35;
}
.content--dark-bg .calendar__reset:hover,
.content--dark-bg .calendar__reset:active,
.content--dark-bg .calendar__reset:focus {
  color: #ffffff;
}
.calendar__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/* --------------- popup */
.popup {
  padding: 60px 80px 80px!important;
  width: 1140px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
}
@media (max-width: 1200px) {
  .popup {
    width: 980px;
  }
}
@media (max-width: 1025px) {
  .popup {
    width: 700px;
    padding: 30px 45px 45px !important;
  }
}
@media (max-width: 741px) {
  .popup {
    width: 100%;
    margin: 0 !important;
    padding: 30px 15px !important;
  }
  .popup h2 {
    padding-right: 30px;
  }
}
/* --------------- search-result */
.search-result {
  text-align: center;
  margin-top: 125px;
  margin-bottom: 100px;
}
@media (max-width: 739px) {
  .search-result {
    margin: 50px 0;
  }
}
.search-result__error-img-wrap {
  width: 157px;
  height: 157px;
  position: relative;
  margin: 0 auto 50px;
}
@media (max-width: 739px) {
  .search-result__error-img-wrap {
    margin-bottom: 35px;
  }
}
.search-result__error-img {
  color: #e6ebf2;
  width: 157px;
  height: 157px;
}
.search-result__error-text {
  color: #acaaad;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .search-result__error-text {
    margin-bottom: 30px;
  }
}
/* --------------- grid */
/* --------------- plugins styles */
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 38px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  height: 100%;
  margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 8px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e6ebf2;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ed1b35;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ed1b35;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/local/templates/main/style/../green/styles/plugins/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e6ebf2;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* ---------------------------------------- */
.mCSB_1_scrollbar {
  margin-top: 40px;
}
.select2-container .mCSB_1_scrollbar {
  margin-top: 0;
}
.select2-container .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.55;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(0%);
  max-height: calc(12%);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url("/local/templates/main/style/../green/images/popup-close.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-close-small:hover {
  background-image: url("/local/templates/main/style/../green/images/popup-close-hover.svg");
}
@media (min-width: 740px) and (max-width: 1024px) {
  .fancybox-close-small {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 739px) {
  .fancybox-close-small {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(49%);
  left: calc(42%);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(43%);
  top: calc(44%);
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(44%);
  left: calc(46%);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(48%);
    left: calc(48%);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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-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;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.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-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;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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;
}
/* 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;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.pickmeup {
  background: #ffffff;
  border-radius: 0;
  display: inline-block;
  position: absolute;
  touch-action: manipulation;
  z-index: 19;
  width: 300px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
}
.calendar .pickmeup {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pickmeup.pmu-flat {
  position: relative;
}
.pickmeup.pmu-hidden {
  display: none;
}
.pmu-days {
  padding: 0px 25px 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pmu-days .pmu-button {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pickmeup .pmu-instance {
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 100%;
}
.pickmeup .pmu-instance .pmu-button {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.pickmeup .pmu-instance .pmu-button:hover {
  background: #a3001b;
  color: #ffffff;
}
.pickmeup .pmu-instance .pmu-not-in-month {
  color: #afafaf;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #ffffff;
  cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
  background: #ed1b35;
  color: #ffffff;
}
.pickmeup .pmu-instance .pmu-today {
  background: #ffffff;
  color: #39414e;
  border: 2px solid #a3001b;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  opacity: 0.5;
}
.pickmeup .pmu-instance nav {
  background-color: #ed1b35;
  display: flex;
  justify-content: space-between;
  padding: 15px 25px 12px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
.pickmeup .pmu-instance nav .pmu-button:hover {
  background: transparent;
  color: #ffffff;
}
.pickmeup .pmu-instance nav *:first-child:hover {
  color: #2b2a32;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
}
.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3;
  width: 60px;
}
.pickmeup .pmu-instance .pmu-day-of-week {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  background-color: #f5f5f5;
  cursor: default;
  padding: 10px 25px;
}
.pickmeup .pmu-instance .pmu-day-of-week > div:nth-child(6),
.pickmeup .pmu-instance .pmu-day-of-week > div:nth-child(7),
.pickmeup .pmu-instance .pmu-days .pmu-sunday.pmu-button,
.pickmeup .pmu-instance .pmu-days .pmu-saturday.pmu-button {
  color: #ed1b35;
  font-weight: normal;
}
.pickmeup .pmu-instance .pmu-days .pmu-sunday.pmu-button:hover,
.pickmeup .pmu-instance .pmu-days .pmu-saturday.pmu-button:hover {
  color: #ffffff;
}
.pickmeup .pmu-instance .pmu-days .pmu-sunday.pmu-button.pmu-not-in-month,
.pickmeup .pmu-instance .pmu-days .pmu-saturday.pmu-button.pmu-not-in-month {
  opacity: 0.7;
}
.pickmeup .pmu-instance .pmu-days .pmu-sunday.pmu-button.pmu-not-in-month:hover,
.pickmeup .pmu-instance .pmu-days .pmu-saturday.pmu-button.pmu-not-in-month:hover {
  opacity: 1;
}
.pmu-prev.pmu-button:before {
  content: "";
  background-image: url("/local/templates/main/style/../green/images/arrow-light-left.svg");
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  background-size: 16px 20px;
  background-position: center;
}
.pmu-next.pmu-button:after {
  content: "";
  background-image: url("/local/templates/main/style/../green/images/arrow-light-right.svg");
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  background-size: 16px 20px;
  background-position: center;
}
.pmu-prev.pmu-button,
.pmu-next.pmu-button {
  font-size: 0;
  width: 18px;
  height: 30px;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 2;
  width: 14.28%;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 70%;
  padding-top: 3px;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}
/* --------------- components green */
/* --------------- g-vacancy */
.g-vacancy {
  overflow: hidden;
}
.g-vacancy__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.template-1 .g-vacancy__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-vacancy__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__template-wrap {
    display: block;
  }
}
.template-3 .g-vacancy__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-vacancy__template-wrap {
    display: block;
  }
}
.template-4 .g-vacancy__template-wrap {
  display: block;
}
.g-vacancy__panel {
  background: #ebedf0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.template-1 .g-vacancy__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-vacancy__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ebedf0;
  z-index: 0;
}
.template-1 .g-vacancy__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-vacancy__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-vacancy__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-vacancy__panel:before {
    display: none;
  }
}
.template-2 .g-vacancy__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-vacancy__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-vacancy__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-vacancy__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-vacancy__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-vacancy__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-vacancy__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-vacancy__panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-vacancy__panel {
    padding: 15px 5px 0;
  }
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__panel {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.template-1 .g-vacancy__content {
  display: block;
}
.template-2 .g-vacancy__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-vacancy__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-vacancy__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-vacancy__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-vacancy__content {
    margin-right: 0;
  }
}
.template-4 .g-vacancy__content {
  display: block;
}
.g-vacancy__panel-block {
  margin-right: 25px;
}
.g-vacancy__panel-block:last-child {
  margin-right: 0;
}
.template-2 .g-vacancy__panel-block,
.template-3 .g-vacancy__panel-block {
  margin-right: 0;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__panel-block,
  .template-3 .g-vacancy__panel-block {
    margin-bottom: 15px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-vacancy__panel-block {
    margin: 0 10px 20px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__panel-block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.g-vacancy__panel-block--search {
  -moz-flex-basis: 50px;
  -ms-flex-basis: 50px;
  -webkit-flex-basis: 50px;
  flex-basis: 50px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}
.template-2 .g-vacancy__panel-block--search,
.template-3 .g-vacancy__panel-block--search {
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.g-vacancy__panel-block--popup {
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  text-align: center;
  position: relative;
}
.template-2 .g-vacancy__panel-block--popup,
.template-3 .g-vacancy__panel-block--popup {
  text-align: left;
  padding-left: 25px;
}
.g-vacancy__panel-block--reset {
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  text-align: right;
  position: relative;
}
.template-2 .g-vacancy__panel-block--reset,
.template-3 .g-vacancy__panel-block--reset {
  text-align: center;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
@media (max-width: 739px) {
  .g-vacancy__panel-block--reset {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    text-align: left;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin-bottom: 10px !important;
  }
}
.g-vacancy__panel-block--filter {
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 400px;
}
.template-2 .g-vacancy__panel-block--filter,
.template-3 .g-vacancy__panel-block--filter {
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__panel-block--filter {
    max-width: 550px;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 739px) {
  .g-vacancy__panel-block--filter {
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-vacancy__search-open {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border: none;
  outline: none;
  background: transparent;
}
.template-2 .g-vacancy__search-open,
.template-3 .g-vacancy__search-open {
  display: none;
}
.g-vacancy__search-open .search-field__icon.hidden {
  display: none;
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__search-open {
    display: none;
  }
}
.g-vacancy__search-field {
  display: none;
}
.template-1 .g-vacancy__search-field {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: #ffffff;
  top: 100%;
  z-index: 1;
}
.template-1 .g-vacancy__search-field:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.template-1 .g-vacancy__search-field .search-field__input {
  border-color: transparent;
}
.template-1 .g-vacancy__search-field.active {
  display: block;
  -webkit-animation: appearFromTop 0.5s ease-out;
  -moz-animation: appearFromTop 0.5s ease-out;
  -o-animation: appearFromTop 0.5s ease-out;
  animation: appearFromTop 0.5s ease-out;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-vacancy__search-field {
    left: 15px;
    right: 15px;
  }
}
.template-2 .g-vacancy__search-field,
.template-3 .g-vacancy__search-field {
  display: block;
}
@media (max-width: 739px) {
  .template-1 .g-vacancy__search-field {
    display: block;
    position: relative;
    background: transparent;
  }
  .template-1 .g-vacancy__search-field:before {
    display: none;
  }
  .template-1 .g-vacancy__search-field .search-field__input {
    border-bottom-color: #acaaad;
  }
}
.g-vacancy__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ed1b35;
  border-bottom: 1px dashed #ed1b35;
  cursor: pointer;
  font-style: normal;
}
.g-vacancy__reset:hover {
  color: #c40024;
  border-color: transparent;
}
.g-vacancy__reset:active {
  color: #a3001b;
  border-color: transparent;
}
.g-vacancy__reset:focus {
  color: #c40024;
  border-color: transparent;
}
.g-vacancy__list {
  margin-bottom: 30px;
}
.g-vacancy__item {
  border: 1px solid #e6ebf2;
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
}
.g-vacancy__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item {
    padding: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.g-vacancy__item--accordion {
  padding: 0;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-vacancy__item--accordion:hover {
  border-color: #2b2a32;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item--accordion {
    padding: 0;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item--accordion {
    padding: 0;
  }
}
.g-vacancy__item--detail {
  border: none;
  padding: 0;
  margin-bottom: 45px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item--detail {
    padding: 0;
    margin-bottom: 22.5px !important;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item--detail {
    padding: 0;
    margin-bottom: 22.5px !important;
  }
}
.g-vacancy__item--popup {
  margin-bottom: 0 !important;
}
.g-vacancy__item--open {
  background: #ebedf0;
  border-color: #ebedf0;
}
.g-vacancy__item--open.g-vacancy__item--accordion:hover {
  border-color: #ebedf0;
}
.g-vacancy__item-top {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.g-vacancy__item-top > * {
  margin-right: 30px;
}
.g-vacancy__item-top > *:last-child {
  margin-right: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item-top {
    display: block;
  }
  .g-vacancy__item-top > * {
    margin-right: 0;
    display: block;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item-top {
    display: block;
  }
  .g-vacancy__item-top > * {
    margin-right: 0;
    display: block;
  }
}
.g-vacancy__item-caption {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 20px;
}
.content--dark-bg .g-vacancy__item-caption {
  color: #ffffff;
}
.g-vacancy__item-addr {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 25px;
}
.content--dark-bg .g-vacancy__item-addr {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item-addr {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item-addr {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item-addr {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item-addr {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-vacancy__short-description {
  margin-bottom: 30px;
}
.g-vacancy__item-hidden {
  display: none;
}
.g-vacancy__feed {
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
}
@media (max-width: 739px) {
  .g-vacancy__feed {
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
  }
}
.g-vacancy__close {
  vertical-align: middle;
}
.content .g-vacancy__close {
  border-bottom-style: dashed;
}
.g-vacancy__content-bottom {
  margin-top: 25px;
}
@media (max-width: 739px) {
  .g-vacancy__content-bottom {
    text-align: center;
  }
}
.g-vacancy__open-map {
  padding-right: 25px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  border: none;
}
.g-vacancy__small-pin {
  width: 16px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
}
.g-vacancy__map {
  height: 490px;
}
.g-vacancy__map-wrap {
  width: 0;
  height: 0;
  overflow: hidden;
  position: relative;
}
.g-vacancy__show-more {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__show-more {
    margin-bottom: 45px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__show-more {
    margin-bottom: 45px;
  }
}
.g-vacancy__more-btn {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.g-vacancy__more-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
.g-vacancy__popup {
  display: none;
}
.g-vacancy__accordion-head {
  display: block;
  width: 100%;
  cursor: pointer;
  border: none !important;
  padding: 30px 30px 10px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__accordion-head {
    padding: 15px 15px 0;
  }
}
@media (max-width: 739px) {
  .g-vacancy__accordion-head {
    padding: 15px 15px 0;
  }
}
.g-vacancy__accordion-body {
  padding: 0 30px 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__accordion-body {
    padding: 0 15px 15px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__accordion-body {
    padding: 0 15px 15px;
  }
}
.g-vacancy__form {
  width: 100%;
}
.g-vacancy__form-title {
  margin-bottom: 30px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form-title {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form-title {
    margin-bottom: 15px !important;
  }
}
.g-vacancy__form-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-vacancy__form-row--push {
  margin-bottom: 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form-row {
    display: block;
  }
  .g-vacancy__form-row--push {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form-row {
    display: block;
  }
  .g-vacancy__form-row--push {
    margin-bottom: 25px;
  }
}
.g-vacancy__form-col {
  width: 48%;
}
.g-vacancy__form-col > * {
  margin: 0 0 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form-col {
    width: 100%;
  }
  .g-vacancy__form-col > * {
    margin: 0 0 25px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form-col {
    width: 100%;
  }
  .g-vacancy__form-col > * {
    margin: 0 0 25px;
  }
}
.g-vacancy__form textarea {
  height: 250px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form textarea {
    height: 150px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form textarea {
    height: 120px;
  }
}
.g-vacancy__form-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 739px) {
  .g-vacancy__form-bottom {
    display: block;
  }
}
.g-vacancy__form-submit {
  margin-right: 25px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 739px) {
  .g-vacancy__form-submit {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-vacancy__form-caption {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .g-vacancy__form-caption {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-vacancy__form-caption {
    text-align: center;
  }
}
.g-vacancy__form-wrap--detail {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-vacancy__form-wrap--detail {
    margin-bottom: 30px;
  }
}
.g-vacancy__item--accordion .g-vacancy__form-wrap {
  margin-top: 45px;
  margin-bottom: 0;
}
.template-2 .g-vacancy__item--accordion .g-vacancy__form-row,
.template-3 .g-vacancy__item--accordion .g-vacancy__form-row {
  display: block;
}
.template-2 .g-vacancy__item--accordion .g-vacancy__form-col,
.template-3 .g-vacancy__item--accordion .g-vacancy__form-col {
  width: 100%;
  margin-bottom: 35px;
}
.template-2 .g-vacancy__item--accordion .g-vacancy__form-col:last-child,
.template-3 .g-vacancy__item--accordion .g-vacancy__form-col:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-vacancy__item--accordion .g-vacancy__form-col,
  .template-3 .g-vacancy__item--accordion .g-vacancy__form-col {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .template-2 .g-vacancy__item--accordion .g-vacancy__form-col,
  .template-3 .g-vacancy__item--accordion .g-vacancy__form-col {
    margin-bottom: 25px;
    width: 100%;
  }
}
.g-vacancy__top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.g-vacancy__top > * {
  margin-right: 30px !important;
}
.g-vacancy__top > *:last-child {
  margin-right: 0 !important;
}
.g-vacancy__top--title-with {
  margin-bottom: 0;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media (max-width: 739px) {
  .g-vacancy__top {
    display: block;
    margin-bottom: 15px;
  }
}
.g-vacancy__select {
  font-size: 0;
}
@media (max-width: 739px) {
  .g-vacancy__select {
    margin-bottom: 10px;
  }
}
.g-vacancy__select-inner {
  display: inline;
  position: relative;
}
.g-vacancy__select-title {
  color: #39414e;
  font-size: 30px;
  line-height: 1.23;
  font-weight: 300;
  font-style: normal;
  margin-right: 12px;
}
@media (max-width: 739px) {
  .g-vacancy__select-title {
    display: block;
  }
}
.g-vacancy__open-select {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 300;
  font-style: normal;
  border-color: transparent;
}
.g-vacancy__select-list {
  font-size: 14px;
  position: absolute;
  left: 0;
  display: none;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #ffffff;
  z-index: 2;
  width: 200px;
}
.g-vacancy__select-list.active {
  -webkit-animation: appear 0.3s ease-out;
  -moz-animation: appear 0.3s ease-out;
  -o-animation: appear 0.3s ease-out;
  animation: appear 0.3s ease-out;
  display: block;
}
.g-vacancy__select-item {
  display: block;
  border-color: transparent;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}
.g-vacancy__select-item.active {
  color: #39414e;
  opacity: 0.3;
  cursor: default;
}
.g-vacancy__page-form {
  padding: 75px;
  background-color: #2b2a32;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__page-form {
    padding: 60px 90px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__page-form {
    padding: 15px;
  }
}
.g-vacancy__form-wrap--img-bg {
  padding: 45px 60px 60px;
  background: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__form-wrap--img-bg {
    padding: 30px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__form-wrap--img-bg {
    padding: 15px;
    margin: 0 -15px;
  }
}
.g-vacancy__info {
  margin: 0 0 30px;
}
/* --------------- g-persons */
.g-persons {
  overflow: hidden;
}
.g-persons--detail {
  padding-bottom: 40px;
}
@media (max-width: 739px) {
  .g-persons--detail {
    padding-bottom: 10px;
  }
}
.g-persons__inner {
  max-width: 1200px;
  padding: 0 0 0 15px;
  margin: 0 auto;
}
.template-1 .g-persons__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-persons__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-persons__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-persons__template-wrap {
    display: block;
  }
}
.template-3 .g-persons__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-persons__template-wrap {
    display: block;
  }
}
.template-4 .g-persons__template-wrap {
  display: block;
}
.g-persons__panel {
  background: #ebedf0;
}
.template-1 .g-persons__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-persons__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ebedf0;
  z-index: 0;
}
.template-1 .g-persons__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-persons__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-persons__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-persons__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-persons__panel:before {
    display: none;
  }
}
.template-2 .g-persons__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-persons__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-persons__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-persons__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-persons__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-persons__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-persons__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-persons__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-persons__panel {
  padding: 15px 0 0;
  background: #ffffff;
}
.template-1 .g-persons__panel:before {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-persons__panel {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-persons__panel {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .g-persons__panel {
    padding: 0 15px;
    background: #ffffff;
    margin-bottom: 30px;
  }
  .g-persons__panel:before {
    display: none;
  }
}
.template-1 .g-persons__content {
  display: block;
}
.template-2 .g-persons__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-persons__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-persons__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-persons__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-persons__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-persons__content {
    margin-right: 0;
  }
}
.template-4 .g-persons__content {
  display: block;
}
.g-persons__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-persons__item {
  border: none !important;
  display: none;
}
.cols-1 .g-persons__item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-persons__item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-persons__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-persons__item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-persons__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-persons__item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-persons__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-persons__item.active {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.g-persons__item-img {
  width: 100%;
  background-color: #e6ebf2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}
.cols-2 .g-persons__item-img {
  height: 512px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-persons__item-img {
    height: 332px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-persons__item-img {
    height: 382px;
  }
}
.cols-3 .g-persons__item-img {
  height: 332px;
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-3 .g-persons__item-img {
    height: 382px;
  }
}
.cols-4 .g-persons__item-img {
  height: 245px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__item-img {
    height: 332px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-4 .g-persons__item-img {
    height: 382px;
  }
}
.template-2.cols-2 .g-persons__item-img,
.template-3.cols-2 .g-persons__item-img {
  height: 332px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-persons__item-img,
  .template-3.cols-2 .g-persons__item-img {
    height: 225px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .template-2.cols-2 .g-persons__item-img,
  .template-3.cols-2 .g-persons__item-img {
    height: 332px;
  }
}
.template-2.cols-3 .g-persons__item-img,
.template-3.cols-3 .g-persons__item-img {
  height: 225px;
}
@media (max-width: 739px) {
  .g-persons__item-img {
    height: 330px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .g-persons__item-img {
    height: 512px !important;
  }
}
.g-persons__item-img:after {
  background: #2b2a32;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-persons__item:hover .g-persons__item-img:after {
  opacity: 0.7;
}
.g-persons__item-img-hover {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ed1b35;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}
.g-persons__item:hover .g-persons__item-img-hover {
  opacity: 1;
}
.g-persons__item-eye {
  width: 27px;
  height: 18px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.g-persons__item-description {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ebedf0;
  position: relative;
}
.g-persons__item-description:after {
  content: "";
  position: absolute;
  width: 14%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ed1b35;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cols-4 .g-persons__item-description:after {
  width: 0%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__item-description:after {
    width: 14%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-persons__item-description:after {
    width: 14%;
  }
}
.template-2.cols-3 .g-persons__item-description:after,
.template-3.cols-3 .g-persons__item-description:after {
  width: 0%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-3 .g-persons__item-description:after,
  .template-3.cols-3 .g-persons__item-description:after {
    width: 14%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-3 .g-persons__item-description:after,
  .template-3.cols-3 .g-persons__item-description:after {
    width: 14%;
  }
}
.g-persons__item:hover .g-persons__item-description:after {
  width: 100%;
}
.g-persons__item-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  z-index: 2;
  position: relative;
  padding: 10px 20px;
}
.g-persons__item-btn {
  width: 14%;
  -moz-flex-basis: 14%;
  -ms-flex-basis: 14%;
  -webkit-flex-basis: 14%;
  flex-basis: 14%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.cols-4 .g-persons__item-btn {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__item-btn {
    display: block;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-persons__item-btn {
    display: block;
  }
}
.template-2.cols-3 .g-persons__item-btn,
.template-3.cols-3 .g-persons__item-btn {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-3 .g-persons__item-btn,
  .template-3.cols-3 .g-persons__item-btn {
    display: block;
  }
}
@media (max-width: 739px) {
  .template-2.cols-3 .g-persons__item-btn,
  .template-3.cols-3 .g-persons__item-btn {
    display: block;
  }
}
.g-persons__item-arrow {
  width: 90%;
  max-width: 17px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.g-persons__item-name {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.content--dark-bg .g-persons__item-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-persons__item:hover .g-persons__item-name {
  color: #ffffff;
}
.g-persons__item-post {
  color: #39414e;
}
.g-persons__item:hover .g-persons__item-post {
  color: #ffffff;
}
.g-persons__show-more {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__show-more {
    margin-bottom: 45px;
  }
}
@media (max-width: 739px) {
  .g-persons__show-more {
    margin-bottom: 45px;
  }
}
.g-persons__more-btn {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.g-persons__more-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
.g-persons__popup {
  display: none;
}
.g-persons__info {
  margin: 0 0 30px;
}
.template-2 .g-persons__filters-tabs,
.template-3 .g-persons__filters-tabs {
  display: none;
}
@media (max-width: 739px) {
  .template-2 .g-persons__filters-tabs,
  .template-3 .g-persons__filters-tabs {
    display: block;
  }
}
.g-persons__filters-btns {
  margin: -30px -30px 0;
}
.template-1 .g-persons__filters-btns {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__filters-btns {
    margin: -15px -15px 0;
  }
}
@media (max-width: 739px) {
  .g-persons__filters-btns {
    display: none;
  }
}
.g-persons__filters-btn {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 30px;
  text-align: left;
  border-bottom: 1px solid #e6ebf2;
}
.g-persons__filters-btn.active {
  background: #ed1b35;
  color: #ffffff;
  border-color: #ed1b35;
}
.g-persons__filters-btn.active:hover,
.g-persons__filters-btn.active:focus {
  background: #ed1b35;
  color: #ffffff;
  border-color: #ed1b35;
}
.g-persons__filters-btn:hover,
.g-persons__filters-btn:focus {
  background: #c40024;
  color: #ffffff;
  border-color: #c40024;
}
.g-persons__filters-btn:active {
  background: #a3001b;
  color: #ffffff;
  border-color: #a3001b;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__filters-btn {
    padding: 15px;
  }
}
/* --------------- g-persons detail-page */
.g-persons__detail-main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-persons__detail-main {
    display: block;
  }
}
.g-persons__detail-img {
  width: 388px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-right: 65px;
  -moz-flex-basis: 388px;
  -ms-flex-basis: 388px;
  -webkit-flex-basis: 388px;
  flex-basis: 388px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-img {
    width: 300px;
    height: 250px;
    -moz-flex-basis: 300px;
    -ms-flex-basis: 300px;
    -webkit-flex-basis: 300px;
    flex-basis: 300px;
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-img {
    width: 100%;
    height: 250px;
    margin-right: 0;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .g-persons__detail-img {
    height: 512px !important;
  }
}
.g-persons__detail-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 525px;
}
.g-persons__detail-name {
  margin-bottom: 10px !important;
}
.g-persons__detail-post {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 20px;
}
.content--dark-bg .g-persons__detail-post {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-post {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-post {
    margin-bottom: 10px;
  }
}
.g-persons__detail-member {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-persons__detail-member {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-member {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-member {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-member {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-member {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-persons__detail-contacts {
  margin-top: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__detail-contacts {
    margin-top: 0;
  }
}
@media (max-width: 739px) {
  .g-persons__detail-contacts {
    margin-top: 0px;
  }
}
.g-persons__contacts-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-bottom: 8px;
}
.g-persons__contacts-row:last-child {
  margin-bottom: 0;
}
.g-persons__contacts-caption {
  display: block;
  width: 70px;
  -moz-flex-basis: 70px;
  -ms-flex-basis: 70px;
  -webkit-flex-basis: 70px;
  flex-basis: 70px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.g-persons__contacts-item {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-left: 15px;
  border: none !important;
}
.content--dark-bg .g-persons__contacts-item {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__contacts-item {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__contacts-item {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__contacts-item {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__contacts-item {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-persons__tabs-body {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.g-persons__tabs-body--popup {
  padding-bottom: 0;
}
@media (max-width: 739px) {
  .g-persons__tabs-body {
    padding: 15px 0 20px;
  }
}
.g-persons__tabs-content {
  position: absolute;
  width: 100%;
  left: 5000px;
  top: 0;
}
.g-persons__tabs-content.active {
  position: relative;
  left: 0;
  display: block;
}
.g-persons__tabs-content .documents__list {
  margin-bottom: 0 !important;
}
.g-persons__popup .g-persons__tabs-content {
  display: none;
  position: static;
}
.g-persons__popup .g-persons__tabs-content.active {
  display: block;
}
.g-persons__tabs-content > *:last-child {
  margin-bottom: 0 !important;
}
.g-persons__experience-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-bottom: 20px;
}
.g-persons__experience-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-persons__experience-row {
    display: block;
  }
}
.g-persons__experience-info {
  margin-bottom: 0 !important;
}
.g-persons__experience-date {
  width: 120px;
  margin-right: 30px;
  -moz-flex-basis: 120px;
  -ms-flex-basis: 120px;
  -webkit-flex-basis: 120px;
  flex-basis: 120px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 739px) {
  .g-persons__experience-date {
    margin-right: 0;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-persons__publication-date {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px;
  display: block;
}
.content--dark-bg .g-persons__publication-date {
  color: #ffffff;
}
.g-persons__publication-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 15px;
}
.content--dark-bg .g-persons__publication-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__publication-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__publication-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__publication-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-persons__publication-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-persons__publication-description {
  margin-bottom: 30px !important;
}
.g-persons-publications-wrapper.slider-mode {
  padding: 0 50px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons-publications-wrapper.slider-mode {
    padding: 0 30px;
  }
}
@media (max-width: 739px) {
  .g-persons-publications-wrapper.slider-mode {
    padding: 0 20px;
  }
}
.slider-mode .g-persons__publication-slider {
  width: 100%;
}
.g-persons__publications-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
}
.g-persons__publications-btn--prev {
  left: 0;
}
.g-persons__publications-btn--next {
  right: 0;
}
.g-persons__publications-icon {
  width: 22px;
  height: 34px;
  color: #ed1b35;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-persons__publications-btn--prev .g-persons__publications-icon {
  left: 0;
}
.g-persons__publications-btn--next .g-persons__publications-icon {
  right: 0;
}
.g-persons__publications-btn:hover .g-persons__publications-icon {
  color: #c40024;
}
.g-persons__publication-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.slider-mode .g-persons__publication-list {
  margin: 0;
  width: 100%;
}
.g-persons__publication-item {
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0 !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-persons__publication-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-persons__publication-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.slider-mode .g-persons__publication-item {
  padding: 0 15px;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.g-persons__publication-list .btn {
  max-width: 200px;
}
.g-persons__popup {
  display: none;
}
.g-persons__card {
  display: none;
  margin-bottom: 50px !important;
}
.cols-1 .g-persons__card {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-persons__card {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-persons__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-persons__card {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-persons__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-persons__card {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-persons__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-persons__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-persons__card.active {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .g-persons__card {
    margin-bottom: 30px !important;
  }
}
.g-persons__card-inner {
  border-bottom: 1px solid #ed1b35;
  padding-bottom: 18px;
  width: 100%;
}
.content .g-persons__card-inner .g-persons__item-name {
  border: none;
  margin-bottom: 5px;
}
.g-persons__card .g-persons__item-img {
  margin-bottom: 10px;
  border: none !important;
}
.g-persons__card .g-persons__item-img:hover:after {
  opacity: 0.7;
}
.g-persons__card .g-persons__item-img:hover .g-persons__item-img-hover {
  opacity: 1;
}
.g-persons__hint-title {
  display: block;
  margin: -40px 0 40px;
}
/* --------------- g-map */
.g-map {
  overflow: hidden;
}
.g-map__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 739px) {
  .g-map__info {
    margin-bottom: 30px;
  }
}
.template-1 .g-map__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-map__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-map__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-map__template-wrap {
    display: block;
  }
}
.template-3 .g-map__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-map__template-wrap {
    display: block;
  }
}
.template-4 .g-map__template-wrap {
  display: block;
}
.template-2 .g-map__template-wrap,
.template-3 .g-map__template-wrap {
  margin-top: 45px;
}
.g-map__panel {
  background: #ebedf0;
}
.template-1 .g-map__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-map__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ebedf0;
  z-index: 0;
}
.template-1 .g-map__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-map__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-map__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-map__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-map__panel:before {
    display: none;
  }
}
.template-2 .g-map__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-map__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-map__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-map__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-map__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-map__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-map__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-map__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-map__panel {
  padding: 15px 0 0;
  background: transparent;
  margin-bottom: 0;
}
.template-1 .g-map__panel:before {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-map__panel {
    padding: 0 15px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-map__panel {
    padding: 0 15px;
  }
}
@media (max-width: 739px) {
  .g-map__panel {
    padding: 0 15px;
    background: #ffffff;
    margin-bottom: 30px;
  }
  .g-map__panel:before {
    display: none;
  }
}
.g-map__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ed1b35;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
}
.g-map__reset:hover,
.g-map__reset:active,
.g-map__reset:focus {
  color: #2b2a32;
  border-color: transparent;
}
.content--dark-bg .g-map__reset {
  color: #ed1b35;
}
.content--dark-bg .g-map__reset:hover,
.content--dark-bg .g-map__reset:active,
.content--dark-bg .g-map__reset:focus {
  color: #ffffff;
}
.g-map__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.template-1 .g-map__content {
  display: block;
}
.template-2 .g-map__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-map__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-map__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-map__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-map__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-map__content {
    margin-right: 0;
  }
}
.template-4 .g-map__content {
  display: block;
}
@media (max-width: 739px) {
  .g-map__panel-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.g-map__map {
  width: 100%;
  height: 0;
  position: relative;
  background: #e6ebf2;
  overflow: hidden;
}
.g-map__map.active {
  height: 640px;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .g-map__map.active {
    height: 400px;
  }
}
@media (max-width: 739px) {
  .g-map__map {
    width: auto;
    margin: 0 -15px;
  }
}
.g-map__map-inner {
  position: absolute;
  width: 100%;
  height: 640px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 739px) {
  .g-map__map-inner {
    height: 400px;
  }
}
.g-map__panel-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -15px 30px;
  padding-top: 10px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-map__panel-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.template-2 .g-map__panel-top,
.template-3 .g-map__panel-top {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 0 30px;
}
.g-map__panel-reset {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: eende;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 739px) {
  .g-map__panel-reset {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    background: #ebedf0;
    margin: 0 -15px;
    padding: 0 15px 20px;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.g-map__panel-block {
  width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-block {
    max-width: 45%;
    width: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-map__panel-block {
    max-width: 100%;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.template-2 .g-map__panel-block,
.template-3 .g-map__panel-block {
  margin: 0 0 15px;
  width: 100%;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.g-map__panel-block--display-btns {
  min-width: 200px;
  max-width: 300px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-block--display-btns {
    min-width: 45%;
    max-width: 45%;
  }
}
@media (max-width: 739px) {
  .g-map__panel-block--display-btns {
    max-width: 100%;
  }
}
.template-2 .g-map__panel-block--display-btns,
.template-3 .g-map__panel-block--display-btns {
  max-width: 100%;
}
.g-map__panel-block--select {
  max-width: 570px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-block--select {
    max-width: 45%;
  }
}
@media (max-width: 739px) {
  .g-map__panel-block--select {
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-map__panel-block--select {
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-map__panel-block--select {
    max-width: 100%;
  }
}
.template-2 .g-map__panel-block--search,
.template-3 .g-map__panel-block--search {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
.g-map__display-btn {
  width: 50%;
  display: block;
  background: transparent;
  color: #39414e;
  border: 1px solid #ed1b35;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-map__display-btn:hover {
  color: #ffffff;
  background: #c40024;
  border-color: #c40024;
}
.g-map__display-btn:active,
.g-map__display-btn:focus {
  color: #ffffff;
  background: #a3001b;
  border-color: #a3001b;
}
.g-map__display-btn.active {
  background: #ed1b35;
  color: #ffffff;
}
.g-map__display-btn.active:hover {
  background: #ed1b35;
  color: #ffffff;
  border-color: #ed1b35;
  cursor: default;
}
.g-map__display-btn.active:active,
.g-map__display-btn.active:focus {
  background: #ed1b35;
  color: #ffffff;
  border-color: #ed1b35;
  cursor: default;
}
.g-map__panel-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #ebedf0;
  padding: 30px 30px 0;
}
@media (max-width: 739px) {
  .g-map__panel-bottom {
    display: block;
    padding: 30px 15px;
    margin: 0 -15px;
  }
}
.template-2 .g-map__panel-bottom,
.template-3 .g-map__panel-bottom {
  display: block;
  padding: 0;
  background: transparent;
}
.g-map__panel-filters-list {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template-2 .g-map__panel-filters-list,
.template-3 .g-map__panel-filters-list {
  display: block;
}
.g-map__panel-filters-list--more {
  display: none;
}
.template-2 .g-map__panel-filters-list--more {
  display: none;
}
.template-3 .g-map__panel-filters-list--more {
  display: none;
}
.g-map__panel-filters-item {
  margin-right: 60px;
  margin-bottom: 30px;
}
.template-2 .g-map__panel-filters-item,
.template-3 .g-map__panel-filters-item {
  margin: 0 0 20px;
}
.g-map__popup-filter {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #ed1b35;
  border: none;
  background: none;
  position: relative;
  padding: 0;
  padding-right: 27px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: none;
}
@media (max-width: 739px) {
  .g-map__popup-filter {
    margin: 0 15px 0 25px;
  }
}
.g-map__popup-filter:hover {
  color: #c40024;
}
.g-map__popup-filter:focus {
  color: #c40024;
}
.g-map__popup-filter:active {
  color: #a3001b;
}
.template-2 .g-map__popup-filter,
.template-3 .g-map__popup-filter {
  padding: 0;
}
.template-2 .g-map__popup-filter:hover,
.template-3 .g-map__popup-filter:hover {
  color: #c40024;
  border-color: transparent;
}
.template-2 .g-map__popup-filter:focus,
.template-3 .g-map__popup-filter:focus {
  color: #c40024;
  border-color: transparent;
}
.template-2 .g-map__popup-filter:active,
.template-3 .g-map__popup-filter:active {
  color: #a3001b;
  border-color: transparent;
}
.g-map__popup-filter-icon {
  position: absolute;
  right: 0;
  top: 2px;
  width: 17px;
  height: 16px;
  color: #ed1b35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-map__popup-filter:hover .g-map__popup-filter-icon {
  color: #c40024;
}
.g-map__popup-filter:focus .g-map__popup-filter-icon {
  color: #c40024;
}
.g-map__popup-filter:active .g-map__popup-filter-icon {
  color: #a3001b;
}
.template-2 .g-map__popup-filter-icon,
.template-3 .g-map__popup-filter-icon {
  display: none;
}
.g-map__points-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  display: none;
}
.g-map__points-list.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.template-1 .g-map__points-list {
  margin-top: 30px;
}
.cols-1 .g-map__points-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-map__points-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-map__points-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-map__points-item {
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px !important;
  margin-bottom: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-map__points-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-map__points-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-map__points-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__detail .g-map__points-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__detail .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-map__detail .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-map__points-item {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .template-2.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-map__points-item {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .template-3.cols-2 .g-map__points-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__points-inner {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .g-map__points-inner {
    display: block;
  }
}
.cols-2 .g-map__points-inner {
  display: block;
}
.cols-3 .g-map__points-inner {
  display: block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-map__points-inner {
    display: block;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-map__points-inner {
    display: block;
  }
}
.g-map__popup {
  display: none;
}
.g-map__popup-filters-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px;
}
.g-map__popup-filters-block:first-child {
  margin-top: 0;
}
.g-map__popup-filters-title {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__popup-filters-title {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-map__popup-filters-title {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__popup-filters-title:after {
  content: "";
  left: 15px;
  right: 15px;
  height: 1px;
  background: #e6ebf2;
  position: absolute;
  bottom: 0;
}
.g-map__popup-filters-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__popup-filters-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-map__popup-filters-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__popup-filter-count {
  position: absolute;
  background: #ed1b35;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-top: 4px;
  text-align: center;
  top: -2px;
  left: -26px;
  display: none;
}
.template-2 .g-map__popup-filter-count,
.template-3 .g-map__popup-filter-count {
  left: auto;
  right: -26px;
}
.g-map__popup-filter.selected .g-map__popup-filter-count {
  display: block;
}
.g-map__balloon-wrap {
  width: 390px;
  position: relative;
  padding: 40px 46px 25px;
  height: 100%;
}
@media (max-width: 739px) {
  .g-map__balloon-wrap {
    padding: 20px 16px;
    width: 250px;
  }
}
.g-map__balloon-icon {
  margin-top: 4px;
}
.g-map__balloon-icon--location {
  width: 16px;
  height: 21px;
}
.g-map__balloon-icon--tel {
  width: 17px;
  height: 17px;
}
.g-map__balloon-icon--mail {
  width: 16px;
  height: 13px;
}
.g-map__balloon-icon--web {
  width: 16px;
  height: 16px;
}
.g-map__points-address {
  color: #39414e;
}
.content .g-map__balloon-title {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  margin: 0 0 20px;
  padding-right: 30px;
}
.content--dark-bg .content .g-map__balloon-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .content .g-map__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .content .g-map__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .content .g-map__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .content .g-map__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .content .g-map__balloon-title {
    font-size: 14px;
  }
}
.g-map__balloon-text-small {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .g-map__balloon-text-small {
  color: #ffffff;
}
.g-map__balloon-line {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 3px;
}
@media (max-width: 739px) {
  .g-map__balloon-line {
    font-size: 11px;
  }
}
.g-map__balloon-line--btn {
  margin-top: 12px;
}
.g-map__balloon-icon-wrap {
  -moz-flex-basis: 20px;
  -ms-flex-basis: 20px;
  -webkit-flex-basis: 20px;
  flex-basis: 20px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 18px;
}
.g-map__balloon-content {
  margin-bottom: 10px;
  overflow: auto;
  height: 100%;
  max-height: 540px;
}
.g-map__balloon-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url('/local/templates/main/style/../green/images/popup-close.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-map__balloon-close:hover {
  background-image: url('/local/templates/main/style/../green/images/popup-close-hover.svg');
}
@media (max-width: 739px) {
  .g-map__balloon-close {
    right: 15px;
    top: 18px;
  }
}
.g-map__balloon {
  z-index: 15;
  width: 390px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
}
@media (max-width: 739px) {
  .g-map__balloon {
    width: 250px;
  }
}
.g-map__balloon:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #fff;
  left: 50%;
  margin-left: -11px;
}
.g-map__balloon--side {
  width: 430px;
  max-height: 580px;
  margin: 30px 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .g-map__balloon--side {
    width: 100%;
    margin-top: 0;
  }
}
.g-map__balloon--side:after {
  display: none;
}
.g-map__balloon--side .g-map__balloon-wrap {
  width: 100%;
}
.g-map__balloon--side-right {
  right: -440px;
}
.g-map__balloon--side-right.active {
  right: 30px;
}
@media (max-width: 739px) {
  .g-map__balloon--side-right.active {
    right: 0;
  }
}
.g-map__balloon--side-left {
  left: -440px;
}
.g-map__balloon--side-left.active {
  left: 30px;
}
@media (max-width: 739px) {
  .g-map__balloon--side-left.active {
    left: 0;
  }
}
.g-map__balloon-tel-link {
  color: #39414e;
}
.content .g-map__balloon-tel-link {
  border-bottom-color: transparent;
}
.g-map__balloon-link {
  color: #39414e;
}
.content .g-map__balloon-link {
  border-bottom-color: transparent;
}
.g-map__side {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.g-map__points-img {
  margin-right: 40px;
  width: 360px;
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #e6ebf2;
  background-size: cover;
  min-height: 250px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-img {
    width: 315px;
    -moz-flex-basis: 315px;
    -ms-flex-basis: 315px;
    -webkit-flex-basis: 315px;
    flex-basis: 315px;
  }
}
@media (max-width: 739px) {
  .g-map__points-img {
    max-width: 100%;
    min-height: auto;
    height: 206px;
    margin-bottom: 20px;
  }
}
.cols-2 .g-map__points-img {
  margin-right: 0;
  margin-bottom: 30px;
  width: 100%;
  height: 206px;
  display: block;
}
.cols-3 .g-map__points-img {
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 206px;
  display: block;
}
.template-2.cols-1 .g-map__points-img {
  margin-right: 35px;
  -moz-flex-basis: 295px;
  -ms-flex-basis: 295px;
  -webkit-flex-basis: 295px;
  flex-basis: 295px;
  width: 295px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-map__points-img {
    margin-bottom: 20px;
  }
}
.template-3.cols-1 .g-map__points-img {
  margin-right: 35px;
  -moz-flex-basis: 295px;
  -ms-flex-basis: 295px;
  -webkit-flex-basis: 295px;
  flex-basis: 295px;
  width: 295px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-1 .g-map__points-img {
    margin-bottom: 20px;
  }
}
.template-2.cols-2 .g-map__points-img {
  margin-bottom: 30px;
}
.template-3.cols-2 .g-map__points-img {
  margin-bottom: 30px;
}
.g-map__detail .g-map__points-img {
  width: 615px;
  margin-right: 70px;
  -moz-flex-basis: 615px;
  -ms-flex-basis: 615px;
  -webkit-flex-basis: 615px;
  flex-basis: 615px;
}
.g-map__points-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.g-map__detail .g-map__points-content {
  margin-top: 30px;
}
.g-map__points-title {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-map__points-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-map__points-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-map__points-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-map__points-info {
  margin-top: 30px;
}
.template-1.cols-1 .g-map__points-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-info {
    margin-top: 10px;
  }
}
.template-2 .g-map__points-info {
  display: block;
}
.template-2.cols-1 .g-map__points-info {
  margin-top: 25px;
}
.template-2.cols-2 .g-map__points-info {
  margin-top: 20px;
}
.template-3 .g-map__points-info {
  display: block;
}
.template-3.cols-1 .g-map__points-info {
  margin-top: 25px;
}
.template-3.cols-2 .g-map__points-info {
  margin-top: 20px;
}
.g-map__detail .g-map__points-info {
  margin-top: 30px;
  margin-bottom: 45px;
}
.template-1.cols-1 .g-map__points-contacts {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .template-1.cols-1 .g-map__points-contacts {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-map__points-contacts {
  margin-bottom: 15px;
}
@media (max-width: 739px) {
  .cols-2 .g-map__points-contacts {
    margin-bottom: 30px;
  }
}
.cols-3 .g-map__points-contacts {
  margin-bottom: 15px;
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-contacts {
    margin-bottom: 30px;
  }
}
.template-2.cols-1 .g-map__points-contacts {
  margin-bottom: 30px;
}
.template-2.cols-2 .g-map__points-contacts {
  margin-bottom: 30px;
}
.template-3.cols-1 .g-map__points-contacts {
  margin-bottom: 30px;
}
.template-3.cols-2 .g-map__points-contacts {
  margin-bottom: 30px;
}
.g-map__detail .g-map__points-contacts {
  width: 100%;
  max-width: 100%;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.g-map__points-contacts-icon {
  margin-top: 4px;
  margin-right: 15px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.g-map__points-contacts-tel {
  -moz-flex-basis: 17px;
  -ms-flex-basis: 17px;
  -webkit-flex-basis: 17px;
  flex-basis: 17px;
  width: 17px;
  height: 17px;
}
.g-map__points-contacts-mail {
  -moz-flex-basis: 16px;
  -ms-flex-basis: 16px;
  -webkit-flex-basis: 16px;
  flex-basis: 16px;
  width: 16px;
  height: 13px;
}
.g-map__points-contacts-web {
  -moz-flex-basis: 17px;
  -ms-flex-basis: 17px;
  -webkit-flex-basis: 17px;
  flex-basis: 17px;
  width: 17px;
  height: 17px;
}
.template-1.cols-1 .g-map__points-contacts-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cols-2 .g-map__points-contacts-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 0px;
}
.cols-3 .g-map__points-contacts-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-2.cols-1 .g-map__points-contacts-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-2.cols-2 .g-map__points-contacts-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-3.cols-1 .g-map__points-contacts-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-3.cols-2 .g-map__points-contacts-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-map__detail .g-map__points-contacts-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-map__points-contacts-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 12px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
.template-2.cols-1 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-1 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-2.cols-1 .g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-2.cols-1 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.template-2.cols-2 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-2 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-2.cols-2 .g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-2.cols-2 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.template-3.cols-1 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-1 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-1 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-3.cols-1 .g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-3.cols-1 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.template-3.cols-2 .g-map__points-contacts-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-map__points-contacts-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-2 .g-map__points-contacts-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-3.cols-2 .g-map__points-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-3.cols-2 .g-map__points-contacts-row {
    margin-bottom: 15px;
  }
}
.g-map__detail .g-map__points-contacts-row {
  max-width: 100%;
  width: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.g-map__points-contacts-row-full {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-contacts-row-full {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-map__points-contacts-row-full {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__points-contacts-tel-wrap {
  margin-bottom: 10px;
}
.g-map__points-contacts-tel-link-wrap {
  margin-bottom: 5px;
}
.g-map__points-contacts-tel-link {
  color: #39414e;
}
.content .g-map__points-contacts-tel-link {
  border-bottom-color: transparent;
}
.g-map__points-contacts-link {
  color: #39414e;
  margin-bottom: 10px;
}
.content .g-map__points-contacts-link {
  border-bottom-color: transparent;
}
.template-1.cols-1 .g-map__points-services {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-1 .g-map__points-services {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-1.cols-1 .g-map__points-services {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-map__points-services {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cols-3 .g-map__points-services {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-2.cols-1 .g-map__points-services {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-3.cols-1 .g-map__points-services {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-map__points-services-col {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-services-col {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-map__points-services-col {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-1.cols-1 .g-map__points-services-col {
  width: auto;
  max-width: 100%;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-bottom: 0;
}
.template-2.cols-1 .g-map__points-services-col {
  margin-bottom: 15px;
}
.template-3.cols-1 .g-map__points-services-col {
  margin-bottom: 15px;
}
.cols-3 .g-map__points-services-col {
  margin-bottom: 15px;
}
.g-map__points-services-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cols-2 .g-map__points-services-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 25px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-map__points-services-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 10px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-2.cols-1 .g-map__points-services-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-2.cols-1 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-3.cols-1 .g-map__points-services-row {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-1 .g-map__points-services-row {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-1 .g-map__points-services-row {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-map__points-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: -15px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .g-map__points-btns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cols-2 .g-map__points-btns {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cols-3 .g-map__points-btns {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.g-map__points-btns-more {
  margin-right: 20px;
}
@media (max-width: 739px) {
  .g-map__points-btns-more {
    margin-right: 0;
  }
}
.g-map__points-btn {
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__points-btn {
    width: 42%;
  }
}
.cols-2 .g-map__points-btn {
  width: 50%;
}
.cols-3 .g-map__points-btn {
  width: 50%;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .template-2 .g-map__points-btn {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .template-3 .g-map__points-btn {
    width: 60%;
  }
}
.g-map__points-metro-wrap {
  display: block;
}
.g-map__points-metro {
  position: relative;
  margin-top: 3px;
  margin-right: 8px;
  display: inline-block;
}
.g-map__points-metro-icon {
  width: 18px;
  height: 18px;
}
.g-map__points-address-metro {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.g-map__points-address-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content .g-map__points-address-wrap--rest {
  margin-left: 25px;
}
.g-map__points-services-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.g-map__balloon-link-tel {
  display: block;
}
.g-map__balloon-link-tel {
  margin-bottom: 5px;
}
.g-map__balloon-link-tel:last-child {
  margin-bottom: 0;
}
.g-map__points-metro-sign {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
.g-map__detail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-map__tabs-body {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.g-map__tabs-body--popup {
  padding-bottom: 0;
}
@media (max-width: 739px) {
  .g-map__tabs-body {
    padding: 15px 0 20px;
  }
}
.g-map__tabs-content {
  position: absolute;
  width: 100%;
  left: 5000px;
  top: 0;
}
.g-map__tabs-content.active {
  position: relative;
  left: 0;
  display: block;
}
.g-map__tabs-content .documents__list {
  margin-bottom: 0 !important;
}
.g-persons__popup .g-map__tabs-content {
  display: none;
  position: static;
}
.g-persons__popup .g-map__tabs-content.active {
  display: block;
}
.g-map__tabs-content > *:last-child {
  margin-bottom: 0 !important;
}
.g-map__detail {
  margin-bottom: 30px;
}
.g-map__form {
  width: 100%;
}
.g-map__form-title {
  margin-bottom: 30px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__form-title {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 739px) {
  .g-map__form-title {
    margin-bottom: 15px !important;
  }
}
.g-map__form-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-map__form-row--push {
  margin-bottom: 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__form-row {
    display: block;
  }
  .g-map__form-row--push {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .g-map__form-row {
    display: block;
  }
  .g-map__form-row--push {
    margin-bottom: 25px;
  }
}
.g-map__form-col {
  width: 48%;
}
.g-map__form-col > * {
  margin: 0 0 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__form-col {
    width: 100%;
  }
  .g-map__form-col > * {
    margin: 0 0 25px;
  }
}
@media (max-width: 739px) {
  .g-map__form-col {
    width: 100%;
  }
  .g-map__form-col > * {
    margin: 0 0 25px;
  }
}
.g-map__form textarea {
  height: 250px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__form textarea {
    height: 150px;
  }
}
@media (max-width: 739px) {
  .g-map__form textarea {
    height: 120px;
  }
}
.g-map__form-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 739px) {
  .g-map__form-bottom {
    display: block;
  }
}
.g-map__form-submit {
  margin-right: 25px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 739px) {
  .g-map__form-submit {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-map__form-caption {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .g-map__form-caption {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-map__form-caption {
    text-align: center;
  }
}
.content .g-map__balloon-address-rest {
  margin-left: 28px;
}
@media (max-width: 739px) {
  .content .g-map__balloon-address-rest {
    margin-left: 0;
  }
}
.g-map__balloon-btn {
  width: 100%;
}
@media (max-width: 739px) {
  .g-map__balloon-btn {
    font-size: 11px;
  }
}
.g-map__popup-categories-more-icon {
  margin-right: 12px;
  width: 22px;
  height: 22px;
  color: #ed1b35;
}
.g-map__popup-categories-more {
  white-space: nowrap;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-top: 30px;
  border: 0;
  background-color: transparent;
  color: #ed1b35;
}
.template-1 .g-map__popup-categories-more {
  margin-top: 0;
  text-align: left;
}
@media (max-width: 739px) {
  .g-map__popup-categories-more {
    margin-bottom: 0;
  }
}
.g-map__panel-services-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-map__panel-services-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-services-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-map__panel-services-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-map__panel-services-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-map__panel-services-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-map__panel-services-title {
  margin-bottom: 30px;
}
.template-1 .g-map__panel-services-title {
  display: none;
}
.g-map__popup-filters-bottom {
  text-align: center;
  margin-top: 30px;
}
.g-map__popup-filter-exchange {
  width: 40px;
  height: 40px;
}
.g-map__popup-filters-block-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-left: 0;
  margin-right: 0;
}
.g-map__popup-filters-block-items:first-child {
  margin-top: 0;
}
.g-map__popup-currency-count {
  background: #65ccb1;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-top: 4px;
  text-align: center;
}
.clusster .g-map__balloon-wrap {
  margin-bottom: -40px;
  padding: 20px;
}
/* --------------- g-press */
.g-press {
  overflow: hidden;
}
.g-press__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.g-press__info {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-press__info {
    margin-bottom: 30px;
  }
}
.g-press__main-news,
.g-press__main-item,
.g-press__main-news-slider {
  height: 460px;
  overflow: hidden;
}
@media (max-width: 739px) {
  .g-press__main-news,
  .g-press__main-item,
  .g-press__main-news-slider {
    height: auto;
    min-height: 300px;
  }
}
.g-press__main-news--theme-1.g-press__main-news,
.g-press__main-news--theme-1 .g-press__main-item,
.g-press__main-news--theme-1 .g-press__main-news-slider {
  height: 500px;
}
@media (max-width: 739px) {
  .g-press__main-news--theme-1.g-press__main-news,
  .g-press__main-news--theme-1 .g-press__main-item,
  .g-press__main-news--theme-1 .g-press__main-news-slider {
    height: auto;
    min-height: 300px;
  }
}
.g-press__main-slider-inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.g-press__main-news {
  margin-bottom: 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news {
    margin-bottom: 30px;
  }
  .template-1 .g-press__main-news {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-press__main-news {
    margin-bottom: 0;
  }
  .template-4 .g-press__main-news {
    margin-bottom: 30px;
  }
}
.g-press__main-news--fix-width {
  max-width: 1440px;
  margin: 0 auto 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news--fix-width {
    margin-bottom: 30px;
  }
  .template-1 .g-press__main-news--fix-width {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-press__main-news--fix-width {
    margin-bottom: 0;
  }
  .template-4 .g-press__main-news--fix-width {
    margin-bottom: 30px;
  }
}
.g-press__main-news-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -5px;
  padding: 0 10px;
  width: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.g-press__main-news-col-3 {
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px !important;
  padding: 0 5px;
  margin-bottom: 0 !important;
  height: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-press__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-press__main-news-col-2 {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  padding: 0 5px;
  margin-bottom: 0 !important;
  height: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-press__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-press__main-news-blocks {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
}
.g-press__main-news-block {
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.g-press__main-news-block--right {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-basis: 66%;
  -webkit-flex-basis: 66%;
  flex-basis: 66%;
  padding-right: 5px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-block--right {
    width: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-block--right {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 0;
  }
}
.g-press__main-news-block--left {
  width: 34%;
  padding-left: 5px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 34%;
  -ms-flex-basis: 34%;
  -webkit-flex-basis: 34%;
  flex-basis: 34%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-block--left {
    width: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-block--left {
    display: none;
  }
}
.g-press__main-item--half-height {
  height: 225px;
}
.g-press__main-item--half-height:first-child {
  margin-bottom: 10px;
}
.g-press__main-item {
  background-color: #2b2a32;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.g-press__main-item:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
}
.g-press__main-news-col-3 .g-press__main-item {
  padding: 100px 60px;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: sstarts;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.g-press__main-news-col-3 .g-press__main-item:after {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-3 .g-press__main-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 80px 30px 60px;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-3 .g-press__main-item {
    height: 100%;
    padding: 30px 15px 45px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.g-press__main-news-col-2 .g-press__main-item {
  padding: 100px 60px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
}
.g-press__main-news-col-2 .g-press__main-item:after {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-news-col-2 .g-press__main-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 80px 30px 60px;
  }
}
@media (max-width: 739px) {
  .g-press__main-news-col-2 .g-press__main-item {
    height: 100%;
    padding: 30px 15px 45px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.g-press__main-news-blocks .g-press__main-item:after {
  display: none;
}
.g-press__main-news-col-3 .g-press__main-item-content,
.g-press__main-news-col-2 .g-press__main-item-content {
  position: relative;
  z-index: 2;
}
.g-press__main-news--theme-1 .g-press__main-item-content {
  padding: 0 65px 0 45px;
}
@media (max-width: 739px) {
  .g-press__main-news--theme-1 .g-press__main-item-content {
    padding: 0 0 45px;
  }
}
.g-press__main-item-content .btn {
  width: 200px;
}
.g-press__section-item-slider-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top center;
}
.g-press__main-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__main-item-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__main-item:hover .g-press__main-item-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-press__main-item:hover .g-press__main-item-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-press__main-news-block--right .g-press__main-item {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 739px) {
  .g-press__main-news-block--right .g-press__main-item {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.g-press__main-news-block--left .g-press__main-item {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.g-press__main-item-inner {
  position: relative;
  z-index: 2;
}
.g-press__main-item-inner--right {
  max-width: 835px;
  padding-left: 15px;
  padding-right: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-inner--right {
    padding: 30px 30px;
  }
}
@media (max-width: 739px) {
  .g-press__main-item-inner--right {
    padding: 30px 15px;
  }
}
.g-press__main-item-inner--left {
  max-width: 355px;
  padding-left: 60px;
  padding-right: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-inner--left {
    padding: 0 30px;
  }
}
.g-press__main-item-inner > *:last-child {
  margin-bottom: 0 !important;
}
.g-press__main-item-title {
  border-bottom: none !important;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 30px;
}
.g-press__main-news-col-3 .g-press__main-item-title,
.g-press__main-news-col-2 .g-press__main-item-title,
.g-press__main-item--half-height .g-press__main-item-title {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 739px) {
  .g-press__main-news-col-3 .g-press__main-item-title,
  .g-press__main-news-col-2 .g-press__main-item-title,
  .g-press__main-item--half-height .g-press__main-item-title {
    font-size: 21px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-title {
    font-size: 30px;
    line-height: 1.23;
  }
}
@media (max-width: 739px) {
  .g-press__main-item-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.g-press__main-item-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 30px;
}
.content--dark-bg .g-press__main-item-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__main-item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__main-item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__main-item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-press__main-item-description {
  margin-bottom: 30px;
}
.g-press__main-item-date {
  margin-top: 50px;
}
.g-press__slider-pagination {
  bottom: auto !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  left: auto !important;
  text-align: right;
  width: auto !important;
}
.g-press__slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
  margin: 10px 0!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .g-press__slider-pagination .swiper-pagination-bullet {
    margin: 18px 0!important;
  }
}
.g-press__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ed1b35;
}
.g-press__slider-pagination .swiper-pagination-bullet:hover {
  background: #ed1b35;
}
@media (max-width: 739px) {
  .g-press__slider-pagination {
    bottom: 30px !important;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
  }
  .g-press__slider-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 10px!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .g-press__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ed1b35;
  }
  .g-press__slider-pagination .swiper-pagination-bullet:hover {
    background: #ed1b35;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-press__slider-pagination .swiper-pagination-bullet {
    margin: 0 5px!important;
  }
}
.g-press__main-news-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
}
.g-press__main-news-slider-btn--prev {
  left: 0;
}
.g-press__main-news-slider-btn--next {
  right: 0;
}
.g-press__main-news-slider-icon {
  width: 22px;
  height: 34px;
  color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-persons__publications-btn--prev .g-press__main-news-slider-icon {
  left: 0;
}
.g-persons__publications-btn--next .g-press__main-news-slider-icon {
  right: 0;
}
.g-persons__publications-btn:hover .g-press__main-news-slider-icon {
  color: #c40024;
}
.template-1 .g-press__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-press__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-press__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-press__template-wrap {
    display: block;
  }
}
.template-3 .g-press__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-press__template-wrap {
    display: block;
  }
}
.template-4 .g-press__template-wrap {
  display: block;
}
.g-press__panel {
  background: #ebedf0;
}
.template-1 .g-press__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-press__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ebedf0;
  z-index: 0;
}
.template-1 .g-press__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-press__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-press__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-press__panel:before {
    display: none;
  }
}
.template-2 .g-press__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-press__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-press__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-press__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-press__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-press__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-press__panel {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 45px;
}
.template-1 .g-press__panel:before {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__panel {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-press__panel {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
}
@media (max-width: 739px) {
  .g-press__panel {
    padding: 0 15px;
    background: #ebedf0;
    margin-bottom: 30px;
  }
  .g-press__panel:before {
    display: none;
  }
  .template-2 .g-press__panel,
  .template-3 .g-press__panel {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.template-1 .g-press__panel-filters {
  position: static;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-filters {
    display: block;
  }
}
.template-1 .g-press__panel-filters--from-start {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: sstarts;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.template-2 .g-press__panel-filters,
.template-3 .g-press__panel-filters {
  width: 100%;
}
.template-1 .g-press__panel-filter {
  margin-right: 40px;
}
.template-1 .g-press__panel-filter:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-filter {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .template-1 .g-press__panel-filter:last-child {
    margin-bottom: 0;
  }
  .template-1 .g-press__panel-filter .select-form {
    width: 100%;
    position: relative;
  }
  .template-1 .g-press__panel-filter .select-form__filters {
    top: -45px;
    right: 0;
    position: absolute;
  }
  .template-1 .g-press__panel-filter .calendar--row {
    width: 100%;
    position: relative;
  }
  .template-1 .g-press__panel-filter .calendar__reset {
    top: -45px;
    right: 0;
    padding: 0;
    margin: 0;
    position: absolute;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__panel-filter .calendar__date-range {
    width: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .template-1 .g-press__panel-filter .calendar__date-range {
    width: 100%;
  }
}
.template-1 .g-press__panel-filter .select-form {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.template-1 .g-press__panel-filter .select-form__select {
  width: 365px;
  -moz-flex-basis: 365px;
  -ms-flex-basis: 365px;
  -webkit-flex-basis: 365px;
  flex-basis: 365px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__panel-filter .select-form__select {
    width: 250px;
    -moz-flex-basis: 250px;
    -ms-flex-basis: 250px;
    -webkit-flex-basis: 250px;
    flex-basis: 250px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-filter .select-form__select {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.template-2 .g-press__panel-filter,
.template-3 .g-press__panel-filter {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .template-2 .g-press__panel-filter:last-child,
  .template-3 .g-press__panel-filter:last-child {
    margin-bottom: 0;
  }
}
.template-2 .g-press__panel-filter .select-form,
.template-3 .g-press__panel-filter .select-form {
  width: 100%;
  position: relative;
}
.template-2 .g-press__panel-filter .select-form__filters,
.template-3 .g-press__panel-filter .select-form__filters {
  top: -45px;
  right: 0;
  position: absolute;
}
.template-2 .g-press__panel-filter .calendar--row,
.template-3 .g-press__panel-filter .calendar--row {
  width: 100%;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__panel-filter .calendar__date-range,
  .template-3 .g-press__panel-filter .calendar__date-range {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__panel-filter .calendar__date-range,
  .template-3 .g-press__panel-filter .calendar__date-range {
    width: 100%;
  }
}
.template-2 .g-press__panel-filter .calendar__reset,
.template-3 .g-press__panel-filter .calendar__reset {
  top: -45px;
  right: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}
.g-press__category-filters-btn {
  display: none;
}
.template-1 .g-press__category-filters-btn {
  display: block;
  margin-right: 45px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__category-filters-btn {
    -moz-flex-basis: 190px;
    -ms-flex-basis: 190px;
    -webkit-flex-basis: 190px;
    flex-basis: 190px;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-press__category-filters-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.g-press__category-filters-btn a {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.g-press__category-filters-btn.active a {
  color: #ed1b35;
}
.g-press__category-filters-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
}
.g-press__category-filters-btn.active .g-press__category-filters-icon {
  display: none;
}
.g-press__category-filters-count {
  position: absolute;
  background: #ed1b35;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-top: 4px;
  text-align: center;
  top: 0;
  left: 0;
  display: none;
}
.g-press__category-filters-btn.active .g-press__category-filters-count {
  display: block;
}
.g-press__filters-empty {
  display: block;
}
.g-press__category-filters-btn.active .g-press__filters-empty {
  display: none;
}
.g-press__filters-selected {
  display: none;
}
.g-press__category-filters-btn.active .g-press__filters-selected {
  display: block;
}
.g-press__category-filters-popup {
  display: none;
}
.g-press__category-filters-popup.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 40px 30px;
  position: absolute;
  left: 35px;
  display: block;
  width: 420px;
  z-index: 5;
}
@media (max-width: 739px) {
  .g-press__category-filters-popup.active {
    left: 0;
    width: 100%;
  }
}
.g-press__category-filters-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url(/local/templates/main/style/../green/images/popup-close.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 16px;
  right: 16px;
}
.g-press__category-filters-close:hover {
  background-image: url(/local/templates/main/style/../green/images/popup-close-hover.svg);
}
.g-press__category-filters-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-press__category-filters-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 10px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__category-filters-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-press__category-filters-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-press__panel-cols {
  display: none;
}
.template-1 .g-press__panel-cols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: eende;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-cols {
    display: block;
  }
}
.g-press__panel-col {
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  margin-right: 45px;
}
.g-press__panel-col:last-child {
  margin-right: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__panel-col {
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  .g-press__panel-col {
    margin-right: 0;
  }
}
.g-press__panel-col--calendar {
  -moz-flex-basis: 320px;
  -ms-flex-basis: 320px;
  -webkit-flex-basis: 320px;
  flex-basis: 320px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.g-press__panel-col--calendar .calendar__date-range {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-press__panel-col--calendar {
    margin-bottom: 20px;
  }
}
.g-press__panel-col--search {
  -moz-flex-basis: 30px;
  -ms-flex-basis: 30px;
  -webkit-flex-basis: 30px;
  flex-basis: 30px;
  text-align: right;
}
.g-press__panel-col--reset {
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  text-align: center;
}
@media (max-width: 739px) {
  .g-press__panel-col--reset {
    text-align: left;
  }
}
.g-press__search-open {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}
.template-2 .g-press__search-open,
.template-3 .g-press__search-open {
  display: none;
}
.g-press__search-open .search-field__icon.hidden {
  display: none;
}
@media (max-width: 739px) {
  .template-1 .g-press__search-open {
    display: none;
  }
}
.g-press__search-field {
  display: none;
}
.template-1 .g-press__search-field {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: #ffffff;
  top: 100%;
  z-index: 1;
}
.template-1 .g-press__search-field:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.template-1 .g-press__search-field .search-field__input {
  border-color: transparent;
}
.template-1 .g-press__search-field.active {
  display: block;
  -webkit-animation: appearFromTop 0.5s ease-out;
  -moz-animation: appearFromTop 0.5s ease-out;
  -o-animation: appearFromTop 0.5s ease-out;
  animation: appearFromTop 0.5s ease-out;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-press__search-field {
    left: 15px;
    right: 15px;
  }
}
.template-2 .g-press__search-field,
.template-3 .g-press__search-field {
  display: block;
}
@media (max-width: 739px) {
  .template-1 .g-press__search-field {
    display: block;
    position: relative;
    background: transparent;
  }
  .template-1 .g-press__search-field:before {
    display: none;
  }
  .template-1 .g-press__search-field .search-field__input {
    border-bottom-color: #acaaad;
  }
}
.g-press__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ed1b35;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
}
.g-press__reset:hover,
.g-press__reset:active,
.g-press__reset:focus {
  color: #2b2a32;
  border-color: transparent;
}
.content--dark-bg .g-press__reset {
  color: #ed1b35;
}
.content--dark-bg .g-press__reset:hover,
.content--dark-bg .g-press__reset:active,
.content--dark-bg .g-press__reset:focus {
  color: #ffffff;
}
.g-press__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.g-press__form-block {
  margin-bottom: 32px;
}
.template-1 .g-press__form-block {
  display: none;
}
.g-press__form-block:last-child {
  margin-bottom: 40px;
}
@media (max-width: 739px) {
  .g-press__form-block:last-child {
    margin-bottom: 0;
  }
}
.g-press__form-block .calendar {
  margin-bottom: 0;
}
.g-press__block {
  margin-bottom: 40px;
}
.template-1 .g-press__block {
  display: none;
}
.g-press__form-block-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 22px;
}
.content--dark-bg .g-press__form-block-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__form-block-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__form-block-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__form-block-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__form-block-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-press__panel-filter-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 22px;
}
.template-1 .g-press__panel-filter-title {
  display: none;
}
@media (max-width: 739px) {
  .template-1 .g-press__panel-filter-title {
    display: block;
  }
}
.content--dark-bg .g-press__panel-filter-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__panel-filter-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__panel-filter-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__panel-filter-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__panel-filter-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-press__form-block-row {
  margin-bottom: 20px;
}
.g-press__form-block-row:last-child {
  margin-bottom: 0;
}
.g-press__form-block-row--more {
  margin-top: 25px;
}
.g-press__more-btn {
  border: none !important;
  position: relative;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
.g-press__more-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}
.g-press__form-block .calendar__btn:last-child {
  margin-bottom: 0;
}
.g-press__block--contacts,
.g-press__block--subscribe {
  background: #ffffff;
  padding: 35px 30px 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__block--contacts,
  .g-press__block--subscribe {
    padding: 20px;
  }
}
@media (max-width: 739px) {
  .g-press__block--contacts,
  .g-press__block--subscribe {
    margin: 0 -15px;
    border-top: 1px solid #e6ebf2;
    padding: 30px 15px;
  }
}
.g-press__panel-contacts-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.g-press__panel-contacts-img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.g-press__panel-contacts-name {
  margin-bottom: 2px;
  color: #39414e;
  font-size: 23px;
  line-height: 37px;
  font-weight: 500;
  font-style: normal;
  border: none;
}
.content .g-press__panel-contacts-name {
  border: none;
}
.g-press__panel-contacts-post {
  margin-bottom: 15px;
}
.g-press__panel-contacts-links {
  margin-top: 15px;
}
.g-press__panel-contacts-link {
  margin-bottom: 5px;
  display: block;
}
.g-press__panel-contacts-link:last-child {
  margin-bottom: 0;
}
.content .g-press__panel-contacts-link {
  border: none;
}
.g-press__panel-contacts-link--tel {
  color: #39414e;
}
.g-press__block--subscribe {
  padding-top: 85px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__block--subscribe {
    padding-top: 65px;
  }
}
@media (max-width: 739px) {
  .g-press__block--subscribe {
    border: none;
    padding: 0;
  }
}
.g-press__panel-subscribe-icon {
  left: 30px;
  top: 40px;
  width: 29px;
  height: 22px;
  color: #ed1b35;
  position: absolute;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__panel-subscribe-icon {
    top: 25px;
  }
}
@media (max-width: 739px) {
  .g-press__panel-subscribe-icon {
    top: 25px;
  }
}
.g-press__panel-subscribe-title {
  margin-bottom: 2px;
}
.content .g-press__panel-subscribe-title {
  margin-bottom: 2px;
}
.g-press__panel-subscribe-description {
  margin-bottom: 15px;
}
.g-press__panel-subscribe-form {
  margin-top: 15px;
  position: relative;
}
.g-press__panel-subscribe-form .field {
  margin-top: 0;
}
.g-press__panel-subscribe-form .field__input {
  padding-right: 30px;
}
.g-press__panel-subscribe-btn {
  position: absolute;
  border: none;
  background: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  padding: 0;
}
.g-press__panel-subscribe-btn-icon {
  color: #ed1b35;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__panel-subscribe-btn:hover .g-press__panel-subscribe-btn-icon {
  color: #ed1b35;
}
.g-press__block--banner {
  width: 100%;
}
.g-press__block--banner img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 739px) {
  .g-press__block--banner {
    padding-top: 30px;
    margin-bottom: 0;
  }
}
.template-1 .g-press__content {
  display: block;
}
.template-2 .g-press__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-press__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-press__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-press__content {
    margin-right: 0;
  }
}
.template-4 .g-press__content {
  display: block;
}
@media (max-width: 739px) {
  .template-4 .g-press__content {
    padding-bottom: 30px;
  }
}
.g-press__content-search {
  margin-bottom: 55px;
}
.template-1 .g-press__content-search {
  display: none;
}
.g-press__section {
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__section {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-press__section {
    margin-bottom: 0;
  }
}
.g-press__section--big-push {
  margin-bottom: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__section--big-push {
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .g-press__section--big-push {
    margin-bottom: 30px;
  }
}
.g-press__section-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.g-press__section-top > * {
  margin-right: 30px;
}
.g-press__section-top > *:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-press__section-top {
    display: block;
  }
  .g-press__section-top > * {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .g-press__section-top > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.g-press__section-title {
  display: inline-block;
  color: #39414e;
  font-size: 30px;
  line-height: 1.23;
  font-weight: 300;
  font-style: normal;
}
.content .g-press__section-title {
  border: none;
}
@media (max-width: 739px) {
  .g-press__section-title {
    display: block;
  }
}
.g-press__section-all {
  display: inline-block;
}
.g-press__section-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-press__section-list--with-slider {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}
.g-press__section-item {
  margin-bottom: 45px !important;
  position: relative;
  z-index: 0;
}
.cols-1 .g-press__section-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-press__section-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-press__section-item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-press__section-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-press__section-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-press__section-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-press__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-press__section-list--with-slider .g-press__section-item {
  max-width: 100%;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  width: auto;
  padding: 0;
}
.template-1.cols-2 .g-press__section-list--no-slider .g-press__section-item,
.template-4.cols-2 .g-press__section-list--no-slider .g-press__section-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1.cols-2 .g-press__section-list--no-slider .g-press__section-item,
  .template-4.cols-2 .g-press__section-list--no-slider .g-press__section-item {
    display: block;
  }
}
@media (max-width: 739px) {
  .template-1.cols-2 .g-press__section-list--no-slider .g-press__section-item,
  .template-4.cols-2 .g-press__section-list--no-slider .g-press__section-item {
    display: block;
  }
}
@media (max-width: 739px) {
  .g-press__section-item {
    margin-bottom: 30px !important;
  }
}
.g-press__section-item-img-wrap {
  width: 100%;
  display: block;
  position: relative;
  background-color: #e6ebf2;
  margin-bottom: 20px;
  border-bottom: none !important;
  height: 200px;
  overflow: hidden;
}
.cols-2 .g-press__section-list--no-slider .g-press__section-item-img-wrap {
  width: 250px;
  height: 160px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-list--no-slider .g-press__section-item-img-wrap {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-press__section-list--no-slider .g-press__section-item-img-wrap {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.cols-3 .g-press__section-item-img-wrap {
  height: 210px;
}
.template-2.cols-2 .g-press__section-item-img-wrap,
.template-3.cols-2 .g-press__section-item-img-wrap {
  height: 220px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.cols-4 .g-press__section-item-img-wrap,
.template-2.cols-2 .g-press__section-list--with-slider .g-press__section-item-img-wrap,
.template-3.cols-2 .g-press__section-list--with-slider .g-press__section-item-img-wrap {
  height: 160px;
}
.template-2.cols-3 .g-press__section-item-img-wrap,
.template-3.cols-3 .g-press__section-item-img-wrap {
  height: 160px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-item-img-wrap,
  .cols-3 .g-press__section-item-img-wrap,
  .cols-4 .g-press__section-item-img-wrap {
    height: 220px !important;
  }
  .template-2.cols-2 .g-press__section-item-img-wrap,
  .template-2.cols-3 .g-press__section-item-img-wrap,
  .template-3.cols-2 .g-press__section-item-img-wrap,
  .template-3.cols-3 .g-press__section-item-img-wrap {
    height: 140px !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-press__section-item-img-wrap,
  .cols-3 .g-press__section-item-img-wrap,
  .cols-4 .g-press__section-item-img-wrap {
    height: 280px !important;
  }
  .template-2.cols-2 .g-press__section-item-img-wrap,
  .template-2.cols-3 .g-press__section-item-img-wrap,
  .template-3.cols-2 .g-press__section-item-img-wrap,
  .template-3.cols-3 .g-press__section-item-img-wrap {
    height: 220px !important;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-img-wrap {
    margin-bottom: 10px;
  }
  .cols-2 .g-press__section-item-img-wrap,
  .cols-3 .g-press__section-item-img-wrap,
  .cols-4 .g-press__section-item-img-wrap {
    height: 215px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .cols-2 .g-press__section-item-img-wrap,
  .cols-3 .g-press__section-item-img-wrap,
  .cols-4 .g-press__section-item-img-wrap {
    height: 330px !important;
  }
}
.g-press__section-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__section-item-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__section-item-img-wrap:hover .g-press__section-item-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-press__section-item-img-wrap:hover .g-press__section-item-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-press__media-list {
  position: absolute;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: 15px;
  right: 15px;
}
.g-press__section-item--main .g-press__media-list {
  top: 30px;
  right: 30px;
}
@media (max-width: 739px) {
  .g-press__section-item--main .g-press__media-list {
    top: 15px;
    right: 15px;
  }
}
.g-press__media-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  background: #ed1b35;
  position: relative;
}
.g-press__media-item:last-child {
  margin-right: 0;
}
.g-press__media-item-icon {
  position: absolute;
  color: #ffffff;
}
.g-press__media-item--video .g-press__media-item-icon {
  top: 8px;
  left: 10px;
  width: 13px;
  height: 14px;
}
.g-press__media-item--photo .g-press__media-item-icon {
  top: 7px;
  left: 7px;
  width: 16px;
  height: 14px;
}
.g-press__section-item--main .g-press__section-item-content {
  position: relative;
}
.g-press__section-item-content > *:last-child {
  margin-bottom: 0;
}
.g-press__section-item-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
.g-press__section-item-top > * {
  margin-right: 12px;
}
.g-press__section-item-top > *:last-child {
  margin-right: 0;
}
.g-press__section-item-category {
  position: absolute;
  top: 0;
  left: 0;
  background: #c40024;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  padding: 6px 12px;
  text-transform: uppercase;
  z-index: 2;
}
.g-press__section-item-top .g-press__section-item-category {
  position: static;
}
.g-press__section-item-date {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
}
.content--dark-bg .g-press__section-item-date {
  color: #ffffff;
}
.g-press__section-item-top .g-press__section-item-date {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-press__section-item-date {
    margin-bottom: 4px;
  }
}
.g-press__section-item-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  display: block;
  margin-bottom: 12px;
  border-bottom: none !important;
}
.content--dark-bg .g-press__section-item-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-title {
    margin-bottom: 4px;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-description {
    display: none;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .content .g-press__section-item-description {
    margin-bottom: 6px;
  }
}
.g-press__section-item--main {
  width: 100% !important;
  -moz-flex-basis: 100% !important;
  -ms-flex-basis: 100% !important;
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
.template-1 .g-press__section-item--main,
.template-4 .g-press__section-item--main {
  min-height: 360px;
  height: auto;
  margin-bottom: 35px !important;
}
@media (max-width: 739px) {
  .template-1 .g-press__section-item--main,
  .template-4 .g-press__section-item--main {
    margin-bottom: 40px !important;
    min-height: 50px;
  }
}
.template-2 .g-press__section-item--main,
.template-3 .g-press__section-item--main {
  min-height: 270px;
  height: auto;
  margin-bottom: 45px !important;
}
@media (max-width: 739px) {
  .template-2 .g-press__section-item--main,
  .template-3 .g-press__section-item--main {
    margin-bottom: 40px !important;
    min-height: 50px;
  }
}
.g-press__section-item--main .g-press__section-item-img-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
.template-1 .g-press__section-item--main .g-press__section-item-img-wrap,
.template-4 .g-press__section-item--main .g-press__section-item-img-wrap {
  min-height: 360px;
  height: auto !important;
  padding: 70px 60px;
  width: 100% !important;
}
@media (max-width: 739px) {
  .template-1 .g-press__section-item--main .g-press__section-item-img-wrap,
  .template-4 .g-press__section-item--main .g-press__section-item-img-wrap {
    padding: 60px 15px 30px;
    min-height: 200px;
  }
}
.template-2 .g-press__section-item--main .g-press__section-item-img-wrap,
.template-3 .g-press__section-item--main .g-press__section-item-img-wrap {
  min-height: 270px;
  padding: 70px 35px;
  height: auto !important;
  width: 100% !important;
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-2 .g-press__section-item--main .g-press__section-item-img-wrap,
  .template-3 .g-press__section-item--main .g-press__section-item-img-wrap {
    padding: 60px 15px 30px;
    min-height: 200px;
  }
}
.g-press__section-item--main .g-press__section-item-date {
  color: #ffffff;
}
.template-1 .g-press__section-item--main .g-press__section-item-title,
.template-4 .g-press__section-item--main .g-press__section-item-title {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  max-width: 620px;
}
@media (max-width: 739px) {
  .template-1 .g-press__section-item--main .g-press__section-item-title,
  .template-4 .g-press__section-item--main .g-press__section-item-title {
    font-size: 21px;
  }
}
.template-2 .g-press__section-item--main .g-press__section-item-title,
.template-3 .g-press__section-item--main .g-press__section-item-title {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  color: #ffffff;
  max-width: 420px;
}
.content--dark-bg .template-2 .g-press__section-item--main .g-press__section-item-title,
.content--dark-bg .template-3 .g-press__section-item--main .g-press__section-item-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__section-item--main .g-press__section-item-title,
  .template-3 .g-press__section-item--main .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__section-item--main .g-press__section-item-title,
  .template-3 .g-press__section-item--main .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__section-item--main .g-press__section-item-title,
  .template-3 .g-press__section-item--main .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .template-2 .g-press__section-item--main .g-press__section-item-title,
  .template-3 .g-press__section-item--main .g-press__section-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-press__section-slider-btn {
  position: absolute;
  top: 90px;
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__section-slider-btn--prev {
  left: 15px;
}
.g-press__section-slider-btn--next {
  right: 15px;
}
.g-press__section-slider-btn.swiper-button-disabled {
  opacity: 0;
}
.cols-3 .g-press__section-slider-btn {
  top: 85px;
}
.template-2.cols-3 .g-press__section-slider-btn,
.template-3.cols-3 .g-press__section-slider-btn,
.template-2.cols-2 .g-press__section-slider-btn,
.template-3.cols-2 .g-press__section-slider-btn {
  top: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-slider-btn,
  .cols-3 .g-press__section-slider-btn,
  .cols-4 .g-press__section-slider-btn {
    top: 90px !important;
  }
  .template-2.cols-2 .g-press__section-slider-btn,
  .template-2.cols-3 .g-press__section-slider-btn,
  .template-3.cols-2 .g-press__section-slider-btn,
  .template-3.cols-3 .g-press__section-slider-btn {
    top: 50px !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-press__section-slider-btn,
  .cols-3 .g-press__section-slider-btn,
  .cols-4 .g-press__section-slider-btn {
    top: 120px !important;
  }
  .template-2.cols-2 .g-press__section-slider-btn,
  .template-2.cols-3 .g-press__section-slider-btn,
  .template-3.cols-2 .g-press__section-slider-btn,
  .template-3.cols-3 .g-press__section-slider-btn {
    top: 90px !important;
  }
}
@media (max-width: 739px) {
  .g-press__section-slider-btn {
    margin-bottom: 10px;
  }
  .cols-2 .g-press__section-slider-btn,
  .cols-3 .g-press__section-slider-btn,
  .cols-4 .g-press__section-slider-btn {
    top: 87px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .cols-2 .g-press__section-slider-btn,
  .cols-3 .g-press__section-slider-btn,
  .cols-4 .g-press__section-slider-btn {
    top: 145px !important;
  }
}
.g-press__section-slider-icon {
  width: 27px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__section-slider-btn--prev .g-press__section-slider-icon {
  left: 0;
}
.g-press__section-slider-btn--next .g-press__section-slider-icon {
  right: 0;
}
.g-press__section-slider-btn:hover .g-press__section-slider-icon {
  color: #c40024;
}
.g-press__section-item-slider-btn {
  position: absolute;
  top: 90px;
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__section-item-slider-btn--prev {
  left: 15px;
}
.g-press__section-item-slider-btn--next {
  right: 15px;
}
.cols-3 .g-press__section-item-slider-btn {
  top: 85px;
}
.template-2.cols-3 .g-press__section-item-slider-btn,
.template-3.cols-3 .g-press__section-item-slider-btn,
.template-2.cols-2 .g-press__section-item-slider-btn,
.template-3.cols-2 .g-press__section-item-slider-btn {
  top: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-press__section-item-slider-btn,
  .cols-3 .g-press__section-item-slider-btn,
  .cols-4 .g-press__section-item-slider-btn {
    top: 90px !important;
  }
  .template-2.cols-2 .g-press__section-item-slider-btn,
  .template-2.cols-3 .g-press__section-item-slider-btn,
  .template-3.cols-2 .g-press__section-item-slider-btn,
  .template-3.cols-3 .g-press__section-item-slider-btn {
    top: 50px !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-press__section-item-slider-btn,
  .cols-3 .g-press__section-item-slider-btn,
  .cols-4 .g-press__section-item-slider-btn {
    top: 120px !important;
  }
  .template-2.cols-2 .g-press__section-item-slider-btn,
  .template-2.cols-3 .g-press__section-item-slider-btn,
  .template-3.cols-2 .g-press__section-item-slider-btn,
  .template-3.cols-3 .g-press__section-item-slider-btn {
    top: 90px !important;
  }
}
@media (max-width: 739px) {
  .g-press__section-item-slider-btn {
    margin-bottom: 10px;
  }
  .cols-2 .g-press__section-item-slider-btn,
  .cols-3 .g-press__section-item-slider-btn,
  .cols-4 .g-press__section-item-slider-btn {
    top: 87px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .cols-2 .g-press__section-item-slider-btn,
  .cols-3 .g-press__section-item-slider-btn,
  .cols-4 .g-press__section-item-slider-btn {
    top: 145px !important;
  }
}
.g-press__section-item-slider-icon {
  width: 27px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__section-item-slider-btn-prev .g-press__section-item-slider-icon {
  left: 0;
}
.g-press__section-item-slider-btn-next .g-press__section-item-slider-icon {
  right: 0;
}
.g-press__section-item-slider-btn:hover .g-press__section-item-slider-icon {
  color: #c40024;
}
/* --------------- article page */
.g-press__article-header {
  background-color: #2b2a32;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 490px;
  padding: 50px 0;
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-press__article-header {
    min-height: 200px;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.g-press__article-header.darken::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: -1;
}
.g-press__inner--article {
  min-height: 390px;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 739px) {
  .g-press__inner--article {
    min-height: 140px;
  }
}
.g-press__article-header-content {
  max-width: 860px;
}
.content .g-press__article-header-title {
  margin-bottom: 35px;
}
.g-press__article-header-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-press__article-header-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-header-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__article-header-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-header-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__article-header-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-press__article-header-description {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .content .g-press__article-header-description {
    margin-bottom: 20px;
  }
}
.g-press__article-header-date {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 22px;
}
.content--dark-bg .g-press__article-header-date {
  color: #ffffff;
}
.g-press__article-header-date-icon {
  position: absolute;
  width: 13px;
  height: 12px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.template-4 .g-press__article-inner {
  max-width: 800px;
  margin: 0 auto;
}
.g-press__article-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .g-press__article-top {
    margin-bottom: 15px;
  }
}
.g-press__article-top-item {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  border: none;
  position: relative;
  display: block;
  padding-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.content--dark-bg .g-press__article-top-item {
  color: #ffffff;
}
.content .g-press__article-top-item {
  border: none;
}
.g-press__article-top-item:last-child {
  margin-right: 0;
}
.g-press__article-top-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #ed1b35;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__article-top-item--media:hover .g-press__article-top-icon {
  color: #c40024;
}
.g-press__img {
  margin: 35px 0;
}
.g-press__img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 739px) {
  .g-press__img {
    margin: 25px 0;
  }
}
.g-press__video {
  margin: 35px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.g-press__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 739px) {
  .g-press__video {
    margin: 25px 0;
  }
}
.g-press__quote {
  margin: 50px auto;
  max-width: 600px;
  text-align: center;
}
.g-press__quote-text {
  font-size: 24px;
  color: #39414e;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 739px) {
  .g-press__quote-text {
    font-size: 20px;
  }
}
.g-press__quote-author {
  margin-top: 30px;
}
@media (max-width: 739px) {
  .g-press__quote-author {
    margin-top: 15px;
  }
}
@media (max-width: 739px) {
  .g-press__quote {
    margin: 30px auto;
  }
}
.g-press__article-sliders {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 100px 0;
  overflow: hidden;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-sliders {
    margin: 80px 0;
  }
}
@media (max-width: 739px) {
  .g-press__article-sliders {
    margin: 40px 0;
  }
}
.slider-1 .g-press__article-sliders {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 974px;
  margin: 100px auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .slider-1 .g-press__article-sliders {
    margin: 80px auto;
  }
}
@media (max-width: 739px) {
  .slider-1 .g-press__article-sliders {
    margin: 40px auto;
  }
}
.slider-4 .g-press__article-sliders {
  display: block;
}
.g-press__article-slider-thumbs {
  -moz-flex-basis: 166px;
  -ms-flex-basis: 166px;
  -webkit-flex-basis: 166px;
  flex-basis: 166px;
  width: 166px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  height: 500px;
}
.slider-3 .g-press__article-slider-thumbs {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 30px;
}
.template-2 .slider-3 .g-press__article-slider-thumbs,
.template-2 .slider-2 .g-press__article-slider-thumbs,
.template-3 .slider-3 .g-press__article-slider-thumbs,
.template-3 .slider-2 .g-press__article-slider-thumbs {
  display: none;
}
.slider-4 .g-press__article-slider-thumbs {
  display: none;
}
.slider-1 .g-press__article-slider-thumbs {
  margin-right: 0;
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  margin-top: 25px;
  height: 125px;
}
.template-2 .slider-1 .g-press__article-slider-thumbs,
.template-3 .slider-1 .g-press__article-slider-thumbs {
  margin-top: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-thumbs {
    display: none;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-thumbs {
    display: none;
  }
}
.g-press__article-slider-thumbs-item {
  background-color: #e6ebf2;
  display: block;
  height: 125px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.g-press__article-slider-thumbs-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__article-slider-thumbs-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__article-slider-thumbs-item:hover .g-press__article-slider-thumbs-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-press__article-slider-thumbs-item:hover .g-press__article-slider-thumbs-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-press__article-slider-thumbs-item.swiper-slide-active .g-press__article-slider-thumbs-img,
.g-press__article-slider-thumbs-item.swiper-slide-active:hover .g-press__article-slider-thumbs-img {
  border: 4px solid #ed1b35;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.g-press__article-slider-thumbs-btn {
  position: absolute;
  left: 72px;
  width: 26px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.g-press__article-slider-thumbs-btn--prev {
  top: 20px;
}
.g-press__article-slider-thumbs-btn--next {
  bottom: 20px;
}
.g-press__article-slider-thumbs-btn.swiper-button-disabled {
  opacity: 0;
}
.slider-1 .g-press__article-slider-thumbs-btn {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
}
.slider-1 .g-press__article-slider-thumbs-btn--prev {
  left: 15px;
}
.slider-1 .g-press__article-slider-thumbs-btn--next {
  right: 15px;
}
.g-press__article-slider-thumbs-icon {
  width: 26px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__article-slider-thumbs-btn:hover .g-press__article-slider-thumbs-icon {
  color: #c40024;
}
.g-press__article-slider {
  position: relative;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 974px;
}
@media (max-width: 739px) {
  .g-press__article-slider {
    width: 100% !important;
  }
}
.g-press__article-slider-item {
  width: 100%;
  min-height: 550px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__article-slider-item,
  .template-3 .g-press__article-slider-item {
    min-height: 350px;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-item {
    min-height: 250px;
  }
}
.g-press__article-slider-img {
  background-color: #e6ebf2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 500px;
  margin-bottom: 10px;
  border: none !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__article-slider-img,
  .template-3 .g-press__article-slider-img {
    height: 300px;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-img {
    height: 250px;
    margin-bottom: 65px;
  }
}
.g-press__article-slider-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 2px;
  padding-right: 130px;
}
.content--dark-bg .g-press__article-slider-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-title {
    padding-right: 0;
  }
}
.g-press__article-slider-date {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  padding-right: 130px;
}
.content--dark-bg .g-press__article-slider-date {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-press__article-slider-date {
    padding-right: 0;
  }
}
.g-press__article-slider-pagination {
  position: absolute;
  top: 520px;
  right: 0;
  width: 114px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-press__article-slider-pagination,
  .template-3 .g-press__article-slider-pagination {
    top: 320px;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-pagination {
    top: 270px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}
.g-press__article-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 33px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__article-slider-btn--prev {
  left: 0;
}
.g-press__article-slider-btn--next {
  right: 0;
}
.g-press__article-slider-btn.swiper-button-disabled {
  opacity: 0.3;
}
.g-press__article-slider-icon {
  width: 13px;
  height: 33px;
  color: #ed1b35;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-press__article-slider-btn--prev .g-press__article-slider-icon {
  left: 0;
}
.g-press__article-slider-btn--next .g-press__article-slider-icon {
  right: 0;
}
.g-press__article-slider-btn:hover .g-press__article-slider-icon {
  color: #c40024;
}
.g-press__article-slider-counter {
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-press__article-slider-counter {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-counter {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-counter {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-slider-counter {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-press__article-slider-counter {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-press__article-blocks {
  margin-top: 100px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__article-blocks {
    margin-top: 80px;
  }
}
@media (max-width: 739px) {
  .g-press__article-blocks {
    margin-top: 40px;
  }
}
.g-press__article-block {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-press__article-block {
    margin-bottom: 30px;
  }
}
.g-press__article-block-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 739px) {
  .g-press__article-block-row {
    display: block;
  }
}
.g-press__share {
  margin-right: 50px;
}
.template-3 .g-press__article-block .g-press__share,
.template-2 .g-press__article-block .g-press__share {
  display: none;
}
@media (max-width: 739px) {
  .g-press__share {
    display: block !important;
    margin-bottom: 20px;
  }
}
.template-4 .g-press__tags {
  max-width: 520px;
}
.g-press__share-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-press__share-btn {
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 14px;
  margin-bottom: 10px;
  background: #2b2a32;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  opacity: 1;
  border-radius: 50%;
}
.content .g-press__share-btn {
  border: none;
}
.g-press__share-btn--fb {
  background: #204d9a;
}
.g-press__share-btn--vk {
  background: #5da0ec;
}
.g-press__share-btn--twitter {
  background: #6ec5eb;
}
.g-press__share-btn--google {
  background: #dc4e41;
}
.g-press__share-btn:hover {
  opacity: 0.8;
}
.g-press__share-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  color: #ffffff;
}
.g-press__tags-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.g-press__tags-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 6px 15px 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid #acaaad;
  border-radius: 24px;
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: caption-small-font-style;
}
.content .g-press__tags-item {
  border: 1px solid #acaaad;
}
.content .g-press__tags-item:hover {
  color: #ed1b35;
  border-color: #ed1b35;
}
.g-press__tags-item:hover {
  color: #ed1b35;
  border-color: #ed1b35;
}
.g-press__subscribe {
  background: #ebedf0;
  padding: 45px 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__subscribe {
    padding: 45px 40px;
  }
}
@media (max-width: 739px) {
  .g-press__subscribe {
    padding: 30px 15px;
    display: block;
  }
}
.g-press__subscribe-title {
  margin-right: 30px;
  padding-left: 50px;
  position: relative;
}
.content .g-press__subscribe-title {
  margin-bottom: 0;
}
.g-press__subscribe-icon {
  position: absolute;
  width: 29px;
  height: 20px;
  color: #ed1b35;
  top: 9px;
  left: 0;
}
.g-press__subscribe-form {
  width: 400px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-press__subscribe-form {
    width: 300px;
  }
}
@media (max-width: 739px) {
  .g-press__subscribe-form {
    width: 100%;
  }
}
.template-3 .g-press__article-block--subscribe,
.template-2 .g-press__article-block--subscribe {
  display: none;
}
@media (max-width: 739px) {
  .g-press__article-block--subscribe {
    display: block !important;
  }
}
.g-press__press-block--subscribe {
  margin-bottom: 45px;
}
.template-3 .g-press__press-block--subscribe,
.template-2 .g-press__press-block--subscribe {
  display: none;
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-press__press-block--subscribe {
    display: block !important;
    margin-bottom: 30px;
  }
}
.g-press__section-item-iframe {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.g-press__section-item-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-press__section-item--quote {
  padding-left: 57px !important;
}
.g-press__section-item-quotemark {
  font-family: PT Sans, Arial, sans-serif;
  color: #ed1b35;
  font-size: 115px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.8;
}
.g-press__section-item-quote {
  margin-bottom: 20px;
}
/* --------------- g-documents */
.g-documents {
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 739px) {
  .g-documents {
    padding-bottom: 28px;
  }
}
.g-documents__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.g-documents__info {
  margin: 0 0 30px;
}
.g-documents__template-wrap {
  margin-top: 45px;
}
.template-1 .g-documents__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-documents__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-documents__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-documents__template-wrap {
    display: block;
  }
}
.template-3 .g-documents__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-documents__template-wrap {
    display: block;
  }
}
.template-4 .g-documents__template-wrap {
  display: block;
}
@media (max-width: 739px) {
  .g-documents__template-wrap {
    margin-top: 30px;
  }
}
.g-documents__panel {
  background: #ebedf0;
}
.template-1 .g-documents__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-documents__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ebedf0;
  z-index: 0;
}
.template-1 .g-documents__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-documents__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-documents__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-documents__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-documents__panel:before {
    display: none;
  }
}
.template-2 .g-documents__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-documents__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-documents__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-documents__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-documents__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-documents__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-documents__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-documents__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-documents__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-documents__panel {
    background: #f8f8f8;
    margin-bottom: 0 !important;
  }
}
.g-documents__menu {
  margin: -30px -30px 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__menu {
    margin: -15px -15px 0;
  }
}
@media (max-width: 739px) {
  .g-documents__menu {
    display: none;
  }
}
.g-documents__mobile-menu {
  display: none;
}
@media (max-width: 739px) {
  .g-documents__mobile-menu {
    display: block;
  }
}
.g-documents__menu-item {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 30px;
  text-align: left;
  border-bottom: 1px solid #e6ebf2;
  color: #39414e;
}
.content .g-documents__menu-item {
  border-bottom: 1px solid #e6ebf2;
}
.g-documents__menu-item.active {
  background: #ed1b35;
  color: #ffffff;
  border-color: #ed1b35;
}
.g-documents__menu-item.active:hover,
.g-documents__menu-item.active:focus {
  background: #ed1b35;
  color: #ffffff;
  border-color: #ed1b35;
}
.g-documents__menu-item:hover,
.g-documents__menu-item:focus {
  background: #c40024;
  color: #ffffff;
  border-color: #c40024;
}
.g-documents__menu-item:active {
  background: #a3001b;
  color: #ffffff;
  border-color: #a3001b;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__menu-item {
    padding: 15px;
  }
}
.template-1 .g-documents__content {
  display: block;
}
.template-2 .g-documents__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-documents__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-documents__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-documents__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-documents__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-documents__content {
    margin-right: 0;
  }
}
.template-4 .g-documents__content {
  display: block;
}
.g-documents__top {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-documents__top {
    margin: 0 -15px 30px;
  }
}
.g-documents__top--main {
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .g-documents__top--main {
    margin: 0 -15px 30px;
  }
}
.g-documents__top-block {
  margin-bottom: 30px;
}
.g-documents__top-block:last-child {
  margin-bottom: 0;
}
.g-documents__tabs-link {
  padding: 0 25px 10px;
}
.g-documents__top-block--filters {
  background-color: #ebedf0;
  padding: 20px;
  width: 100%;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__top-block--filters {
    padding: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__top-block--filters {
    padding: 15px;
  }
}
.g-documents__filters-blocks {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__filters-blocks {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-documents__filters-blocks {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.g-documents__filters-block {
  width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__filters-block {
    width: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    max-width: 45%;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__filters-block {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.template-2 .g-documents__filters-block--calendar,
.template-3 .g-documents__filters-block--calendar {
  -moz-flex-basis: 36%;
  -ms-flex-basis: 36%;
  -webkit-flex-basis: 36%;
  flex-basis: 36%;
}
.g-documents__filters-block--select {
  max-width: 570px;
}
.template-2 .g-documents__filters-block--select,
.template-3 .g-documents__filters-block--select {
  -moz-flex-basis: 18%;
  -ms-flex-basis: 18%;
  -webkit-flex-basis: 18%;
  flex-basis: 18%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__filters-block--select {
    max-width: 45%;
  }
}
@media (max-width: 739px) {
  .g-documents__filters-block--select {
    max-width: 100%;
  }
}
.g-documents__filters-block--reset {
  width: 80px;
  -moz-flex-basis: 80px;
  -ms-flex-basis: 80px;
  -webkit-flex-basis: 80px;
  flex-basis: 80px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: center;
  max-width: 150px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__filters-block--reset {
    width: 45%;
    max-width: 45%;
    text-align: right;
  }
}
@media (max-width: 739px) {
  .g-documents__filters-block--reset {
    width: 100%;
    max-width: 100%;
  }
}
.template-2 .g-documents__filters-block--search--index,
.template-3 .g-documents__filters-block--search--index {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
  width: 30px;
  -moz-flex-basis: 30px;
  -ms-flex-basis: 30px;
  -webkit-flex-basis: 30px;
  flex-basis: 30px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: right;
  max-width: 150px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-documents__filters-block--search--index,
  .template-3 .g-documents__filters-block--search--index {
    width: 45%;
    max-width: 45%;
    text-align: right;
  }
}
@media (max-width: 739px) {
  .template-2 .g-documents__filters-block--search--index,
  .template-3 .g-documents__filters-block--search--index {
    width: 100%;
    max-width: 100%;
  }
}
.g-documents .calendar__date-range {
  margin-right: 0;
}
.g-documents .calendar__date-range > *:last-child {
  margin-right: 0;
}
.g-documents__search-open {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.template-1 .g-documents__search-open,
.template-4 .g-documents__search-open {
  display: none;
}
.g-documents__search-open .search-field__icon.hidden {
  display: none;
}
@media (max-width: 739px) {
  .g-documents__search-open {
    display: none;
  }
}
.template-2 .g-documents__search-field,
.template-3 .g-documents__search-field {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  top: 100%;
  z-index: 1;
  display: none;
}
.template-2 .g-documents__search-field .search-field__input,
.template-3 .g-documents__search-field .search-field__input {
  border-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
}
.template-2 .g-documents__search-field .search-field__btn,
.template-3 .g-documents__search-field .search-field__btn {
  right: 20px;
}
.template-2 .g-documents__search-field.active,
.template-3 .g-documents__search-field.active {
  display: block;
  -webkit-animation: appearFromTop 0.5s ease-out;
  -moz-animation: appearFromTop 0.5s ease-out;
  -o-animation: appearFromTop 0.5s ease-out;
  animation: appearFromTop 0.5s ease-out;
}
.g-documents__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ed1b35;
  border-bottom: 1px dashed #ed1b35;
  cursor: pointer;
  font-style: normal;
}
.g-documents__reset:hover {
  color: #c40024;
  border-color: transparent;
}
.g-documents__reset:active {
  color: #a3001b;
  border-color: transparent;
}
.g-documents__reset:focus {
  color: #c40024;
  border-color: transparent;
}
.g-documents__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-documents__list-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__list-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-documents__list-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-documents__list-item:before {
  display: none !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-documents__list-item,
  .template-3 .g-documents__list-item {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.g-documents__subtitle {
  margin-bottom: 40px;
}
@media (max-width: 739px) {
  .g-documents__subtitle {
    margin-bottom: 30px;
  }
}
.content .g-documents__subtitle {
  margin-bottom: 40px;
}
@media (max-width: 739px) {
  .content .g-documents__subtitle {
    margin-bottom: 30px;
  }
}
.g-documents__section {
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .g-documents__section {
    margin-bottom: 0;
  }
}
.g-documents__pages-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.template-2 .g-documents__pages-list,
.template-3 .g-documents__pages-list {
  display: none;
}
.g-documents__pages-item {
  border: none !important;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cols-1 .g-documents__pages-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-documents__pages-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-documents__pages-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-documents__pages-item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-documents__pages-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-documents__pages-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-documents__pages-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-documents__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-documents__pages-img {
  width: 100%;
  background-color: #e6ebf2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cols-2 .g-documents__pages-img {
  height: 512px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-documents__pages-img {
    height: 332px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-2 .g-documents__pages-img {
    height: 382px;
  }
}
.cols-3 .g-documents__pages-img {
  height: 332px;
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-3 .g-documents__pages-img {
    height: 382px;
  }
}
.cols-4 .g-documents__pages-img {
  height: 245px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-documents__pages-img {
    height: 332px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-4 .g-documents__pages-img {
    height: 382px;
  }
}
.template-2.cols-2 .g-documents__pages-img,
.template-3.cols-2 .g-documents__pages-img {
  height: 332px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-2 .g-documents__pages-img,
  .template-3.cols-2 .g-documents__pages-img {
    height: 225px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .template-2.cols-2 .g-documents__pages-img,
  .template-3.cols-2 .g-documents__pages-img {
    height: 332px;
  }
}
.template-2.cols-3 .g-documents__pages-img,
.template-3.cols-3 .g-documents__pages-img {
  height: 225px;
}
@media (max-width: 739px) {
  .g-documents__pages-img {
    height: 330px !important;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .g-documents__pages-img {
    height: 512px !important;
  }
}
.g-documents__pages-img:after {
  background: #2b2a32;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-documents__pages-item:hover .g-documents__pages-img:after {
  opacity: 0.7;
}
.g-documents__pages-description {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ebedf0;
  position: relative;
}
.g-documents__pages-description:after {
  content: "";
  position: absolute;
  width: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ed1b35;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-documents__pages-item:hover .g-documents__pages-description:after {
  width: 100%;
}
.g-documents__pages-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  z-index: 2;
  position: relative;
  padding: 20px 5px 20px 20px;
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content--dark-bg .g-documents__pages-content {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__pages-content {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-documents__pages-content {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__pages-content {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-documents__pages-content {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-documents__pages-item:hover .g-documents__pages-content {
  color: #ffffff;
}
.g-documents__pages-btn {
  width: 14%;
  -moz-flex-basis: 14%;
  -ms-flex-basis: 14%;
  -webkit-flex-basis: 14%;
  flex-basis: 14%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.g-documents__pages-arrow {
  width: 90%;
  max-width: 13px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-documents__pages-item:hover .g-documents__pages-arrow {
  color: #ffffff;
}
.g-documents__section--accordion {
  border: 1px solid #e6ebf2;
  margin-bottom: 30px;
  background: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__section--accordion {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__section--accordion {
    margin-bottom: 15px;
  }
}
.g-documents__head {
  padding: 30px;
  color: #39414e;
  font-size: 30px;
  line-height: 1.23;
  font-weight: 300;
  font-style: normal;
  font-family: "Roboto", Arial, sans-serif;
  position: relative;
  padding-right: 130px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__head {
    padding: 15px;
    padding-right: 100px;
  }
}
@media (max-width: 739px) {
  .g-documents__head {
    padding: 15px;
    font-size: 21px;
    padding-right: 70px;
  }
}
.g-documents__head:hover {
  color: #ed1b35;
}
.g-documents__head-icon {
  position: absolute;
  right: 30px;
  width: 30px;
  height: 30px;
  top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.g-documents__section--accordion.active .g-documents__head-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__head-icon {
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__head-icon {
    right: 15px;
    top: 15px;
  }
}
.g-documents__section--accordion .g-documents__list {
  display: none;
  padding: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__section--accordion .g-documents__list {
    padding: 15px;
  }
}
@media (max-width: 739px) {
  .g-documents__section--accordion .g-documents__list {
    padding: 15px;
  }
}
.g-documents__section--accordion .g-documents__list-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-bottom: 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__section--accordion .g-documents__list-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-documents__section--accordion .g-documents__list-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-documents__section--accordion .g-documents__list-item:last-child {
  margin-bottom: 0;
}
.g-documents__cards {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-documents__card {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px !important;
}
.cols-1 .g-documents__card {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-documents__card {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-documents__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-documents__card {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-documents__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-documents__card {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-documents__card {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-documents__card {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-documents__card {
    margin-bottom: 30px !important;
  }
}
.g-documents__card-inner {
  border-bottom: 1px solid #ed1b35;
  padding-bottom: 18px;
  width: 100%;
}
.g-documents__item-name {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.content--dark-bg .g-documents__item-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-documents__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-documents__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-documents__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-documents__item-name {
  border: none;
}
/* --------------- g-tenders */
.g-tenders {
  overflow: hidden;
}
.g-tenders__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.g-tenders__info {
  margin: 0 0 30px;
}
.template-1 .g-tenders__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-tenders__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-tenders__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-tenders__template-wrap {
    display: block;
  }
}
.template-3 .g-tenders__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-tenders__template-wrap {
    display: block;
  }
}
.template-4 .g-tenders__template-wrap {
  display: block;
}
.g-tenders__panel {
  background: #ebedf0;
}
.template-1 .g-tenders__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-tenders__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ebedf0;
  z-index: 0;
}
.template-1 .g-tenders__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-tenders__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-tenders__panel:before {
    display: none;
  }
}
.template-2 .g-tenders__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-tenders__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-tenders__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-tenders__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-tenders__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-tenders__panel {
    margin: 0 -15px 15px;
  }
}
@media (max-width: 739px) {
  .g-tenders__panel {
    margin-bottom: 20px !important;
  }
}
.g-tenders--detail .g-tenders__panel {
  background: #f8f8f8;
}
@media (max-width: 739px) {
  .g-tenders--detail .g-tenders__panel {
    display: none;
  }
}
.template-1 .g-tenders__content {
  display: block;
}
.template-2 .g-tenders__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-tenders__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-tenders__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-tenders__content {
    margin-right: 0;
  }
}
.template-4 .g-tenders__content {
  display: block;
}
.template-1 .g-tenders__content,
.template-4 .g-tenders__content {
  margin-bottom: 30px;
}
.g-tenders__filters {
  width: 100%;
}
.g-tenders__filters-row {
  display: block;
  margin-bottom: 25px;
}
.template-1 .g-tenders__filters-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px 15px;
}
.template-1 .g-tenders__filters-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filters-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filters-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.g-tenders__filters-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__filters-row,
  .template-3 .g-tenders__filters-row {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__filters-row,
  .template-3 .g-tenders__filters-row {
    margin-bottom: 15px;
  }
}
.template-1 .g-tenders__filter {
  width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filter {
    width: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    max-width: 45%;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filter {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.template-2 .g-tenders__filter,
.template-3 .g-tenders__filter {
  margin-bottom: 25px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__filter,
  .template-3 .g-tenders__filter {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__filter,
  .template-3 .g-tenders__filter {
    margin-bottom: 15px;
  }
}
.template-1 .g-tenders__filter--select {
  max-width: 570px;
}
.template-2 .template-1 .g-tenders__filter--select,
.template-3 .template-1 .g-tenders__filter--select {
  -moz-flex-basis: 18%;
  -ms-flex-basis: 18%;
  -webkit-flex-basis: 18%;
  flex-basis: 18%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filter--select {
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filter--select {
    max-width: 100%;
  }
}
.template-1 .g-tenders__filter--search {
  max-width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filter--search {
    max-width: 45%;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filter--search {
    margin-bottom: 25px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-tenders__filter--search,
  .template-3 .g-tenders__filter--search {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-tenders__filter--search,
  .template-3 .g-tenders__filter--search {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .g-tenders__filter--search {
    margin-bottom: 25px;
  }
}
.g-tenders__filter--reset {
  text-align: center;
}
.template-1 .g-tenders__filter--reset {
  text-align: right;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  width: auto;
  max-width: 300px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-tenders__filter--reset {
    max-width: 45%;
    text-align: center;
  }
}
@media (max-width: 739px) {
  .template-1 .g-tenders__filter--reset {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 739px) {
  .g-tenders__filter--reset {
    margin-bottom: 10px;
    text-align: center;
  }
}
.g-tenders__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ed1b35;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
}
.g-tenders__reset:hover,
.g-tenders__reset:active,
.g-tenders__reset:focus {
  color: #2b2a32;
  border-color: transparent;
}
.content--dark-bg .g-tenders__reset {
  color: #ed1b35;
}
.content--dark-bg .g-tenders__reset:hover,
.content--dark-bg .g-tenders__reset:active,
.content--dark-bg .g-tenders__reset:focus {
  color: #ffffff;
}
.g-tenders__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.g-tenders__pages-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-tenders__pages-item {
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px !important;
  border: none !important;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__pages-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-tenders__pages-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-tenders__pages-img {
  width: 100%;
  background-color: #e6ebf2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 240px;
}
.g-tenders__pages-img:after {
  background: #2b2a32;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__pages-img {
    height: 240px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .g-tenders__pages-img {
    height: 300px;
  }
}
@media (max-width: 739px) {
  .g-tenders__pages-img {
    height: 240px;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .g-tenders__pages-img {
    height: 350px;
  }
}
.g-tenders__pages-item:hover .g-tenders__pages-img:after {
  opacity: 0.7;
}
.g-tenders__pages-description {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ebedf0;
  position: relative;
}
.g-tenders__pages-description:after {
  content: "";
  position: absolute;
  width: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ed1b35;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-tenders__pages-item:hover .g-tenders__pages-description:after {
  width: 100%;
}
.g-tenders__pages-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  z-index: 2;
  position: relative;
  padding: 20px 5px 20px 20px;
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content--dark-bg .g-tenders__pages-content {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__pages-content {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-tenders__pages-content {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__pages-content {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-tenders__pages-content {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-tenders__pages-item:hover .g-tenders__pages-content {
  color: #ffffff;
}
.g-tenders__pages-btn {
  width: 14%;
  -moz-flex-basis: 14%;
  -ms-flex-basis: 14%;
  -webkit-flex-basis: 14%;
  flex-basis: 14%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.g-tenders__pages-arrow {
  width: 90%;
  max-width: 13px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-tenders__pages-item:hover .g-tenders__pages-arrow {
  color: #ffffff;
}
.g-tenders__popup {
  display: none;
}
.g-tenders__form {
  width: 100%;
}
.g-tenders__popup-title {
  margin-bottom: 35px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__popup-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 739px) {
  .g-tenders__popup-title {
    margin-bottom: 25px !important;
  }
}
.g-tenders__form-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-tenders__form-row--push {
  margin-bottom: 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__form-row {
    display: block;
  }
  .g-tenders__form-row--push {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .g-tenders__form-row {
    display: block;
  }
  .g-tenders__form-row--push {
    margin-bottom: 25px;
  }
}
.g-tenders__form-col {
  width: 48%;
}
.g-tenders__form-col > * {
  margin: 0 0 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__form-col {
    width: 100%;
  }
  .g-tenders__form-col > * {
    margin: 0 0 25px;
  }
}
@media (max-width: 739px) {
  .g-tenders__form-col {
    width: 100%;
  }
  .g-tenders__form-col > * {
    margin: 0 0 25px;
  }
}
.g-tenders__form-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 739px) {
  .g-tenders__form-bottom {
    display: block;
  }
}
.g-tenders__form-submit {
  margin-right: 25px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 739px) {
  .g-tenders__form-submit {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-tenders__form-caption {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .g-tenders__form-caption {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-tenders__form-caption {
    text-align: center;
  }
}
.g-tenders__required {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-tenders__required.g-tenders__required--index,
.g-tenders__required.active {
  margin-bottom: 0;
}
.g-tenders__required.g-tenders__required--index {
  margin-top: -10px;
}
.g-tenders__required-info {
  margin-bottom: 30px;
}
.g-tenders__required-rules {
  margin-bottom: 30px;
}
.g-tenders__required--index .g-tenders__required-rules {
  margin-bottom: 45px;
}
.g-tenders__required--index .g-tenders__required-docs {
  padding: 30px 0;
  background: #ebedf0;
  position: relative;
  z-index: 1;
}
.g-tenders__required--index .g-tenders__required-docs:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ebedf0;
  z-index: 0;
}
.g-tenders__required-docs-title {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  display: block;
  border: none;
  position: relative;
  padding-right: 32px;
}
.content--dark-bg .g-tenders__required-docs-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__required-docs-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-tenders__required-docs-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__required-docs-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-tenders__required-docs-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-tenders__required-docs-title {
  border: none;
}
.g-tenders__required-docs-title-icon {
  position: absolute;
  width: 13px;
  height: 26px;
  margin-left: 18px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-tenders__required.active .g-tenders__required-docs-title-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.g-tenders__required-docs-list {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  position: relative;
  visibility: hidden;
}
.g-tenders__required.active .g-tenders__required-docs-list {
  height: auto;
  opacity: 1;
  padding: 30px 0 10px;
  visibility: visible;
}
.template-4 .g-tenders__required.active .g-tenders__required-docs-list {
  padding-bottom: 0;
}
.g-tenders__table-list {
  margin-bottom: 45px;
}
.g-tenders .pagination {
  margin-bottom: 45px;
  margin-top: 40px;
}
.g-tenders .g-tenders__list .pagination {
  margin-top: 5px;
  width: 100%;
}
.g-tenders .show-more {
  margin-bottom: 60px;
  text-align: center;
  margin-top: 40px;
}
.g-tenders .g-tenders__list .show-more {
  margin-top: 0;
  width: 100%;
}
.g-tenders__table-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
  position: relative;
}
.g-tenders__table-row:after {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background: #acaaad;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-row {
    display: block;
    margin: 0 -15px;
    padding: 15px 0;
  }
  .g-tenders__table-row:nth-child(2):before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #acaaad;
  }
  .g-tenders__table-row:after {
    left: 0;
    right: 0;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-row {
    display: block;
    margin: 0 -15px;
    padding: 15px 0;
  }
  .g-tenders__table-row:nth-child(2):before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #acaaad;
  }
  .g-tenders__table-row:after {
    left: 0;
    right: 0;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-row--main {
    display: none;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-row--main {
    display: none;
  }
}
.g-tenders__table-col {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: 16%;
  -ms-flex-basis: 16%;
  -webkit-flex-basis: 16%;
  flex-basis: 16%;
  max-width: 16%;
  width: 16%;
  padding: 20px 10px;
}
.g-tenders__table-row--main .g-tenders__table-col {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .g-tenders__table-row--main .g-tenders__table-col {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-col {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 8px 15px;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-col {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 8px 15px;
  }
}
.g-tenders__table-col--name {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 36%;
  -ms-flex-basis: 36%;
  -webkit-flex-basis: 36%;
  flex-basis: 36%;
  max-width: 100%;
  width: 36%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-col--name {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-col--name {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-col--date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-col--date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.g-tenders__item-label-wrap {
  margin-bottom: 10px;
}
.g-tenders__item-label-wrap:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__item-label-wrap {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .g-tenders__item-label-wrap:last-child {
    margin: 0;
  }
}
@media (max-width: 739px) {
  .g-tenders__item-label-wrap {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .g-tenders__item-label-wrap:last-child {
    margin: 0;
  }
}
.g-tenders__item-label {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  padding: 6px 12px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.g-tenders__item-label--date {
  background: #c40024;
  color: #ffffff;
}
.g-tenders__item-label--step {
  background: #e6ebf2;
  color: #39414e;
}
.g-tenders__item-label--step-start {
  background: #5dbaa1;
  color: #ffffff;
}
.g-tenders__item-label--step-canceled {
  background: #d9394e;
  color: #ffffff;
}
.g-tenders__table-name {
  margin-bottom: 12px;
}
.g-tenders__table-name > a {
  border: none;
}
.content .g-tenders__table-name > a {
  border: none;
}
.g-tenders__table-nubmer {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  display: block;
  word-wrap: break-word;
}
.content--dark-bg .g-tenders__table-nubmer {
  color: #ffffff;
}
.g-tenders__table-caption {
  display: none;
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .g-tenders__table-caption {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__table-caption {
    display: block;
  }
}
@media (max-width: 739px) {
  .g-tenders__table-caption {
    display: block;
  }
}
.g-tenders__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 15px;
}
.g-tenders__item {
  margin-bottom: 50px !important;
}
.cols-1 .g-tenders__item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-tenders__item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-tenders__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-tenders__item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-tenders__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-tenders__item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-tenders__item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.template-3.cols-2 .g-tenders__item,
.template-2.cols-2 .g-tenders__item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3.cols-2 .g-tenders__item,
  .template-2.cols-2 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .template-3.cols-2 .g-tenders__item,
  .template-2.cols-2 .g-tenders__item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-tenders--detail .g-tenders__item {
    margin-bottom: 30px !important;
  }
}
.g-tenders__item-inner {
  max-width: 1000px;
}
.g-tenders__item-inner > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__item-inner {
    max-width: 100%;
  }
}
.cols-2 .g-tenders__item-inner {
  max-width: 95%;
}
.g-tenders--detail .g-tenders__item-inner {
  max-width: 730px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders--detail .g-tenders__item-inner {
    max-width: 430px;
  }
}
@media (max-width: 739px) {
  .g-tenders--detail .g-tenders__item-inner {
    max-width: 100%;
  }
}
.g-tender__labels {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.g-tender__labels .g-tenders__item-label {
  margin-right: 10px;
}
.g-tender__labels .g-tenders__item-label:last-child {
  margin-right: 0;
}
.g-tenders__item-title {
  border: none !important;
  color: #39414e;
  font-size: 23px;
  line-height: 37px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__item-title {
    font-size: 20px;
  }
}
@media (max-width: 739px) {
  .g-tenders__item-title {
    font-size: 20px;
  }
}
.g-tenders__item-nubmer {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
}
.content--dark-bg .g-tenders__item-nubmer {
  color: #ffffff;
}
.g-tenders__item-table {
  max-width: 585px;
}
@media (max-width: 739px) {
  .g-tenders__item-table {
    max-width: 100%;
  }
}
.g-tenders--detail .g-tenders__item-table {
  max-width: 100%;
  margin-bottom: 30px;
}
.g-tenders__item-row {
  border-bottom: 1px solid #acaaad;
  padding: 15px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .g-tenders__item-row {
    display: block;
  }
}
.g-tenders__item-col {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 60%;
}
@media (max-width: 739px) {
  .g-tenders__item-col {
    width: 100%;
  }
}
.g-tenders__item-col--title {
  width: 40%;
  padding-right: 30px;
}
@media (max-width: 739px) {
  .g-tenders__item-col--title {
    width: 100%;
    padding-right: 0;
    font-size: 13px;
    color: #acaaad;
    font-weight: 300;
    font-style: normal;
  }
  .content--dark-bg .g-tenders__item-col--title {
    color: #ffffff;
  }
}
.g-tenders__item-col a {
  border: none;
}
.g-tenders__persons {
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .g-tenders__persons {
    margin-bottom: 20px;
  }
}
.g-tenders__person {
  background: #ebedf0;
  margin: -30px -30px 50px;
  padding: 40px 45px;
}
.g-tenders__person:last-child {
  margin-bottom: 0;
}
.g-tenders__person > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__person {
    margin: -15px -15px 35px;
    padding: 20px 25px;
  }
}
@media (max-width: 739px) {
  .g-tenders__person {
    margin: 0 0 20px;
    padding: 20px 25px;
  }
  .g-tenders__person:last-child {
    margin-bottom: 0;
  }
}
.g-tenders__person-name {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 3px;
  display: inline-block;
}
.content--dark-bg .g-tenders__person-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__person-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-tenders__person-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__person-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-tenders__person-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-tenders__person-name {
  border: none;
}
.g-tenders__person-post {
  margin-bottom: 20px;
}
.g-tenders__person-contacts {
  margin-top: 20px;
}
.g-tenders__person-contact {
  margin-bottom: 5px;
}
.g-tenders__person-contact:last-child {
  margin-bottom: 0;
}
.g-tenders__person-contact a {
  border: none;
}
.g-tenders__person-contact--tel a {
  color: #39414e;
}
.g-tenders__detail-documents {
  margin-bottom: 60px;
}
@media (max-width: 739px) {
  .g-tenders__detail-documents {
    margin-bottom: 40px;
  }
}
.g-tenders__detail-documents-list {
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .g-tenders__detail-documents-list {
    margin-bottom: 0;
  }
}
.g-tenders__section-title {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 40px;
}
.content--dark-bg .g-tenders__section-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__section-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-tenders__section-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-tenders__section-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-tenders__section-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-tenders__section-title {
    margin-bottom: 30px;
  }
}
.g-tenders__detail-documents-download {
  width: 250px;
}
/* --------------- g-events */
.g-events {
  overflow: hidden;
}
.g-events__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.g-events__info {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-events__info {
    margin-bottom: 30px;
  }
}
/* ---------------------------- sliders / main-news */
.g-events__main-news,
.g-events__main-item,
.g-events__main-news-slider {
  height: 460px;
  overflow: hidden;
}
@media (max-width: 739px) {
  .g-events__main-news,
  .g-events__main-item,
  .g-events__main-news-slider {
    height: auto;
    min-height: 300px;
  }
}
.g-events__main-news--theme-1.g-events__main-news,
.g-events__main-news--theme-1 .g-events__main-item,
.g-events__main-news--theme-1 .g-events__main-news-slider {
  height: 500px;
}
@media (max-width: 739px) {
  .g-events__main-news--theme-1.g-events__main-news,
  .g-events__main-news--theme-1 .g-events__main-item,
  .g-events__main-news--theme-1 .g-events__main-news-slider {
    height: auto;
    min-height: 300px;
  }
}
.g-events__main-slider-inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.g-events__main-news {
  margin-bottom: 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news {
    margin-bottom: 30px;
  }
  .template-1 .g-events__main-news {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-events__main-news {
    margin-bottom: 0;
  }
  .template-4 .g-events__main-news {
    margin-bottom: 30px;
  }
}
.g-events__main-news--fix-width {
  max-width: 1440px;
  margin: 0 auto 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news--fix-width {
    margin-bottom: 30px;
  }
  .template-1 .g-events__main-news--fix-width {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-events__main-news--fix-width {
    margin-bottom: 0;
  }
  .template-4 .g-events__main-news--fix-width {
    margin-bottom: 30px;
  }
}
.g-events__main-news-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -5px;
  padding: 0 10px;
  width: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.g-events__main-news-col-3 {
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px !important;
  padding: 0 5px;
  margin-bottom: 0 !important;
  height: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-events__main-news-col-3 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-events__main-news-col-2 {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  padding: 0 5px;
  margin-bottom: 0 !important;
  height: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 739px) and (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-events__main-news-col-2 {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-events__main-news-blocks {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
}
.g-events__main-news-block {
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.g-events__main-news-block--right {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: 960px;
  -moz-flex-basis: 960px;
  -ms-flex-basis: 960px;
  -webkit-flex-basis: 960px;
  flex-basis: 960px;
  padding-right: 5px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-block--right {
    width: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-block--right {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 0;
  }
}
.g-events__main-news-block--left {
  width: 480px;
  padding-left: 5px;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 480px;
  -ms-flex-basis: 480px;
  -webkit-flex-basis: 480px;
  flex-basis: 480px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-block--left {
    width: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-block--left {
    display: none;
  }
}
.g-events__main-item--half-height {
  height: 225px;
}
.g-events__main-item--half-height:first-child {
  margin-bottom: 10px;
}
.g-events__main-item {
  background-color: #2b2a32;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.g-events__main-item:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
}
.g-events__main-news-col-3 .g-events__main-item {
  padding: 30px 60px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
}
.g-events__main-news-col-3 .g-events__main-item:after {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-3 .g-events__main-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 80px 30px 60px;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-3 .g-events__main-item {
    height: 100%;
    padding: 30px 15px 45px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.g-events__main-news-col-2 .g-events__main-item {
  padding: 100px 60px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
}
.g-events__main-news-col-2 .g-events__main-item:after {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news-col-2 .g-events__main-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 80px 30px 60px;
  }
}
@media (max-width: 739px) {
  .g-events__main-news-col-2 .g-events__main-item {
    height: 100%;
    padding: 30px 15px 45px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.g-events__main-news-blocks .g-events__main-item:after {
  display: none;
}
.g-events__main-news-col-3 .g-events__main-item-content,
.g-events__main-news-col-2 .g-events__main-item-content {
  position: relative;
  z-index: 2;
}
.g-events__main-news--theme-1 .g-events__main-item-content {
  padding: 0 65px 0 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-news--theme-1 .g-events__main-item-content {
    padding: 0 65px 0 45px;
  }
}
@media (max-width: 739px) {
  .g-events__main-news--theme-1 .g-events__main-item-content {
    padding: 0 0 45px;
  }
}
.g-events__main-item-content .btn {
  width: 200px;
}
.g-events__main-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__main-item-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__main-item:hover .g-events__main-item-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-events__main-item:hover .g-events__main-item-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-events__main-news-block--right .g-events__main-item {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 739px) {
  .g-events__main-news-block--right .g-events__main-item {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.g-events__main-news-block--left .g-events__main-item {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.g-events__main-item-inner {
  position: relative;
  z-index: 2;
}
.g-events__main-item-inner--right {
  max-width: 835px;
  padding-left: 15px;
  padding-right: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-inner--right {
    padding: 30px 30px;
  }
}
@media (max-width: 739px) {
  .g-events__main-item-inner--right {
    padding: 30px 15px;
  }
}
.g-events__main-item-inner--left {
  max-width: 355px;
  padding-left: 60px;
  padding-right: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-inner--left {
    padding: 0 30px;
  }
}
.g-events__main-item-inner > *:last-child {
  margin-bottom: 0 !important;
}
.g-events__main-item-title {
  border-bottom: none !important;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 30px;
}
.g-events__main-news-col-3 .g-events__main-item-title,
.g-events__main-news-col-2 .g-events__main-item-title,
.g-events__main-item--half-height .g-events__main-item-title {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 739px) {
  .g-events__main-news-col-3 .g-events__main-item-title,
  .g-events__main-news-col-2 .g-events__main-item-title,
  .g-events__main-item--half-height .g-events__main-item-title {
    font-size: 21px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-title {
    font-size: 30px;
    line-height: 1.23;
  }
}
@media (max-width: 739px) {
  .g-events__main-item-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.g-events__main-item-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 30px;
}
.content--dark-bg .g-events__main-item-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__main-item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__main-item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__main-item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-events__main-item-description {
  margin-bottom: 30px;
}
.g-events__main-news--theme-2 .g-events__main-item-description {
  display: none;
}
.g-events__main-item-top {
  margin-bottom: 20px;
}
.g-events__main-item-block {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g-events__main-item-block > * {
  margin-right: 18px;
}
.g-events__main-item-block > *:last-child {
  margin-right: 0;
}
.g-events__main-item-label {
  background: #c40024;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  padding: 6px 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.g-events__main-item-label--transparent {
  background: transparent;
  color: #39414e;
}
.content--dark-bg .g-events__main-item-label--transparent {
  color: #ffffff;
}
.g-events__main-item-date {
  position: relative;
  padding-left: 22px;
}
.g-events__main-item-date-icon {
  position: absolute;
  width: 13px;
  height: 12px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__main-item-time {
  position: relative;
  padding-left: 22px;
}
.g-events__main-item-time-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__main-item-adress {
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
}
.g-events__main-item-adress-icon {
  position: absolute;
  width: 16px;
  height: 18px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__slider-pagination {
  bottom: auto !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  left: auto !important;
  text-align: right;
  width: auto !important;
}
.g-events__slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
  margin: 10px 0!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .g-events__slider-pagination .swiper-pagination-bullet {
    margin: 18px 0!important;
  }
}
.g-events__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ed1b35;
}
.g-events__slider-pagination .swiper-pagination-bullet:hover {
  background: #ed1b35;
}
@media (max-width: 739px) {
  .g-events__slider-pagination {
    bottom: 30px !important;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
  }
  .g-events__slider-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 10px!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .g-events__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ed1b35;
  }
  .g-events__slider-pagination .swiper-pagination-bullet:hover {
    background: #ed1b35;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .g-events__slider-pagination .swiper-pagination-bullet {
    margin: 0 5px!important;
  }
}
.g-events__main-news-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
}
.g-events__main-news-slider-btn--prev {
  left: 0;
}
.g-events__main-news-slider-btn--next {
  right: 0;
}
.g-events__main-news-slider-icon {
  width: 22px;
  height: 34px;
  color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-persons__publications-btn--prev .g-events__main-news-slider-icon {
  left: 0;
}
.g-persons__publications-btn--next .g-events__main-news-slider-icon {
  right: 0;
}
.g-persons__publications-btn:hover .g-events__main-news-slider-icon {
  color: #c40024;
}
/* ---------------------------- template */
.template-1 .g-events__template-wrap {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .template-1 .g-events__template-wrap {
    margin-bottom: 15px;
  }
}
.template-2 .g-events__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-2 .g-events__template-wrap {
    display: block;
  }
}
.template-3 .g-events__template-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .template-3 .g-events__template-wrap {
    display: block;
  }
}
.template-4 .g-events__template-wrap {
  display: block;
}
@media (max-width: 739px) {
  .template-1 .g-events__template-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
/* ---------------------------- filters */
.g-events__panel {
  background: #ebedf0;
}
.template-1 .g-events__panel {
  display: block;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.template-1 .g-events__panel:before {
  content: "";
  position: absolute;
  width: 5000px;
  left: -2500px;
  height: 100%;
  top: 0;
  background: #ebedf0;
  z-index: 0;
}
.template-1 .g-events__panel-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .template-1 .g-events__panel:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel {
    padding: 15px;
    margin-bottom: 15px;
  }
  .template-1 .g-events__panel:before {
    display: none;
  }
}
.template-2 .g-events__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-events__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-3 .g-events__panel {
  -moz-flex-basis: 360px;
  -ms-flex-basis: 360px;
  -webkit-flex-basis: 360px;
  flex-basis: 360px;
  width: 360px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 30px 30px 90px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-events__panel {
    -moz-flex-basis: 260px;
    -ms-flex-basis: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
    width: 260px;
    padding: 15px 15px 30px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-events__panel {
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.template-4 .g-events__panel {
  display: none;
}
@media (max-width: 739px) {
  .g-events__panel {
    margin: 0 -15px 15px;
  }
}
.template-1 .g-events__panel {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 45px;
}
.template-1 .g-events__panel:before {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel {
    padding: 30px 15px 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel {
    margin-bottom: 30px;
    padding: 30px 15px 10px;
  }
}
@media (max-width: 739px) {
  .g-events__panel {
    padding: 0 15px;
    background: #ebedf0;
    margin-bottom: 30px;
  }
  .g-events__panel:before {
    display: none;
  }
  .template-2 .g-events__panel,
  .template-3 .g-events__panel {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.g-events__panel-filters {
  width: 100%;
  margin-bottom: 60px;
}
.template-1 .g-events__panel-filters {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .template-2 .g-events__panel-filters,
  .template-3 .g-events__panel-filters {
    margin-bottom: 0;
  }
}
.template-1 .g-events__panel-filters-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px 15px;
}
.template-1 .g-events__panel-filters-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filters-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filters-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.template-1 .g-events__panel-filter {
  margin: 0 15px;
  width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter {
    width: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.template-2 .g-events__panel-filter,
.template-3 .g-events__panel-filter {
  margin-bottom: 25px;
}
.template-2 .g-events__panel-filter:last-child,
.template-3 .g-events__panel-filter:last-child {
  margin-bottom: 0;
}
.g-events__panel-filter--calendar .calendar {
  max-width: 100%;
}
.g-events__panel-filter--calendar .calendar__date-range {
  width: 100%;
}
.template-1 .g-events__panel-filter--calendar {
  min-width: 340px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--calendar {
    min-width: 100px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--calendar {
    min-width: 100px;
  }
}
.template-1 .g-events__panel-filter--select {
  max-width: 585px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--select {
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--select {
    max-width: 100%;
  }
}
.g-events__panel-filter--search {
  margin-top: 20px;
}
.template-1 .g-events__panel-filter--search {
  width: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--search {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--search {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
.g-events__panel-filter--checkbox,
.g-events__panel-filter--reset {
  margin-top: 30px;
}
.template-1 .g-events__panel-filter--checkbox,
.template-1 .g-events__panel-filter--reset {
  text-align: right;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  width: auto;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  white-space: nowrap;
  padding-left: 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--checkbox,
  .template-1 .g-events__panel-filter--reset {
    padding-left: 0;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--checkbox,
  .template-1 .g-events__panel-filter--reset {
    text-align: left;
    padding-left: 0;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--checkbox {
    text-align: left;
  }
}
.template-1 .g-events__panel-filter--checkbox .checkbox {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: eende;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-1 .g-events__panel-filter--checkbox .checkbox {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 739px) {
  .template-1 .g-events__panel-filter--checkbox .checkbox {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.g-events__reset {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ed1b35;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  white-space: nowrap;
}
.g-events__reset:hover,
.g-events__reset:active,
.g-events__reset:focus {
  color: #2b2a32;
  border-color: transparent;
}
.content--dark-bg .g-events__reset {
  color: #ed1b35;
}
.content--dark-bg .g-events__reset:hover,
.content--dark-bg .g-events__reset:active,
.content--dark-bg .g-events__reset:focus {
  color: #ffffff;
}
.g-events__reset .reset-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.template-1 .g-events__panel-blocks {
  display: none;
}
.g-events__panel-block {
  margin-bottom: 40px;
}
.g-events__panel-block--subscribe {
  background: #ffffff;
  padding: 85px 30px 40px;
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__panel-block--subscribe {
    padding-top: 65px;
  }
}
@media (max-width: 739px) {
  .g-events__panel-block--subscribe {
    border: none;
    padding: 0;
  }
}
.g-events__panel-subscribe-icon {
  left: 30px;
  top: 40px;
  width: 29px;
  height: 22px;
  color: #ed1b35;
  position: absolute;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__panel-subscribe-icon {
    top: 25px;
  }
}
@media (max-width: 739px) {
  .g-events__panel-subscribe-icon {
    top: 25px;
  }
}
.g-events__panel-subscribe-title {
  margin-bottom: 2px;
}
.content .g-events__panel-subscribe-title {
  margin-bottom: 2px;
}
.g-events__panel-subscribe-description {
  margin-bottom: 15px;
}
.g-events__panel-subscribe-form {
  margin-top: 15px;
  position: relative;
}
.g-events__panel-subscribe-form .field {
  margin-top: 0;
}
.g-events__panel-subscribe-form .field__input {
  padding-right: 30px;
}
.g-events__panel-subscribe-btn {
  position: absolute;
  border: none;
  background: transparent;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
  padding: 0;
}
.g-events__panel-subscribe-btn-icon {
  color: #ed1b35;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__panel-subscribe-btn:hover .g-events__panel-subscribe-btn-icon {
  color: #ed1b35;
}
@media (max-width: 739px) {
  .g-events__subscribe {
    background: #ebedf0;
    padding: 30px 15px;
    display: block;
    margin: 0 -15px;
  }
}
.g-events__subscribe-title {
  margin-right: 30px;
  padding-left: 50px;
  position: relative;
}
.content .g-events__subscribe-title {
  margin-bottom: 0;
}
.g-events__subscribe-icon {
  position: absolute;
  width: 29px;
  height: 20px;
  color: #ed1b35;
  top: 9px;
  left: 0;
}
@media (max-width: 739px) {
  .g-events__subscribe-form {
    width: 100%;
  }
}
/* ---------------------------- content */
.template-1 .g-events__content {
  display: block;
}
.template-2 .g-events__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 30px;
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__content {
    margin-left: 15px;
  }
}
@media (max-width: 739px) {
  .template-2 .g-events__content {
    margin-left: 0;
    padding-bottom: 28px;
  }
}
.template-3 .g-events__content {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-3 .g-events__content {
    margin-right: 15px;
  }
}
@media (max-width: 739px) {
  .template-3 .g-events__content {
    margin-right: 0;
  }
}
.template-4 .g-events__content {
  display: block;
}
@media (max-width: 739px) {
  .template-2 .g-events__content,
  .template-3 .g-events__content {
    padding-bottom: 0;
  }
}
.g-events__cards {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .g-events__cards {
    margin-bottom: 15px;
  }
}
.g-events__cards-item {
  margin-bottom: 45px !important;
}
.cols-1 .g-events__cards-item {
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-2 .g-events__cards-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-2 .g-events__cards-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-2 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-3 .g-events__cards-item {
  width: 33.333333%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-3 .g-events__cards-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-3 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-4 .g-events__cards-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-4 .g-events__cards-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .cols-4 .g-events__cards-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.cols-1 .g-events__cards-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-events__cards-item {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-events__cards-item {
    display: block;
  }
}
.template-2.cols-1 .g-events__cards-item,
.template-2.cols-1 .g-events__cards-item {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2.cols-1 .g-events__cards-item,
  .template-2.cols-1 .g-events__cards-item {
    display: block;
  }
}
.g-events__cards-item-img-wrap {
  width: 100%;
  display: block;
  position: relative;
  background-color: #e6ebf2;
  margin-bottom: 20px;
  border-bottom: none !important;
  height: 200px;
  overflow: hidden;
}
.cols-1 .g-events__cards-item-img-wrap {
  height: 245px;
  -moz-flex-basis: 356px;
  -ms-flex-basis: 356px;
  -webkit-flex-basis: 356px;
  flex-basis: 356px;
  max-width: 356px;
  width: 356px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 0;
}
.cols-2 .g-events__cards-item-img-wrap {
  height: 380px;
}
.template-2.cols-2 .g-events__cards-item-img-wrap,
.template-3.cols-2 .g-events__cards-item-img-wrap {
  height: 245px;
}
.cols-3 .g-events__cards-item-img-wrap {
  height: 245px;
}
.template-2.cols-3 .g-events__cards-item-img-wrap,
.template-3.cols-3 .g-events__cards-item-img-wrap {
  height: 175px;
}
.cols-4 .g-events__cards-item-img-wrap {
  height: 175px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .cols-1 .g-events__cards-item-img-wrap {
    height: 200px;
    -moz-flex-basis: 305px;
    -ms-flex-basis: 305px;
    -webkit-flex-basis: 305px;
    flex-basis: 305px;
    max-width: 305px;
    width: 305px;
  }
  .template-2.cols-1 .g-events__cards-item-img-wrap,
  .template-2.cols-1 .g-events__cards-item-img-wrap {
    height: 300px;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cols-2 .g-events__cards-item-img-wrap,
  .cols-3 .g-events__cards-item-img-wrap,
  .cols-4 .g-events__cards-item-img-wrap {
    height: 230px;
  }
  .template-2.cols-2 .g-events__cards-item-img-wrap,
  .template-2.cols-3 .g-events__cards-item-img-wrap,
  .template-3.cols-2 .g-events__cards-item-img-wrap,
  .template-3.cols-3 .g-events__cards-item-img-wrap {
    height: 150px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) and (orientation: landscape) {
  .cols-1 .g-events__cards-item-img-wrap {
    height: 200px;
    width: 305px;
  }
  .template-2.cols-1 .g-events__cards-item-img-wrap,
  .template-2.cols-1 .g-events__cards-item-img-wrap {
    height: 490px;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cols-2 .g-events__cards-item-img-wrap,
  .cols-3 .g-events__cards-item-img-wrap,
  .cols-4 .g-events__cards-item-img-wrap {
    height: 320px;
  }
  .template-2.cols-2 .g-events__cards-item-img-wrap,
  .template-2.cols-3 .g-events__cards-item-img-wrap,
  .template-3.cols-2 .g-events__cards-item-img-wrap,
  .template-3.cols-3 .g-events__cards-item-img-wrap {
    height: 225px;
  }
}
@media (max-width: 739px) {
  .cols-1 .g-events__cards-item-img-wrap,
  .cols-2 .g-events__cards-item-img-wrap,
  .cols-3 .g-events__cards-item-img-wrap,
  .cols-4 .g-events__cards-item-img-wrap,
  .template-2.cols-2 .g-events__cards-item-img-wrap,
  .template-3.cols-2 .g-events__cards-item-img-wrap,
  .template-2.cols-3 .g-events__cards-item-img-wrap,
  .template-3.cols-3 .g-events__cards-item-img-wrap {
    height: 255px;
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) and (orientation: landscape) {
  .cols-1 .g-events__cards-item-img-wrap,
  .cols-2 .g-events__cards-item-img-wrap,
  .cols-3 .g-events__cards-item-img-wrap,
  .cols-4 .g-events__cards-item-img-wrap,
  .template-2.cols-2 .g-events__cards-item-img-wrap,
  .template-3.cols-2 .g-events__cards-item-img-wrap,
  .template-2.cols-3 .g-events__cards-item-img-wrap,
  .template-3.cols-3 .g-events__cards-item-img-wrap {
    height: 460px;
    width: 100%;
  }
}
.g-events__cards-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__cards-item-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__cards-item-img-wrap:hover .g-events__cards-item-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-events__cards-item-img-wrap:hover .g-events__cards-item-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-events__cards-item-content > *:last-child {
  margin-bottom: 0;
}
.g-events__cards-item-labels {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.g-events__cards-item-labels > * {
  margin-right: 18px;
}
.g-events__cards-item-labels > *:last-child {
  margin-right: 0;
}
.g-events__cards-item-img-wrap .g-events__cards-item-labels {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 2;
}
.g-events__cards-item-label {
  background: #c40024;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  padding: 6px 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.g-events__cards-item-label--transparent {
  background: transparent;
  color: #39414e;
}
.content--dark-bg .g-events__cards-item-label--transparent {
  color: #ffffff;
}
.g-events__cards-item-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
.g-events__cards-item-top > * {
  margin-right: 20px;
}
.g-events__cards-item-top > *:last-child {
  margin-right: 0;
}
.g-events__cards-item-date {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .g-events__cards-item-date {
  color: #ffffff;
}
.g-events__cards-item-date-icon {
  position: absolute;
  width: 13px;
  height: 12px;
  color: #ed1b35;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__cards-item-time {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .g-events__cards-item-time {
  color: #ffffff;
}
.g-events__cards-item-time-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #ed1b35;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__cards-item-title {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 12px;
  display: block;
}
.content--dark-bg .g-events__cards-item-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__cards-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__cards-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__cards-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__cards-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-events__cards-item-title {
  border: none;
}
.g-events__cards-item-description {
  margin-bottom: 15px;
}
.content .g-events__cards-item-description {
  margin-bottom: 15px;
}
.g-events__cards-item-adress {
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
}
.g-events__cards-item-adress-icon {
  position: absolute;
  width: 16px;
  height: 18px;
  color: #ed1b35;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__tags-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.g-events__cards-item .g-events__tags-list {
  margin-top: 15px;
}
.g-events__tags-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 6px 15px 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid #acaaad;
  border-radius: 24px;
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: caption-small-font-style;
  text-transform: uppercase;
}
.content .g-events__tags-item {
  border: 1px solid #acaaad;
}
.content .g-events__tags-item:hover {
  color: #ed1b35;
  border-color: #ed1b35;
}
.content .g-events__tags-item--no-ui:hover {
  color: #acaaad;
  border-color: #acaaad;
}
.g-events__tags-item:hover {
  color: #ed1b35;
  border-color: #ed1b35;
}
.g-events__tags-item--no-ui:hover {
  color: #acaaad;
  border-color: #acaaad;
}
.g-events__tags-item--no-push {
  margin-bottom: 0;
}
.content--dark-bg .g-events__tags-item {
  color: #ffffff;
  border-color: #ffffff;
}
.content--dark-bg .g-events__tags-item:hover {
  color: #ed1b35;
  border-color: #ed1b35;
}
.content--dark-bg .g-events__tags-item--no-ui:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.g-events .pagination {
  margin-top: 30px;
  margin-bottom: 55px;
}
@media (max-width: 739px) {
  .g-events .pagination {
    margin-top: 15px;
  }
}
/* --------------- article page */
.g-events__article-header {
  background-color: #2b2a32;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 490px;
  padding: 65px 0 50px;
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-events__article-header {
    min-height: 200px;
    padding: 30px 0 15px;
    margin-bottom: 30px;
  }
}
.g-events__inner--article {
  min-height: 390px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 739px) {
  .g-events__inner--article {
    min-height: 140px;
  }
}
.g-events__article-header-content {
  max-width: 960px;
}
@media (max-width: 739px) {
  .g-events__article-header-content {
    max-width: 100%;
  }
}
.content .g-events__article-header-title {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .content .g-events__article-header-title {
    margin-bottom: 15px;
  }
}
.g-events__article-header-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-events__article-header-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-header-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__article-header-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-header-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__article-header-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-events__article-header-description {
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .content .g-events__article-header-description {
    margin-bottom: 20px;
  }
}
.g-events__article-header-date {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 22px;
}
.content--dark-bg .g-events__article-header-date {
  color: #ffffff;
}
.g-events__article-header-date-icon {
  position: absolute;
  width: 13px;
  height: 12px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.g-events__article-header-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-events__article-header-btns > * {
  margin-right: 30px;
  margin-bottom: 15px;
  width: 200px;
}
.g-events__article-header-btns > *:last-child {
  margin-right: 0;
}
.g-events__add-calendar {
  position: relative;
}
.g-events__add-calendar-popup {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.19);
  padding: 0 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 220px;
  display: none;
}
.g-events__add-calendar-popup:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 9px solid #fff;
  top: 50%;
  margin-top: -11px;
  left: -9px;
}
@media (max-width: 739px) {
  .g-events__add-calendar-popup {
    position: relative;
    margin-top: 20px;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .g-events__add-calendar-popup:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 9px solid #fff;
    border-top: none;
    top: -9px;
    margin-top: 0;
    left: 50%;
    margin-left: -11px;
  }
}
.g-events__add-calendar-link {
  color: #39414e;
  white-space: nowrap;
  display: block;
  padding: 10px 0;
}
.content--dark-bg .g-events__add-calendar-link {
  color: #39414e;
  border-bottom-color: #e6ebf2;
}
.content--dark-bg .g-events__add-calendar-link:last-child {
  border-bottom-color: transparent;
}
.content--dark-bg .g-events__add-calendar-link:hover {
  color: #c40024;
  border-bottom-color: #e6ebf2;
}
.content--dark-bg .g-events__add-calendar-link:hover:last-child {
  border-bottom-color: transparent;
}
.template-4 .g-events__article-inner {
  max-width: 800px;
  margin: 0 auto 45px;
}
.g-events__article-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.g-events__article-top > * {
  margin-right: 30px;
  margin-bottom: 15px;
}
.g-events__article-top > *:last-child {
  margin-right: 0;
}
.g-events__article-top-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g-events__article-top-item > * {
  margin-right: 20px;
}
.g-events__article-top-item > *:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-events__article-top-item > * {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .g-events__article-top-item > *:last-child {
    margin: 0;
  }
}
@media (max-width: 739px) {
  .g-events__article-top-item {
    display: block;
  }
}
.g-events__article-top-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #ed1b35;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__article-top-item--media:hover .g-events__article-top-icon {
  color: #c40024;
}
.g-events__img {
  margin: 35px 0;
}
.g-events__img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 739px) {
  .g-events__img {
    margin: 25px 0;
  }
}
.g-events__video {
  margin: 35px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.g-events__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 739px) {
  .g-events__video {
    margin: 25px 0;
  }
}
.g-events__quote {
  margin: 50px auto;
  max-width: 600px;
  text-align: center;
}
.g-events__quote-text {
  font-size: 24px;
  color: #39414e;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 739px) {
  .g-events__quote-text {
    font-size: 20px;
  }
}
.g-events__quote-author {
  margin-top: 30px;
}
@media (max-width: 739px) {
  .g-events__quote-author {
    margin-top: 15px;
  }
}
@media (max-width: 739px) {
  .g-events__quote {
    margin: 30px auto;
  }
}
.g-events__article-sliders {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 100px 0;
  overflow: hidden;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-sliders {
    margin: 80px 0;
  }
}
@media (max-width: 739px) {
  .g-events__article-sliders {
    margin: 40px 0;
  }
}
.slider-1 .g-events__article-sliders {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 974px;
  margin: 100px auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .slider-1 .g-events__article-sliders {
    margin: 80px auto;
  }
}
@media (max-width: 739px) {
  .slider-1 .g-events__article-sliders {
    margin: 40px auto;
  }
}
.slider-4 .g-events__article-sliders {
  display: block;
  margin: 40px 0 30px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .slider-4 .g-events__article-sliders {
    margin: 40px auto;
  }
}
@media (max-width: 739px) {
  .slider-4 .g-events__article-sliders {
    margin: 25px 0 15px;
  }
}
.g-events__article-slider-thumbs {
  -moz-flex-basis: 166px;
  -ms-flex-basis: 166px;
  -webkit-flex-basis: 166px;
  flex-basis: 166px;
  width: 166px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  height: 500px;
}
.slider-3 .g-events__article-slider-thumbs {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 30px;
}
.template-2 .slider-3 .g-events__article-slider-thumbs,
.template-2 .slider-2 .g-events__article-slider-thumbs,
.template-3 .slider-3 .g-events__article-slider-thumbs,
.template-3 .slider-2 .g-events__article-slider-thumbs {
  display: none;
}
.slider-4 .g-events__article-slider-thumbs {
  display: none;
}
.slider-1 .g-events__article-slider-thumbs {
  margin-right: 0;
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  margin-top: 25px;
  height: 125px;
}
.template-2 .slider-1 .g-events__article-slider-thumbs,
.template-3 .slider-1 .g-events__article-slider-thumbs {
  margin-top: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-thumbs {
    display: none;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-thumbs {
    display: none;
  }
}
.g-events__article-slider-thumbs-item {
  background-color: #e6ebf2;
  display: block;
  height: 125px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.g-events__article-slider-thumbs-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__article-slider-thumbs-img:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 65, 78, 0);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__article-slider-thumbs-item:hover .g-events__article-slider-thumbs-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.g-events__article-slider-thumbs-item:hover .g-events__article-slider-thumbs-img:after {
  background-color: rgba(57, 65, 78, 0);
}
.g-events__article-slider-thumbs-item.swiper-slide-active .g-events__article-slider-thumbs-img,
.g-events__article-slider-thumbs-item.swiper-slide-active:hover .g-events__article-slider-thumbs-img {
  border: 4px solid #ed1b35;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.g-events__article-slider-thumbs-btn {
  position: absolute;
  left: 72px;
  width: 26px;
  height: 50px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.g-events__article-slider-thumbs-btn--prev {
  top: 20px;
}
.g-events__article-slider-thumbs-btn--next {
  bottom: 20px;
}
.g-events__article-slider-thumbs-btn.swiper-button-disabled {
  opacity: 0;
}
.slider-1 .g-events__article-slider-thumbs-btn {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
}
.slider-1 .g-events__article-slider-thumbs-btn--prev {
  left: 15px;
}
.slider-1 .g-events__article-slider-thumbs-btn--next {
  right: 15px;
}
.g-events__article-slider-thumbs-icon {
  width: 26px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__article-slider-thumbs-btn:hover .g-events__article-slider-thumbs-icon {
  color: #c40024;
}
.g-events__article-slider {
  position: relative;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 974px;
}
@media (max-width: 739px) {
  .g-events__article-slider {
    width: 100% !important;
  }
}
.slider-4 .g-events__article-slider {
  width: 100% !important;
  max-width: 100%;
}
.g-events__article-slider-item {
  width: 100%;
  min-height: 550px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__article-slider-item,
  .template-3 .g-events__article-slider-item {
    min-height: 350px;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-item {
    min-height: 250px;
  }
}
.g-events__article-slider-img {
  background-color: #e6ebf2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 500px;
  margin-bottom: 10px;
  border: none !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__article-slider-img,
  .template-3 .g-events__article-slider-img {
    height: 300px;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-img {
    height: 250px;
    margin-bottom: 65px;
  }
}
.g-events__article-slider-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 2px;
  padding-right: 130px;
}
.content--dark-bg .g-events__article-slider-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-title {
    padding-right: 0;
  }
}
.g-events__article-slider-date {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
  padding-right: 130px;
}
.content--dark-bg .g-events__article-slider-date {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-events__article-slider-date {
    padding-right: 0;
  }
}
.g-events__article-slider-pagination {
  position: absolute;
  top: 520px;
  right: 0;
  width: 114px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .template-2 .g-events__article-slider-pagination,
  .template-3 .g-events__article-slider-pagination {
    top: 320px;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-pagination {
    top: 270px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}
.g-events__article-slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 33px;
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__article-slider-btn--prev {
  left: 0;
}
.g-events__article-slider-btn--next {
  right: 0;
}
.g-events__article-slider-btn.swiper-button-disabled {
  opacity: 0.3;
}
.g-events__article-slider-icon {
  width: 13px;
  height: 33px;
  color: #ed1b35;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__article-slider-btn--prev .g-events__article-slider-icon {
  left: 0;
}
.g-events__article-slider-btn--next .g-events__article-slider-icon {
  right: 0;
}
.g-events__article-slider-btn:hover .g-events__article-slider-icon {
  color: #c40024;
}
.g-events__article-slider-counter {
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-events__article-slider-counter {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-counter {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-counter {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-slider-counter {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__article-slider-counter {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-events__article-block {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-events__article-block {
    margin-bottom: 30px;
  }
}
.g-events__article-block--map {
  height: 400px;
  background: #e6ebf2;
  position: relative;
}
@media (max-width: 739px) {
  .g-events__article-block--map {
    margin-right: -15px;
    margin-left: -15px;
    height: 350px;
  }
}
@media (max-width: 739px) {
  .g-events__article-block--contacts {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .g-events__article-block--contacts {
    margin-bottom: 0;
  }
}
.g-events__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.g-events__share {
  margin-right: 50px;
}
.template-3 .g-events__article-block .g-events__share,
.template-2 .g-events__article-block .g-events__share {
  display: none;
}
@media (max-width: 739px) {
  .g-events__share {
    display: block !important;
    margin-bottom: 20px;
  }
}
.g-events__share-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-events__share-btn {
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 14px;
  margin-bottom: 10px;
  background: #2b2a32;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  opacity: 1;
  border-radius: 50%;
}
.content .g-events__share-btn {
  border: none;
}
.g-events__share-btn--fb {
  background: #204d9a;
}
.g-events__share-btn--vk {
  background: #5da0ec;
}
.g-events__share-btn--twitter {
  background: #6ec5eb;
}
.g-events__share-btn--google {
  background: #dc4e41;
}
.g-events__share-btn:hover {
  opacity: 0.8;
}
.g-events__share-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  color: #ffffff;
}
/* ---------------------------- contacts */
.g-events__article-contacts {
  background: #ebedf0;
  padding: 20px 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts {
    padding: 20px 20px;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts {
    margin: 0 -15px;
    padding: 25px 15px;
    display: block;
  }
  .g-events__article-contacts .btn {
    width: 200px;
  }
}
.g-events__article-contacts-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 739px) {
  .g-events__article-contacts-row {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.g-events__article-contacts-person {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 739px) {
  .g-events__article-contacts-person {
    display: block;
    margin-bottom: 15px;
  }
}
.g-events__article-contacts-person-info {
  margin-right: 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-person-info {
    margin-right: 20px;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-person-info {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-events__article-contacts-img-wrap {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 45px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.g-events__article-contacts-img-wrap img {
  width: 100%;
  display: block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-img-wrap {
    display: none;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-img-wrap {
    display: none;
  }
}
.g-events__article-contacts-info {
  min-width: 180px;
}
.g-events__article-contacts-name {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 5px;
}
.content--dark-bg .g-events__article-contacts-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__article-contacts-name {
    font-size: 16px;
  }
}
@media (max-width: 739px) {
  .g-events__article-contacts-name {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.g-events__article-contacts-row {
  margin-bottom: 10px;
}
.g-events__article-contacts-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-events__article-contacts-row {
    margin-bottom: 3px;
  }
}
.content .g-events__article-contacts-link {
  border-bottom: none;
}
.g-events__article-contacts-link--phone {
  color: #39414e;
}
/* ---------------------------- popup */
.g-events__popup {
  display: none;
}
.g-events__form {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__form {
    display: block;
  }
}
@media (max-width: 739px) {
  .g-events__form {
    display: block;
  }
}
.g-events__popup-title {
  margin-bottom: 10px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__popup-title {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 739px) {
  .g-events__popup-title {
    margin-bottom: 20px !important;
  }
}
.g-events__form-block {
  width: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__form-block {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .g-events__form-block {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.g-events__form-row--small-push {
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__form-row--small-push {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-events__form-row--small-push {
    margin-bottom: 15px;
  }
}
.g-events__form-row--wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 739px) {
  .g-events__form-row--wrap {
    display: block;
  }
}
.g-events__form-row--wrap > * {
  margin-right: 20px;
}
.g-events__form-row--wrap > *:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-events__form-row--wrap > * {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-events__form-row--wrap > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.g-events__form-row--wrap .checkbox {
  white-space: nowrap;
  margin-top: 30px;
}
.g-events__form-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.g-events__form-bottom > * {
  margin-right: 30px;
}
.g-events__form-bottom > *:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .g-events__form-bottom > * {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-events__form-bottom > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.g-events__form-bottom:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .g-events__form-bottom {
    display: block;
  }
}
.g-events__form-caption {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .g-events__form-caption {
  color: #ffffff;
}
@media (max-width: 739px) {
  .g-events__form-caption {
    text-align: center;
  }
}
/* ---------------------------- baloon */
.g-events__balloon {
  z-index: 15;
  width: 390px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
}
.g-events__balloon:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #fff;
  left: 50%;
  margin-left: -11px;
}
@media (max-width: 739px) {
  .g-events__balloon {
    width: 280px;
  }
}
.g-events__balloon-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url('/local/templates/main/style/../green/images/popup-close.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__balloon-close:hover {
  background-image: url('/local/templates/main/style/../green/images/popup-close-hover.svg');
}
.g-events__balloon-content {
  position: relative;
  padding: 40px 46px 45px;
  height: 100%;
  max-width: 298px;
}
@media (max-width: 739px) {
  .g-events__balloon-content {
    padding: 20px 16px;
  }
}
.g-events__balloon-title {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 18px;
  max-width: 298px;
}
.content--dark-bg .g-events__balloon-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    max-width: 248px;
  }
}
.g-events__balloon-description {
  max-width: 298px;
}
@media (max-width: 739px) {
  .g-events__balloon-description {
    max-width: 248px;
  }
}
.g-events__baloon-metro-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-events__baloon-metro {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}
/* ---------------------------- baloon */
.g-events__balloon {
  z-index: 15;
  width: 390px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
}
.g-events__balloon:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #fff;
  left: 50%;
  margin-left: -11px;
}
@media (max-width: 739px) {
  .g-events__balloon {
    width: 280px;
  }
}
.g-events__balloon-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 10;
  background-image: url('/local/templates/main/style/../green/images/popup-close.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-events__balloon-close:hover {
  background-image: url('/local/templates/main/style/../green/images/popup-close-hover.svg');
}
.g-events__balloon-content {
  width: 390px;
  position: relative;
  padding: 40px 46px 45px;
  height: 100%;
}
@media (max-width: 739px) {
  .g-events__balloon-content {
    padding: 20px 16px;
  }
}
.g-events__balloon-title {
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 18px;
}
.content--dark-bg .g-events__balloon-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-events__balloon-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-events__baloon-metro-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-events__baloon-metro {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}
/* --------------- g-polls */
/* ---------------------------- widget */
.g-polls--widget {
  position: fixed;
  bottom: -100%;
  right: 0;
  z-index: 30;
  border-radius: 30px 0px 0 0;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  width: 330px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-polls--widget.active {
  bottom: 0;
}
@media (max-width: 739px) {
  .g-polls--widget {
    width: 320px;
  }
}
.g-polls__widget-head {
  position: relative;
  z-index: 31;
}
.g-polls__widget-title {
  padding: 20px 45px 15px 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #39414e;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-polls__widget-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__widget-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-polls__widget-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__widget-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-polls__widget-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-polls__widget-close {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  z-index: 31;
  background-image: url('/local/templates/main/style/../green/images/popup-close.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-polls__widget-close:hover {
  background-image: url('/local/templates/main/style/../green/images/popup-close-hover.svg');
}
.g-polls__widget-description {
  cursor: pointer;
  padding: 0 30px 20px 30px;
}
/* ---------------------------- popup styles */
.g-polls--popup {
  display: none;
}
.g-polls__popup-title {
  margin-bottom: 35px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__popup-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 739px) {
  .g-polls__popup-title {
    margin-bottom: 25px !important;
  }
}
.g-polls__popup-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-polls__popup-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__popup-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-polls__popup-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__popup-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-polls__popup-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-polls__popup-description {
  margin-bottom: 0;
}
.g-polls--popup-open .select2-container--multi,
.g-polls--popup-open .select2-container--default {
  z-index: 999999;
}
/* ---------------------------- form */
.g-polls__form {
  width: 100%;
}
.g-polls__section {
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .g-polls__section {
    margin-bottom: 0;
  }
}
.g-polls__section-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  border-bottom: 1px solid #e6ebf2;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
.content--dark-bg .g-polls__section-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-polls__section-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-polls__section-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .g-polls__section-title {
    margin-bottom: 15px;
  }
}
.g-polls__section-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-polls__section-item {
  width: 25%;
  max-width: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-polls__section-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.g-polls__section-single-item {
  margin-bottom: 60px;
  max-width: 570px;
  width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__section-single-item {
    max-width: 100%;
    margin-bottom: 45px;
  }
}
@media (max-width: 739px) {
  .g-polls__section-single-item {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.g-polls__section textarea {
  height: 195px;
}
.g-polls__section-single-item .field {
  margin-top: 0;
}
/* ---------------------------- if page */
.g-polls--single-page {
  overflow: hidden;
  padding-bottom: 70px;
}
.g-polls__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.g-polls__info {
  margin-bottom: 45px;
}
@media (max-width: 739px) {
  .g-polls__info {
    margin-bottom: 30px;
  }
}
.g-polls__finish-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-polls__finish-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__finish-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-polls__finish-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-polls__finish-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-polls__finish-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content .g-polls__finish-description {
  margin-bottom: 40px;
}
/* --------------- g-reviews */
.g-reviews--single-page {
  overflow: hidden;
  padding-bottom: 70px;
}
.g-reviews__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.g-reviews__info {
  margin-bottom: 45px;
}
.g-reviews__slider {
  position: relative;
}
@media (max-width: 739px) {
  .g-reviews__slider {
    margin: 0 -15px;
  }
}
.g-reviews__slider .g-reviews__list {
  position: relative;
  z-index: 2;
}
.g-reviews__slider-btn {
  background: none;
  border: none;
  width: 30px;
  height: 50px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.g-reviews__slider-btn--prev {
  left: 0;
}
@media (max-width: 739px) {
  .g-reviews__slider-btn--prev {
    left: 7px;
  }
}
.g-reviews__slider-btn--next {
  right: 0;
}
@media (max-width: 739px) {
  .g-reviews__slider-btn--next {
    right: 7px;
  }
}
.g-reviews__slider-btn-icon {
  width: 22px;
  height: 34px;
  color: #ed1b35;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-reviews__slider-btn--prev .g-reviews__slider-btn-icon {
  left: 0;
}
.g-reviews__slider-btn--next .g-reviews__slider-btn-icon {
  right: 0;
}
.g-reviews__slider-btn:hover .g-reviews__slider-btn-icon {
  color: #c40024;
}
.g-reviews__item {
  max-width: 800px;
  margin: 0 auto 100px;
}
.g-reviews__item:last-child {
  margin-bottom: 60px;
}
.g-reviews--slider .g-reviews__item {
  max-width: 100% !important;
  margin-bottom: 0;
  padding: 0 14%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews--slider .g-reviews__item {
    padding: 0 50px;
  }
}
@media (max-width: 739px) {
  .g-reviews--slider .g-reviews__item {
    padding: 0 40px;
  }
}
@media (max-width: 739px) {
  .g-reviews__item {
    margin-bottom: 50px;
  }
  .g-reviews__item:last-child {
    margin-bottom: 50px;
  }
}
.g-reviews__item--photo-left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 960px;
}
@media (max-width: 739px) {
  .g-reviews__item--photo-left {
    display: block;
  }
}
.g-reviews__item--no-photo {
  position: relative;
  max-width: 875px;
  padding-left: 75px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews--slider .g-reviews__item--no-photo {
    padding: 0 50px 0 75px;
  }
}
@media (max-width: 739px) {
  .g-reviews--slider .g-reviews__item--no-photo {
    padding: 0 40px;
  }
}
@media (max-width: 739px) {
  .g-reviews__item--no-photo {
    padding-left: 0;
  }
}
.g-reviews__item-img {
  width: 200px;
  margin-right: 40px;
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.g-reviews__item-img img {
  display: block;
  width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews__item-img {
    -moz-flex-basis: 150px;
    -ms-flex-basis: 150px;
    -webkit-flex-basis: 150px;
    flex-basis: 150px;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  .g-reviews__item-img {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
}
.g-reviews__item-icon {
  width: 50px;
  height: 50px;
  display: block;
  color: #ed1b35;
}
.g-reviews__item--no-photo .g-reviews__item-icon {
  position: absolute;
  top: -14px;
  left: 0;
  width: 44px;
  height: 44px;
}
@media (max-width: 739px) {
  .g-reviews__item-icon {
    display: none;
  }
}
.g-reviews__item-review {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: italic;
  line-height: 28px;
}
.content--dark-bg .g-reviews__item-review {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews__item-review {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-reviews__item-review {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-reviews__item-review p {
  margin-bottom: 8px;
}
.g-reviews__item-review__hidden {
  display: none;
}
.g-reviews__item-review-more {
  display: inline-block;
  position: relative;
  border: none;
  padding-right: 20px;
  font-size: 14px;
}
.content .g-reviews__item-review-more {
  border: none;
}
.g-reviews__item-review-more-icon {
  width: 9px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-reviews__item-review-more:hover .g-reviews__item-review-more-icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.g-reviews__item-source {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
}
.content .g-reviews__item-source {
  border: none;
}
.g-reviews__item-source-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 13px;
}
.g-reviews__item-description {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 739px) {
  .g-reviews__item-description {
    display: block;
    text-align: left;
  }
}
.g-reviews__item-name {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-reviews__item-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-reviews__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-reviews__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-reviews__item-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-reviews__item-post {
  margin-bottom: 8px;
}
.g-reviews__item--photo-left .g-reviews__item-post {
  margin-bottom: 0;
}
.g-reviews__item-logo {
  max-width: 190px;
}
.g-reviews__item-logo img {
  display: block;
  max-width: 100%;
}
.g-reviews__item--photo-left .g-reviews__item-logo {
  max-width: 170px;
}
.g-reviews__item--logo-top .g-reviews__item-logo {
  margin-bottom: 20px;
  max-width: 170px;
}
.g-reviews__item--logo-top-center .g-reviews__item-logo {
  margin: 0 auto 20px;
}
.g-reviews__tabs {
  padding: 0 50px;
  margin-bottom: 35px;
}
.g-reviews__tabs-btn {
  display: block;
  padding: 0 15px;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.g-reviews__tabs-btn:hover {
  opacity: 1;
}
.g-reviews__tabs-btn.active {
  opacity: 1;
}
.g-reviews__tabs-btn.swiper-slide-active {
  opacity: 1;
}
.g-reviews__tabs-btn-in {
  display: inline-block;
}
.g-reviews__tabs-btn-in img {
  width: 100%;
  max-width: 155px;
  display: block;
}
.g-reviews__tabs-slider-btn {
  background: none;
  border: none;
  width: 30px;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
.g-reviews__tabs-slider-btn:after {
  background: #f8f8f8;
  content: "";
  top: 0;
  height: 100%;
  width: 50px;
  position: absolute;
  z-index: 2;
}
.g-reviews__tabs-slider-btn--prev {
  left: 0;
}
.g-reviews__tabs-slider-btn--prev:after {
  left: 0;
}
.g-reviews__tabs-slider-btn--next {
  right: 0;
}
.g-reviews__tabs-slider-btn--next:after {
  right: 0;
}
.g-reviews__tabs-slider-btn-icon {
  width: 22px;
  height: 34px;
  color: #ed1b35;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.g-reviews__tabs-slider-btn--prev .g-reviews__tabs-slider-btn-icon {
  left: 0;
}
.g-reviews__tabs-slider-btn--next .g-reviews__tabs-slider-btn-icon {
  right: 0;
}
.g-reviews__tabs-slider-btn:hover .g-reviews__tabs-slider-btn-icon {
  color: #c40024;
}
.g-reviews__tabs-content {
  max-width: 950px;
  margin: 0 auto;
}
.g-reviews__tab-content {
  display: none;
}
.g-reviews__tab-content.active {
  display: block;
}
/* --------------- g-structure */
.g-structure {
  overflow: hidden;
}
.g-structure__info {
  margin: 0 0 60px;
}
@media (max-width: 739px) {
  .g-structure__info {
    margin: 0 0 30px;
  }
}
.g-structure__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 739px) {
  .g-structure__inner {
    padding: 0 10px;
  }
}
.g-structure__blocks {
  position: relative;
  padding-bottom: 50px;
}
.g-structure__blocks:after {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  background: #eaeaea;
  width: 2px;
  left: 0;
  content: "";
}
.g-structure__blocks--no-push {
  padding-bottom: 0;
}
.g-structure__chief {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__chief {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 739px) {
  .g-structure__chief {
    display: block;
    margin-bottom: 20px;
  }
}
.g-structure__blocks--no-switch .g-structure__chief {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g-structure__chief-img-wrap {
  width: 300px;
  height: 250px;
  overflow: hidden;
  -moz-flex-basis: 300px;
  -ms-flex-basis: 300px;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  z-index: 2;
  border: 2px solid #e6ebf2;
}
.g-structure__chief-img {
  width: 100%;
  display: block;
}
.content .g-structure__chief-name {
  margin-bottom: 10px;
}
.g-structure__chief-name a {
  color: #39414e;
}
.g-structure__chief-name a:hover {
  color: #c40024;
}
.content .g-structure__chief-name a {
  border: none;
}
.g-structure__chief-post {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-structure__chief-post {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__chief-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__chief-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__chief-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__chief-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-structure__subject-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__chief-content {
    padding: 20px;
  }
}
@media (max-width: 739px) {
  .g-structure__chief-content {
    padding: 10px;
  }
}
.g-structure__content {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-chief-content {
    padding-right: 20px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief-content {
    padding: 10px;
  }
}
.g-structure__sub-chief-post {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-structure__sub-chief-post {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__sub-chief-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__sub-chief-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief-post {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-structure__sub-chief {
  width: 700px;
  background: #ebedf0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: 62px;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-chief {
    margin-left: 20px;
    width: 575px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief {
    margin-left: 20px;
    width: 270px;
    display: block;
  }
}
.g-structure__sub-chief:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background: #e6ebf2;
  width: 60px;
  left: -60px;
  content: "";
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-chief:after {
    width: 20px;
    left: -20px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-chief:after {
    width: 20px;
    left: -20px;
  }
}
.g-structure__sub-chief--yes-subjects:before {
  position: absolute;
  z-index: 1;
  bottom: -82px;
  height: 82px;
  background: #e6ebf2;
  width: 2px;
  left: 134px;
  content: "";
}
.g-structure--no-img .g-structure__sub-chief {
  padding: 20px 30px;
}
.g-structure__sub-chief-img-wrap {
  width: 270px;
  height: 230px;
  overflow: hidden;
  -moz-flex-basis: 270px;
  -ms-flex-basis: 270px;
  -webkit-flex-basis: 270px;
  flex-basis: 270px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  z-index: 2;
  border: 2px solid #e6ebf2;
}
.g-structure--no-img .g-structure__sub-chief-img-wrap {
  display: none;
}
.g-structure__sub-chief-img {
  width: 100%;
  display: block;
}
.g-structure__sub-chief-content {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.content .g-structure__sub-chief-name {
  margin-bottom: 8px;
}
.g-structure__sub-chief-name a {
  color: #39414e;
}
.g-structure__sub-chief-name a:hover {
  color: #c40024;
}
.content .g-structure__sub-chief-name a {
  border: none;
}
.g-structure__subjects {
  width: 1095px;
  margin-left: 30px;
  border: 2px solid #e6ebf2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: sstarts;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 30px 0 30px 15px;
  position: relative;
  z-index: 1;
}
.g-structure__subjects:after {
  position: absolute;
  z-index: 2;
  top: 50px;
  bottom: -2px;
  background: #f8f8f8;
  left: -2px;
  right: -2px;
  content: "";
}
.g-structure__blocks--no-switch .g-structure__subjects {
  margin-left: 200px;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .g-structure__blocks--no-switch .g-structure__subjects {
    margin-left: 30px;
  }
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__subjects {
    width: 830px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__subjects {
    width: 565px;
  }
  .g-structure__blocks--no-switch .g-structure__subjects {
    margin-left: 30px;
  }
}
@media (max-width: 739px) {
  .g-structure__subjects {
    width: 270px;
    padding: 15px 0 0 0;
    margin-left: 20px;
  }
  .g-structure__blocks--no-switch .g-structure__subjects {
    margin-left: 20px;
  }
}
.g-structure__subjects--3 {
  max-width: 830px;
}
.g-structure__subjects--2 {
  max-width: 565px;
}
.g-structure__subjects--1 {
  max-width: 300px;
}
.g-structure__subject {
  width: 265px;
  padding: 0 15px 40px;
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.g-structure__subject.active {
  z-index: 6;
  padding: 0 15px 30px;
}
.g-structure__sub-subjects .g-structure__subject {
  padding: 0 15px 30px;
}
.g-structure__subject-lvl1 {
  position: relative;
  padding-bottom: 40px;
}
.g-structure__sub-subjects-wrap {
  height: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
  width: 1095px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects-wrap {
    width: 830px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects-wrap {
    width: 565px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects-wrap {
    width: 270px;
  }
}
.g-structure__sub-subjects {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #ebedf0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: sstarts;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 30px 0 0 15px;
  z-index: -1;
  opacity: 0;
  transition: .5s;
  margin-top: 60px;
  position: relative;
  width: 1095px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects {
    width: 830px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects {
    width: 565px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects {
    width: 270px;
  }
}
.g-structure__sub-subjects.active {
  z-index: 4;
  opacity: 1;
}
.g-structure__sub-subjects:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  right: 0;
  border-top: 2px solid #ed1b35;
  border-left: 2px solid #ed1b35;
  border-right: 2px solid #ed1b35;
}
@media (max-width: 739px) {
  .g-structure__sub-subjects {
    padding: 17px 0 0 2px;
  }
}
.g-structure__sub-subjects--3 {
  width: 830px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects--3 {
    width: 830px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects--3 {
    width: 565px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects--3 {
    width: 270px;
  }
}
.g-structure__sub-subjects--2 {
  width: 565px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects--2 {
    width: 565px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects--2 {
    width: 565px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects--2 {
    width: 270px;
  }
}
.g-structure__sub-subjects--1 {
  width: 300px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__sub-subjects--1 {
    width: 300px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__sub-subjects--1 {
    width: 300px;
  }
}
@media (max-width: 739px) {
  .g-structure__sub-subjects--1 {
    width: 270px;
  }
}
.g-structure__subject-data {
  margin-bottom: 15px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.g-structure__subject--dept .g-structure__subject-title {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.content--dark-bg .g-structure__subject--dept .g-structure__subject-title {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__subject--dept .g-structure__subject-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__subject--dept .g-structure__subject-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__subject--dept .g-structure__subject-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__subject--dept .g-structure__subject-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-structure__subject-img-wrap {
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid #e6ebf2;
  background-color: #e6ebf2;
  background-image: url("/local/templates/main/style/../green/images/structure-no-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-structure--no-img .g-structure__subject-img-wrap {
  display: none;
}
.g-structure__subject-img {
  width: 100%;
  display: block;
}
.g-structure__subject-name {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 10px;
  min-height: 50px;
}
.content--dark-bg .g-structure__subject-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__subject-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__subject-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__subject-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__subject-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-structure__subject-post {
  font-weight: 700;
  margin-bottom: 2px;
}
.g-structure__btn-more {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.content .g-structure__btn-more {
  border: none;
}
.g-structure__btn-wrap {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #ed1b35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-flex-basis: 40px;
  -ms-flex-basis: 40px;
  -webkit-flex-basis: 40px;
  flex-basis: 40px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  display: block;
}
.g-structure__btn-more:hover .g-structure__btn-wrap {
  background: #ed1b35;
}
.g-structure__btn-more.active .g-structure__btn-wrap {
  background: #ed1b35;
}
.g-structure__btn-wrap:after {
  content: "";
  display: block;
  width: 2px;
  height: 0;
  position: absolute;
  left: 18px;
  top: 100%;
  background: #ed1b35;
  transition: .3s;
}
.g-structure__btn-more.active .g-structure__btn-wrap:after {
  height: 65px;
}
.g-structure__btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 14px;
  color: #ed1b35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.g-structure__btn-more.active .g-structure__btn-icon {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #ffffff;
}
.g-structure__btn-more:hover .g-structure__btn-icon {
  color: #ffffff;
}
.g-structure__btn-text {
  border-bottom: 2px dotted #ed1b35;
  color: #ed1b35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-structure__btn-more:hover .g-structure__btn-text {
  border-color: transparent;
  color: #c40024;
}
.g-structure__btn-more.active .g-structure__btn-text {
  border-color: transparent;
}
.g-structure__btn-text--show {
  display: inline;
}
.g-structure__btn-more.active .g-structure__btn-text--show {
  display: none;
}
.g-structure__btn-text--hide {
  display: none;
}
.g-structure__btn-more.active .g-structure__btn-text--hide {
  display: inline;
}
/* --------------- g-structure horizontal */
.g-structure__h-blocks {
  padding-bottom: 50px;
}
.g-structure__h-blocks-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}
.g-structure__h-blocks-row > * {
  margin-right: 30px;
}
.g-structure__h-blocks-row > *:last-child {
  margin-right: 0;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-blocks-row {
    width: 710px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-blocks-row {
    margin-bottom: 0;
    display: block;
  }
  .g-structure__h-blocks-row > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.g-structure__h-block {
  display: block;
  padding: 20px 30px;
  background: #ebedf0;
}
.g-structure__h-block:hover {
  background: #ed1b35;
}
.content .g-structure__h-block {
  border: none;
}
.g-structure__h-main-title {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-structure__h-block:hover .g-structure__h-main-title {
  color: #ffffff;
}
.content .g-structure__h-main-title {
  margin-bottom: 10px;
}
.g-structure__h-more {
  border-bottom: 2px dotted #ed1b35;
  color: #ed1b35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-structure__h-block:hover .g-structure__h-more {
  border-bottom-color: transparent;
  color: #ffffff;
}
.g-structure__h-sub-block-data--sub:hover .g-structure__h-more {
  border-bottom-color: transparent;
  color: #ffffff;
}
.g-structure__h-block {
  position: relative;
}
.g-structure__h-block:before {
  content: "";
  background: #e6ebf2;
  width: 30px;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  position: absolute;
}
@media (max-width: 739px) {
  .g-structure__h-block:before {
    width: 2px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 30px;
  }
}
.g-structure__h-block:first-child:before {
  display: none;
}
.g-structure__h-block--ceo:after {
  content: "";
  background: #e6ebf2;
  width: 2px;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 60px;
  position: absolute;
}
@media (max-width: 739px) {
  .g-structure__h-block--ceo:after {
    bottom: -30px;
    height: 30px;
  }
}
.g-structure__h-sub-row {
  border: 2px solid #e6ebf2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0;
  width: 1170px;
}
.g-structure__h-sub-row:after {
  position: absolute;
  z-index: 2;
  top: 50px;
  bottom: -2px;
  background: #f8f8f8;
  left: -2px;
  right: -2px;
  content: "";
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__h-sub-row {
    width: 886px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-sub-row {
    width: 710px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-sub-row {
    width: 100%;
    padding-top: 15px;
  }
}
.g-structure__h-sub-block {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0px 15px 30px;
  width: 284px;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content .g-structure__h-sub-block {
  border: none;
}
.g-structure__h-sub-block.active {
  z-index: 6;
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-sub-block {
    width: 338px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-sub-block {
    width: 100%;
    padding: 0 0 30px;
  }
}
.g-structure__h-sub-block-inner {
  display: block;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.g-structure__h-sub-block-data {
  padding: 20px;
  background: #ebedf0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.g-structure__h-sub-block-data:hover {
  background: #ed1b35;
}
.g-structure__h-sub-block.active > .g-structure__h-sub-block-inner > .g-structure__h-sub-block-data {
  background: #ed1b35;
}
.g-structure__h-btn-more {
  position: relative;
  padding-right: 20px;
}
.g-structure__h-btn-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 10px;
  height: 10px;
  color: #ed1b35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.g-structure__h-sub-block.active .g-structure__h-btn-icon {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #ffffff;
}
.g-structure__h-sub-block:hover .g-structure__h-btn-icon {
  color: #ffffff;
}
.g-structure__h-btn-text {
  border-bottom: 2px dotted #ed1b35;
  color: #ed1b35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-structure__h-sub-block:hover .g-structure__h-btn-text {
  color: #ffffff;
}
.g-structure__h-sub-block.active .g-structure__h-btn-text {
  color: #ffffff;
}
.g-structure__h-btn-text--show {
  display: inline;
}
.g-structure__h-btn-more.active .g-structure__h-btn-text--show {
  display: none;
}
.g-structure__h-btn-text--hide {
  display: none;
}
.g-structure__h-btn-more.active .g-structure__h-btn-text--hide {
  display: inline;
}
.g-structure__h-sub-inner-wrap {
  height: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
  width: 1170px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__h-sub-inner-wrap {
    width: 886px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-sub-inner-wrap {
    width: 710px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-sub-inner-wrap {
    width: 100%;
    left: 0 !important;
  }
}
.g-structure__h-sub-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 0 15px;
  z-index: -1;
  opacity: 0;
  transition: .5s;
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
  width: 1170px;
}
@media (max-width: 1170px) and (min-width: 910px) {
  .g-structure__h-sub-inner {
    width: 886px;
  }
}
@media (max-width: 909px) and (min-width: 740px) {
  .g-structure__h-sub-inner {
    width: 710px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-sub-inner {
    width: 100%;
    padding: 17px 15px 0 15px;
  }
}
.g-structure__h-sub-inner.active {
  z-index: 4;
  opacity: 1;
}
.g-structure__h-sub-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #e6ebf2;
}
.g-structure__h-sub-title {
  font-weight: 700;
  margin-bottom: 5px;
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-structure__h-sub-block.active .g-structure__h-sub-title--main {
  color: #ffffff;
}
.g-structure__h-sub-block-data:hover .g-structure__h-sub-title--main {
  color: #ffffff;
}
.g-structure__h-sub-block-data--sub:hover .g-structure__h-sub-title {
  color: #ffffff;
}
.g-structure__h-sub-block-data {
  position: relative;
}
.g-structure__h-sub-block-data:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 2px;
  height: 0;
  background: #e6ebf2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 0.5s;
}
.g-structure__h-sub-block.active > .g-structure__h-sub-block-inner > .g-structure__h-sub-block-data:after {
  height: 40px;
  bottom: -40px;
}
.g-structure__h-popup {
  display: none;
  padding: 60px 80px 20px!important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup {
    padding: 30px 45px 45px !important;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup {
    padding: 30px 15px !important;
  }
}
.g-structure__h-popup-title {
  margin-bottom: 50px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-title {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-title {
    margin-bottom: 25px !important;
  }
}
.g-structure__h-popup-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.g-structure__h-popup-item {
  width: 50%;
  max-width: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-item {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-item {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-item {
    display: block;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-item {
    display: block;
    margin-bottom: 40px !important;
  }
  .g-structure__h-popup-item:last-child {
    margin-bottom: 0 !important;
  }
}
.g-structure__h-popup-img {
  width: 195px;
  height: 180px;
  -moz-flex-basis: 195px;
  -ms-flex-basis: 195px;
  -webkit-flex-basis: 195px;
  flex-basis: 195px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 30px;
  max-width: 100%;
}
.g-structure__h-popup-img img {
  width: 100%;
  display: block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 235px;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
}
.g-structure__h-popup-name {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 10px;
}
.content--dark-bg .g-structure__h-popup-name {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-structure__h-popup-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .g-structure__h-popup-name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.g-structure__h-popup-post {
  font-weight: 700;
}
.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -30px;
  left: 20px;
  font-size: 19px;
  background: white;
  white-space: nowrap;
  line-height: 1;
  color: #000;
}
.slider-container .back-bar .pointer-label:after {
  content: '';
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 10px;
  border-radius: 2px;
}
.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  border: 2px solid #ed1b35;
  background-color: #ed1b35;
}
.theme-green .back-bar .pointer {
  width: 27px;
  height: 27px;
  top: -8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 17px;
  border: 1px solid #ed1b35;
  background-color: #ed1b35;
  cursor: pointer;
}
.theme-green .back-bar .pointer-label {
  color: #000;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
  color: #999;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs {
  height: 55px;
}
.irs-with-grid {
  height: 75px;
}
.irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #dddddd -50%, #ffffff 150%);
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.irs-line-left {
  height: 8px;
}
.irs-line-mid {
  height: 8px;
}
.irs-line-right {
  height: 8px;
}
.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
}
.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 20%, #ffffff 100%);
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background: #FFF;
}
.irs-min,
.irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid {
  height: 27px;
}
.irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.irs-grid-pol.small {
  background: #999;
}
.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tooltipster-shadow {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #ffffff;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/local/templates/main/style/plugins/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* ---------------------------------------- */
/* --------------- custom variables */
/* --------------- components main */
/* --------------- header */
.header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  z-index: 10;
  padding: 30px 0 0;
  z-index: 31;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .header {
    padding: 0;
  }
}
.header.fixed {
  padding-top: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: headerFromTop 1s ease;
  -o-animation: headerFromTop 1s ease;
  animation: headerFromTop 1s ease;
}
.header.fixed .header__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 739px) {
  .header.fixed .header__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header.fixed .search-field__icon {
  color: #0072bc;
}
.header.fixed .search-field__input::-webkit-input-placeholder {
  color: #0072bc;
}
.menu-opened .header.fixed .search-field__input::-webkit-input-placeholder {
  color: #fff;
}
.header.fixed .search-field__input::-moz-placeholder {
  color: #0072bc;
}
.menu-opened .header.fixed .search-field__input::-moz-placeholder {
  color: #fff;
}
.header.fixed .search-field__input:-ms-input-placeholder {
  color: #0072bc;
}
.menu-opened .header.fixed .search-field__input:-ms-input-placeholder {
  color: #fff;
}
.header.fixed .search-field__input:-moz-placeholder {
  color: #0072bc;
}
.menu-opened .header.fixed .search-field__input:-moz-placeholder {
  color: #fff;
}
.header.fixed .header__link {
  color: #0072bc;
}
.header.fixed .header__link:hover {
  color: #ed1b35;
}
.header.fixed .header__link_active {
  color: #ed1b35;
}
.header.fixed .search-field--border-bottom .search-field__input {
  color: #0072bc;
}
.menu-opened .header.fixed .search-field--border-bottom .search-field__input {
  color: #fff;
}
.header.fixed .header__search-close-icon {
  color: #0072bc;
}
.menu-opened .header.fixed .header__search-close-icon {
  color: #fff;
}
.menu-opened .header {
  padding-top: 30px;
  position: fixed;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 739px) {
  .menu-opened .header {
    padding-top: 0;
  }
}
@media (max-width: 739px) {
  .menu-opened .header .header__menu-toggle:hover {
    background-color: #fff;
  }
}
.menu-opened .header .header__link {
  color: #fff;
}
.menu-opened .header .header__link:hover {
  color: #ed1b35;
}
.menu-opened .header .search-field__icon {
  color: #fff;
}
.header.opened .js-header-submenu {
  display: none;
}
@-webkit-keyframes headerFromTop {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes headerFromTop {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes headerFromTop {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.header--plain {
  position: relative;
  padding-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
}
.header--plain .header__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 739px) {
  .header--plain .header__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header--plain .search-field__icon {
  color: #0072bc;
}
.header--plain .search-field__input::-webkit-input-placeholder {
  color: #0072bc;
}
.header--plain .search-field__input::-moz-placeholder {
  color: #0072bc;
}
.header--plain .search-field__input:-ms-input-placeholder {
  color: #0072bc;
}
.header--plain .search-field__input:-moz-placeholder {
  color: #0072bc;
}
.header--plain .header__link {
  color: #0072bc;
}
.header--plain .header__link:hover {
  color: #ed1b35;
}
.header--plain .search-field--border-bottom .search-field__input {
  color: #0072bc;
}
.header--plain .header__search-close-icon {
  color: #0072bc;
}
.header.content.content--dark-bg a {
  border: none;
}
.header__inner {
  margin: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__inner.search-active .header__inner-left {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .header__inner {
    margin: 0 60px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .header__inner {
    margin: 0 30px;
  }
}
@media (max-width: 739px) {
  .header__inner {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 15px;
    padding: 15px 0;
  }
}
.header__menu-toggle {
  width: 56px;
  height: 56px;
  position: relative;
  border: 0;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 18px;
  z-index: 31;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .header__menu-toggle {
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: -15px;
    top: 0;
  }
}
.header__menu-toggle.active:hover {
  background: #ed1b35;
}
@media (max-width: 739px) {
  .header__menu-toggle.active {
    background-color: #fff;
  }
}
.header__menu-toggle:hover {
  background: #ed1b35;
}
@media (max-width: 739px) {
  .header__menu-toggle:hover {
    background: transparent;
  }
}
.header__menu-toggleNew {
  background: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #0072BC;
  text-align: center;
  text-transform: uppercase;
  padding: 19px 20px;
  border: none;
}
.header__menu-toggle-icon {
  width: 20px;
  height: 2px;
  background: #0072bc;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .header__menu-toggle-icon {
    height: 3px;
    background-color: #fff;
  }
  .fixed .header__menu-toggle-icon {
    background-color: #0072bc;
  }
  .header--plain .header__menu-toggle-icon {
    background-color: #0072bc;
  }
  .menu-opened .header__menu-toggle-icon {
    background-color: #0072bc;
  }
}
.header__menu-toggle-icon:nth-child(1) {
  top: 20px;
  left: 18px;
}
@media (max-width: 739px) {
  .header__menu-toggle-icon:nth-child(1) {
    left: 50%;
    margin-left: -10px;
  }
}
.header__menu-toggle.active .header__menu-toggle-icon:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 26px;
  left: 16px;
  width: 24px;
}
@media (max-width: 739px) {
  .header__menu-toggle.active .header__menu-toggle-icon:nth-child(1) {
    top: 29px;
    left: 29px;
  }
}
.header__menu-toggle-icon:nth-child(2) {
  top: 27px;
  left: 18px;
}
@media (max-width: 739px) {
  .header__menu-toggle-icon:nth-child(2) {
    left: 50%;
    margin-left: -10px;
  }
}
.header__menu-toggle.active .header__menu-toggle-icon:nth-child(2) {
  display: none;
}
.header__menu-toggle-icon:nth-child(3) {
  top: 34px;
  left: 18px;
}
@media (max-width: 739px) {
  .header__menu-toggle-icon:nth-child(3) {
    left: 50%;
    margin-left: -10px;
  }
}
.header__menu-toggle.active .header__menu-toggle-icon:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 16px;
  width: 24px;
}
@media (max-width: 739px) {
  .header__menu-toggle.active .header__menu-toggle-icon:nth-child(3) {
    top: 29px;
    left: 29px;
  }
}
.header__menu-toggle:hover .header__menu-toggle-icon {
  background: #ffffff;
}
@media (max-width: 739px) {
  .header__menu-toggle:hover .header__menu-toggle-icon {
    background: #ed1b35;
  }
}
.header__menu-toggle.active:hover .header__menu-toggle-icon {
  background: #ffffff;
}
@media (max-width: 739px) {
  .header__menu-toggle.active:hover .header__menu-toggle-icon {
    background: #ed1b35;
  }
}
.header__inner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 1;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .header__inner-left {
    width: 84%;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.header__inner-left.hidden {
  display: none;
}
.header__inner-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .header__inner-right {
    width: 100%;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: eende;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 739px) {
  .header__inner-right {
    width: unset;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: eende;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.header__inner-right.hidden {
  display: none;
}
.header__search {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: 355px;
  margin-right: 30px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .header__search {
    width: 255px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .header__search {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .header__search {
    display: none;
  }
}
.header__search .search-field__input {
  width: 0;
  visibility: hidden;
  padding-right: 80px;
}
.header__search .search-field__input.active {
  width: 100%;
  visibility: visible;
}
.header__search-btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__search-btn.active {
  right: 54px;
}
.header__search-close {
  border: none;
  background: transparent;
  position: absolute;
  width: 26px;
  height: 26px;
  right: 0;
  top: 16px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__search-close.active {
  opacity: 1;
  visibility: visible;
}
.header__search-close-icon {
  position: absolute;
  color: #ffffff;
  width: 26px;
  height: 26px;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__search-close:hover .header__search-close-icon {
  color: #ed1b35;
}
.header__call-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__call {
  width: 60px;
  width: 50%;
}
.header__call-svg {
  width: 60px;
  height: 34px;
  color: #fff;
}
.header__call-link {
  width: 57%;
  color: #fff;
}
.header__logo {
  width: 172px;
  height: 56px;
  background-color: #fff;
  position: relative;
  margin-right: 20px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .header__logo {
    margin-right: 20px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .header__logo {
    margin-right: 20px;
  }
}
@media (max-width: 739px) {
  .header__logo {
    margin-right: 0px;
    width: 100px;
    height: 30px;
  }
}
.header__logo-img {
  width: 115px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 739px) {
  .header__logo-img {
    width: 90px;
    height: 18px;
  }
}
.header__link {
  display: block;
  position: relative;
  padding-left: 0px;
  color: #fff;
  margin-right: 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .header__link {
    font-size: 11px;
    padding-left: 15px;
    margin-right: 0;
  }
}
.header__link:last-child {
  margin-right: 0;
}
.header__link:hover {
  color: #c40024;
}
.header__link--phone {
  padding-left: 30px;
}
@media (max-width: 739px) {
  .header__link--phone {
    margin-right: 20px;
    padding-left: 20px;
  }
}
.header__link_active {
  color: #ed1b35;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .header__link_mobile-hide {
    display: none;
  }
}
@media (max-width: 739px) {
  .header__link_mobile-hide {
    display: none;
  }
}
.header__link-icon {
  width: 44px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__link--phone .header__link-icon {
  height: 26px;
  width: 20px;
}
/* --------------- menu */
/* --------------- footer */
.footer {
  background: #2b2a32;
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer {
    padding: 30px 0;
  }
}
@media (max-width: 739px) {
  .footer {
    padding: 45px 0 20px;
  }
}
.footer__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.footer__menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0 -30px 50px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__menu {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 739px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu-item {
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__menu-item {
    margin-bottom: 25px;
  }
}
.footer__menu-item .footer__menu-link {
  color: #fff;
  font-weight: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__menu-item .footer__menu-link {
    font-size: 12px;
  }
}
@media (max-width: 739px) {
  .footer__menu-item .footer__menu-link {
    font-size: 12px;
  }
}
.footer__menu-item .footer__menu-link:hover {
  color: #c40024;
}
.footer__item-phone {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  color: #fff;
  padding-left: 60px;
}
.footer__item-phone:hover {
  color: #c40024;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__item-phone {
    padding-left: 15px;
  }
  .footer__item-phone + .footer__item-phone {
    padding-left: 24px;
  }
}
@media (max-width: 739px) {
  .footer__item-phone {
    padding: 0;
  }
}
.footer__item-phone--big {
  font-size: 30px;
  line-height: 28px;
}
@media (max-width: 739px) {
  .footer__item-phone_fax {
    margin-right: 20px;
  }
}
.footer__link-icon {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-btn {
  margin-bottom: 130px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer-btn {
    margin-bottom: -46px;
  }
}
.footer-btn_center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer__contacts-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__contacts-item:first-child {
  margin-right: 0px;
}
@media (max-width: 739px) {
  .footer__contacts-item:first-child {
    display: block;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__contacts-item:nth-child(2) > .footer__contacts-text {
    width: 100%;
    text-align: right;
    margin-top: -20px;
    margin-right: 10px;
  }
}
@media (max-width: 739px) {
  .footer__contacts-item {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__contacts-item {
    width: 100%;
  }
}
.footer__soc {
  width: 33px;
  height: 33px;
  display: block;
  position: relative;
  margin-right: 15px;
}
.footer__soc--asv {
  width: 66px;
  height: 66px;
  margin-left: 20px;
}
.footer__soc--asv .footer__soc-icon {
  width: 66px;
  height: 66px;
}
.footer__soc--fincult {
  width: 210px;
  height: 66px;
  margin-left: 15px;
  margin-right: 30px;
  font-size: 11px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: right;
}
@media (max-width: 739px) {
  .footer__soc--fincult {
    text-align: left;
    font-size: 13px;
  }
}
.footer__soc--fincult img {
  width: 66px;
  height: 66px;
  margin-left: 10px;
  border: 2px solid #fff;
}
@media (max-width: 739px) {
  .footer__soc--fincult img {
    order: -1;
    margin-left: 0;
    margin-right: 15px;
  }
}
.footer__soc--fincult:hover,
.footer__soc--fincult:focus {
  color: #fff;
}
@media (max-width: 739px) {
  .footer__soc--fincult {
    width: 100%;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
.footer__soc--economy-gov {
  width: 210px;
  height: 66px;
  margin-left: 15px;
  font-size: 11px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: right;
}
@media (max-width: 739px) {
  .footer__soc--economy-gov {
    text-align: left;
    font-size: 13px;
  }
}
.footer__soc--economy-gov img {
  width: 66px;
  height: 66px;
  margin-left: 10px;
  border: 2px solid #fff;
}
@media (max-width: 739px) {
  .footer__soc--economy-gov img {
    order: -1;
    margin-left: 0;
    margin-right: 15px;
  }
}
.footer__soc--economy-gov:hover,
.footer__soc--economy-gov:focus {
  color: #fff;
}
@media (max-width: 739px) {
  .footer__soc--economy-gov {
    width: 100%;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
.footer__soc-icon {
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer__contacts-phone {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-right: -15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__contacts-phone {
    margin-top: 30px;
    width: 100%;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 739px) {
  .footer__contacts-phone {
    margin-bottom: 30px;
    margin-left: 0;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.footer__contacts-text {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__contacts-text {
    order: 2;
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
@media (max-width: 739px) {
  .footer__contacts-text {
    width: 100%;
    margin-right: 0px;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer__menu-item-link {
  font-size: 15px;
  color: #b7b7b7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__menu-item-link:hover {
  color: #fff;
}
.footer__menu-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer__menu-col {
  padding: 0 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__menu-col {
    width: 50%;
  }
}
.footer-btns {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer-btns {
    margin-right: 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 739px) {
  .footer-btns {
    margin-bottom: 30px;
    display: block;
    margin: 0;
  }
}
.footer-btns_grow {
  flex-grow: 1;
}
.footer-btn {
  margin: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer-btn.footer-btn_grow {
    margin-bottom: 15px;
    width: calc(50% - 15px);
    margin-right: 0;
  }
}
@media (max-width: 739px) {
  .footer-btn {
    margin: 0 0 15px;
  }
}
.footer-btn_grow {
  flex-grow: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer-btn_grow {
    flex-grow: 0;
  }
}
.footer__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.footer__row._border {
  border-top: 1px solid #585A59;
  border-bottom: 1px solid #585A59;
  padding: 36px 0;
}
.footer__row._border + ._border {
  margin-top: -1px;
}
.footer__row .btn--wire.btn--old-site {
  color: #fff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__row .btn--wire.btn--old-site {
    margin: 20px 0;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 739px) {
  .footer__row {
    display: block;
  }
}
.footer__link-special {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__link-special:hover {
  color: #fff;
  border-bottom-color: transparent;
}
.footer__contacts-text--made {
  opacity: 0.54;
}
.footer__contacts-text--ref {
  color: #ffffff;
}
.footer__contacts-text--ref:hover {
  color: #ffffff;
}
.footer__row--special {
  list-style: none;
  padding: 0;
  margin-bottom: 56px;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: sstarts;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__row--special {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: -30px;
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .footer__row--special {
    display: block;
    margin-bottom: 30px;
    margin-left: -30px;
  }
}
.footer__row--copyrights {
  margin-bottom: 0;
}
.footer__item-special {
  max-width: 31.3%;
  width: 100%;
  margin-bottom: 10px;
}
.footer__item-special:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer__item-special {
    max-width: 28.3%;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer__item-special {
    max-width: 40%;
  }
}
@media (max-width: 739px) {
  .footer__item-special {
    margin-left: 19px;
    margin-bottom: 20px;
    max-width: none;
    padding: 0px 12px;
    margin-right: 0 !important;
  }
}
.footer-right__btns {
  max-width: 45%;
  flex-basis: 45%;
  width: 100%;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: eende;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-right__btns .footer-right__btns--links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 50px;
}
@media (max-width: 739px) {
  .footer-right__btns .footer-right__btns--links {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: sspace-betweens;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .footer-right__btns {
    max-width: none;
    flex-basis: auto;
    margin-top: 20px;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-right: 36px;
  }
  .footer-right__btns .footer-right__btns--links {
    margin-right: 50px;
  }
}
@media (max-width: 739px) {
  .footer-right__btns {
    max-width: none;
  }
}
.change-lang {
  position: relative;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .change-lang {
    padding-left: 15px;
  }
}
@media (max-width: 739px) {
  .change-lang {
    margin-bottom: 15px;
  }
}
.change-lang__selected {
  font-weight: 300;
  font-size: 23px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
  border-bottom: 1px dashed #FFFFFF;
  cursor: pointer;
}
.change-lang-select {
  display: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 12px;
  text-align: center;
  border: 1px solid #DADADA;
  z-index: 2;
}
.change-lang-select.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.change-lang-select::after {
  content: '';
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  border: 13px solid transparent;
  border-bottom: 13px solid #ffffff;
}
.change-lang-select__option {
  font-size: 23px;
  line-height: 32px;
  color: #000000;
  opacity: 0.5;
}
.change-lang-select__option.active {
  opacity: 1;
  border-bottom: 1px solid #ED1B35;
}
.change-lang-select__option + .change-lang-select__option {
  margin-top: 9px;
}
.main-slider__item_ {
  width: 20%;
  height: 100%;
}
.main-slider__item {
  height: 100%;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider__item {
    padding: 170px 100px 0;
  }
}
@media (max-width: 739px) {
  .main-slider__item {
    padding: 60px 40px;
  }
}
.main-slider {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 739px) {
  .main-slider {
    visibility: hidden;
    display: none;
  }
}
.main-slider__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-slider--mobile {
  visibility: hidden;
  display: none;
}
@media (max-width: 739px) {
  .main-slider--mobile {
    visibility: visible;
    display: block;
    height: 270px;
    width: 100%;
  }
}
.main-slider--mobile__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider--mobile-item {
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 80px 50px 15px 15px;
}
.main-slider--mobile-content h1 {
  line-height: 20px;
  font-weight: 500;
}
.main-slider--mobile-content p {
  font-weight: 100;
  line-height: 13px;
}
.main-slider--mobile-content:first-child {
  margin-bottom: 15px;
}
.main-slider__description {
  font-size: 21pt;
  line-height: 1.3em;
}
@media (max-width: 739px) {
  .main-slider__description {
    font-size: 15pt;
    line-height: 1.1em;
  }
}
.main-slider__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider__title {
  font-size: 5em;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  padding-right: 60px;
  position: relative;
  margin-right: 80px;
}
@media (max-width: 739px) {
  .main-slider__title {
    display: none;
  }
}
.main-slider__text {
  font-size: 16px;
  line-height: 14 px;
}
@media (max-width: 739px) {
  .main-slider__text {
    display: none;
  }
}
.main-search-field--adaptive {
  display: none;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-search-field--adaptive {
    display: block;
  }
}
@media (max-width: 739px) {
  .main-search-field--adaptive {
    display: block;
  }
}
.main-slider__tabs {
  padding-top: 40px;
  position: absolute;
  max-width: 1168px;
  background: #2B2A32;
  z-index: 8;
  bottom: -250px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider__tabs {
    width: 100%;
    max-width: 728px;
    bottom: -244px;
    right: 0;
  }
}
@media (max-width: 739px) {
  .main-slider__tabs {
    width: 100%;
    position: static;
    transform: translateX(0);
  }
}
.main-slider__tabs__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 26px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider__tabs__title {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .main-slider__tabs__title {
    margin-bottom: 0;
  }
}
.main-slider__tabs-head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 739px) {
  .main-slider__tabs-head {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-slider__tabs-head-btn {
  position: relative;
  width: auto;
  background-color: transparent;
  border: 0;
  padding: 14px 20px;
  font-size: 16px;
  color: #c9c9c9;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.main-slider__tabs-head-btn:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
@media (max-width: 739px) {
  .main-slider__tabs-head-btn:after {
    display: none;
  }
}
.main-slider__tabs-head-btn.active {
  color: #fff;
  border-color: transparent;
}
.main-slider__tabs-head-btn.active:after {
  background-color: #ed1b35;
}
@media (max-width: 739px) {
  .main-slider__tabs-head-btn.active {
    border-color: #656568;
    background-color: #ed1b35;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  }
}
.main-slider__tabs-head-btn:hover {
  color: #ffffff;
}
@media (max-width: 739px) {
  .main-slider__tabs-head-btn {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    min-height: 60px;
    font-size: 14px;
    line-height: 1.43;
    border: 1px solid #656568;
    border-bottom: 0;
    border-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main-slider__tabs-item {
  color: #fff;
  opacity: 0;
  visability: hidden;
  pointer-events: none;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.main-slider__tabs-item.active {
  height: auto;
  opacity: 1;
  visability: visible;
  pointer-events: auto;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .main-slider__tabs-content-wrap {
    min-height: 168px;
  }
}
.main-slider__tabs-row--data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 739px) {
  .main-slider__tabs-row--data {
    display: block;
  }
}
.main-slider__tabs-col {
  margin-right: 9px;
}
.main-slider__tabs-col:last-child {
  margin-right: 0;
}
.main-slider__tabs-col--time {
  width: 115px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 739px) {
  .main-slider__tabs-col--time {
    width: 100%;
    margin-bottom: 32px;
  }
}
.main-slider__tabs-col--price {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 739px) {
  .main-slider__tabs-col--price {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.main-slider__tabs-col--submit {
  white-space: nowrap;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.main-slider__tabs-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.main-slider__tabs-btn {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: block;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  background: #585A59;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-slider__tabs-btn:not(:last-child) {
  margin-right: 8px;
}
.main-slider__tabs-btn:hover {
  color: #ffffff;
  background: #c40024;
}
.main-slider-adaptiveRow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 739px) {
  .main-slider-adaptiveRow {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.main-slider-adaptiveRow__link {
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  padding: 19px;
  border: 1px solid #ED1B35;
  width: calc(50% - 13px);
}
.main-slider-adaptiveRow__link:focus,
.main-slider-adaptiveRow__link:active,
.main-slider-adaptiveRow__link:hover {
  background: #ED1B35;
  color: #ffffff;
}
@media (max-width: 739px) {
  .main-slider-adaptiveRow__link {
    width: 100%;
    margin-bottom: 26px;
  }
}
.main-slider__number {
  width: 100%;
  background-color: #e7e7e9;
  height: 40px;
  padding: 5px 20px;
  font-size: 18px;
  display: block;
}
.main-slider__number::-ms-clear {
  display: none;
}
.main-slider__number-label {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #000000;
  font-size: 16px;
}
.main-slider__tabs-range {
  position: absolute;
  bottom: -27px;
  width: 100%;
}
.main-slider__tabs-range .irs-single,
.main-slider__tabs-range .irs-min,
.main-slider__tabs-range .irs-max {
  display: none;
}
.main-slider__tabs-range .irs {
  height: 27px;
}
.main-slider__tabs-range .irs-line {
  border-radius: 0;
  background: transparent;
  border-color: transparent;
}
.main-slider__tabs-range .irs-bar-edge,
.main-slider__tabs-range .irs-bar {
  border-radius: 0;
  background: #ed1b35;
  border-color: #ed1b35;
  top: 0;
  height: 8px;
}
.main-slider__tabs-range .irs-slider.single {
  box-shadow: none;
  background: #ed1b35;
  border-color: #ed1b35;
  top: -8px;
}
.main__pagination {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100px;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main__pagination {
    right: 44px;
  }
}
@media (max-width: 739px) {
  .main__pagination {
    top: 116px;
  }
}
@media (max-width: 739px) {
  .main__pagination.swiper-pagination-bullets {
    width: 20px !important;
    top: 156px !important;
    left: unset !important;
    right: 20px !important;
  }
}
@media (max-width: 739px) {
  .main__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 20px;
  }
}
.main__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  background: #a9b9bf;
  opacity: 1;
  display: block;
}
@media (max-width: 1366px) {
  .main__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main__pagination .swiper-pagination-bullet {
    margin-right: 20px;
  }
}
.main__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.main-slider__tabs-content-wrap {
  padding: 40px 45px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider__tabs-content-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 739px) {
  .main-slider__tabs-content-wrap {
    padding: 40px 10px;
  }
}
.main-slider__tabs-content-inner {
  margin: 0 auto;
}
.main__date-inner {
  position: relative;
}
.main__date-inner .main-slider__number-value {
  position: absolute;
  top: 13px;
  right: 65%;
  color: #000;
  font-size: 19px;
}
.main-slider__content-slider {
  width: 810px;
  color: #fff;
  overflow: hidden;
  margin-left: 0;
}
@media (max-width: 1366px) {
  .main-slider__content-slider {
    width: 800px;
    margin-left: 20px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider__content-slider {
    width: 650px;
    margin-left: 0;
    position: absolute;
  }
}
@media (max-width: 739px) {
  .main-slider__content-slider {
    display: none;
  }
}
.main-slider__cont-slide {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-slider__content-btn {
  width: 56px;
  height: 56px;
  border: solid 2px #ffffff;
  display: inline-block;
  position: absolute;
  left: auto;
  top: 50%;
  right: 0;
  bottom: auto;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 1366px) {
  .main-slider__content-btn {
    bottom: 70px;
  }
}
.main-slider__content-btn:hover {
  border: solid 2px #ffffff;
}
.main-slider__content-btn .main-slider__content-btn--svg {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 14px;
  top: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.main-slider__cont-wrap {
  margin-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider__cont-wrap {
    margin-bottom: 0;
  }
  .main-slider__cont-wrap:first-child {
    margin-top: 45px;
  }
}
@media (max-width: 1366px) {
  .main-slider__cont-wrap:first-child {
    font-size: 12px;
    margin-right: 45px;
  }
  .main-slider__cont-wrap:last-child {
    margin-bottom: 40px;
    align-self: flex-end;
    padding-top: 0;
    line-height: 8px;
    font-size: 9px;
  }
}
.main-slider__item_in {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position-y: center;
}
.main-slider__item:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-slider__submit.btn {
  padding: 8px 18px 8px 18px;
  width: auto;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 739px) {
  .main-slider__submit.btn {
    width: 100%;
    text-transform: none;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.main-slider__tab-content {
  padding: 0 20px 20px;
}
.main-slider__btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 35px;
  margin: 35px -15px 0;
}
.main-slider__btns > a {
  margin: 0 15px;
}
@media (max-width: 739px) {
  .main-slider__btns > a {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .main-slider__btns > a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .main-slider__btns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 739px) {
  .main-slider__mobile-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.main-slider-new {
  margin-top: 100px;
  margin-top: 80px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider-new {
    margin-top: 74px;
  }
}
@media (max-width: 739px) {
  .main-slider-new {
    margin-top: 60px;
  }
}
.main-slider-new__slider {
  position: relative;
}
.main-slider-new__wrapper {
  height: 520px;
}
@media (max-width: 1280px) {
  .main-slider-new__wrapper {
    height: 297.14285714px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__wrapper_m-big {
    height: 360px;
  }
}
.main-slider-new__slide {
  overflow: hidden;
}
.main-slider-new__slide_big_height .main-slider-new__body {
  padding-top: 30px;
}
@media screen and (max-width: 1280px) {
  .main-slider-new__slide_big_height .main-slider-new__body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .main-slider-new__slide_big_height .main-slider-new__breadcrumbs {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__slide_big_height .main-slider-new__breadcrumbs {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1280px) {
  .main-slider-new__slide_big_height .main-slider-new__heading {
    max-width: 40% !important;
  }
}
@media screen and (max-width: 880px) {
  .main-slider-new__slide_big_height .main-slider-new__heading {
    max-width: 100% !important;
  }
}
.main-slider-new__slide_big_height .main-slider-new__button {
  bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .main-slider-new__slide_big_height .main-slider-new__button {
    bottom: 20px;
  }
}
.main-slider-new__body {
  padding-top: 85px;
  padding-left: 90px;
  padding-right: 90px;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1860px) {
  .main-slider-new__body {
    padding-top: 70.83333333px;
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 1520px) {
  .main-slider-new__body {
    padding-top: 60.71428571px;
    padding-left: 64.28571429px;
    padding-right: 64.28571429px;
  }
}
@media (max-width: 600px) {
  .main-slider-new__body {
    max-width: none;
  }
}
@media screen and (max-width: 1280px) {
  .main-slider-new__body {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  .main-slider-new__body {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-slider-new__bg-prolog {
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.main-slider-new__bg {
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  box-sizing: content-box;
}
@media (max-width: 1880px) {
  .main-slider-new__bg {
    padding-left: 200px;
    right: -200px;
  }
}
@media (max-width: 1580px) {
  .main-slider-new__bg {
    padding-left: 400px;
    right: -400px;
  }
}
@media (max-width: 1860px) {
  .main-slider-new__bg {
    padding-left: 600px;
    right: -600px;
  }
}
@media (max-width: 1280px) {
  .main-slider-new__bg {
    padding-left: 300px;
    right: -300px;
  }
}
@media (max-width: 880px) {
  .main-slider-new__bg {
    padding-left: 450px;
    right: -450px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__bg {
    padding-left: 400px;
    right: -400px;
  }
}
.main-slider-new__prolog {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 6px;
}
@media (max-width: 1860px) {
  .main-slider-new__prolog {
    font-size: 20.8px;
    margin-bottom: 4.8px;
  }
}
@media (max-width: 1520px) {
  .main-slider-new__prolog {
    font-size: 18.57142857px;
    margin-bottom: 4.28571429px;
  }
}
@media (max-width: 1280px) {
  .main-slider-new__prolog {
    font-size: 14.85714286px;
    margin-bottom: 3.42857143px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__prolog {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.main-slider-new__epilog {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-top: 6px;
  font-weight: normal;
}
@media (max-width: 1860px) {
  .main-slider-new__epilog {
    font-size: 20.8px;
    margin-top: 4.8px;
  }
}
@media (max-width: 1520px) {
  .main-slider-new__epilog {
    font-size: 18.57142857px;
    margin-top: 4.28571429px;
  }
}
@media (max-width: 1280px) {
  .main-slider-new__epilog {
    font-size: 14.85714286px;
    margin-top: 3.42857143px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__epilog {
    font-size: 13px;
    margin-top: 3px;
  }
}
.main-slider-new__prolog_black {
  color: #000;
}
@media screen and (max-width: 880px) {
  .main-slider-new__prolog_black {
    color: #fff;
  }
}
.main-slider-new__heading {
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 1860px) {
  .main-slider-new__heading {
    font-size: 43.2px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1520px) {
  .main-slider-new__heading {
    font-size: 38.57142857px;
    margin-bottom: 21.42857143px;
  }
}
@media (max-width: 1280px) {
  .main-slider-new__heading {
    font-size: 30.85714286px;
    margin-bottom: 5.71428571px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__heading {
    font-size: 27px;
    margin-bottom: 7.5px;
  }
}
.main-slider-new__heading_small {
  font-size: 43.2px;
  max-width: 840px;
}
@media (max-width: 1860px) {
  .main-slider-new__heading_small {
    font-size: 28.8px;
  }
}
@media (max-width: 1520px) {
  .main-slider-new__heading_small {
    font-size: 25.71428571px;
  }
}
@media (max-width: 1280px) {
  .main-slider-new__heading_small {
    font-size: 17.63265306px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__heading_small {
    font-size: 15.42857143px;
  }
}
@media (max-width: 1280px) {
  .main-slider-new__heading_t-small {
    font-size: 20.57142857px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__heading_t-small {
    font-size: 18px;
  }
}
.main-slider-new__heading_black {
  color: #000;
}
@media screen and (max-width: 880px) {
  .main-slider-new__heading_black {
    color: #fff;
  }
}
.main-slider-new__text {
  font-size: 26px;
  color: #fff;
  line-height: 1.35em;
  max-width: 50%;
}
@media (max-width: 1860px) {
  .main-slider-new__text {
    font-size: 25.6px;
  }
}
@media (max-width: 1520px) {
  .main-slider-new__text {
    font-size: 22.85714286px;
  }
}
@media (max-width: 1280px) {
  .main-slider-new__text {
    font-size: 18.28571429px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__text {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.main-slider-new__text_mb {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .main-slider-new__text_mb {
    margin-bottom: 15px;
  }
}
.main-slider-new__text_black {
  color: #000;
}
@media screen and (max-width: 880px) {
  .main-slider-new__text_black {
    color: #fff;
  }
}
.main-slider-new__button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: 2s all;
  position: absolute;
  background: #e41d32;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 15px 55px 19px 90px;
  bottom: 64px;
  left: 0px;
  border-radius: 0 50px 50px 0;
  z-index: 2;
}
@media (max-width: 1860px) {
  .main-slider-new__button {
    font-size: 20.8px;
    padding: 12px 44px 15.2px 72px;
    bottom: 51.2px;
  }
}
@media (max-width: 1520px) {
  .main-slider-new__button {
    font-size: 18.57142857px;
    padding: 10.71428571px 39.28571429px 13.57142857px 64.28571429px;
    bottom: 21.42857143px;
  }
}
@media screen and (max-width: 1280px) {
  .main-slider-new__button {
    font-size: 13px;
    padding: 7.5px 27.5px 9.5px 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .main-slider-new__button {
    padding: 7.5px 27.5px 9.5px 15px;
  }
}
.main-slider-new__button:hover,
.main-slider-new__button:focus {
  background-color: #c40024;
  color: #fff;
}
.main-slider-new__button_white {
  background-color: #fff;
  color: #000;
}
.main-slider-new__button_white:hover,
.main-slider-new__button_white:focus {
  color: #e41d32;
  background-color: #fff;
}
.main-slider-new__pagination.swiper-pagination-bullets {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100px;
  z-index: 1;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider-new__pagination.swiper-pagination-bullets {
    right: 44px;
  }
}
@media (max-width: 739px) {
  .main-slider-new__pagination.swiper-pagination-bullets {
    top: 116px;
  }
}
@media (max-width: 739px) {
  .main-slider-new__pagination.swiper-pagination-bullets.swiper-pagination-bullets {
    width: 20px !important;
    top: 156px !important;
    left: unset !important;
    right: 20px !important;
  }
}
@media (max-width: 739px) {
  .main-slider-new__pagination.swiper-pagination-bullets.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 20px;
  }
}
.main-slider-new__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  background: #a9b9bf;
  opacity: 1;
  display: block;
}
@media (max-width: 1366px) {
  .main-slider-new__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider-new__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 20px;
  }
}
.main-slider-new__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
.main-slider-new__breadcrumbs {
  margin-bottom: 40px;
  font-size: 18px;
  color: #adafb2;
}
@media (max-width: 1860px) {
  .main-slider-new__breadcrumbs {
    margin-bottom: 32px;
    font-size: 14.4px;
  }
}
@media (max-width: 1520px) {
  .main-slider-new__breadcrumbs {
    margin-bottom: 28.57142857px;
    font-size: 12.85714286px;
  }
}
@media (max-width: 1280px) {
  .main-slider-new__breadcrumbs {
    margin-bottom: 22.85714286px;
    font-size: 10.28571429px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__breadcrumbs {
    margin-bottom: 20px;
    font-size: 9px;
  }
}
.main-slider-new__breadcrumbs a {
  margin-right: 25px;
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
}
@media (max-width: 1860px) {
  .main-slider-new__breadcrumbs a {
    margin-right: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1520px) {
  .main-slider-new__breadcrumbs a {
    margin-right: 17.85714286px;
    margin-bottom: 7.14285714px;
  }
}
@media (max-width: 1280px) {
  .main-slider-new__breadcrumbs a {
    margin-right: 14.28571429px;
    margin-bottom: 5.71428571px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__breadcrumbs a {
    margin-right: 12.5px;
    margin-bottom: 5px;
  }
}
.main-slider-new__breadcrumbs a:last-child {
  margin-right: 0;
}
.main-slider-new__breadcrumbs_black {
  color: #39414e;
}
.main-slider-new__breadcrumbs_black a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0072bc;
}
@media screen and (max-width: 880px) {
  .main-slider-new__breadcrumbs_black a {
    color: #fff;
  }
}
.main-slider-new__breadcrumbs_black a:hover {
  color: #e41d32;
}
@media screen and (max-width: 880px) {
  .main-slider-new__breadcrumbs_black a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 880px) {
  .main-slider-new__breadcrumbs_black {
    color: #fff;
  }
}
@media screen and (max-width: 880px) {
  .main-slider-new__breadcrumbs span {
    display: none;
  }
}
.main-slider-new__tabs {
  padding-top: 40px;
  max-width: 1168px;
  background: #2B2A32;
  z-index: 8;
  margin: 60px auto 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .main-slider-new__tabs {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs {
    width: 100%;
    margin-top: 0;
  }
}
.main-slider-new__tabs__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 1280px) {
  .main-slider-new__tabs__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs__title {
    margin-bottom: 0;
  }
}
.main-slider-new__tabs-head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs-head {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-slider-new__tabs-head-btn {
  position: relative;
  width: auto;
  background-color: transparent;
  border: 0;
  padding: 14px 20px;
  font-size: 16px;
  color: #c9c9c9;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.main-slider-new__tabs-head-btn:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs-head-btn:after {
    display: none;
  }
}
.main-slider-new__tabs-head-btn.active {
  color: #fff;
  border-color: transparent;
}
.main-slider-new__tabs-head-btn.active:after {
  background-color: #ed1b35;
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs-head-btn.active {
    border-color: #656568;
    background-color: #ed1b35;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  }
}
.main-slider-new__tabs-head-btn:hover {
  color: #ffffff;
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs-head-btn {
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    min-height: 60px;
    font-size: 14px;
    line-height: 1.43;
    border: 1px solid #656568;
    border-bottom: 0;
    border-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main-slider-new__tabs-item {
  color: #fff;
  opacity: 0;
  visability: hidden;
  pointer-events: none;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.main-slider-new__tabs-item.active {
  height: auto;
  opacity: 1;
  visability: visible;
  pointer-events: auto;
}
@media (min-width: 1025px) and (max-width: 5000px) {
  .main-slider-new__tabs-content-wrap {
    min-height: 168px;
  }
}
.main-slider-new__tabs-row--data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs-row--data {
    display: block;
  }
}
.main-slider-new__tabs-col {
  margin-right: 9px;
}
.main-slider-new__tabs-col:last-child {
  margin-right: 0;
}
.main-slider-new__tabs-col--time {
  width: 115px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs-col--time {
    width: 100%;
    margin-bottom: 32px;
  }
}
.main-slider-new__tabs-col--price {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs-col--price {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.main-slider-new__tabs-col--submit {
  white-space: nowrap;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.main-slider-new__tabs-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.main-slider-new__tabs-btn {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: block;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  background: #585A59;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .main-slider-new__tabs-btn {
    font-size: 14px;
    line-height: 1.2em;
  }
}
.main-slider-new__tabs-btn:not(:last-child) {
  margin-right: 8px;
}
.main-slider-new__tabs-btn:hover {
  color: #ffffff;
  background: #c40024;
}
.main-slider-new__tabs-range {
  position: absolute;
  bottom: -27px;
  width: 100%;
}
.main-slider-new__tabs-range .irs-single,
.main-slider-new__tabs-range .irs-min,
.main-slider-new__tabs-range .irs-max {
  display: none;
}
.main-slider-new__tabs-range .irs {
  height: 27px;
}
.main-slider-new__tabs-range .irs-line {
  border-radius: 0;
  background: transparent;
  border-color: transparent;
}
.main-slider-new__tabs-range .irs-bar-edge,
.main-slider-new__tabs-range .irs-bar {
  border-radius: 0;
  background: #ed1b35;
  border-color: #ed1b35;
  top: 0;
  height: 8px;
}
.main-slider-new__tabs-range .irs-slider.single {
  box-shadow: none;
  background: #ed1b35;
  border-color: #ed1b35;
  top: -8px;
}
.main-slider-new__tabs-content-wrap {
  padding: 40px 45px;
}
@media (max-width: 1280px) {
  .main-slider-new__tabs-content-wrap {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1060px) {
  .main-slider-new__tabs-content-wrap {
    padding: 40px 10px;
  }
}
.main-slider-new__tabs-content-inner {
  margin: 0 auto;
}
.main-slider-new__bg {
  right: 0 !important;
}
@media screen and (max-width: 1860px) {
  .main-slider-new__heading {
    max-width: 40% !important;
  }
  .main-slider-new__text {
    max-width: 30% !important;
    font-size: 14pt;
  }
}
@media screen and (max-width: 1860px) {
  .main-slider-new__heading {
    max-width: 30% !important;
  }
  .main-slider-new__text {
    max-width: 38% !important;
    font-size: 16pt;
  }
  .main-slider-new__bg {
    right: -5% !important;
  }
}
@media screen and (max-width: 1400px) {
  .main-slider-new__bg {
    right: -15% !important;
  }
  .main-slider-new__text {
    font-size: 15pt;
  }
}
@media screen and (max-width: 1280px) {
  .main-slider-new__bg {
    right: 0% !important;
  }
  .main-slider-new__text {
    font-size: 12pt;
  }
}
@media screen and (max-width: 1080px) {
  .main-slider-new__bg {
    right: -10% !important;
  }
  .main-slider-new__text {
    font-size: 10pt;
  }
}
.main-slider-new__bg-mob {
  display: none;
}
@media screen and (max-width: 880px) {
  .main-slider-new__heading {
    max-width: 100% !important;
  }
  .main-slider-new__text {
    max-width: 100% !important;
  }
  .main-slider-new__bg-dark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
@media screen and (max-width: 580px) {
  .main-slider-new__bg {
    display: none;
  }
  .main-slider-new__bg-mob {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.section-first--inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  background-color: #eee;
}
.section-first {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 868px;
  padding: 170px 100px 0;
  margin-bottom: 250px;
}
@media (max-width: 1747px) {
  .section-first {
    padding-bottom: 395px;
    padding-top: 160px;
    height: 800px;
  }
}
@media (max-width: 1574px) {
  .section-first {
    padding-bottom: 403px;
    padding-top: 110px;
    height: 700px;
  }
}
@media (max-width: 1440px) {
  .section-first {
    padding-bottom: 360px;
    padding-top: 120px;
    padding-left: 20px;
    height: 700px;
  }
}
@media (max-width: 1366px) {
  .section-first {
    padding-bottom: 360px;
    padding-top: 120px;
    padding-left: 20px;
    height: 600px;
  }
}
@media (max-width: 1170px) {
  .section-first {
    margin-bottom: 315px;
  }
}
@media (max-width: 1120px) {
  .section-first {
    height: 500px;
    height: 530px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-first {
    padding-bottom: 300px;
    padding-top: 80px;
    height: 380px;
    margin-bottom: 244px;
  }
}
@media (max-width: 739px) {
  .section-first {
    margin-bottom: 0;
    padding: 0;
    height: auto;
  }
}
.section-seccond {
  width: 100%;
  padding: 128px 0;
  position: relative;
  overflow: hidden;
  height: 550px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-seccond {
    height: 650px;
  }
}
@media (max-width: 739px) {
  .section-seccond {
    padding: 45px 0 95px;
  }
}
.section-seccond__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}
.section-seccond__main-blog {
  position: relative;
  bottom: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  transition: 2s all;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-seccond__main-blog.layer_js {
  bottom: 0;
}
.section-seccond__main-blog .section-seccond__main-blog__logo {
  width: 50%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-seccond__main-blog .section-seccond__main-blog__logo {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .section-seccond__main-blog .section-seccond__main-blog__logo {
    width: 100%;
  }
}
.section-seccond__main-blog .section-seccond__main-blog__logo .section-seccond__main-blog__logo-img {
  width: 460px;
  height: 182px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
@media (max-width: 739px) {
  .section-seccond__main-blog .section-seccond__main-blog__logo .section-seccond__main-blog__logo-img {
    width: 310px;
    height: 122px;
  }
}
.section-seccond__main-blog .section-seccond__main-blog__cont {
  width: 30%;
  margin-right: 16.3%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-seccond__main-blog .section-seccond__main-blog__cont {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .section-seccond__main-blog .section-seccond__main-blog__cont {
    width: 100%;
    margin-right: 0;
  }
}
.section-seccond__main-blog .section-seccond__main-blog__cont .section-seccond__main-blog__text {
  margin: 0 auto;
}
.section-seccond__main-blog__text-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: #39414e;
  margin-bottom: 50px;
}
.section-support {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 450px;
  background: #0071ba;
}
.section-support._white-bg {
  background: #ffffff;
}
.section-support._white-bg .h2,
.section-support._white-bg .section-support__main-blog__text,
.section-support._white-bg .phone {
  color: #0071ba !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-support {
    height: 610px;
  }
}
@media (max-width: 739px) {
  .section-support {
    height: 550px;
    padding: 45px 0 95px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-support--digSer {
    height: auto;
    padding: 35px 0;
  }
}
@media (max-width: 739px) {
  .section-support--digSer {
    height: auto;
    padding: 35px 0 15px;
  }
}
.section-support__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}
.section-support__main-blog {
  position: relative;
  bottom: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  transition: 2s all;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-support__main-blog.layer_js {
  bottom: 0;
}
.section-support__main-blog .section-support__main-blog__logo {
  width: 50%;
  height: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-support__main-blog .section-support__main-blog__logo {
    width: 100%;
    height: 50%;
  }
}
@media (max-width: 739px) {
  .section-support__main-blog .section-support__main-blog__logo {
    width: 100%;
    height: 50%;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-support__main-blog .section-support__main-blog__logo--digSer {
    min-height: auto;
    height: 245px;
  }
}
@media (max-width: 739px) {
  .section-support__main-blog .section-support__main-blog__logo--digSer {
    min-height: auto;
    height: 205px;
  }
}
.section-support__main-blog .section-support__main-blog__logo .section-support__main-blog__logo-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
.section-support__main-blog .section-support__main-blog__logo .section-support__main-blog__logo-img--digSer {
  background-image: url(/local/templates/main/images/digital_services_for_business.png);
  background-size: contain;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-support__main-blog .section-support__main-blog__logo .section-support__main-blog__logo-img--digSer {
    background-image: url(/local/templates/main/images/digital_services_for_business-tablet.png);
  }
}
@media (max-width: 739px) {
  .section-support__main-blog .section-support__main-blog__logo .section-support__main-blog__logo-img--digSer {
    background-image: url(/local/templates/main/images/digital_services_for_business-mobile.png);
  }
}
@media (max-width: 420px) {
  .section-support__main-blog .section-support__main-blog__logo .section-support__main-blog__logo-img--digSer {
    background-image: url(/local/templates/main/images/digital_services_for_business-mobile-mini.png);
  }
}
.section-support__main-blog .section-support__main-blog__cont {
  width: 46%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .section-support__main-blog .section-support__main-blog__cont {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .section-support__main-blog .section-support__main-blog__cont {
    width: 100%;
    margin-right: 0;
  }
}
.section-support__main-blog .section-support__main-blog__cont .section-support__main-blog__text {
  margin: 0 auto;
  color: #f8f8f8;
}
.section-support__main-blog .section-support__main-blog__cont .section-support__main-blog__text h2 {
  font-size: 30px;
}
.section-support__main-blog .section-support__main-blog__cont .section-support__main-blog__text a.phone {
  color: #fff;
  font-size: 25px;
}
.section-support__main-blog .section-support__main-blog__cont .section-support__main-blog__text a.phone:hover {
  color: #c40024;
}
.section-support__main-blog .section-support__main-blog__cont .section-support__main-blog-icons {
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .section-support__main-blog .section-support__main-blog__cont .section-support__main-blog-icons {
    margin-top: 24px;
  }
}
@media (max-width: 420px) {
  .section-support__main-blog .section-support__main-blog__cont .section-support__main-blog-icons {
    flex-wrap: wrap;
  }
}
.section-support__main-blog .section-support__main-blog__cont .section-support__main-blog-icons__item {
  max-width: 50%;
  height: 50px;
}
@media (max-width: 420px) {
  .section-support__main-blog .section-support__main-blog__cont .section-support__main-blog-icons__item {
    max-width: 100%;
  }
}
.section-support__main-blog .section-support__main-blog__cont .section-support__main-blog-icons__item + .section-support__main-blog-icons__item {
  margin-left: 60px;
}
@media (max-width: 420px) {
  .section-support__main-blog .section-support__main-blog__cont .section-support__main-blog-icons__item + .section-support__main-blog-icons__item {
    margin-left: 0;
    margin-top: 16px;
  }
}
.fly__geometry {
  position: absolute;
  width: 140px;
  height: 100%;
  z-index: -1;
  right: 0;
  top: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .fly__geometry {
    width: 182px;
  }
}
@media (max-width: 739px) {
  .fly__geometry {
    display: none;
  }
}
.fly__geometry .fly__geometry-item {
  width: 100%;
  height: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: 1s all;
}
.fly__geometry .fly__geometry-item.fly__geometry--one {
  background-image: url(/local/templates/main/style/../images/geo-grey.png);
  position: absolute;
  height: 68%;
  width: 100%;
  top: -100%;
  right: 0;
}
.fly__geometry .fly__geometry-item.fly__geometry--one.layer_js {
  top: -12px;
  right: 0;
  width: 90%;
  height: 60%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .fly__geometry .fly__geometry-item.fly__geometry--one.layer_js {
    height: 64%;
  }
}
.fly__geometry .fly__geometry-item.fly__geometry--two {
  background-image: url(/local/templates/main/style/../images/geo-blue.png);
  height: 53%;
  top: 35.1%;
  right: -100%;
  width: 100%;
  position: absolute;
}
.fly__geometry .fly__geometry-item.fly__geometry--two.layer_js {
  top: 33.5%;
  right: -12%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .fly__geometry .fly__geometry-item.fly__geometry--two.layer_js {
    top: 33.5%;
    right: -9%;
    height: 59%;
  }
}
.fly__geometry .fly__geometry-item.fly__geometry--tre {
  background-image: url(/local/templates/main/style/../images/geo-red.png);
  height: 28%;
  top: 100%;
  position: absolute;
}
.fly__geometry .fly__geometry-item.fly__geometry--tre.layer_js {
  top: 72.5%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .fly__geometry .fly__geometry-item.fly__geometry--tre.layer_js {
    top: 75%;
    height: 34%;
  }
}
.layer_js {
  opacity: 1 !important;
  animation: slide 0.2s ease-in-out;
}
.story {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.story__slider {
  position: relative;
}
.story__slide {
  padding: 90px 0 83.33333333px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .story__slide {
    padding: 40px 0 46.66666667px;
  }
}
@media (max-width: 739px) {
  .story__slide {
    padding: 30px 0 30px;
  }
}
.story__pagination-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
  outline: none;
  z-index: 1;
}
.story__pagination-btn--prev {
  left: 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .story__pagination-btn--prev {
    left: auto;
    right: 80px;
  }
}
@media (max-width: 739px) {
  .story__pagination-btn--prev {
    left: auto;
    right: 50px;
  }
}
.story__pagination-btn--next {
  right: 20px;
}
@media (max-width: 739px) {
  .story__pagination-btn--next {
    right: 0;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .story__pagination-btn {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    top: 50px;
  }
}
@media (max-width: 739px) {
  .story__pagination-btn {
    top: 40px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.story__arrow-icon {
  width: 27px;
  height: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.story__pagination-btn:hover .story__arrow-icon {
  color: #ed1b35;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .story__arrow-icon {
    height: 40px;
  }
}
@media (max-width: 739px) {
  .story__arrow-icon {
    height: 35px;
  }
}
.story__counter {
  position: absolute;
  display: block;
  top: 12px;
  left: 70px;
  z-index: 11;
}
.story__counter .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-right: 20px;
  opacity: 1;
  background: #a9b9bf;
}
.story__counter .swiper-pagination-bullet-active {
  background: #fff;
}
.story__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.story__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: eende;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}
.story__item-inner {
  max-width: 580px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .story__item-inner {
    max-width: none;
  }
}
@media (max-width: 739px) {
  .story__item-inner {
    max-width: none;
  }
}
.story__item-inner:first-child {
  align-self: flex-start;
}
.story__item-inner:first-child .btn {
  margin-right: 30px;
}
@media (max-width: 739px) {
  .story__item-inner:first-child .btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.story__item-inner:nth-child(2) {
  margin-left: 10%;
}
.story__title-text {
  display: inline-block;
  padding: 8px 0 11px 68px;
  position: relative;
}
@media (max-width: 739px) {
  .story__title-text {
    padding-left: 30px;
  }
}
.story__title-box {
  position: absolute;
  right: 54px;
  left: 0;
  top: 0;
  bottom: 0;
  border-top: 1px solid #ed1b35;
  border-bottom: 1px solid #ed1b35;
  border-left: 1px solid #ed1b35;
}
@media (max-width: 739px) {
  .story__title-box {
    right: 28px;
  }
}
.story__title-box:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ed1b35;
}
.story__title-box:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ed1b35;
}
.story__company {
  font-size: 21px;
  line-height: 1.61;
  font-weight: 300;
}
.content .story__company {
  margin: 0 0 12px;
}
.story__adress {
  line-height: 1.56;
  font-size: 17px;
  font-weight: 300;
}
.content .story__adress {
  margin: 0 0 25px;
}
.story__item-title {
  margin: 0 0 25px;
  line-height: 1.25;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  top: -350px;
}
@media (max-width: 739px) {
  .story__item-title {
    font-size: 22.66666667px;
  }
}
.story__item-text {
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 1.56;
  font-weight: 300;
  position: relative;
  left: -350px;
}
@media (max-width: 739px) {
  .story__item-text {
    margin-bottom: 30px;
  }
}
.swiper-slide-active .story__item-text {
  -webkit-transform: translate(350px, 0);
  -ms-transform: translate(350px, 0);
  transform: translate(350px, 0);
  transition-duration: 1.4s;
}
.swiper-slide-active .story__item-title {
  -webkit-transform: translate(0, 350px);
  -ms-transform: translate(0, 350px);
  transform: translate(0, 350px);
  transition-duration: 1.4s;
}
.story__item-inner .story__item-btns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.story__item-inner .story__intro-btn {
  width: 100%;
  position: absolute;
  left: 0;
  max-width: 59%;
  margin-bottom: 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .story__item-inner .story__intro-btn {
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .story__item-inner .story__intro-btn {
    max-width: 100%;
  }
}
.story__item-inner .story__item-btns-top {
  width: 100%;
}
.story__item-inner .story__item-btns-bottom {
  max-width: 75%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .story__item-inner .story__item-btns-bottom {
    margin-top: 90px;
    max-width: 65%;
  }
}
@media (max-width: 739px) {
  .story__item-inner .story__item-btns-bottom {
    max-width: 90%;
    margin-top: 90px;
  }
  .story__item-inner .story__item-btns-bottom .btn {
    margin-right: 30px;
  }
}
.story__item-inner .story__item-btns-bottom .btn--wire {
  margin-right: 0;
}
.navbar {
  position: fixed;
  width: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 30;
  background-color: #0072bc;
  height: 100%;
  padding-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.29);
  /*
  .tablet({
      width: 100%;
  });
  .mobile({
      width: 100%;
  });
*/
}
.navbar.active {
  width: 100%;
  /*
    .tablet({
      right: 0;
    });
    .mobile({
      right: 0;
    });
*/
}
.navbar__box {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
*/
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 739px) {
  .navbar__box {
    display: block;
  }
}
.navbar__row {
  width: 25%;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .navbar__row {
    width: 50%;
    position: static;
  }
}
@media (max-width: 739px) {
  .navbar__row {
    width: 100%;
  }
}
.navbar__row.active {
  width: 50%;
  overflow: visible;
}
@media (max-width: 739px) {
  .navbar__row.active {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .navbar__item {
    margin-bottom: 0;
  }
}
.navbar__inner {
  padding: 155px 100px 40px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .navbar__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .navbar__inner {
    padding: 130px 30px 30px 30px;
  }
}
@media (max-width: 739px) {
  .navbar__inner {
    padding: 60px 0 0;
  }
}
.navbar__inner-wrap {
  padding-left: 250px;
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-right: -15px;
}
.navbar__inner-wrap .mCustomScrollBox {
  width: 100%;
}
.navbar__inner-wrap .mCSB_container {
  margin-right: 0;
  min-height: 100%;
}
.navbar__inner-wrap .mCSB_1_scrollbar {
  margin-top: 0;
}
@media (max-width: 1366px) {
  .navbar__inner-wrap {
    padding-left: 0;
  }
}
.navbar__rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  height: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .navbar__rows {
    position: relative;
    display: block;
  }
}
@media (max-width: 739px) {
  .navbar__rows {
    display: block;
  }
}
.navbar__title-link {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__title-link:hover {
  color: #fff;
  border-bottom-color: transparent;
}
@media (max-width: 739px) {
  .navbar__title-link {
    display: block;
    margin-bottom: 30px;
  }
}
.navbar__subbox {
  padding: 0;
  list-style-type: none;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .navbar__subbox {
    padding-top: 20px;
    display: none;
    position: static;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
}
@keyframes slide {
  100% {
    transform: ease;
  }
}
.navbar__subbox-item {
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  color: #ffffff;
  margin: 15px 0;
}
.navbar__subbox-link {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__subbox-link:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.navbar__item--wrap {
  margin-right: 5%;
}
.navbar__item--wrap .navbar__box {
  display: block;
}
.navbar__item--wrap + .navbar__item {
  margin-right: 5%;
}
.navbar__item--wrap .navbar__box .navbar__item:first-child {
  margin-bottom: 17%;
}
.navbar__close {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 5%;
  right: 21%;
  cursor: pointer;
  background-color: #fff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .navbar__close {
    right: 20px;
  }
}
@media (max-width: 739px) {
  .navbar__close {
    right: 0;
    top: 0;
  }
}
.navbar__close .navbar__close-icon {
  width: 20px;
  height: 20px;
  color: #0072bc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navbar__title-button {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #0072bc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 739px) {
  .navbar__title-button {
    margin-right: 0;
  }
}
.navbar__title-button:hover {
  background-color: #fff;
  color: #0072bc;
}
.navbar__title-button:hover .navbar__title-icon {
  color: #0072bc;
}
.navbar__title-button:active {
  background-color: #fff;
  color: #0072bc;
}
.navbar__title-button:active .navbar__title-icon {
  color: #0072bc;
}
.navbar__title-button-inner {
  position: relative;
  padding: 16px 40px 16px 24px;
}
.navbar__title-button-inner:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.navbar__title-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__title-icon--arrow {
  width: 14px;
  height: 24px;
  margin-top: -12px;
}
.navbar__title-icon--close {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  opacity: 0;
  visibility: hidden;
}
.navbar__item--list.active .navbar__subbox {
  left: 50%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 739px) {
  .navbar__item--list.active .navbar__subbox {
    left: 0;
  }
}
.navbar__item--list.active .navbar__title-button {
  background-color: #fff;
  color: #0072bc;
}
.navbar__item--list.active .navbar__title-icon--arrow {
  opacity: 0;
  visibility: hidden;
}
.navbar__item--list.active .navbar__title-icon--close {
  opacity: 1;
  visibility: visible;
  color: #0072bc;
}
.navbar__subbox-section {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__subbox-section:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.navbar__subbox-section:active {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 739px) {
  .navbar__select {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .navbar__select .navbar__item {
    max-width: unset !important;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .navbar__select {
    width: 50%;
  }
  .navbar__select .navbar__item {
    max-width: unset !important;
  }
}
.story.content.content--dark-bg h1 {
  font-weight: 400;
}
.story.content.content--wide-bg {
  background-size: auto;
  background-position: 0 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .story.content.content--wide-bg {
    background-position: 35% 0;
  }
}
.content .g-map__points-contacts-link {
  -ms-word-break: break-all;
  word-break: break-all;
}
.content.content-requirements ul {
  margin: 35px 0;
  font-size: 18px;
}
.btn--story-main {
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn--story-main .btn--story-main-text {
  position: absolute;
  top: 50%;
  left: 0;
}
.btn.btn-blue {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 9px 15px 11px;
  color: #000;
  border-radius: 0;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  border: 1px solid #0072bc;
  background: #0072bc;
  color: #fff;
}
.btn--order {
  padding: 11px 60px 13px 30px;
  width: auto;
  font-size: 16px;
}
.main-slider__tabs-col .btn--order {
  padding-top: 7px;
  padding-bottom: 9px;
}
.btn__arrow {
  width: 15px;
  height: 20px;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_white {
  background: #fff;
  color: #000;
}
.btn_white:hover,
.btn_white:focus {
  border-color: #fff;
  background: #fff;
  color: #c40024;
}
.index-news {
  padding: 95px 0 30px;
}
@media (max-width: 739px) {
  .index-news {
    padding: 30px 0 0;
  }
}
.index-news.index-news__new-padding {
  padding: 25px 0px 30px;
}
.index-news.index-news__new-padding .g-press__section-list--with-slider {
  height: 100%;
}
.index-news.index-news__new-padding .g-press__section-list--with-slider .g-press__section-item {
  margin-bottom: 0 !important;
}
.inner-page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow-x: hidden;
}
.inner-page__intro {
  width: 100%;
  min-height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 160px;
  overflow: hidden;
  background-attachment: fixed;
}
@media (max-width: 739px) {
  .inner-page__intro {
    padding-top: 90px;
  }
}
.inner-page__intro-wide {
  background-size: auto;
  background-position: 0 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .inner-page__intro-wide {
    background-position: 35% 0;
  }
}
@media (max-width: 739px) {
  .inner-page__intro-wide {
    background-position: 30% 0;
  }
}
.inner-page__intro_no-padding-top {
  padding-top: 0;
}
.inner-page__intro .fly__geometry {
  position: absolute;
  width: 205px;
  height: 100%;
  z-index: 2;
  right: 0;
  top: 0;
}
.inner-page__intro .fly__geometry .fly__geometry-item {
  width: 100%;
  height: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* opacity: 0; */
  transition: 1s all;
}
.inner-page__intro .fly__geometry .fly__geometry-item.fly__geometry--one {
  background-image: url(/local/templates/main/images/geo-grey.png);
  position: absolute;
  height: 290px;
  width: 101px;
  right: 0;
}
.inner-page__intro .fly__geometry .fly__geometry-item.fly__geometry--one.layer-vac-js {
  top: -10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page__intro .fly__geometry .fly__geometry-item.fly__geometry--two {
  background-image: url(/local/templates/main/images/geo-blue.png);
  height: 359px;
  top: 8.6%;
  right: 0px;
  width: 172px;
  position: absolute;
}
.inner-page__intro .fly__geometry .fly__geometry-item.fly__geometry--two.layer-vac-js {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page__intro .fly__geometry .fly__geometry-item.fly__geometry--tre {
  background-image: url(/local/templates/main/images/geo-red.png);
  height: 240px;
  top: 56.2%;
  /* transform: rotate(180deg); */
  position: absolute;
  width: 215px;
  right: -16px;
}
.inner-page__intro .fly__geometry .fly__geometry-item.fly__geometry--tre.layer-vac-js {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
.inner-page__intro--plain {
  padding-top: 100px;
  min-height: 400px;
}
.inner-page__title {
  position: relative;
  padding: 40px 0 42px 32px;
  display: inline-block;
  min-width: 260px;
}
.content .inner-page__title {
  margin-bottom: 60px;
}
@media (max-width: 739px) {
  .content .inner-page__title {
    margin-bottom: 45px;
  }
}
.inner-page__disclaimer {
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .inner-page__disclaimer._with-filters {
    max-width: 870px;
    margin-left: auto;
    position: relative;
  }
}
.inner-page__disclaimer-text {
  font-size: 18px;
}
.inner-page__title-box {
  position: absolute;
  right: 60px;
  left: 0;
  top: 0;
  bottom: 0;
  border-top: 2px solid #ed1b35;
  border-bottom: 2px solid #ed1b35;
  border-left: 2px solid #ed1b35;
}
.inner-page__title-box:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 2px;
  height: 30px;
  background-color: #ed1b35;
}
.inner-page__title-box:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 2px;
  height: 30px;
  background-color: #ed1b35;
}
.inner-page__title-prolog {
  position: absolute;
  top: -35px;
  right: 60px;
  font-size: 20px;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 739px) {
  .inner-page__title-prolog {
    font-size: 15px;
    top: -25px;
  }
}
.inner-page__intro--full {
  min-height: 100vh;
  position: relative;
  padding-top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner-page__intro--full .inner-page__inner {
  padding-top: 160px;
  padding-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inner-page__intro--full .breadcrumbs {
  margin-bottom: 15px;
}
.inner-page__intro--full .breadcrumbs__list {
  margin-bottom: 0;
}
.inner-page__intro--full .breadcrumbs__item {
  margin-right: 25px;
}
@media (min-width: 1025px) and (max-height: 815px) {
  .inner-page__intro--full .inner-page__inner {
    padding-bottom: 20px;
    padding-top: 110px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .inner-page__intro--full .inner-page__inner .product-page__descr {
    margin-bottom: 20px;
  }
  .inner-page__intro--full .advantages {
    margin-bottom: 15px;
  }
  .inner-page__intro--full .advantages__item {
    margin-bottom: 15px;
  }
  .inner-page__intro--full .inner-page__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .inner-page__intro--full {
    height: auto;
  }
  .inner-page__intro--full .inner-page__inner {
    padding-top: 135px;
  }
  .inner-page__intro--full .inner-page__title {
    margin-bottom: 30px;
  }
  .inner-page__intro--full .product-page__descr {
    margin-bottom: 35px;
  }
  .inner-page__intro--full .advantages {
    margin-bottom: 20px;
  }
  .inner-page__intro--full .advantages__item {
    min-height: auto;
  }
}
@media (max-width: 739px) {
  .inner-page__intro--full {
    padding-bottom: 30px;
    padding-top: 100px;
    height: 100%;
    background-size: cover;
    display: block;
    background-attachment: inherit;
  }
  .inner-page__intro--full .inner-page__inner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .inner-page__intro--full .inner-page__inner .product-page__descr {
    margin-bottom: 30px;
  }
  .inner-page__intro--full .inner-page__title {
    margin-bottom: 30px;
  }
  .inner-page__intro--full .advantages {
    display: block;
    margin: 0 0 30px;
  }
  .inner-page__intro--full .advantages__item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.inner-page__section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 739px) {
  .inner-page__section {
    padding: 40px 0;
  }
}
.inner-page__section.no-padding {
  padding: 0;
}
.inner-page__section--white {
  background: #ffffff;
}
.inner-page__section--bg {
  background: #303030;
  padding-top: 90px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 739px) {
  .inner-page__section--bg {
    padding: 30px 0;
  }
}
.content .inner-page__section-title {
  margin-bottom: 80px;
}
@media (max-width: 739px) {
  .content .inner-page__section-title {
    margin-bottom: 40px;
  }
}
.inner-page__section-title-text {
  display: inline-block;
  padding: 8px 0 11px 68px;
  position: relative;
}
@media (max-width: 739px) {
  .inner-page__section-title-text {
    padding-left: 30px;
  }
}
.inner-page__section-title-box {
  position: absolute;
  right: 54px;
  left: 0;
  top: 0;
  bottom: 0;
  border-top: 1px solid #ed1b35;
  border-bottom: 1px solid #ed1b35;
  border-left: 1px solid #ed1b35;
}
@media (max-width: 739px) {
  .inner-page__section-title-box {
    right: 28px;
  }
}
.inner-page__section-title-box:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ed1b35;
}
.inner-page__section-title-box:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ed1b35;
}
.inner-page__section--no-padding {
  padding: 0;
}
.inner-page__section-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 80px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .inner-page__section-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 739px) {
  .inner-page__section-row {
    display: block;
    margin-bottom: 30px;
  }
}
.inner-page__section-row .inner-page__section-title {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .inner-page__section-row .inner-page__section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 739px) {
  .inner-page__section-row .inner-page__section-title {
    margin-bottom: 30px;
  }
}
.inner-page__section-row--no-margin {
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .inner-page__section-row--credit a.inner-page__section-btn.btn {
    width: 48%;
    margin-bottom: 20px;
  }
}
.inner-page__section-contacts {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 739px) {
  .inner-page__section-contacts {
    display: block;
  }
}
.content .inner-page__section-contacts-tel {
  margin-bottom: 0;
  margin-right: 55px;
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 739px) {
  .content .inner-page__section-contacts-tel {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.content .inner-page__section-contacts-descr {
  margin-bottom: 0;
}
.content .inner-page__section-contacts-descr:before {
  content: "";
  height: 40px;
  width: 1px;
  background-color: #39414e;
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px;
}
@media (max-width: 739px) {
  .content .inner-page__section-contacts-descr:before {
    display: none;
  }
}
@media (max-width: 739px) {
  .inner-page__section-btn {
    margin-bottom: 15px;
  }
}
.inner-page__info-btn {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .inner-page__info-btn {
    flex-direction: column;
  }
}
@media (max-width: 739px) {
  .inner-page__info-btn {
    flex-direction: column;
  }
}
.inner-page__info-btn-text {
  flex-grow: 1;
  margin-right: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .inner-page__info-btn-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .inner-page__info-btn-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.inner-page__info-btn-btn {
  position: relative;
  display: inline-block;
}
.inner-page__info-btn-question {
  position: absolute;
  top: -15px;
  right: -15px;
}
.inner-page__info-btn-question:hover .inner-page__info-btn-question-bubble {
  display: block;
}
.inner-page__info-btn-question-icon {
  cursor: help;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  background: #eaf6fe;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
}
.inner-page__info-btn-question-bubble {
  display: none;
  padding: 15px;
  background: #eaf6fe;
  border-radius: 12px;
  font-size: 12px;
  position: absolute;
  top: -100px;
  left: -135px;
  pointer-events: none;
  width: 300px;
}
.inner-page__prolog-text {
  margin-bottom: 70px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 739px) {
  .inner-page__prolog-text {
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}
.inner-page__prolog-text p:last-child {
  margin-bottom: 0;
}
.inner-page__prolog-text_small-margin-bottom {
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .inner-page__prolog-text_small-margin-bottom {
    margin-bottom: 30px;
  }
}
.inner-page__content_margin-top {
  margin-top: 60px;
}
.breadcrumbs__item {
  margin-right: 40px;
}
.breadcrumbs__item:after {
  display: none;
}
.breadcrumbs__item:last-child {
  text-decoration: none;
  color: #ed1b35;
  font-size: 18px;
}
.breadcrumbs {
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .breadcrumbs {
    display: none;
  }
}
.content .breadcrumbs__link {
  border: none;
  font-size: 18px;
}
.render-js-3 {
  height: 100%;
  width: 33.33333%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.render-js-3:first-child {
  left: 0;
}
.render-js-3:nth-child(2) {
  left: 33.333%;
  background-position-x: -100.033%;
}
.render-js-3:nth-child(3) {
  left: 66.6666%;
  background-position-x: -50.033%;
}
.render-js-4 {
  height: 100%;
  width: 25%;
  top: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.render-js-4:first-child {
  left: 0;
  transition: all 1.8s ease;
}
.render-js-4:nth-child(2) {
  left: 25%;
  background-position-x: 33.333%;
  transition: all 1.3s ease;
}
.render-js-4:nth-child(3) {
  left: 50%;
  background-position-x: 66.666%;
  transition: all 1s ease;
}
.render-js-4:nth-child(4) {
  left: 75%;
  background-position-x: 100%;
  transition: all 1.5s ease;
}
.swiper-slide-active .render-slide-down {
  top: 0;
}
.search-field__icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-field__input {
  height: 56px;
}
.search-field__icon {
  width: 33px;
  height: 33px;
}
.search-field__btn {
  width: 33px;
  height: 33px;
  top: 50%;
  margin-top: -16px;
  z-index: 2;
}
.wrapper__g {
  padding-top: 60px;
}
.wrapper__g--press-detail {
  padding-top: 0;
}
.advantages {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 40px;
}
.advantages__item {
  min-height: 80px;
  padding: 0 15px;
  min-width: 33.33333%;
  margin-bottom: 30px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 0%;
  -ms-flex-basis: 0%;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .advantages__item {
    min-width: 50%;
  }
}
@media (max-width: 739px) {
  .advantages__item {
    padding: 0 20px;
    min-width: 100%;
  }
}
.product-page--gar .advantages__item:last-child {
  min-width: 100%;
}
.advantages__item-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.advantages__item-icon {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: 40px;
  -ms-flex-basis: 40px;
  -webkit-flex-basis: 40px;
  flex-basis: 40px;
}
@media (max-width: 739px) {
  .advantages__item-icon {
    width: 40px;
    height: 40px;
    -moz-flex-basis: 40px;
    -ms-flex-basis: 40px;
    -webkit-flex-basis: 40px;
    flex-basis: 40px;
    margin-right: 20px;
  }
}
.content .advantages__item-title {
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .content .advantages__item-title {
    font-size: 18px;
  }
}
@media (max-width: 739px) {
  .content .advantages__item-title {
    font-size: 16px;
  }
}
.advantages__item-buble {
  color: #ed1b35;
  font-weight: bold;
  font-size: 26px;
  background: rgba(255, 255, 255, 0.75);
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 2px;
  display: inline-block;
}
@media (max-width: 739px) {
  .advantages__item-buble {
    font-size: 20px;
  }
}
.advantages__next {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 30px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border: 2px solid #fff;
}
.advantages__next:hover,
.advantages__next:focus {
  border-color: #0072bc;
  background-color: #0072bc;
}
@media (max-width: 739px) {
  .advantages__next {
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 0;
    display: block;
    margin: 20px auto;
    display: none;
  }
}
.advantages__next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -12px;
  width: 24px;
  height: 14px;
}
.advantages__btns {
  position: relative;
}
.content .product-page__descr {
  margin-bottom: 70px;
}
.terms {
  margin-bottom: 70px;
}
@media (max-width: 739px) {
  .terms {
    margin-bottom: 40px;
  }
}
.terms._no-mb {
  margin-bottom: 0;
}
.terms__box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.terms__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 15px 20px 15px;
}
@media (max-width: 739px) {
  .terms__item {
    margin: 0 0 20px 0;
  }
}
.terms__item_top {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.terms__item-title {
  width: 220px;
  margin-bottom: 0 !important;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 739px) {
  .terms__item-title {
    width: 150px;
  }
}
.content .terms__item-value {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .content .terms__item-value {
    font-size: 18px;
  }
}
.terms__item-value ul:last-child {
  margin-bottom: 0;
}
.content .terms__item-descr {
  margin-top: 10px;
  margin-bottom: 0;
}
.terms__item-value--p {
  padding-top: 10px;
}
.terms__item-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content .terms__item-value--red {
  color: #ed1b35;
}
.terms__text {
  padding-bottom: 55px;
}
.terms__text-medium {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 1.64;
}
.terms__text:last-child {
  padding-bottom: 0;
}
.steps {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px 20px;
}
@media (max-width: 739px) {
  .steps {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.steps__item {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 739px) {
  .steps__item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
.steps__position {
  width: 90px;
  height: 90px;
  border: 1px solid #ed1b35;
  text-align: center;
  line-height: 88px;
  font-weight: 600;
  font-size: 48px;
  margin-right: 35px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 50%;
}
@media (max-width: 739px) {
  .steps__position {
    line-height: 56px;
    width: 58px;
    height: 58px;
    font-size: 30px;
    margin-right: 20px;
  }
}
.content .steps__descr {
  color: #cad0d9;
  margin-bottom: 0;
}
.content .steps__descr strong {
  color: #fff;
}
.steps_triple .steps__item {
  width: 33.33333333%;
  display: block;
}
@media (max-width: 739px) {
  .steps_triple .steps__item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
}
.steps_triple .steps__position {
  margin-right: 0;
  margin-bottom: 35px;
}
@media (max-width: 739px) {
  .steps_triple .steps__position {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.accordion__item {
  border-bottom: 1px solid #cad0d9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion--regions .accordion__item {
  overflow-x: auto;
}
.accordion__item:last-child {
  border-bottom-color: transparent;
}
.accordion__item.active {
  background-color: #f8f8f8;
}
.accordion__item.active .accordion__item-title:hover {
  color: #ed1b35;
}
.accordion__item.active .accordion__item-title-red:hover {
  color: #ed1b35;
}
.accordion__item.active .accordion__item-btn {
  border-color: #ed1b35;
}
.accordion__item.active .accordion__item-btn:hover {
  background-color: #ed1b35;
}
.accordion__item.active .accordion__item-btn-icon {
  color: #ed1b35;
}
.accordion__item.active .accordion__item-btn-icon--close {
  opacity: 1;
  visibility: visible;
}
.accordion__item.active .accordion__item-btn-icon--arrow {
  opacity: 0;
  visibility: hidden;
}
.accordion__item-head {
  padding: 50px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 739px) {
  .accordion__item-head {
    padding: 30px 0;
  }
}
.accordion__item-inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.accordion--regions .accordion__item-inner {
  min-width: 1200px;
}
.accordion__item-btn {
  position: relative;
  width: 60px;
  height: 60px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: 60px;
  -ms-flex-basis: 60px;
  -webkit-flex-basis: 60px;
  flex-basis: 60px;
  border: 2px solid #0072bc;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__item-btn:hover {
  background-color: #0072bc;
}
.accordion__item-btn:hover .accordion__item-btn-icon {
  color: #fff;
}
@media (max-width: 739px) {
  .accordion__item-btn {
    width: 40px;
    height: 40px;
    -moz-flex-basis: 40px;
    -ms-flex-basis: 40px;
    -webkit-flex-basis: 40px;
    flex-basis: 40px;
  }
}
.accordion__item-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #0072bc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__item-btn-icon--arrow {
  margin: -7px 0 0 -12px;
  width: 24px;
  height: 14px;
}
@media (max-width: 739px) {
  .accordion__item-btn-icon--arrow {
    margin: -5px 0 0 -10px;
    width: 20px;
    height: 10px;
  }
}
.accordion__item-btn-icon--close {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 739px) {
  .accordion__item-btn-icon--close {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
  }
}
.content .accordion__item-title {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: #39414e;
  border-bottom: 0;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .accordion__item-title:hover {
  color: #0072bc;
}
@media (max-width: 739px) {
  .content .accordion__item-title {
    font-size: 24px;
  }
}
.content .accordion__item-title-red:hover {
  color: #ed1b35;
}
.accordion__item-content {
  padding-bottom: 60px;
  display: none;
}
@media (max-width: 739px) {
  .accordion__item-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .accordion__sub {
    margin: 0 -15px;
  }
}
.accordion__sub-item {
  padding: 35px 40px;
  border-bottom: 1px solid #cad0d9;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__sub-item.active {
  top: -1px;
  border-bottom-color: transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}
.accordion__sub-item.active .accordion__sub-item-icon--plus {
  opacity: 0;
  visibility: hidden;
}
.accordion__sub-item.active .accordion__sub-item-icon--minus {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 739px) {
  .accordion__sub-item {
    padding: 25px 15px;
  }
}
.accordion__sub-item-content {
  padding-top: 30px;
  display: none;
}
.accordion__sub-item-content p {
  font-size: 14px;
}
.accordion__sub-item-head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 739px) {
  .accordion__sub-item-head {
    padding-right: 40px;
  }
}
.accordion__sub-item-icon {
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__sub-item-icon:hover {
  color: #0072bc;
}
@media (max-width: 739px) {
  .accordion__sub-item-icon {
    top: 28px;
  }
}
.accordion__sub-item-icon--plus {
  color: #ed1b35;
}
.accordion__sub-item-icon--minus {
  color: #0072bc;
  opacity: 0;
  visibility: hidden;
}
.accordion__sub-item-icon--minus:hover {
  color: #ed1b35;
}
.content .accordion__sub-item-title {
  color: #39414e;
  font-size: 23px;
  border-bottom: 0;
}
@media (max-width: 739px) {
  .content .accordion__sub-item-title {
    font-size: 16px;
    line-height: normal;
  }
}
.content .accordion__sub-item-title:hover {
  color: #ed1b35;
}
.accordion__item-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.accordion--regions .accordion__item-title {
  font-size: 23px;
  font-weight: 400;
}
.accordion--regions .accordion__sub-item-title {
  font-size: 18px;
}
.accordion--popup .accordion__item-inner {
  min-width: auto;
}
.accordion_inline .accordion__item-head {
  justify-content: start;
}
.accordion_inline .accordion__item-head {
  padding: 0;
}
.accordion_inline .accordion__item-content {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 739px) {
  .accordion_inline .accordion__item-inner {
    padding: 0;
  }
}
.accordion_mb {
  margin-bottom: 50px;
}
.accordion__tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1em;
  background: #0072bc;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin-left: 5px;
  top: -12px;
}
@media (max-width: 739px) {
  .accordion__tooltip {
    margin-left: 3px;
    top: -10px;
    width: 14px;
    height: 14px;
    font-size: 10px;
  }
}
.nav-menu {
  position: relative;
  background-color: #323236;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-menu.fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
}
.nav-menu--scrollable {
  overflow-x: auto;
}
.nav-menu--scrollable .nav-menu__wrap {
  min-width: 1200px;
}
.nav-menu--scrollable .nav-menu__wrap:after {
  display: none;
}
.nav-menu--end .nav-menu__wrap:after {
  opacity: 0;
  visibility: hidden;
}
.nav-menu__wrap {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .nav-menu__wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #323236 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #323236 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #323236 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#323236', GradientType=1);
    /* IE6-9 */
    z-index: 2;
  }
}
@media (max-width: 739px) {
  .nav-menu__wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #323236 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #323236 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #323236 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#323236', GradientType=1);
    /* IE6-9 */
    z-index: 2;
  }
}
.nav-menu__inner {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nav-menu__link {
  display: block;
  position: relative;
  padding: 26px 15px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-menu__link:after {
  content: "";
  width: 1px;
  height: 100%;
  vertical-align: middle;
  background: #212322;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-menu__link:last-child:after {
  display: none;
}
.nav-menu__link--current {
  color: #ed1b35;
  text-decoration: none;
}
.nav-menu__btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nav-menu__btn {
  padding: 29px 44px;
  font-size: 16px;
  color: #ffffff;
}
.nav-menu__btn-link {
  border-bottom: 1px dashed #fff;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-menu__btn-link:hover {
  border-bottom: 1px dashed;
}
.nav-menu__btn--search {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-menu__btn--search:hover {
  background-color: #ed1b35;
  color: #fff;
}
.nav-menu__types {
  margin-left: 85px;
  width: 125px;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 0%;
  -ms-flex-basis: 0%;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
}
@media (max-width: 739px) {
  .nav-menu__types {
    margin-left: 105px;
  }
}
.nav-menu__type {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: ccenterc;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding: 18px 0;
  font-size: 14px;
  color: #acaaad;
  text-align: center;
  border-left: 1px solid #212322;
  width: 125px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-menu__type:last-child {
  border-right: 1px solid #212322;
}
.nav-menu__type:hover {
  border-left: 1px solid #212322;
}
.status {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .status {
    display: block;
  }
}
.content .status__label {
  margin: 0 30px 0 0;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .content .status__label {
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .content .status__label {
    margin-bottom: 15px;
  }
}
.status__items {
  margin: 22px 0;
}
@media (max-width: 739px) {
  .status__items {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.status__item {
  margin-left: 10px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 30px;
  line-height: normal;
  padding: 1px 15px 2px;
}
@media (max-width: 739px) {
  .status__item {
    margin-bottom: 15px;
  }
}
.status__item--completed {
  border: solid 2px #ed1b35;
  background-color: #ed1b35;
}
.status__item--completed:before {
  background-color: #ed1b35;
}
.status__item--expired {
  border: solid 2px #acaaad;
  background-color: #acaaad;
}
.status__item--expired:before {
  background-color: #acaaad;
}
.status__item--available {
  border: solid 2px #0072bc;
  background-color: #0072bc;
}
.status__item--available:before {
  background-color: #0072bc;
}
.status-title {
  margin-left: 10px;
}
.status__indicator {
  position: relative;
  margin-left: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media (max-width: 739px) {
  .status__indicator {
    margin-top: 10px;
  }
}
.status__indicator--completed {
  background-color: #ed1b35;
}
.status__indicator--expired {
  background-color: #acaaad;
}
.status__indicator--available {
  background-color: #0072bc;
}
.status__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.status-nav-menu--filter {
  position: relative;
}
.status__count {
  position: absolute;
  padding-left: 7px;
  width: 23px;
  height: 23px;
  background-color: #0072bc;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.status-nav-menu--button.nav-menu__btn {
  position: relative;
}
.status--values {
  margin-right: 40px;
}
@media (max-width: 739px) {
  .status--values {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.status--values .status__items {
  margin-right: 40px;
  margin-left: -6px;
}
.status--values .status__item {
  padding-left: 0;
  padding-right: 0;
  margin-left: 6px;
  width: 25px;
  text-align: center;
  color: #ffffff;
}
.status--values .accordion__sub-item-title {
  font-size: 18px;
}
.status--values-sub {
  margin-right: 60px;
}
@media (max-width: 739px) {
  .status--values-sub {
    margin-right: 40px;
  }
}
.status__item--table {
  color: #39414e;
  text-align: left;
  margin-left: 0;
  position: relative;
  background-color: transparent;
  border: none;
  padding-left: 30px;
}
.status__item--table:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.status__items--acc-title .status__item {
  background-color: #ffffff;
  color: #000000;
}
.status-popup-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
  margin-left: -30px;
}
@media (max-width: 739px) {
  .status-popup-btns {
    display: block;
    margin-left: 0;
    margin-bottom: -30px;
  }
}
.status-popup-btns__item {
  margin-left: 30px;
}
@media (max-width: 739px) {
  .status-popup-btns__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.status-nav-menu {
  background-color: #ededed;
}
.status-nav-menu--head {
  background-color: transparent;
  padding-bottom: 40px;
}
.status-nav-menu--head .nav-menu__btn--search {
  border: none;
}
.status-nav-menu .nav-menu__type:last-child {
  border-right: 1px solid #ffffff;
}
.status-nav-menu .nav-menu__type {
  color: #7787a0;
  border: 1px solid #ffffff;
  border-bottom: none;
}
.status__nav {
  flex-basis: 75%;
}
.nav-menu__btn--search {
  background-color: #ed1b35;
}
.partners-table__col {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  color: #7787a0;
  padding: 0 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.partners-table__head .partners-table__col .partners-table__col-inner {
  border-bottom: 1px solid #ed1b35;
  padding: 18px 0;
}
.partners-table__body .partners-table__col .partners-table__col-inner {
  padding: 25px 0;
  color: #39414e;
  border-bottom: 1px solid #cad0d9;
}
.partners-table__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.partners-table__col-inner {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.partners-table_row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
.partners-table__col--1 {
  -moz-flex-basis: 15%;
  -ms-flex-basis: 15%;
  -webkit-flex-basis: 15%;
  flex-basis: 15%;
}
.partners-table__col--2 {
  -moz-flex-basis: 21%;
  -ms-flex-basis: 21%;
  -webkit-flex-basis: 21%;
  flex-basis: 21%;
}
.partners-table__col--3 {
  -moz-flex-basis: 19%;
  -ms-flex-basis: 19%;
  -webkit-flex-basis: 19%;
  flex-basis: 19%;
}
.partners-table__col--4 {
  -moz-flex-basis: 17%;
  -ms-flex-basis: 17%;
  -webkit-flex-basis: 17%;
  flex-basis: 17%;
}
.partners-table__col--5 {
  -moz-flex-basis: 13%;
  -ms-flex-basis: 13%;
  -webkit-flex-basis: 13%;
  flex-basis: 13%;
}
.partners-table__col--6 {
  -moz-flex-basis: 14%;
  -ms-flex-basis: 14%;
  -webkit-flex-basis: 14%;
  flex-basis: 14%;
}
.ratings__items {
  overflow: hidden;
}
.ratings__wrap {
  margin: 0 -50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 739px) {
  .ratings__wrap {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.ratings__item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 25px 50px;
  margin-bottom: 0;
  border-bottom: 1px solid #cad0d9;
}
@media (max-width: 739px) {
  .ratings__item {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
}
.ratings__item:nth-child(1),
.ratings__item:nth-child(2) {
  border-top: 1px solid #cad0d9;
}
@media (max-width: 739px) {
  .ratings__item:nth-child(2) {
    border-top: 0;
  }
}
.ratings__item-top {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content .ratings__item-title {
  margin: 0;
  line-height: normal;
}
.ratings__item-icon {
  margin-right: 10px;
  width: 26px;
  height: 19px;
  color: #ed1b35;
}
.ratings__item-date {
  color: #acaaad;
}
.content .ratings__name {
  margin-bottom: 20px;
}
.ratings__item-inner {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.ratings__item-wrap {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 0px;
  -ms-flex-basis: 0px;
  -webkit-flex-basis: 0px;
  flex-basis: 0px;
}
.ratings__item-wrap:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #cad0d9;
  position: absolute;
  top: 0;
  right: -50px;
}
@media (max-width: 739px) {
  .ratings__item-wrap:after {
    display: none;
  }
}
.content .ratings__descr {
  margin-bottom: 0;
}
.ratings__block {
  margin-bottom: 90px;
}
.conditions {
  margin-top: 55px;
}
.conditions__items {
  overflow: hidden;
}
.conditions__wrap {
  margin: 0 -50px;
  border-top: 1px solid #cad0d9;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 739px) {
  .conditions__wrap {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.conditions__item {
  position: relative;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: 0%;
  -ms-flex-basis: 0%;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  padding: 50px;
  min-width: 50%;
  margin-bottom: 0;
  border-bottom: 1px solid #cad0d9;
}
@media (max-width: 739px) {
  .conditions__item {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
}
.conditions__item:last-child .conditions__item-wrap:after {
  display: none;
}
.conditions__item:nth-child(2n) .conditions__item-wrap:after {
  display: none;
}
.conditions__item-top {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content .conditions__item-title {
  margin: 0;
  line-height: normal;
}
.conditions__item-wrap {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.conditions__item-wrap:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #cad0d9;
  position: absolute;
  right: -50px;
}
@media (max-width: 739px) {
  .conditions__item-wrap:after {
    display: none;
  }
}
.content .conditions__descr {
  margin-bottom: 0;
}
.content .conditions__item-num {
  margin: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 1px solid #ed1b35;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-basis: 90px;
  -ms-flex-basis: 90px;
  -webkit-flex-basis: 90px;
  flex-basis: 90px;
}
.conditions__item-content {
  padding-left: 35px;
}
.content .conditions__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content .conditions__list-item {
  padding-left: 0;
  margin-bottom: 22px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content .conditions__list-item:before {
  display: none;
}
.content .conditions__list-item-text {
  margin: 0;
}
.conditions__item-icon {
  color: #ed1b35;
}
.conditions__item-icon-wrap {
  text-align: center;
  margin-right: 20px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.conditions__item-icon-wrap--microenterprises {
  width: 38px;
  height: 17px;
  -moz-flex-basis: 38px;
  -ms-flex-basis: 38px;
  -webkit-flex-basis: 38px;
  flex-basis: 38px;
}
.conditions__item-icon-wrap--microenterprises .conditions__item-icon {
  width: 28px;
  height: 17px;
}
.conditions__item-icon-wrap--small-enterprises {
  width: 38px;
  height: 15px;
  -moz-flex-basis: 38px;
  -ms-flex-basis: 38px;
  -webkit-flex-basis: 38px;
  flex-basis: 38px;
}
.conditions__item-icon-wrap--small-enterprises .conditions__item-icon {
  width: 37px;
  height: 15px;
}
.conditions__item-icon-wrap--medium-enterprises {
  width: 38px;
  height: 25px;
  -moz-flex-basis: 38px;
  -ms-flex-basis: 38px;
  -webkit-flex-basis: 38px;
  flex-basis: 38px;
}
.conditions__item-icon-wrap--medium-enterprises .conditions__item-icon {
  width: 38px;
  height: 25px;
}
.conditions__item-icon-wrap--micro-income {
  width: 36px;
  height: 22px;
  -moz-flex-basis: 36px;
  -ms-flex-basis: 36px;
  -webkit-flex-basis: 36px;
  flex-basis: 36px;
}
.conditions__item-icon-wrap--micro-income .conditions__item-icon {
  width: 24px;
  height: 22px;
}
.conditions__item-icon-wrap--small-income {
  width: 36px;
  height: 26px;
  -moz-flex-basis: 36px;
  -ms-flex-basis: 36px;
  -webkit-flex-basis: 36px;
  flex-basis: 36px;
}
.conditions__item-icon-wrap--small-income .conditions__item-icon {
  width: 28px;
  height: 26px;
}
.conditions__item-icon-wrap--medium-income {
  width: 36px;
  height: 26px;
  -moz-flex-basis: 36px;
  -ms-flex-basis: 36px;
  -webkit-flex-basis: 36px;
  flex-basis: 36px;
}
.conditions__item-icon-wrap--medium-income .conditions__item-icon {
  width: 36px;
  height: 26px;
}
.content .conditions__item-title {
  margin-bottom: 30px;
}
.u-partners__form {
  width: 100%;
}
.u-partners__form-title {
  margin-bottom: 25px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .u-partners__form-title {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 739px) {
  .u-partners__form-title {
    margin-bottom: 15px !important;
  }
}
.content .u-partners__form-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 44px;
}
.content--dark-bg .content .u-partners__form-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .content .u-partners__form-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .content .u-partners__form-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .content .u-partners__form-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .content .u-partners__form-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.u-partners__form-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u-partners__form-row--push {
  margin-bottom: 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .u-partners__form-row {
    display: block;
  }
  .u-partners__form-row--push {
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .u-partners__form-row {
    display: block;
  }
  .u-partners__form-row--push {
    margin-bottom: 25px;
  }
}
.u-partners__form-col {
  width: 48%;
}
.u-partners__form-col > * {
  margin: 0 0 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .u-partners__form-col {
    width: 100%;
  }
  .u-partners__form-col > * {
    margin: 0 0 25px;
  }
}
@media (max-width: 739px) {
  .u-partners__form-col {
    width: 100%;
  }
  .u-partners__form-col > * {
    margin: 0 0 25px;
  }
}
.u-partners__form-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 739px) {
  .u-partners__form-bottom {
    display: block;
  }
}
.u-partners__form-submit {
  margin-right: 25px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 739px) {
  .u-partners__form-submit {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.u-partners__form-caption {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300;
  font-style: normal;
}
.content--dark-bg .u-partners__form-caption {
  color: #ffffff;
}
@media (max-width: 739px) {
  .u-partners__form-caption {
    text-align: center;
  }
}
.g-vacancy__item--detail {
  padding: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .g-vacancy__item--detail {
    padding: 15px;
  }
}
@media (max-width: 739px) {
  .g-vacancy__item--detail {
    padding: 15px;
  }
}
.cookies {
  position: fixed;
  bottom: 15px;
  left: 15px;
  right: 15px;
  pointer-events: none;
  z-index: 5;
  text-align: center;
}
.cookies__content {
  background: #fff;
  padding: 5px 5px 5px 20px;
  border-radius: 25px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  font-size: 13px;
  line-height: 1.15em;
  pointer-events: auto;
  display: inline-flex;
}
@media (max-width: 739px) {
  .cookies__content {
    padding-left: 10px;
    border-radius: 18px;
  }
}
.cookies__ok {
  display: inline-block;
  background: #ed1b35;
  flex-shrink: 0;
  margin-left: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 11px;
}
@media (max-width: 739px) {
  .cookies__ok {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.cookies__ok:hover,
.cookies__ok:focus {
  color: #fff;
}
.submenu {
  display: none;
  position: fixed;
  background: #fff;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 32;
  -webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.09);
}
.submenu_active {
  display: block;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .submenu {
    display: none;
  }
}
@media (max-width: 739px) {
  .submenu {
    display: none;
  }
}
.submenu__inner {
  margin: 0 100px;
  padding-left: 192px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.submenu__heading {
  margin-bottom: 15px;
}
.submenu__heading a {
  text-transform: uppercase;
  color: #b7b7b7;
}
.submenu__heading a:hover {
  color: #ed1b35;
}
.submenu__item {
  margin-bottom: 10px;
}
.submenu__item:last-child {
  margin-bottom: 0px;
}
.submenu__item a {
  color: #0072bc;
}
.submenu__item a:hover {
  color: #ed1b35;
}
.submenu__row {
  display: flex;
  margin: 0 -40px;
}
.submenu__col {
  padding: 0 40px;
}
/*.credit-menu {
	display: flex;
	margin: -6px;
	margin-bottom: 40px;
	flex-wrap: wrap;
	
	.mobile({
		margin: -3px;
		margin-bottom: 30px;
	});
	
	&__item {	
		width: 200px;
		padding: 6px;
		box-sizing: border-box;
		
		.mobile({
			width: auto;
			padding: 3px;
		});
	}
	
	a.credit-menu__btn {
		background: #2B2A32;
		padding: 20px;
		color: #fff;
		text-decoration: none;
		display: block;
		border-bottom: 0;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
			
		.mobile({
			font-size: 14px;
			padding: 10px;
		});
		
		&:hover,
		&:focus {
			background: #c40024;
		}
		
		&_active {
			background: #ed1b35;
		
			&:hover,
			&:focus {
				background: #ed1b35;
			}
		}
	}
}*/
.credit-menu {
  display: flex;
  margin-bottom: 40px;
  justify-content: flex-end;
}
@media (max-width: 739px) {
  .credit-menu {
    justify-content: flex-start;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.credit-menu a.credit-menu__item {
  margin-left: 30px;
  color: #ed1b35;
  border-color: #ed1b35;
}
.credit-menu a.credit-menu__item_active {
  font-weight: bold;
  border: 0;
}
@media (max-width: 739px) {
  .credit-menu a.credit-menu__item {
    font-size: 13px;
    margin-left: 0;
    margin-right: 10px;
    white-space: nowrap;
  }
  .credit-menu a.credit-menu__item:last-child {
    margin-right: 0;
  }
}
.tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 1em;
  background: #0072bc;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin-left: 5px;
  top: -8px;
}
@media (max-width: 739px) {
  .tooltip {
    margin-left: 3px;
    top: -10px;
    width: 14px;
    height: 14px;
    font-size: 10px;
  }
}
.product-filters {
  width: 100%;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .product-filters {
    max-width: 870px;
    margin-left: auto;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .product-filters__bottom {
    position: absolute;
    top: 0;
    left: -300px;
    width: 270px;
  }
}
.product-filters__top {
  margin-bottom: 50px;
}
.product-filters__row {
  margin-bottom: 20px;
}
.product-filters__row:last-child {
  margin-bottom: 0;
}
.product-filters__bottom .product-filters__row {
  margin-bottom: 50px;
}
.product-filters__bottom .product-filters__row:last-child {
  margin-bottom: 0;
}
.product-filters__rows .product-filters__row {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-basis: 0%;
  -ms-flex-basis: 0%;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 739px) {
  .product-filters__rows .product-filters__row {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-filters__bottom .product-filters__rows .product-filters__row {
  margin-bottom: 0;
}
.product-filters__rows .product-filters__row .product-filters__block {
  display: block;
  margin: 0;
}
.product-filters__rows .product-filters__row .radio {
  max-width: none;
  width: 100%;
  padding: 0;
}
.product-filters__row .selection {
  background: #2B2A32;
  border: none;
}
.product-filters__row .select2-selection__rendered {
  color: #ffffff;
}
.product-filters__rows {
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 739px) {
  .product-filters__rows {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.product-filters__row--data {
  background: #2B2A32;
  padding: 23px 20px 38px 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 739px) {
  .product-filters__row--data {
    display: block;
    background: transparent;
    padding: 0;
  }
}
.product-filters__col {
  margin-right: 20px;
  max-width: 250px;
}
.product-filters__col:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .product-filters__col {
    max-width: 100%;
    width: 100%;
    margin-bottom: 27px;
  }
}
.product-filters__col--time {
  width: 420px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 739px) {
  .product-filters__col--time {
    width: 100%;
    margin-bottom: 25px;
  }
}
.product-filters__col--price {
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.product-filters__col--submit {
  white-space: nowrap;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.product-filters__btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}
.product-filters__block {
  background: #2B2A32;
  margin-bottom: 16px;
  padding: 30px 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .product-filters__block {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-filters__block .radio {
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .product-filters__block .radio {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .product-filters__block .radio {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.product-filters__block .checkbox {
  width: 100%;
  max-width: 33.333333%;
  -moz-flex-basis: 33.333333%;
  -ms-flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  flex-basis: 33.333333%;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  margin-bottom: 30px !important;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .product-filters__block .checkbox {
    width: 50%;
    max-width: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 739px) {
  .product-filters__block .checkbox {
    width: 100%;
    max-width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  .product-filters__block .checkbox {
    max-width: 100%;
    padding: 0;
  }
}
.product-filters__block .radio__block,
.product-filters__block .checkbox__block {
  width: 26px;
  height: 26px;
  -moz-flex-basis: 26px;
  -ms-flex-basis: 26px;
  -webkit-flex-basis: 26px;
  flex-basis: 26px;
}
.product-filters__block .radio__icon {
  width: 10px;
  height: 10px;
}
.product-filters__block .checkbox__icon {
  width: 20px;
  height: 17px;
}
.product-filters__block .radio__label,
.product-filters__block .checkbox__label {
  font-size: 14px;
  line-height: 20px;
  display: inline;
  margin-left: 0;
  margin-right: 5px;
}
.product-filters__btn {
  width: calc(33% - 6px);
  background: #2B2A32;
  margin-bottom: 8px;
  margin-right: 8px;
}
.product-filters__btn:last-child .product-filters__btn-in:last-child {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.product-filters__btn-text {
  display: block;
  height: 100%;
}
.product-filters__btn-el {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.product-filters__btn-in {
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #ffffff;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-filters__btn-el:hover + .product-filters__btn-in {
  background: #c40024;
  border-color: #c40024;
}
.product-filters__btn-el:checked + .product-filters__btn-in {
  background: #ed1b35;
  border-color: #ed1b35;
}
.product-filters__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.product-filters__bottom .product-filters__title {
  margin-bottom: 12px;
}
.product-filters__field {
  position: relative;
}
.product-filters__number {
  width: 100%;
  background-color: #e7e7e9;
  height: 48px;
  padding: 5px 20px;
  font-size: 18px;
  display: block;
}
.product-filters__number::-ms-clear {
  display: none;
}
.product-filters__number-label {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #000000;
  font-size: 16px;
}
.product-filters__range {
  position: absolute;
  bottom: -27px;
  width: 100%;
}
.product-filters__range .irs-single,
.product-filters__range .irs-min,
.product-filters__range .irs-max {
  display: none;
}
.product-filters__range .irs {
  height: 27px;
}
.product-filters__range .irs-line {
  border-radius: 0;
  background: transparent;
  border-color: transparent;
}
.product-filters__range .irs-bar-edge,
.product-filters__range .irs-bar {
  border-radius: 0;
  background: #ed1b35;
  border-color: #ed1b35;
  top: 0;
  height: 8px;
}
.product-filters__range .irs-slider.single {
  box-shadow: none;
  background: #ed1b35;
  border-color: #ed1b35;
  top: -8px;
}
.product-filters__labels {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.product-filters__wrap {
  margin-left: 16px;
}
.product-filters__tooltip {
  width: 20px;
  height: 20px;
  background-color: #0072bc;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
.products {
  margin-bottom: 30px;
  margin-top: 80px;
}
.products._no-mt {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .products._with-filters {
    max-width: 870px;
    margin-left: auto;
    position: relative;
  }
}
.products__hint {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 30px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 50px;
  text-decoration-line: underline;
}
.products__item {
  margin-bottom: 40px;
  background: #2B2A32;
  padding: 40px;
}
.products__item.active {
  display: block;
}
.products__item.active.date-hidden {
  display: none;
}
.products__item.active.price-hidden {
  display: none;
}
.products__item.hidden {
  display: none;
}
.products__item:last-child {
  margin-bottom: 0;
}
.products__item_white {
  border: 1px solid #e6ebf2;
  background: #fff;
}
.products__item_white h2.products__item-title,
.products__item_white .products__data-num,
.products__item_white .products__data-info {
  color: #39414e;
}
.products__item_white .products__data {
  align-items: flex-start;
}
.products__item_white .products__data-col_amount {
  width: 50%;
}
.products__item_white .products__data-col_term {
  width: 25%;
}
.products__item_white .products__data-col_bid {
  width: 25%;
}
@media (max-width: 739px) {
  .products__item_white .products__data-col_amount,
  .products__item_white .products__data-col_term,
  .products__item_white .products__data-col_bid {
    width: 100%;
  }
}
.products__item-description {
  font-size: 18px;
  color: #39414e;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 25px;
}
.content--dark-bg .products__item-description {
  color: #ffffff;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .products__item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .products__item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .products__item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 739px) {
  .products__item-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.products__item-description.products__item-description-light {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.products__item__btn + .products__item__btn {
  margin-left: 16px;
}
.products__data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px 35px;
}
@media (max-width: 739px) {
  .products__data {
    display: block;
  }
}
.products__data.products__data-light {
  background-color: rgba(169, 169, 169, 0.2);
  margin: 0 -40px 35px;
  padding: 10px 25px 20px;
}
.products__data-col {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding: 0 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: eende;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 739px) {
  .products__data-col {
    margin-bottom: 25px;
  }
}
.products__data-caption {
  color: #acaaad;
  font-size: 14px;
  margin-bottom: 10px;
}
.products__data-info {
  font-size: 18px;
}
@media (max-width: 739px) {
  .products__data-info {
    font-size: 16px;
  }
}
.products__data-num {
  font-size: 30px;
  font-weight: 300;
  font-family: "Roboto", Arial, sans-serif;
}
@media (max-width: 739px) {
  .products__data-num {
    font-size: 24px;
  }
}
.products__data__bottom-btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products__data__bottom-btn div {
  max-width: 80%;
}
@media (max-width: 739px) {
  .products__data__bottom-btn div {
    max-width: 100%;
  }
}
.filters-preset {
  background-color: #323236;
}
.filters-preset__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.content .filters-preset__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px 10px;
}
@media (max-width: 739px) {
  .content .filters-preset__list {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.content .filters-preset__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 11px;
  font-size: 16px;
  color: #c9c9c9;
  text-transform: uppercase;
}
.content .filters-preset__item:before {
  display: none;
}
.content .filters-preset__item:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 15px;
  margin-left: 22px;
  background-color: #979797;
}
.content .filters-preset__item:last-child {
  padding-right: 0;
  margin-bottom: 20px;
}
.content .filters-preset__item:last-child:after {
  display: none;
}
@media (max-width: 739px) {
  .content .filters-preset__item {
    padding: 0;
  }
  .content .filters-preset__item:after {
    display: none;
  }
}
.content .filters-preset__back {
  border-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content .filters-preset__back:hover .filters-preset__back-text {
  color: #ed1b35;
}
.filters-preset__back-icon {
  width: 8px;
  height: 12px;
  color: #ed1b35;
  margin-right: 7px;
}
.filters-preset__back-text {
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .filters-preset__title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
.filters-preset__title-icon {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  color: #ed1b35;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .msp-search-page {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 739px) {
  .msp-search-page {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.msp-search-page .msp-search-page__field {
  width: 380px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.msp-search-page .msp-search-page__field .field {
  margin-top: 0;
}
@media (max-width: 739px) {
  .msp-search-page .msp-search-page__field {
    width: 100%;
  }
}
.results-table {
  padding-bottom: 50px;
}
@media (max-width: 739px) {
  .results-table {
    padding-bottom: 20px;
  }
}
.results-table__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.results-table__upper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: sspace-betweens;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .results-table__upper {
    display: block;
  }
}
@media (max-width: 739px) {
  .results-table__upper {
    display: block;
  }
}
.results-table__title {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.results-table__sort {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 14px;
}
@media (max-width: 739px) {
  .results-table__sort {
    display: block;
  }
}
.results-table__sort-text {
  margin-right: 36px;
  color: #2b2a32;
}
.results-table__sort-link {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 30px;
  text-decoration: none;
  color: #39414e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .results-table__sort-link {
  border: none;
}
.content .results-table__sort-link.active {
  color: #ed1b35;
  border-bottom: 1px dashed #ec1a3a;
}
.content .results-table__sort-link.active .results-table__sort-icon {
  fill: #ed1b35;
  opacity: 1;
}
.results-table__sort-link:last-child {
  margin-right: 0;
}
.results-table__sort-link .results-table__sort-icon {
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.results-table__item {
  margin-bottom: 64px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .results-table__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 739px) {
  .results-table__item {
    margin-bottom: 40px;
  }
}
.results-table__item-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .results-table__item-top {
    display: block;
  }
}
.results-table__item-date {
  font-size: 13px;
  font-weight: 400;
  margin-right: 30px;
  color: #ACAAAD;
}
.results-table__breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.results-table__breadcrumbs-item {
  display: inline-block;
  vertical-align: top;
}
.results-table__breadcrumbs-link {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.results-table__breadcrumbs-link:hover {
  border-bottom: 1px solid #c40024;
}
.results-table__breadcrumbs-simbol {
  font-size: 14px;
  font-weight: 400;
}
.results-table__item-bottom {
  text-decoration: none;
  display: block;
  color: #39414e;
}
.content .results-table__item-bottom {
  border: none;
}
.results-table__item-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.results-table__item-title:hover {
  color: #ed1b35;
}
.results-table__item-info {
  font-size: 14px;
  font-weight: 400;
}
.product-commision {
  background: #f8f8f8;
  padding: 70px 0;
}
@media (max-width: 739px) {
  .product-commision {
    padding: 40px 0 0;
  }
}
.product-commision .inner-page__section-title {
  margin-bottom: 60px;
}
@media (max-width: 739px) {
  .product-commision .inner-page__section-title {
    margin-bottom: 30px;
  }
}
.product-commision__form {
  width: 100%;
}
.product-commision__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -15px;
}
@media (max-width: 739px) {
  .product-commision__row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-commision__col {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding: 0 15px;
}
.product-commision__col--time {
  -moz-flex-basis: 400px;
  -ms-flex-basis: 400px;
  -webkit-flex-basis: 400px;
  flex-basis: 400px;
  width: 400px;
}
.product-commision__col--price {
  -moz-flex-basis: 500px;
  -ms-flex-basis: 500px;
  -webkit-flex-basis: 500px;
  flex-basis: 500px;
  width: 500px;
}
.product-commision__col--commision {
  -moz-flex-basis: 300px;
  -ms-flex-basis: 300px;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
  width: 300px;
}
@media (max-width: 739px) {
  .product-commision__col {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-commision__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.product-commision__col--commision .product-commision__title {
  color: #ed1b35;
}
.product-commision__field {
  position: relative;
  margin-bottom: 21px;
}
.product-commision__number {
  width: 100%;
  background-color: #ffffff;
  height: 48px;
  padding: 5px 20px;
  font-size: 18px;
  display: block;
  border: 1px solid #cad0d9;
}
.product-commision__col--commision .product-commision__number {
  background-color: transparent;
}
.product-commision__number-label {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #000000;
  font-size: 16px;
}
.product-commision__range {
  position: absolute;
  bottom: -27px;
  width: 100%;
}
.product-commision__range .irs-single,
.product-commision__range .irs-min,
.product-commision__range .irs-max {
  display: none;
}
.product-commision__range .irs {
  height: 27px;
}
.product-commision__range .irs-line {
  border-radius: 0;
  background: transparent;
  border-color: transparent;
}
.product-commision__range .irs-bar-edge,
.product-commision__range .irs-bar {
  border-radius: 0;
  background: #ed1b35;
  border-color: #ed1b35;
  top: 0;
  height: 8px;
}
.product-commision__range .irs-slider.single {
  box-shadow: none;
  background: #ed1b35;
  border-color: #ed1b35;
  top: -8px;
}
.product-commision__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-commision__descr {
  font-size: 13px;
  color: #8797b0;
}
.registry-table {
  padding-top: 70px;
  padding-bottom: 30px;
  overflow-x: auto;
}
@media (max-width: 739px) {
  .registry-table {
    padding-top: 40px;
  }
}
.registry-table__col {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-basis: 19%;
  -ms-flex-basis: 19%;
  -webkit-flex-basis: 19%;
  flex-basis: 19%;
  font-size: 14px;
  color: #7787a0;
  padding: 0 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .registry-table__col {
    min-width: 200px;
  }
}
@media (max-width: 739px) {
  .registry-table__col {
    min-width: 200px;
  }
}
.registry-table__head .registry-table__col .registry-table__col-inner {
  border-bottom: 1px solid #ed1b35;
  padding: 18px 0;
  padding-right: 20px;
}
.registry-table__body .registry-table__col .registry-table__col-inner {
  padding: 25px 0;
  color: #39414e;
  border-bottom: 1px solid #cad0d9;
}
.registry-table__col--3 {
  -moz-flex-basis: 24%;
  -ms-flex-basis: 24%;
  -webkit-flex-basis: 24%;
  flex-basis: 24%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .registry-table__col--3 {
    min-width: 230px;
  }
}
@media (max-width: 739px) {
  .registry-table__col--3 {
    min-width: 230px;
  }
}
.registry-table__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.registry-table__col-inner {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.registry-table_row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
.registry-pagination {
  padding: 70px 0 80px 0;
}
.registry-table__col-inner--tooltip-in {
  position: relative;
}
.registry-table__tooltip {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #0072bc;
}
.content .registry-table__tooltip {
  border: none;
}
.registry-table__tooltip-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.filters-panel {
  background-color: #323236;
  padding-bottom: 30px;
}
.filters-panel__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .filters-panel__row {
    display: block;
  }
}
@media (max-width: 739px) {
  .filters-panel__row {
    display: block;
  }
}
.filters-panel__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.filters-panel__col {
  width: 50%;
  padding: 0 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .filters-panel__col {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .filters-panel__col {
    width: 100%;
  }
}
.filters-panel__col--search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .filters-panel__col--search {
    padding-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .filters-panel__col--search {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.filters-panel__col--search .field {
  margin-right: 30px;
  -moz-flex-basis: 305px;
  -ms-flex-basis: 305px;
  -webkit-flex-basis: 305px;
  flex-basis: 305px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.filters-panel__col--search .select {
  -moz-flex-basis: 230px;
  -ms-flex-basis: 230px;
  -webkit-flex-basis: 230px;
  flex-basis: 230px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .filters-panel__col--search .select {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media (max-width: 739px) {
  .filters-panel__col--search .select {
    padding-top: 20px;
  }
}
.filters-panel__col--direction {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 55px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .filters-panel__col--direction {
    padding-left: 15px;
  }
}
@media (max-width: 739px) {
  .filters-panel__col--direction {
    display: block;
    padding-left: 15px;
  }
}
.filters-panel__col--direction .select {
  -moz-flex-basis: 312px;
  -ms-flex-basis: 312px;
  -webkit-flex-basis: 312px;
  flex-basis: 312px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .filters-panel__col--direction .select {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media (max-width: 739px) {
  .filters-panel__col--direction .select {
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }
}
.filters-panel__filter-title {
  margin: 0 30px 0 0px;
  color: #acaaad;
}
@media (max-width: 739px) {
  .filters-panel__filter-title {
    padding-bottom: 10px;
  }
}
.filters-panel__direction {
  position: relative;
}
.filters-panel__direction-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.content .filters-panel .filters-panel__direction {
  display: none;
  margin-left: 30px;
  width: 60px;
  height: 60px;
  border: solid 2px #acaaad;
  text-decoration: none;
  position: relative;
  color: #acaaad;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.content .filters-panel .filters-panel__direction:hover {
  color: #ed1b35;
  border-color: #ed1b35;
}
.content .filters-panel .filters-panel__direction.active {
  display: block;
}
.filters-panel__direction-ic {
  position: absolute;
  width: 25px;
  height: 26px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.filters-panel__col .field__title {
  color: #acaaad;
}
.pickmeup .pmu-instance .pmu-selected {
  background: #c1c1c1;
}
.auth-form {
  padding: 60px 0;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.auth-form .field__input {
  margin-bottom: 30px;
}
.auth-form table {
  width: 100%;
}
.error-msg {
  display: none;
  font-size: 12px;
  color: red;
  line-height: 2;
  width: 100%;
}
.field--error .error-msg {
  display: block;
}
.support-contact-section {
  width: 100%;
  min-height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0 70px;
  overflow: hidden;
  background-attachment: fixed;
}
.support-contact-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
@media (max-width: 739px) {
  .support-contact-wrapper {
    width: auto;
  }
}
.support-contact {
  display: inline-block;
  color: #fff;
  background-color: rgba(169, 169, 169, 0.12);
  padding: 40px 50px;
  margin-top: 40px;
}
@media (max-width: 739px) {
  .support-contact {
    padding: 20px 25px;
  }
}
.support-contact:first-child {
  margin-top: 0;
}
.support-contact__descr {
  max-width: 600px;
  font-family: 'Open Sans';
  line-height: 22px;
  font-size: 14px;
  margin: 0;
}
.support-contact__name {
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: 300;
  line-height: 37px;
  margin: 22px 0 20px;
}
.support-contact__contacts {
  font-size: 18px;
  line-height: 28px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 739px) {
  .support-contact__contacts {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.support-contact__contacts-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
}
.support-contact__contacts-wrapper:first-child .support-contact__contacts-icon {
  margin-left: 0;
}
.support-contact__contacts-icon {
  width: 17px;
  height: 17px;
  margin: 0 15px 0 30px;
}
@media (max-width: 739px) {
  .support-contact__contacts-icon {
    margin-left: 0;
  }
}
.product-params-section {
  background-color: #323236;
  padding: 34px 0 40px;
}
.product-params__header {
  font-family: 'Open Sans';
  font-size: 22px;
  color: #fff;
  position: relative;
  margin-bottom: 34px;
}
.product-params__header-text {
  padding-left: 40px;
}
.product-params__header-icon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 7px;
}
.product-params__list .product-params__link {
  font-family: 'Roboto';
  text-decoration: none;
  border-bottom: none;
  font-size: 16px;
  line-height: 1.38;
  color: #c9c9c9;
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px #979797;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-params__list .product-params__link:first-child {
  padding-left: 0;
}
.product-params__list .product-params__link:last-child {
  border-right: none;
  padding-right: 0;
}
.product-params__list .product-params__link:hover {
  color: #c40024;
}
.product-params__text {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.38;
  color: #c9c9c9;
  padding: 20px 0 30px;
}
.product-params .product-params__change-params {
  position: relative;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
  border-bottom: none;
  text-decoration: none;
}
.product-params .product-params__change-params-text {
  padding-left: 15px;
}
.product-params .product-params__change-params:hover {
  color: #c40024;
}
.product-params .product-params__change-params-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ed1b35;
  width: 8px;
  height: 12px;
}
.partner-conditions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid #cad0d9;
  padding: 50px 0;
}
.partner-conditions:last-child {
  padding-bottom: 0;
}
.partner-conditions__caption {
  font-size: 30px;
  font-weight: 300;
  font-family: 'Roboto';
  padding-bottom: 40px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .partner-conditions {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 739px) {
  .partner-conditions {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.partner-conditions__item__number {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 35px 0 50px;
  border: 2px solid #ed1b35;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding-top: 7px;
  font-size: 48px;
}
@media (max-width: 739px) {
  .partner-conditions__item__number {
    display: none;
  }
}
.partner-conditions__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.partner-conditions__item__caption {
  font-size: 18px;
  color: #39414e;
  padding: 0 50px 20px 0;
  margin: 0;
}
.partner-conditions__item__content--medium {
  font-size: 18px;
  line-height: 1.61;
}
.partner-conditions__item__content--medium li {
  padding-bottom: 10px;
}
.partner-conditions__item__content--medium li:last-child {
  padding-bottom: 0;
}
.partner-conditions__item:after {
  content: "";
  background-color: #cad0d9;
  position: absolute;
  top: 15%;
  left: 0;
  height: 70%;
  width: 1px;
}
.partner-conditions__item:first-child:after {
  display: none;
}
.partner-conditions__item:first-child .partner-conditions__item__number {
  margin: 0 35px 0 0;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .partner-conditions__item {
    padding-bottom: 50px;
  }
  .partner-conditions__item:after {
    display: none;
  }
  .partner-conditions__item .partner-conditions__item__number {
    margin: 0 35px 0 0;
  }
  .partner-conditions__item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 739px) {
  .partner-conditions__item {
    padding-bottom: 30px;
  }
  .partner-conditions__item:after {
    display: none;
  }
  .partner-conditions__item:last-child {
    padding-bottom: 0;
  }
}
.partner-conditions__list-item {
  position: relative;
  line-height: 50px;
}
.partner-conditions__list-item-text {
  padding-left: 47px;
}
.partner-conditions__list-item-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.credit--find {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #cad0d9;
}
.credit--find_no-bottom {
  border-bottom: 0;
  padding-bottom: 0px;
}
.credit--find_no-border {
  border-bottom: 0;
}
.credit--find_no-top {
  padding-top: 0px;
}
.credit--find .inner-page__section-title {
  margin-bottom: 60px;
}
.credit--find .inner-page__section-title .inner-page__section-title-text {
  padding-left: 20px;
}
.credit--find__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .credit--find__items {
    flex-wrap: wrap;
  }
}
.credit--find__item {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 768px) {
  .credit--find__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.credit--find__item img {
  max-width: 100%;
  width: auto;
  display: block;
  filter: blur(1px);
  box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.1);
}
.credit--find__steps {
  display: flex;
  align-items: baseline;
  margin-bottom: 22px;
}
.credit--find__steps .swiper-pagination-current {
  font-size: 40px;
  color: #39414e;
}
.credit--find__steps .swiper-pagination-total {
  font-size: 28px;
}
.credit--find__steps-step {
  font-size: 40px;
  color: #ed1b35;
  margin-right: 10px;
}
.credit--find__slide {
  display: flex;
  flex-direction: column;
}
.credit--find__input {
  margin-bottom: 47px;
  max-width: 500px;
  position: relative;
  width: 100%;
  font-weight: 300;
  height: auto;
  width: auto;
}
.credit--find__input .error-msg {
  position: absolute;
}
.credit--find__input input {
  padding: 29px 32px 4px 17px;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #cad0d9;
  width: 100%;
  display: block;
  font-size: 23px;
}
.credit--find__input label {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  color: #39414e;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.credit--find__input .select2-container--default .selection {
  background-color: #f5f5f5;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #cad0d9;
  font-size: 23px;
  font-weight: 400;
  color: #39414e;
}
.credit--find__slide-title {
  font-size: 25px;
  color: #000;
  margin-bottom: 31px;
  font-weight: 600;
  padding-right: 25px;
}
.credit--find__option {
  margin-bottom: 6px;
  padding: 0 5px;
  max-width: 500px;
}
.credit--find__option .question-radio {
  padding: 10px 11px;
  border-radius: 100px;
  position: relative;
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.credit--find__option .question-radio__radio {
  display: none;
}
.credit--find__option .question-radio__check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #DFDFDF;
  background-color: #fff;
  margin-right: 11px;
  position: relative;
}
.credit--find__option .question-radio__radio:checked ~ .question-radio__check:before {
  opacity: 1;
  background-color: #ed1b35;
}
.credit--find__option .question-radio__check:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.credit--find__option .question-radio__text {
  font-size: 18px;
  color: #666;
}
.credit--find__prev-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 410px;
  width: 100%;
}
.credit--find__prev-btns .btn {
  padding: 18px 24px 15px 24px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 40px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.credit--find__prev-btns .btn--gray {
  color: #000000;
  background-color: #eee;
}
.credit--find__prev-btns .btn--red {
  background-color: #ed1b35;
  color: #ffffff;
}
.credit--find .u-partners__form-row--push {
  margin-top: -20px;
  margin-bottom: 20px;
}
.credit--find .find-product__question-text {
  max-width: 550px;
  width: 100%;
  font-size: 24px;
}
.credit__pages {
  max-width: 80%;
}
.credit__pages .advantages__item {
  min-width: 50%;
  align-items: center;
}
.credit__pages .advantages__item-title {
  font-size: 20px;
}
.btn--credit__page {
  width: 350px;
  padding: 20px 15px;
  font-size: 20px;
}
@media (max-width: 739px) {
  .btn--credit__page {
    width: 100%;
    padding: 20px 15px;
  }
}
.credit--find__input .select2-container--default .selection {
  background-color: #f5f5f5;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #cad0d9;
  font-size: 23px;
  font-weight: 400;
  color: #39414e;
}
.credit--find__input .select2-container--default .selection {
  background-color: #f5f5f5;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #cad0d9;
  font-size: 23px;
  font-weight: 400;
  color: #39414e;
}
@media (max-width: 739px) {
  .inner-page__intro__factoring {
    background-attachment: inherit !important;
    margin-bottom: -10px;
  }
}
.factoring--page__tabs {
  background-color: #F8F8F8;
  color: #39414E;
}
.factoring--page__tabs .main-slider__tabs {
  bottom: 0;
  position: relative;
  width: 100%;
  left: 50%;
  background-color: transparent;
  height: auto;
}
@media (max-width: 1574px) {
  .factoring--page__tabs .main-slider__tabs {
    bottom: auto;
  }
}
@media (max-width: 1390px) and (min-width: 1025px) {
  .factoring--page__tabs .main-slider__tabs {
    bottom: auto;
    left: 50%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1170px) {
  .factoring--page__tabs .main-slider__tabs {
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
  }
}
@media (max-width: 1120px) {
  .factoring--page__tabs .main-slider__tabs {
    top: 0;
  }
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--page__tabs .main-slider__tabs {
    top: 0;
    bottom: auto;
    width: 100%;
    left: 0;
    background-color: transparent;
  }
}
.factoring--page__tabs .main-slider__tabs-head-flex {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 739px) {
  .factoring--page__tabs .main-slider__tabs-head-flex {
    flex-wrap: wrap;
  }
}
.factoring--page__tabs .main-slider__tabs-head {
  background: #323236;
  height: 78px;
}
@media (max-width: 739px) {
  .factoring--page__tabs .main-slider__tabs-head {
    height: auto;
  }
}
.factoring--page__tabs .main-slider__tabs-head-btn {
  max-width: 25%;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: inherit;
}
@media (max-width: 739px) {
  .factoring--page__tabs .main-slider__tabs-head-btn {
    max-width: 100%;
    flex-basis: 100%;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
  }
}
.factoring--page__tabs .main-slider__tabs-head-btn.active {
  color: #ED1B35;
}
@media (max-width: 739px) {
  .factoring--page__tabs .main-slider__tabs-head-btn.active {
    color: #ffffff;
  }
}
.factoring--page__tabs .main-slider__tabs-head-btn.active:after {
  display: none;
}
.factoring--page__tabs .main-slider__tabs-item.active {
  padding: 30px 0px 0px;
}
.factoring__info--top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.factoring__info--top.width-50 .factoring__info--top__item {
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 739px) {
  .factoring__info--top.width-50 .factoring__info--top__item {
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .factoring__info--top {
    padding-bottom: 38px;
  }
}
.factoring__info--top .inner-page__section-title {
  color: #39414E;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.factoring__info--top .inner-page__section-title strong {
  font-weight: 500;
}
.factoring__info--top__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 98px;
  padding-bottom: 98px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring__info--top__items {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (max-width: 739px) {
  .factoring__info--top__items {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.factoring__info--top__item {
  max-width: 31%;
  width: auto;
  display: flex;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring__info--top__item {
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .factoring__info--top__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.factoring__info--top__item img {
  margin-right: 16px;
}
.factoring__info--top__item p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
  margin: 0;
}
.factoring__info--top__item p strong {
  font-weight: 500;
}
.factoring__info--top__item--link {
  color: #ED1B35;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.factoring__info--top__bottom {
  position: relative;
}
.factoring__info--top__bottom .footer-btn {
  margin: 0;
  padding: 17px 13px 18px;
}
@media (max-width: 739px) {
  .factoring__info--top__bottom .footer-btn {
    margin-bottom: 15px;
  }
}
.factoring__info--top__bottom .footer-btn:first-child {
  margin-right: 10px;
}
.factoring__info--top__bottom .advantages__next {
  top: 0;
  border-color: #39414E;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring__info--top__bottom .advantages__next {
    display: none;
  }
}
@media (max-width: 739px) {
  .factoring__info--top__bottom .advantages__next {
    display: none;
  }
}
.factoring__info--top__bottom .advantages__next-icon {
  color: #39414E;
}
.factoring--documents {
  padding: 65px 0px;
}
@media (max-width: 739px) {
  .factoring--documents {
    padding: 38px 0px;
  }
}
.factoring--documents .accordion__item-head {
  padding: 0;
  padding-bottom: 41px;
}
.factoring--documents .accordion__item-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  color: #39414E;
}
.factoring--documents__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.factoring--documents__iconWrap {
  flex-shrink: 0;
}
.factoring--documents__icon {
  max-width: 58px;
  width: 100%;
  height: 67px;
  margin-right: 16px;
}
.factoring--documents__item {
  max-width: 33.33%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--documents__item {
    max-width: 50%;
  }
}
@media (max-width: 739px) {
  .factoring--documents__item {
    max-width: 100%;
  }
}
.factoring--documents__item p {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #323236;
  margin: 0;
  margin-bottom: 2px;
}
.factoring--documents__item span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #323236;
}
.factoring--calculator {
  padding: 98px 0px;
  background-color: #ffffff;
}
@media (max-width: 739px) {
  .factoring--calculator {
    padding: 38px 0px;
  }
}
.factoring--calculator .inner-page__section-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #39414E;
  margin-bottom: 80px;
  margin-top: 0;
}
.factoring--calculator__desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
}
.factoring--calculator__items {
  display: flex;
  margin-bottom: 80px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--calculator__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 739px) {
  .factoring--calculator__items {
    flex-wrap: wrap;
  }
}
.factoring--calculator__col {
  margin-right: 67px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--calculator__col {
    width: 100%;
  }
}
.factoring--calculator__col:nth-child(2) .factoring--calculator__item {
  width: 300px;
}
.factoring--calculator__bottom .btn-callback {
  margin-bottom: 50px;
}
.factoring--calculator__dislaimer {
  font-size: 14px;
  line-height: 20px;
  color: #ACAAAD;
}
.factoring--calculator__dislaimer span {
  color: #ED1B35;
}
.factoring--calculator__dislaimer strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #ACAAAD;
}
.factoring--calculator__item {
  max-width: 338px;
  width: 100%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--calculator__item {
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .factoring--calculator__item {
    max-width: 100%;
  }
}
.factoring--calculator__item .title {
  font-size: 16px;
  line-height: 24px;
  color: #39414E;
  margin: 0;
  margin-bottom: 13px;
}
.factoring--calculator__item .irs {
  max-width: 300px;
}
.factoring--calculator__item .irs-line {
  border: transparent;
  width: 100%;
  max-width: 300px;
  height: 4px;
  background: #F5F5F5;
  border-radius: 4px;
}
.factoring--calculator__item .irs-bar {
  display: none;
}
.factoring--calculator__item .irs-bar-edge {
  display: none;
}
.factoring--calculator__item .irs-slider {
  background: #ED1B35;
  box-shadow: none;
  width: 18px;
  height: 18px;
}
.factoring--calculator__item .irs-min,
.factoring--calculator__item .irs-max,
.factoring--calculator__item .irs-from,
.factoring--calculator__item .irs-to,
.factoring--calculator__item .irs-single {
  display: none;
}
.factoring--calculator__blocks {
  background: #F5F5F5;
  border: 1px solid #CAD0D9;
  box-sizing: border-box;
  max-width: 190px;
  width: 190px;
  height: 56px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #39414E;
  padding-left: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}
.factoring--calculator__blocks span {
  margin-left: 10px;
}
.factoring--calculator__input {
  background: #F5F5F5;
  border: 1px solid #CAD0D9;
  box-sizing: border-box;
  max-width: 160px;
  height: 56px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #39414E;
  padding-left: 20px;
}
.factoring--information.item2 .factoring--information__item {
  max-width: 40% !important;
}
@media (max-width: 739px) {
  .factoring--information.item2 .factoring--information__item {
    max-width: 100% !important;
  }
}
.factoring--information .inner-page__section-title strong {
  font-weight: 500;
}
.factoring--information__steps {
  background: rgba(255, 255, 255, 0.1);
}
.factoring--information__inner {
  padding: 40px;
}
.factoring--information__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 739px) {
  .factoring--information__top {
    flex-wrap: wrap;
  }
}
.factoring--information__item {
  display: flex;
  align-items: center;
  max-width: 23%;
  width: 100%;
}
@media (max-width: 739px) {
  .factoring--information__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.factoring--information__item:nth-child(2) {
  max-width: 33.3%;
}
@media (max-width: 739px) {
  .factoring--information__item:nth-child(2) {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.factoring--information__item img {
  max-width: 40px;
  width: auto;
  margin-right: 16px;
}
.factoring--information__item p {
  padding: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
}
.factoring--information__bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 739px) {
  .factoring--information__bottom {
    flex-wrap: wrap;
  }
}
.factoring--information__bottom .btn {
  width: 220px;
  margin-right: 30px;
}
@media (max-width: 739px) {
  .factoring--information__bottom .btn {
    margin-bottom: 20px;
  }
}
.factoring--information__bottom .link {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.factoring--platforma.inner-page__section {
  padding-top: 98px;
  padding-bottom: 98px;
}
@media (max-width: 739px) {
  .factoring--platforma.inner-page__section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.factoring--platforma .inner-page__section-title {
  margin-bottom: 96px;
}
.factoring--platforma .inner-page__section-title strong {
  font-weight: 500;
}
.factoring--platforma .inner-page__section-title span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
.factoring--platforma__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 72px;
}
.factoring--platforma__item {
  display: flex;
  align-items: flex-start;
  max-width: 44.77%;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--platforma__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 739px) {
  .factoring--platforma__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.factoring--platforma__item img {
  max-width: 40px;
  width: auto;
  margin-right: 16px;
  margin-top: 5px;
}
.factoring--platforma__item p {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.factoring--platforma__item p strong {
  font-weight: 500;
}
.factoring--platforma__bottom .btn:first-child {
  margin-right: 20px;
}
.factoring--sxema.inner-page__section {
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--sxema.inner-page__section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (max-width: 739px) {
  .factoring--sxema.inner-page__section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.factoring--sxema .inner-page__section-title {
  margin-bottom: 80px;
}
.factoring--sxema .inner-page__section-title .mobile({
      margin-bottom: 30px;
    }) span {
  font-weight: 30;
}
.factoring--sxema__img {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--sxema__img img {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .factoring--sxema__img {
    margin-bottom: 30px;
  }
  .factoring--sxema__img img {
    width: 100%;
    max-height: 210px;
  }
}
.factoring--sxema__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 739px) {
  .factoring--sxema__items {
    flex-wrap: wrap;
  }
}
.factoring--sxema__item {
  max-width: 23.4%;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--sxema__item {
    max-width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 739px) {
  .factoring--sxema__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.factoring--sxema__item-inner {
  display: flex;
  align-items: flex-start;
}
.factoring--sxema__item-bollean {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #0072BC;
  box-sizing: border-box;
  color: #0072BC;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  padding: 0px 13px;
  align-items: center;
  text-align: center;
  margin-right: 16px;
}
.factoring--sxema__item p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #39414E;
}
.factoring--partners.inner-page__section {
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--partners.inner-page__section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (max-width: 739px) {
  .factoring--partners.inner-page__section {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.factoring--partners .inner-page__section-title {
  margin-bottom: 90px;
}
.factoring--partners .inner-page__section-title span {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
}
.factoring--partners .partners--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--partners .partners--wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 739px) {
  .factoring--partners .partners--wrap {
    flex-wrap: wrap;
  }
}
.factoring--partners .parters--item {
  width: 25%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--partners .parters--item {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 739px) {
  .factoring--partners .parters--item {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.factoring--service__partenrs {
  padding-top: 30px;
  padding-bottom: 15px;
}
.factoring--service__partenrs .accordion__item-head {
  padding: 15px 0px;
}
.factoring--service__partenrs .accordion__item-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  color: #39414E;
}
.main-slider__tabs-item.factoring_complany .factoring__info--top__item {
  max-width: 39.6%;
  width: 100%;
  margin-bottom: 51px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider__tabs-item.factoring_complany .factoring__info--top__item {
    max-width: 45%;
  }
}
@media (max-width: 739px) {
  .main-slider__tabs-item.factoring_complany .factoring__info--top__item {
    max-width: 100%;
  }
}
.main-slider__tabs-item.factoring_complany .factoring__info--top__items {
  max-width: 88%;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .main-slider__tabs-item.factoring_complany .factoring__info--top__items {
    max-width: 100%;
  }
}
@media (max-width: 739px) {
  .main-slider__tabs-item.factoring_complany .factoring__info--top__items {
    max-width: 100%;
  }
}
.main-slider__tabs-item[data-item-content='open_platform'].active {
  padding-top: 0;
}
.main-slider__tabs-item[data-item-content='open_platform'] .factoring--platforma {
  padding: 30px 0px 30px;
}
.main-slider__tabs-item[data-item-content='open_platform'] .factoring--platforma .inner-page__section-title-text {
  color: #39414E;
}
.main-slider__tabs-item[data-item-content='open_platform'] .factoring__info--top {
  padding-top: 90px;
}
.main-slider__tabs-item[data-item-content='open_platform'] .factoring__info--top .factoring__info--top__item {
  max-width: 50%;
}
.factoring--curators {
  padding-top: 15px;
  padding-bottom: 30px;
}
.factoring--curators__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 739px) {
  .factoring--curators__items {
    flex-wrap: wrap;
  }
}
.factoring--curators__item {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 739px) {
  .factoring--curators__item {
    max-width: 100%;
  }
}
.factoring--curators__item .inner-page__section-title {
  margin-bottom: 30px;
}
.factoring--curators__item .inner-page__section-title-text {
  color: #39414E;
}
.factoring--curators__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 70%;
}
@media (max-width: 739px) {
  .factoring--curators__block {
    max-width: 100%;
  }
}
.factoring--curators .factoring--curator {
  margin-bottom: 20px;
  max-width: 50%;
  width: 100%;
  padding: 0px 20px;
}
@media (min-width: 740px) and (max-width: 1024px) {
  .factoring--curators .factoring--curator {
    max-width: 100%;
  }
}
.factoring--curators .factoring--curator img {
  width: 100%;
}
.factoring--service__partenrs .accordion__sub-item-title {
  color: #39414E;
  font-size: 20px;
}
body {
  overflow-x: hidden;
  /*
        &.menu-opened {
            overflow: hidden;
        }
    */
}
.fancybox-caption-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  padding-top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.clusster {
  max-height: 500px !important;
  overflow-y: scroll;
}
.clusster .g-map__balloon-wrap {
  padding: 20px;
  margin-bottom: -40px;
}
.fancybox-caption-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  padding-top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.header__lang {
  display: flex;
}
.header__lang a:first-child {
  margin-right: 10px;
}
.export {
  display: block;
  background: transparent;
  color: #39414e;
  border: 1px solid #ed1b35;
  margin-left: 15px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.export:hover {
  color: #ffffff;
  background: #c40024;
  border-color: #c40024;
}
.cols-2 .g-map__points-inner {
  border: 1px solid #2b2a32;
  padding: 20px;
}
.g-map__content .show-more {
  display: flex;
  width: 100%;
  padding: 0 15px;
}
.g-map__content .show-more a {
  display: block;
  width: 100%;
  background-color: #ed1b35;
  color: #ffffff;
  padding-left: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}
.g-map__content .show-more a:hover {
  background-color: #c40024;
  color: #ffffff;
}
.g-map__content .show-more a svg {
  display: none;
}
.g-map__points-btns .btn {
  background: unset;
  border: unset;
  color: #ed1b35;
  border-bottom: 1px solid #ed1b35;
  padding-bottom: 2px;
  width: fit-content;
  padding-left: 0;
  padding-right: 0;
}
.g-map__points-btns .btn:hover {
  border-color: #c40024;
  color: #c40024;
}
.g-map__panel .d-none {
  display: none !important;
}
.js-select-default select[name="contactsPageFilter_pf[GUARANTEES_LOANS][]"] + .select2 li {
  padding-left: 0 !important;
}
.js-select-default select[name="contactsPageFilter_pf[GUARANTEES_LOANS][]"] + .select2 li:before {
  display: none !important;
}
.js-select-default select[name="contactsPageFilter_pf[GUARANTEES_LOANS][]"] + .select2 li .select2-selection__choice__remove {
  margin-right: 10px;
}
.js-select-default select[name="contactsPageFilter_pf[GUARANTEES_LOANS][]"] + .select2 .selection-multi {
  height: 78px !important;
}
.js-select-default select[name="contactsPageFilter_pf[GUARANTEES_LOANS][]"] + .select2 .select2-search {
  display: block;
}
.js-select-default select[name="contactsPageFilter_pf[GUARANTEES_LOANS][]"] + .select2 .select2-search input {
  border: none;
  opacity: 0.5;
  pointer-events: none;
  max-width: 100%;
}
.js-select-default select[name="contactsPageFilter_pf[GUARANTEES_LOANS][]"] + .select2 .d-none {
  display: none;
}

/* End */
/* /local/templates/main/custom.css?178288582515992 */
/* /local/templates/main/new/css/v3/styles.css?1747124851204170 */
/* /local/templates/main/style/style.less.css?1740484410869420 */
