

/* Start:/local/templates/deloros/css/main.css?1785909029225123*/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
     -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: 0;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track{
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;;
}

.slick-track:after,
.slick-track:before{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden{
    display: none;
}

.slick-lightbox{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease;
            transition: opacity .5s ease;
    background: #000;;
}

.slick-lightbox .slick-loading .slick-list{
    background-color: transparent;
}

.slick-lightbox .slick-prev{
    left: 15px;
}

.slick-lightbox .slick-next{
    right: 15px;
}

.slick-lightbox-hide{
    opacity: 0;
}

.slick-lightbox-hide-init{
    position: absolute;
    top: -9999px;
    opacity: 0;
}

.slick-lightbox-inner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-lightbox-slick-item{
    overflow: hidden;
    text-align: center;;
}

.slick-lightbox-slick-item:before{
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    content: '';
    vertical-align: middle;;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{
    display: block;
    text-align: center;
}

.slick-lightbox-slick-item-inner{
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;;
}

.slick-lightbox-slick-img{
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;;
}

.slick-lightbox-slick-caption{
    margin: 10px 0 0;
    color: #fff;
}

.slick-lightbox-close{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    background: 0 0;;
}

.slick-lightbox-close:focus{
    outline: 0;
}

.slick-lightbox-close:before{
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    content: '×';
    opacity: .85;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;;
}

.datepicker--cells{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.datepicker--cell{
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    box-sizing: border-box;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;;
}

.datepicker--cell.-focus-{
    background: #f0f0f0;
}

.datepicker--cell.-current-{
    color: #4eb5e6;
}

.datepicker--cell.-current-.-focus-{
    color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range-{
    color: #4eb5e6;
}

.datepicker--cell.-in-range-{
    color: #4a4a4a;
    border-radius: 0;
    background: rgba(92,196,239,.1);;
}

.datepicker--cell.-in-range-.-focus-{
    background-color: rgba(92,196,239,.2);
}

.datepicker--cell.-disabled-{
    cursor: default;
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus-{
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range-{
    color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus-{
    color: #aeaeae;
}

.datepicker--cell.-range-from-{
    border: 1px solid rgba(92,196,239,.5);
    border-radius: 4px 0 0 4px;
    background-color: rgba(92,196,239,.1);;
}

.datepicker--cell.-range-to-{
    border: 1px solid rgba(92,196,239,.5);
    border-radius: 0 4px 4px 0;
    background-color: rgba(92,196,239,.1);;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-{
    color: #fff;
    background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to-{
    border-radius: 4px;
}

.datepicker--cell.-selected-{
    border: none;
}

.datepicker--cell.-selected-.-focus-{
    background: #45bced;
}

.datepicker--cell:empty{
    cursor: default;
}

.datepicker--days-names{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin: 8px 0 3px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;;
}

.datepicker--day-name{
    font-size: .8em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    text-align: center;
    text-transform: uppercase;
    color: #ff9a19;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;;
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer{
    display: none;
}

.datepicker--cell-day{
    width: 14.28571%;
}

.datepicker--cells-months{
    height: 170px;
}

.datepicker--cell-month{
    width: 33.33%;
    height: 25%;
}

.datepicker--cells-years,
.datepicker--years{
    height: 170px;
}

.datepicker--cell-year{
    width: 25%;
    height: 33.33%;
}

.datepickers-container{
    position: absolute;
    top: 0;
    left: 0;;
}

@media print{
    .datepickers-container{
        display: none;
    }
}

.datepicker{
    font-size: 14px;
    position: absolute;
    z-index: 100;
    left: -100000px;
    box-sizing: content-box;
    width: 250px;
    transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
    opacity: 0;
    color: #4a4a4a;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);;
}

.datepicker.-from-top-{
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
}

.datepicker.-from-right-{
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
}

.datepicker.-from-bottom-{
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
}

.datepicker.-from-left-{
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
}

.datepicker.active{
    transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s 0s;
    transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease;
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;;
}

.datepicker-inline .datepicker{
    position: static;
    right: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    border-color: #d7d7d7;
    box-shadow: none;;
}

.datepicker--content{
    box-sizing: content-box;
    padding: 4px;
}

.datepicker--pointer{
    position: absolute;
    z-index: -1;
    width: 10px;
    height: 10px;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #fff;;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover{
    background: #f0f0f0;
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer{
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer{
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer{
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer{
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer{
    left: 10px;
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer{
    right: 10px;
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer{
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer{
    top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer{
    bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer{
    top: calc(50% - 10px / 2);
}

.datepicker--body.active{
    display: block;
}

.datepicker--nav{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    min-height: 32px;
    padding: 4px;
    border-bottom: 1px solid #efefef;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;;
}

.-only-timepicker- .datepicker--nav{
    display: none;
}

.datepicker--nav-action,
.datepicker--nav-title{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    cursor: pointer;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.datepicker--nav-action{
    width: 32px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 4px;;
}

.datepicker--nav-action.-disabled-{
    visibility: hidden;
}

.datepicker--nav-action svg{
    width: 32px;
    height: 32px;
}

.datepicker--nav-action path{
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}

.datepicker--nav-title{
    padding: 0 8px;
    border-radius: 4px;;
}

.datepicker--buttons,
.datepicker--time{
    padding: 4px;
    border-top: 1px solid #efefef;;
}

.datepicker--nav-title i{
    font-style: normal;
    margin-left: 5px;
    color: #9c9c9c;;
}

.datepicker--nav-title.-disabled-{
    cursor: default;
    background: 0 0;
}

.datepicker--buttons{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.datepicker--button{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    height: 32px;
    cursor: pointer;
    color: #4eb5e6;
    border-radius: 4px;

    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;;
}

.datepicker--button:hover{
    color: #4a4a4a;
    background: #f0f0f0;
}

.datepicker--time{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;;
}

.datepicker--time.-am-pm- .datepicker--time-sliders{
    max-width: 138px;

    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;;
}

.-only-timepicker- .datepicker--time{
    border-top: none;
}

.datepicker--time-sliders{
    max-width: 153px;
    margin-right: 10px;

    -webkit-flex: 0 1 153px;
        -ms-flex: 0 1 153px;
            flex: 0 1 153px;;
}

.datepicker--time-label{
    font-size: 12px;
    display: none;;
}

.datepicker--time-current{
    font-size: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin: 0 0 0 10px;
    text-align: center;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;;
}

.datepicker--time-current-colon{
    line-height: 1;
    margin: 0 2px 3px;;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes{
    font-family: 'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
    font-size: 19px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after{
    position: absolute;
    z-index: -1;
    top: -3px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    content: '';
    opacity: 0;
    border-radius: 4px;
    background: #f0f0f0;;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after{
    opacity: 1;
}

.datepicker--time-current-ampm{
    font-size: 11px;
    margin-bottom: 1px;
    margin-left: 6px;
    text-transform: uppercase;
    color: #9c9c9c;

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;;
}

.datepicker--time-row{
    font-size: 11px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    height: 17px;
    background: linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;;
}

.datepicker--time-row:first-child{
    margin-bottom: 4px;
}

.datepicker--time-row input[type=range]{
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: 0 0;

    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip{
    display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb{
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb{
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus{
    outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{
    border-color: #5cc4ef;
    background: #5cc4ef;;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb{
    border-color: #5cc4ef;
    background: #5cc4ef;;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb{
    border-color: #5cc4ef;
    background: #5cc4ef;;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    cursor: pointer;
    transition: background .2s;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;

    -webkit-appearance: none;;
}

.datepicker--time-row input[type=range]::-moz-range-thumb{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    cursor: pointer;
    transition: background .2s;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;;
}

.datepicker--time-row input[type=range]::-ms-thumb{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    cursor: pointer;
    transition: background .2s;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{
    height: 1px;
    cursor: pointer;
    color: transparent;
    border: none;
    background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track{
    height: 1px;
    cursor: pointer;
    color: transparent;
    border: none;
    background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track{
    height: 1px;
    cursor: pointer;
    color: transparent;
    border: none;
    background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower{
    background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper{
    background: 0 0;
}

.datepicker--time-row span{
    padding: 0 12px;
}

.datepicker--time-icon{
    font-size: 16px;
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0 5px -1px 0;
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before{
    position: absolute;
    content: '';
    background: currentColor;;
}

.datepicker--time-icon:after{
    top: calc(50% + 1px);
    left: calc(50% - 1px);
    width: 1px;
    height: .4em;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.datepicker--time-icon:before{
    top: calc(50% + 1px);
    left: calc(50% - 1px);
    width: .4em;
    height: 1px;;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade-{
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover{
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade-{
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade-{
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade-{
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade-{
    color: #ccc;
    background-color: rgba(92,196,239,.1);;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade-{
    background-color: rgba(92,196,239,.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty{
    border: none;
    background: 0 0;;
}

@font-face{
    font-family: 'RF Tone';
    font-weight: 400;
    font-style: normal;

    src: url(/local/templates/deloros/css/../fonts/RFTone-Regular.woff2) format('woff2'),url(/local/templates/deloros/css/../fonts/RFTone-Regular.woff) format('woff'),url(/local/templates/deloros/css/../fonts/RFTone-Regular.ttf) format('truetype');;
}

@font-face{
    font-family: 'RF Tone';
    font-weight: 700;
    font-style: normal;

    src: url(/local/templates/deloros/css/../fonts/RFTone-Bold.woff2) format('woff2'),url(/local/templates/deloros/css/../fonts/RFTone-Bold.woff) format('woff'),url(/local/templates/deloros/css/../fonts/RFTone-Bold.ttf) format('truetype');;
}

@font-face{
    font-family: icomoon;
    font-weight: 400;
    font-style: normal;

    src: url(/local/templates/deloros/css/../fonts/icomoon.eot?yvwdca);
    src: url(/local/templates/deloros/css/../fonts/icomoon.eot?yvwdca#iefix) format('embedded-opentype'),url(/local/templates/deloros/css/../fonts/icomoon.ttf?yvwdca) format('truetype'),url(/local/templates/deloros/css/fonts/icomoon.woff?yvwdca) format('woff'),url(/local/templates/deloros/css/../fonts/icomoon.svg?yvwdca#icomoon) format('svg');
    font-display: block;
}

[class*=' icon-'],
[class^=icon-]{
    font-family: icomoon!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;

    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before{
    content: '\e900';
}

.icon-angle-down-b:before{
    content: '\e901';
}

.icon-angle-left:before{
    content: '\e902';
}

.icon-angle-left-b:before{
    content: '\e903';
}

.icon-angle-right:before{
    content: '\e904';
}

.icon-angle-right-b:before{
    content: '\e905';
}

.icon-angle-up:before{
    content: '\e906';
}

.icon-angle-up-b:before{
    content: '\e907';
}

.icon-arrow-down:before{
    content: '\e908';
}

.icon-arrow-down-b:before{
    content: '\e909';
}

.icon-arrow-down-r:before{
    content: '\e90a';
}

.icon-arrow-down-r-b:before{
    content: '\e90b';
}

.icon-arrow-left:before{
    content: '\e90c';
}

.icon-arrow-left-b:before{
    content: '\e90d';
}

.icon-arrow-left-r:before{
    content: '\e90e';
}

.icon-arrow-left-r-b:before{
    content: '\e90f';
}

.icon-arrow-right:before{
    content: '\e910';
}

.icon-arrow-right-b:before{
    content: '\e911';
}

.icon-arrow-right-r:before{
    content: '\e912';
}

.icon-arrow-right-r-b:before{
    content: '\e913';
}

.icon-arrow-up:before{
    content: '\e914';
}

.icon-arrow-up-b:before{
    content: '\e915';
}

.icon-arrow-up-r:before{
    content: '\e916';
}

.icon-arrow-up-r-b:before{
    content: '\e917';
}

.icon-doc-pdf .path1:before{
    content: '\e918';
    color: #ef4444;
}

.icon-doc-pdf .path2:before{
    margin-left: -1em;
    content: '\e919';
    color: #ef4444;
}

.icon-doc-pdf .path3:before{
    margin-left: -1em;
    content: '\e91a';
    color: #ef4444;
}

.icon-doc-pdf .path4:before{
    margin-left: -1em;
    content: '\e91b';
    color: #495057;
}

.icon-doc-txt:before{
    content: '\e91c';
    color: #495057;
}

.icon-calendar:before{
    content: '\e91d';
}

.icon-close:before{
    content: '\e91e';
}

.icon-close-b:before{
    content: '\e91f';
}

.icon-email:before{
    content: '\e920';
    color: #495057;
}

.icon-email-phone:before{
    content: '\e921';
    color: #495057;
}

.icon-fb:before{
    content: '\e922';
    color: #495057;
}

.icon-insta:before{
    content: '\e923';
    color: #495057;
}

.icon-map-marker:before{
    content: '\e924';
}

.icon-minus:before{
    content: '\e925';
}

.icon-ok:before{
    content: '\e926';
    color: #495057;
}

.icon-plus:before{
    content: '\e927';
}

.icon-search:before{
    content: '\e92b';
}

.icon-twitter:before{
    content: '\e928';
    color: #495057;
}

.icon-user:before{
    content: '\e929';
}

.icon-vk:before{
    content: '\e92a';
    color: #495057;
}

@-ms-viewport{
    width: device-width;
}

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

    -ms-overflow-style: scrollbar;
}

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

.container,
.container-fix{
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

@media (min-width:768px){
    .container,
    .container-fix{
        width: calc(736px + 16px);
        max-width: 100%;
    }
}

@media (min-width:1025px){
    .container,
    .container-fix{
        width: calc(960px + 20px);
        max-width: 100%;
    }
}

@media (min-width:1280px){
    .container,
    .container-fix{
        width: calc(1194px + 30px);
        max-width: 100%;
    }
}

.flb-wr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;;
}

.flb-wr > *{
    margin-left: 20px;
}

.flb-cc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flb-csb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flb-cs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flb-sb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flb-sc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flb-csb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flb-ss{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flb-s_end{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flb-c_end{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flb-sar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.nowrap{
    -ms-flex-wrap: initial;
        flex-wrap: initial;
}

.mt0{
    margin-top: 0;
}

.mt5{
    margin-top: 5px;
}

.mt10{
    margin-top: 10px;
}

.mt12{
    margin-top: 12px;
}

.mt16{
    margin-top: 16px;
}

.mt15{
    margin-top: 15px;
}

.mt20{
    margin-top: 20px;
}

.mt24{
    margin-top: 24px;
}

.mt30{
    margin-top: 30px;
}

.mt32{
    margin-top: 32px;
}

.mt40{
    margin-top: 40px;
}

.mt45{
    margin-top: 45px;
}

.mt50{
    margin-top: 50px;
}

.mt52{
    margin-top: 52px;
}

.mt54{
    margin-top: 54px;
}

.mt56{
    margin-top: 56px;
}

.mt60{
    margin-top: 60px;
}

.mt64{
    margin-top: 64px;
}

.mt80{
    margin-top: 80px;
}

.mt100{
    margin-top: 100px;
}

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

.mb2{
    margin-bottom: 2px;
}

.mb5{
    margin-bottom: 5px;
}

.mb6{
    margin-bottom: 6px;
}

.mb8{
    margin-bottom: 8px;
}

.mb10{
    margin-bottom: 10px;
}

.mb12{
    margin-bottom: 12px;
}

.mb15{
    margin-bottom: 15px;
}

.mb16{
    margin-bottom: 16px;
}

.mb20{
    margin-bottom: 20px;
}

.mb24{
    margin-bottom: 24px;
}

.mb25{
    margin-bottom: 25px;
}

.mb26{
    margin-bottom: 26px;
}

.mb28{
    margin-bottom: 28px;
}

.mb30{
    margin-bottom: 30px;
}

.mb32{
    margin-bottom: 32px;
}

.mb35{
    margin-bottom: 35px;
}

.mb36{
    margin-bottom: 36px;
}

.mb40{
    margin-bottom: 40px;
}

.mb42{
    margin-bottom: 42px;
}

.mb45{
    margin-bottom: 45px;
}

.mb48{
    margin-bottom: 48px;
}

.mb50{
    margin-bottom: 50px;
}

.mb54{
    margin-bottom: 54px;
}

.mb60{
    margin-bottom: 60px;
}

.mb62{
    margin-bottom: 62px;
}

.mb64{
    margin-bottom: 64px;
}

.mb70{
    margin-bottom: 70px;
}

.mb72{
    margin-bottom: 72px;
}

.mb80{
    margin-bottom: 80px;
}

.mb84{
    margin-bottom: 84px;
}

.mb90{
    margin-bottom: 90px;
}

.mb100{
    margin-bottom: 100px;
}

.mb120{
    margin-bottom: 120px;
}

.mb130{
    margin-bottom: 130px;
}

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

.mr5{
    margin-right: 5px;
}

.mr8{
    margin-right: 8px;
}

.mr10{
    margin-right: 10px;
}

.mr15{
    margin-right: 15px;
}

.mr16{
    margin-right: 16px;
}

.mr20{
    margin-right: 20px;
}

.mr24{
    margin-right: 24px;
}

.mr30{
    margin-right: 30px;
}

.mr32{
    margin-right: 32px;
}

.mr35{
    margin-right: 35px;
}

.mr40{
    margin-right: 40px;
}

.mr50{
    margin-right: 50px;
}

.ml5{
    margin-left: 5px;
}

.ml10{
    margin-left: 10px;
}

.ml15{
    margin-left: 15px;
}

.ml24{
    margin-left: 24px;
}

.ml20{
    margin-left: 20px;
}

.ml30{
    margin-left: 30px;
}

.ml40{
    margin-left: 40px;
}

.ml50{
    margin-left: 50px;
}

.ml88{
    margin-left: 88px;
}

.mr60{
    margin-right: 60px;
}

.pt0{
    padding-top: 0;
}

.pt5{
    padding-top: 5px;
}

.pt10{
    padding-top: 10px;
}

.pt15{
    padding-top: 15px;
}

.pt20{
    padding-top: 20px;
}

.pt24{
    padding-top: 24px;
}

.pt30{
    padding-top: 30px;
}

.pt40{
    padding-top: 40px;
}

.pt45{
    padding-top: 45px;
}

.pt50{
    padding-top: 50px;
}

.pt56{
    padding-top: 56px;
}

.pt60{
    padding-top: 60px;
}

.pt64{
    padding-top: 64px;
}

.pt80{
    padding-top: 80px;
}

.pt100{
    padding-top: 100px;
}

.pb5{
    padding-bottom: 5px;
}

.pb10{
    padding-bottom: 10px;
}

.pb12{
    padding-bottom: 12px;
}

.pb15{
    padding-bottom: 15px;
}

.pb20{
    padding-bottom: 20px;
}

.pb24{
    padding-bottom: 24px;
}

.pb25{
    padding-bottom: 25px;
}

.pb30{
    padding-bottom: 30px;
}

.pb32{
    padding-bottom: 32px;
}

.pb35{
    padding-bottom: 35px;
}

.pb40{
    padding-bottom: 40px;
}

.pb48{
    padding-bottom: 48px;
}

.pb50{
    padding-bottom: 50px;
}

.pb60{
    padding-bottom: 60px;
}

.pb62{
    padding-bottom: 62px;
}

.pb64{
    padding-bottom: 64px;
}

.pb70{
    padding-bottom: 70px;
}

.pb72{
    padding-bottom: 72px;
}

.pb80{
    padding-bottom: 80px;
}

.pb84{
    padding-bottom: 84px;
}

.pb100{
    padding-bottom: 100px;
}

.pb120{
    padding-bottom: 120px;
}

.pb130{
    padding-bottom: 130px;
}

.pr5{
    padding-right: 5px;
}

.pr10{
    padding-right: 10px;
}

.pr15{
    padding-right: 15px;
}

.pr20{
    padding-right: 20px;
}

.pr30{
    padding-right: 30px;
}

.pr40{
    padding-right: 40px;
}

.pl5{
    padding-left: 5px;
}

.pl10{
    padding-left: 10px;
}

.pl15{
    padding-left: 15px;
}

.pl20{
    padding-left: 20px;
}

.pl30{
    padding-left: 30px;
}

.pl40{
    padding-left: 40px;
}

.pr60{
    padding-right: 60px;
}

.show-only-lg{
    display: none;
}

.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;;
}

.row.p8{
    margin-right: -8px;
    margin-left: -8px;;
}

.row.p8 .col,
.row.p8 .col-1,
.row.p8 .col-10,
.row.p8 .col-11,
.row.p8 .col-12,
.row.p8 .col-2,
.row.p8 .col-3,
.row.p8 .col-4,
.row.p8 .col-5,
.row.p8 .col-6,
.row.p8 .col-7,
.row.p8 .col-8,
.row.p8 .col-9,
.row.p8 .col-lg,
.row.p8 .col-lg-1,
.row.p8 .col-lg-10,
.row.p8 .col-lg-11,
.row.p8 .col-lg-12,
.row.p8 .col-lg-2,
.row.p8 .col-lg-3,
.row.p8 .col-lg-4,
.row.p8 .col-lg-5,
.row.p8 .col-lg-6,
.row.p8 .col-lg-7,
.row.p8 .col-lg-8,
.row.p8 .col-lg-9,
.row.p8 .col-md,
.row.p8 .col-md-1,
.row.p8 .col-md-10,
.row.p8 .col-md-11,
.row.p8 .col-md-12,
.row.p8 .col-md-2,
.row.p8 .col-md-3,
.row.p8 .col-md-4,
.row.p8 .col-md-5,
.row.p8 .col-md-6,
.row.p8 .col-md-7,
.row.p8 .col-md-8,
.row.p8 .col-md-9,
.row.p8 .col-sm,
.row.p8 .col-sm-1,
.row.p8 .col-sm-10,
.row.p8 .col-sm-11,
.row.p8 .col-sm-12,
.row.p8 .col-sm-2,
.row.p8 .col-sm-3,
.row.p8 .col-sm-4,
.row.p8 .col-sm-5,
.row.p8 .col-sm-6,
.row.p8 .col-sm-7,
.row.p8 .col-sm-8,
.row.p8 .col-sm-9,
.row.p8 .col-xl,
.row.p8 .col-xl-1,
.row.p8 .col-xl-10,
.row.p8 .col-xl-11,
.row.p8 .col-xl-12,
.row.p8 .col-xl-2,
.row.p8 .col-xl-3,
.row.p8 .col-xl-4,
.row.p8 .col-xl-5,
.row.p8 .col-xl-6,
.row.p8 .col-xl-7,
.row.p8 .col-xl-8,
.row.p8 .col-xl-9{
    padding-right: 8px;
    padding-left: 8px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;;
}

.col-1{
    max-width: 8.333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;;
}

.col-2{
    max-width: 16.666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;;
}

.col-3{
    max-width: 25%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;;
}

.col-4{
    max-width: 33.333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;;
}

.col-5{
    max-width: 41.666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;;
}

.col-6{
    max-width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;;
}

.col-7{
    max-width: 58.333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;;
}

.col-8{
    max-width: 66.666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;;
}

.col-9{
    max-width: 75%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;;
}

.col-10{
    max-width: 83.333333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;;
}

.col-11{
    max-width: 91.666667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;;
}

.col-12{
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;;
}

@media (min-width:577px){
    .col-sm-1{
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;;
    }

    .col-sm-2{
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;;
    }

    .col-sm-3{
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;;
    }

    .col-sm-4{
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;;
    }

    .col-sm-5{
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;;
    }

    .col-sm-6{
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;;
    }

    .col-sm-7{
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;;
    }

    .col-sm-8{
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;;
    }

    .col-sm-9{
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;;
    }

    .col-sm-10{
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;;
    }

    .col-sm-11{
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;;
    }

    .col-sm-12{
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;;
    }
}

@media (min-width:768px){
    .col-md-1{
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;;
    }

    .col-md-2{
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;;
    }

    .col-md-3{
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;;
    }

    .col-md-4{
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;;
    }

    .col-md-5{
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;;
    }

    .col-md-6{
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;;
    }

    .col-md-7{
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;;
    }

    .col-md-8{
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;;
    }

    .col-md-9{
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;;
    }

    .col-md-10{
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;;
    }

    .col-md-11{
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;;
    }

    .col-md-12{
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;;
    }
}

@media (min-width:1025px){
    .col-lg-1{
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;;
    }

    .col-lg-2{
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;;
    }

    .col-lg-3{
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;;
    }

    .col-lg-4{
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;;
    }

    .col-lg-5{
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;;
    }

    .col-lg-6{
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;;
    }

    .col-lg-7{
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;;
    }

    .col-lg-8{
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;;
    }

    .col-lg-9{
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;;
    }

    .col-lg-10{
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;;
    }

    .col-lg-11{
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;;
    }

    .col-lg-12{
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;;
    }

    .pull-lg-0{
        right: auto;
    }

    .pull-lg-1{
        right: 8.333333%;
    }

    .pull-lg-2{
        right: 16.666667%;
    }

    .pull-lg-3{
        right: 25%;
    }

    .pull-lg-4{
        right: 33.333333%;
    }

    .pull-lg-5{
        right: 41.666667%;
    }

    .pull-lg-6{
        right: 50%;
    }

    .pull-lg-7{
        right: 58.333333%;
    }

    .pull-lg-8{
        right: 66.666667%;
    }

    .pull-lg-9{
        right: 75%;
    }

    .pull-lg-10{
        right: 83.333333%;
    }

    .pull-lg-11{
        right: 91.666667%;
    }

    .pull-lg-12{
        right: 100%;
    }

    .push-lg-0{
        left: auto;
    }

    .push-lg-1{
        left: 8.333333%;
    }

    .push-lg-2{
        left: 16.666667%;
    }

    .push-lg-3{
        left: 25%;
    }

    .push-lg-4{
        left: 33.333333%;
    }

    .push-lg-5{
        left: 41.666667%;
    }

    .push-lg-6{
        left: 50%;
    }

    .push-lg-7{
        left: 58.333333%;
    }

    .push-lg-8{
        left: 66.666667%;
    }

    .push-lg-9{
        left: 75%;
    }

    .push-lg-10{
        left: 83.333333%;
    }

    .push-lg-11{
        left: 91.666667%;
    }

    .push-lg-12{
        left: 100%;
    }

    .offset-lg-0{
        margin-left: 0;
    }

    .offset-lg-1{
        margin-left: 8.333333%;
    }

    .offset-lg-2{
        margin-left: 16.666667%;
    }

    .offset-lg-3{
        margin-left: 25%;
    }

    .offset-lg-4{
        margin-left: 33.333333%;
    }

    .offset-lg-5{
        margin-left: 41.666667%;
    }

    .offset-lg-6{
        margin-left: 50%;
    }

    .offset-lg-7{
        margin-left: 58.333333%;
    }

    .offset-lg-8{
        margin-left: 66.666667%;
    }

    .offset-lg-9{
        margin-left: 75%;
    }

    .offset-lg-10{
        margin-left: 83.333333%;
    }

    .offset-lg-11{
        margin-left: 91.666667%;
    }

    .mt-lg-0{
        margin-top: 0;
    }

    .mt-lg-5{
        margin-top: 5px;
    }

    .mt-lg-10{
        margin-top: 10px;
    }

    .mt-lg-15{
        margin-top: 15px;
    }

    .mt-lg-20{
        margin-top: 20px;
    }

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

    .mt-lg-30{
        margin-top: 30px;
    }

    .mt-lg-32{
        margin-top: 32px;
    }

    .mt-lg-40{
        margin-top: 40px;
    }

    .mt-lg-45{
        margin-top: 45px;
    }

    .mt-lg-50{
        margin-top: 50px;
    }

    .mt-lg-56{
        margin-top: 56px;
    }

    .mt-lg-60{
        margin-top: 60px;
    }

    .mt-lg-64{
        margin-top: 64px;
    }

    .mt-lg-80{
        margin-top: 80px;
    }

    .mt-lg-100{
        margin-top: 100px;
    }

    .mb-lg-5{
        margin-bottom: 5px;
    }

    .mb-lg-10{
        margin-bottom: 10px;
    }

    .mb-lg-12{
        margin-bottom: 12px;
    }

    .mb-lg-15{
        margin-bottom: 15px;
    }

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

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

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

    .mb-lg-25{
        margin-bottom: 25px;
    }

    .mb-lg-30{
        margin-bottom: 30px;
    }

    .mb-lg-32{
        margin-bottom: 32px;
    }

    .mb-lg-35{
        margin-bottom: 35px;
    }

    .mb-lg-36{
        margin-bottom: 36px;
    }

    .mb-lg-40{
        margin-bottom: 40px;
    }

    .mb-lg-45{
        margin-bottom: 45px;
    }

    .mb-lg-48{
        margin-bottom: 48px;
    }

    .mb-lg-50{
        margin-bottom: 50px;
    }

    .mb-lg-60{
        margin-bottom: 60px;
    }

    .mb-lg-62{
        margin-bottom: 62px;
    }

    .mb-lg-64{
        margin-bottom: 64px;
    }

    .mb-lg-70{
        margin-bottom: 70px;
    }

    .mb-lg-72{
        margin-bottom: 72px;
    }

    .mb-lg-80{
        margin-bottom: 80px;
    }

    .mb-lg-84{
        margin-bottom: 84px;
    }

    .mb-lg-90{
        margin-bottom: 90px;
    }

    .mb-lg-100{
        margin-bottom: 100px;
    }

    .mb-lg-120{
        margin-bottom: 120px;
    }

    .mb-lg-130{
        margin-bottom: 130px;
    }

    .mr-lg-5{
        margin-right: 5px;
    }

    .mr-lg-10{
        margin-right: 10px;
    }

    .mr-lg-15{
        margin-right: 15px;
    }

    .mr-lg-20{
        margin-right: 20px;
    }

    .mr-lg-30{
        margin-right: 30px;
    }

    .mr-lg-32{
        margin-right: 32px;
    }

    .mr-lg-35{
        margin-right: 35px;
    }

    .mr-lg-40{
        margin-right: 40px;
    }

    .mr-lg-50{
        margin-right: 50px;
    }

    .ml-lg-5{
        margin-left: 5px;
    }

    .ml-lg-10{
        margin-left: 10px;
    }

    .ml-lg-15{
        margin-left: 15px;
    }

    .ml-lg-24{
        margin-left: 24px;
    }

    .ml-lg-20{
        margin-left: 20px;
    }

    .ml-lg-30{
        margin-left: 30px;
    }

    .ml-lg-40{
        margin-left: 40px;
    }

    .ml-lg-50{
        margin-left: 50px;
    }

    .mr-lg-60{
        margin-right: 60px;
    }

    .pt-lg-0{
        padding-top: 0;
    }

    .pt-lg-5{
        padding-top: 5px;
    }

    .pt-lg-10{
        padding-top: 10px;
    }

    .pt-lg-15{
        padding-top: 15px;
    }

    .pt-lg-20{
        padding-top: 20px;
    }

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

    .pt-lg-30{
        padding-top: 30px;
    }

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

    .pt-lg-45{
        padding-top: 45px;
    }

    .pt-lg-50{
        padding-top: 50px;
    }

    .pt-lg-56{
        padding-top: 56px;
    }

    .pt-lg-60{
        padding-top: 60px;
    }

    .pt-lg-64{
        padding-top: 64px;
    }

    .pt-lg-80{
        padding-top: 80px;
    }

    .pb-lg-5{
        padding-bottom: 5px;
    }

    .pb-lg-10{
        padding-bottom: 10px;
    }

    .pb-lg-12{
        padding-bottom: 12px;
    }

    .pb-lg-15{
        padding-bottom: 15px;
    }

    .pb-lg-20{
        padding-bottom: 20px;
    }

    .pb-lg-24{
        padding-bottom: 24px;
    }

    .pb-lg-25{
        padding-bottom: 25px;
    }

    .pb-lg-30{
        padding-bottom: 30px;
    }

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

    .pb-lg-35{
        padding-bottom: 35px;
    }

    .pb-lg-40{
        padding-bottom: 40px;
    }

    .pb-lg-48{
        padding-bottom: 48px;
    }

    .pb-lg-50{
        padding-bottom: 50px;
    }

    .pb-lg-60{
        padding-bottom: 60px;
    }

    .pb-lg-62{
        padding-bottom: 62px;
    }

    .pb-lg-64{
        padding-bottom: 64px;
    }

    .pb-lg-70{
        padding-bottom: 70px;
    }

    .pb-lg-72{
        padding-bottom: 72px;
    }

    .pb-lg-80{
        padding-bottom: 80px;
    }

    .pb-lg-84{
        padding-bottom: 84px;
    }

    .pb-lg-100{
        padding-bottom: 100px;
    }

    .pb-lg-120{
        padding-bottom: 120px;
    }

    .pb-lg-130{
        padding-bottom: 130px;
    }

    .pr-lg-5{
        padding-right: 5px;
    }

    .pr-lg-10{
        padding-right: 10px;
    }

    .pr-lg-15{
        padding-right: 15px;
    }

    .pr-lg-20{
        padding-right: 20px;
    }

    .pr-lg-30{
        padding-right: 30px;
    }

    .pr-lg-40{
        padding-right: 40px;
    }

    .pl-lg-5{
        padding-left: 5px;
    }

    .pl-lg-10{
        padding-left: 10px;
    }

    .pl-lg-15{
        padding-left: 15px;
    }

    .pl-lg-20{
        padding-left: 20px;
    }

    .pl-lg-30{
        padding-left: 30px;
    }

    .pl-lg-40{
        padding-left: 40px;
    }

    .pr-lg-60{
        padding-right: 60px;
    }
}

@media (min-width:1280px){
    .col-xl{
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;;
    }

    .col-xl-auto{
        width: auto;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;;
    }

    .col-xl-1{
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;;
    }

    .col-xl-2{
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;;
    }

    .col-xl-3{
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;;
    }

    .col-xl-4{
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;;
    }

    .col-xl-5{
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;;
    }

    .col-xl-6{
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;;
    }

    .col-xl-7{
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;;
    }

    .col-xl-8{
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;;
    }

    .col-xl-9{
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;;
    }

    .col-xl-10{
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;;
    }

    .col-xl-11{
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;;
    }

    .col-xl-12{
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;;
    }

    .pull-xl-0{
        right: auto;
    }

    .pull-xl-1{
        right: 8.333333%;
    }

    .pull-xl-2{
        right: 16.666667%;
    }

    .pull-xl-3{
        right: 25%;
    }

    .pull-xl-4{
        right: 33.333333%;
    }

    .pull-xl-5{
        right: 41.666667%;
    }

    .pull-xl-6{
        right: 50%;
    }

    .pull-xl-7{
        right: 58.333333%;
    }

    .pull-xl-8{
        right: 66.666667%;
    }

    .pull-xl-9{
        right: 75%;
    }

    .pull-xl-10{
        right: 83.333333%;
    }

    .pull-xl-11{
        right: 91.666667%;
    }

    .pull-xl-12{
        right: 100%;
    }

    .push-xl-0{
        left: auto;
    }

    .push-xl-1{
        left: 8.333333%;
    }

    .push-xl-2{
        left: 16.666667%;
    }

    .push-xl-3{
        left: 25%;
    }

    .push-xl-4{
        left: 33.333333%;
    }

    .push-xl-5{
        left: 41.666667%;
    }

    .push-xl-6{
        left: 50%;
    }

    .push-xl-7{
        left: 58.333333%;
    }

    .push-xl-8{
        left: 66.666667%;
    }

    .push-xl-9{
        left: 75%;
    }

    .push-xl-10{
        left: 83.333333%;
    }

    .push-xl-11{
        left: 91.666667%;
    }

    .push-xl-12{
        left: 100%;
    }

    .offset-xl-0{
        margin-left: 0;
    }

    .offset-xl-1{
        margin-left: 8.333333%;
    }

    .offset-xl-2{
        margin-left: 16.666667%;
    }

    .offset-xl-3{
        margin-left: 25%;
    }

    .offset-xl-4{
        margin-left: 33.333333%;
    }

    .offset-xl-5{
        margin-left: 41.666667%;
    }

    .offset-xl-6{
        margin-left: 50%;
    }

    .offset-xl-7{
        margin-left: 58.333333%;
    }

    .offset-xl-8{
        margin-left: 66.666667%;
    }

    .offset-xl-9{
        margin-left: 75%;
    }

    .offset-xl-10{
        margin-left: 83.333333%;
    }

    .offset-xl-11{
        margin-left: 91.666667%;
    }
}

@media (min-width:1380px){
    .col-xxl{
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;;
    }

    .col-xxl-auto{
        width: auto;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;;
    }

    .col-xxl-1{
        max-width: 8.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;;
    }

    .col-xxl-2{
        max-width: 16.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;;
    }

    .col-xxl-3{
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;;
    }

    .col-xxl-4{
        max-width: 33.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;;
    }

    .col-xxl-5{
        max-width: 41.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;;
    }

    .col-xxl-6{
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;;
    }

    .col-xxl-7{
        max-width: 58.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;;
    }

    .col-xxl-8{
        max-width: 66.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;;
    }

    .col-xxl-9{
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;;
    }

    .col-xxl-10{
        max-width: 83.333333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;;
    }

    .col-xxl-11{
        max-width: 91.666667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;;
    }

    .col-xxl-12{
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;;
    }

    .pull-xxl-0{
        right: auto;
    }

    .pull-xxl-1{
        right: 8.333333%;
    }

    .pull-xxl-2{
        right: 16.666667%;
    }

    .pull-xxl-3{
        right: 25%;
    }

    .pull-xxl-4{
        right: 33.333333%;
    }

    .pull-xxl-5{
        right: 41.666667%;
    }

    .pull-xxl-6{
        right: 50%;
    }

    .pull-xxl-7{
        right: 58.333333%;
    }

    .pull-xxl-8{
        right: 66.666667%;
    }

    .pull-xxl-9{
        right: 75%;
    }

    .pull-xxl-10{
        right: 83.333333%;
    }

    .pull-xxl-11{
        right: 91.666667%;
    }

    .pull-xxl-12{
        right: 100%;
    }

    .push-xxl-0{
        left: auto;
    }

    .push-xxl-1{
        left: 8.333333%;
    }

    .push-xxl-2{
        left: 16.666667%;
    }

    .push-xxl-3{
        left: 25%;
    }

    .push-xxl-4{
        left: 33.333333%;
    }

    .push-xxl-5{
        left: 41.666667%;
    }

    .push-xxl-6{
        left: 50%;
    }

    .push-xxl-7{
        left: 58.333333%;
    }

    .push-xxl-8{
        left: 66.666667%;
    }

    .push-xxl-9{
        left: 75%;
    }

    .push-xxl-10{
        left: 83.333333%;
    }

    .push-xxl-11{
        left: 91.666667%;
    }

    .push-xxl-12{
        left: 100%;
    }

    .offset-xxl-0{
        margin-left: 0;
    }

    .offset-xxl-1{
        margin-left: 8.333333%;
    }

    .offset-xxl-2{
        margin-left: 16.666667%;
    }

    .offset-xxl-3{
        margin-left: 25%;
    }

    .offset-xxl-4{
        margin-left: 33.333333%;
    }

    .offset-xxl-5{
        margin-left: 41.666667%;
    }

    .offset-xxl-6{
        margin-left: 50%;
    }

    .offset-xxl-7{
        margin-left: 58.333333%;
    }

    .offset-xxl-8{
        margin-left: 66.666667%;
    }

    .offset-xxl-9{
        margin-left: 75%;
    }

    .offset-xxl-10{
        margin-left: 83.333333%;
    }

    .offset-xxl-11{
        margin-left: 91.666667%;
    }
}

@media (min-width:1639px){
    .col-exl-2_5{
        max-width: 20%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;;
    }

    .col-exl-3{
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;;
    }

    .col-exl-4{
        max-width: 33.3333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;;
    }

    .col-exl-8{
        max-width: 66.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;;
    }
}

@media (min-width:1280px){
    .show-xl{
        display: none;
    }
}

@media (max-width:1279px){
    .hide-xl{
        display: none!important;
    }

    .mt-xl-0{
        margin-top: 0;
    }

    .mt-xl-16{
        margin-top: 16px;
    }

    .mb-xl-0{
        margin-bottom: 0;
    }

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

    .mb-xl-60{
        margin-bottom: 60px;
    }

    .mb-xl-40{
        margin-bottom: 40px;
    }

    .mt-xl-40{
        margin-top: 40px;
    }

    .mt-xl-80{
        margin-top: 80px;
    }
}

@media (min-width:1280px){
    .show-lg{
        display: none;
    }
}

@media (max-width:1279px){
    .hide-lg{
        display: none!important;
    }
}

@media (max-width:1279px) and (min-width:1025px){
    .hide-only-lg{
        display: none!important;
    }

    .show-only-lg{
        display: block;
    }
}

@media (min-width:1025px){
    .show-md{
        display: none!important;
    }
}

@media (max-width:1024px){
    body{
        font-size: 16px;
    }

    .hide-md{
        display: none!important;
    }

    .mt-md-0{
        margin-top: 0;
    }

    .mt-md-5{
        margin-top: 5px;
    }

    .mt-md-10{
        margin-top: 10px;
    }

    .mt-md-15{
        margin-top: 15px;
    }

    .mt-md-20{
        margin-top: 20px;
    }

    .mt-md-22{
        margin-top: 22px;
    }

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

    .mt-md-30{
        margin-top: 30px;
    }

    .mt-md-32{
        margin-top: 32px;
    }

    .mt-md-40{
        margin-top: 40px;
    }

    .mt-md-45{
        margin-top: 45px;
    }

    .mt-md-48{
        margin-top: 48px;
    }

    .mt-md-50{
        margin-top: 50px;
    }

    .mt-md-56{
        margin-top: 56px;
    }

    .mt-md-60{
        margin-top: 60px;
    }

    .mt-md-64{
        margin-top: 64px;
    }

    .mt-md-80{
        margin-top: 80px;
    }

    .mb-md-0{
        margin-bottom: 0;
    }

    .mb-md-5{
        margin-bottom: 5px;
    }

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

    .mb-md-10{
        margin-bottom: 10px;
    }

    .mb-md-12{
        margin-bottom: 12px;
    }

    .mb-md-15{
        margin-bottom: 15px;
    }

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

    .mb-md-16-i{
        margin-bottom: 16px!important;
    }

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

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

    .mb-md-25{
        margin-bottom: 25px;
    }

    .mb-md-30{
        margin-bottom: 30px;
    }

    .mb-md-32{
        margin-bottom: 32px;
    }

    .mb-md-35{
        margin-bottom: 35px;
    }

    .mb-md-36{
        margin-bottom: 36px;
    }

    .mb-md-40{
        margin-bottom: 40px;
    }

    .mb-md-45{
        margin-bottom: 45px;
    }

    .mb-md-48{
        margin-bottom: 48px;
    }

    .mb-md-50{
        margin-bottom: 50px;
    }

    .mb-md-60{
        margin-bottom: 60px;
    }

    .mb-md-62{
        margin-bottom: 62px;
    }

    .mb-md-64{
        margin-bottom: 64px;
    }

    .mb-md-70{
        margin-bottom: 70px;
    }

    .mb-md-72{
        margin-bottom: 72px;
    }

    .mb-md-80{
        margin-bottom: 80px;
    }

    .mb-md-84{
        margin-bottom: 84px;
    }

    .mb-md-100{
        margin-bottom: 100px;
    }

    .mb-md-120{
        margin-bottom: 120px;
    }

    .mb-md-130{
        margin-bottom: 130px;
    }

    .mr-md-0{
        margin-right: 0;
    }

    .mr-md-5{
        margin-right: 5px;
    }

    .mr-md-10{
        margin-right: 10px;
    }

    .mr-md-15{
        margin-right: 15px;
    }

    .mr-md-20{
        margin-right: 20px;
    }

    .mr-md-30{
        margin-right: 30px;
    }

    .mr-md-40{
        margin-right: 40px;
    }

    .mr-md-50{
        margin-right: 50px;
    }

    .ml-md-0{
        margin-left: 0;
    }

    .ml-md-5{
        margin-left: 5px;
    }

    .ml-md-10{
        margin-left: 10px;
    }

    .ml-md-15{
        margin-left: 15px;
    }

    .ml-md-20{
        margin-left: 20px;
    }

    .ml-md-30{
        margin-left: 30px;
    }

    .ml-md-40{
        margin-left: 40px;
    }

    .mr-md-60{
        margin-right: 60px;
    }

    .pt-md-0{
        padding-top: 0;
    }

    .pt-md-5{
        padding-top: 5px;
    }

    .pt-md-10{
        padding-top: 10px;
    }

    .pt-md-15{
        padding-top: 15px;
    }

    .pt-md-20{
        padding-top: 20px;
    }

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

    .pt-md-30{
        padding-top: 30px;
    }

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

    .pt-md-45{
        padding-top: 45px;
    }

    .pt-md-50{
        padding-top: 50px;
    }

    .pt-md-56{
        padding-top: 56px;
    }

    .pt-md-60{
        padding-top: 60px;
    }

    .pt-md-64{
        padding-top: 64px;
    }

    .pt-md-80{
        padding-top: 80px;
    }

    .pb-md-5{
        padding-bottom: 5px;
    }

    .pb-md-10{
        padding-bottom: 10px;
    }

    .pb-md-12{
        padding-bottom: 12px;
    }

    .pb-md-15{
        padding-bottom: 15px;
    }

    .pb-md-20{
        padding-bottom: 20px;
    }

    .pb-md-24{
        padding-bottom: 24px;
    }

    .pb-md-25{
        padding-bottom: 25px;
    }

    .pb-md-30{
        padding-bottom: 30px;
    }

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

    .pb-md-35{
        padding-bottom: 35px;
    }

    .pb-md-40{
        padding-bottom: 40px;
    }

    .pb-md-48{
        padding-bottom: 48px;
    }

    .pb-md-50{
        padding-bottom: 50px;
    }

    .pb-md-60{
        padding-bottom: 60px;
    }

    .pb-md-62{
        padding-bottom: 62px;
    }

    .pb-md-64{
        padding-bottom: 64px;
    }

    .pb-md-70{
        padding-bottom: 70px;
    }

    .pb-md-72{
        padding-bottom: 72px;
    }

    .pb-md-80{
        padding-bottom: 80px;
    }

    .pb-md-84{
        padding-bottom: 84px;
    }

    .pb-md-100{
        padding-bottom: 100px;
    }

    .pb-md-120{
        padding-bottom: 120px;
    }

    .pb-md-130{
        padding-bottom: 130px;
    }

    .pr-md-5{
        padding-right: 5px;
    }

    .pr-md-10{
        padding-right: 10px;
    }

    .pr-md-15{
        padding-right: 15px;
    }

    .pr-md-20{
        padding-right: 20px;
    }

    .pr-md-30{
        padding-right: 30px;
    }

    .pr-md-40{
        padding-right: 40px;
    }

    .pl-md-5{
        padding-left: 5px;
    }

    .pl-md-10{
        padding-left: 10px;
    }

    .pl-md-15{
        padding-left: 15px;
    }

    .pl-md-20{
        padding-left: 20px;
    }

    .pl-md-30{
        padding-left: 30px;
    }

    .pl-md-40{
        padding-left: 40px;
    }

    .pr-md-60{
        padding-right: 60px;
    }

    .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -10px;
        margin-left: -10px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9{
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width:1024px) and (min-width:768px){
    .hide-only-md{
        display: none!important;
    }
}

@media (min-width:768px){
    .show-sm{
        display: none!important;
    }
}

@media (max-width:767px){
    .hide-sm{
        display: none!important;
    }

    .mt-sm-0{
        margin-top: 0;
    }

    .mt-sm-5{
        margin-top: 5px;
    }

    .mt-sm-10{
        margin-top: 10px;
    }

    .mt-sm-15{
        margin-top: 15px;
    }

    .mt-sm-20{
        margin-top: 20px;
    }

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

    .mt-sm-30{
        margin-top: 30px;
    }

    .mt-sm-32{
        margin-top: 32px;
    }

    .mt-sm-40{
        margin-top: 40px;
    }

    .mt-sm-45{
        margin-top: 45px;
    }

    .mt-sm-50{
        margin-top: 50px;
    }

    .mt-sm-56{
        margin-top: 56px;
    }

    .mt-sm-60{
        margin-top: 60px;
    }

    .mt-sm-64{
        margin-top: 64px;
    }

    .mt-sm-80{
        margin-top: 80px;
    }

    .mb-sm-5{
        margin-bottom: 5px;
    }

    .mb-sm-10{
        margin-bottom: 10px;
    }

    .mb-sm-12{
        margin-bottom: 12px;
    }

    .mb-sm-15{
        margin-bottom: 15px;
    }

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

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

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

    .mb-sm-25{
        margin-bottom: 25px;
    }

    .mb-sm-30{
        margin-bottom: 30px;
    }

    .mb-sm-32{
        margin-bottom: 32px;
    }

    .mb-sm-35{
        margin-bottom: 35px;
    }

    .mb-sm-36{
        margin-bottom: 36px;
    }

    .mb-sm-40{
        margin-bottom: 40px;
    }

    .mb-sm-45{
        margin-bottom: 45px;
    }

    .mb-sm-48{
        margin-bottom: 48px;
    }

    .mb-sm-50{
        margin-bottom: 50px;
    }

    .mb-sm-60{
        margin-bottom: 60px;
    }

    .mb-sm-62{
        margin-bottom: 62px;
    }

    .mb-sm-64{
        margin-bottom: 64px;
    }

    .mb-sm-70{
        margin-bottom: 70px;
    }

    .mb-sm-72{
        margin-bottom: 72px;
    }

    .mb-sm-80{
        margin-bottom: 80px;
    }

    .mb-sm-84{
        margin-bottom: 84px;
    }

    .mb-sm-100{
        margin-bottom: 100px;
    }

    .mb-sm-120{
        margin-bottom: 120px;
    }

    .mb-sm-130{
        margin-bottom: 130px;
    }

    .mr-sm-0{
        margin-right: 0;
    }

    .mr-sm-5{
        margin-right: 5px;
    }

    .mr-sm-10{
        margin-right: 10px;
    }

    .mr-sm-15{
        margin-right: 15px;
    }

    .mr-sm-20{
        margin-right: 20px;
    }

    .mr-sm-30{
        margin-right: 30px;
    }

    .mr-sm-40{
        margin-right: 40px;
    }

    .mr-sm-50{
        margin-right: 50px;
    }

    .ml-sm-0{
        margin-left: 0;
    }

    .ml-sm-5{
        margin-left: 5px;
    }

    .ml-sm-10{
        margin-left: 10px;
    }

    .ml-sm-15{
        margin-left: 15px;
    }

    .ml-sm-20{
        margin-left: 20px;
    }

    .ml-sm-30{
        margin-left: 30px;
    }

    .ml-sm-40{
        margin-left: 40px;
    }

    .mr-sm-60{
        margin-right: 60px;
    }

    .pt-sm-0{
        padding-top: 0;
    }

    .pt-sm-5{
        padding-top: 5px;
    }

    .pt-sm-10{
        padding-top: 10px;
    }

    .pt-sm-15{
        padding-top: 15px;
    }

    .pt-sm-20{
        padding-top: 20px;
    }

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

    .pt-sm-30{
        padding-top: 30px;
    }

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

    .pt-sm-45{
        padding-top: 45px;
    }

    .pt-sm-50{
        padding-top: 50px;
    }

    .pt-sm-56{
        padding-top: 56px;
    }

    .pt-sm-60{
        padding-top: 60px;
    }

    .pt-sm-64{
        padding-top: 64px;
    }

    .pt-sm-80{
        padding-top: 80px;
    }

    .pb-sm-5{
        padding-bottom: 5px;
    }

    .pb-sm-10{
        padding-bottom: 10px;
    }

    .pb-sm-12{
        padding-bottom: 12px;
    }

    .pb-sm-15{
        padding-bottom: 15px;
    }

    .pb-sm-20{
        padding-bottom: 20px;
    }

    .pb-sm-24{
        padding-bottom: 24px;
    }

    .pb-sm-25{
        padding-bottom: 25px;
    }

    .pb-sm-30{
        padding-bottom: 30px;
    }

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

    .pb-sm-35{
        padding-bottom: 35px;
    }

    .pb-sm-40{
        padding-bottom: 40px;
    }

    .pb-sm-48{
        padding-bottom: 48px;
    }

    .pb-sm-50{
        padding-bottom: 50px;
    }

    .pb-sm-60{
        padding-bottom: 60px;
    }

    .pb-sm-62{
        padding-bottom: 62px;
    }

    .pb-sm-64{
        padding-bottom: 64px;
    }

    .pb-sm-70{
        padding-bottom: 70px;
    }

    .pb-sm-72{
        padding-bottom: 72px;
    }

    .pb-sm-80{
        padding-bottom: 80px;
    }

    .pb-sm-84{
        padding-bottom: 84px;
    }

    .pb-sm-100{
        padding-bottom: 100px;
    }

    .pb-sm-120{
        padding-bottom: 120px;
    }

    .pb-sm-130{
        padding-bottom: 130px;
    }

    .pr-sm-5{
        padding-right: 5px;
    }

    .pr-sm-10{
        padding-right: 10px;
    }

    .pr-sm-15{
        padding-right: 15px;
    }

    .pr-sm-20{
        padding-right: 20px;
    }

    .pr-sm-30{
        padding-right: 30px;
    }

    .pr-sm-40{
        padding-right: 40px;
    }

    .pl-sm-5{
        padding-left: 5px;
    }

    .pl-sm-10{
        padding-left: 10px;
    }

    .pl-sm-15{
        padding-left: 15px;
    }

    .pl-sm-20{
        padding-left: 20px;
    }

    .pl-sm-30{
        padding-left: 30px;
    }

    .pl-sm-40{
        padding-left: 40px;
    }

    .pr-sm-60{
        padding-right: 60px;
    }

    .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -8px;
        margin-left: -8px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9{
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (max-width:767px) and (min-width:577px){
    .hide-sm-lg{
        display: none;
    }
}

@media (min-width:577px){
    .show-xs{
        display: none!important;
    }
}

@media (max-width:576px){
    body{
        font-size: 14px;
    }

    .hide-xs{
        display: none!important;
    }

    .mt-xs-0{
        margin-top: 0;
    }

    .mt-xs-5{
        margin-top: 5px;
    }

    .mt-xs-10{
        margin-top: 10px;
    }

    .mt-xs-15{
        margin-top: 15px;
    }

    .mt-xs-20{
        margin-top: 20px;
    }

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

    .mt-xs-30{
        margin-top: 30px;
    }

    .mt-xs-32{
        margin-top: 32px;
    }

    .mt-xs-40{
        margin-top: 40px;
    }

    .mt-xs-45{
        margin-top: 45px;
    }

    .mt-xs-50{
        margin-top: 50px;
    }

    .mt-xs-56{
        margin-top: 56px;
    }

    .mt-xs-60{
        margin-top: 60px;
    }

    .mt-xs-64{
        margin-top: 64px;
    }

    .mt-xs-80{
        margin-top: 80px;
    }

    .mb-xs-5{
        margin-bottom: 5px;
    }

    .mb-xs-10{
        margin-bottom: 10px;
    }

    .mb-xs-12{
        margin-bottom: 12px;
    }

    .mb-xs-15{
        margin-bottom: 15px;
    }

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

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

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

    .mb-xs-25{
        margin-bottom: 25px;
    }

    .mb-xs-30{
        margin-bottom: 30px;
    }

    .mb-xs-32{
        margin-bottom: 32px;
    }

    .mb-xs-35{
        margin-bottom: 35px;
    }

    .mb-xs-36{
        margin-bottom: 36px;
    }

    .mb-xs-40{
        margin-bottom: 40px;
    }

    .mb-xs-45{
        margin-bottom: 45px;
    }

    .mb-xs-48{
        margin-bottom: 48px;
    }

    .mb-xs-50{
        margin-bottom: 50px;
    }

    .mb-xs-60{
        margin-bottom: 60px;
    }

    .mb-xs-62{
        margin-bottom: 62px;
    }

    .mb-xs-64{
        margin-bottom: 64px;
    }

    .mb-xs-70{
        margin-bottom: 70px;
    }

    .mb-xs-72{
        margin-bottom: 72px;
    }

    .mb-xs-80{
        margin-bottom: 80px;
    }

    .mb-xs-84{
        margin-bottom: 84px;
    }

    .mb-xs-100{
        margin-bottom: 100px;
    }

    .mb-xs-120{
        margin-bottom: 120px;
    }

    .mb-xs-130{
        margin-bottom: 130px;
    }

    .mr-xs-0{
        margin-right: 0;
    }

    .mr-xs-5{
        margin-right: 5px;
    }

    .mr-xs-10{
        margin-right: 10px;
    }

    .mr-xs-15{
        margin-right: 15px;
    }

    .mr-xs-20{
        margin-right: 20px;
    }

    .mr-xs-30{
        margin-right: 30px;
    }

    .mr-xs-40{
        margin-right: 40px;
    }

    .mr-xs-50{
        margin-right: 50px;
    }

    .ml-xs-5{
        margin-left: 5px;
    }

    .ml-xs-10{
        margin-left: 10px;
    }

    .ml-xs-15{
        margin-left: 15px;
    }

    .ml-xs-20{
        margin-left: 20px;
    }

    .ml-xs-30{
        margin-left: 30px;
    }

    .ml-xs-40{
        margin-left: 40px;
    }

    .mr-xs-60{
        margin-right: 60px;
    }

    .pt-xs-0{
        padding-top: 0;
    }

    .pt-xs-5{
        padding-top: 5px;
    }

    .pt-xs-10{
        padding-top: 10px;
    }

    .pt-xs-15{
        padding-top: 15px;
    }

    .pt-xs-20{
        padding-top: 20px;
    }

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

    .pt-xs-30{
        padding-top: 30px;
    }

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

    .pt-xs-45{
        padding-top: 45px;
    }

    .pt-xs-50{
        padding-top: 50px;
    }

    .pt-xs-56{
        padding-top: 56px;
    }

    .pt-xs-60{
        padding-top: 60px;
    }

    .pt-xs-64{
        padding-top: 64px;
    }

    .pt-xs-80{
        padding-top: 80px;
    }

    .pb-xs-5{
        padding-bottom: 5px;
    }

    .pb-xs-10{
        padding-bottom: 10px;
    }

    .pb-xs-12{
        padding-bottom: 12px;
    }

    .pb-xs-15{
        padding-bottom: 15px;
    }

    .pb-xs-20{
        padding-bottom: 20px;
    }

    .pb-xs-24{
        padding-bottom: 24px;
    }

    .pb-xs-25{
        padding-bottom: 25px;
    }

    .pb-xs-30{
        padding-bottom: 30px;
    }

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

    .pb-xs-35{
        padding-bottom: 35px;
    }

    .pb-xs-40{
        padding-bottom: 40px;
    }

    .pb-xs-48{
        padding-bottom: 48px;
    }

    .pb-xs-50{
        padding-bottom: 50px;
    }

    .pb-xs-60{
        padding-bottom: 60px;
    }

    .pb-xs-62{
        padding-bottom: 62px;
    }

    .pb-xs-64{
        padding-bottom: 64px;
    }

    .pb-xs-70{
        padding-bottom: 70px;
    }

    .pb-xs-72{
        padding-bottom: 72px;
    }

    .pb-xs-80{
        padding-bottom: 80px;
    }

    .pb-xs-84{
        padding-bottom: 84px;
    }

    .pb-xs-100{
        padding-bottom: 100px;
    }

    .pb-xs-120{
        padding-bottom: 120px;
    }

    .pb-xs-130{
        padding-bottom: 130px;
    }

    .pr-xs-5{
        padding-right: 5px;
    }

    .pr-xs-10{
        padding-right: 10px;
    }

    .pr-xs-15{
        padding-right: 15px;
    }

    .pr-xs-20{
        padding-right: 20px;
    }

    .pr-xs-30{
        padding-right: 30px;
    }

    .pr-xs-40{
        padding-right: 40px;
    }

    .pl-xs-5{
        padding-left: 5px;
    }

    .pl-xs-10{
        padding-left: 10px;
    }

    .pl-xs-15{
        padding-left: 15px;
    }

    .pl-xs-20{
        padding-left: 20px;
    }

    .pl-xs-30{
        padding-left: 30px;
    }

    .pl-xs-40{
        padding-left: 40px;
    }

    .pr-xs-60{
        padding-right: 60px;
    }

    .container,
    .container-fix{
        padding-right: 15px;
        padding-left: 15px;;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
source,
span,
strike,
strong,
sub,
sup,
table,
tbody,
tdvideo,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var{
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0 none;
    border: 0;
    outline: 0;
    background: 0 0;;
}

ul{
    list-style: none;
}

blockquote,
q{
    quotes: none;
}

table,
table td{
    padding: 0;
    border-collapse: collapse;
    border: none;;
}

embed,
img{
    vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video{
    display: block;
}

mark,
rp,
rt,
ruby,
summary,
time{
    display: inline;
}

body{
    font-family: 'RF Tone',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: #212429;
    background: #fff;

    -webkit-font-feature-settings: 'pnum' on,'lnum' on;
            font-feature-settings: 'pnum' on,'lnum' on;
}

body.noscroll{
    overflow: hidden;
}

button,
input,
select,
textarea{
    display: inline-block;
    padding: 0;
    color: #212429;
    border: none;
    outline: 0;
    background: 0 0;;
}

button{
    cursor: pointer;
}

input,
select,
textarea{
    width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: rgba(33,36,41,.8);
}

input::-moz-placeholder,
textarea::-moz-placeholder{
    color: rgba(33,36,41,.8);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color: rgba(33,36,41,.8);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
    color: rgba(33,36,41,.8);
}

input::placeholder,
textarea::placeholder{
    color: rgba(33,36,41,.8);
}

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

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

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder{
    color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder{
    color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder{
    color: transparent;
}

a{
    text-decoration: none;
    color: inherit;
}

.bold,
.strong,
strong,
th{
    font-weight: 700;
}

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

hr{
    width: 100%;
    margin: 20px 0;
    border: 0;
    border-bottom: 1px solid rgba(33,36,41,.1);
}

section{
    position: relative;
}

a{
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration{
    display: none;
}

.ta{
    text-align: left;
}

.tar{
    text-align: right;
}

.tac{
    text-align: center;
}

.ttu{
    text-transform: uppercase;
}

.tdu{
    text-decoration: underline;
}

.wmax{
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    max-width: 100%;
}

.ovh{
    overflow: hidden;
}

.cp{
    cursor: pointer;
}

.animate{
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.red{
    color: #ef4444;
}

.posr{
    position: relative;
}

.poss{
    position: static;
}

.w100{
    width: 100%;
}

.h100{
    height: 100%;
}

.fg1{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fs1{
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.db{
    display: block;
}

.dib{
    display: inline-block;
}

.dif{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.dtc{
    display: table-cell;
}

.vam{
    vertical-align: middle;
}

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

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

.alc-i{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.jcc{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fdc{
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;;
}

.jcfs{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hidden{
    display: none!important;
}

.mla{
    margin-left: auto;
}

.sticky{
    position: -webkit-sticky!important;
    position:         sticky!important;
    top: 200px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.sticky.animated{
    top: 180px;
}

.sticky.t140{
    top: 140px;
}

.btn{
    font-size: 20px;
    font-weight: 700;
    line-height: .9;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 22px 60px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-align: center;
    color: #212429;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;;
}

.btn.btn-fullwhite{
    color: #212429;
    background: #fff;;
}

.btn.btn-fullwhite:hover{
    color: #2563eb;
    background: #dbeafe;;
}

.btn.btn-blue{
    color: #fff;
    background: #2563eb;;
}

.btn.btn-blue:hover{
    background: #1d4ed8;
}

.btn.btn-t-bluelite{
    color: #2563eb;
    border: 1px solid #2563eb;
    background: 0 0;;
}

.btn.btn-t-bluelite:hover{
    color: #fff;
    background: #2563eb;;
}

.btn.brd6{
    border-radius: 6px;
}

.btn.btn-join-submit{
    font-size: 20px;
    line-height: 1;
    min-height: 62px;
    padding: 18px 60px;
    color: #fff;
    background: #2563eb;;
}

.btn.btn-join-submit:hover{
    background: #1d4ed8;
}

.btn.button-s{
    padding: 16px 40px;
}

.btn.button-m{
    font-size: 16px;
    padding: 18px 45px;
}

.input{
    font-size: 14px;
    line-height: 1.6;
    padding: 16px 20px;
    color: #212429;
    border-radius: 6px;
    background-color: #f4f6f8;;
}

.input::-webkit-input-placeholder{
    color: #acb5bd;
}

.input::-moz-placeholder{
    color: #acb5bd;
}

.input:-ms-input-placeholder{
    color: #acb5bd;
}

.input::-ms-input-placeholder{
    color: #acb5bd;
}

.input::placeholder{
    color: #acb5bd;
}

.input.error{
    border-color: #ef4444!important;
}

.input.textarea{
    line-height: 21px;
    height: 120px;
    padding-top: 20px;;
}

.input-search-submit{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    border-radius: 0 6px 6px 0;
    background: #2563eb;;
}

.input-search-submit i{
    font-size: 24px;
    display: block;
    padding: 16px 20px;
}

.input-search-result{
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    display: none;
    width: calc(100% - 64px);
    padding: 16px;
    border: 1px solid #f0f2f4;
    border-top-color: transparent;
    border-radius: 0 0 6px 6px;
    background: #fff;
}

.input-search-result > *{
    margin-bottom: 14px;
}

.input-search-result > :last-child{
    margin-bottom: 0;
}

.input-search-result + .input-search{
    border-radius: 6px 6px 0 0;
}

i.input-search-submit{
    padding: 0;
    color: #212429;
    background: 0 0;;
}

i.input-search-submit .icon-search{
    padding: 9px 12px;
}

.input-wrap{
    position: relative;
}

.input-wrap.focus .label-input{
    font-size: 11px;
    top: 10px;;
}

.input-wrap.h44 .input.input-search{
    height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.input-wrap .label-input{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    position: absolute;
    top: 20px;
    left: 16px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    pointer-events: none;
    color: rgba(0,0,255,.4);;
}

.input-wrap .input{
    height: 56px;
    padding-top: 27px;
    padding-bottom: 11px;;
}

.input-wrap .input.textarea{
    height: 120px;
    padding-top: 32px;;
}

.input-wrap .input.input-search{
    padding: 16px 20px;
    padding-right: 84px;
    border: 1px solid #dde2e5;
    background: #fff;;
}

.input-wrap .input.input-date{
    height: auto;
    padding: 12px 12px;
    padding-top: initial;
    padding-right: 44px;
    padding-bottom: initial;
    border: 1px solid #f0f2f4;
    background: #fff;;
}

.input-wrap .error-text{
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    padding: 3px 8px;
    color: #fff;
    background: #ef4444;
}

.input-wrap .calendar-button{
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.custom-select{
    position: relative;
    width: 100%;
    border-radius: 6px;
    background: #fff;;
}

.custom-select.bg-blue1{
    background: #eff6ff;
}

.custom-select.bg-blue1 .custom-select-input{
    background: #eff6ff;
}

.custom-select.bg-blue1 .custom-select-options{
    background: #eff6ff;
}

.custom-select.bg-blue1 .custom-select-options .option{
    background: #eff6ff;
}

.custom-select-international .custom-select-input{
    font-weight: 700;
    border: none;
}

.custom-select-international .custom-select-input.open{
    border-radius: 6px;
}

.custom-select-international .custom-select-options{
    top: calc(100% + 32px);
    max-height: initial;
    padding-right: 14px;
    border: none;
    border-radius: 6px;;
}

.custom-select-international .custom-select-options-wrapper{
    overflow-y: scroll;
    max-height: 530px;
    padding-right: 5px;;
}

.custom-select-international .custom-select-options-wrapper::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 122px;
    background-color: transparent;;
}

.custom-select-international .custom-select-options-wrapper::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 122px;
    background-color: transparent;;
}

.custom-select-international .custom-select-options-wrapper::-webkit-scrollbar-track{
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 122px;
    background-color: #eff6ff;;
}

.custom-select-international .custom-select-options-wrapper::-webkit-scrollbar-track:hover{
    border-radius: 122px;
    background-color: #93c5fd;;
}

.custom-select-international .custom-select-options-wrapper::-webkit-scrollbar-thumb{
    width: 6px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 122px;
    background-color: #dbeafe;;
}

.custom-select-international .custom-select-options-wrapper::-webkit-scrollbar-thumb:hover{
    border-radius: 122px;
    background-color: #60a5fa;;
}

.custom-select-international .custom-select-options-wrapper::-webkit-scrollbar-button{
    display: none;
}

.custom-select-international .custom-select-options-wrapper::-webkit-scrollbar-button{
    display: none;
}

.custom-select-hidden{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.custom-select-input{
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 17px 12px;
    cursor: pointer;
    color: #90979e;
    border: 1px solid #dde2e5;
    border-radius: 6px;
    background: #fff;;
}

.custom-select-input.open{
    border-radius: 6px 6px 0 0;
}

.custom-select-input.open .icon{
    -webkit-transform: translateY(-50%) rotateX(-180deg);
            transform: translateY(-50%) rotateX(-180deg);
}

.custom-select-input.error{
    border-color: #ef4444;
}

.custom-select-input .icon{
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);;
}

.custom-select-options{
    position: absolute;
    z-index: 20;
    top: calc(100% - 2px);
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    max-height: 444px;
    padding-right: 16px;
    text-align: left;
    border: 1px solid #dde2e5;
    border-radius: 0 0 6px 6px;
    background: #fff;;
}

.custom-select-options::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 122px;
    background-color: transparent;;
}

.custom-select-options::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 122px;
    background-color: transparent;;
}

.custom-select-options::-webkit-scrollbar-track{
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 122px;
    background-color: #eff6ff;;
}

.custom-select-options::-webkit-scrollbar-track:hover{
    border-radius: 122px;
    background-color: #93c5fd;;
}

.custom-select-options::-webkit-scrollbar-thumb{
    width: 6px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 122px;
    background-color: #dbeafe;;
}

.custom-select-options::-webkit-scrollbar-thumb:hover{
    border-radius: 122px;
    background-color: #60a5fa;;
}

.custom-select-options::-webkit-scrollbar-button{
    display: none;
}

.custom-select-options::-webkit-scrollbar-button{
    display: none;
}

.custom-select-options .option{
    font-size: 16px;
    line-height: 1.5;
    display: block;
    padding: 10px 16px;
    cursor: pointer;
    color: #000;
    background: #fff;;
}

.custom-select-options .option:hover{
    color: #2563eb;
}

.custom-select-options .option.active{
    background: #eff6ff;
}

.custom-select-options .option img{
    vertical-align: middle;
}

.custom-select-options .flex-checkbox{
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.custom-select-options .flex-checkbox:first-child{
    padding-top: 0;
}

.custom-select-options .flex-checkbox:last-child{
    padding-bottom: 0;
    border-bottom: 0;;
}

.custom-select-options .flex-checkbox .text{
    font-size: 12px;
    font-weight: 600;
}

.flex-checkbox{
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;

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

.flex-checkbox-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 8px);
    margin-right: -4px;
    margin-left: -4px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.flex-checkbox-wrapper .flex-checkbox{
    width: calc(20% - 8px);
    margin-right: 4px;
    margin-left: 4px;;
}

.flex-checkbox.button{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 42px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    border: 1px solid #f0f2f4;
    border-radius: 6px;
    background: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-checkbox.button .text{
    margin: 0;
    color: #495057;
}

.flex-checkbox.button.checked{
    color: #fff;
    background: #2563eb;;
}

.flex-checkbox.button.checked .text{
    color: #fff;
}

.flex-checkbox.join-file{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flex-checkbox.join-file .text{
    margin-left: 0;
}

.flex-checkbox.error .text{
    color: #ef4444;
}

.flex-checkbox.error .checkbox-custom.checkbox-file{
    color: #ef4444;
}

.flex-checkbox .checkbox{
    position: absolute;
    top: 0;
    width: 15px!important;
    height: 15px!important;
    margin: 0;
    opacity: 0;
}

.flex-checkbox .checkbox-custom{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #dde2e5;
    border-radius: 6px;
    background: #fff;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.flex-checkbox .checkbox-custom.error{
    background: #ef4444!important;
}

.flex-checkbox .checkbox-custom.radio{
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1px solid #acb5bd;
    border-radius: 50%;
    background: 0 0;;
}

.flex-checkbox .checkbox-custom.radio + .text{
    font-weight: 700;
}

.flex-checkbox .checkbox-custom.checkbox-file{
    font-family: 'RF Tone'!important;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 24px;
    height: auto;
    margin-left: 16px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-decoration: underline;
    color: #212429;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #fff;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.flex-checkbox .checkbox-custom.checkbox-file img{
    margin-right: 8px;
}

.flex-checkbox .checkbox-custom.checkbox-file:hover{
    color: #2563eb;
    background: #eff6ff;
}

.flex-checkbox .checkbox-custom,
.flex-checkbox .label{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.flex-checkbox .checkbox:checked + .checkbox-custom{
    color: #fff;
    border-color: transparent;
    background: #2563eb;;
}

.flex-checkbox .checkbox:checked + .checkbox-custom:before{
    position: absolute;
    top: 17%;
    left: 50%;
    width: 14px;
    height: 7px;
    content: '';
    -webkit-transform: rotate(-45deg) translate(-50%,-50%);
        -ms-transform: rotate(-45deg) translate(-50%,-50%);
            transform: rotate(-45deg) translate(-50%,-50%);
    border: solid #fff;
    border-width: 0 0 2px 2px!important;;
}

.flex-checkbox .checkbox:checked + .checkbox-custom.radio{
    border-color: #acb5bd;
    background: 0 0;;
}

.flex-checkbox .checkbox:checked + .checkbox-custom.radio:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    border: none;
    border-width: initial;
    border-radius: 50%;
    background: #2563eb;;
}

.flex-checkbox .checkbox.error + .checkbox-custom{
    border-color: #ef4444!important;
}

.flex-checkbox .text{
    font-size: 14px;
    line-height: 1.6;
    margin-left: 10px;
    cursor: pointer;;
}

.flex-checkbox .text a{
    font-weight: 700;
    color: #2563eb;;
}

.flex-checkbox .text a:hover{
    color: #ef4444;
}

.counter{
    width: 120px;
    padding: 2px 5px;
    border-radius: 122px;
    background: gray;;
}

.counter-btn{
    font-size: 26px;
    line-height: 26px;
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    border-radius: 50%;
    background: #fff;;
}

.counter-btn::before,
.counter-btn:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: #000;
}

.counter-btn:hover{
    background: #ef4444;
}

.counter-btn:hover::before,
.counter-btn:hover:after{
    background: #fff;
}

.counter .counter-plus::before{
    width: 8px;
    height: 2px;
}

.counter .counter-plus::after{
    width: 2px;
    height: 8px;;
}

.counter .counter-minus::before{
    width: 8px;
    height: 2px;
}

.counter-value{
    font-size: 16px;
    width: 30px;
    height: 22px;
    text-align: center;
    border-bottom: 1px dotted rgba(128,128,128,.2);
}

.slider{
    position: relative;
    z-index: 20;
}

.slider.slider-1{
    padding-bottom: 70px;
}

.slider.slider-1 .slick-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    min-height: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);;
}

.slider.slider-2{
    padding-bottom: 70px;
}

.slider.slider-2 .slick-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    min-height: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);;
}

.slider.slider-3{
    padding-bottom: 70px;
}

.slider.slider-3 .slick-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    min-height: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);;
}

.slider.nav-4 .nav-next,
.slider.nav-4 .nav-prev{
    color: #fff;
    background: #2563eb;;
}

.slider.nav-4 .nav-next:hover,
.slider.nav-4 .nav-prev:hover{
    color: #fff;
    background: #1e40af;;
}

.slider.nav-3 .nav-next,
.slider.nav-3 .nav-prev{
    color: #212429;
    background: #fff;;
}

.slider.nav-3 .nav-next:hover,
.slider.nav-3 .nav-prev:hover{
    color: #212429;
    background: #dbeafe;;
}

.slider .nav-next,
.slider .nav-prev{
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    z-index: 30;
    bottom: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    border-radius: 6px;
    background: #fff;;
}

.slider .nav-next:before,
.slider .nav-prev:before{
    position: relative;
    z-index: 10;
}

.slider .nav-next:hover,
.slider .nav-prev:hover{
    color: #2563eb;
}

.slider .nav-next:active,
.slider .nav-prev:active{
    color: #2563eb;
}

.slider .nav-next.base3,
.slider .nav-prev.base3{
    background: #f4f6f8;
}

.slider .nav-prev{
    left: 0;
}

.slider .nav-next{
    left: 60px;
}

.slider .slick-slide{
    margin: 0 10px;
}

.slider .slick-list{
    margin: 0 -10px;
}

.slider .slick-dots{
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.slider .slick-dots li{
    position: relative;
    width: 8px;
    height: 8px;
    margin: 6px 6px;
    cursor: pointer;
    border-radius: 50%;
    background: #acb5bd;;
}

.slider .slick-dots li.slick-active{
    background: #2563eb;
}

.slider .slick-dots li button{
    display: none!important;
}

.slider.custom-dots .slick-dots li.slick-active{
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #acb5bd;
            box-shadow: 0 0 0 2px #acb5bd;
}

.slider.custom-dots .slick-dots li.slick-active::before{
    position: absolute;
    z-index: 0;
    top: -8px;
    left: -8px;
    width: 10px;
    height: 10px;
    content: '';
    pointer-events: none;
    border-radius: 50%;
    background: #fff;;
}

.slick-lightbox{
    background: rgba(0,0,0,.7)!important;
}

.slick-lightbox .slick-next:before,
.slick-lightbox .slick-prev:before,
.slick-lightbox-close:before{
    font-family: icomoon!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;

    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-lightbox .slick-next,
.slick-lightbox .slick-prev{
    font-size: 0;
    font-weight: 700;
    position: absolute;
    z-index: 20;
    z-index: 20;
    top: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 60px;
    height: 60px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    color: #212429;
    border-radius: 50%;
    background: #f0f2f4;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.slick-lightbox .slick-next:before,
.slick-lightbox .slick-prev:before{
    font-size: 40px;
    position: relative;
    z-index: 10;
    display: block;;
}

.slick-lightbox .slick-next:hover,
.slick-lightbox .slick-prev:hover{
    color: #fff;
    background: #2563eb;
}

.slick-lightbox .slick-next:hover:active,
.slick-lightbox .slick-prev:hover:active{
    background: #2563eb;
}

.slick-lightbox .slick-next:hover,
.slick-lightbox .slick-prev:hover{
    color: #fff;
    background: #2563eb;
}

.slick-lightbox .slick-prev{
    left: 5%;
}

.slick-lightbox .slick-prev:before{
    content: '\e90c';
}

.slick-lightbox .slick-next{
    right: 5%;
}

.slick-lightbox .slick-next:before{
    content: '\e910';
}

.slick-lightbox-close{
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    opacity: .7;
    color: #fff;
}

.slick-lightbox-close:hover{
    opacity: 1;
}

.slick-lightbox-close:before{
    font-size: 32px;
    content: '\e91e';
    color: #fff;;
}

.slick-lightbox-slick-img{
    -webkit-box-shadow: 0 4px 34px rgba(0,0,0,.2);
            box-shadow: 0 4px 34px rgba(0,0,0,.2);
}

.breadcrumbs{
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    padding: 24px 0;
    background: #eff6ff;;
}

.breadcrumbs li{
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 16px;

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

.breadcrumbs li:last-child{
    margin-right: 0;
}

.breadcrumbs li i{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-width: 3.335px 0 3.335px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #495057;
}

.breadcrumbs li a{
    position: relative;
    display: inline-block;
    margin-right: 16px;
    color: inherit;;
}

.breadcrumbs li a:hover{
    color: #2563eb;
}

.breadcrumbs li .i-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8px;
    height: 8px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.breadcrumbs li span{
    cursor: default;
}

.pagination{
    font-size: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 10px);
    margin-right: -5px;
    margin-left: -5px;
    padding: 4px 4px 2px;
    border-radius: 122px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.pagination.left{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pagination li{
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;;
}

.pagination li:first-child{
    margin-left: 0;
}

.pagination li:last-child{
    margin-right: 0;
}

.pagination li a,
.pagination li.active{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 3px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;;
}

.pagination li a i,
.pagination li.active i{
    font-size: 20px;
}

.pagination li.active,
.pagination li.active a{
    cursor: default;
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
    background: #00f;;
}

.pagination li a:hover{
    background: #eff6ff;
}

.section-links{
    margin-top: 24px;
    margin-bottom: 72px;
}

.section-links .btn{
    margin-right: 16px;
    margin-bottom: 10px;
}

.section-links .btn:last-child{
    margin-right: 0;
}

.section-image img{
    width: 100%;
    border-radius: 6px;
}

.share-block{
    font-size: 14px;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    padding: 16px 20px 16px 14px;
    color: rgba(0,0,255,.2);
    border-radius: 8px;
    background: gray;
    -webkit-box-shadow: inset 0 0 6px #f3f5f9;
            box-shadow: inset 0 0 6px #f3f5f9;;
}

.share-block span{
    margin-right: 20px;
}

.share-icon{
    font-size: 16px;
    margin-right: 20px;
    color: rgba(0,0,255,.2);;
}

.share-icon:last-child{
    margin-right: 0;
}

.share-icon:hover{
    color: rgba(0,0,255,.7);
}

.content{
    font-size: 14px;
    line-height: 1.6;
}

.content a{
    font-size: 14px;
    display: inline;
    color: #2563eb;
}

.content a:hover{
    color: #ef4444;
}

.content p{
    font-size: 14px;
    margin-bottom: 12px;
}

.content h1,
.content h2,
.content h3,
.content h5,
.content h6{
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
}

.content h1 h3,
.content h1 h4,
.content h1 h5,
.content h1 h6,
.content h1 + h2,
.content h2 h3,
.content h2 h4,
.content h2 h5,
.content h2 h6,
.content h2 + h2,
.content h3 h3,
.content h3 h4,
.content h3 h5,
.content h3 h6,
.content h3 + h2,
.content h5 h3,
.content h5 h4,
.content h5 h5,
.content h5 h6,
.content h5 + h2,
.content h6 h3,
.content h6 h4,
.content h6 h5,
.content h6 h6,
.content h6 + h2{
    margin-top: -8px;
    margin-bottom: 32px;
}

.content h4,
.content h5,
.content h6{
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 24px;
}

.content h4 h3,
.content h4 h4,
.content h4 h5,
.content h4 h6,
.content h4 + h2,
.content h5 h3,
.content h5 h4,
.content h5 h5,
.content h5 h6,
.content h5 + h2,
.content h6 h3,
.content h6 h4,
.content h6 h5,
.content h6 h6,
.content h6 + h2{
    margin-top: -8px;
    margin-bottom: 32px;
}

.content h4 + p,
.content h5 + p,
.content h6 + p{
    margin-bottom: 24px;
}

.content h1{
    font-size: 48px;
}

.content h2{
    font-size: 34px;
}

.content h3{
    font-size: 27px;
}

.content h4{
    font-size: 21px;
}

.content h5{
    font-size: 18px;
}

.content h6{
    font-size: 16px;
}

.content ol + h2,
.content p + h2,
.content ul + h2{
    margin-top: 80px;
}

.content ol + h3,
.content p + h3,
.content ul + h3{
    margin-top: 72px;
}

.content ol + h4,
.content p + h4,
.content ul + h4{
    margin-top: 64px;
}

.content ol + h5,
.content p + h5,
.content ul + h5{
    margin-top: 56px;
}

.content ol + h6,
.content p + h6,
.content ul + h6{
    margin-top: 48px;
}

.content ul,
.content-ul{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 32px;
    list-style: none;;
}

.content ul li,
.content-ul li{
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;;
}

.content ul li:last-child,
.content-ul li:last-child{
    margin-bottom: 0;
}

.content ul li::before,
.content-ul li::before{
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background: #2563eb;;
}

.content ol{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 32px;
    padding-left: 16px;
    list-style-position: outside;;
}

.content ol li{
    margin-bottom: 10px;
}

.content ol ul{
    padding-top: 12px;
}

.content sup{
    vertical-align: super;
}

.content.margin-2 ol + h2,
.content.margin-2 p + h2,
.content.margin-2 ul + h2{
    margin-top: 68px;
}

.content.margin-2 ol + h3,
.content.margin-2 p + h3,
.content.margin-2 ul + h3{
    margin-top: 60px;
}

.content.margin-2 ol + h4,
.content.margin-2 p + h4,
.content.margin-2 ul + h4{
    margin-top: 48px;
}

.content.margin-2 ol + h5,
.content.margin-2 p + h5,
.content.margin-2 ul + h5{
    margin-top: 44px;
}

.content.margin-2 ol + h6,
.content.margin-2 p + h6,
.content.margin-2 ul + h6{
    margin-top: 32px;
}

.content.margin-4 ol + h2,
.content.margin-4 p + h2,
.content.margin-4 ul + h2{
    margin-top: 56px;
}

.content.margin-4 ol + h3,
.content.margin-4 p + h3,
.content.margin-4 ul + h3{
    margin-top: 48px;
}

.content.margin-4 ol + h4,
.content.margin-4 p + h4,
.content.margin-4 ul + h4{
    margin-top: 40px;
}

.content.margin-4 ol + h5,
.content.margin-4 p + h5,
.content.margin-4 ul + h5{
    margin-top: 32px;
}

.content.margin-4 ol + h6,
.content.margin-4 p + h6,
.content.margin-4 ul + h6{
    margin-top: 24px;
}

.content.margin-4 h6{
    margin-bottom: 16px;
}

.content.margin-4 ul{
    margin-bottom: 24px;
}

.content.margin-4 ol{
    margin-bottom: 48px;
}

.content.margin-5 ol + h2,
.content.margin-5 p + h2,
.content.margin-5 ul + h2{
    margin-top: 56px;
}

.content.margin-5 ol + h3,
.content.margin-5 p + h3,
.content.margin-5 ul + h3{
    margin-top: 52px;
}

.content.margin-5 ol + h4,
.content.margin-5 p + h4,
.content.margin-5 ul + h4{
    margin-top: 40px;
}

.content.margin-5 ol + h5,
.content.margin-5 p + h5,
.content.margin-5 ul + h5{
    margin-top: 32px;
}

.content.margin-5 ol + h6,
.content.margin-5 p + h6,
.content.margin-5 ul + h6{
    margin-top: 24px;
}

.content.margin-5 h6{
    margin-bottom: 16px;
}

.content.margin-5 ul{
    margin-bottom: 24px;
}

.content.margin-5 ol{
    margin-bottom: 48px;
}

.content.margin-3 ul + h6{
    margin-top: -8px;
}

.content.margin-3 h6{
    margin-bottom: 16px;
}

.content.margin-3 p + h6{
    margin-top: 26px;
}

.content.margin-6 ul + h4{
    margin-top: 52px;
}

.content.margin-7 h1,
.content.margin-7 h2,
.content.margin-7 h3,
.content.margin-7 h5,
.content.margin-7 h6{
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 32px;
}

.content.margin-7 h1 h3,
.content.margin-7 h1 h4,
.content.margin-7 h1 h5,
.content.margin-7 h1 h6,
.content.margin-7 h1 + h2,
.content.margin-7 h2 h3,
.content.margin-7 h2 h4,
.content.margin-7 h2 h5,
.content.margin-7 h2 h6,
.content.margin-7 h2 + h2,
.content.margin-7 h3 h3,
.content.margin-7 h3 h4,
.content.margin-7 h3 h5,
.content.margin-7 h3 h6,
.content.margin-7 h3 + h2,
.content.margin-7 h5 h3,
.content.margin-7 h5 h4,
.content.margin-7 h5 h5,
.content.margin-7 h5 h6,
.content.margin-7 h5 + h2,
.content.margin-7 h6 h3,
.content.margin-7 h6 h4,
.content.margin-7 h6 h5,
.content.margin-7 h6 h6,
.content.margin-7 h6 + h2{
    margin-top: -8px;
    margin-bottom: 44px;
}

.content.margin-7 h4,
.content.margin-7 h5,
.content.margin-7 h6{
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 32px;
}

.content.margin-7 h4 h3,
.content.margin-7 h4 h4,
.content.margin-7 h4 h5,
.content.margin-7 h4 h6,
.content.margin-7 h4 + h2,
.content.margin-7 h5 h3,
.content.margin-7 h5 h4,
.content.margin-7 h5 h5,
.content.margin-7 h5 h6,
.content.margin-7 h5 + h2,
.content.margin-7 h6 h3,
.content.margin-7 h6 h4,
.content.margin-7 h6 h5,
.content.margin-7 h6 h6,
.content.margin-7 h6 + h2{
    margin-top: -8px;
    margin-bottom: 32px;
}

.content.margin-7 h4 + p,
.content.margin-7 h5 + p,
.content.margin-7 h6 + p{
    margin-bottom: 26px;
}

.content.posol-margin ul{
    margin-top: 32px;
}

.content table td{
    padding-top: 7px;
    border-top: 1px solid #acb5bd;;
}

.h1,
.h2,
.h3,
.h5,
.h6{
    font-weight: 700;
    line-height: 1.1;;
}

.h4,
.h5,
.h6{
    font-weight: 700;
    line-height: 1.4;;
}

.h1{
    font-size: 48px;
}

.h2{
    font-size: 34px;
}

.h3{
    font-size: 27px;
}

.h4{
    font-size: 21px;
}

.h5{
    font-size: 18px;
}

.h6{
    font-size: 16px;
}

.h4-over{
    font-size: 14px;
    text-transform: uppercase;
}

.h5-over{
    font-size: 12px;
    text-transform: uppercase;
}

.subh1,
.subh2,
.subh3,
.subh4{
    font-weight: 700;
    line-height: auto;;
}

.subh1{
    font-size: 21px;
}

.subh2{
    font-size: 16px;
}

.subh3{
    font-size: 14px;
}

.subh4{
    font-size: 12px;
}

.caption-l{
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: .03em;
}

.caption-s{
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .03em;
}

.body-l{
    font-size: 18px;
    line-height: 1.6;
}

.body-m{
    font-size: 16px;
    line-height: 1.6;
}

.body-s{
    font-size: 14px;
    line-height: 1.6;
}

.button-l,
.button-m,
.button-s{
    font-weight: 700;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;

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

.button-l i,
.button-m i,
.button-s i{
    font-size: 24px;
}

.button-l,
.button-m,
.button-s{
    font-family: 'RF Tone';
}

.button-l{
    font-size: 20px;
}

.button-m{
    font-size: 16px;
}

.button-s{
    font-size: 12px;
}

.c-base1{
    color: #f8f9fa;
}

.c-base2{
    color: #f8f9fa;
}

.c-base3{
    color: #f4f6f8;
}

.c-base4{
    color: #f0f2f4;
}

.c-base5{
    color: #dde2e5;
}

.c-base6{
    color: #acb5bd;
}

.c-base7{
    color: #90979e;
}

.c-base8{
    color: #495057;
}

.c-bluelite{
    color: #2563eb;
}

.link-1{
    color: inherit;
}

.link-1:hover{
    color: #2563eb;
}

.link-2{
    color: #2563eb;
}

.link-2:hover{
    color: #ef4444;
}

.link-3{
    padding: 10px;
    color: inherit;;
}

.link-3 span{
    border-bottom: 1px solid;
}

.link-3:hover{
    color: #2563eb;
    background: #eff6ff;;
}

.link-3:hover span{
    border-color: #2563eb;
}

.link-3.brd6{
    border-radius: 6px;
}

.link-red{
    color: inherit;
}

.link-red:hover{
    color: #ef4444;
}

.link-tdu{
    border-bottom: 1px solid;
}

.link-svg svg{
    margin-right: 4px;
}

.link-svg:hover{
    color: #2563eb;
}

.link-svg:hover svg path{
    fill: #2563eb;
}

.bg-base3{
    background: #f4f6f8;
}

.button-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    padding: 14.5px 10px;
    color: #495057;
    border-radius: 6px;
    background: #f4f6f8;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.button-1 span{
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    max-width: 90px;
}

.button-1 span.maxw65{
    max-width: 65px;
}

.button-1.blue7{
    background: #1d4ed8;
}

.button-1:hover{
    background: #eff6ff;
}

.plate-toggle span{
    margin-right: 16px;
}

.plate-toggle-text{
    display: none;
}

.tabs-menu{
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f2f4;
}

.tabs-menu-wrapper{
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
}

.tabs-menu.tabs-menu-2{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 0;
    white-space: initial;
    border-bottom: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;;
}

.tabs-btn{
    position: relative;
    display: inline-block;
    margin-right: 24px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;;
}

.tabs-btn.tabs-btn-2{
    font-family: 'RF Tone';
    font-weight: 700;
}

.tabs-btn.tabs-btn-2:before{
    display: none;
}

.tabs-btn.tabs-btn-2.active{
    color: #2563eb;
    background: #eff6ff;;
}

.tabs-btn::before{
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
    border-radius: 3px 3px 0 0;
    background: #2563eb;;
}

.tabs-btn:last-child{
    margin-right: 0;
}

.tabs-btn.active{
    color: #212429;
}

.tabs-btn.active::before{
    opacity: 1;
}

.tabs-btn-link{
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.tabs-link > span{
    color: #2563eb;
    background: #eff6ff;;
}

.tabs-link > span span{
    border-bottom: 1px solid;
}

.tabs-link > span span{
    border-color: #2563eb;
}

.spoiler{
    border-radius: 6px;
}

.spoiler.spoiler-small .spoiler-title-small{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    cursor: pointer;
    color: #2563eb;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.spoiler.spoiler-small .spoiler-title-small > i{
    font-size: 16px;
    position: relative;
    top: initial;
    right: initial;
    margin-left: 6px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;;
}

.spoiler.spoiler-small .spoiler-title-small.open > i{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.spoiler.spoiler-small .spoiler-content-small{
    display: none;
    padding-top: 16px;
    padding-bottom: 16px;
}

.spoiler-title{
    position: relative;
    padding: 16px 24px;
    cursor: pointer;
}

.spoiler-title > i{
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);;
}

.spoiler-title span{
    width: calc(100% - 36px);
}

.spoiler-title.open > i{
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.spoiler-title.base4{
    border-radius: 6px;
    background: #f0f2f4;
}

.spoiler-title.base3{
    border-radius: 6px;
    background: #f4f6f8;
}

.spoiler-title.blue1{
    border-radius: 6px;
    background: #eff6ff;
}

.spoiler-content{
    display: none;
    padding: 16px 10px;
    padding-top: 0;
}

.spoiler.base4{
    background: #f0f2f4;
}

.spoiler.calendar .spoiler-content{
    padding-right: 0;
    padding-left: 0;;
}

.slick-photo{
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.slick-photo img{
    border-radius: 6px;
}

.slick-photo::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
    border-radius: 6px;
    background: rgba(33,36,41,.3);;
}

.slick-photo::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(/local/templates/deloros/css/../img/icon/icon-zoom.svg);
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    pointer-events: none;
    opacity: 0;
}

.slick-photo:hover::after,
.slick-photo:hover::before{
    opacity: 1;
}

.no-animate{
    -webkit-transition: none!important;
         -o-transition: none!important;
            transition: none!important;
}

.icon-fire{
    width: 14px;
    height: 16px;
}

.card-32{
    padding: 32px;
}

.card-24{
    padding: 24px;
}

.card-2416{
    padding: 24px 16px;
}

.card-16{
    padding: 16px;
}

.card-1620{
    padding: 16px 20px;
}

.card-168{
    padding: 16px 8px;
}

.card-15{
    padding: 15px;
}

.card-3224{
    padding: 32px 24px;
}

.card.brd6{
    border-radius: 6px;
}

.card.base3{
    background: #f4f6f8;
}

.card.base5{
    background: #dde2e5;
}

.card.base2{
    background: #f8f9fa;
}

.card.blue1{
    background: #eff6ff;
}

.card.fff{
    background: #fff;
}

.card.bluelite{
    background: #2563eb;
}

.card.bluedark{
    color: #fff;
    background: #1e40af;;
}

.card.b1base4{
    border: 1px solid #f0f2f4;
}

.card-quote{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 30px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-quote.small{
    padding: 24px 16px;
}

.card-quote.small .card-quote-img{
    width: 148px;
    height: 148px;
}

.card-quote.small .card-quote-img img{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.card-quote.small .card-quote-content{
    width: calc(100% - 148px - 16px);
}

.card-quote-img{
    width: 230px;
    height: 230px;
}

.card-quote-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;

    -o-object-fit: cover;
       object-fit: cover;;
}

.card-quote-wrapper{
    width: calc(100% - 230px - 32px);
}

.card-post{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-post-img{
    display: block;
    width: 184px;
    height: 100%;
    min-height: 105px;
    max-height: 150px;
}

.card-post-img img{
    width: 100%;
    height: 100%;
    border-radius: 6px;

    -o-object-fit: cover;
       object-fit: cover;
}

.card-post-content{
    width: calc(100% - 184px);
    padding: 20px;;
}

.card-post .maxh68{
    display: inline-block;
    overflow-y: hidden;
    max-height: 68px;;
}

.card-blue{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        flex-direction: column;
    height: 392px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;;
}

.card-blue > *{
    z-index: 2;
}

.card-blue .btn{
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    margin-top: auto;
}

.card-blue-decor-1,
.card-blue-decor-2,
.card-blue-decor-3,
.card-blue-decor-4{
    position: absolute;
    z-index: 0;
    width: 100%;
    max-width: -webkit-max-content;
    max-width:    -moz-max-content;
    max-width:         max-content;
    pointer-events: none;;
}

.card-blue-decor-1{
    top: 45%;
    right: -10px;;
}

.card-blue-decor-2{
    right: -160px;
    bottom: 20px;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
}

.card-blue-decor-3{
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.card-blue-decor-4{
    top: 50%;
    left: -20%;
}

.card-blue-slider{
    overflow: hidden;
    height: 100%;
    min-height: 320px;
    color: #fff;
    border-radius: 6px;;
}

.card-blue-slider-img{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 6px;;
}

.card-blue-slider-img img{
    width: 100%;
    height: 100%;
    border-radius: 6px;

    -o-object-fit: cover;
       object-fit: cover;
}

.card-blue-slider-img::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(33,36,41,.7);
}

.card-blue-slider-content{
    position: relative;
    padding: 32px 24px;;
}

.card-blue-slider-content-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;;
}

.card-blue-slider-content-wrapper .btn{
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    margin-top: auto;
}

.card-blue-slider .slick-list{
    height: 100%;
}

.card-blue-slider .slick-track{
    height: 100%;
}

.card-blue-slider .slick-dots{
    bottom: 63px;
    left: 50%;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.card-blue-slider .nav-next{
    right: 24px;
    bottom: 32px;
    left: initial;;
}

.card-blue-slider .nav-prev{
    right: 84px;
    bottom: 32px;
    left: initial;;
}

.card-video{
    height: 100%;
}

.card-video-img{
    position: relative;
    display: block;
    width: 100%;
    height: 140px;;
}

.card-video-img > img{
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;

    -o-object-fit: cover;
       object-fit: cover;
}

.card-video-icon{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.card-video-content{
    padding: 16px;
    padding-top: 20px;
}

.card a.card-video-img:hover + .card-video-content .subh3{
    color: #ef4444;
}

.card-useful{
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 155px;
    padding: 20px;
    color: #fff;
    border-radius: 6px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-useful img,
.card-useful span{
    z-index: 2;
}

.card-useful span{
    display: block;
    width: 185px;
}

.card-useful::before{
    position: absolute;
    z-index: 0;
    left: -165px;
    width: 324px;
    height: 324px;
    content: '';
    pointer-events: none;
    border-radius: 50%;;
}

.card-useful.card-1{
    background: #242426;
}

.card-useful.card-1::before{
    background: #303034;
}

.card-useful.card-2{
    background: #bf1522;
}

.card-useful.card-2::before{
    background: #f8f9fa;
}

.card-useful.card-3{
    background: #2a6cf4;
}

.card-useful.card-3::before{
    background: #427ffd;
}

.card-useful.card-4{
    background: #bf1522;
}

.card-useful.card-4::before{
    background: #fff;
}

.card-useful.card-5{
    background: #1e4381;
}

.card-useful.card-5::before{
    background: #1f4d9a;
}

.card-useful.card-6{
    background: #164193;
}

.card-useful.card-6::before{
    background: #fff;
}

.card-useful.card-7{
    background: #242426;
}

.card-useful.card-7::before{
    background: #fff;
}

.card-partners-slider{
    height: 100px;
}
.card-partners-slider.slick-slide,
.card-partners-slider .slick-slide{
    display: flex;
}
.card-partners-slider img{
    max-height: 100%;
    max-height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
}

.card-svg{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-svg::after{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    pointer-events: none;
    background: #f4f6f8;;
}

.card-svg:hover{
    background: #1e40af;
}

.card-svg:hover::after{
    background: 0 0;
}

.card-svg:hover .body-s,
.card-svg:hover .h6{
    color: #fff;
}

.card-svg:hover .card-svg-icon{
    background: #2563eb;
}

.card-svg:hover .card-svg-icon--bg_white{
    background: #1d4ed8;
}

.card-svg:hover .card-svg-icon svg path{
    fill: #fff;
}

.card-svg-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 6px;
    background: #f4f6f8;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-svg-icon--bg_white{
    background: #fff;
}

.card-svg-content{
    width: calc(100% - 56px);
}

.card-svg .h6{
    color: #212429;
}

.card-svg .body-s{
    color: #90979e;
}

.card-error{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-error-content{
    width: calc(100% - 48px);
    margin-left: 24px;
}

.card-man{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212429;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-man.als{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-man-img{
    margin-right: 16px;
}

.card-man-img img{
    max-width: 120px;
    border-radius: 6px;;
}

.card-man-content{
    width: calc(100% - 120px - 16px);
}

.card-man-region{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-man-region img{
    max-width: 32px;
    margin-right: 10px;
}

.card-man-region span{
    width: calc(100% - 32px - 16px);
}

.card-man-posol{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-man-posol .card-man-img{
    max-width: 70px;
    margin-right: 16px;
}

.card-man-posol .card-man-img img{
    width: 100%;
}

.card-man-posol .card-man-content{
    width: calc(100% - 86px);
}

.card-img-s-r{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212429;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;;
}

.card-img-s-r:hover{
    color: #fff;
    background: #1e40af;
}

.card-img-s-r:hover .subh3{
    color: #fff;
}

.card-img-s-r-img{
    margin-right: 16px;
}

.card-img-s-r-img img{
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;

    -o-object-fit: cover;
       object-fit: cover;
}

.card-img-s-r-content{
    width: calc(100% - 76px);
}

.card-img-s-r-content .subh3{
    color: #495057;
}

.card-img-s-r-content .h6{
    overflow: hidden;
    max-height: 66px;;
}

.card-sidebar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-sidebar-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-right: 16px;
    border-radius: 50%;
    background: #f4f6f8;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-sidebar-icon i{
    font-size: 32px;
}

.card-sidebar-icon.user img{
    border-radius: 50%;
}

.card-sidebar-content{
    width: calc(100% - 76px);
}

.card-projects{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-projects-img img{
    max-width: 130px;
    border-radius: 6px;
}

.card-projects-content{
    width: calc(100% - 146px);
}

.card-projects:hover .h5{
    color: #2563eb;
}

.card-projects.hover-1:hover{
    background: #eff6ff;
}

.card-projects.hover-1:hover .h5{
    color: #212429;
}

.card-projects-main{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 230px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-projects-main:hover{
    color: #fff;
}

.card-projects-main:hover::before{
    top: 0;
    right: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-radius: 0;
}

.card-projects-main::before{
    position: absolute;
    z-index: 0;
    top: 50%;
    right: -175px;
    width: 336px;
    height: 336px;
    content: '';
    -webkit-transition: all .6s linear;
         -o-transition: all .6s linear;
            transition: all .6s linear;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background: #2563eb;;
}

.card-projects-main-content{
    position: relative;
    max-width: 200px;
}

.card-projects-main-img{
    position: absolute;
    top: 50%;
    right: 36px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.card-otdelenie{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-otdelenie.card-otdelenie-fs{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-otdelenie-content{
    width: calc(100% - 65px - 24px);
}

.card-otdelenie.card-otdelenie--social_row .social-link-wrapper{
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;;
}

.card-otdelenie.card-otdelenie--social_row .social-link-wrapper .social-link{
    margin: 0;
    margin-right: 15px;
}

.card-about{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 26px;
    text-align: center;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-about-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-about-img{
    width: 100%;
    margin-bottom: 16px;
}

.card-about-img img{
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;;
}

.card-predstav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-predstav-img{
    max-width: 130px;
    margin-right: 16px;
}

.card-predstav-img img{
    border-radius: 6px;
}

.card-predstav-content{
    width: calc(100% - 146px);
}

.card-predstav-content .maxh{
    overflow: hidden;
    max-height: 44px;;
}

.card-faces{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-faces:hover{
    background: #f4f6f8;
}

.card-faces-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-faces-2-img{
    width: 100px;
    height: 130px;
    margin-right: 16px;
}

.card-faces-2-img img{
    width: 100%;
    height: 100%;
    border-radius: 6px;

    -o-object-fit: cover;
       object-fit: cover;;
}

.card-faces-2-content{
    width: calc(100% - 116px);
}

.card-faces-2:hover{
    background: #eff6ff;
}

.card-faces-2.desc-maxh .maxh{
    overflow: hidden;
    max-height: 66px;;
}

.card-search{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-search-pin{
    padding: 4px 10px;
    padding-top: 6px;
    border: 1px solid #495057;
    border-radius: 2px;
}

.card-search:hover{
    background: #eff6ff;
}

.card-search .body-s{
    overflow: hidden;
    width: 100%;
    max-height: 44px;;
}

.card-anons:hover{
    background: #eff6ff;
}

.card-news{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f2f4;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-news:first-of-type{
    border-top: 1px solid #f0f2f4;
}

.card-news:last-of-type{
    border-bottom: 1px solid transparent;
}

.card-news-img{
    max-width: 140px;
    margin-right: 16px;
}

.card-news-img img{
    width: 100%;
    border-radius: 6px;
}

.card-news-content{
    width: calc(100% - 156px);
}

.card-news-pin{
    font-size: 12px;
    line-height: 1.3;
    margin-right: 10px;
    padding: 2px 6px;
    padding-bottom: 1px;
    letter-spacing: .03em;
    color: #2563eb;
    border: 1px solid #2563eb;
    border-radius: 6px;;
}

.card-anons-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f2f4;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;;
}

.card-anons-2:first-of-type{
    border-top: 1px solid #f0f2f4;
}

.card-anons-2:last-of-type{
    border-bottom: 1px solid transparent;
}

.card-anons-2:hover{
    background: #f4f6f8;
}

.card-anons-2-date{
    width: 150px;
    margin-right: 16px;
}

.card-anons-2-date .h4{
    color: #ef4444;
}

.card-anons-2-content{
    width: calc(100% - 166px);
}

.card-anons-2.finished .card-anons-2-date .h4{
    color: inherit;
}

.card-gensovet{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f2f4;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-gensovet:first-of-type{
    border-top: 1px solid #f0f2f4;
}

.card-gensovet:last-of-type{
    border-bottom: 1px solid transparent;
}

.card-gensovet:hover .card-gensovet-content .h6{
    color: #2563eb;
}

.card-gensovet-img{
    width: 105px;
    height: 105px;
    margin-right: 20px;
}

.card-gensovet-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;

    -o-object-fit: cover;
       object-fit: cover;
}

.card-gensovet-content{
    width: calc(100% - 125px);
}

.card-gensovet-content .h6{
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.card-post-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f2f4;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;;
}

.card-post-2:first-of-type{
    border-top: 1px solid #f0f2f4;
}

.card-post-2:last-of-type{
    border-bottom: 1px solid transparent;
}

.card-post-2:hover{
    background: #f4f6f8;
}

.card-post-2-img{
    max-width: 140px;
    margin-right: 16px;
}

.card-post-2-img img{
    width: 100%;
    border-radius: 6px;;
}

.card-post-2-content{
    width: calc(100% - 156px);
}

.card-country{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-country:hover{
    background: #dbeafe;
}

.card-country-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 100%;
    min-height: 140px;
    margin-right: 16px;
    border-radius: 6px;
    background: #fff;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.card-country-img img{
    width: 106px;
}

.card-country-content{
    width: calc(100% - 136px);
}

.card-country-region{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-country-region img{
    margin-right: 10px;
}

.card-regions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-regions:hover{
    background: #f4f6f8;
}

.card-regions-img{
    margin-right: 16px;
}

.card-regions-img img{
    width: 90px;
    height: 120%;
    border-radius: 6px;

    -o-object-fit: contain;
       object-fit: contain;;
}

.card-regions-content{
    width: calc(100% - 106px);
}

a.card-man:hover{
    background: #eff6ff;
}

a.card-sidebar:hover{
    background: #eff6ff;
}

a.card-sidebar:hover .c-base7{
    color: #212429;
}

a.card-post:hover{
    background: #eff6ff;
}

a.card-predstav:hover{
    background: #eff6ff;
}

a.card-news:hover{
    background: #eff6ff;
}

div.card-post .card-post-img:hover + .card-post-content .link-red{
    color: #ef4444;
}

.header{
    position: relative;
    z-index: 1000;
    background: #fff;;
}

.header-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.header-phone a{
    color: #212429;
}

.header-search{
    position: relative;
    max-width: 125px;;
}

.header-search.active{
    max-width: initial;
    margin-left: 32px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;;
}

.header-search .input{
    padding-right: 44px;
}

.header-search-submit{
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.header-search-media{
    font-size: 24px;
    width: 24px;
    height: 24px;;
}

.header-hr{
    width: 100%;
    height: 1px;
    background: #f0f2f4;
}

.header-bottom{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;;
}

.header-bottom .container{
    position: static;
}

.header-logo{
    margin-right: 50px;
}

.header-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212429;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;;
}

.header-nav li > a span{
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.header-nav a{
    color: #212429;
}

.header-nav-content{
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 24px 0;
    background: #fff;;
}

.header-nav-content::before{
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 30px;
    content: '';
    background: 0 0;;
}

.header-nav-category-wrapper{
    position: relative;
}

.header-nav-category-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.header-nav-category-title i{
    font-size: 16px;
}

.header-nav-category-content{
    position: absolute;
    top: 0;
    left: calc(100% + 30px);
    display: none;
    width: 100%;
    background: #fff;

    -webkit-column-width: 100%;
       -moz-column-width: 100%;
            column-width: 100%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
}

.header-nav-category-content::before{
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 100%;
    content: '';;
}

.header-nav-category-content a{
    font-weight: 400;
    display: block;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    margin-bottom: 12px;
}

.header-nav-category-content a:last-child{
    margin-bottom: 0;
}

.header-nav-category-content span.link-1{
    font-weight: 400;
    display: block;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    margin-bottom: 12px;
    color: rgba(33,36,41,.7);
}

.header-nav-category-content span.link-1:last-child{
    margin-bottom: 0;
}

.header-nav-category-content span.link-1:hover{
    color: rgba(33,36,41,.7);
}

.header-nav-category-content:hover{
    display: block;
}

.header-nav-category:hover .header-nav-category-title{
    background: #eff6ff;
}

.header-burger{
    position: relative;
    display: none;
    overflow: hidden;
    width: 32px;
    height: 32px;;
}

.header-burger span{
    position: absolute;
    left: 3px;
    width: 26px;
    height: 2px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 24px;
    background: #212429;;
}

.header-burger span:nth-child(1){
    top: 6px;
}

.header-burger span:nth-child(2){
    top: 15px;
}

.header-burger span:nth-child(3){
    top: 24px;
}

.header-burger.open span:nth-child(1){
    top: 16px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.header-burger.open span:nth-child(2){
    left: -50px;
    opacity: 0;
}

.header-burger.open span:nth-child(3){
    top: 16px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.header-dropdown{
    position: fixed;
    z-index: 100;
    left: 50%;
    display: none;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    height: calc(100vh - 53px - 48px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 1px solid #f0f2f4;
    background: #fff;;
}

.header-dropdown-blue{
    padding: 32px 0;
    background: #2563eb;
}

.header-dropdown .button-1{
    width: calc(50% - 8px);
    margin: 0;
    margin-bottom: 16px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;;
}

.header-dropdown .social-link-wrapper{
    width: 100%;
    margin-top: 16px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-dropdown.overlay::before{
    position: absolute;
    z-index: 10;
    top: 110px;
    left: 0;
    width: 100vw;
    height: 100vh;
    content: '';
    background: #fff;;
}

.header-nav-category:hover span.header-nav-category-title{
    opacity: .75;
    background: 0 0;;
}

.mps{
    padding-top: 48px;
    padding-bottom: 100px;
}

.mps100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.mps0100{
    padding-top: 0;
    padding-bottom: 100px;
}

.mps35{
    padding-top: 35px;
    padding-bottom: 35px;
}

.mps .social-link-wrapper .social-link{
    font-size: 24px;
    width: 40px;
    height: 40px;;
}

.social-link{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 28px;
    height: 28px;
    color: #495057;
    border-radius: 50%;
    background: #f4f6f8;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;;
}

.social-link:hover{
    color: #2563eb;
}

.social-link:hover i::before{
    color: #2563eb;
}

.social-link:hover svg path{
    fill: #2563eb;
}

.social-link-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-link-wrapper .social-link{
    margin-right: 15px;
}

.social-link-wrapper .social-link:last-child{
    margin-right: 0;
}

.language-switch{
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    color: #ef4444;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.language-switch a,
.language-switch-separator{
    color: #212429;
}

.language-switch span{
    font-weight: 700;
}

.language-switch-separator{
    width: 1px;
    height: 12px;
    margin: 0 5px;
    background: #212429;;
}

.doc-link{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    text-decoration: underline;
    color: #495057;
    border-radius: 8px;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;;
}

.doc-link-pdf::before{
    margin-right: 10px;
    content: url(/local/templates/deloros/css/../img/icon/doc-pdf.svg);;
}

.doc-link-txt::before{
    margin-right: 10px;
    content: url(/local/templates/deloros/css/../img/icon/doc-txt.svg);;
}

.doc-link:hover{
    color: #2563eb;
    background: #eff6ff;;
}

.intro{
    position: relative;
    height: 350px;
    background: url(/local/templates/deloros/css/../img/banner.jpg) no-repeat center/cover;
    max-width: 1194px;
    margin: 0 auto;
}

.intro .container{
    height: 100%;
}

.intro-slider{
    position: static;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.intro-slider .slick-dots{
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.intro-slider .slick-dots li.slick-active{
    background: #fff;
}

.intro-slider .nav-next,
.intro-slider .nav-prev{
    top: initial;
    bottom: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.intro-slider .nav-prev{
    left: 16px;
}

.intro-slider .nav-next{
    left: 76px;
}

.intro-slider-img{
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
}

.news-grayblock{
    font-size: 14px;
    line-height: .9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px;
    border-radius: 6px;
    background: #495057;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.news-grayblock-title{
    font-size: 14px;
    font-weight: 700;
    line-height: .9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    color: #fff;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.news-grayblock-title img{
    display: inline-block;
}

.news-grayblock-title span{
    margin-left: 14px;
}

.news-grayblock a{
    margin-right: 20px;
    padding-right: 20px;
    color: #fff;
    border-right: 1px solid #90979e;
}

.news-grayblock a span{
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    border-bottom: 1px solid transparent;
}

.news-grayblock a:hover span{
    border-color: rgba(255,255,255,.7);
}

.news-grayblock a:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.news-slider-img .slick-slide{
    height: 100%;
}

.news-slider-img img{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;

    -o-object-fit: cover;
       object-fit: cover;;
}

.news-slider-link{
    color: #212429;
}

.news-slider-main{
    height: 100%;
}

.news-slider-main .slick-dots{
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.news-slider-main .nav-next,
.news-slider-main .nav-prev{
    top: initial;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    color: #fff;
    background: #2563eb;;
}

.news-slider-main .nav-prev{
    left: 0;
}

.news-slider-main .nav-next{
    left: 60px;
}

.news-date{
    color: #90979e;
}

.news-big{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-big-img{
    max-width: 462px;
    margin-right: 30px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-big-img img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.news-big-img:hover + .news-big-content .link-1{
    color: #2563eb;
}

.news-big-content{
    width: calc(100% - 492px);
}

.news .extend-search-block{
    display: block;
}

.news-search-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-search-wrapper .input-wrap{
    width: calc(100% - 186px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.news-regions{
    padding: 16px;
    border: 1px solid #f0f2f4;
    border-radius: 6px;;
}

.news-regions-wrapper{
    overflow-y: scroll;
    max-height: 444px;;
}

.news-regions-wrapper::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 122px;
    background-color: transparent;;
}

.news-regions-wrapper::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 122px;
    background-color: transparent;;
}

.news-regions-wrapper::-webkit-scrollbar-track{
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 122px;
    background-color: transparent;;
}

.news-regions-wrapper::-webkit-scrollbar-track:hover{
    border-radius: 122px;
    background-color: #93c5fd;;
}

.news-regions-wrapper::-webkit-scrollbar-thumb{
    width: 6px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 122px;
    background-color: #dbeafe;;
}

.news-regions-wrapper::-webkit-scrollbar-thumb:hover{
    border-radius: 122px;
    background-color: #60a5fa;;
}

.news-regions-wrapper::-webkit-scrollbar-button{
    display: none;
}

.news-regions-wrapper::-webkit-scrollbar-button{
    display: none;
}

.news-regions-item{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.news-regions-item span{
    color: #2563eb;
}

.news-regions-item a:hover{
    color: #2563eb;
}

.news-detail-2 .content{
    font-size: 16px;
}

.news-detail-2 .content p{
    font-size: 16px;
    margin-bottom: 48px;
}

.news-detail-2 .content p + ul{
    margin-top: -24px;
}

.news-detail-2 .content ul{
    font-size: 16px;
    margin-bottom: 48px;
}

.news-detail-2 .content ul:last-of-type{
    margin-top: -32px;
    margin-bottom: 32px;
}

.anons-slider .body-s{
    color: #212429;
}

.anons-slider .slick-slide{
    height: inherit!important;
}

.anons-slider .slick-track{
    position: relative;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.video-slider-1 .slick-slide{
    height: inherit!important;
}

.video-slider-1 .slick-track{
    position: relative;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.video-slider-2{
    overflow: hidden;
}

.video-slider-2 .card-video-img{
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;;
}

.video-clicker{
    position: relative;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    max-width: 100%;
    cursor: pointer;
}

.video-clicker:hover::before{
    background: rgba(33,36,41,.7);
}

.video-clicker img{
    border-radius: 6px;
}

.video-clicker::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 6px;
    background: rgba(33,36,41,.5);
}

.video-clicker::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(/local/templates/deloros/css/../img/icon/video-play-big.svg);
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.video-frame{
    height: 442px;
}

.video-frame iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.sidebar-title{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dde2e5;
}

.sidebar-item{
    padding-bottom: 16px;
    border-bottom: 1px solid #dde2e5;
}

.komitet.plate-switch.switched{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.komitet.plate-switch.switched .card-svg{
    height: 100%;
    vertical-align: middle;
    background: #f4f6f8;;
}

.komitet.plate-switch.switched .card-svg:hover{
    background: #1e40af;
}

.komitet.plate-switch.switched .card-svg:hover .card-svg-icon{
    background: #1e40af;
}

.komitet.plate-switch.switched .card-svg-content .body-s{
    display: none;
}

.komitet.plate-switch.switched .card-svg::after{
    background: 0 0;
}

.komitet.plate-switch.switched .card-svg-icon{
    background: #fff;
}

.komitet-detail-title .card-svg-icon{
    width: 72px;
    height: 72px;
    border-radius: 10.8px;
    background: #1d4ed8;
}

.komitet-detail-title .card-svg-icon svg{
    width: 44px;
    height: 44px;
}

.komitet-detail-title .card-svg-icon svg path{
    fill: #fff;
}

.komitet-detail-2 .komitet-member{
    margin-bottom: 16px;
    border-bottom: 1px solid #f4f6f8;
}

.komitet-detail-2 .komitet-member-wrapper{
    border-top: none;
}

.komitet-detail-2 .komitet-member-content{
    margin-bottom: 0!important;
    padding-top: 0;
    padding-bottom: 16px;;
}

.komitet-member{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 78px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #f4f6f8;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.komitet-member-content{
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    max-width: 100%;
    padding: 26px 0;;
}

.komitet-member-link{
    display: inline-block;
    width: 226px;
    margin-right: 24px;
}

.komitet-member-link .h6{
    min-height: 38px;
}

.komitet-member-link + .komitet-member-content{
    max-width: calc(100% - 226px - 24px);
}

.komitet-member-partnerlogo img{
    max-width: 80px;
    margin-bottom: 16px;
}

.komitet-member-partnerlogo + .komitet-member-content{
    width: 100%;
    margin-bottom: 16px;
}

.komitet-member-separator{
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f4f6f8;
}

.komitet-member a:hover{
    color: #2563eb;
}

.komitet-member.palata .komitet-member-link{
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
}

.komitet-member.palata .komitet-member-link + .komitet-member-content{
    max-width: initial;
}

.komitet-member.palata:last-child{
    border-bottom: transparent;
}

.projects-banner{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
    border-radius: 6px;;
}

.projects-banner.banner-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #303034;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.projects-banner.banner-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #8700ff;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.projects-banner.banner-2 .banner-text{
    font-size: 25px;
    line-height: 1.3;
    max-width: 490px;
    color: #fff;;
}

.projects-banner.banner-2 .banner-decor-1{
    position: absolute;
    top: 50%;
    left: -41px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.projects-banner.banner-2 .banner-decor-1::before{
    position: absolute;
    top: 15%;
    right: 20px;
    width: 30px;
    height: 30px;
    content: '';
    opacity: .1;
    border-radius: 50%;
    background: -webkit-gradient(linear,left top,right top,color-stop(17984%,#fff),color-stop(21399%,#d7e6f7));
    background: -o-linear-gradient(left,#fff 17984%,#d7e6f7 21399%);
    background:    linear-gradient(90deg,#fff 17984%,#d7e6f7 21399%);;
}

.projects-banner.banner-2 .banner-decor-2{
    position: absolute;
    top: 0;
    right: 0;;
}

.projects-banner.banner-2 .banner-decor-2::before{
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 30px;
    height: 30px;
    content: '';
    opacity: .1;
    border-radius: 50%;
    background: -webkit-gradient(linear,left top,right top,color-stop(17984%,#fff),color-stop(21399%,#d7e6f7));
    background: -o-linear-gradient(left,#fff 17984%,#d7e6f7 21399%);
    background:    linear-gradient(90deg,#fff 17984%,#d7e6f7 21399%);;
}

.projects-banner.banner-img{
    overflow: hidden;
    border-radius: 6px;;
}

.projects-banner.banner-img img{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.klub-calendar-separator-v{
    width: 0;
    height: 100%;
    margin-left: -1px;
    border-right: 1px solid #f0f2f4;;
}

.klub-calendar-separator-h{
    width: 100%;
    border-bottom: 1px solid #f0f2f4;;
}

.klub-calendar-item{
    height: 100%;
    border-bottom: 1px solid #f0f2f4;
}

.klub-calendar-item.small{
    font-size: 14px;
    line-height: 1.6;
    padding: 16px 10px;
}

.klub-calendar-item.big{
    padding: 16px 10px;
    border-left: 1px solid #f0f2f4;
}

.klub-calendar-item-wrapper{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-left: 0;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.klub-calendar-item-wrapper > *{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    padding-right: 0;
    padding-left: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;;
}

.klub-buklet{
    position: relative;
    overflow: hidden;
    min-height: 524px;
    border-radius: 8px;
    background: url(/local/templates/deloros/css/../img/banner-small.svg) no-repeat center/cover;;
}

.klub-buklet-logo{
    position: absolute;
    top: 32px;
    left: 40px;
}

.klub-buklet-img{
    position: absolute;
    top: 0;
    right: -1px;
    overflow: hidden;
    pointer-events: none;
    border-radius: 0 8px 8px 0;

    -webkit-clip-path: polygon(69% 0,100% 0,100% 100%,0 100%);
            clip-path: polygon(69% 0,100% 0,100% 100%,0 100%);;
}

.klub-buklet-title{
    position: absolute;
    top: 50%;
    left: 110px;
    max-width: 215px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;;
}

.klub-slider.slider .slick-dots{
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    max-width: 100%;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.persona-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.persona-title-img{
    overflow: hidden;
    width: 174px;
    height: 220px;
    border-radius: 6px;;
}

.persona-title-img img{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.persona-title-content{
    width: calc(100% - 210px);
}

.career-step{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;;
}

.career-step:last-child{
    padding-bottom: 0;
}

.career-step::before{
    position: absolute;
    top: 0;
    left: 93.5px;
    width: 1px;
    height: 100%;
    content: '';
    background: #f4f6f8;
}

.career-step.blue .career-date{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    padding: 6px 16px;
    color: #fff;
    border-radius: 100px;
    background: #1e40af;;
}

.career-step.gray .career-date{
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    width: 80px;
    text-align: right;
    color: #495057;
    background: 0 0;;
}

.career-step.gray .career-content{
    width: calc(100% - 96px);
    padding-left: 18px;
}

.career-step.gray .career-content::before{
    left: -4px;
    width: 5px;
    height: 5px;
    background: #dde2e5;;
}

.career-step.gray + .career-step.blue{
    padding-top: 8px;
}

.career-date{
    width: 73px;
    margin-right: 16px;;
}

.career-content{
    position: relative;
    width: calc(100% - 90px);
    min-height: 15px;
    padding-left: 26px;;
}

.career-content::before{
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background: #1e40af;;
}

.predstav-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.predstav-title-photo{
    max-width: 120px;
    margin-right: 16px;
}

.predstav-title-photo img{
    border-radius: 6px;
}

.predstav-title-photo + .predstav-title-content{
    width: calc(100% - 120px - 16px);
}

.predstav-title-logo{
    margin-bottom: 16px;
}

.alphabet-button{
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    width: 44px;
    margin: 3px 2px;
    padding: 14px 17px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-align: center;
    text-transform: uppercase;
    color: #2563eb;
    border: 1px solid #f0f2f4;
    border-radius: 6px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;;
}

.alphabet-button.big{
    width: 94px;
    max-width: initial;
    text-transform: initial;;
}

.alphabet-button.lang{
    background: #f0f2f4;
}

.alphabet-button.disabled{
    cursor: default;
    opacity: .5;;
}

.alphabet-button.active{
    border-color: #2563eb;
}

.alphabet-button:hover:not(.disabled){
    color: #fff;
    background: #2563eb;
}

.alphabet-button.mixitup-control-active{
    border-color: #2563eb;
}

.alphabet-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 6px);
    margin-right: -3px;
    margin-left: -3px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.map{
    overflow: hidden;
    max-height: 450px;
    border-radius: 6px;;
}

.map iframe{
    width: 100%;
}

.search-result .pagination{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;;
}

.search-result-sortfor{
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 8px;
    padding: 4px 10px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    color: #2563eb;
    border-radius: 6px;;
}

.search-result-sortfor:hover{
    background: #eff6ff;
}

.input-date-wrapper .input-wrap{
    width: calc(50% - 8px - 72px);
}

.input-date-wrapper .btn{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.input-date-wrapper-2 .input-wrap{
    width: calc(50% - 10px - 88px);
}

.input-date-wrapper-2 .btn{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.calendar-button{
    font-size: 20px;
    max-height: 20px;
    cursor: pointer;
    color: #2563eb;
}

.calendar-close{
    font-size: 34px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    color: #90979e;;
}

.calendar-close:hover{
    color: #2563eb;
}

.calendar-modal{
    position: absolute;
    z-index: 150;
    top: 54px;
    left: 0;
    display: none;
    width: 300px;
    border-radius: 0 0 12px 12px;
    border-radius: 6px;
    background: #fff;

    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .15));
            filter: drop-shadow(0 0 15px rgba(0, 0, 0, .15));;
}

.calendar-mask{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
}

.calendar-bottom{
    padding: 12px;
    padding-top: 0;
}

.datepicker{
    width: 300px;
    border: none;
}

.datepicker--content{
    padding: 12px;
}

.datepicker--button{
    font-weight: 700;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    color: #2563eb;

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

.datepicker--button i{
    font-size: 24px;
}

.datepicker--nav{
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 40px;
    padding: 9px 10px;
    color: #fff;
    border-radius: 6px 6px 0 0;
    background: #2563eb;

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

.datepicker--nav-title{
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.datepicker--nav-title:hover{
    color: #60a5fa;
    background: #eff6ff;;
}

.datepicker--nav-title:hover i{
    color: #60a5fa;
}

.datepicker--nav-title i{
    color: #fff;
}

.datepicker--nav-action{
    font-size: 22px;
    width: 22px;
    height: 22px;
    color: #495057;
    border-radius: 50%;
    background: #fff;;
}

.datepicker--day-name{
    font-size: 12px;
    line-height: normal;
    padding: 12px 10px;
    color: #0061af;;
}

.datepicker--days{
    border-bottom: 1px solid #f4f6f8;
}

.datepicker--cell:hover{
    color: #fff;
    background: #2563eb;;
}

.datepicker--cell.-selected-{
    background: #1e40af;
}

.extend-search-block{
    display: none;
}

.press-sidebar .sidebar-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;;
}

.join-title-wrapper{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.join-title-wrapper::before{
    position: absolute;
    z-index: -1;
    bottom: 16px;
    left: 50%;
    width: calc(100% - 140px);
    height: 1px;
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #f4f6f8;;
}

.join-title-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    text-align: center;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;;
}

.join-title-item .subh3{
    color: #acb5bd;
}

.join-title-item-circle{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    background: #dde2e5;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.join-title-item.active .subh3{
    color: #212429;
}

.join-title-item.active .join-title-item-circle{
    background: #ef4444;
}

.join-title-counter{
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    padding: 10px 14px;
    color: #ef4444;
    border-radius: 6px;
    background: #fef2f2;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.join-button{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 18px 60px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 6px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;;
}

.join-button-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.join-button i{
    font-size: 24px;
}

.join-button i.icon-arrow-right{
    margin-left: 10px;
}

.join-button i.icon-arrow-left{
    margin-right: 10px;
}

.join-button.button-prevstep{
    color: #2563eb;
    border: 1px solid #2563eb;
    background: 0 0;;
}

.join-button.button-prevstep:hover{
    background: #eff6ff;
}

.join-button.button-nextstep{
    color: #fff;
    background: #2563eb;;
}

.join-button.button-nextstep:hover{
    background: #1d4ed8;
}

.join-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;;
}

.regions-banner{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    min-height: 270px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: #1e40af;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;;
}

.regions-banner img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.regions-banner span{
    z-index: 2;
    margin-bottom: 40px;;
}

.regions-banner span .icon-arrow-right{
    margin-left: 10px;
}

.regions-banner .h2{
    z-index: 2;
}

.regions-sidebar-selected{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 16px;
    color: #90979e;
    border-radius: 6px;
    background: #eff6ff;

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

.regions-sidebar-selected.selected{
    cursor: pointer;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    color: #212429;;
}

.regions-sidebar-selected.selected:hover{
    color: #2563eb;
}

.regions-sidebar-selected > .icon-arrow-left-b{
    font-size: 24px;
    margin-right: 10px;;
}

.regions-sidebar .sidebar-item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.regions-sidebar-extend-1{
    cursor: pointer;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;;
}

.regions-sidebar-extend-1:hover{
    color: #2563eb;
}

.regions-sidebar-scroll{
    overflow-y: scroll;
    max-height: 330px;
    padding-top: 16px;
    padding-right: 16px;
}

.regions-sidebar-scroll a{
    display: inline-block;
    margin-bottom: 16px;
}

.regions-sidebar-scroll a:last-child{
    margin-bottom: 0;
}

.regions-sidebar-scroll::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 122px;
    background-color: transparent;;
}

.regions-sidebar-scroll::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 122px;
    background-color: transparent;;
}

.regions-sidebar-scroll::-webkit-scrollbar-track{
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 122px;
    background-color: #eff6ff;;
}

.regions-sidebar-scroll::-webkit-scrollbar-track:hover{
    border-radius: 122px;
    background-color: #93c5fd;;
}

.regions-sidebar-scroll::-webkit-scrollbar-thumb{
    width: 6px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-radius: 122px;
    background-color: #dbeafe;;
}

.regions-sidebar-scroll::-webkit-scrollbar-thumb:hover{
    border-radius: 122px;
    background-color: #60a5fa;;
}

.regions-sidebar-scroll::-webkit-scrollbar-button{
    display: none;
}

.regions-sidebar-scroll::-webkit-scrollbar-button{
    display: none;
}

.regions-sidebar-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 170px;
    border-radius: 6px;
    background: #fff;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.regions-map svg path{
    fill: #dde2e5!important;
}

.regions-map svg path:hover{
    fill: #2563eb!important;
}

.regions-map svg path .selected{
    fill: #1e40af!important;
}

.international-map{
    border-radius: 6px;
    background: #f8f9fa;;
}

.international-map svg path{
    fill: #495057!important;
}

.international-map svg path:hover{
    fill: #2563eb!important;
}

.international-map svg path .selected{
    fill: #1e40af!important;
}

.palata .card-svg::after{
    display: none;
}

.paint-title.open{
    color: #2563eb;
}

.posol .spoiler-content{
    padding-right: 0;
    padding-left: 0;;
}

.posol-persona-title{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dfi{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.partners-slider .slick-slide,
.partners-slider-2 .slick-slide{
    height: auto;
}

#vmap{
    position: relative;
    background: #f8f9fa;;
}

.vmap-label{
    font-size: 14px;
    line-height: 160%;
    position: absolute;
    z-index: 1002;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
        flex-direction: column;
    padding: 16px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    color: #fff;
    border-radius: 6px;
    background: #212429;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;;
}

.vmap-label__title{
    font-size: 21px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 12px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.vmap-label__close{
    font-size: 34px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    color: #90979e;
}

.vmap-label__close:hover{
    color: #fff;
}

.vmap-label__img{
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
}

.vmap-label__img img{
    width: 100%;
    height: 100%;
}

.vmap-label__link{
    margin-top: 12px;
    color: #f87171;;
}

.vmap-label__link a:hover{
    color: #fff;
}

.vmap-label__link i{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;;
}

.vmap-background{
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(30,64,175,.7)),to(rgba(30,64,175,.7)));
    background: -o-linear-gradient(bottom,rgba(30,64,175,.7),rgba(30,64,175,.7));
    background:    linear-gradient(0deg,rgba(30,64,175,.7),rgba(30,64,175,.7));;
}

.jqvmap-label{
    font-family: 'RF Tone';
    font-size: 12px;
    line-height: normal;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 8px 16px;
    pointer-events: none;
    color: #fff;
    border-radius: 6px;
    background: #212429;;
}

.jqvmap-label h4{
    font-size: 21px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 12px;
}

.jqvmap-label img{
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
}

.jqvmap-label p{
    font-weight: 400;
}

.jqvmap-label strong{
    display: inline-block;
    color: #fff;;
}

.jqvmap-label ul{
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    padding-bottom: 0;
    padding-left: 8px;
    text-align: left;;
}

.jqvmap-label ul li a{
    color: #fff;
}

.jqvmap-region{
    cursor: pointer;
}

.mistake-input input{
    font-size: 14px;
    line-height: 160%;
    width: 100%;
    height: 48px;
    padding: 0 12px;
    border: 1px solid #acb5bd;
    border-radius: 6px;;
}

.mistake-textarea{
    position: relative;
    margin-bottom: 16px;
}

.mistake-textarea:last-child{
    margin-bottom: 0;
}

.mistake-textarea textarea{
    font-family: 'RF Tone';
    font-size: 14px;
    line-height: 160%;
    padding: 5px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    border: 1px solid #acb5bd;
    border-radius: 6px;;
}

.mistake-textarea textarea ~ .error-text{
    font-size: 12px;
    line-height: 120%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    border-radius: 0 6px 0 6px;
    background: #ef4444;;
}

.mistake-textarea textarea.error{
    border-color: #ef4444;
}

.mistake-textarea textarea.error ~ .error-text{
    pointer-events: all;
    opacity: 1;;
}

.jvectormap-region{
    cursor: pointer;
}

.footer{
    padding-top: 42px;
    color: #fff;
    background: #1e40af;;
}

.footer-adress{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
    padding: 20px 32px;
    color: #fff;
    border-radius: 6px;
    background: #1f47b8;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.footer-adress-separator{
    width: 1px;
    height: 22px;
    margin: 0 32px;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    background: #fff;;
}

.footer-adress a{
    color: #fff;
}

.footer-adress a:hover{
    color: #ef4444;
}

.footer-adress .button-1{
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-copyright{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #1d4ed8;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.footer-copyright-content{
    width: calc(100% - 182px - 40px - 220px);
}

.footer-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    color: #fff;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;;
}

.popup{
    position: relative;
    z-index: 99999;
    display: none;
    width: calc(100% - 20px);
    max-width: 480px;
    margin: 5.5% auto 1.75rem;
    padding: 48px;
    border-radius: 6px;
    background: #fff;;
}

.popup-modal{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    outline: 0;
}

.popup-mask{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,64,175,.7);
}

.popup-title{
    width: 100%;
    margin-bottom: 36px;
}

.popup-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(33,36,41,.5);
}

.popup-close{
    font-size: 24px;
    position: absolute;
    z-index: 50;
    top: -36px;
    right: -30px;
    padding: 8px;
    cursor: pointer;
    color: rgba(255,255,255,.7);;
}

.popup-close:hover{
    color: #ef4444;
}

.popup-backcall{
    max-width: 550px;
    padding: 56px 48px;
    text-align: center;
}

.popup-successfull{
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 582px;
    margin: 0;
    padding: 32px;
    padding-bottom: 48px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);;
}

.popup-successfull .icon-close{
    font-size: 32px;
    position: relative;
    top: initial;
    right: initial;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    margin-bottom: 32px;
    margin-left: auto;
    padding: 0;
    color: #acb5bd;;
}

.popup-review{
    max-width: 1015px;
    padding: 0;
    padding-bottom: 62px;
}

.popup-review .card-reviews{
    height: auto;
}

.popup-review .content{
    padding: 0 32px;
}

.popup-video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 1300px;
    max-height: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: #2f2f2f;
}

.popup-mistake__title{
    margin-bottom: 16px;
}

.popup-mistake .popup-close{
    font-size: 36px;
    top: 16px;
    right: 16px;
    color: #000;
}

.popup .input{
    margin-bottom: 20px;
}

.popup .btn{
    min-width: 300px;
}

@media (max-width:1279px){
    .header-logo{
        margin-right: 30px;
    }

    .header-nav{
        font-size: 12px;
    }

    .card-post .subh3{
        font-size: 12px;
    }

    .footer-adress{
        font-size: 13px;
    }

    .footer-adress-separator{
        margin: 0 16px;
    }

    .klub.plate-switch.switched .card-man-content{
        width: 100%;
        margin-top: 12px;
    }

    .klub-buklet-title{
        left: 40px;
    }

    .breadcrumbs{
        position: relative;
        display: block!important;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;;
    }

    .breadcrumbs::-webkit-scrollbar{
        width: 5px;
        height: 5px;
        border-radius: 122px;
        background-color: transparent;;
    }

    .breadcrumbs::-webkit-scrollbar{
        width: 5px;
        height: 5px;
        border-radius: 122px;
        background-color: transparent;;
    }

    .breadcrumbs::-webkit-scrollbar-track{
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        border-radius: 122px;
        background-color: #eff6ff;;
    }

    .breadcrumbs::-webkit-scrollbar-track:hover{
        border-radius: 122px;
        background-color: #93c5fd;;
    }

    .breadcrumbs::-webkit-scrollbar-thumb{
        width: 6px;
        height: 20px;
        cursor: pointer;
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        border-radius: 122px;
        background-color: #dbeafe;;
    }

    .breadcrumbs::-webkit-scrollbar-thumb:hover{
        border-radius: 122px;
        background-color: #60a5fa;;
    }

    .breadcrumbs::-webkit-scrollbar-button{
        display: none;
    }

    .custom-select-international .custom-select-options{
        max-height: 460px;
    }

    .custom-select-international .custom-select-options-wrapper{
        max-height: 420px;
    }
}

@media (max-width:1279px) and (min-width:821px){
    .tabs-menu{
        display: block!important;
        overflow-x: scroll;
        overflow-y: auto;
        white-space: nowrap;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;;
    }

    .tabs-menu::-webkit-scrollbar{
        width: 8px;
        height: 8px;
        cursor: pointer;
        border-radius: 0;
        background-color: #a8a8a8;;
    }

    .tabs-menu::-webkit-scrollbar-track{
        cursor: pointer;
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        border-radius: 0;
        background-color: #eff6ff;;
    }

    .tabs-menu::-webkit-scrollbar-thumb{
        width: 8px;
        height: 12px;
        cursor: pointer;
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        border-radius: 0;
        background-color: #acb5bd;;
    }

    .tabs-menu::-webkit-scrollbar-thumb:hover{
        border-radius: 0;
        background-color: #60a5fa;;
    }

    .tabs-menu::-webkit-scrollbar-button{
        display: none;
    }
}

@media (max-width:1279px) and (min-width:1025px){
    .card-error .h6{
        font-size: 14px;
    }

    .card-error .body-s{
        font-size: 12px;
    }

    .card-projects-main-img{
        right: 6px;
    }

    .card-projects-main::before{
        right: -250px;
    }

    .card-otdelenie .h4{
        font-size: 18px;
    }

    .card-otdelenie .subh3{
        font-size: 12px;
    }

    .card-otdelenie .caption-l{
        font-size: 10px;
    }

    .card-video-img{
        height: 160px;
    }

    .news-big-img{
        max-width: 280px;
    }

    .news-big-content{
        width: calc(100% - 310px);
    }

    .join-button{
        padding: 18px 40px;
    }

    .btn.btn-join-submit{
        min-height: initial;
        padding: 18px 40px;
    }
}

@media (min-width:1025px){
    body.overlay{
        position: relative;
    }

    body.overlay::before{
        position: absolute;
        z-index: 45;
        top: 0;
        bottom: 100%;
        left: 0;
        width: 100vw;
        height: 100%;
        content: '';
        background: rgba(0,0,0,.5);;
    }

    .mps .social-link-wrapper{
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .mps .social-link-wrapper .social-link{
        margin: 0;
        margin-bottom: 15px;
    }

    .mps.otdelenie .social-link-wrapper{
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;;
    }

    .mps.otdelenie .social-link-wrapper .social-link{
        margin: 0;
        margin-right: 15px;
    }

    .header-nav li:hover .header-nav-content{
        pointer-events: all;
        opacity: 1;;
    }

    .header-nav li.hover::before{
        position: absolute;
        z-index: 31;
        top: 74px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 151px);
        content: '';
        background: rgba(0,0,0,.5);;
    }

    .header-nav-content{
        -webkit-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
        pointer-events: none;
        opacity: 0;;
    }

    .header-nav-category:hover .header-nav-category-content{
        display: block;
    }

    .header-dropdown{
        display: none!important;
    }

    .slider.slider-2{
        margin: 0 60px;
        padding-bottom: 0;;
    }

    .slider.slider-2 .nav-next,
    .slider.slider-2 .nav-prev{
        top: 50%;
        bottom: initial;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .slider.slider-2 .nav-prev{
        left: -60px;
    }

    .slider.slider-2 .nav-next{
        right: -60px;
        left: initial;;
    }

    .video-slider-2{
        padding-bottom: 0!important;
    }

    .video-slider-2 .slick-arrow{
        display: none!important;
    }

    .video-slider-2 .slick-dots{
        display: none!important;
    }

    .video-slider-2 .slick-track{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .video-slider-2 .slick-slide{
        height: auto!important;
    }

    .vmap-background{
        display: none!important;
    }
}

@media (max-width:1024px){
    .btn{
        font-size: 16px;
        padding: 18px 45px;;
    }

    .breadcrumbs{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .o-m-1{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .regions-banner{
        min-height: 285px;
    }

    .regions-banner .h2{
        font-size: 27px;
    }

    .mps0100.media60{
        padding-bottom: 60px;
    }

    .mps35{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mps.media60{
        padding-bottom: 60px;
    }

    .card.media-p0{
        padding: 0;
        border: none;
    }

    .card-quote{
        display: block;
        padding: 24px;
    }

    .card-quote-img{
        width: 210px;
        height: 210px;
        margin-right: auto;
        margin-left: auto;;
    }

    .card-quote-wrapper{
        width: 100%;
    }

    .card-quote .h4{
        font-size: 18px;
    }

    .card-svg-icon{
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .card-svg:hover{
        background: #f4f6f8;
    }

    .card-svg:hover .h6{
        color: #212429;
    }

    .card-svg:hover .body-s{
        color: #90979e;
    }

    .card-svg:hover .card-svg-icon{
        background: #fff;
    }

    .card-svg:hover .card-svg-icon svg path{
        fill: #90979e;
    }

    .card-svg.card-svg-2:hover{
        background: #1e40af;
    }

    .card-svg.card-svg-2:hover .card-svg-content .h6{
        color: #fff;
    }

    .card-predstav .maxh{
        overflow: initial;
        max-height: initial;;
    }

    .card-faces{
        padding: 16px;
    }

    .card-search .body-s{
        overflow: initial;
        max-height: initial;;
    }

    .card-press-title .h3{
        width: 100%;
        margin-bottom: 6px;
    }

    .card-press-title .button-s{
        margin-right: auto;
        margin-left: 0;;
    }

    .card-gensovet .h6:hover{
        color: inherit;
    }

    .card-gensovet:hover{
        background: #f4f6f8;
    }

    .mps100{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .header-logo{
        margin-right: auto;
    }

    .header-burger{
        display: block;
    }

    .header-phone .h5{
        font-size: 16px;
    }

    .header-nav{
        position: relative;
        z-index: 20;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;;
    }

    .header-nav li{
        width: 100%;
        border-bottom: 1px solid #f0f2f4;
        background: #fff;;
    }

    .header-nav li > a{
        font-size: 16px;
        position: relative;
        display: block;
        width: calc(100% + 32px);
        min-width: 100%;
        margin-right: -16px;
        margin-left: -16px;
        padding: 18px 16px;
    }

    .header-nav li > a i{
        font-size: 24px;
        position: absolute;
        top: 50%;
        right: 16px;
        width: 24px;
        height: 24px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .header-nav li > a .header-nav-back{
        font-size: 24px;
        position: absolute;
        top: 50%;
        left: 16px;
        width: 24px;
        height: 24px;
        -webkit-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none;
        opacity: 0;
    }

    .header-nav li > a:hover{
        color: #2563eb;
        background: #eff6ff;;
    }

    .header-nav li > a.open{
        position: absolute;
        z-index: 50;
        top: 0;
        left: 0;
        color: #2563eb;
        background: #fff;;
    }

    .header-nav li > a.open span{
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .header-nav li > a.open i{
        right: -20%;
        opacity: 0;
    }

    .header-nav li > a.open .header-nav-back{
        pointer-events: all;
        opacity: 1;
        color: #2563eb;;
    }

    .header-nav-content{
        top: 56px;
        display: none;
        height: calc(100vh - 110px - 60px);
        padding: 0;;
    }

    .header-nav-content::before{
        display: none;
    }

    .header-nav-content .row .col-lg-3{
        width: calc(100% + 32px);
        margin-right: -16px;
        margin-left: -16px;

        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;;
    }

    .header-nav-content.open{
        position: absolute;
        top: 55px;
        left: 0;
    }

    .header-nav-category-wrapper{
        margin-bottom: 32px;
    }

    .header-nav-category-title{
        font-size: 16px;
        position: relative;
        width: calc(100% + 64px);
        margin-right: -32px;
        margin-left: -32px;
        padding: 18px 16px;
        border-bottom: 1px solid #f0f2f4;;
    }

    .header-nav-category-title i{
        font-size: 24px;
        position: absolute;
        top: 50%;
        right: 16px;
        width: 24px;
        height: 24px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .header-nav-category-title .header-nav-back{
        font-size: 24px;
        position: absolute;
        top: 50%;
        left: 16px;
        width: 24px;
        height: 24px;
        -webkit-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none;
        opacity: 0;
    }

    .header-nav-category-title:hover{
        color: #2563eb;
        background: #eff6ff;;
    }

    .header-nav-category-title.open{
        position: absolute;
        z-index: 50;
        top: 0;
        left: 0;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        color: #2563eb;
        background: #fff;;
    }

    .header-nav-category-title.open span{
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .header-nav-category-title.open i{
        right: -20%;
        opacity: 0;
    }

    .header-nav-category-title.open .header-nav-back{
        pointer-events: all;
        opacity: 1;
        color: #2563eb;;
    }

    .header-nav-category-content{
        left: -32px;
        overflow-y: auto;
        width: calc(100% + 64px);
        height: 100vh;

        -webkit-column-count: initial;
           -moz-column-count: initial;
                column-count: initial;
    }

    .header-nav-category-content::before{
        display: none;
    }

    .header-nav-category-content a{
        font-size: 16px;
        margin-bottom: 0;
        padding: 18px 16px;;
    }

    .header-nav-category-content.open{
        z-index: 70;
    }

    .header-bottom{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-search.active{
        max-width: calc(100% - 82px);
    }

    .header-dropdown-blue .media-order{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .news-grayblock{
        position: relative;
        display: block!important;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;;
    }

    .news-grayblock-title > *{
        vertical-align: middle;
    }

    .news-grayblock > *{
        display: inline-block!important;
        vertical-align: middle;
    }

    .news-grayblock::-webkit-scrollbar{
        width: 0;
        height: 0;
        border-radius: 122px;
        background-color: transparent;;
    }

    .news-grayblock::-webkit-scrollbar-track{
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        border-radius: 122px;
        background-color: rgba(0,0,0,.3);;
    }

    .news-grayblock::-webkit-scrollbar-track:hover{
        border-radius: 122px;
        background-color: rgba(0,0,0,.3);;
    }

    .news-grayblock::-webkit-scrollbar-thumb{
        width: 6px;
        height: 20px;
        cursor: pointer;
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        border-radius: 122px;
        background-color: #000;;
    }

    .news-grayblock::-webkit-scrollbar-thumb:hover{
        border-radius: 122px;
        background-color: rgba(0,0,0,.35);;
    }

    .news-grayblock::-webkit-scrollbar-button{
        display: none;
    }

    .news-slider-item .h4{
        font-size: 18px;
    }

    .news-slider-main .slick-dots{
        left: calc(50% + 20px);
    }

    .anons-slider .h4{
        font-size: 18px;
    }

    .slider.slider-1 .slick-dots{
        left: calc(50% + 20px);
    }

    .press-slider{
        display: block!important;
        margin-right: 0;
        margin-left: 0;;
    }

    .klub-calendar-item.small{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        padding-top: 16px;
        border-bottom: none;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;;
    }

    .klub-calendar-item.small *{
        margin: 5px;
    }

    .klub-calendar-item.small :first-child{
        margin-left: 0;
    }

    .klub-calendar-item.small :last-child{
        margin-right: 0;
    }

    .klub-calendar-item.big{
        padding: 0;
        padding-bottom: 16px;
        border-left: none;;
    }

    .footer-adress{
        margin-bottom: 24px;
        padding: 0;
        text-align: center;
        background: 0 0;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;;
    }

    .footer-adress-separator{
        display: none;
    }

    .footer-adress > span{
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-adress .button-1{
        margin-left: 0;
    }

    .footer-copyright{
            flex-direction: column;
        padding-bottom: 32px;
        text-align: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;;
    }

    .footer-copyright-content{
        width: 100%;
        margin-bottom: 24px;
    }

    .footer-copyright .social-link-wrapper{
        margin-left: 0;
    }

    .footer-copyright .subh3{
        font-size: 12px;
    }

    .footer-copyright .caption-l{
        font-size: 10px;
    }

    .breadcrumbs ul li{
        display: none;
    }

    .breadcrumbs ul li:nth-last-child(2){
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .breadcrumbs ul li:nth-last-child(2) a{
        margin-right: 0;
        margin-left: 10px;
    }

    .breadcrumbs ul li:nth-last-child(2) .i-wrapper{
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);

        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;;
    }

    .extend-search-wrapper > span{
        width: 100%;
    }

    .extend-search-wrapper .extend-search{
        margin-bottom: 8px;
        margin-left: 0;

        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;;
    }

    .custom-select-international .custom-select-options{
        position: relative;
        padding-top: 20px;
    }

    .komitet-detail .komitet-member{
        border-bottom: 1px solid #f4f6f8;
    }

    .h2.media100{
        width: 100%;
    }

    .content.margin-2-media ol + h2,
    .content.margin-2-media p + h2,
    .content.margin-2-media ul + h2{
        margin-top: 60px;
    }

    .content.margin-2-media ol + h3,
    .content.margin-2-media p + h3,
    .content.margin-2-media ul + h3{
        margin-top: 52px;
    }

    .content.margin-2-media ol + h4,
    .content.margin-2-media p + h4,
    .content.margin-2-media ul + h4{
        margin-top: 40px;
    }

    .content.margin-2-media ol + h5,
    .content.margin-2-media p + h5,
    .content.margin-2-media ul + h5{
        margin-top: 36px;
    }

    .content.margin-2-media ol + h6,
    .content.margin-2-media p + h6,
    .content.margin-2-media ul + h6{
        margin-top: 28px;
    }

    .fz-media-21{
        font-size: 21px!important;
    }

    #vmap{
        position: absolute!important;
        width: 1px!important;
        height: 1px!important;
        margin: -1px;
        padding: 0;
        white-space: nowrap;
        border: 0;;
    }

    .vmap-label{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        border-radius: 0;
    }

    .content h2,
    .h2{
        font-size: 27px;
    }

    .content h3,
    .h3{
        font-size: 21px;
    }

    .content h4,
    .h4{
        font-size: 18px;
    }
}

@media (max-width:821px){
    .tabs-menu{
        display: block!important;
        overflow-x: scroll;
        overflow-y: auto;
        white-space: nowrap;

        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;;
    }

    .tabs-menu::-webkit-scrollbar{
        width: 2px;
        height: 2px;
        cursor: pointer;
        border-radius: 122px;
        background-color: #a8a8a8;;
    }

    .tabs-menu::-webkit-scrollbar-track{
        cursor: pointer;
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        border-radius: 122px;
        background-color: #eff6ff;;
    }

    .tabs-menu::-webkit-scrollbar-thumb{
        width: 2px;
        height: 2px;
        cursor: pointer;
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        border-radius: 122px;
        background-color: #60a5fa;;
    }

    .tabs-menu::-webkit-scrollbar-thumb:hover{
        border-radius: 122px;
        background-color: #60a5fa;;
    }

    .tabs-menu::-webkit-scrollbar-button{
        display: none;
    }
}

@media (max-width:1024px) and (min-width:768px){
    .card-useful{
        font-size: 14px;
    }

    .card-useful span{
        width: 160px;
    }
}

@media (max-width:767px){
    .card.media100{
        width: calc(100% + 32px);
        margin-right: -16px;
        margin-left: -16px;;
    }

    .card-blue{
        height: 320px;
    }

    .card-svg-content .body-s{
        font-size: 12px;
    }

    .card-man-img{
        margin-right: 0;
        margin-bottom: 16px;
    }

    .card-man-content{
        width: 100%;
    }

    .card-man-content .h4{
        font-size: 18px;
    }

    .card-man-media .card-man-img{
        max-width: 70px;
        margin-right: 16px;
    }

    .card-man-media .card-man-img img{
        width: 100%;
    }

    .card-man-media .card-man-content{
        width: calc(100% - 86px);
    }

    .card-img-s-r .h6{
        max-height: initial;
    }

    .card-video-img{
        height: 220px;
    }

    .footer-bottom{
            flex-direction: column;
        padding: 24px 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;;
    }

    .footer-bottom .mla{
        margin-left: 0;
    }

    .komitet-member{
        border: none;
    }

    .komitet-member-link{
        width: 100%;
        margin: 0;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .komitet-member-link .h6{
        min-height: initial;
    }

    .komitet-member-content{
        max-width: initial!important;
        padding-top: 0;
        padding-bottom: 16px;
    }

    .komitet-member-wrapper{
        border: none;
    }

    .komitet-member-separator{
        display: none;
    }

    .klub.plate-switch .card-man-img{
        max-width: 70px;
        margin-right: 16px;
        margin-bottom: 0;
    }

    .klub.plate-switch .card-man-img img{
        width: 100%;
    }

    .klub.plate-switch .card-man-content{
        width: calc(100% - 86px);
    }

    .klub-buklet{
        min-height: 220px;
    }

    .klub-buklet-title{
        font-size: 27px;
        left: 16px;
        max-width: 150px;;
    }

    .klub-buklet-logo{
        top: 16px;
        left: 16px;
        width: 100px;
    }

    .klub-buklet-img{
        width: 224px;
    }

    .klub-buklet-img img{
        width: 100%;
        height: 100%;

        -o-object-fit: cover;
           object-fit: cover;
    }

    .persona-title .h2{
        font-size: 24px;
    }

    .news-big-img{
        max-width: 280px;
    }

    .news-big-content{
        width: calc(100% - 310px);
    }

    .join-button{
        font-size: 12px;
        padding: 9px 40px;;
    }

    .btn.btn-join-submit{
        font-size: 12px;
        min-height: initial;
        padding: 18px 40px;;
    }

    .news-detail-2 .content a{
        font-size: 14px;
    }

    .news-detail-2 .content p{
        font-size: 14px;
    }

    .news-detail-2 .content ul,
    .news-detail-2 .content-ul{
        font-size: 14px;
    }

    .news-detail-2 .content ol,
    .news-detail-2 .content-ol{
        font-size: 14px;
    }

    .content{
        font-size: 12px;
    }

    .content a{
        font-size: 12px;
    }

    .content p{
        font-size: 12px;
    }

    .content ul,
    .content-ul{
        font-size: 12px;
    }

    .content ol,
    .content-ol{
        font-size: 12px;
    }

    .content.margin-media-2 h6{
        margin-bottom: 10px;
    }

    .content.margin-media-2 h6 + ul{
        margin-top: 16px;
    }

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

@media (max-width:576px){
    .btn{
        font-size: 12px;
        line-height: .8;
    }

    .btn.media100{
        width: 100%;
    }

    .card-error .h6{
        font-size: 14px;
    }

    .card-error .body-s{
        font-size: 12px;
    }

    .card-man .h4{
        font-size: 16px;
    }

    .card-post-img{
        width: 100%;
    }

    .card-post-img img{
        width: 100%;
        max-width: 330px;
        height: auto;
        margin-right: auto;
        margin-left: auto;;
    }

    .card-post-content{
        width: 100%;
    }

    .card-post-2-img{
        width: 80px;
        height: 60px;
    }

    .card-post-2-content{
        width: calc(100% - 96px);
    }

    .card-useful{
        font-size: 12px;
    }

    .card-useful span{
        width: calc(100% - 120px);
    }

    .card-useful img{
        -webkit-transform: scale(.75);
            -ms-transform: scale(.75);
                transform: scale(.75);
    }

    .card-useful::before{
        width: 292px;
        height: 292px;
    }

    .card-projects-img{
        margin-bottom: 16px;
    }

    .card-projects-content{
        width: 100%;
    }

    .card-projects .h5{
        font-size: 16px;
    }

    .card-projects-main .h4{
        font-size: 16px;
    }

    .card-projects-main-img{
        right: 6px;
    }

    .card-projects-main::before{
        right: -250px;
    }

    .card-otdelenie .h4{
        font-size: 18px;
    }

    .card-otdelenie .subh3{
        font-size: 12px;
    }

    .card-otdelenie .caption-l{
        font-size: 10px;
    }

    .card-predstav-img{
        margin-right: 0;
        margin-bottom: 16px;
    }

    .card-predstav-content{
        width: 100%;
    }

    .card-faces-2-img{
        width: 80px;
        height: 100px;
    }

    .card-faces-2-content{
        width: calc(100% - 96px);
    }

    .card-faces-2-content .h4{
        font-size: 16px;
    }

    .card-contacts .card-sidebar-content{
        width: 100%;
        margin-top: 16px;
    }

    .card-contacts .card-sidebar-content .h5{
        font-size: 16px;
    }

    .card-contacts .card-sidebar-content .mb8{
        margin-bottom: 4px;
    }

    .card-news{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card-news-img{
        max-width: 80px;
    }

    .card-news-content{
        width: calc(100% - 96px);
    }

    .card-news-content .flb-cs{
            flex-direction: column;
        margin-bottom: 8px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;;
    }

    .card-news-pin{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .card-anons-2-date{
        width: auto;
        margin-bottom: 16px;
    }

    .card-anons-2-date .h4{
        font-size: 16px;
    }

    .card-anons-2-content{
        width: 100%;
    }

    .card-gensovet-img{
        width: 80px;
        height: 80px;
        margin-right: 16px;
    }

    .card-gensovet-content{
        width: calc(100% - 96px);
    }

    .card-country-img{
        margin-right: 0;
        margin-bottom: 16px;
    }

    .card-country-content{
        width: 100%;
    }

    .card-quote.small .card-quote-img{
        margin-right: auto;
        margin-left: auto;;
    }

    .header-dropdown .button-1{
        width: 100%;
    }

    .tabs-link{
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .persona-title{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .persona-title-img{
        width: 100px;
        height: 127px;
        margin-right: 16px;
        margin-bottom: 24px;
    }

    .persona-title-content{
        width: calc(100% - 116px);
        margin-bottom: 24px;
    }

    .persona .persona-title-content{
        width: 100%;
    }

    .persona .persona-title-img{
        max-width: 176px;
    }

    .predstav-title-photo{
        max-width: 120px;
    }

    .predstav-title-photo + .predstav-title-content{
        width: 100%;
        margin-top: 24px;
    }

    .flex-checkbox-wrapper .flex-checkbox{
        width: calc(50% - 8px);
        margin-bottom: 8px;
    }

    .flex-checkbox-wrapper .flex-checkbox:nth-last-child(1){
        width: 100%;
        margin-bottom: 0;
    }

    .flex-checkbox.join-file .text{
        font-size: 12px;
    }

    .flex-checkbox.join-file .checkbox-custom{
        font-size: 12px;
        margin-left: 10px;
    }

    .input-date-wrapper .input-wrap{
        width: calc(50% - 4px);
        margin-bottom: 24px;
    }

    .input-date-wrapper-2 .input-wrap{
        width: calc(50% - 4px);
        margin-bottom: 24px;
    }

    .calendar-mask{
        background: rgba(30,64,175,.6);
    }

    .calendar-bottom{
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 0;;
    }

    .calendar-modal{
        position: fixed;
        top: initial;
        bottom: 0;
        left: 50%;
        width: 100%;
        padding: 20px 16px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-radius: 12px 12px 0 0;
        background: #fff;;
    }

    .datepicker{
        width: 100%;

        -webkit-filter: none;
                filter: none;
    }

    .datepicker--content{
        padding: 8px;
    }

    .datepicker.active{
        position: fixed;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .news-big-img{
        max-width: 100%;
        margin-right: auto;
        margin-bottom: 12px;
        margin-left: auto;;
    }

    .news-big-content{
        width: 100%;
    }

    .news-search-wrapper .input-wrap{
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .alphabet-button{
        width: 49px;
        height: 49px;
    }

    .alphabet-button.big{
        width: 49px;
        height: 49px;
    }

    .join-title-item{
        max-width: 82px;
    }

    .join-button{
        width: 100%;
        margin-right: 0;;
    }

    .popup-successfull{
        padding: 16px;
    }

    .popup-successfull .popup-close{
        margin-bottom: 16px;
    }

    .faces-link-svg-wrapper{
        width: 100%;
    }

    .klub-slider a img{
        width: 100%;
        margin-right: auto;
        margin-left: auto;;
    }

    .posol-persona-title .persona-title-img{
        margin-bottom: 16px;
    }

    .posol-persona-title .persona-title-content{
        margin-bottom: 0;
    }
}

@media (max-width:370px){
    .persona-title .h2{
        font-size: 17px;
    }

    .video-frame{
        height: 190px;
    }
}

@media (max-width:359px){
    .pagination .angle{
        display: none;
    }

    .flex-checkbox.join-file{
        width: 100%;
    }

    .flex-checkbox.join-file .checkbox-custom{
        width: 100%;
        margin: 0;
        margin-top: 12px;;
    }

    .flex-checkbox.join-file .text{
        margin: 0;
    }
}

/* ==========================================================================
SIMPLE-SLIDER
========================================================================== */

.simple-slider {
    display: none !important;
    padding-bottom: 64px;
    margin-bottom: 25px;
}

.simple-slider.slick-initialized{
    display: block;
}

.simple-slider .nav-prev {
    left: calc(50% - 50px);
}

.simple-slider .nav-next {
    left: calc(50% + 10px);
}

.simple-slider__slide {
    overflow: hidden;
    border-radius: 6px;
}

.simple-slider .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}


/* End */


/* Start:/local/templates/deloros/css/dop.css?168379426718520*/
.adm-workarea .adm-input,.adm-workarea input[type="text"],.adm-workarea input[type="password"],.adm-workarea input[type="email"],.bxcompprop-content .bxcompprop-cont-table-r-refreshed input[type="text"],.bxcompprop-content .bxcompprop-cont-table-r-refreshed input[type="password"],.bxcompprop-content .bxcompprop-cont-table-r-refreshed input[type="email"],.adm-workarea textarea,.adm-workarea .adm-select,.adm-workarea .form-button,.adm-workarea .adm-btn,.adm-workarea input[type=button],.adm-workarea input[type=submit],.adm-workarea input[type=reset],.adm-workarea input[type=file]::-webkit-file-upload-button,.adm-workarea button,.adm-workarea select,.adm-workarea textarea{
    width:auto
}
.slider .slick-dots li:last-child:first-child,.intro-slider .slick-dots li.slick-active:last-child:first-child{
    display:none
}
.header-dropdown::-webkit-scrollbar{
    width:4px
}
.header-dropdown::-webkit-scrollbar-track{
    background-color:#e4e4e4
}
.header-dropdown::-webkit-scrollbar-thumb{
    background:#2563eb
}
.header-nav-category-title2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:10px 12px
}
.header-dropdown{
    left:0;
    transform:none;
    height:calc(100vh - 53px - 32px)
}
.header-dropdown .header-nav{
    position:relative;
    z-index:10
}
.header-dropdown-blue{
    padding-bottom:120px;
    margin-left:-17px;
    width:calc(100% + 34px)
}
.count-height-all .card{
    height:100%
}
.breadcrumbs,.breadcrumbs li a,.breadcrumbs li,.breadcrumbs li span{
    line-height:21px
}
img.pull-left{
    float:left;
    margin:4px 15px 10px 0
}
.link-1{
    cursor:pointer
}
.input-search-submit.noactive{
    cursor:default
}
.news-grayblock{
    padding-bottom:1px
}
.news-grayblock a{
    position:relative;
    padding-right:0;
    margin-right:40px;
    margin-bottom:14px;
    border:0
}
.news-grayblock a:after{
    display:block;
    content:'';
    position:absolute;
    top:0;
    right:-20px;
    height:100%;
    border-right:1px solid #90979e;
    pointer-events:none
}
.news-grayblock .news-grayblock-title{
    margin-bottom:15px
}
.news-grayblock-title span{
    padding-top:2px
}
.card-faces-2.bg-base3.nohover:hover{
    background:#f4f6f8
}
.card-useful.card-8{
    background:#1E4381
}
.card-useful.card-8:before{
    background:#3D6896
}
.card-useful img{
    max-width:112px
}
.card-projects-img img{
    width:130px;
    height:73px;
    object-fit:cover;
    object-position:center
}
.card-img-s-r-img img{
    width:60px;
    height:60px;
    max-width:initial;
    max-height:initial
}
.card-man-img img{
    width:120px;
    height:160px;
    object-fit:cover
}
.card-man-posol .card-man-img img{
    width:100%;
    height:82px
}
.card-anons-2-content2{
    max-width:calc(100% - 180px)
}
.card-about-link{
    display:block;
    color:#212429
}
.card-about-link:hover{
    background:#eff6ff
}
.card-post-tags a{
    display:inline-block;
    font-size:12px
}
.card-post-tags a:hover{
    color:#ef4444
}
.card-post-2-img{
    max-width:140px;
    height:94px;
    width:140px;
    border-radius:6px;
    overflow:hidden
}
.card-post-2-img img{
    border-radius:6px;
    width:100%;
    height:100%;
    object-fit:cover
}
.card-blue-decor-1.card-blue-decor-4{
    top:auto;
    bottom:0;
    left:0
}
.card-otdelenie-content .c-bluelite:hover,.card-sidebar-content .c-bluelite:hover{
    color:#ef4444
}
.news-big_presscentr-page img{
    height:262px;
    width:100%;
    object-fit:cover
}
.podcomitet-card{
    height:100%
}
.podcomitet-card .card-img-s-r-content .h6{
    max-height:88px
}
.search-count-result{
    display:inline;
    width:auto!important
}
.card-anons-2-date.w100{
    width:100%
}
.news-slider-img img{
    max-height:450px
}
.regions-map svg path.hover{
    fill:#2563eb!important
}
.regions-map svg path.hover:hover,.regions-map svg path.hover.hover2{
    fill:#1E40AF!important
}
#region_word-sidebar .custom-select-options-wrapper>div{
    display:block!important;
    opacity:1!important
}
.anons-slider .slick-track{
    margin-left:0;
    margin-right:0
}
.printCard .card-faces-2-img{
    width:60px;
    height:80px
}
.printCard .card-faces-2-title{
    font-size:16px
}
.printCard .body-s{
    font-size:12px;
    line-height:18px
}
.card-faces-2-img{
    border-radius:6px
}
.printPDF .card-faces-2{
    padding:10px
}
.printPDF .card-faces-2-img{
    position:relative;
    width:80px;
    height:97.6px;
    overflow:hidden;
    border-radius:6px
}
.printPDF .card-faces-2-img img{
    display:none;
    width:210px;
    height:auto;
    -o-object-fit:initial;
    object-fit:initial;
    border-radius:6px;
    min-width:210px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.printPDF .body-s{
    font-size:12px;
    line-height:1.4
}
#pdf2 .col-12{
    margin-bottom:5px;
    height:auto!important
}
.news-slider-main-wrap{
    position:relative;
    z-index:20
}
.social-link-wrapper .ya-share2__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    width:100%
}
.social-link-wrapper .ya-share2__list .ya-share2__link{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:15px;
    width:40px;
    height:40px;
    font-size:24px;
    background:#f4f6f8;
    font-family:icomoon!important;
    speak:never;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    border-radius:50%
}
.social-link-wrapper .ya-share2__list .ya-share2__link:before{
    color:#495057
}
.social-link-wrapper .ya-share2__list .ya-share2__link:hover:before{
    color:#2563eb
}
.social-link-wrapper .ya-share2__item_service_vkontakte .ya-share2__link:before{
    display:inline-block;
    content:"\e92a"
}
.social-link-wrapper .ya-share2__item_service_telegram .ya-share2__link:before{
    display:inline-block;
    content:'';
    width:100%;
    height:100%;
    border-radius:50%;
    background:url(/local/templates/deloros/css/../img/icon/telegram.svg) no-repeat center center
}
.social-link-wrapper .ya-share2__item_service_telegram .ya-share2__link:hover:before{
    background:url(/local/templates/deloros/css/../img/icon/telegram-hover.svg) no-repeat center center
}
.social-link-wrapper .ya-share2__list .ya-share2__badge{
    display:none
}
.slider-dots-box{
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    z-index:20;
    bottom:16px;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
}
.slider-dots-box li{
    position:relative;
    width:8px;
    height:8px;
    margin:6px 5px
}
.slider-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:40px
}
.slider-dots button{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#acb5bd;
    width:8px;
    height:8px;
    font-size:0;
    border-radius:50%;
    cursor:pointer;
    transition:all .3s ease
}
.slider-dots-box .slick-active button{
    background:#2563eb
}
.slider-dots-box .slider-dots button .progress-svg{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.circle-bg{
    fill:rgba(255,255,255,0);
    stroke:rgba(0,0,0,0.05);
    stroke-width:2;
    stroke-linecap:butt
}
.circle-go{
    fill:rgba(255,255,255,0);
    stroke:#acb5bd;
    stroke-width:2;
    stroke-linecap:round;
    animation:progress 22s;
    stroke-dasharray:360px;
    stroke-dashoffset:360
}
@keyframes progress{
    from{
        stroke-dashoffset:360
    }
    to{
        stroke-dashoffset:0
    }
}
.career-date.empty-date{
    opacity:0
}
.fo-region__detailtext-showmore{
    display:none;
    color:#2563EB;
    background:#fff
}
.fo-region__detailtext.long-text{
    position:relative;
    overflow:hidden
}
.fo-region__detailtext.long-text .content{
    display:block;
    display:-webkit-box;
    max-width:100%;
    height:calc(14px*1.7*5);
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis
}
.fo-region__detailtext.long-text .fo-region__detailtext-showmore{
    display:inline-block
}
.tags-btn{
    padding:6px 12px;
    color:#fff;
    background:#2563eb;
    border-radius:6px
}
.tags-btn:hover{
    background:#1651d3
}
.printCard .card.brd6{
    padding:12px;
    min-height:80px
}
.printCard .card-faces-2-img img{
    width:auto;
    height:auto;
    max-height:100%;
    object-fit:initial
}
.printCard .card-faces-2-img{
    height:65px;
    display:flex;
    justify-content:center;
    align-items:center
}
.region-search__form.region_word + .card-sidebar-clone{
    display:none!important
}
.klub-buklet-frame{
    height:600px;
    width:100%
}
.grey-news-card .card.card-post{
    background:#f4f6f8
}
@media print{
    .header,.footer{
        display:none
    }
}
@media (min-width: 1025px){
    .lang-en .header-nav{
        justify-content:flex-start
    }
    .lang-en .header-nav li{
        margin-right:40px
    }
}
@media (max-width: 1279px){
    .tabs-menu{
        overflow-x:scroll;
        overflow-y:initial
    }
    .klub-buklet-frame{
        height:400px
    }
    .header-nav-category-title2{
        font-size:16px;
        margin-left:-32px;
        margin-right:-32px;
        width:calc(100% + 64px);
        padding:18px 16px;
        border-bottom:1px solid #f0f2f4;
        position:relative
    }
    .card-blue-slider .slick-dots{
        width:initial;
        bottom:71px;
        left:50%;
        padding:0 26%
    }
}
@media (max-width: 1024px){
    .header-nav-content.open{
        position:absolute;
        top:55px;
        left:-15px;
        width:calc(100% + 30px);
        padding:0 15px
    }
    .social-link-wrapper .ya-share2__list{
        flex-direction:row
    }
    .social-link-wrapper .ya-share2__list .ya-share2__link{
        margin-top:0;
        margin-right:15px
    }
}
@media(max-width: 767px){
    .klub.plate-switch .card-man-img img{
        width:70px;
        height:91px
    }
    .klub-buklet-frame{
        height:360px
    }
    .card.ok_kordinator .card-man-img{
        margin-bottom:0
    }
    .card.ok_kordinator .card-man-img img{
        height:90px
    }
    .card.ok_kordinator .card-man-content .mb24{
        margin-bottom:10px
    }
    .card.media100{
        margin-left:-15px;
        margin-right:-15px;
        width:calc(100% + 30px)
    }
}
@media(max-width: 576px){
    .overlay-hidden-xs{
        overflow:hidden
    }
    .header-search .input{
        padding:9px 20px 10px;
        font-size:16px
    }
    .video-slider-1 .slick-list{
        min-height:370px!important
    }
    .fo-region__detailtext.long-text .content{
        height:calc(11px*1.8*5)
    }
    .header-nav li>a.open{
        text-align:center
    }
    .header-nav li>a.open>span{
        display:block
    }
    img.pull-left{
        float:none;
        margin:0 0 20px
    }
    .press-slider__homepage .card-post-img{
        max-height:initial;
        height:auto
    }
    .press-slider__homepage .card-post-img img{
/*         max-width:100%; */
/*         height:225px */
    }
    .press-slider__homepage .card-post{
        display:block;
        min-height:347px
    }
    .breadcrumbs{
        padding-top:15px;
        padding-bottom:6px
    }
    .card-projects-main:hover::before{
        -webkit-transition:all .6s linear;
        -o-transition:all .6s linear;
        transition:all .6s linear;
        content:"";
        position:absolute;
        width:336px;
        height:336px;
        border-radius:50%;
        background:#2563eb;
        right:-250px!important;
        top:50%;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        z-index:0
    }
    .card-projects-main:hover{
        color:#212429
    }
    .card-news-pin{
        margin-right:5px
    }
    .card-useful{
        padding:16px
    }
    .news-slider-img img{
/*         height:240px */
    }
    .card-anons-2-content2{
        width:100%
    }
    .card-post-2-img{
        width:80px;
        height:60px
    }
    .publikacii__slider-item .card-post-img{
        height:200px;
        max-height:initial
    }
    .publikacii__slider-item .card-post-img img{
        max-width:400px;
        height:100%
    }
    .klub-buklet-frame{
        height:320px
    }
}
.mps .error-page{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99999
}
.error-page{
    width:100%;
    min-height:100vh;
    position:relative;
    background-color:#1e40af;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url(/local/templates/deloros/img/error-bg.svg)
}
.error-page__content{
    position:absolute;
    left:calc(50% - (40%/2));
    top:20%;
    width:40%;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    box-sizing:border-box
}
.error-page__title{
    font-family:'RF Tone';
    font-style:normal;
    font-weight:700;
    font-size:256px;
    line-height:250px;
    color:#FFF;
    width:100%;
    display:inline-block;
    text-align:center
}
.error-page__sub{
    font-family:'RF Tone';
    font-style:normal;
    font-weight:700;
    font-size:34px;
    line-height:37px;
    width:100%;
    display:inline-block;
    text-align:center;
    color:#FFF;
    margin:0 0 30px
}
.error-page__link{
    display:flex!important;
    width:358px;
    height:62px;
    display:flex;
    flex-flow:row wrap;
    align-items:center;
    align-content:center;
    justify-content:center;
    border:1px solid #FFF;
    border-radius:6px;
    box-sizing:border-box;
    text-decoration:none;
    transition:.4s ease
}
.error-page__link:hover{
    background:#DBEAFE
}
.error-page__link:hover span{
    color:#2563EB
}
.error-page__link span{
    font-family:'RF Tone';
    font-style:normal;
    font-weight:700;
    font-size:16px;
    line-height:14px;
    color:#FFF
}
.filter-sort-block .spoiler-title{
    text-transform:uppercase
}
.filter-sort-block .card-country{
    margin-left:0;
    margin-right:0
}
.content .iframe-video,.content iframe{
    max-width:900px;
    width:100%;
    height:400px
}
@media (max-width: 991px){
    .content .iframe-video{
        height:320px
    }
}
@media (max-width: 900px){
    .error-page__title{
        font-size:100px;
        line-height:96px
    }
    .error-page__sub{
        font-size:27px
    }
    .error-page__content{
        padding:0 15px;
        width:80%;
        left:calc(50% - (80%/2));
        top:calc(50% - (262px/2))
    }
}
@media (max-width: 761px){
    .content .iframe-video{
        height:240px
    }
}
@media (max-width: 600px){
    .error-page{
        background-image:url(/local/templates/deloros/img/error-bg--mob.jpg)
    }
    .error-page__content{
        padding:0 15px;
        width:100%;
        left:0
    }
}
.collaborator-block{
    width:100%;
    display:flex;
    flex-flow:row wrap;
    align-items:center;
    align-content:center;
    margin:0 0 32px
}
.collaborator-pic{
    width:250px;
    height:250px;
    border-radius:50%;
    overflow:hidden
}
.collaborator-pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.collaborator-content{
    width:calc(100% - 260px);
    padding:0 0 0 24px;
    box-sizing:border-box;
    display:flex;
    flex-flow:row wrap;
    align-content:center;
    align-items:center
}
.collaborator-name{
    width:100%;
    display:inline-block;
    font-family:'RF Tone';
    font-style:normal;
    font-weight:700;
    font-size:27px;
    line-height:30px;
    color:#212429;
    margin:0 0 16px
}
.collaborator-status{
    font-family:'RF Tone';
    font-style:normal;
    font-weight:700;
    font-size:16px;
    line-height:22px;
    color:#495057;
    width:100%;
    display:inline-block
}
.up-icon{
    color:#27AE60
}
.content-note{
    width:100%;
    display:inline-block;
    border-left:4px solid #2563EB;
    padding-left:20px;
    box-sizing:border-box;
    margin-top:30px
}
.content-note a{
    color:#212429;
    text-decoration:underline
}
.content-note p:last-of-type{
    margin-bottom:0
}
.pr-custom{
    padding-right:122px
}
.pr-custom h1{
    font-size:34px
}
@media (max-width: 1500px){
    .pr-custom{
        padding-right:30px
    }
}
@media (max-width: 900px){
    .pr-custom{
        padding-right:0
    }
}
@media (max-width: 600px){
    .collaborator-content{
        width:100%;
        margin:24px 0 0;
        padding:0
    }
    .collaborator-name{
        font-size:21px;
        line-height:29px
    }
    .collaborator-status{
        font-size:16px;
        line-height:22px
    }
    .error-page__link{
        width:100%
    }
    .pr-custom h1{
        line-height:30px;
        font-size:27px
    }
    .collaborator-pic{
        width:152px;
        height:152px
    }
}
.maked-link{
    display:flex;
    flex-flow:row wrap;
    align-content:center;
    align-items:center
}
.maked-link img{
    margin-left:10px
}
 .slickslidercenter{
     position: relative;
     margin: 20px 0;
}
 .slickslidercenter .slick-slide a{
     display: block;
}
 .slickslidercenter .slick-slide .slick-slide{
     margin: 0;
}
 .slickslidercenter .nav-next, .slickslidercenter .nav-prev{
     top: 50%;
     transform: translateY(-50%);
}
 .slickslidercenter .nav-prev{
     left: 20px;
}
 .slickslidercenter .nav-next{
     left: initial;
     right: 20px;
}
 .slickslidercenter .slick-dots{
     position: absolute;
     bottom: 20px;
     left: 50%;
     transform: translateX(-50%);
     max-width: 100%;
     margin: 0;
     text-align: center;
}
 .slickslidercenter .slick-dots li{
     margin: 0 3px;
     padding: 0;
}
 .slickslidercenter .slick-dots li:before{
     display: none;
}
 @media (max-width: 991px) {
     .slider .slick-slide .slick-slide{
         height: 320px !important;
    }
}
 @media (max-width: 767px) {
     .slider .slick-slide .slick-slide{
         height: 240px !important;
    }
}

/* End */


/* Start:/local/templates/deloros/css/inpro.css?16668237373958*/
.note-panel {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  background: #1F47B8;
  padding: 5px 0;
  box-sizing: border-box;
}

@media (min-width:768px){
  .note-panel {
    padding: 5px 0;
  }
}

.note-panel .container {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}

.note-panel p {
  margin: 0;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

@media (min-width:768px){
  .note-panel p {
    font-size: 12px;
  }
}

.note-panel p a {
  text-decoration: underline;
}
@media (min-width:768px){
  .note-panel p:first-of-type::after {
    content:"|";
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin: 0 10px;
    position: relative;
  }
}

.note-panel-close {
  color: #fff;
  font-size: 20px;
  margin: 0 0 0 auto;
}
@media (max-width:768px){
  .note-panel-close  {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: calc(50% - (25px/2));
  }

  .note-panel .container {
    padding-right: 20%;
  }
}

.popupAnketa {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-decoration: underline;
}

.custom-radio {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 12px;
}

.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio>span::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #1F47B8;
  border-radius: 50%;
  margin-right: 10px;
  top: -1px;
  position: relative;
}

.custom-radio>span::after {
  content:"";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #1F47B8;
  display: none;
  left: 4px;
  position: absolute;
}

.custom-radio>input:checked+span::after {
    display: block;
}

.popup-anketa__box {
  width: 80%;
  display: inline-block;
  margin: 0 0 20px;
}

@media (min-width:768px){
  .popup-anketa__box  {
    width: 100%;
  }
}

.popup-anketa {
  max-width: 600px;
  padding: 32px 16px;
  box-sizing:border-box;
}

@media (min-width:768px){
  .popup-anketa {
    padding: 60px;
  }
}

.popup-anketa h3 {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 21px;
  line-height: 110%;
  margin: 0 0 40px;
  color: #000000;
}

@media (min-width:768px){
  .popup-anketa h3 {
    font-size: 27px;
  }
}

.popup-anketa button {
  border-radius: 6px;
}

.popup-anketa .popup-close {
  right: 12px;
  top: 12px;
  color: #495057;
  font-size: 35px;
}

@media (max-width:768px){
  .popup-anketa .popup-close {
    right: 0;
    top: 0;
  }

}

.popup-anketa__descr {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  margin: 0 0 5px;
}

@media (min-width:768px){
  .popup-anketa__descr {
    font-size: 18px;
  }
}

.popup-anketa__area {
  resize: vertical;
  width: 100%;
  height: 150px;
  padding: 20px;
  border: 1px solid #DDE2E5;
  border-radius: 6px;
  box-sizing:border-box;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family:"RF Tone",sans-serif;
  margin: 0 0 20px;
}

.popup-anketa__area::placeholder{
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family:"RF Tone",sans-serif;
}

.custom-radio>span::after {
  top: 7px;
}
/* End */


/* Start:/local/templates/deloros/template_styles.css?17751362984746*/
/* ==========================================================================
KOMITET
========================================================================== */

.komitet-member-table table,
.komitet-member-table tbody{
    display: block;
}

.komitet-member-table table tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 78px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #f4f6f8;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.komitet-member-table table tr td:first-child{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
    width: 226px;
    min-height: 38px;
    margin-right: 24px;
}

.komitet-member-table table tr td:first-child + td{
    font-size: 14px;
    line-height: 1.6;
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    max-width: 100%;
    max-width: calc(100% - 226px - 24px);
    padding: 26px 0;
}

/* ==========================================================================
DIGEST
========================================================================== */

.collaborator-pic-default{
    height: auto;
    border-radius: 0;
}

/* ==========================================================================
FORM
========================================================================== */

.flex-checkbox .checkbox-custom.checkbox-file.active:before{
    position: absolute;
    right: -35px;
    width: 30px;
    height: 30px;
    content: '';
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="green" d="m10 13.6l5.9-5.9q.275-.275.7-.275q.425 0 .7.275q.275.275.275.7q0 .425-.275.7l-6.6 6.6q-.3.3-.7.3q-.4 0-.7-.3l-2.6-2.6q-.275-.275-.275-.7q0-.425.275-.7q.275-.275.7-.275q.425 0 .7.275Z"%2F%3E%3C%2Fsvg%3E') center top / contain no-repeat;
}

/* ==========================================================================
LK
========================================================================== */

.button-1.button-v-2 span{
    max-width: 100px;
}

.mra{
    margin-right: auto;
}

/* ==========================================================================
NEWS
========================================================================== */

.news-img{
    display: block;
    height: 210px;
}

.news-img img{
    width: 100%;
    height: 100%;
    border-radius: 6px;

    -o-object-fit: cover;
       object-fit: cover;
}

/* ==========================================================================
OTHER
========================================================================== */

.card-flex{
	display: flex;
	flex-direction: column;
}

.card-flex .link-1{
	flex: 1 1 auto;
}

/* ==========================================================================
1024
========================================================================== */

@media (max-width: 1024px){
	.news-img{
		height: 450px;	
	}
}
	
/* ==========================================================================
767
========================================================================== */

@media (max-width: 767px){
    .komitet-member-table table tr td:first-child{
        width: 100%;
        min-height: initial;
        margin: 0;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .komitet-member-table table tr td:first-child + td{
        max-width: initial;
        padding-top: 0;
        padding-bottom: 16px;
    }
    .social-link-wrapper .social-link{
        width: 46px;
        height: 46px;
        margin-right: 25px;
    }
    .social-link-wrapper .social-link i{
        font-size: 26px;
    }
    .social-link-wrapper .social-link svg{
        width: 20px;
        height: 20px;
    }
    .maked-link img{
        width: 60px;
    }
    .footer-tags{
        font-size: 16px;
    }
    .intro{
        /* background: url(/local/templates/deloros/img/banner-1.svg) no-repeat left center/cover; */
    }
    .card-blue{
        height: auto;
    }
    .card-blue .h4{
        font-size: 24px;
    }
    .card-blue .body-s{
        font-size: 16px;
    }
}

/* ==========================================================================
576
========================================================================== */

@media (max-width:576px){
    .intro{
        height: 180px;
    }
	.news-img{
		height: 210px;
	}
}

/* ==========================================================================
NAV 17.02.2024
========================================================================== */

.header-nav-back{
    display: none;
}
/* End */
/* /local/templates/deloros/css/main.css?1785909029225123 */
/* /local/templates/deloros/css/dop.css?168379426718520 */
/* /local/templates/deloros/css/inpro.css?16668237373958 */
/* /local/templates/deloros/template_styles.css?17751362984746 */
