html, body {
    width: 100%;
    /*min-width:1600px;*/
    min-height: 100%;
    /*background: #f6f2ee; !* Old browsers *!*/
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

strong {
    font-weight: 500 !important;
}

.nowrap {
    white-space: nowrap;
}

.header-menu-item_toggle {
    /*display: none;*/
}

.g-wrapper {
    padding: 0 20px;
}

@media (min-width: 1023px) {
    .g-wrapper {
        padding: 0;
    }
}

/* ****************************************************** owl carousel styles ************************************************* */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-carousel .savePos {
    -webkit-animation-name: savePos;
    animation-name: savePos;
}

@-webkit-keyframes savePos {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 2;
    }
}

@keyframes savePos {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 2;
    }
}

.owl-carousel .slideNext {
    -webkit-animation-name: slideNext;
    animation-name: slideNext;
}

@-webkit-keyframes slideNext {
    0% {
        z-index: 3;
        left: -100vw;
    }

    100% {
        left: 0;
        z-index: 3;
    }
}

@keyframes slideNext {
    0% {
        z-index: 3;
        left: -100vw;
    }

    100% {
        left: 0;
        z-index: 3;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.hidden-link-all-deposits {
    margin-bottom: 30px;
    width: 100%;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    /*-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;*/
}

.owl-carousel .owl-video-play-icon:hover {
    /*-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);*/
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* ************************************************* fancybox styles ****************************************** */
/* fancybox style */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    border: 0;
    outline: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 803000;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-inner iframe {
    width: 100%;
    height: 100%;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin: 0;
    padding: 15px;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    background-image: url(../i/fancybox_sprite.png);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../i/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    background-color: transparent;
    /*top: 28px;
    right: 24px;*/
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
    top: 31px;
    right: 29px;
    background: url(../../img/fancy-cross.svg) no-repeat center;
    background-size: 20px;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    outline: none;
}

.fancybox-close:hover {
    opacity: 0.5;
}

.fancybox-nav {
    position: absolute;
    bottom: 20px;
    width: 13px;
    height: 24px;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../i/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8060;
}

.fancybox-prev {
    right: 150px;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 24px;
    margin-top: -12px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-prev span {
    left: 10px;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 801000;
    background: rgba(0, 0, 0, 0.66);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 16px/36px "Trebuchet MS", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.hidden-block {
    display: none;
}

/*******************************  formstyler  *********************************/
.jq-checkbox {
    top: -1px;
    width: 13px;
    height: 11px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.jq-checkbox.checked {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzQwNzg1MzMyNjRFMTFFNjk0M0RGREY1QTNFQ0M2RUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzQwNzg1MzQyNjRFMTFFNjk0M0RGREY1QTNFQ0M2RUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNDA3ODUzMTI2NEUxMUU2OTQzREZERjVBM0VDQzZFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNDA3ODUzMjI2NEUxMUU2OTQzREZERjVBM0VDQzZFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmExMN0AAAEJSURBVHjaYjx8+PAVBgYGbQY84D8QMzIwTLexscliASkGMvCpZzj+8jJDwM6izP/3GP4xwQR//v2FVfGh5+cY/HcWgW0Bgkywhsi91QyyS70Zlt3ZgaJ4z9NTDCG7y8FsRoiQOVjDgWdnwLyCY70MC29tAbN3PjnBEAU0CKKYkaFHJh3EPAPyA8PFkOUMemsiGP79/89QemIiw9nX1xlW3N0FV3zIfzbD68uPwXywDWKcQgyXQlYwMDNCvISs+FjAPAZ1fnm4M+GeBmk6F7wUxQ+rXTsYlPlkUMSYkDmSXCIMDlLGYLaekCqDnaQRZrABI+4/MQCqjgHk6atHjhzBG9NQcBVEAAQYAMqueeamS49NAAAAAElFTkSuQmCC') 0 0 no-repeat;
}

.jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.jq-file {
    width: 295px;
}

.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}

.jq-file__name {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    color: #333;
    font: 14px/32px 'Trebuchet MS';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #c3c3c3;
    background: #FFF;
    margin-right: 5px;
}

.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file__browse {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 10px;
    color: #fff;
    font: 14px/34px 'Trebuchet MS';
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(315deg, rgba(21, 161, 68, 1) 0%, rgba(21, 161, 68, 1) 40%, rgba(56, 175, 96, 1) 40%, rgba(56, 175, 96, 1) 61%, rgba(21, 161, 68, 1) 61%, rgba(21, 161, 68, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgba(21, 161, 68, 1) 0%, rgba(21, 161, 68, 1) 40%, rgba(56, 175, 96, 1) 40%, rgba(56, 175, 96, 1) 61%, rgba(21, 161, 68, 1) 61%, rgba(21, 161, 68, 1) 100%) repeat scroll 0 0;
    border-radius: 3px;
}

.jq-radio {
    width: 15px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
}

.jq-radio.checked {
    background-position: -185px -54px;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    text-align: left;
}

.filter_request .jq-selectbox {
    width: 170px;
}

.jq-selectbox__select {
    height: 25px;
    padding: 0 30px 0 5px;
    border: 1px solid #c3c3c3;
    background: #fff;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #C3C3C3;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 11px;
    right: 20px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
    top: 24px;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #c3c3c3;
    background: #FFF;
}

.m_orders .field .jq-selectbox__dropdown {
    top: 35px;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.jq-selectbox li {
    min-height: 10px;
    padding: 0 5px;
    color: #231F20;
    line-height: 1.3;
    padding: 10px 20px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
}

.jq-selectbox li:before {
    display: none;
}

.jq-selectbox li.sel {
    /*background-color: #A3ABB1;
    color: #FFF;*/
    font-weight: bold;
}

.jq-selectbox li:hover {
    color: #e92415;
}

.jq-selectbox li:last-child {
    padding-bottom: 20px;
}

.jq-selectbox__dropdown:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 20px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 1001;
}

.mCSB_scrollTools {
    z-index: 1002;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: 500;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

/****************************  fancybox  **************************************/

/*---------------------------------*/

html,
body {
    height: 100%;
}

.main-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.main {
    display: table-row;
    height: 100%;
    position: relative;
    z-index: 1;
}

.footer {
    height: auto;
    padding-bottom: 40px;
    overflow-x: hidden;
}

.container {
    width: 1286px;
    margin: 0 auto;
}

.header-inner {
    background-color: #fff;
    position: relative;
    z-index: 10;
    border-bottom: 2px solid #d9d8d7;
    /*min-height: 72px;*/
}

.header-inner--bordered {
    border-bottom: 2px solid #e6e6e6;
    }
@media (min-width: 768px) {
    .header-inner--bordered {
        position: relative;
        }

    .jq-selectbox__dropdown {
        width: auto;
    }

    .header-inner--bordered:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        opacity: 0.1;
        bottom: 56px;
        }
    }

.header-menu__toggle {
    margin-top: 40px;
    border: 2px solid #e8e8e8;
    padding-top: 30px;
    padding-left: 18px;
    padding-right: 18px;
    }
@media (min-width: 768px) {
    .header-menu__toggle {
        margin-top: 0;
        padding-top: 0;
        padding-left: 40px;
        padding-right: 40px;
        border: none;
        }
    }

.header-menu {
    margin: 0 auto;
    font-size: 0;
    /*height: 72px;*/
    /*border-bottom: 2px solid #d9d8d7;*/
    position: relative;
    padding-top: 1px;
    margin-top: -1px;
    width: 100%;
    background-color: #fff;
    max-width: 1366px;
    }

.header-menu__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    }

@media (min-width: 768px) {
    .header-menu__container {
        position: relative;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        z-index: 2;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        }

    .header-menu__container:last-child {
        z-index: 1;
        }
    }

.header-menu-item {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 15;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px;
    }

.header-menu-item.header-menu-item_city {
    z-index: 14;
}

.header-menu-item.header-menu-item--search {
    line-height: 0;
}

@media (min-width: 768px) {
    .header-menu-item {
        width: auto;
        line-height: 24px;
        height: 65px;
        padding-bottom: 0;
        margin-right: 31px;
        }

    .header-menu-item.header-menu-item--search-dt,
    .header-menu-item.header-menu-item--internet,
    .header-menu__wrapper--popular .header-menu-item {
        height: 58px;
    }

    .header-menu-item_city {
        margin-right: 0;
        }
    }

@media (min-width: 1024px) {
    .header-menu-item_city {
        margin-left: 20px;
    }
}

@media (min-width: 1366px) {
    .header-menu-item_city {
        margin-left: 0;
    }
}

.header-menu-item--floating {
    position: absolute;
    right: 0;
    height: auto;
    min-height: 42px;
    top: 0;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    }
@media (min-width: 768px) {
    .header-menu-item--floating {
        bottom: -1px;
        top: auto;
        padding-bottom: 0;
        height: 58px;
        right: 40px;
        margin-right: 0;
        z-index: 1;
        }
    }

.header-menu-item--floating .header-menu-item__link {
    min-height: 42px;
    min-width: 140px;
    font-weight: 500;
    line-height: 15px;
    font-size: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-right: 50px;
    padding: 13px 18px 13px 20px;
    cursor: pointer;
    }

.header-menu-item--floating .header-menu-item__link svg {
    margin-left: 5px;
    margin-top: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-menu-item--floating .header-menu-item__link:hover svg,
.header-menu-item--floating .header-menu-item__link.hover svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


@media (min-width: 768px) {
    .header-menu-item--floating .header-menu-item__link {
        margin: 0;
        font-size: 14px;
        padding: 12px 25px 12px 26px;
        height: 42px;
        }

    .header-menu-item--floating .header-menu-item__link svg {
        margin-left: 8px;
        margin-top: 3px;
        }

    }

/*.header-menu-item--floating .header-menu-item-hidden-block {*/
/*    !*position: relative;*!*/
/*    !*right: -42px;*!*/
/*    !*width: calc(100% + 42px);*!*/
/*    width: 100%;*/
/*    !*padding: 0;*!*/
/*    !*height: 100%;*!*/
/*    !*bottom: 0;*!*/
/*    !*padding: 40px 20px;*!*/
/*    }*/

@media (min-width: 768px) {
    .header-menu-item--internet {
        margin-right: 115px;
        }

    .header-menu-item--floating .header-menu-item-hidden-block {
        position: absolute;
        }
    }

@media (min-width: 1366px) {
    .header-menu-item--internet {
        margin-right: 210px;
        z-index: 0;
        }
    }


.header-menu-item_logo {
    /*width: 15%;*/
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 16;
    height: 42px;
    width: auto;
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .header-menu-item_logo {
        position: static;
        left: 40px;
        top: 4px;
        height: 59px;
    }
}

.header-menu-item_logo__img {
    height: auto;
    /*max-height: 16px;*/
    width: auto;
    max-width: 94px;
    vertical-align: middle;
    /*margin: 0 auto;*/
    position: relative;
    top: 7px;
    /*left: 1px;*/
}

@media (min-width: 768px) {
    .header-menu-item_logo__img {
        height: auto;
        max-height: none;
        width: 151px;
        max-width: 151px;
        top: -5px;
    }
}

.header-menu-item_logo__img.ny {
    top: 7px;
    height: 27px;
}

.header-menu-item_clients {
    margin-left: 0;
}

@media (min-width: 768px) {
    /*.header-menu-item_clients:nth-of-type(3) {*/
    /*    margin-left: 168px;*/
    /*    margin-right: 15px;*/
    /*}*/

    .header-menu-item_clients:nth-of-type(5) {
        margin-right: 0;
    }

    /*.header-menu-item_clients:nth-of-type(4) {*/
    /*    margin-right: 0;*/
    /*    }*/

    .header-menu-item_clients .header-menu-item-hidden-block {
        min-width: 480px;
        left: -40px;
        }

    .header-menu-item--internet .header-menu-item-hidden-block {
        min-width: 218px;
        left: -40px;
        }

    .header-menu-item--internet .header-menu-item-sub-list:nth-child(1) {
        padding: 30px 40px 40px 40px;
        }

    .header-menu-item_city .header-menu-item-hidden-block {
        min-width: 480px;
        right: -40px;
        left: auto;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        }

    .header-menu-item--floating .header-menu-item-hidden-block {
        min-width: 546px;
        right: -40px;
        left: auto;
        top: -webkit-calc(100% - 1px);
        top: calc(100% - 1px);
        }
    }

@media (min-width: 1366px) {
    .header-menu-item_clients:nth-of-type(2) {
        margin-left: 191px;
        margin-right: 31px;
    }
}

.header-menu-item_phone {
    width: 21%;
    border-right: 2px solid #d9d8d7;
}

.header-menu-item_city .header-menu-item__link {
    /*background: url("../../img/mark.png") no-repeat left center;*/
    /*padding-left: 17px;*/
}

.header-menu-item_city .header-menu-item__link span {
    /*border-bottom: 1px dashed #E62613;*/
    margin-right: -5px;
    margin-left: 8px;
    }

/*.header-menu-item_department {*/
/*    !*width: 19%;*!*/
/*    border-right: 2px solid #d9d8d7;*/
/*}*/

.header-menu-item_cabinet {
    width: 265px;
    border-right: 2px solid #d9d8d7;
    display: none !important;
}

.header-menu-item__link {
    display: block;
    /*width: 100%;*/
    white-space: nowrap;
    height: 100%;
    color: #1d1d1b;
    -webkit-transition: .3s;
    transition: .3s;
    /*letter-spacing: 0.7px;*/
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 2;
    /*cursor: pointer;*/
}

.header-menu-item__link svg {
    fill: #1d1d1b;
    stroke: #1d1d1b;
}

@media (min-width: 768px) {
    .header-menu-item__link {
        line-height: 24px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        }
    }


.header-menu-item:not(.header-menu-item--floating) .header-menu-item__link {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
    }

@media (min-width: 768px) {
    .header-menu-item:not(.header-menu-item--floating) .header-menu-item__link {
        font-size: 16px;
        }

    .header-menu-item.header-menu-item--internet .header-menu-item__link {
        font-size: 14px;
        }

    }

.header-menu-item:not(.header-menu-item--floating):not(.header-menu-item_city) a.header-menu-item__link{
    width: auto;
    }

.header-menu-item:not(.header-menu-item--floating):not(.header-menu-item_city).header-menu-item_clients a.header-menu-item__link{
    width: 100%;
    }

.header-menu__wrapper--popular .header-menu-item:not(.header-menu-item--floating) .header-menu-item__link {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    }

.header-menu__wrapper--popular .header-menu-item:not(.header-menu-item--floating) .header-menu-item__link:hover {
    color: #E62613;
    opacity: 1;
    }

@media (min-width: 768px) {
    .header-menu__wrapper--popular .header-menu-item:not(.header-menu-item--floating) .header-menu-item__link {
        font-size: 12px;
        opacity: 0.5;
        margin-right: 0;
        }
    }


@media (min-width: 1024px) {
    .header-menu__wrapper--popular .header-menu-item:not(.header-menu-item--floating) .header-menu-item__link {
        font-size: 14px;
        opacity: 0.5;
        margin-right: 0;
        }
    }


.header-menu-item:not(.header-menu-item--floating) .header-menu-item__link:after {
    position: absolute;
    right: 0;
    top: 50%;
    }

.header-menu__wrapper--popular {
    padding-top: 18px;
    /*padding-bottom: 60px;*/
    }

@media (min-width: 768px) {
    .header-menu__wrapper--popular {
        padding-top: 0;
        /*padding-bottom: 60px;*/
        }

    .header-menu__wrapper--popular + .header-menu__wrapper--end {
        margin-right: 75px;
        margin-left: 0;
        }
    }

@media (min-width: 1366px) {
    .header-menu__wrapper--popular + .header-menu__wrapper--end {
        margin-right: 0;
        }

    .header-menu-item:not(.header-menu-item--floating) .header-menu-item__link {
        font-size: 18px;
    }

    .header-menu-item.header-menu-item--internet .header-menu-item__link {
        font-size: 14px;
    }
    }

.header-menu__wrapper--popular .header-menu-item {
    padding-bottom: 16px;
    }

@media (min-width: 768px) {
    .header-menu__wrapper--popular .header-menu-item {
        padding-bottom: 0;
        margin-right: 10px;
        }
    }
@media (min-width: 1366px) {
    .header-menu__wrapper--popular .header-menu-item {
        margin-right: 20px;
        }
    }


.header-menu-item__link.down:after,
.accordion__toggle-link:after,
.dropdown__link.down:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAFIzTNUAAAAGFBMVEUiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSrGaDBtAAAAB3RSTlMAAQKrrbDcxJIK7QAAAD1JREFUCNcFwbEJgDAQAMAzIGlTWT9IHMAd7EWEr3UCm+zvHagnTafGzUbDUT5zBi/LzvooefURlBwBU+MHrFoGAw2OsWIAAAAASUVORK5CYII=);
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
}

.accordion__toggle-link.opened-accordion:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.header-menu-item__link_red.header-menu-item__link.down:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAFIzTNUAAAAGFBMVEX///////////////////////////////8pK8DIAAAAB3RSTlMAAQKrrbDcxJIK7QAAAD1JREFUCNcFwbEJgDAQAMAzIGlTWT9IHMAd7EWEr3UCm+zvHagnTafGzUbDUT5zBi/LzvooefURlBwBU+MHrFoGAw2OsWIAAAAASUVORK5CYII=);
}

.header-menu-item__link_red {
    background-color: #e92415;
    color: #fff;
}

.header-menu-item__link.header-menu-item__link_red:hover,
.header-menu-item__link.header-menu-item__link_red.hover
{
    color: #fff;
    }

.header-menu-item_toggle-btn {
    width: 50px;
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #fff;
    border-bottom: 2px solid #e6e6e6;
    outline: none;
    /*width: 5%;*/
    -webkit-transition: top .3s, background-color .3s, border-color .3s;
    transition: top .3s, background-color .3s, border-color .3s;
}

@media (min-width: 768px) {
    .header-menu-item_toggle-btn {
        display: none;
        }

    .header-menu-item--search {
        display: none;
        }
    }


.header-menu-item__btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 26px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    -webkit-transition: top .3s;
    transition: top .3s;
}

.header-menu-item__btn:before,
.header-menu-item__btn:after {
    content: '';
    width: 26px;
    top: -10px;
    height: 2px;
    left: 0;
    background-color: #22252a;
    position: absolute;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    }

.header-menu-item__btn:after {
    top: auto;
    bottom: -10px;
    }

.header-menu-item_phone .header-menu-item__link {
    padding-right: 28px;
}

.header-menu-item__link.key:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAMAAAHFWQ2zAAAAk1BMVEUdHRv///8dHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRvORLTeAAAAMHRSTlMAAAECAwQFBhEcHR4fICEqLS5ASnx+goOFhoiLjp2io6irssDBw8XHztXX2d7z+f3meFqDAAAAzUlEQVQY022P21LCQBBET8clXpYYRRS8AYqoSTT2/3+dDyxkoThV89Lb072DGkRHjIxBiHhGJda2jT5HLUiorQCJD2HbIghApgmb7ZOar1HYNABIEl2QSEh3LdVagncnAtL4u71mWBHTvwcyoXTNrctBcCHBLqIWVt7ici9EIlHdDSZf+dmG1nmomPbzvFYql8m/OmdACVh4XkiC4smrE4aZ6+SESx/xeyFs9gaOKnjx60ECEPv+aje69yOw8Cz94dm2J5NhHA+veDt1xT8iTxsQAuZpQQAAAABJRU5ErkJggg==);
    width: 35px;
    height: 16px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-menu-item__link.hover,
.accordion__toggle-link.hover,
.dropdown__link.hover,
.header-menu-item__link.hover svg,
.accordion__toggle-link.hover svg,
.dropdown__link.hover svg {
    color: #e92415;
    fill: #e92415;
    stroke: #e92415;
}


@media (min-width: 768px) {

    .header-menu-item__link:hover,
    .dropdown__link:hover,
    .accordion__toggle-link:hover,
    .header-menu-item__link:hover svg,
    .accordion__toggle-link:hover svg,
    .dropdown__link:hover svg {
        color: #e92415;
        fill: #e92415;
        stroke: #e92415;
    }

    .header-menu-item:not(.header-menu-item_city):not(.header-menu-item--internet):not(.header-menu-item--floating) .header-menu-item__link.hover {
        text-decoration: underline;
        }
    }

    .header-menu__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    }
@media (min-width: 768px) {
    .header-menu__wrapper {
        width: auto;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        }
    }


.header-menu__wrapper--end {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;

    }
@media (min-width: 768px) {
    .header-menu__wrapper--end {
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
        -webkit-order: unset;
            -ms-flex-order: unset;
                order: unset;
        /*width: 200px;*/
        margin-left: auto;
        padding-left: 30px;
        }
    }
@media (min-width: 1024px) {
    .header-menu__wrapper--end {
        /*width: 32%;*/
        margin-left: auto;
        }
    }

@media (min-width: 1366px) {
    .header-menu__wrapper--end {
        margin-left: 0;
        padding-left: 0;
        }
    }

/*.header-menu-item:not(.header-menu-item_clients):hover > .header-menu-item__link {*/
/*    color: #e92415;*/
/*}*/

.header-menu-item:not(.header-menu-item_clients):hover > .header-menu-item__link.down:not(.header-menu-item__link_red):after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAFIzTNUAAAAG1BMVEXpJBX////pJBXpJBXpJBXpJBXpJBXpJBXpJBVQWhvUAAAACHRSTlMAAAECq62w3CYRshQAAABHSURBVAjXBcGxCYAwAADBT2eZNyCWprIOiA7gDtaCCKl1AavM7R0SGU/CxBrpyo2bZANH+hhqwVfmXZeHVK+1FUy1FdE+6w8HDwkgeWPTuQAAAABJRU5ErkJggg==);
}

.header-menu-item__link.hover:after,
.dropdown__link.down.hover:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAFIzTNUAAAAG1BMVEXpJBX////pJBXpJBXpJBXpJBXpJBXpJBXpJBVQWhvUAAAACHRSTlMAAAECq62w3CYRshQAAABHSURBVAjXBcGxCYAwAADBT2eZNyCWprIOiA7gDtaCCKl1AavM7R0SGU/CxBrpyo2bZANH+hhqwVfmXZeHVK+1FUy1FdE+6w8HDwkgeWPTuQAAAABJRU5ErkJggg==);
}

.accordion__toggle-link:hover:after,
.accordion__toggle-link.hover::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAFIzTNUAAAAG1BMVEXpJBX////pJBXpJBXpJBXpJBXpJBXpJBXpJBVQWhvUAAAACHRSTlMAAAECq62w3CYRshQAAABHSURBVAjXBcGxCYAwAADBT2eZNyCWprIOiA7gDtaCCKl1AavM7R0SGU/CxBrpyo2bZANH+hhqwVfmXZeHVK+1FUy1FdE+6w8HDwkgeWPTuQAAAABJRU5ErkJggg==);
}

.header-menu-item.header-menu-item_cabinet:hover > .header-menu-item__link.key:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAMAAAHFWQ2zAAAAkFBMVEXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBVHeJDRAAAAL3RSTlMAAQIDBAUGERwdHh8gISotLkBKfH6Cg4WGiIuOnaKjqKuywMHDxcfO1dfZ3vP5/VsQEqQAAAC5SURBVBjTdY/ZEoJADAQbVzxWxPs+8BZQnP//Ox8WESzsqtQms8lUAjGQYi09ALANAjhJElybiVOTwL1ncD/G1SI2F5cS35rmElOQGkqME4ITwFE5Bujdk365i8lrVi59hQzlfwV54HaQpBBUGZdfCBaLJR3kwmfk4UzDsilMskXFB3+f90ct6thp4QHgrRTV/M8VFnlHPzzbIPGfjbYVB8BmWfcTTLUEdprnO6wlaTT6hmz1ikPdFW/pBxnLXSJr2AAAAABJRU5ErkJggg==);
}

.header-menu-item-hidden-block .header-menu-item__link {
    width: 100%;
    padding-right: 33px;
    height: 72px;
}

.header-menu-item-hidden-block .header-menu-item__link:before {
    content: '';
    top: 0;
    width: 194px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background-color: #1d1d1b;
    opacity: 0.07;
    position: absolute;
    display: block;
}

.header-menu-item-hidden-block {
    position: static;
    /*bottom: -72px;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    background-color: #FFFFFF;
    top: 100%;
    height: auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    z-index: 10;
    }

/*.header-menu-item:not(.header-menu-item--floating) .header-menu-item-hidden-block {*/
/*    padding: 22px 0 5px;*/
/*    }*/

@media (min-width: 768px) {
    .header-menu-item__link:hover:after,
    .dropdown__link.down:hover:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAFIzTNUAAAAG1BMVEXpJBX////pJBXpJBXpJBXpJBXpJBXpJBXpJBVQWhvUAAAACHRSTlMAAAECq62w3CYRshQAAABHSURBVAjXBcGxCYAwAADBT2eZNyCWprIOiA7gDtaCCKl1AavM7R0SGU/CxBrpyo2bZANH+hhqwVfmXZeHVK+1FUy1FdE+6w8HDwkgeWPTuQAAAABJRU5ErkJggg==);
    }

    .header-menu-item:not(.header-menu-item--floating) .header-menu-item-hidden-block {
        padding: 0;
        }
    }


@media (min-width: 768px) {
    .header-menu-item-hidden-block {
        position: absolute;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
                align-items: flex-start;
        border: 2px solid #e8e8e8;
        }
    }

.header-menu-item-hidden-block .header-menu-item__link {
    -webkit-transition: .3s;
    transition: .3s;
}

.header-menu-item-hidden-block:hover .header-menu-item__link {
    font-weight: 300;
    color: #1d1d1b;
}

/*.header-menu-item__link:hover + .header-menu-item-hidden-block,*/
/*.header-menu-item__link:active + .header-menu-item-hidden-block {*/
/*    position: static;*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    height: auto;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .header-menu-item__link:hover + .header-menu-item-hidden-block,*/
/*    .header-menu-item__link:active + .header-menu-item-hidden-block {*/
/*        position: absolute;*/
/*        visibility: visible;*/
/*        opacity: 1;*/
/*        height: auto;*/
/*        }*/
/*    }*/

.header-menu-item_city-sub-block {
    width: 43.7vw;
    /*height: 349px;*/
    border: 2px solid #d9d8d7;
    position: absolute;
    /*bottom: -349px;*/
    top: 100%;
    left: -2px;
    background-color: #fff;
    padding: 0 0 0 41px;
    font-size: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-menu-item__link--popular {
    font-size: 12px;
    line-height: 1.3;
    }

.header-menu-item-sub-list {
    line-height: 20px;
    display: block;
    vertical-align: top;
    width: 100%;
    /*width: 33.333%;*/
}
.header-menu-item-sub-list:nth-child(1) {
    padding-top: 22px;
    }

.header-menu-item-sub-list:nth-child(2),
.header-menu-item-sub-list:last-child {
    padding-bottom: 5px;
    }

.header-menu-item--floating .header-menu-item-sub-list:nth-child(1) {
    padding: 30px 20px 0 20px;
    }

.header-menu-item--floating .header-menu-item-sub-list:nth-child(2) {
    padding: 0px 20px 30px 20px;
    }


@media (min-width: 768px) {
    .header-menu-item-sub-list:nth-child(1),
    .header-menu-item--floating .header-menu-item-sub-list:nth-child(1) {
        padding: 40px 20px 32px 40px;
        }

    .header-menu-item-sub-list:nth-child(2),
    .header-menu-item--floating .header-menu-item-sub-list:nth-child(2) {
        padding: 40px 40px 32px 20px;
        }

    .header-menu-item_city .header-menu-item-sub-list {
        width: auto;
        padding-top: 36px;
        }
    }

.header-menu-item-sub-list:last-child .header-menu-item-sub-list-item:last-child .header-menu-item-sub-list-item__link {
    margin-bottom: 0;
    }


.header-menu-item-sub-list-item {
    /*width: 170px;*/
    /*height: 70px;*/
    /*line-height: 67px;*/
    /*border-bottom: 2px solid #d9d8d7;*/
    text-align: left;
}

/*.header-menu-item-sub-list-item:first-child {*/
/*    height: 68px;*/
/*}*/

/*.header-menu-item-sub-list-item:last-child {*/
/*    height: 68px;*/
/*    border: none;*/
/*}*/

.header-menu-item-sub-list-item__link {
    font-size: 18px;
    color: #1d1d1b;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
    /*white-space: nowrap;*/
}

@media (min-width: 768px) {
    .header-menu-item-sub-list-item__link {
        font-size: 14px;
        margin-bottom: 18px;
        }

    .header-menu-item_city .header-menu-item-sub-list-item__link {
        margin-bottom: 18px;
        }
    }

.header-menu-item-sub-list-item__link:hover {
    color: #e92415;
}

.header-menu-item_city:hover .header-menu-item__link:before
.header-menu-item_city:active .header-menu-item__link:before {
    content: '';
    bottom: -2px;
    height: 2px;
    background-color: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}

.header-menu-item_city:hover .header-menu-item_city-sub-block,
.header-menu-item_city:active .header-menu-item_city-sub-block {
    opacity: 1;
    visibility: visible;
}

.header-menu-item_cabinet-sub-list {
    padding-left: 35px;
    text-align: left;
    border: 2px solid #d9d8d7;
    width: 267px;
    position: absolute;
    left: -2px;
    top: 70px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-menu-item_cabinet-sub-list-item {
    width: 170px;
    height: 69px;
    line-height: 67px;
    border-bottom: 2px solid #d9d8d7;
}

.header-menu-item_cabinet-sub-list-item__link {
    font-size: 18px;
    font-weight: 300;
    color: #1d1d1b;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-menu-item_cabinet-sub-list-item__link:hover {
    color: #e92415;
}

.header-menu-item_cabinet-sub-list-item:last-child {
    border: none;
}

.header-menu-item_cabinet:hover .header-menu-item_cabinet-sub-list {
    visibility: visible;
    opacity: 1;
}

.header-menu-item_toggle-list-item {
    width: 205px;
}

.header-menu-item_toggle-list-item__link {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 24px;
    display: block;
    margin-bottom: 30px;
}

.header-menu-item_toggle-list-item__link:hover {
    color: #e92415;
}

.header-menu-item_toggle {
    background-image: url('../i/header-togg-back.jpg');
    font-size: 0;
    padding: 60px 160px;
    position: relative;
    background-size: cover;
    left: -100% !important;
    -webkit-transition: .5s;
    transition: .5s;
    display: block !important;
    visibility: hidden;
}

.header-menu-item_toggle.open {
    left: 0 !important;
    visibility: visible;
}

.header-menu-item_toggle.open.fixed {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.header-menu-item_toggle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #22252a;
    z-index: 0;
    opacity: 0.7;
}

.header-menu-item_toggle-private {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    padding-top: 21px;
    border-right: 2px solid #d9d8d7;
    z-index: 10;
    position: relative;
    height: 425px
}

.header-menu-item_toggle-business {
    display: inline-block;
    vertical-align: top;
    width: 540px;
    padding-top: 21px;
    padding-left: 40px;
    border-right: 2px solid #d9d8d7;
    z-index: 10;
    position: relative;
    height: 425px
}

.header-menu-item_toggle-titles {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    padding-top: 16px;
    padding-left: 40px;
    z-index: 10;
    position: relative;
}

.header-menu-item_toggle-list {
    display: inline-block;
    vertical-align: top;
}

.header-menu-item_toggle-title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 38px;
}

.header-menu-item_toggle-title__link {
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-menu-item_toggle-title__link:hover {
    color: #e92415;
}

.header-menu-item_toggle-list:nth-child(2) {
    margin-right: 45px;
}

/*переопределяю через родителя*/

.header-menu-item_toggle-titles .header-menu-item_toggle-title__link {
    line-height: 24px;
}

.header-menu-item_toggle-titles .header-menu-item_toggle-title {
    margin-bottom: 33px;
}

/**/

.header-menu-item_toggle-btn.toggled .header-menu-item__btn {
    /*left: 53%;*/
    background-color: transparent;
    /*top: 104px; */
    /*height: 25px;*/
}

.header-menu-item_toggle-btn.toggled .header-menu-item__btn:before,
.header-menu-item_toggle-btn.toggled .header-menu-item__btn:after {
    top: 3px;
    /*background-color: #e92415;*/
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-menu-item_toggle-btn.toggled .header-menu-item__btn:after {
    top: auto;
    bottom: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup {
    background-color: #fff;
    font-size: 18px;
    font-weight: 300;
    color: #1d1d1b;
    border: 2px solid #d9d8d7;
    padding: 28px 38px;
    display: none;
}

.popup-city {
    width: 510px;
    font-size: 0;
}

.popup-city-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
}

.btn-red {
    background-color: #e92415;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-border {
    font-weight: 500;
    line-height: 56px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #e92415;
    border: 2px solid #22252a;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 18px;
}

.popup-city__btn-agree {
    width: 195px;
    margin-right: 40px;
}

.popup-city__btn-choose {
    width: 195px;
}

.popup-app__store {
    margin: -10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.popup-app__btn-store {
    /*margin: 10px;*/
    display: inline-block;
    width: 115px;
    height: 34px;
    /*background-position: 50% 50%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    margin: 0;
    margin-right: 17px;
}

@media (min-width: 768px) {
    .popup-app__btn-store:last-child {
        margin-right: 0;
        width: 105px;
        }
    }

.popup-app__btn-store_apple {
    background-image: url('../../img/app-store.png')
}

.popup-app__btn-store_google {
    background-image: url('../../img/google-store.png')
}

.popup-app__btn-choose {
    width: 100%;
    margin: 20px 0 0;
}

.header-carousel {
    width: 100%;
    height: 459px;
    overflow: hidden;
}

.header-carousel.owl-carousel {
    overflow: visible;
}

.header-carousel-item {
    position: relative;
    height: 459px;
    padding-top: 80px;
}

.header-carousel__background {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-carousel__title {
    font-size: 84px;
    color: #fff;
    position: relative;
    z-index: 10;
    font-weight: 500;
    text-align: left;
    width: 581px;
    letter-spacing: -1px;
    margin-left: -4px;
    word-spacing: 5px;
    line-height: 1;
}

.header-carousel-text {
    font-size: 36px;
    color: #fff;
    position: relative;
    z-index: 10;
    font-weight: 300;
    text-align: left;
    width: 640px;
    letter-spacing: 0px;
    margin-left: -4px;
    word-spacing: 0px;
    margin-top: 59px;
}

.header-carousel-text__link {
    color: inherit;
    position: relative;
    display: block;
    font-size: 28px;
}

.header-carousel-text__link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAAEoFMbGAAAAb1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+pUA8cAAAAJHRSTlMAAQIDCAsMERMYHiArLzhDSVlha3l8jpWeoq+0vtnk6O31+/27ND6yAAAAp0lEQVQY01WQyQKCMAxEHwoirqgsWkS2/P83ekhoaS4znaaZaUgBgYoPcYmHN5AC7I4AXAAorWcCeoC9HNa3iZzCnJuRp05sZgDcoGpnt9+fETcaaScj9WLkZZl4rOHuCleFs3oXmiZXMdPWj/RZ9L+9kyGPlOQtUxEvoZH5HCuVmJuvp1gMfDopw+klfgNALcslGLYyhUXtnIzHEO8rv8NmaNqlW48/Pq0J8wKp+HYAAAAASUVORK5CYII=);
    width: 15px;
    height: 26px;
    margin-left: 20px;
}

.header-carousel .owl-dots {
    position: absolute;
    right: 2px;
    bottom: 62px;
}

.header-carousel .owl-controls {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.owl-dot {
    display: block;
    width: 10px;
    height: 10px;
    /*border: 2px solid #fff;*/
    display: inline-block;
    margin-left: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAKCAMAAACUqR4dAAAADFBMVEXpJBX////pJBX///+IVrq6AAAAAnRSTlMAAHaTzTgAAAApSURBVHgBY2CCA2Y4QIgRlmYAA5A0IxgApaFiREmDBdGkwSwaS1PmbwA5nQINekoJ/AAAAABJRU5ErkJggg==);
    background-size: cover;
    background-position: 20px 0px;
    -webkit-transition: 1s;
    transition: 1s;
}

.owl-dot + .owl-dot.active,
.owl-dot:first-child.active {
    background-position: 30px 0px;
}

.owl-dot:hover {
    border-color: #e92415;
}

.owl-dot.anim-done.active {
    -webkit-transition: 0s;
    transition: 0s;
    background-position: 10px 0px;
}

/*.owl-dot.active {
    background-position:10px 0px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}*/

/*.owl-dot.prev-dot.active {
	-webkit-transition: .0s;
	-o-transition: .0s;
	transition: .0s;
	background-position: 10px 0px;
}*/

.content-left {
    float: left;
    width: 840px;
    margin-bottom: 59px;
}

.content-right {
    float: right;
    width: 400px;
    margin-bottom: 59px;
}

.content {
    margin-top: 70px;
    color: #1d1d1b;
    position: relative;
    z-index: 1;
}

.content:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.servises-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 2px;
    cursor: pointer;
}

/*.servises-item:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}*/

.servises-item__link {
    color: #1d1d1b;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    padding: 27px 0;
    margin: auto 0;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
}

.servises-item__link:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAAEoFMbGAAAAclBMVEUAAAAXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQOZLCYAAAAJXRSTlMAAAECAwgLDBETGB4gKy84Q0lZYWt5fI6VnqKvtL7Z5Ojt9fv9ZofNSQAAAKpJREFUGNNVUAcSgzAMM2VTaMveK6D/f7GAzUjuEsmKhxKyiQhEOTWkL1xQb7CnkenvpxEdZyw5atvDrlhwz9oX3ic18BWWcsdyOaCdWO3kth+FtLOQSgkpViGZeKIE0vvH8GEIeXbAbjz273BJg8HR3me1mDxNedVQgaYYJZZQV3LwtFtJwTYuIQHiO8pw/cAWFVije2AFdX0UmS1m/7bXY3QfXe3Ofg75A6TlCm8jD+WiAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    padding-right: 15px;
    height: 26px;
    display: inline;
    vertical-align: middle;
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    background-position: center;
}

.servises-item__img {
    background-color: #22252a;
    float: right;
    width: 110px;
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.servises-item__img img,
.servises-big-item img {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.servises-item__img_account:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAAAyVBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gQXHWAAAAQnRSTlMAAQIDBwgJDBASExkbHB4mJyovMDEzODk8PUBDRElMUVdYWVtiY2ZvdHV3jKOoqq+wt7zBzs/R09fZ2t7o6e3z+/3F4DSnAAADxklEQVRIx52W6VYqOxCFvzCooIBwwSEi01UUvEweBK4eht7v/1DnR7qhu2kQz16r10qysytJparSAMUlW6S2rQXFoLmUMcYI0B2g4FMXWIC6AMzrALwBlNyUMATWGGOswHIHtgEWJAsYUKCQCQQ7gz6M/+2QZR5eyiLqyPL0nzNikVvDNy9bBig9uJ60XZasJDXCxnsa7TySmwFQm7juJnwymESPGt1lNeaNNYOYdzLhjoU0PBofWGiBldGWF9hOtuP3+wD2Xvd+fwrCbu399j3h44WIf3dbG4e94aMsDSoZk863PA1jHBMvehm0ld11Nh0SoEvfnR7JuBBAecZBiP3wCqMwplfxL3cfFoQMCLvPYi2IUR5c+1WvkaUdn/Jc++qdG71fRXkjGNYQ1rq0MVHeBUzb2YofzVoF4ZjIj1fbzqWe9/hVtF/VuhDkTl/TJG+l6qOl5r1isi+H8lr5tMlUBlJ5j52oFkrOmXLR3FQ7Ot144TQpKbVn8G0TOl3SfjrBBHMgAt78JXRxIDq8HEB1cSh6nOEj8TUrQ3Z9mDeCcYGj8XssfBkUEUnB6ZerSg+REByB8czc55OCX2AU8CaGR4sgvQx4OP/6Og9VJosgP9ry1zo703WMb9WRcW2BbhXjvRSN/pb/hzivXaJ83sLtZ5SvDYFp2Z8bKVmBTUBBokUqq0VtFyDd3xHeNm3TNq3dPUOrcbJ+W+H0sq9/UGk3ttrTPwfVz6G7SynbtM2HlWL1lKn6wVBhrWrCfTeCqx1nOY5sYxwPh3HjO5FfRqbSul+I7c4U+mtpWj0qNV1pUT7MlxdS1xwgL1f6uPhucxcfWl0mjJekl5NOx4vC1+actTpV7AysstGL/UjxA6Q+/J8ov6q2+SHamuxCpsyPUQ7ehmG4op+Omvs5aKjPX6GvBqTkmb+TG08p6mrB4bp5+HcAWqozUt7JH83JeHTyvEYslXZye/q2/clpLZFLfSt74gnsVm4k5sqE5Pakhf15Gc3pqRIbvveXuf9OXlGPogaRYfOpW+BG0qc5Lh+oCGMVwsN36kDqf93Q0d1ReUFjIKu1CQ1f6d2f+a6rY3KzdsW8rFl4+Fp6OjNnTwo9bEnyWZBoVS1M+Eznr1/6ej0/6nmz2FXznLznn13csxf+1TIT6eGg3KoZ+iw8SJPorVxu1Dl19Y42+8W2tNGvU1b/pU0p+W2ayGsfTX7T9jQ58lrlJtKsZpJW/7f2W5rkvi+CQ0neoFXJZ9LGpDP5SmvgSRr+oKCmivXeaL6UlvNRr1489Ar8AUWeyl93ETGiAAAAAElFTkSuQmCC);
}

.servises-item__img_percent:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAAAllBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////MC6PrAAAAMXRSTlMAAQIDBwgQEhMZHB4gJiovMTM1PT9ETFdYWWZvdXeMnqiqr7C3vs7P0dPX6e3z9fv95k09nwAAA4BJREFUSMedltmCojAQRQ/EXRt1HJe23cV9gfv/PzcPgAREbOe+kOKmilpSFQDaFx5wH6sz7WRp8UCQ7psC5/gJpyEAC4AvUKqi+y6Wd0SLHQMYWVYdwEu2O9EjFhe5bQ4wVmyMKicA7pEIIvJjBwxiO7ID8GIHH94li6ok2U4x0ybNSP0IQN+38pAa8MladGw7vWiPBPwBbqwAMCReVwCWnUTE8AgCgHEsimX6zR3IdIA5WeyzIR8yYfKTjTsltpKUM+VJq27FMY1xqHWOww+d7IuJqtZJ+aYAasbpDClGTQDekZeQ7bVgsATYPZLV2jLrPviBCTo2Cyg5YwkyLIhNI8eO7dQIN8zpCsw9OaWCdT8W/sbP5b2TPTCTsvCAqgrZn+tj2VQtzx6uWbmnWyvxaq59kUF3uLnoNGsXO7NWOG4Yp9JdSd4T66tvNedR9QxbVS5GJ7Tb5Evuk8FFYEVX5M93YCW5CIv4E8+5iRHWAXrnV+mPDOv18Tt6UL09qiVFzWlkGdgmWV8OYltGxirww/zdRIJFs2qnfCcwA2VpujPLvc59maOpnHLuZ2kcZfkcjblkeCNjhQk0NjZvZKwwAcZDq78i40mYUQVcRvPst+MwC/rbWGFG6K+BvUd5/7ws4CQ6INNDMe0mitefYuuPCaeiDbJuluvhebY1bXGaa6lzbizBXvPkVeumXsEHR4qxrVKO6mirHLajd0rxGNlLt3kr553Tmt+kfa9U1ZlK59fFwjtLU+cF2bzqUHvnXO2ga7Pg/Zf086vo+JFdtihZ198qRwau1WxhDy4fwD1oak/VCR9iIj89Mh4fw0vuhrU90ePWW97vy052QvzJ7elHPwcj5X9FOgoGxgwCpQbMTjuT2zbXCFzl/ye4R+PB6F6iDE4ol2E6oRIsNQAYaFmiDIw1ZKNGwXspmXwvlaGhDReZkvyWKIPRBcn5P2VwJE6qvFMuKGN0W+jETN03ys9lTC4jzWhrVe72UxnTu05t2KpVGnOujCla2gJV3XLJ+5tNmF1GO3G3aJh7OvIfOCaN1tPZ+VTZOafTvK6w9pl2LbR/tRxfi0+0F/Kz/jYDff9W+VvB87D9CrT4xcBzFwq+iu8mX+GkNInOJJRfclvVfenYLzTh9I+SX38/BNeSwtW426gYxzGVRne8CiWtPxiobns425wu0uW0mQ3br5LyDzT/YelvkKQHAAAAAElFTkSuQmCC);
}

.servises-item__img_money:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAABIFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9zlAINAAAAX3RSTlMAAQIDBAUGBwgKCxASExQVGRocHiAlJicoKSouLzEzNDc4PT5DREVJSkxXWFlbXGJmb3F1d3mDhYmMj5KYo6aoqq2vsLS3ub7AwcXHyszOz9HT19ze4OTo6e3v8/f7/cIVx6AAAAR0SURBVEjHjVZrm9I6EH5TZGEFFEHRrYCi4gpoZQ94wXUFwXo5R7nJKljp+///xfmQtE1K2d15Hkgyk0km79wKAOU1QrIAACsAS5QB4A0AKSdg7CPQBbCEHIFFEwAwAICK3K90CFgg8MdYoQUAjtwiANjqcArjwoF2r1A/gNsSACCLBYD/pDgFgGgC7wAcIbzdsN1WBiKSS8qSZEvf2uPYChf5OQCg7srl1jzAhXmiAICMYtTUJUvK0cMQwOlBdH0G6OvHpYAbAToWgDbuATgMUaXclpcKfcU9xgoAMQXkTfJvZvqP5rsjwYSkARUAmxxWMyJVaPscxWRwfWEyOsxGi+1zJBCLCk4/5EgKljkCgD0PNcq/ABzQxDdcpsmXN5/cr3znq4BVmqBXldMf37SrD5gKDpAxZsVf+/Cnko8LOjQNrtTs7kfJt3wA72+p+w6BY933BEZ1I+zOjuK2u51Q7gjDGwzDMVR3orefbMJ5kbk4urONua7RKwW50+c0ySFWc7zmoldGIo3otwspkakOSXtH6rKuJeeceUOaZcfcLnw9TSq0dg4cbLXXJdnzPNggmGzwQF0RYROLLz8PALWlmQ+ZFYyD9XA7APArwmduA1kvkpe4JZfaKwlMAtTxit8r95/cfEmmsVuRLL6JovNUzYblQJ7igfa0bz/kWO2FOZwy3v6vrCGZhZL/fBhPPksZSDP836rxxh8ASK2l/ONdxV6xoWNVGIOxCtI4lNN39wC0mzK/9AqjIuPWewC+hVZf8+DRWRSMUYHTPXxEDdv6CMDUjuR5hPknQmwZyVdAvhHKOzJAujMRHcrjcBqCsukl5J9gVOGYEIEWtc6ymcXFuaD6SerGUmrJWD3FlP2AVfJYS4j3lgpvTrK4mLKtCWM0aV2mpMrIlPT6pZh1otT3yGntQlXRJZf2frm9JLtij7C44Sx3mXG5GTfFBH6FPLnS63BC3W0SrM1VleUBm6zp2Fm8tpnAx8Nmxq5eVTu7bZOWUGQlBF6HbhQyCWi/5uNg+pivE7wQ9IaRXtEjOlV+yM3CKmVQXX4ctNhPiDvnXH/6uZMQc322AIvx7wk88uifGBGQO/HpPYoHmU8LTbYNZvoLf99OMvb2b35JG5w2mxizoJ/4mZ+sfe62PvGzbmmBY6z1WnyH3vWL4uW6xzvRKsU1qKX+Mw4vC7ghn2n9hlgw+NbEA36I73bexjkf+CCYZrhAj+p7Cdf41/TBP6sG0KBj4v2X19S0yh7KocEv+NTYeCS7nggbiKSnfBE+pAxMqNrlOU3YxMpJhI/nQeudAMjSEwEQMUo7XDnxoAr2CU8Wc5vzPeoAgGMeJqrPg0SrcSkS1L865mioi2VUzfP0c7vq6a9neaCxOkswPufrn1rC5SCpKMDZRU+QGNA1ISluueftCerc7hbbypYD63Jt65TbSnJvcul3xIU3d3y6F3SrvEvO64lHiPqcdPOXmmePSPrDdrWQSQmRyhSq7aFPcmRfvRNY5WZvvFiT68W41yzvA+V/54nj21uc6b0AAAAASUVORK5CYII=);
}

.servises-item__img_cart:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAAAk1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+AVyv3AAAAMHRSTlMAAQIDBAYHCAkQEhMZHB4mKi8xM0RMV1hZZm91d4aMkaiqr7C3zs/R09fp7fP1+/1B41s5AAADVElEQVRIx52W14KqQBBEz+BVzGJe4xowolL//3X3gRxM2w/KTE1HumsA6F6JxYqfLnQxxhhBgAvAhA/BuRlwCf/hPAJgDdALzweaxhiDoi3B3QCME78YwInPJw4jg6ljhpUJRWBzTvkSiFHgMtlAEKmEbnqJzVjZlqR0UCy0SyrSPAEwdIPlI2vAJWvRpO0MEPyGEVThxgb+JSFBjaxUcusJEOUUuqgmy2VQnNjcIV1+OGbSZJ7NOwH2kpRz7Eibfs1UWhNf2xyG65vsxlR2snj8UCJqh+X0KZeGAJwTwEpZudejiAWgogB09iz6L3AU9piK0YW/u1Z4TtmaRLjlJ3hB3wi2Q6BecO8lDTN9kn8Ula1SdO7Fj2018ujRy64HunWi2VnqUGbQGu2uOi+65cFs5U9aFVPrbySngLoapobzpGYGtZXL0fjpMenJKhhcP1LZlcXzEx0w5eVhHboo1iYUvwkwuDwrf2BYAPV77vWtAE4O2DcAVU1WflehgX3nRf8lVGjyIoBNN8LL9fuLhErLeqd2fo0bvcYr1xjPtX+w39rFeExgaXwyiuerdD58i/Ey0U/B1Xtmvr1C+nVguAUOTprz0lT6NLeIo4IGmR3LYStS9Obl0xkznMoOKHWzeMcit7XTy1lupC7K8SkHLaOtzk2DEofjqDR7m9dij/f5cu7H75RCGjlIt2UnF53pLG/SYfBS1cyki/Mcdy7SzDwB256OjXfBNY7y2iX7PWn+UXbMlX5tQbG8T5UDA56dfbFHiy/EOmqWZtUpX8pUbtIyDl+LE90N25jR657eilcPDw+Dj4OxlpHFu6rvnFZ1j79gNAZLyfeEPpLkYpHFSJNkDGXe5pxipolG7NTib95pacdVlTLLn3iv6JoJ+Et1I3FW7a/qNZ1ZqJ+BypJ8ot7Xgq42f/W+URf26pR5f6/e0R6wdYuKt9Lvm7ar/ga3OGBuAZk7OkVofXV//c7vq6jlOUWDNtDFfDtw5pKweVN+4zvthp/+1DKu1t9or+Vm420/9POp8o8eRbLtPbT+gPCstR698rvJlT99WUQz9eW+uK2arnQalpoww5PkNt+T4FaSv5n0W7WKMZVaqz/Z+JK2XxCq1R0tduerdD3vFqPus6L8Bw2UkEZ+a8byAAAAAElFTkSuQmCC);
}

.servises-item__img_purse:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAAA3lBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////82KaFZAAAASXRSTlMAAQIDBQYHCAoNEBITGRweICEkJiovMTM0Nzw9RExOV1hZXF9maW9zdHV3eX+Di4ySnqKoqq+wt8rMzs/R09XX2ujp7fHz9fv9ji6j+wAAA6dJREFUSMedVmujmkYQPQup3PjiJqK2vVq8qbGRtLU3CrQKIdEqnP//h/qB1wIrVztf2OHsmZ2dnZldADCPKEQDAJJEBBMAKIAjgAkEUJuHJYAo+wLhDACwAYARQJB8yeaTYDpANgAwlwwKAFY+WeRTS4PStIojMBBmo18ICICYZT90kiJfkplky4xKC4U/BknKTmFNVyuUXgAAmPqpGlcN+KhaFNKKmKQeFOgZ20z/mk5AJ9Wdh2+pOT3V/3qXBc7O5mcGa/ac/NhI0gb20q4AHCrbxKq67xLwcuuSWOR23BF63064q2Hwk+phYEGjVOJnKISDLJwJ1NIlAFhBmgoUkjwVSVSkU9XfVBt6WI+rON9XU6scZP+pU8bdfo3/Q5WvJS3rCwK76XU8TZjFlf3nFINKdHUqhgN26+jhVNUnPA/z2nG4VxnUZu6R4dpUO7NjYvd10RlvSauB+pxKxRmwV61N1vYoErlMRtQaBjextDuVP8/5BKEODzbZEs3YZJL0AGASyTWTyuWxNFzkhZR+evwIAIEFGGfV+euX3IA3ROv5F7WbDX4smwWwNev4p+8yf7yu48Q3PhR4J2ziWX7noWvifFfg+rGOe668ft9t+P+77L89q9dXdf+JhrnTHh91fT+9AMB0B2BvNc+PrBeZShZpgiwPaljLiaeVujqLDkfVBEo3y+nQ7G0DWV3WSipirZ9iTyf/NTxzolhwnu/dM9Auxtyrx8ubv0bK2siePDvDmndi6JzJ/aSVKpZkZF3HrYhciivg4MRD9zXnugeeBor/I3J10+6wonxsabBOt5JTAyejerAHDXeIduBS7qoL3CkL+mXKFNHmK2JL1/w+7/dlR6f0ylDIU/G8A6bp42BOB7fSK5jDOaBRfk8o6W8f3+ciYyKhhpm0HxX9TzL643MulGvN5gwu+y30Pv99C2GaosCFDLo4Um+hf+UDvtD3+UVB13ms/mjQv/MN/uHHj/xbQRckQnZa6BZDDd0PH7oq5zsMsea4LXRvAl5++0mKvEQfcw2TW7QfnPHzr1LkJWBLE/A4/H9pM6QHwOBZ3ErXeSkDd06bucXgNrr+FPOx0IK80CaMxC0Vd3kpySIqu3mPSfe+cu8m8lNL+Nzcw97QrzbcQcznW8nPjJvNdhRzc0PD0zaMR+q7yWeyEK33yCKh33Jb9XwymCpNiGlA+r1X3bN2JJOtPe53dCH0Tn9sbxOSO+uOTm7O1m54JI+hu56Z14LyH4UZ0PvFVZrjAAAAAElFTkSuQmCC);
}

.servises-item__img_medal:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAABoVBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gh21wAAAAinRSTlMAAQIDBAUGBwgJCgwNDxASExUXGBkaGxwdHh8gIyQlJicoKiwuLzEzNDU3ODk6Ozw9P0BCQ0RGR0lKTE1PUVRVV1hZW11eYmRmaGlrbG1vcHR1d3l7foCCg4aIi4yOkZKXmJ6goqOmqKqrra+wtLe6wcPFyMrMzs/R09fZ2uDi5Onr7e/x8/X5+/2SVBbxAAAFVklEQVRIx42W+2NTRRbHP3NjSAraRluN8VWMttF210fZKEZLXz7CImjqEy2KdtcWGyMsmCYBbYjE5n7/an+Y+5qbAHt+uXO+59yZM+c5AKU+EXn287boUeJlA0Af+DbUOA70BNSBXvCFbhWAHYB5ECrEGwsB14afgoCbOaAWSAAMUA51TUJgN3xDuh2qmUDYZQvI0wWyXA5/EVWAqSP4hx+Agt1VuoY1BcfMJ00LKC9JNRLU0IEXMTMdACoty47cDVoAkkLAABXq8DywGFh2As5fAIbsARcUn54D7p2N+QxQR5sKgPXQMYrPfD28G9sAdKqvIlaBtoVfuWi/h841ueTeOxY0FVwgQWVpbyFnMoV1X/spGS3fuMCG8jEz2mQCaS5wpx8A/g0ASlq2/LQAytbbfHEFT78tva9d1+LQb33OxfcJwGKTxoJdvnQR30vLUZhjFp0G6L/Ll7UIPIhyd7QG2ZUXAT0eR9zzo/Ujz0qSrvFnMYCMYL+S8K6ywyeAH84nE2YDYPVfKzbE//ng569WVpcSAcm7AXrz6SB6g8iVc9byJB0OXH5Rw8iqbbUnBcSrHvTVbZSYSPvy1wsZk1vYk8pj0pYqMWM6mnGkeW246sZvJbh5eWMb7owSt5tkz+Yo4WRLtyVJb4Q7BEeEvlmWvdmNKN9mABZ7lntewNv1AlSU3Djh/F29v/SbPK58YaFOGfJDu966wPkuwIk4vYygWUwn3aU1+rkJmZj468LLdrlXmiD3fC6+ZJcLjQnyy+9wLxsURTeS177k3X5YVYpdp0Tz+lTfbg4F1+oBlunH8scFvLiShbUoNIWDRNPw9U8Ac6SpEFqvxvVVHLAvSXr2kegf36O2nUzuY+WAW6+N1/e/rwJPDLPJmFT2gbZNRq2ugQzdV6mudn5M1IsAllZXvvr5g//akl85swqwYROkfhieJoCP9Urg59DMQdBXnn7TbZdRh9OlSe0tMVkGh2npdNj9LNVTJdVTqp/S1nbkyaEWJxxYU0DNPA+mfK2pFDVrD/spaCNtabhdTFlnittDqb34wF9NXeqV7y8v96S6uY9wbqDD6YcZN32owdwEfF4TIzSBLikZNuuswfjPc1s/HUlHP23NjW8wyLuBPXR7W+GW1H5vNmtMdva9tnSr4PbgQ9WTXdXtm2ekLfe8LelMavC24pRxvJ29a1WX79iQ31m2W97NumO+Hfb7ShKf0vEJME39cdoCp/9Q08CJ47jcASr2cVDTtmPWbc3ASemxGHpMOgkz9j0X0bZq4Ml9Tzylq8D1eO7ahnQduKqn3MEij6rWU7PvIzDpF41k4KNUKa2ryoHcmMxqF/hFxSRY1C/Armbd6OqAvjLuQTc1C9ljPRlDT+o4C7O66Wpm1LdmOXE71ingiv56ywCYt/7SFeCUjrOpCpPoKpce63f0IUDRtl/tFwE+1J300M2pS0MLY0VxWvrG0fW+kU6PqS2oQUl7Y/j3+npXGn6+WJiaKix+PpR2v9Z3Y2p7KkHTdTLwP60A5JcaPanXWM4DrOhGSq2oJpDX0HFe5q6eCZaX9dlnuhwwz+iuEyMztM28rE4CPSX/ZLD8VWfhrH4N2JO+TiUUO2GhLaoXnf9c0FkLeEd6wb4wjjwKAfxcdHYvTsEZ+W6TM7/rnK9HLfOo/HP63c2OaT/51DIt7bh+ua5BdNPMQNdTjyy13O3mRnLf6p/cl2FTo/FmOz/SjvfwPuvtaDQ/eTa15G+YB86RDV+tB0yrmZbUqUzcwlQ6UmvmoeaV9yX5e+sLhVzGmEyusLC+50vaL/N/k1eqNg66fanfPWhUS/dzyt/vWYzDvpGSEAAAAABJRU5ErkJggg==);
}

.servises-item__img_building:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAAAilBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6DghSAAAALXRSTlMAAQIDBAcIEBITGRweJiovMTNETFdYWWFmb3V3jJKoqq+wt87P0dPX6e3z+/22e5liAAADT0lEQVRIx51X29qiMAyc4oIHFBTR9bQeUFGRef/X24tS2kLh1z8Xfm2mk6RpGioATJ+oxQMAkMADU4AEgSdAgGoN1TpuADwAbAAAeQIAOADATFIkR4CSJhRfDpZqADmIlIN6nTZoLBMqRABAgBwQAFk5IRKloAqcEAAhFREAzLxaUW8sIMml4Q07nr16MroDABaZnL5hJgSZQaOOUlqfq81QDgoc5SqScqXfmA/U/qt5WiVU4caBCGCvbFOuv9aeAAjcqoxV+BZWfuv946LiNSQij7EvBuO05KmBISuFrVgx0JP3Gg7hpEpnCbcMCQDR3c6vGSfVTJA6ZD0OL9jFEm/whUqqrLFu/Dzux71S42Z9Uv2eFmpaFRlpG8xWXXyqcnTyt6969YRt/stWzFmECtvz6sq3l5yfzHdT92mcWKbjgfDjIxm10IwLw/mdIwsNuGqEV5rXZEavZfDwNnbnimf9tlLdlkPlgsOO+ipHADB/1NVEs4oah+4qv3sEBIWBkxYuCFxCuyStMfXlrvgkDK/HqY03x/Gun+/n/XzBfnzw7MfHZws38ifVaVLdr9YRSUXpYbnvwWm6Uz1aJ3lxAnCNOvGGkab9lSyQzc2Ne0r52jrt6w7HrQPnTFt7te2r7idl07hSDzb6Ka7cK1VYcO4o56XK/yVAvwTLCxtyWf5EqtrIlSz2YSM6Ee4L8jrvpYoN+Yi68ehBbkQHOHnxNvwpuOGNr4lDPyO3H+0OW5rHJpP1+pQsDbwC+2BvHr4Q78aN2VVX7cKxpYmvmOmSaWebFIa06YjUt+FkdnRN128Z88WkZSEfB0vudRfsCNep33MJeNTvCSNI5b160amt/DHooqSHhCk66PZWmiuAlAnOHOMD7y76mGc8Ofit9wGfoHH1v6QLEjn939J95tgxdtOdVWfRY+4w5dFF7+oI5oojp8CF4e/oIS8AAhaiCdZfpOqPQR29QReFbOYR77+h39VFm/Mhvg1ePHQ3H7EcfkcfluZTS2Q8fBP8gZndcCdvrj+lr/luN9vZm/8+Cf7A98z9bcrIlehl/yWznq/VKCPvC6cJsbiT2ejHLhydSJbHNB77AyEG/jhOjyXJU/RFJ58mu3P+JJ/5eZdMu74C/wEmOo0XnWGLogAAAABJRU5ErkJggg==);
}

.servises-item__img_cursor:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAABRFBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////63zJOAAAAa3RSTlMAAQIDBAUGBwgJCwwPEBITFBYZGxwdHh8gIyQmKSorLi8wMTIzNjc4OjxBREVHSUxOUVdYWWRmaGtvcXV3f4OFiIyOkZKUnaKlpqiqr7C0tbe8vsDFyMzOz9HT19na3N7i5Obp7e/x8/X7/aEfNkcAAAPgSURBVEjHlVbvg9pEEH2beJJTgYqIbTEaEbVKFQsniqAWtf7gRxtPTwg5tRoqTd7//90PSWA32YRzv8DsmzczOzszGwBoBTgsAwBwDcBHCwABIACAn2OFf2xJbwTAT36BbQ8AMAOAdkKVViz/nv4h0JdQAcBONYVESAxKaipqYat6IOI48GcSJQ/KT4nUTTsbGACLJOWgMOHSOAg1DwDQdWMxVA24maMK2XIn/stPE3mPeax3/mKyU0l5H8aymchnSTIGsfwRZZ/EVSxND65HVwCwVtO/UY6JsXruI7Aimb02m5w7FWHWBxEXGQxuJNSNIa2jEF5As9hI0hklGz9lFKrxLXkHwsPnmlKiLL1BJY7mChNHvR6DryoGJEJqKZxIW8u6ip/zNYVvREfB4QdE46lUpQQW3VS6HTPeucwUzFAO2XicK0iLuvRhvDv8bbCaRTc7Ve5w30yjmnKtM2j0lgG3k5bWGxaMBnVTVJw5aedQl13p2B5rCmpxqKqLSG6TNo2cwVkonU4Xz0UoJVm3ZomLNDci6ySqAUDHP9h5KRMkla4Q5B1VwbMBay+p80HOwKopS8+/zdYvVXfb32R83sri+FG+V2eSw/GZlI7KNo/DUbZy+H3y7XTLDHI4v5P815cqfpeoPpPwQU/qL8Hg3yfvyQ2HyEB/esTfAog7XlF/A8D1bWmjuwCwttWU+3w9+w7I69nxDodxgYw2+voxUuJurMWPE446BUovyy7noppOv2RaZ1rKZ2aeYs1putXcs6Nx2GeyVhbKl9VfMbNW/VOkZIysyf20mYlONKd7ct0ppYoR6dvFuO2TI1EANnbcVE8FV91w19Dst8nxjU6HMeVri5O1uyk5NrCz1IvdqGNHlPONDUfyVM3OTf56Vm5gSPdYMtlsC5LBrVK+nb4NC3miH+j4gny/jN+NPw76nEJHB94lvyzhT9kHDEaigA7U/+bCLCyyiAZ6HKCQDpz9wuuXC/gD9rBkvYwO4GuGbS29ziUCmifowMfUhQiTAUhxko5bT8hHQqe1ZaWU/sojkn88ONd4r3CLCZ1CuvG5AXyjDTx+VyZoca6nv/CQ5F8C+IH39fQ5W8CKTR2d/P4Md+kBeKwvvyZXACzuNUn5ykziuwRwxTc1Ee7jYW7TK67Me1wC98j895GXNlqHfnF/f0LyMj//hH+c5jVGxUPuXDvyIvlTS7ic4X+sGV013kbIi5uSLxjmh2075Mw4zTVmRR1kuYyGpUNSDCO6Ja9VzSW9rtaE6HqkWzsZnr0gGc0HTr1iCmFW6s5gHpFc2DfPrdHqTZbbgAy2y0mvVZSU/wC839xagIdB1QAAAABJRU5ErkJggg==);
}

.servises-item__img_docs:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAABZVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8kGHSRAAAAdnRSTlMAAQIDBAUGBwkKCwwNDhAREhMUFRkaGxweICIjJCUmJykqKy0uLzEyNzk7PUBBREVHTE1QUVRVWVxdZGZpbG9wcXN0dXh8g4aIi4yPkZSVmJqboKKjpqqrr7Cytbe6vL7AyMzR09XZ2t7k5ujp6+3v8fP1+fv9FLJRvgAAA7FJREFUSMedlulDE0kQxX89SSCgIIcIUdYDTPAArwXUVUQ80XW9QcMqCokHKtcyeX//fujJXJkZA+/LdNXrV1Xd0xfAyC98OACSRI0Sss6f1uNTQEECrgICLgJQvwzAIsAYyO8sACPPFTSmQAiMl/xP7yvr8LLbgB4MYPCKQYIuvoBsMgmDmIo7kC8Bcx5gIHD85zOSdCqUjft67/hG/xoAlVVrNnxCAKshmWyltgKV4BzyhwUldngDxoS6d4Ixtr8RkI/ZN2O2IvYjiMT7BLI8gDbsrIbzAbsdERO4J+k7UZyR3pY7TK5v1tW7GMfqnok6ZlQMTcMMCdCw/Q7ukYweAZTXwmuhqVWpWbEdmZFpTrNkZ9zA0AcenPX5WHoDyIubzi8PZvNGGbzTgJeT6bwAXt9J470fklci//yr3+7WeJzfrEftAemC1zxU1auk+XYuv/+l+v2R5L/xTu5sX850lN9KZ1rYVVVCm3NN/RG2GF8BZi+8TcbktARcDLbVsJLqmZG/W5MLXvRSqCdlfe0NApyr+QdagEYQWPHNARi5AGtl6Nrx1FH+uusF+DBk1QqlwEhybVDvOKVlEALelLL5sw/CfHgA3mHyJVtvlK3P/8zWDy5n629O0XAy9DJMPcrQB/s7UT/5Evh0PpVXkCiJv/MagKsbofwhvtA0vv6dqFfevzj+aeWNBgKj3sL/oe6weTG6fpzd3Xi6V6oe8poXFI7t49R3b+7uGbJRvFZVDNVrRdpBpSbtLhyLZTDHFnalWiVTam5L9dPp/Om6dDut9OFtrff8rriedW0PJ/jHpFttjY5b0lh8srbbFdsA25GJnNO6wz7grGsusD5r2m+PZqHX7zatz81mTSfDy3XurxTMSW6p2e+k7HnIisab/7xSqUipi8pI14MA41qxZcyHM1t5pQVWXpl4ocao7T2vacjJNYHcYOWtleN7m/UZVzmuhK6bQJ4Fv8eMrrCivgR5JQUReZ9W2FSOdooPhuDLc9qMFLvP7Eaips6DZu9UjXlNHDT7hOYZUvWg2asagiUdP1j241oCCnKdFvl0CkJyx1UBYETfzP6Xjfkm7800qh+5/cpzPzTadHS59lEcyCebSJEPy+2K3BLLJnHsifL8cvwheHhLD9suXluHW7z9W2pH3vmvtvqTD8Cn0mKmvLAoPc04VAuPpZ0biddZ8ca29Ljw21O49+6OpI0ns+WjR7q7jxwtzz7ZkLRzt3cfR3nxxKWFZ0sfPy49W7h0IvV2/R/YupFAgCrZYQAAAABJRU5ErkJggg==);
}

.servises-item__img_stock:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAABI1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8yc1n/AAAAYHRSTlMAAQIDBAUGBwgKCwwNDhAREhMUFRgZHB4fICEjJCYqLzEzNTg+P0BBREZJSkxQUVZXWFlhZmdrbG9zdHV3eYaLjJqdo6iqq6+wt77AwczOz9HT1dfZ4uTm6evt8/X3+/1zH5o+AAAFJUlEQVRIx42XV0MiSxCFvwFEzBm8egXTuhJ0wbi7ZgURVMwjaxjO//8V92HyyOrtF6brVFVXV3WdbgAybbwRc35/8ECGE3vSBub47upMADEOz2ALeMD+hbtVAI4B5kC+V44WQWDRvAoAJQAZABhA1pE7IlfvGFABy1UzfL+LkOIOBEdq2jZiFbjkG1dy/QiWdwGsdWeZOd+JF09KkkqBsNlTPeZNRm8BWGjYUyvsoAEkhd4dgeH87gLMO0EAsAOvVGEaTM+8F06glWhCTxmIkwdoylEowxA0PT8Bf1ewD0BewHAhDS0bXdvsl4Cb0Db5Gd63D1xICpYNICtVc71GfKzcUS2C0egYYUFFKX9ibQQhV1NTTjo7juB6nCcp7cUxLIDsLcC5pIqXZzc6eVG3+8Lr29L0BXs5AGoHgPlva5JmE0AJR00GYM7aVpMJG/U8iPoYQEZJgGYT2cCj6SjF7Oh/57utbwhqCwCqlJY8cLC4cj/rH5iKb5Mwt8EcCBck5Sbk+QwY0YxTvRfP4ZSGoxW5eQnP5/WadguwrxZdRmy13tbdXoauo6ZOeSxu9OaqUvYD2tBCoMK3Gg2hKb92jkanEZjNKfbB4bEV2F3k5ACw4SoYLvxuCQqySwXHzhJebkRaemL82pl3RgHmH1yq2430gSF/FmyIiqRzgNsspF4BFnfoUn9DcJGO9BYAfX8IN68AilYPxAFOpgGoZhw8YYeSFHHFgQO7A3N7Nl5WD4BO32wYTmwyuUPB1WdcGGZNO0Abdzg9rvib7QorD8Tbjqn56MAzp0kL6FEGYKweil9xkIrA5RAA5dUohzsj/8uuQIzSPsDEVbf8+f09e79SHPTApVJFAAs1oJUFSK8XLK/Ou/nliBOAARO2zYQvqNgHZOvGu2501q/NwzWnHVy9F4cnZzQCnD276h7D6WeXflHgZnm5iaLDLvvZYyvSUg+K8Ckt7bui9KvmuyxYkjMuUnw+UqULRcZF6Ssjh0Za0ut+OhKdkd5/lVrzn5oaW9JD9u949kHaMv4CTr3oZvir4IZv9DLVRT6nrhXqMn4qWDY7WS8R45lnnY3YnyNnep6JOHhJhQt7E+a2NR0am9JZf/+ZtGkcai3MwTfaCrJqhDcHZAIktk1zOwFgaiB68Tb8I+NnO728ni/sWtF7YljWbiG/vpwOXPMtl+89Rp/VfWWlVFwa/JiwwaViaaVyr1lXsGA/Dkra93QmdPV51q804X3vqwQxBd8Tv5T/zDqv38GLRTFWVQ7gQ7p0voqS7FjiTS06wksNBZTLWqWuMW+eMfXY4z5jlORU/xBvqunSKMlHmf6NOaY6bY9j87K++657rqS3uZAxAN8tb39xtZHX+qafVRdvqhlPzEyGhLP2mQAMiTv1+nvRSU/U+E2nLR15MZ3Iz1Wv7thTzrdI1HQQNIZJtZL/6skRHqiW8LVz2iOjaiCyaZ24n9/sPfccWWbRlZ1oOqBcVQYu5J9E/qjvs7r3KfB/Ja0LIKVX79wsaufzU7fjHQGMV5vMs7r14HOHGStRu4oDnHuSW7fR5vUQIbAf2g0LdvUjQosPPpuPqhNp0GuNQ/pJkp7SMK7rSAN3gk8to6HjEJx8lyUVAAqSpfdk+JGlRjjeKUsbkfC6fgJsyPpItnOWjmNf82zsWNZc97upoU7F+PQeqXTU+OS2Gm1ItwtdXRgLt1Jj9MvwsjVJnWo5N9YbN4x471iuXO1IqmX53yOWWd2r37Wl9l19bzXzt6T8B2TwDSwFkT2DAAAAAElFTkSuQmCC);
}

.servises-big-item {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 70px;
    margin-top: 30px;
    padding-left: 48px;
    padding-right: 175px;
    position: relative;
    display: block;
    color: inherit;
}

.servises-big-item:last-child {
    margin-bottom: 0;
}

.servises-big-item__title {
    font-weight: 400;
    margin: 44px 0 38px;
    font-size: 36px;
}

.servises-big-item__text {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 38px;
    line-height: 40px;
}

.servises-big-item__link {
    font-size: 28px;
    font-weight: 300;
    border-bottom: 2px solid #e92415;
    position: relative;
    color: inherit;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
}

/*.servises-big-item__link:after {
		content: '';
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAMAAAC6q9RHAAAAY1BMVEUAAAAiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSorrM5TAAAAIHRSTlMABAYKDxUYHCk2PEROW2ZwfIilsrvDyc7P09zx9vr7/WpKyLsAAABPSURBVHgBTY9FDsVQDAPfhzIzt3P/U3ZlyVl5pMAkpGsWVAtHrpzsnIUg3rhKQTRzV4L/xFMLfiM0gu8AreDTQ+fZe3zWd/otd3A3d/ZfXs76BqFUPM09AAAAAElFTkSuQmCC);
		width: 11px;
		height: 18px;
		position: absolute;
		right: -26px;
		top: 8px;
}*/

.servises-big-item__img {
    background-color: #22252a;
    width: 110px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.servises-big-item__img img {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.servises-big-item__img_bilding:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA/CAMAAAH4RLtFAAABNVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8VhxuzAAAAZnRSTlMAAQIDBAUGBwgJCgsMEBESFBgZGxweICEkJSYrLS4zNjg5PkBCREVGR0tQUVVWWVtcYWNkaG9wdHV5e36AhYmLjJGUl5ibnaCipqiqrbC1t7q8vsXP0dPX4OLo6evt7/Hz9ff5+/1qTMQNAAADkklEQVRIx6VWCV8SQRQfFpc1BA0yNTU1l8wjSyVvQdfSNM00vAhJ5fh//4/Q7Ozs7gw7y0I8fzDzTt49EkLIcIV4YLDvVJ6QGkmzOwhpkBB4op8+R4bCTY4dF/bXICPWLUYxXUNEvuwT3TP1TTCLPknuyudo3McUcylfYKSS7BTIaiuB/BVxZqQq8fnlMqmvQRTdxLnmIckyO3InDlqVDRTlXyQJdtEdcxmaThtzmSC3hHwQf2mAUZ0/10kRn23BIeFTdsIFHEJUFCZaHExKce/E+WUEM1oGR3L2RoDLmaSmZ9bQyqJV46XyYAdxH6kWVU0D59eJLniYhiV4+8Q6yK1ZCnWWtzwKbgHhep9A0xBtr2PbPqb2yeos6zwEgIfe0IRaiR9OLA2056dv2/NJzQjng1XX7pAllXu1DJMqXimHTvPzVr0IcA0MimgSZaFCOZyoLA5v3qByntNCplzLnVdwszms5h4BaxldS85cAiMB7glyPtJXdmvPIY4dWbwP4h4YhBEweFEVYlP5U/QEoA7oinfl04RPs5AWGpS1W6YmcPN6HSkXTUCyXkCetbMv8XfQrxLnMokGlzCo6f0p+7aNdal4TSSIOL6BCJfZLr1Nu/wAMP7sqqcZo5f5exoDHTAr6y6bUnu+1uiNH2U/yj8an5OfED78/Kr4Rs2vj4pv14fXV5U+p75Sf8gLTO+ovyL7M6q/I+cjcr6i5zN6vgVIzJ015XQ1z+YSpBMY+02FD8bjMjU+fkAN/h5rr7vQwIMZC+PGzAc0FsK4qTtURqOcG63gLqWgDz3jKNZJdLEjPA+1ZvUax6RjOMa11E3v8NivFEynleT+R7zzsQJUL2/aAp6fAUtloui9rtSXxUAaC0A9z/pez9eBQiBdi260u/gcpuotQoWJz9i1j0mc+rQXe7Rp1g1VvMY6bZy9Fz7hFJP2gwivHc0wVdGE6e90OnfT2CC+umWa7y0Hvpd+sfOsdMYpy6ZpHvvqZAPT5BCvPfzlEoVPwA8bblFn5x/84eeuzV566Ym/xiEpQ2/pKv7Pyjzu+TNk8TPbEoqOMt1ksf9VtyV7/HUx9i7V7djFzHepbmderHt36qzuctd1o+50XWvPd6rOe16auLeW9RW4t+ERTXbWUOPnT9p5Y4GJE+e9P5t9Ne/Ax60v7FzZWuGUN9lsNhGc9zbbJgTkbdPrrut10/a853t+ZXp/47p+Yf8BEH8nPhm6SQQAAAAASUVORK5CYII=);
}

.servises-big-item__img_star:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAABFFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+qi+UuAAAAW3RSTlMAAQIDBAUGBwgMDQ4QEhMUFhcYGRweICIkJikqKy8wMTIzNDc5PUFESUxNUFVXWFlbZGZrbG91d3l8f4aJjJGVnqWoqq+wsre+w8XOz9HT19zk6e3v8/X3+fv9+0/QWwAABBlJREFUSMeVVmlj0kAQfQkqqUI8gApNKWJVQJtUUcALazmaKpeCVJP3//+HH3Lt5qDtfNndmXkzs7OzswsAlTVCUsPZCpVgugYA+ot/7UivC2Dlj8CyBQAYAkAtAgBA1TfA0NI7AB1BQwFg+HMqED0OY2qedOGLNSwBUA0hhBeHHmDo8e+fAw8ZuKlFNsNANZIUg0KfkygjxQUAoGl7S0c2YEO26EfpMRqBk6o3bDHyxYHzPIBPAIAH7wEgBwBtAHgJADAB4CKK1s8k75wAwADC9gHM5PTPpW2iJ+87EkxJijgAMMhRPa/kdNPlOCaD7Soyw6IWLZxTpBBLfjpdpFOBAGAsJJC8grw/EFVRoTxFvw4AuHv01fH2VCX5w3wU6DMInM8FMyehvYkecY/98VDwp7qJ+vkVbl0hMG6G8tf8gj3+efJTLhjLWxyFhvZlgxpT09PbhNMSC3HpfCOvG9yWg6gGnKUZVFuTNZf9SvppjOmaek7J10ekkZDabAqXc8GiJNVoyeqKK16TGtWEwaEj7C4tnlNHSHIaDX0Xydz45BYBoLESeWL1KES8vhbyygC0rVR/1biBaVkEVOPlmlhLBkaVQP7I/EGyCoCk8/XoLgCg3g/k7/lAOMhPPje/DO2fCI6eMwowZL8MZ+1wllsL8R360+OIpU/E+P2pfhFyzFZ0v6D9SvQZV0VnELo9wZ1/fCfKpfv988kf7uELX4ec5hjALHwt+BAAcM77kiPGblV40yyvQLrz9PJQA+CmlyqPOhzTFCi8LJt5sreVxGU3dqVWjPVTzDgIWOUtGykOO/RpqmE3aZ0pYzTtXAfy28iM3A7KseiU8mBLzho7oUqXXBnZcmNFdpUMYWnDeeG64Apzbkop/BrZu9Hu0KN4bF6yNjcFewY2mnywcxW3IHXOrthVraxzyMq1RTsqmaxsN8gsvBG8DWOxo8fQl5eZ+Kb3OehwkI0GsvEDdgCVrrIDvQOvuFTRopmU3Hv8zPzuoYFLfjefPb6X1DLZwoS69PUjSf4+//Dq6V7A3Hv66sP5b0/SF5R1TrBmTjL5lsKHQaJD8q3EyHENJq5+m3yRBL8g2/HNk1gyn1A9Jt/InDcMPjMC5blEn/WUQD/LtdDk5xSlOvuocJQi+Su/7yr/piiNWAGmLCcE+/zmHWCv5x3YN+4nlMqcAtC4VZKxH0C1rsiPH8krS8VBMnpl6zVzQ/5eeim9Is/81lM4I6+SB7QILlqDK1l2wItYQypd8ED2sIpquUi3gFtRwRW/WorN4W3QQ9pyvCWHpzcFn9JJNtuaw+ENGp46pFNLf5tsupay8x2xXNo7XquiTS6aqSaU5oK0i9eGZ4xJuiOzrudzipLL63Vz5JIcG7fo5JVWf7Jck+vlpN+qZCXlP3LDyFFLo5ebAAAAAElFTkSuQmCC);
}

.link-another-page-red {
    border-bottom: 2px solid #e92415;
    color: inherit;
    font-size: 28px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.link-another-page-red:after {
    content: '';
    border-top: 2px solid;
    border-right: 2px solid;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%) scale(.8);
    top: 53%;
    right: -13px;
}

.link-another-page-red:hover {
    color: #e92415;
}

.link-another-page-red-inner .link-another-page-red {
    display: inline;
}

.link-another-page-red-inner .link-another-page-red:after {
    display: inline-block;
    vertical-align: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg) scale(.8);
    position: static;
}

/*.link-another-page-red:hover:after {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAMAAAC6q9RHAAAAnFBMVEXpIxXpJBXqJBb////pIxXpJBXpIxXpJBXqJBbpJBXpIxXpJBXpJBXpIxXpJBXpIxXpJBXpIxXpIxXpJBXpIxXqJBbpIxXpJBXpIxXpJBXqJBXqJBbpJBXpJBXpJBXqJBbpJBXqJBbpIxXqJBbpJBXqJBbpIxXqJBbqJBbpIxXqJBXpIxXqJBbpIxXqJBbpIxXpJBXpIxXpJBXqJBZQX7cWAAAAMXRSTlMAAAAAAQECAgIDBwsOEhIYGCApKTExPDxJSWtrfImVlZ6epqaor76+5O3t9fX39/v7z0Sv5gAAAHRJREFUeAFNz0USwzAUg2EnKnPKkJSZn3z/u3XGVT3V6lv+co19E5rb8dz6uX7017aMyoG3rozqxp6ZjNKSr4GMtDA/lJHk5FhGuqDN5GRunH7tcm8TuMCCfoTg8srefQTX1nxkseHeU9uJl47athab/798ALZWCyMrBIH4AAAAAElFTkSuQmCC);
}*/

.link-another-page-red:active {
    color: #ba1b0f;
    border-color: #ba1b0f;
}

/*
.link-another-page-red:active:after {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAMAAAC6q9RHAAAAhFBMVEW6Gw////+6Gg66Gg+6Gg66Gw+6Gg+7Gw+6Gw+6Gw+6Gw+6Gw+6Gg67Gw+6Gw+6Gg+7Gw+6Gw+6Gg66Gg+6Gg+6Gw+6Gw+6Gw+6Gw+6Gw+6Gg66Gw+6Gw+6Gg+6Gw+6Gg+6Gw+6Gw+6Gw+6Gw+7Gw+6Gw+6Gw+6Gw+7Gw+6Gg+6Gw+7Gw+zb9wcAAAALHRSTlMAAAEBAgIDAwcLDhIXFyAoKDA7O0ZGaHmGkpubo6Wlq6u53ujo7/H19fn5+b3+GgAAAABwSURBVAjXRc/JFoJQDAPQVkRxFhxRFFEGE////1yY9+zqLpqT1rL7zDVW8TkPnjZ4LWQf1+xWsqdX9mvZRyXfW9ntDOay2wkoZLcjsI8mD2GH2MUslE1KDht1XRC60senW/5Sk4ZtuK3C/+bsFn/5Ap/yCI+NFyKHAAAAAElFTkSuQmCC);
}*/

/*.link-another-page-red:visited {
		color: #9a57ab;
		border-color: #9a57ab;
}

.link-another-page-red:visited:after {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAMAAAC6q9RHAAAAqFBMVEWZVquaVquaV6v///+ZVquaV6uZVquaVquaV6uZVquaVquaV6uZVquaV6yaV6uaVquaV6yZVquaV6uZVquaV6uZVquaV6uaVquZVquaV6uZVquaV6uaVquaV6uZVquaV6uZVquaV6uZVquaV6uZVquaV6uaVquaV6uZVquaVquZVquaV6uaVquaV6uZVquaV6uaV6uZVquaVquaVquaV6uaVquaV6uaV6ysu5UuAAAAOHRSTlMAAAAAAQECAgIDAwcLCw4SEhcXICAoKDA7O0ZGaGh5eYaGkpKbm6OjpaWrq7m53ujv8fH19fn5+SWiVd8AAAB3SURBVHgBRc5FFsJgEAPg8g9e3N1daJGE+9+MxaSPWX2LyUui+FQzXXTgo5G5emPSkq14QdqWrbznqytbfov3QLbcChzKFpbEWLYwIyeZ58TUHS2+GPlPWAPKFjb49NW147PnXaUr0o6nKncmTXMf8d8cn+ui/QAelAwbR0xnLAAAAABJRU5ErkJggg==);
}*/

.link-in-page-red {
    border-bottom: 2px dotted #e92415;
    -webkit-transition: .3s;
    transition: .3s;
    color: inherit;
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
}

.link-in-page-red:hover {
    color: #e92415;
}

.content-right-courses {
    padding-left: 40px;
    background-color: #22252a;
    color: #fff;
    margin-bottom: 60px;
}

.content-right-courses-show-768 {
    display: block !important;
    margin: 0 0 20px;
}

.content-right-courses__link {
    color: #fff;
    display: inline-block;
    text-align: left;
    line-height: 49px;
    vertical-align: middle;
}

.content-right-courses-inner {
    line-height: 110px;
}

.content-right-courses-hidde {
    padding-right: 35px;
}

.content-right-courses-table {
    width: 100%;
}

.content-right-courses-table td,
.content-right-courses-table th {
    vertical-align: bottom;
}

.content-right-courses-table-th {
    height: 35px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.content-right-courses-table-currency {
    height: 50px;
    /*font-size: 28px;*/
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}

.content-right-courses-table-value {
    height: 50px;
    /*font-size: 36px;*/
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.content-right-courses-hidden {
    padding-right: 15px;
    /*display: none;*/
    padding-bottom: 50px;
}

.td-down-arr:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaBAMAAAELzeCDAAAAG1BMVEWL317///+L316L316L316L316L316L316L315NN2cQAAAACHRSTlMAAAEUSUxZYr6CNTwAAABRSURBVAjXYxBkgMAGKJQQACGPBgYhOAxiYGMQbBLAwBwdCQxCjQJE4aZWB4aMDgYGsQagXqEORUGSSWEgaciQ0d5R0cYgkNHRxsggKJDGKAgAkikewrNA2KIAAAAASUVORK5CYII=);
    width: 10px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 6px;
}

.dw-arr,
.up-arr {
    position: relative;
}

.dw-arr:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaBAMAAAELzeCDAAAAG1BMVEWL317///+L316L316L316L316L316L316L315NN2cQAAAACHRSTlMAAAEUSUxZYr6CNTwAAABRSURBVAjXYxBkgMAGKJQQACGPBgYhOAxiYGMQbBLAwBwdCQxCjQJE4aZWB4aMDgYGsQagXqEORUGSSWEgaciQ0d5R0cYgkNHRxsggKJDGKAgAkikewrNA2KIAAAAASUVORK5CYII=);
    width: 10px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.up-arr:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaBAMAAAELzeCDAAAAG1BMVEXpJBX////pJBXpJBXpJBXpJBXpJBXpJBXpJBVQWhvUAAAACHRSTlMAAAEUSUxZYr6CNTwAAABTSURBVAjXYxBkgMAEhgYwzGhgkBAAIQGGdgYhOBTrYGAQbDIAYgEULJAowMDRBlTbkcBg1CjAIEQEFmTrSBBkYOvoAOrxCOpQbWEQFOpQFCSPBAAlcR7C4EKt6gAAAABJRU5ErkJggg==);
    width: 10px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.td-up-arr:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaBAMAAAELzeCDAAAAG1BMVEXpJBX////pJBXpJBXpJBXpJBXpJBXpJBXpJBVQWhvUAAAACHRSTlMAAAEUSUxZYr6CNTwAAABTSURBVAjXYxBkgMAEhgYwzGhgkBAAIQGGdgYhOBTrYGAQbDIAYgEULJAowMDRBlTbkcBg1CjAIEQEFmTrSBBkYOvoAOrxCOpQbWEQFOpQFCSPBAAlcR7C4EKt6gAAAABJRU5ErkJggg==);
    width: 10px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
    margin-left: 4px;
}

.content-right-courses__all-product {
    margin: 63px 0;
}

/*.content-right-courses__all-product:after {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAMAAAC6q9RHAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMABAYKDxUYHCk2PEROW2ZwfIilsrvDyc7P09zx9vr7/WpKyLsAAABPSURBVHgBTY9FDsVQDAPfhzIzt3P/U3ZlyVl5pMAkpGsWVAtHrpzsnIUg3rhKQTRzV4L/xFMLfiM0gu8AreDTQ+fZe3zWd/otd3A3d/ZfXs76BqFUPM09AAAAAElFTkSuQmCC);
}*/

.content-right-banner {
    height: 400px;
    width: 100%;
    padding: 30px 40px;
    position: relative;
    overflow: hidden;
}

.content-right-banner_first {
    margin-bottom: 41px;
}

.content-right-banner__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    z-index: 1;
    position: relative;
}

.content-right-banner__background {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.content-right-news {
    padding: 47px 38px 47px 41px;
    background-color: #fff;
}

.content-right-news__title {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 40px;
}

.content-right-news-item {
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.content-right-news-item:not(:nth-last-child(2)) {
    border-bottom: 2px solid #d9d8d7;
}

.content-right-banner_second {
    margin-bottom: 47px;
}

.content-right-banner-link {
    color: inherit;
}

.content-right-news-item__date {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
}

.content-right-news-item__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.05px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    color: inherit;
}

.content-right-news-item__text:hover {
    color: #e92415;
}

.see-all-promotions {
    margin-bottom: 60px;
}

.read-all-news {
    margin-top: -5px;
    letter-spacing: 0px;
    word-spacing: -2px;
}

.servises-carousel-block {
    clear: both;
    position: relative;
    margin-bottom: 139px;
}

.servises-carousel {
    width: 1170px;
}

.servises-carousel-item {
    position: relative;
    width: 100%;
    height: 485px;
    padding-top: 36px;
    padding-left: 37px;
    padding-bottom: 82px;
    overflow: hidden;
}

.servises-carousel-item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content-wrap:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.servises-carousel-item__title {
    position: relative;
    z-index: 1;
    color: #fff;
    width: 640px;
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
}

.servises-carousel .owl-controls {
    width: 1050px;
}

.servises-carousel .owl-dots {
    bottom: 160px;
    position: absolute;
    right: 40px;
}

.servises-carousel__right-img {
    background-color: #22252a;
    width: 110px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.servises-carousel__right-img img {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.servises-carousel__right-img:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAAEzGGjgAAAAzFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9BBI/TAAAAQ3RSTlMAAQIDBAcICg0QEhMXGRweIiYqKy4vMTNDREpMVFVWV1hZZmxvdXeLjJ2lqKqtr7C3vL7IyszOz9HT1+nr7fHz9/v9HItKxgAAA55JREFUSMedlluD0kgQhU/Dgg5IkLgBEXe5OCAKQnbd5Soi+f7/f/IhCUmaJMNMvaS769JVpy4dSWofdaXKdXVQO14eiVdI0n/xQhNJh+gr7fuSpLkkdWKRhNJGwvUgxTWS3FjAZBTmlpiRJCDk17UXJiGhfvruiZBAf/4U6NMuuqaT41gdIO2UpqwSRBo7SVLPD7eXrAHfCtWk7XRDGWKvz1rEctHtNaViQKpa0A2tPXrzOt7+YBYeO4BBYhPZJf6kw9RjNu6Esb6impALC69mqs1hwNLiyQ9M9mBEPdlcxsohWhGcgfLpAUlydyokMl6ToBaRs9bUi+DOIQlhbis0je6qWc6vBBJ5AhOQQVr2hAwbC8zJNSn+KFR/9Q3C2vgQ2Scux+uN6bw8nq7mWjzY129P2X2XsxP3zszyJu75/urIftrOj3ZJMGxWTc1bgHvD9emlmnNHI8OtM8qKmyDdJh0qNwbnl1R0ef6MYwFTkJ55dMUtNhEFDUnqHoqqy1jtckM7V6qfM8nJZMggrR27PFP+kinfm4UW7XBoFZWvNxXKTL3s8Kjts1fY5Wso51eP5fzmSkhMivjDvjAiVwCkoKLBTOjH/zb3NW+I+xtpYpXcBiPUW0rauEjSjk8m6g/nJ14y865t9AGQDHx7FZ6P/KhRLUiUbT+dHnP7L5lwPObFl3pZTtvb2dbKDotsfAeseaoNs/jIOdPNuXAQ18W6rnKqD9Z2La0HTylFY2QD55ljeWec2Rk23VJVM4GDW8x3DzAxBczWie3DU849bDm1cs475GYohx5Jpy0E63SvcmjgVM8mdlvRM6iyTTeLb8/Np2mEn5SMq2eTG78Ny/REv5964c/BIPoVyXZ8zgizacZAqhCY3IFRfiDJBFTUZ6iXqWtIXyuaBe6WkiQ1WelItdB88Z8MklTlKDAvVTegPbWXqtfYa4r3UnWPqdosIuj+vlf5rwi6BW1pjSMJ3v7i8x19U/nMr7cgyWEtqc7ZhO7UfIKPpnQcfQzwa6G0OYfD3GV3jb3xD3z3TN7Tbrzv8G/jGvsubrQuB5OC7t1X4PJlTPhC/wHjLxfg67sUdOaQTPMGgY181Xkf3wrvnaqNfJD+1TJ+TuJKug38LEatC+N7EzfmcjtsOxfm9yRuzqWT/zb5BKPyxI0C/JLXquHDrpdrwvR24DeeHoJLIFgMvWataky11vSGiwBYPmOgVtr96Wp/hON+Ne23i0D5DUYevChfmtmoAAAAAElFTkSuQmCC);
}

.servises-carousel-link-wrap {
    height: 120px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 2px;
    padding-left: 32px;
}

.servises-carousel-link-wrap:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.servises-carousel__link {
    color: #1d1d1b;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.servises-carousel__link:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAAEoFMbGAAAAclBMVEUAAAAXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQOZLCYAAAAJXRSTlMAAAECAwgLDBETGB4gKy84Q0lZYWt5fI6VnqKvtL7Z5Ojt9fv9ZofNSQAAAKpJREFUGNNVUAcSgzAMM2VTaMveK6D/f7GAzUjuEsmKhxKyiQhEOTWkL1xQb7CnkenvpxEdZyw5atvDrlhwz9oX3ic18BWWcsdyOaCdWO3kth+FtLOQSgkpViGZeKIE0vvH8GEIeXbAbjz273BJg8HR3me1mDxNedVQgaYYJZZQV3LwtFtJwTYuIQHiO8pw/cAWFVije2AFdX0UmS1m/7bXY3QfXe3Ofg75A6TlCm8jD+WiAAAAAElFTkSuQmCC);
    width: 15px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 39px;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer {
    color: #fff;
    background-color: #22262b;
    padding-top: 10px;
}

.write-us {
    border-bottom: 2px solid #fff;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    }

@media (min-width: 768px) {
    .write-us {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        width: 60%;
        border-bottom: none;
        position: relative;
        }

    .write-us:after {
        position: absolute;
        content: '';
        display: block;
        bottom: -10px;
        left: -400%;
        width: 1000%;
        height: 2px;
        background-color: #fff;
        opacity: 0.1;
        }
    }

@media (min-width: 1024px) {
    .write-us {
        width: 64%;
        }
    }

@media (min-width: 1366px) {
    .write-us {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        }

    .write-us:after {
        bottom: 4px;
    }
    }

.footer__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    }

@media (min-width: 768px) {
    .footer__wrapper {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        padding: 0 40px;
        max-width: 1366px;
        margin: 0 auto;
        }
    }

.contacts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 40px 20px 10px;
    }

@media (min-width: 768px) {
    .contacts {
        width: 35%;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        padding-top: 25px;
        padding-right: 0;
        padding-bottom: 9px;
        }
    }

@media (min-width: 1366px) {
    .contacts {
        width: 35%;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        }
    }



.contacts__address,
.contacts__tel {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #fff;
    }

.contacts__tel {
    margin-bottom: 20px;
    }

.contacts__tel a {
    color: #fff;
    }

.contacts__text {
    font-weight: normal;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    opacity: 0.5;
    margin-top: 5px;
    }
@media (min-width: 768px) {
    .contacts__tel {
        width: auto;
        margin-right: 10px;
        }

    .contacts__address,
    .contacts__tel {
        font-size: 14px;
        }

    .contacts__address {
        opacity: 0.5;
        }

    .contacts__tel:last-child {
        margin-right: 0;
        }

    .contacts__tel a:hover {
        color: #e92415;
        }
    }

.social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 25px;
    }

@media (min-width: 768px) {
    .social {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        margin-right: auto;
        margin-left: 5px;
        margin-bottom: -5px;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        /*width: -webkit-calc(26.7% - 107px);*/
        /*width: calc(26.7% - 107px);*/
        }
    }
@media (min-width: 1024px) {
    .social {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        }
    }

.social__element {
    margin-right: 14px;
    }

.footer-list-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    }

@media (min-width: 768px) {
    .footer-list-block {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        -webkit-align-items: flex-start;
                align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        width: 64%;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 24px;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        height: auto;
        }
    }

.write-us-wrapper {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 20px 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
@media (min-width: 768px) {
    .write-us-wrapper {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        padding: 5px 0 16px;
        border-bottom: none;
        }
    }


.write-us__title {
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-top: -17px;
    margin-right: 78px;

    margin-top: -11px;
}

.write-us__link {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    line-height: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 35px;
    word-spacing: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 768px) {
    .write-us__link {
        margin-right: 0
        }
    }

.write-us__link:hover {
    color: #e92415;
}

.servises-item:hover .servises-item__link,
.servises-carousel__link:hover {
    color: #e92415;
}

.servises-item:hover .servises-item__link:after,
.servises-carousel__link:hover:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAABfE/ZQAAAAzFBMVEXpIxXpJBX////pIxXpJBXpJBXpIxXpJBXqJBbpJBXpIxXpJBXpIxXqJBbpIxXqJBbpIxXqJBbpJBXqJBbqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpJBXpJBXqJBXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpIxXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpIxXpJBXpJBXpJBXqJBXpJBXpIxXpIxXpJBXqJBbpJBXpIxXqJBbpIxXpJBXqJBXqJBbcBmJMAAAARHRSTlMAAAABAQIDAwMICgoLCxEREhIXFx0gICoqLy84OEFGRldeaGh3d3l5i4uSm5uenqurr6+5udPe3uLo7+/v9ff3+fn5+RMERdMAAACjSURBVHjaddDHEsIwDARQW7SYXkLvvRNaIAkErPj//4lbZnNAtzejGa1WqKsiGHFkt4C27vpRApPlsFcGU8Zhvwqm9N68G2BK7XRgg0ludNgEk1jrTwdMcmFMF0xyxtwHk5gyD8EkJ8zjhA2P/u6LudEDuLfUpgd5VtG3DXm3HLYS/7xs+PfAQR37iPwaxc6ejVeh2LkbP4vQ58m4eQKriwLSD5rWFGqVLxg6AAAAAElFTkSuQmCC);
}

.servises-item__img {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.servises-big-item__img,
.servises-carousel__right-img {
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.servises-item:hover .servises-item__img {
    /*background-color: #e92415;*/
}

.servises-item .servises-item__img:before,
.servises-big-item .servises-big-item__img:before,
.servises-carousel-block .servises-carousel__right-img:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ba1b0f;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.servises-item:hover .servises-item__img:before,
.servises-big-item:hover .servises-big-item__img:before,
.servises-carousel-block:hover .servises-carousel__right-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
        transform: scaleX(1);
}

.servises-big-item:hover .servises-big-item__img {
    /*background-color: #e92415;*/
}

.servises-big-item:hover .servises-big-item__link {
    color: #e92415;
}

/*.servises-big-item:hover .servises-big-item__link:after {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAMAAAC6q9RHAAAAnFBMVEXpIxXpJBXqJBb////pIxXpJBXpIxXpJBXqJBbpJBXpIxXpJBXpJBXpIxXpJBXpIxXpJBXpIxXpIxXpJBXpIxXqJBbpIxXpJBXpIxXpJBXqJBXqJBbpJBXpJBXpJBXqJBbpJBXqJBbpIxXqJBbpJBXqJBbpIxXqJBbqJBbpIxXqJBXpIxXqJBbpIxXqJBbpIxXpJBXpIxXpJBXqJBZQX7cWAAAAMXRSTlMAAAAAAQECAgIDBwsOEhIYGCApKTExPDxJSWtrfImVlZ6epqaor76+5O3t9fX39/v7z0Sv5gAAAHRJREFUeAFNz0USwzAUg2EnKnPKkJSZn3z/u3XGVT3V6lv+co19E5rb8dz6uX7017aMyoG3rozqxp6ZjNKSr4GMtDA/lJHk5FhGuqDN5GRunH7tcm8TuMCCfoTg8srefQTX1nxkseHeU9uJl47athab/798ALZWCyMrBIH4AAAAAElFTkSuQmCC);
}*/

.footer-list-block {
    /*margin-top: 72px;*/
        /*font-size: 0;*/
    position: relative;
}

.footer-list-wrap {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 300;
}

.footer-list__title {
    font-weight: 500;
    color: inherit;
    cursor: default;
}

.footer-list-wrap_bank {
    margin-right: 80px;
    width: 250px;
}

.footer-list-wrap_info {
    margin-right: 81px;
    width: 250px;
}

.footer-list-wrap_contacts {
    margin-right: 89px;
    width: 263px;
}

.footer-list-wrap_phone {
    margin-right: 0;
}

.footer-list {
    line-height: 36px;
    margin-top: 15px;
}

.footer-list-item {
    padding: 7.5px 0;
}

.footer-list-item__link {
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    line-height: 1.5;
    display: block;
}

.footer-list-item__link:hover {
    color: #e92415;
}

.footer-phone__text {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2.37px;
    color: inherit;
}

.footer-phone__text_date {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.5;
}

.footer-phone {
    line-height: 36px;
    margin-top: 11px;
}

.copyright {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    }

@media (min-width: 768px) {
    .copyright {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
                align-items: flex-end;
        padding: 0 40px;
        max-width: 1366px;
        margin: 0 auto;
        }
    }

.copyright-left {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.3;
    color: rgba(255,255,255,0.3);
    /*opacity: 0.3;*/
    margin: 0;
    padding: 0;
    }
@media (min-width: 768px) {
    .copyright-left {
        width: 66%;
        padding-right: 7.3%;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        }
    }

.copyright__link {
    font-size: 10px;
    line-height: 1.3;
    color: rgba(255,255,255,0.3);
    text-decoration: underline;
}

.copyright__link:hover {
    color: rgba(255,255,255,0.6);
}

.copyright-right {
    float: right;
    color: #1d1d1b;
    cursor: pointer;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}

@media (min-width: 768px) {
    .copyright-right {
        margin-right: 22px;
        }
    }


.copyright-right__text {
    opacity: 0.8;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.copyright-right:hover .copyright-right__text {
    color: #e92415;
    opacity: 1;
}

.copyright-right__logo {
    width: 39px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.footer-social a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.footer-social-fb {
    width: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAMAAACeNWzcAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMAHiQpMDY3Oz9AZKirsLW4ucDM0NHS7vD3+vut4tHMAAAATklEQVR42q3MORaAMAxDwUAMhB0Tdt//nkhFHjkAv9FUcqxaLrOHCrcxcrfEgruNA9hAEYtaUAkvHbiKlM5Sx8cz56yRq9pnD7+wBifsC9DACwIbAoT8AAAAAElFTkSuQmCC);
}

.footer-social-fb:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAMAAACeNWzcAAAAVFBMVEUAAADpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBUyFkxOAAAAG3RSTlMAHiQpMDY3Oz9AZKirsLW4ucDM0NHS7vD3+vut4tHMAAAATklEQVR42q3MORaAMAxDwUAMhB0Tdt//nkhFHjkAv9FUcqxaLrOHCrcxcrfEgruNA9hAEYtaUAkvHbiKlM5Sx8cz56yRq9pnD7+wBifsC9DACwIbAoT8AAAAAElFTkSuQmCC);
}

.footer-social-vk {
    width: 20px;
    height: 21px;
    display: block;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-social-od {
    width: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAMAAABFcv+GAAAAmVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VHQRUAAAAMnRSTlMAAgQFBw0WKTc4OjxBR05RXGRoa21udniFiZmgoq61t8LMztPc4OLn6err7PH3+vv8/pu2tfEAAACiSURBVHjaPcfpGoEAGEThQ2UpWyIhe5akaO7/4nzi8f6ZM0ArPFTVIWxh2hs1Ng6Q6CcBr5SOo9FRKj2G0rMDnac0ZCKdMWdpwkCqu9CtpQFuIV3j+CoVLkT6iTDLby9p+OnplPqYpNoFmGBXJbwk3fb7m82Lrf62ONPsm9nUwaxl1jQWaiwwc4t7IWkGY5tHr/ewGbP6NHzein5+sbZ3yftvb/AdMHtlBTUAAAAASUVORK5CYII=);
}

.footer-social-od:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAMAAABFcv+GAAAAmVBMVEUAAADpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBUjJXfxAAAAMnRSTlMAAgQFBw0WKTc4OjxBR05RXGRoa21udniFiZmgoq61t8LMztPc4OLn6err7PH3+vv8/pu2tfEAAACiSURBVHjaPcfpGoEAGEThQ2UpWyIhe5akaO7/4nzi8f6ZM0ArPFTVIWxh2hs1Ng6Q6CcBr5SOo9FRKj2G0rMDnac0ZCKdMWdpwkCqu9CtpQFuIV3j+CoVLkT6iTDLby9p+OnplPqYpNoFmGBXJbwk3fb7m82Lrf62ONPsm9nUwaxl1jQWaiwwc4t7IWkGY5tHr/ewGbP6NHzein5+sbZ3yftvb/AdMHtlBTUAAAAASUVORK5CYII=);
}

.footer-social {
    margin-top: 34px;
    margin-left: 3px;
}

.footer-social > span:not(:last-child) {
    margin-right: 30px;
}

.footer-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 113px;
    display: none;
}

@media (min-width: 768px) {
    .footer-search {
        display: block;
        }

    .header-menu__wrapper--top {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        min-width: 66%;
        }
    }
@media (min-width: 1024px) {
    .header-menu__wrapper--top {
        min-width: auto;
        }
    }
@media (min-width: 1366px) {
    .header-menu__wrapper--top {
        min-width: auto;
        }
    }
.footer-search-form {
    position: relative;
}

.footer-search-form__submit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    width: 24px;
    height: 26px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url("../../img/search.svg") no-repeat center;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAMAAAFr8i75AAAA6lBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////E22vdAAAATXRSTlMAAQMEBQYICQsMDRAREhUWFyAiIyQlJyorLjc4OTtAQkNER0pLTE9QUldYZGtseHl8gIKIi5eanaOlqLq8ys/R09fi5Ojp6+3x9/n7/RdAm6wAAAD9SURBVCjPfZHZVsJAEETvGERUxB03XCIuCG5EDYoiRFFjkv7/3/Ghhzg5R+mXrurqdQY+YIwPuwEA1NVlGbllsAOIpQEcD9HACmCAIwit/OYnFkXWD6AkF8braYfztoa/PGA4o6TVAJAlgMuBLZw9bEAU4FrUBcpP2e0k8BwvsiZnAHR6ACTz/O5rMoeo/4tU3gHWP1UwAPhytf0gk2y2WsuUxV1mKqsBmE4qaq+rjmhe5NGzuB7Lfl6UxiUnrSn3FvWlWniGG9lUkBaGwp6cKLiTjYLQl5qdPRJ3lVBOc9yW7wM9fS6UpOKWV0M9Y9xciKT4Jc7NU6Xu/9L1D9LEIvDKKZUdAAAAAElFTkSuQmCC) no-repeat center;*/

}

.header-menu-item--search-dt {
    display: none;
    }

@media (min-width: 768px) {
    .header-menu-item--search-dt {
        display: block;
        margin-right: 0;
        }

    .header-menu-item--search-dt.w100p {
        position: absolute;
        right: 170px;
        margin-right: 0;
        width: -webkit-calc(100% - 168px) !important;
        width: calc(100% - 168px) !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 100;
        }
    }

@media (min-width: 1366px) {
    .header-menu-item--search-dt.w100p {
        position: absolute;
        right: 190px;
        margin-right: 0;
        width: -webkit-calc(100% - 190px) !important;
        width: calc(100% - 190px) !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 100;
    }
}

.footer-search-form__inp {
    width: 0;
    padding-left: 55px;
    height: 60px;
    border: 2px solid transparent;
    outline: none;
    background: none;
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.footer-search-form__inp:hover {
    border-color: #22262b;
}

.footer-search-form__inp.focus {
    width: 100%;
    padding-left: 55px;
    height: 60px;
    border-color: #22262b;
    background-color: #fff;
    z-index: 0;
    cursor: auto;
}

.w100p .footer-search-form__submit {
    z-index: 1;
    left: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }

.w100p {
    width: 100% !important;
}

.footer-search {
    -webkit-transition: .3s;
    transition: .3s;
}

.write-us-links {
    display: inline-block;
    vertical-align: middle;
}

.content-right-courses-item {
    display: inline-block;
    vertical-align: top;
}

.header-menu-item_toggle-btn.toggled .header-menu-item__btn:hover:after,
.header-menu-item_toggle-btn.toggled .header-menu-item__btn:hover:before {
    background-color: #ba1b0f !important;
}

.indicator1600,
.indicator1366,
.indicator1024,
.indicator767,
.indicator320 {
    display: none;
}

.header-menu-item_toggle-btn.fixed {
    position: fixed;
    top: -100%;
    height: 70px;
    width: 68px;
    border: 2px solid #d9d8d7;
    right: 0;
    left: auto !important;
}

.header-menu-item_toggle-btn.fixed.after {
    top: 0;
}

.header-menu-item_toggle-btn.fixed.toggled {
    border: none;
    right: 0;
}

.header-menu-item_toggle-btn.toggled.fixed .header-menu-item__btn {
    top: 50%;
}

.header-menu-item_toggle.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.body-up-link {
    position: fixed;
    height: 70px;
    display: none;
    width: 68px;
    border: 2px solid #d9d8d7;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.body-up-link:after {
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-44.5deg) translateY(-50%);
    -ms-transform: rotate(-44.5deg) translateY(-50%);
    transform: rotate(-44.5deg) translateY(-50%);
    left: 31px;
    top: 38px;
    -webkit-transition: .3s;
    transition: .3s;
}

.body-up-link.visible {
    display: block;
}

.body-up-link.white:after {
    border-color: #fff;
}

.content h1 {
    font-size: 84px;
    font-weight: 500;
}

.content h2 {
    font-size: 48px;
    font-weight: 500;
}

.content h3 {
    font-size: 36px;
    font-weight: 500;
}

.content h4 {
    font-size: 28px;
    font-weight: 500;
}

.text-wisywig {
    padding: 0 20px;
}

.content .p1,
.text-wisywig p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
}

.text-wisywig iframe {
    max-width: 100%;
    height: 600;
}

.content .p2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.content .p3 {
    font-size: 16px;
    font-weight: 300;
}

/*-------------------------------------------------------------------------*/

.hover-red-dott {
    -webkit-transition: .3s;
    transition: .3s;
}

.hover-red-dott:hover {
    color: #e92618;
}

.hover-red-dott:active {
    color: #ba1b0f;
}

/*.hover-red-dott:visited {
		color: #3c6ab5;
}*/

.main-title {
    margin: 88px 0 71px;
}

.calculator-filter-begin {
    background-color: #22252a;
    position: relative;
    padding: 42px 50px;
    height: 200px;
}

.calculator-filter-begin-title {
    line-height: 31px;
}

.calculator-filter-begin__link {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    border-bottom: 2px dotted #e92415;
}

.calculator-filter-begin__img {
    position: absolute;
    right: 24px;
    top: 31px;
}

.step {
    height: 200px;
    background-color: #fff;
    padding: 0px 44px;
    position: relative;
    display: none;
}

.step:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.step-row {
    display: inline-block;
    vertical-align: middle;
}

.step-index {
    font-size: 14px;
    opacity: 0.5;
    position: absolute;
    top: 17px;
    left: 48px;
}

.columns-title {
    font-size: 28px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.step-inp {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    height: 50px;
    border: 2px solid #f2f2f2;
    font-size: 18px;
    font-weight: 500;
    padding-left: 19px;
}

.inp150 {
    width: 150px;
}

.js-vert-carousel {
    width: 52px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}

.columns-summ {
    padding-right: 50px;
}

.vert-scroll-item {
    text-align: center;
}

.vert-scroll-item__text {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid;
    border-bottom: 1px solid #efefef;
}

.vert-carousel-container {
    position: relative;
}

.js-vert-next,
.js-vert-prev {
    position: absolute;
    right: 0;
    top: 20px;
}

.columns.summ {
    display: inline-block;
    vertical-align: middle;
}

.step-inp {
    display: inline-block;
    vertical-align: middle;
}

.step-row {
}

.column {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.step-btn {
    height: 60px;
    border: 2px solid #000;
    font-size: 18px;
    color: #e92415;
    font-weight: 500;
    padding: 0 61px;
    text-align: center;
    display: block;
    line-height: 56px;
}

.column:not(.columns-btn) {
    margin-right: 50px;
}

.column.columns-btn {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.irs-line {
    width: 370px;
}

.irs-slider {
    width: 20px;
    height: 20px;
    top: 17px;
}

.irs-bar-edge {
    width: 20px;
}

.irs-min, .irs-max {
    font-size: 14px;
    opacity: 1;
    background: transparent;
    top: -5px;
}

.irs-from, .irs-to, .irs-single {
    font-size: 14px;
    opacity: 0.5;
}

.for-range-inp {
    background: none;
    border: none;
    width: 32px;
    text-align: right;
}

.for-range {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
}

.for-range-prev {
    border-top: 2px solid #e92415;
    border-right: 2px solid #e92415;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    top: 23%;
    left: 37px;
}

.for-range-next {
    border-top: 2px solid #e92415;
    border-right: 2px solid #e92415;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 21px;
}

.step-return {
    font-size: 14px;
    font-weight: 300;
    opacity: 1;
    color: #969695;
    position: absolute;
    right: 52px;
    top: 15px;
    border-bottom: 2px solid #e92415;
}

.step-return:before {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAMAAACOlf6TAAAAElBMVEUAAADpJBXpJBXpJBXpJBXpJBVDerQrAAAABXRSTlMABge2twXVYPkAAAAtSURBVAjXZcyxEQAwCMNAAWH/lZNLB1LnLwyvYBdl6SVZ3ZYZeUTf8Bk2bGNdV0gA6kRQ7nwAAAAASUVORK5CYII=);
    width: 18px;
    height: 10px;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.columns-bollian {
    width: 220px;
    padding-right: 41px
}

.step-submit {
    width: 177px;
    height: 60px;
    background-color: #e92415;
    border: none;
    text-align: center;
    color: #fff;
    line-height: 60px;
}

.step-btn_again {
    padding: 0 40px;
}

.result-block {
    font-size: 0;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.result-item {
    width: 400px;
    flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    font-size: 24px;
    margin-bottom: 40px;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.result-item:nth-child(even) {
    margin-left: 40px;
}

.result-item-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.result-item-toggle__img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.result-item-link-wrap {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 50px 40px;
    background-color: #fff;
    position: relative;
}

.result-item-link-wrap__inner {
    display: inline-block;
    vertical-align: middle;
}

.result-item-link {
    color: #1d1d1d;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 300;
}

.result-item-link:after {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAAEoFMbGAAAAclBMVEUAAAAXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQOZLCYAAAAJXRSTlMAAAECAwgLDBETGB4gKy84Q0lZYWt5fI6VnqKvtL7Z5Ojt9fv9ZofNSQAAAKpJREFUGNNVUAcSgzAMM2VTaMveK6D/f7GAzUjuEsmKhxKyiQhEOTWkL1xQb7CnkenvpxEdZyw5atvDrlhwz9oX3ic18BWWcsdyOaCdWO3kth+FtLOQSgkpViGZeKIE0vvH8GEIeXbAbjz273BJg8HR3me1mDxNedVQgaYYJZZQV3LwtFtJwTYuIQHiO8pw/cAWFVije2AFdX0UmS1m/7bXY3QfXe3Ofg75A6TlCm8jD+WiAAAAAElFTkSuQmCC);
    padding: 0 12px 0 0;
    background-size: 15px 26px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline;
    vertical-align: middle;
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.result-item:hover .result-item-link {
    color: #e92415;
}

.result-item:hover .result-item-link:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAABfE/ZQAAAAzFBMVEXpIxXpJBX////pIxXpJBXpJBXpIxXpJBXqJBbpJBXpIxXpJBXpIxXqJBbpIxXqJBbpIxXqJBbpJBXqJBbqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpJBXpJBXqJBXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpIxXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpIxXpJBXpJBXpJBXqJBXpJBXpIxXpIxXpJBXqJBbpJBXpIxXqJBbpIxXpJBXqJBXqJBbcBmJMAAAARHRSTlMAAAABAQIDAwMICgoLCxEREhIXFx0gICoqLy84OEFGRldeaGh3d3l5i4uSm5uenqurr6+5udPe3uLo7+/v9ff3+fn5+RMERdMAAACjSURBVHjaddDHEsIwDARQW7SYXkLvvRNaIAkErPj//4lbZnNAtzejGa1WqKsiGHFkt4C27vpRApPlsFcGU8Zhvwqm9N68G2BK7XRgg0ludNgEk1jrTwdMcmFMF0xyxtwHk5gyD8EkJ8zjhA2P/u6LudEDuLfUpgd5VtG3DXm3HLYS/7xs+PfAQR37iPwaxc6ejVeh2LkbP4vQ58m4eQKriwLSD5rWFGqVLxg6AAAAAElFTkSuQmCC);
}

.result-item-toggle-hidden {
    padding: 34px 46px;
    background: #22252a;
    color: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.result-item-toggle-first {
    font-weight: 500;

}

.result-item-toggle-second {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 35px;
}

.block-hover {
    padding: 60px 40px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 37, 42, 0.9);
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    right: 100%;
    visibility: hidden;
    overflow: hidden;
    z-index: 5;
    cursor: pointer;
}

.block-hover-text {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    line-height: 30px;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    left: -100%;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.result-item:hover .result-item-toggle-hidden {
    opacity: 0;
}

.result-item:hover .block-hover {
    visibility: visible;
    right: 0;
}

.result-item:hover .block-hover-text {
    left: 0;
}

.max-income-block h2 {
    margin-top: 7px;
    margin-bottom: 44px;
}

.max-income-block ul,
.incom2-list {
    margin-top: 50px;
}

.text-wisywig ul {
    margin: 30px 0;
}

.incom2-list li,
.max-income-block ul li,
.text-wisywig ul li {
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    margin-bottom: 33px;
    font-weight: 300;
    line-height: 1.3;
}

.incom2-list li:before,
.max-income-block ul li:before,
.text-wisywig ul li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 10px;
    display: block;
    width: 30px;
    background-color: #323230;
    height: 2px;
}

.text-wisywig img {
    max-width: 100%;
}

.right-deposits-item {
    background-color: #fff;
    padding: 30px 25px 30px 39px;
    margin-bottom: 40px;
}

.right-deposits__toggle-link {
    font-size: 28px;
    color: inherit;
    line-height: 40px;
    font-weight: 300;
    display: block;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.right-deposits__toggle-link:after {
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    top: 8px;
    right: 19px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.right-deposits__toggle-link.toggled:after {
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    right: 5px;
}

.right-deposits-inner {
    display: none;
    margin-top: 28px;
}

.right-deposits-toggle {
    padding-top: 41px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    counter-reset: li;
}

.right-deposits-toggle_item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
}

.right-deposits-toggle_item a {
    color: #1d1d1b;
    border-bottom: 1px solid #e92415;
    -webkit-transition: .3s;
    transition: .3s;
}

.right-deposits-toggle_item a:hover {
    color: #e92415;
}

.right-deposits-toggle_item:last-child {
    margin-bottom: 10px;
}

.right-deposits-toggle_item:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    font-size: 28px;
    font-weight: 500;
    left: 0;
    top: -13px;
}

.block-hover__link {
    color: #e92415;
    border-bottom: 1px solid;
    position: absolute;
    left: 41px;;
    bottom: 41px;
    display: block;
    /*-webkit-transition: 0.1s;
		-o-transition: 0.1s;
		transition: 0.1s;
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;*/
}

.block-hover__link:after {
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 53%;
    right: -13px;
}

.content-right-banner-link.hover-block:hover .block-hover {
    right: 0;
    visibility: visible;
}

.content-right-banner-link.hover-block:hover .block-hover-text {
    left: 0;
}

.content-right-banner-link.hover-block:hover .content-right-banner__title {
    opacity: 0;
}

/*.content-right-banner-link.hover-block:hover .block-hover__link {
		left: 41px;
}*/

.content-right-banner-link.hover-block .block-hover {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content-right-banner-link.hover-block .block-hover .block-hover__link {
    margin-top: auto;
    position: relative;
    top: 0;
    left: 0;
}

.content-right-banner-link.hover-block .block-hover .block-hover__link + .block-hover__link {
    margin-top: 10px;
}

.js-toggle-deposits-btn {
    font-size: 0;
}

.btn-red {
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    position: relative;
}

.btn-red:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ba1b0f;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-red:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
        transform: scaleX(1);
}

.btn-cash,
.btn-transfer {
    width: 50%;
    height: 60px;
    line-height: 56px;
    border: 2px solid #1d1d1b;
    background: transparent;
    color: #e92415;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.btn-hover-left {
    line-height: 56px;
    border: 2px solid #1d1d1b;
    background: transparent;
    color: #e92415;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.btn-cash:before,
.btn-transfer:before,
.btn-hover-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ba1b0f;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

html.is-iOS .btn-cash:before,
html.is-iOS .btn-transfer:before,
html.is-iOS .btn-hover-left:before {
    display: none;
}

.btn-cash:hover,
.btn-transfer:hover,
.btn-hover-left:hover {
    color: #fff;
    border-color: #ba1b0f;
}

.btn-cash:hover:before,
.btn-transfer:hover:before,
.btn-hover-left:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
        transform: scaleX(1);
}

.btn-cash:not(.active):active,
.btn-transfer:not(.active):active,
.btn-hover-left:active {
    border-color: #e92415;
}

.btn-cash.active,
.btn-transfer.active {
    background-color: #1d1d1b;
    color: #fff;
}

.btn-cash.active:hover,
.btn-transfer.active:hover {
    color: #fff;
    border-color: #1d1d1b;
}

.btn-cash.active:hover:before,
.btn-transfer.active:hover:before {
    display: none;
}

.block-slide-cash,
.block-slide-cash {
    display: none;
}

.block-slide-cash.active,
.block-slide-cash.active {
    display: block;
}

.slick-arrow {
    border: none;
    border-top: 2px solid #e92415;
    border-right: 2px solid #e92415;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    top: 44%;
    right: -41px;
    color: transparent;
    padding: 0;
    background: none;
    outline: none;
    z-index: 1;
}

.slick-next {
    top: 48%;
    right: -32px;
    -webkit-transform: rotate(-225deg) translateY(-50%);
    -ms-transform: rotate(-225deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%);
}

.slick-arrow.slick-disabled {
    opacity: 0.17;
    cursor: default;
    z-index: 0;
}

.columns-summ .js-vert-carousel {
    height: 140px;
    position: relative;
    text-align: center;
}

.js-vert-carousel-item {
    height: 60px !important;
    line-height: 56px;
}

.js-vert-carousel-item {
    opacity: 0.5;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
}

.slick-vertical .slick-current {
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    opacity: 1;
    opacity: 1;
}

.columns-summ .slick-list {
    margin-top: -9px;
}

.step .slick-list {
    height: 160px !important;
}

.columns-bollian .js-vert-carousel {
    width: 182px;
}

.with_span {
    position: relative;
}

.result-item-link__span {
    font-size: 18px;
    display: block;
    line-height: 19px;
    opacity: 0.7;
    color: #1d1d1d;
    width: 100%;
}

.result-item-link br {
    display: none;
}

.columns-list {
    width: 220px;
    padding-right: 41px;
}

.columns-list .js-vert-carousel {
    width: 182px;
}

.columns-list .js-vert-carousel-item {
    line-height: 50px;
}

.columns-list .js-vert-carousel-item.slick-slide:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.for-range-next:after,
.for-range-prev:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: -13px;
    left: -8px;
}

.slick-next.slick-arrow:after,
.slick-prev.slick-arrow:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    left: -1px;
}

.slick-slide {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.js-vert-carousel-item_inner {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.for-installment {
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.for-installment-val {
    margin-left: 30px;
}

.for-installment-min {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
    position: absolute;
    top: 105%;
    left: 0;
}

.step {

}

span.irs-slider.single,
span.irs-slider.from,
span.irs-slider.to {
    cursor: pointer;
}

.vertical-middle .js-vert-carousel-item {
    font-size: 0 !important;
}

.vertical-middle .js-vert-carousel-item:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.vertical-middle .js-vert-carousel-item_inner {
    font-size: 17px;
}

.result-item-toggle-hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.result-item-toggle-hidden.visible {
    visibility: visible;
    opacity: 1;
}

.hidden {
    display: none;
}

.main-big-title__text {
    margin-bottom: 50px;
}

.main-big-title-inner {
    height: 430px;
    font-size: 0;
}

.main-big-title,
.main-big-title-inner {
    padding: 0 !important;
}

.content .main-big-title-inner__h1 h1 {
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    margin-top: 10px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .content .main-big-title-inner__h1 h1 {
        padding: 0;
        font-size: 60px;
        margin-top: 0;
        margin-bottom: 52px;
    }
}

.container.main-big-title-inner:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
}

/*mortgage_inner.html*/

.over {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1286px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.vis-all {
    display: block !important;
}

.header-banner {
    background-size: cover !important;
    margin-bottom: 60px; /*height:580px;*/
    position: relative;
}

.banner-credit {
    background: url(../../img/banner-credit.png) 50% 50% no-repeat;
}

.banner-deposit {
    background: url(../../img/banner3.png) 50% 50% no-repeat;
}

.banner-ip {
    background: url(../../img/banner2.png) 50% 50% no-repeat;
}

.banner-card {
    background: url(../../img/banner4.png) 50% 50% no-repeat;
}

.header-banner .banner-left {
    float: left;
    color: #fff;
    width: 65%;
    font-size: 36px;
    padding: 92px 0 98px;
    line-height: 1.3;
    font-weight: 300;
}

.header-banner .banner-left .banner-crumb {
}

.header-banner .banner-left .banner-crumb a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.header-banner .banner-left .banner-crumb a + a {
    background: url(../../img/arr-crumb.png) 0 7px no-repeat;
    padding-left: 15px;
    margin-left: 0px;
}

.header-banner .banner-left h1 { /*word-wrap: break-word;*/
    max-width: 96%;
    letter-spacing: -1px;
    font-size: 84px;
    line-height: 1;
    padding-bottom: 53px;
    font-weight: 500;
}

.p36 {
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 80px;
}

.header-banner .banner-right {
    float: right;
    width: 30%;
    margin: 125px 0 0;
    font-size: 18px;
    background: #22252a;
    color: #fff;
    padding: 40px;
}

.header-banner .banner-right .title {
    font-weight: 500;
    background: url(../../img/i-voskl.png) 0 0 no-repeat;
    padding: 2px 0 33px 30px;
}

.header-banner .banner-right .txt {
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 20px;
    min-height: 100px;
    font-size: 18px;
}

.header-banner .banner-right .podr {
    font-size: 18px;
}

.header-banner.banner-ip .banner-left .text {
    width: 70%;
}

.ban-text2 {
    line-height: 1.4;
    max-width: 88%;
    margin-bottom: 30px;
}

.ban-text {
    margin: 30px 0;
}

.bs-proc {
    float: left;
    width: 77%;
    margin-bottom: 21px;
    font-size: 0;
}

.bs-proc .block {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    color: #1d1d1b;
    width: 33.33%;
    font-size: 28px;
    font-weight: 300;
}

.bs-proc small {
    display: block;
    padding-bottom: 5px;
    line-height: 16px;
}

.bs-proc strong {
    font-size: 82px;
    display: block;
    line-height: 113px;
    font-weight: 500 !important;
}

.proc-row .btn-red {
    max-width: 290px;
    float: right;
    color: #fff;
    font-size: 18px;
    margin-top: 42px;
    width: 23%;
    display: block;
    padding: 30px 0;
    text-align: center;
    height: auto;
    line-height: 1.1;
}

.incom2-list {
    margin-bottom: 64px;
}

.incom2-list li {
    width: 43%;
    margin-right: 8%;
    display: inline-block;
    vertical-align: top;
}

.credit-rates {
    background: #fff;
    padding: 40px;
    margin-bottom: 15px;
    padding-top: 45px;
    padding-left: 47px;
}

.credit-rates .rates-up {
    margin-bottom: 43px;
}

.credit-rates .rates-up h2 {
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 48px;
}

.credit-rates .rates-up .min {
    float: right;
    font-size: 16px;
    font-weight: 500;
    background: url(../../img/voskl2.png) 0 3px no-repeat;
    padding: 2px 0 10px 35px;
}

.credit-rates .rates-up .dates {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 300;
}

.credit-rates .rates-up .rate-left {
    float: left;
}

.credit-rates .rates-up {
}

.incom2-list > li:nth-child(2n) {
    margin-right: 0;
}

.b-scroll-rates {
    padding-bottom: 60px;
}

.b-scroll-rates .scroll-title {
    float: left;
    width: 26%;
    font-size: 28px;
    font-weight: 500;
    margin-top: 61px;
}

.b-scroll-rates .scroll-rate {
    float: left;
    width: 73%;
}

.credit2 .radio-rate {
    margin-left: 474px;
    padding: 2px 0;
}

.credit2 .radio-rate .b-radio {
    overflow: hidden;
    float: left;
    width: 33%;
    margin-right: -2px;
    position: relative;
}

.credit2 .radio-rate .b-radio input {
    position: absolute;
    top: 0;
    left: -50px;
}

.credit2 .radio-rate .b-radio label {
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    float: left;
    display: block;
    border: 2px solid #22252a;
    cursor: pointer;
    width: 100%;
    height: 61px;
    line-height: 59px;
    font-size: 18px;
    font-weight: 500;
    color: #e92618;
    text-align: center;
}

.credit2 .radio-rate .b-radio input:checked + label, .credit2 .radio-rate .b-radio:hover input + label {
    background: #22252a;
    color: #fff;
}

.credit2 .rate-cost {
    padding-bottom: 30px;
}

.credit2 .rate-cost .title {
    float: left;
    width: 26%;
    margin-top: 5px;
    font-size: 28px;
    font-weight: 500;
}

.credit2 .rate-cost .pole {
    float: left;
    border: 2px solid #dadada;
    width: 22%;
    line-height: 42px;
    font-size: 28px;
    text-align: left;
    padding-left: 14px;
    font-weight: 300;
    font-family: inherit;
    height: 48px;
}

.credit2 .rate-cost .rub {
    float: left;
    font-size: 31px;
    margin-left: 20px;
    margin-top: 4px;
}

.rate-cols {
}

.rate-cols .rate-row {
    padding-bottom: 13px;
    font-size: 28px;
    font-weight: 300;
}

.rate-cols .rate-row .col1 {
    float: left;
    width: 30%;
}

.rate-cols .rate-row .col2 {
    float: left;
    width: 23%;
}

.rate-cols .rate-row .col3 {
    float: left;
    width: 23%;
}

.rate-cols .rate-row .col4 {
    float: left;
    width: 23%;
}

.rate-cols .rate-row .titl {
    font-size: 16px;
    font-weight: 300;
}

.rate-cols .rate-row.rate-bold {
    font-weight: 500;
}

body {
    line-height: 1.3;
    font-size: 18px;
}

.rate-stars {
    padding-left: 21px;
    color: #1d1d1b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.rate-stars a {
    color: #1d1d1b;
    text-decoration: none;
    border-bottom: 1px solid #e92415;
}

.rate-stars a:hover {
    color: #e92415;
}

.rate-stars span {
    font-size: 28px;
    position: relative;
    top: 6px;
    padding-right: 13px;
}

.b-conditions {
}

.b-conditions .title-conditions {
    background: url(../../img/ic-credit.png) 0 0 no-repeat;
    padding: 12px 0 30px 80px;
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 300;
}

.b-conditions .title-conditions span {
    border-bottom: 2px dotted #e92415;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.b-conditions .title-conditions span:hover {
    color: #e92415;
}

.application-credit {
    background: #fff;
    padding: 42px 40px;
    margin-bottom: 60px;
}

.application-credit h2 {
    font-size: 36px;
    font-weight: 500;
}

.application-credit .cols2 {
    font-weight: 300;
    font-size: 18px;
}

.application-credit .cols2 .col {
    float: left;
    width: 45%;
}

.application-credit .cols2 .col + .col {
    float: right;
    margin-right: 7%;
    width: 41%;
}

.application-credit .tel {
    font-weight: 500;
    font-size: 28px;
    padding: 46px 0 0;
}

.application-credit .btn-red {
    margin-top: 50px;
    display: block;
    width: 100%;
    height: 78px;
    line-height: 78px;
}

.document-list {
    font-size: 18px;
    font-weight: 300;
}

.document-list h2 {
    font-size: 36px;
    padding-bottom: 40px;
}

.document-list .row-doc {
    background: url(../../img/i-dw.png) 0 0 no-repeat;
    padding: 0px 0 25px 50px;
}

.document-list .row-doc .titl {
    padding-bottom: 10px;
}

.document-list .row-doc .btn-dw {
    display: inline-block;
    vertical-align: top;
    color: #1d1d1b;
    font-size: 14px;
    border-bottom: 1px solid #e92415;
    text-decoration: none;
    margin-right: 10px;
}

.document-list .row-doc .btn-dw:hover {
    color: #e92415;
}

.document-list .row-doc .size {
    color: #a0a0a0;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

a {
    -webkit-transition: .3s;
    transition: .3s;
}

.b-all-documents {
}

.b-all-documents .title-doc-toggle {
    background: url(../../img/ic-credit.png) 0 0 no-repeat;
    padding: 12px 0 30px 80px;
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 300;
}

.b-all-documents .title-doc-toggle span {
    border-bottom: 2px dotted #e92415;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.b-all-documents .title-doc-toggle span:hover {
    color: #e92415;
}

i.rub {
    font-family: 'PT Sans', serif;
    font-style: normal !important;
}

.scroll-rate .irs-line {
    width: 100%;
    padding-top: 15px;
}

.scroll-rate .for-rate-inp {
    font-size: 48px;
    font-family: "Roboto";
    font-weight: 300;
}

.scroll-rate .for-range__text {
    font-size: 48px;
    font-weight: 300;
}

.scroll-rate .her {
    display: inline-block;
    font-size: 48px;
    vertical-align: middle;
    font-weight: 300;
}

.scroll-rate .for-rate__text {
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    position: relative;
}

.scroll-rate .irs-single {
    display: none;
}

.scroll-rate .irs-min:after {
    content: "min";
    text-indent: 0;
    position: relative;
    top: -15px;
    display: block;
    text-align: center;
}

.scroll-rate .irs-max, .scroll-rate .irs-min {
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.scroll-rate .irs-max:after {
    content: "max";
    text-indent: 0;
    position: relative;
    top: -15px;
    display: block;
    text-align: center;
}

.scroll-rate .irs-slider {
    border: none;
    width: 2px;
    background: #e92415;
    top: 7px;
}

.scroll-rate .irs-bar-edge {
    background: none;
}

.scroll-rate .irs-bar {
    background: none;
}

.scroll-rate .for-rate-inp {
    background: none;
    border: none;
    padding: 0 10px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.for-rate {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.for-rate-prev {
    border-bottom: 2px solid #e92415;
    border-left: 2px solid #e92415;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 10px;
    left: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);

}

.for-rate-next {
    border-top: 2px solid #e92415;
    border-right: 2px solid #e92415;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.mobile_vis {
    display: none;
}

.pk_vis {
    display: block;
}

.list-asi {
    background: url(../../img/asi.png) 70% 0% no-repeat;
    padding-bottom: 50px;
}

.list-asi .link-garant {
}

.list-asi .link-garant {
    display: inline-block;
    vertical-align: top;
    background: url(../../img/arr-r.png) 100% 8px no-repeat;
    color: inherit;
    padding-right: 15px;
}

.list-asi .link-garant span {
    border-bottom: 1px solid #e92415;
    -webkit-transition: .3s;
    transition: .3s;
}

.list-asi .link-garant span:hover {
    border-color: transparent;
}

.b-popolnenie {
    margin-bottom: 50px;
}

.b-popolnenie h2 {
    padding-bottom: 20px;
}

.b-popolnenie h3 {
    font-size: 28px;
    font-weight: 300;
    padding-bottom: 20px;
}

.b-popolnenie .bs-popl {
    font-weight: 300;
}

.b-popolnenie .bs-popl .block {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    max-width: 33%;
}

.b-popolnenie .bs-popl .block + .block {
    margin-left: 10%;
}

.b-popolnenie .bs-popl strong {
    font-size: 48px;
    font-weight: 300 !important;
    display: block;
}

.b-popolnenie p {
    font-weight: 300;
}

.list-city {
}

.list-city li {
    width: 49%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.b_toggle {
}

.b_toggle .title_toggle {
    background: url(../../img/ic-credit.png) 0 0 no-repeat;
    padding: 12px 0 30px 80px;
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 300;
}

.b_toggle .title_toggle span {
    border-bottom: 2px dotted #e92415;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.b_toggle .title_toggle span:hover {
    color: #e92415;
}

.b-agent-toggle .title_toggle {
    font-size: 28px;
}

.b_toggle .title_toggle.ag1 {
    background: url(../../img/ag1.png) 0 0 no-repeat;
}

.b_toggle .title_toggle.ag2 {
    background: url(../../img/ag2.png) 0 0 no-repeat;
}

.b_toggle .title_toggle.ag3 {
    background: url(../../img/ag3.png) 0 0 no-repeat;
}

.b_toggle .title_toggle.agent {
    margin-bottom: 10px;
    padding: 1px 0 20px 60px;
}

.part-agents {
    padding: 25px 0;
}

.part-agents .block {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 4% 15px 0;
    width: 17%;
}

.part-agents .block img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: url(grayscale.svg#greyscale);
            filter: url(grayscale.svg#greyscale);
    -webkit-filter: gray;
            filter: gray;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.part-agents .block img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    opacity: 1;
}

.padb70 {
    padding-bottom: 70px;
}

.serv-item {
    position: relative;
    width: 100%;
    height: 335px;
    padding-top: 36px;
    padding-left: 37px;
    overflow: hidden;
}

.cards-infoblock .servises-carousel__right-img:after {
    background-repeat: no-repeat;
    background-position: center;
}

.cards-infoblock {
    margin-bottom: 55px;
}

.serv-img {
    height: 335px;
}

.snyat-money h2 {
    padding-bottom: 40px;
}

.cards-infoblock .servises-carousel__right-img:after {
    background-image: url(../../img/atm-card.png);
}

.proc-cards {
}

.proc-cards .block {
    max-width: 30%;
    width: auto;
}

.proc-cards .block + .block {
    margin: 0 15%;
}

.proc-cards .block + .block + .block {
    margin: 0;
}

.header-banner .banner-left .ban-text {
    line-height: 1.1;
}

.header-banner .banner-left .banner-crumb {
    line-height: 24px;
    margin-bottom: 2px;
}

.b-tarif {
    background: #fff;
    color: #575755;
    font-weight: 300;
    padding: 45px;
}

.b-tarif h2 {
    padding-bottom: 40px;
    font-size: 48px;
    color: #1d1d1b;
    font-weight: 500;
}

.b-tarif .tarif-ico {
    float: left;
    width: 60%;
}

.b-tarif .tarif-ico .block {
    display: inline-block;
    padding-right: 30px;
    width: 33%;
    float: left;
}

.b-tarif .tarif-ico .img {
    height: 105px;
    margin-bottom: 20px;
}

.b-tarif .tarif-ico .i1 {
    background: url(../../img/tarif1.png) 0 100% no-repeat;
}

.b-tarif .tarif-ico .i2 {
    background: url(../../img/tarif2.png) 0 100% no-repeat;
}

.b-tarif .tarif-ico .i3 {
    background: url(../../img/tarif3.png) 0 100% no-repeat;
}

.b-tarif .tarif-ico .txt {
}

.b-tarif .tarif-list {
    float: right;
    width: 38%;
    border-left: 2px solid #d2d2d1;
    padding: 20px 0 0 19px;
}

.b-tarif .tarif-list ul {
}

.b-tarif .tarif-list li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 40px;
}

.b-tarif .tarif-list li:before {
    border-top: 2px solid #323230;
    content: "";
    display: block;
    height: 2px;
    left: 1px;
    position: absolute;
    top: 11px;
    width: 30px;
}

.tarif-dw {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

.tarif-dw .block {
    float: left;
    width: 33%;
    background: url(../../img/i-dw.png) 0 0 no-repeat;
    padding-left: 50px;
    padding-right: 50px;
}

.tarif-dw .block + block {
    padding-right: 55px;
}

.tarif-dw .lnk-dw {
    display: inline-block;
    vertical-align: top;
    color: #1d1d1b;
    font-size: 14px;
    border-bottom: 1px solid #e92415;
    text-decoration: none;
    margin-right: 10px;
}

.tarif-dw .lnk-dw:hover {
    color: #e92415;
}

.tarif-dw .size {
    color: #a0a0a0;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.tarif-dw .title {
    padding-bottom: 10px;
}

.scroll-rate .irs-slider.single {
    top: 11px;
}

.scroll-rate .irs-slider.single:before {
    content: '';
    position: absolute;
    left: -5px;
    display: block;
    height: 100%;
    width: 13px;
}

/*mortgage_inner.html*/
.b-conditions-hide {
    display: block;
}

li.hidden {
    display: none;
}

.right-deposits__toggle-link {
    padding-right: 30px;
}

.right-deposits-toggle_item:before {
    top: -1px;
}

.right-deposits__toggle-link:after {
    top: 50%;
    right: 0px;
    -webkit-transform: rotate(135deg) translateY(100%);
    -ms-transform: rotate(135deg) translateY(100%);
    transform: rotate(135deg) translateY(100%);
}

.part-agents .block {
    display: none;
}

.calculator-filter-begin {
    height: auto !important;
}

.header-menu-item_toggle {
    height: auto;
}

.header-menu-item_toggle-private,
.header-menu-item_toggle-business,
.header-menu-item_toggle-titles {
    height: auto;
    display: table-cell;
}

.inp,
textarea.inp {
    border: 2px solid #444a54;
    height: 60px;
    width: 100%;
    color: #1d1d1b;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1;
    background-color: transparent;
}

textarea.inp {
    resize: none;
    padding-top: 20px;
    font-family: inherit;
    height: 150px;
    line-height: 1.3;
}

/*.radio-wrapper {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    }*/

.radio-wrapper {
    font-size: 0;
    line-height: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/*.radio-wrapper:after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    display: table;*/
/*    clear: both;*/
/*}*/

.radio {
    position: absolute;
    visibility: hidden;
}

.radio-wrapper .radio + label {
    width: 50%;
    float: left;
    color: #e92415;
    border: 2px solid #1d1d1b;
    font-size: inherit;
    height: 60px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.radio-wrapper .radio:checked + label {
    color: #fff;
    background-color: #1d1d1b;
    font-weight: 500;
}

.realty-block {
    font-size: 0;
    width: 100%;
}

.realty-block:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.realty-left {
    float: left;
    width: 401px;
    background-color: #fff;
    padding: 50px 40px;
}

.realty-form {
    font-size: 18px;
}

.select.jq-selectbox {
    width: 100%;
}

.select .jq-selectbox__select {
    height: auto;
    border: 2px solid #1d1d1b;
    padding: 0 30px 0 20px;
}

.select .jq-selectbox__select-text {
    height: 60px;
    line-height: 60px;
}

.select .jq-selectbox__dropdown {
    top: 100%;
    height: 60px;
    line-height: 60px;
}

.select .jq-selectbox__dropdown ul {
    max-height: 250px;
}

.field-label {
    font-weight: 500 !important;
    margin-bottom: 20px;
    line-height: 1;
}

.popup .field {
    margin-bottom: 30px;
    position: relative;
}

.popup .label {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.inp, textarea.inp {
    border-color: #e5e5e5;
    padding: 15px 12px;
    }
.popup .field--top {
    margin-bottom: 36px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    }

.label--agreement {
    font-weight: 400;
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    }

.label--agreement:after {
    position: absolute;
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 2px solid #1D1D1B;
    opacity: 0.5;
    -webkit-transition: .3s;
    transition: .3s;
    }

input[type="checkbox"]:checked + .label--agreement:after {
    border: 2px solid #E62613;
    opacity: 1;
    }

input[type="checkbox"]:checked + .label--agreement:before {
    position: absolute;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    left: 4px;
    top: 4px;
    background-color: #E62613;
    -webkit-transition: .3s;
    transition: .3s;
    }


.label--radio {
    position: relative;
    padding-left: 29px;
    cursor: pointer;
    /*display: inline-block;*/
    font-size: 14px;
    line-height: 1.3;
    }

.label--radio:after {
    position: absolute;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    left: 0;
    top: 4px;
    /*transform: translateY(-50%);*/
    /*content: '';*/
    background-color: transparent;
    border: 2px solid #1D1D1B;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: .3s;
    transition: .3s;
    }

input[type="radio"]:checked + .label--radio:after {
    border: 2px solid #E62613;
    opacity: 1;
    }
input[type="radio"]:checked + .label--radio:before {
    position: absolute;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    left: 4px;
    top: 8px;
    /*transform: translateY(-50%);*/
    /*content: '';*/
    background-color: #E62613;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    }


@media (min-width: 768px) {

    .inp, textarea.inp {
        height: 54px;
        -webkit-transition: .3s;
        transition: .3s;
        }

    .inp:hover, textarea.inp:hover,
    .inp:focus, textarea.inp:focus,
    .inp:active, textarea.inp:active {
        border-color: #4A4A49;
        }

    .popup .label {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.3;
        display: inline-block;
        }

    .popup .label--small {
        font-weight: 500;
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 12px;
        }

    .popup .field {
        margin-bottom: 15px;
        /*margin-bottom: 50px;*/
        }

    .popup .field--top {
        margin-bottom: 36px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
                flex-wrap:wrap
        }

    .label--agreement {
        position: relative;
        padding-left: 35px;
        width: 51.5%;
        margin-top: 0;
        }

    .label--agreement:after {
        position: absolute;
        content: '';
        display: block;
        height: 18px;
        width: 18px;
        left: 0;
        top: 0;
        background-color: transparent;
        border: 2px solid #1D1D1B;
        opacity: 0.5;
        -webkit-transition: .3s;
        transition: .3s;
        }

    input[type="checkbox"]:checked + .label--agreement:after {
        border: 2px solid #E62613;
        opacity: 1;
        }

    input[type="checkbox"]:checked + .label--agreement:before {
        position: absolute;
        content: '';
        display: block;
        height: 14px;
        width: 14px;
        left: 4px;
        top: 4px;
        background-color: #E62613;
        -webkit-transition: .3s;
        transition: .3s;
        }


    .label--radio {
        position: relative;
        padding-left: 29px;
        width: auto;
        -webkit-transition: .3s;
        transition: .3s;
        }

    .label--radio:hover,
    .label--agreement:hover {
        opacity: 0.5;
        }

    .label--radio:after {
        position: absolute;
        content: '';
        display: block;
        height: 14px;
        width: 14px;
        left: 0;
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
        /*content: '';*/
        background-color: transparent;
        border: 2px solid #1D1D1B;
        border-radius: 50%;
        opacity: 0.5;
        -webkit-transition: .3s;
        transition: .3s;
        }

    input[type="radio"]:checked + .label--radio:after {
        border: 2px solid #E62613;
        opacity: 1;
        }
    input[type="radio"]:checked + .label--radio:before {
        position: absolute;
        content: '';
        display: block;
        height: 10px;
        width: 10px;
        left: 4px;
        /*top: 7px;*/
        /*transform: translateY(-50%);*/
        /*content: '';*/
        background-color: #E62613;
        border-radius: 50%;
        -webkit-transition: .3s;
        transition: .3s;
        }

    .popup-request textarea {
        height: 162px;
        }

    .popup-request .submit {
        width: 58%;
        max-width: 271px;
        height: 68px;
        }

    .field--submit {
        margin-top: 70px;
        }

    .field--submit.field.warning:after {
        left: 49%;
    }
}


.field-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    }
@media (min-width: 768px) {
    .field-wrapper {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        margin-bottom: 21px;
        }

    .field-wrapper .field {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        }
    }

.submit {
    background-color: #e92415;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 40px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
}

.submit:hover {
    opacity: 0.5;
}

.popup-mail form {
    width: 400px;
}

.field.warning:after {
    content: 'Поле заполнено неверно';
    color: #e92415;
    font-size: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
}

.field.warning input,
.field.warning select,
.field.warning textarea {
    border-color: #e92415;
}

.content .popup-title h2 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .content .popup-title h2 {
        font-weight: 500;
        font-size: 60px;
        line-height: 1.3;
        margin-bottom: 62px;
        }
    }


.realty-form .field {
    margin-bottom: 20px;
}

.realty-form .submit {
    height: 80px;
    line-height: 80px;
    width: 100%;
    margin-top: 30px;
}

.popup .content {
    margin: 0;
}

.popup-request {
    padding: 50px;
    border-color: transparent;
}

/*.popup-request form {*/
/*    width: 600px;*/
/*}*/

.checkbox-wrapper {
    font-size: 0;
    counter-reset: room;
}

.checkbox {
    width: 30px;
    height: 30px;
    border: 2px solid #d2d2d1;
}

.checkbox.checked {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAMAAACXmSduAAAASFBMVEUAAAD/IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA8IpEefAAAAF3RSTlMAAQMEBQgKDA0RIDKJnqi+w8zZ5O31+4Q1hGUAAABJSURBVHjaVchJEoAgEMDAiOCCihs6//+phRYD5tahzgVb0+4S/jwctIVnB/7yyh6Y5U7DbB9pljTM+jKPaZU4gA6ROEIZmTqUDy7RA6oSS4bXAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #e92415;
}

.realty-checkbox {
    font-weight: 500;
    width: 20%;
    height: 50px;
    border: 2px solid #1d1d1b;
    color: #fff;
    margin-right: 0;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}

.realty-checkbox.checked {
    background: #1d1d1b;
    color: #fff;
}

.realty-checkbox.jq-checkbox:after {
    content: counter(room);
    counter-increment: room;
    color: #e92415;
    font-weight: 500;
    font-size: inherit;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.realty-checkbox.jq-checkbox.checked:after {
    color: #fff;
}

.realty-checkbox:not(:last-child) {
    border-right-width: 0;
}

.for-range-inp_area-from {
    text-align: right;
}

.for-range-inp_area {
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    font-weight: 300;
    font-size: inherit;
    width: 54px;
    border: none;
}

.for-range-inp-wrap {
    text-align: center;
}

.realty-dash {
    padding: 0 10px;
}

.realty-right {
    float: right;
    width: 839px;
    position: relative;
}

.realty-right > .block-paginator:first-child {
    margin-top: 0;
}

.realty-result__title {
    font-weight: 500 !important;
    position: absolute;
    top: 0;
}

.realty-result-item-img {
    position: relative;
    width: 180px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
}

.realty-result-item__link img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.fancybox-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.fancybox-nav span {
    border-top: 3px solid;
    border-right: 3px solid;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 0;
    right: -13px;
    color: #e92415;
    left: auto;
    margin: 0;
    right: auto;
}

.fancybox-next {
    right: -70px;
}

.fancybox-next span {
    top: 13px;
    left: -5px;
}

.fancybox-prev {
    left: -60px;
}

.fancybox-prev span {
    top: 3px;
    right: -1px;
}

.fancybox-prev span {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-title {
    background: #fff;
    visibility: visible;
    border: 2px solid #1d1d1b;
    text-align: center;
    color: #1d1d1b;
    font-weight: 500;
    border-radius: 5px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    padding: 0px 30px;
}

.fancybox-title .child {
    white-space: nowrap;
}

.realty-result-item__all-photo {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
}

.realty-result-item:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.realty-result-item-right {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 640px;
    position: relative;
}

.realty-result-item__title {
    padding-left: 40px;
    max-width: 480px;
    position: relative;
}

.realty-result-item {
    position: relative;
    border-top: 2px solid #e4e4e4;
    padding: 45px 0;
}

.realty-result-item:last-child {
    border-bottom: 2px solid #e4e4e4;
}

.realty-result-item__title:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAt1BMVEUAAAD/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgp41bGZAAAAPHRSTlMAAAECAwQGBwgJCgsMDREUFx8kJSYqNjo7PT5ATU5YaWxtb3Fzjo+UlZimra+6vL7HyMrR1eTo6e/1+f3t2tMjAAABfElEQVR42oWT2VbCMBCGJ6mAIAVUlH3XKiBLkQKl3/s/lwcTksPhov9Nzkxm/WdGPHRztDzAYTlqarnH4yTFIZ08yi30MINFr17QulDvLSAb3kQprWFW9nJ5BuuSl6sJcU1uUItJqs4/YX5Xlp6T2Bh6zVzJHdSctXEbElv/h8EqTVeDB+sYM/zvL8Pmfz0BwOnV1kF26XbCzP5D1AiCRgTWYsZERKeUTfwTfRW2WqHqczJZyqRamiyM+YBIjQHGKmJgdAuaMqJnhBWNDufp9EynwcroeoxkSd0IKcGOF5EXdgGp0dVZyoGCETI0BCIBaDKjK3AQsCRsebpGeGJrqQBv8EH3WkOXD2fgUzwTX7uIeXYpfJHql3cJ2+1Q3vlVrkjfprxxLF7e4pE3cW16okR98qNF9A+fShxRlmpD9p5IqYi9IdpQbYZlUUn4/iKpiLhhuXEbhAkkoYgft1sYi9JmUxLxC3O/clrfrFze0uauff7h5J9e/vHmnv8f16JHgvwktIAAAAAASUVORK5CYII=);
    width: 32px;
    height: 32px;
    position: absolute;
    display: inline-block;
    content: '';
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.realty-result-item__how-get {
    font-size: 18px;
    font-weight: 300;
    border-bottom: 2px solid #e92415;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
    line-height: 1.3 !important;
}

.realty-result-item__how-get:hover {
    color: #e92415;
}

.realty-result-item__text {
    margin: 20px 0;
}

.realty-result-item-descr-block {
    display: inline-block;
    vertical-align: top;

}

.realty-result-item-descr-block:not(:last-child) {
    margin-right: 70px;
}

.realty-result-item-descr-block-count {
    font-weight: 500 !important;
}

.realty-result-item-btn-view {
    width: 230px;
    margin-top: 30px;
}

.popup-realty-show-form {
    width: 480px;
}

.realty-form .irs-line {
    width: auto;
}

/*---------------------*/

.news-result-item {
    padding-top: 37px;
    margin-top: 52px;
    border-top: 2px solid #c8c8c8;
}

.news-result .block-paginator:first-child {
    margin-top: 0;
}

.news-result-item:first-child {
    margin-top: 0;
}

.news-result-item__date {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.7;
}

.news-result-item .p2 {
    margin: 30px 0;
}

.block-news-items {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #c8c8c8;
}

.form-label {
    font-weight: 500 !important;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.atm-city {
    /*width: 630px;*/
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*padding-left: 120px;*/
    /*margin-right: 49px;*/
}

.atm-radio {
    width: 515px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.atm-radio .radio-wrapper .radio + label {
    height: 64px;
    line-height: 60px;
}

.atm-form {
    padding: 50px 40px;
    background-color: #fff;
    margin-bottom: 6px;
}

.atm-form.is-loading {
    position: static;
    z-index: 1;
    opacity: 0.5;
}

.atm-form.is-loading + .buttons-wrapper {
    opacity: 0.5;
}

.atm-form.is-loading + .buttons-wrapper + .tabs-links  {
    opacity: 0.5;
}



.atm-form.is-loading::after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    animation: lds-dual-ring 1.2s linear infinite;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes atm-form-spinner {
    0% {
      transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
  }

.atm-form .field {
    margin-bottom: 18px;
}

.atm-form .field.atm-radio {
    margin-bottom: 0;
}

.atm-form .label--radio {
    padding-left: 24px;
    outline: none;
    margin-bottom: 13px;
}

/*.atm-form .label--radio:not(:first-of-type) {*/
/*    margin-left: 15px;*/
/*}*/

.atm-form input[type="radio"]:checked + .label--radio::after,
.atm-form .label--radio::after,
.atm-form input[type="radio"]:checked + .label--radio::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.chexkbox-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}

label.chexkbox-item {
    cursor: pointer;
}

.chexkbox-item:hover  {
    opacity: 0.5;
}

.atm-chexkbox__label {
    padding-left: 10px;
}

.atm-result {
    position: relative;
    z-index: 0;
    margin-top: 40px;
    /*margin-bottom: 50px;*/
}

.tabs-links,
.tabs-switchers {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.atm-block__header.form-is-hidden {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.atm-block__header .tabs-links {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

.tabs-switchers {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 18px;
}
.office-info--with-border .tabs-switchers {
    margin-top: 15px;
}

.tabs-link {
    vertical-align: top;
    text-align: center;
    color: #e92415;
    margin: 0;
    font-weight: 500 !important;
    -webkit-transition: .3s;
    transition: .3s;
    border: 2px solid #D2D2D1;
    height: 46px;
    width: 46px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    background-color: transparent;
    }
.tabs-link:nth-child(1).active {
    position: relative;
    z-index: 2;
    }
.tabs-link:nth-child(2) {
    margin-left: -2px;
    position: relative;
    z-index: 1;
    }
.tabs-link:nth-child(3) {
    margin-left: -2px;
    }
.tabs-link:nth-child(3).active {
    position: relative;
    z-index: 2;
    }
.tabs-link:hover {
    background-color: #e5e5e5;
    }

.tabs-link svg {
    fill: #D2D2D1;
    stroke: #D2D2D1;
    }

.tabs-link.active {
    background-color: #1D1D1B;
    border-color: #1D1D1B;
}

.tabs-link.active svg {
    fill: #fff;
    stroke: #fff;
    }

.atm-result .block-paginator {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 0;*/
}

.atm-result .block-paginator__href {
    padding: 5px 11px;
    max-width: 33px;
    display: flex;
    justify-content: center;
    width: 33px;
    color: #1D1D1B;
    opacity: 0.5;
    transition: all 0.3s;
    margin: 0 3px 0 4px;
}

.atm-result .block-paginator__href:hover {
    opacity: 1;
}

.atm-result .block-paginator__href.active,
.atm-result .block-paginator-item.active .block-paginator__href.active
{
    background-color: #000;
    color: #ffffff;
    opacity: 1;
    transition: all 0.3s;
}

.atm-result .block-paginator__href.active:hover,
.atm-result .block-paginator-item.active .block-paginator__href.active:hover
{
    opacity: 0.5;
}

.atm-result .block-paginator-list {
    display: flex;
    margin: 0 25px 0 9px;
}

.atm-result .block-paginator-prev {
    background-image: url("../../img/single-arrow-prev.png");
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
    height: 33px;
    width: 33px;
    background-color: transparent;
    transition: all 0.3s;
}

.atm-result .block-paginator-prev:hover {
    background-image: url("../../img/single-arrow-prev.png");
    transform: none;
    background-color: #E8E8E8;
}

.atm-result .block-paginator-prev--start:hover {
    background-image: url("../../img/double-arrow-prev.png");
    transform: none;
    background-color: #E8E8E8;
}

.atm-result .block-paginator-prev--start {
    background-image: url("../../img/double-arrow-prev.png");
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
    height: 33px;
    width: 33px;
    /*margin-right: 15px;*/
}

.atm-result .block-paginator-next {
    background-image: url("../../img/single-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
    height: 33px;
    width: 33px;
    background-color: transparent;
    transition: all 0.3s;
}

.atm-result .block-paginator-next--last {
    background-image: url("../../img/double-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
    height: 33px;
    width: 33px;
    /*margin-left: 20px;*/
}

.atm-result .block-paginator-next:hover {
    background-image: url("../../img/single-arrow.png");
    background-color: #E8E8E8;
}

.atm-result .block-paginator-next--last:hover {
    background-image: url("../../img/double-arrow.png");
    background-color: #E8E8E8;
}

.pagination__button-wrapper {
    display: flex;
    justify-content: center;
    margin: 10px 0 100px;
}

.pagination__button {
    padding: 12px;
    min-width: 280px;
    display: inline-flex;
    justify-content: center;
    border: 2px solid #E8E8E8;
    color: #1D1D1B;
    background-color: transparent;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

.pagination__button:hover {
    background-color: #E8E8E8;
}

.atm-result-item__how-get {
    font-size: 18px;
    font-weight: 300;
    border-bottom: 2px solid #e92415;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
    color: inherit;
    margin-left: 50px;
}

.atm-result-item__how-get:hover {
    color: #e92415;
}

.link-dotted_sm span {
    color: inherit;
    border-bottom: 1px dotted #e92415;
    -webkit-transition: .3s;
    transition: .3s;
}

.link-dotted_sm {
    display: block;
    margin-bottom: 20px;
    color: inherit;
}

.link-dotted_sm + .hidden {
    padding-bottom: 20px;
}

.link-dotted_sm:hover {
    color: #e92415;
}

.link-dotted_sm.active span {
    border-bottom-color: transparent;
}

.link-dotted_sm.active + .hidden + br {
    display: none;
}

.atm-result-item-columns {
    padding: 30px 0;
    text-align: justify;
}

.atm-result-item-title a {
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid #e9241e;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 36px;
    font-weight: 500;
    color: inherit;
}

.atm-result-item-title a:hover {
    color: #e9241e;
}

.atm-result-item-columns:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;

}

.atm-result-item-column {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.atm-result-item-column:nth-child(1) {
    width: 40%;
}

.atm-result-item-column:nth-child(2) {
    width: 25%;
}

.atm-result-item-column:nth-child(3) {
    width: 20%;
}

.atm-result-btn {
    width: 100%;
}

.atm-result-item {
    margin-bottom: 30px;
    border-bottom: 2px solid #c8c8c8;
}

.atm-result-item-metro {
    padding-left: 50px;
    position: relative;
    margin-bottom: 35px;
}

.atm-result-item-metro:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}

.atm-result-item-metro.metro_blue:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAA4VBMVEUAAACB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PWB1PXJGEGFAAAASnRSTlMABgcICQoMDRQVFyMkJSYyMzU2Ojs9PkRXWGZ1dneIiYqYmZqbnJ2en6q5u73AwcLIyczP0NHY2drd3t/o6err7vT19vj5+vz9/slpc4gAAAF2SURBVHjafZPbUsIwFEV3BalgKwoiF6EV5GJFagErIggFpbb7/z/IKTANkct6yWRmTc7JyQ4EqVLd+fr5+XLqpRT20ZoLxiyaGmQSxoqhXb3NKErmtmqHXJkJ7HA5ZPB0JfZ6J+Bw55DslB85SOQmnGbj8jM+q/hH+pWz7RnJN9oK9lBe6CYRYXKSxgHUEc11g34g6st9BH5UpMkOjtBmC1AXoXZM0MKFihJ7261B1qK1RhrY0GMJj6wKYRCtYyFU+QiHBSGwCBQphDs6mDMTCx4bQINeLGQ4x4pnsWCNPcAbW7GgcCULBis1GpIglbCu2R3w2totITVpYUB2IYQCHemaFipkBZZ0zWhQQoDnAZY0qNOjXqpAi+2TjwXt6HPf/Pr6JjCfhwPzzodN5NzDkevSPReh3ftLF+vQitiPbv7V/xSxj85wGXR0sdfbAV1N+nqmz9C+z0dfL39vh/TNBGT05pIx3y0d+6TKjf7M92f9Rnmn5T9BQkd0p4eUawAAAABJRU5ErkJggg==);
}

.atm-result-item-metro.metro_yellow:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAA4VBMVEUAAAD+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyL+qyK4FZbXAAAASnRSTlMABgcICQoMDRQVFyMkJSYyMzU2Ojs9PkRXWGZ1dneIiYqYmZqbnJ2en6q5u73AwcLIyczP0NHY2drd3t/o6err7vT19vj5+vz9/slpc4gAAAF2SURBVHjafZPbUsIwFEV3BalgKwoiF6EV5GJFagErIggFpbb7/z/IKTANkct6yWRmTc7JyQ4EqVLd+fr5+XLqpRT20ZoLxiyaGmQSxoqhXb3NKErmtmqHXJkJ7HA5ZPB0JfZ6J+Bw55DslB85SOQmnGbj8jM+q/hH+pWz7RnJN9oK9lBe6CYRYXKSxgHUEc11g34g6st9BH5UpMkOjtBmC1AXoXZM0MKFihJ7261B1qK1RhrY0GMJj6wKYRCtYyFU+QiHBSGwCBQphDs6mDMTCx4bQINeLGQ4x4pnsWCNPcAbW7GgcCULBis1GpIglbCu2R3w2totITVpYUB2IYQCHemaFipkBZZ0zWhQQoDnAZY0qNOjXqpAi+2TjwXt6HPf/Pr6JjCfhwPzzodN5NzDkevSPReh3ftLF+vQitiPbv7V/xSxj85wGXR0sdfbAV1N+nqmz9C+z0dfL39vh/TNBGT05pIx3y0d+6TKjf7M92f9Rnmn5T9BQkd0p4eUawAAAABJRU5ErkJggg==);
}

.atm-result-item-metro.metro_green:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAA4VBMVEUAAAAAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1MAm1PCgC6uAAAASnRSTlMABgcICQoMDRQVFyMkJSYyMzU2Ojs9PkRXWGZ1dneIiYqYmZqbnJ2en6q5u73AwcLIyczP0NHY2drd3t/o6err7vT19vj5+vz9/slpc4gAAAF2SURBVHjafZPbUsIwFEV3BalgKwoiF6EV5GJFagErIggFpbb7/z/IKTANkct6yWRmTc7JyQ4EqVLd+fr5+XLqpRT20ZoLxiyaGmQSxoqhXb3NKErmtmqHXJkJ7HA5ZPB0JfZ6J+Bw55DslB85SOQmnGbj8jM+q/hH+pWz7RnJN9oK9lBe6CYRYXKSxgHUEc11g34g6st9BH5UpMkOjtBmC1AXoXZM0MKFihJ7261B1qK1RhrY0GMJj6wKYRCtYyFU+QiHBSGwCBQphDs6mDMTCx4bQINeLGQ4x4pnsWCNPcAbW7GgcCULBis1GpIglbCu2R3w2totITVpYUB2IYQCHemaFipkBZZ0zWhQQoDnAZY0qNOjXqpAi+2TjwXt6HPf/Pr6JjCfhwPzzodN5NzDkevSPReh3ftLF+vQitiPbv7V/xSxj85wGXR0sdfbAV1N+nqmz9C+z0dfL39vh/TNBGT05pIx3y0d+6TKjf7M92f9Rnmn5T9BQkd0p4eUawAAAABJRU5ErkJggg==);
}

.atm-result-item-metro.metro_purple:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAA4VBMVEUAAAC4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY+4FY/nW4NSAAAASnRSTlMABgcICQoMDRQVFyMkJSYyMzU2Ojs9PkRXWGZ1dneIiYqYmZqbnJ2en6q5u73AwcLIyczP0NHY2drd3t/o6err7vT19vj5+vz9/slpc4gAAAF2SURBVHjafZPbUsIwFEV3BalgKwoiF6EV5GJFagErIggFpbb7/z/IKTANkct6yWRmTc7JyQ4EqVLd+fr5+XLqpRT20ZoLxiyaGmQSxoqhXb3NKErmtmqHXJkJ7HA5ZPB0JfZ6J+Bw55DslB85SOQmnGbj8jM+q/hH+pWz7RnJN9oK9lBe6CYRYXKSxgHUEc11g34g6st9BH5UpMkOjtBmC1AXoXZM0MKFihJ7261B1qK1RhrY0GMJj6wKYRCtYyFU+QiHBSGwCBQphDs6mDMTCx4bQINeLGQ4x4pnsWCNPcAbW7GgcCULBis1GpIglbCu2R3w2totITVpYUB2IYQCHemaFipkBZZ0zWhQQoDnAZY0qNOjXqpAi+2TjwXt6HPf/Pr6JjCfhwPzzodN5NzDkevSPReh3ftLF+vQitiPbv7V/xSxj85wGXR0sdfbAV1N+nqmz9C+z0dfL39vh/TNBGT05pIx3y0d+6TKjf7M92f9Rnmn5T9BQkd0p4eUawAAAABJRU5ErkJggg==);
}

.atm-result-item-adress {
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
}

.atm-result-item-adress:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAt1BMVEUAAAD/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgp41bGZAAAAPHRSTlMAAAECAwQGBwgJCgsMDREUFx8kJSYqNjo7PT5ATU5YaWxtb3Fzjo+UlZimra+6vL7HyMrR1eTo6e/1+f3t2tMjAAABfElEQVR42oWT2VbCMBCGJ6mAIAVUlH3XKiBLkQKl3/s/lwcTksPhov9Nzkxm/WdGPHRztDzAYTlqarnH4yTFIZ08yi30MINFr17QulDvLSAb3kQprWFW9nJ5BuuSl6sJcU1uUItJqs4/YX5Xlp6T2Bh6zVzJHdSctXEbElv/h8EqTVeDB+sYM/zvL8Pmfz0BwOnV1kF26XbCzP5D1AiCRgTWYsZERKeUTfwTfRW2WqHqczJZyqRamiyM+YBIjQHGKmJgdAuaMqJnhBWNDufp9EynwcroeoxkSd0IKcGOF5EXdgGp0dVZyoGCETI0BCIBaDKjK3AQsCRsebpGeGJrqQBv8EH3WkOXD2fgUzwTX7uIeXYpfJHql3cJ2+1Q3vlVrkjfprxxLF7e4pE3cW16okR98qNF9A+fShxRlmpD9p5IqYi9IdpQbYZlUUn4/iKpiLhhuXEbhAkkoYgft1sYi9JmUxLxC3O/clrfrFze0uauff7h5J9e/vHmnv8f16JHgvwktIAAAAAASUVORK5CYII=);
}

.atm-result-item-phone {
    padding-left: 50px;
    position: relative;
    margin-top: 35px;
}

.atm-result-item-phone:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABQVBMVEUAAAD/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/Hgr/HgrdbtEbAAAAanRSTlMAAQIEBwgJCgsNDxASExUXGRobICEkKCorLC0uLzE2Nzg5PUFGR0hJS1JWWVpiY3J3eHp7fX6AhIyPlZacpKanqKmqra6vtLW3ub3BxMXHyczO0NLT1Nvc4OHi4+Tl5+jp6+3x8vP0+vz+vMr+HgAAAZRJREFUeAGF02l/C1EUx/G/pSqZJqjQGEK1xlJEaY0lIsS+BElq6NiNmM7v/b8A0/u5n1n0wXyf5kzOPctRrtHtT2cwm/a7De3lDmIy8cBVWa2XwNj3Wo7T8vwxJL2aCtoBDDvKdIYQtJVZjghXVbIaEi1n30eMFvSfhRFR2+YPGM1rj/kRQU27eoTm+xX/+sHSf4T0TH0JJv8d4F299A4SV9KAoVKb8Og370sRQwZSI6YjaSnhptxfvNmvXIe4oS5jpW7wQpL7hxUVjOmqj6/ULR5Ian7lggp8+priKbXGRGpu8XlOBR5TzWiZmmLOyIMrKmoxEzja9ZAn0is+HdNh7/w+G+BAFrC0w2Ud3SZY+wKv63mATSHd5eeiTmwD4V/bD5PCPlI6NGHL0ZGX6Y/nIt4esI+0ZZrwb0wWpYt1KY24asu0jTLcH3y/JOMpG7ZRttWGjn+EZ6clrcNZ22o7LGvu3g58uP8cNuyw8nFbJx/HQHI7H7ddmFzz2ub6qXxhqleuYmkr1r76cKpPr/p4K8//H/EMfT2fijDoAAAAAElFTkSuQmCC);
}

.atm-result-item-icon {
    position: relative;
    padding-left: 50px;
}

.atm-result-item-icon {
    margin-bottom: 30px;
}

.atm-result-item-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAq1BMVEUAAADpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBWMlSbZAAAAOHRSTlMAAQoMDRASExQcISQrLTE0ODxAQUdQVWNsb3R4fn+AkJakp6mqwMXO0NLb3N7i4+Tl5ufr8fP6/rcgMD0AAAEwSURBVHgBhdPZUoNAEAXQawJBMGA0KBoUAQkEEI3Kcv//y6xMQRdTPnBep2eZXgBhBUnZkV2ZBBaEcNOeok9d6Ix4IIvId0zT8aOCHGIDM9uKzDwILyOrLcSuZbOHZt+w3cn+lvkGOmxytuMZRsV8hX9WOSsDFzEbfb85ntEwVv8bqN9/8xWO7+DgAkiZQfNEjhEZU8Dq6UEXThEeewsBCyhvR/ExRRQMkDCCcuRcvQaAiAlK+lDuHibBD882LnyW6OhAZ9esbSgOO5CmrBxwcZB1mKQEqJ0vAHD1amMWIFfIyYpcIY+0P3l+vJ/cQh45fnNdc+4EjN+URIXk90m8QxIlqZYEK5JqKZaKeIaQYs3KHf66EFLuecNcQ0jDLLTcUtMutv3y4CyP3vLwLo7/H0u5PrcmgPv0AAAAAElFTkSuQmCC);

}

.tabs-items + .block-paginator {
    border: none;
}

.tab-item {
    display: none;
}

.metro-map {
    position: relative;
    max-width: 1286px;
    margin: 0 auto;
    width: 100%;
}

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

.atm-result-item_atms .atm-result-item-column:nth-child(1) {
    width: 33%;
}

.atm-result-item_atms .atm-result-item-column:nth-child(2) {
    width: 38%;
}

.chexkbox-item.atms {
    display: none;
}

.atm-result-item.atm-result-item_atms {
    display: none;
}

/*.atm-block.atms .chexkbox-item {*/
/*    display: none;*/
/*}*/

/*.atm-block.atms .chexkbox-item.atms {*/
/*    display: inline-block;*/
/*}*/

.atm-block.atms .form-offices {
    display: none;
}

.atm-block .form-atms {
    display: none;
}

.atm-block.atms .form-atms {
    display: block;
}

.atm-block.atms .atm-result-item {
    display: none;
}

.atm-block.atms .atm-result-item.atm-result-item_atms {
    display: block;
}

.content-left-courses-visible {
    display: block !important;
    height: auto !important;
}

.content-left-courses-hidden {
    display: block;
    background-color: #22252a;
    color: #fff;
    padding: 49px 50px;
    margin-bottom: 50px;
}

.content-left-courses-hidden_in-bottom {
    margin: 50px 0 0;
}

.dynamics {
    width: 277px;
    height: 75px;
    overflow: hidden;
}

.header-menu-item_city.hover .header-menu-item_city-sub-block {
    opacity: 1;
    visibility: visible;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*#canvas_usd {
	height: 65px !important;
}*/

.content-right-courses__all-product {
    margin: 30px 0 0;
}

.dinamics.dynamics_usd,
.dinamics.dynamics_eur {
    width: 273px;
    height: 65px;
}

.content-right-courses-item-usd,
.content-right-courses-item-value:not(:last-child) {
    margin-bottom: 42px;
}

.content-right-courses-item-title {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.content-right-courses-item_currency {
    text-transform: uppercase;
    padding-top: 58px;
    margin-right: 79px;
}

.content-right-courses-item-value {
    font-weight: 300;
}

.content-right-courses-item {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
}

.content-left-courses-hidden {
    height: auto !important;
}

.content-left-courses-hidden-768 {
    display: none !important;
}

.content-left-courses-hidden .content-right-courses__date {
    margin-bottom: 15px;
}

.content-right-courses-item_buy,
.content-right-courses-item_sale {
    margin-right: 63px;
}

@media (max-width: 1365px) {
    .content-right-courses-item_dinamic {
        display: block;
        margin: 15px 0;
    }

    .content-right-courses-item_dinamic .content-right-courses-item-title {
        text-align: left;
    }

}

.content-right-courses-item_dinamic .content-right-courses-item-title {
    margin-bottom: 23px;
}

.header-menu-item_toggle-btn.fixed.toggled .header-menu-item__btn {
    /*left: 18px;*/
}

.header-menu-item_toggle {
    height: auto;
}

.header-menu-item_toggle-private,
.header-menu-item_toggle-business,
.header-menu-item_toggle-titles {
    height: auto;
    display: table-cell;
}

.exchange-select-city {
    position: relative;
    padding-left: 120px;
    margin-bottom: 65px;
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.exchange-select-office {
    display: block;
    padding-left: 170px;
}

.exchange-select-city .select,
.exchange-select-city .jq-selectbox__select {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.exchange-select-city .jq-selectbox__trigger-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAMAAABFyS02AAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMABAYKDxUYHCk2PEROW2ZwfIilsrvDyc7P09zx9vr7/WpKyLsAAABjSURBVHgBXcGFDYRAAEXBh7u7//6rvA3ZEI4Z4iniJZpiZq0hj3DVTLJpCbCCRVsC6a7R5+aP2lOM7NDgYXiDjoxbfqp3we115ljFpc5xOl0Fj1JqW6nkpZJR8aeWaj6aBusH5QsGocK+c/gAAAAASUVORK5CYII=);

}

.exchange-select-city .label {
    color: #fff;
}

.content-right-courses-change__link {
    color: #fff;
    margin: 0 5px;
    border-bottom: 1px dotted #e92415;
}

.content-right-courses-change__link.active {
    border-color: transparent;
}

.content-right-courses__date {
    position: relative;
    font-weight: 500 !important;
}

.content-right-courses__date:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAUVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////8IN+deAAAAGnRSTlMAAQ0QFBkqLT5GW15wdpGXr73Hyd3i6+36/Y3rcXMAAACdSURBVHgBdZFbEoMgFEOvIlItYEEQzP4X2qnNaOsM5/N85D4iX7QLBSjBabnofQWpvhcyJiBao5SxEUgj7YY8CZkytsP3CesgJ8OK9MnxyLT0GV5EVzABYA6qFoco/1oinATYu7YIUmDu2qAIoE49y4ECfvQL+3zqK6RbsD8ZwpH0wIMjuSD90nFBnkM6ntM4vvGqxmMbNTRKa1T8Bk3UD2sfh4Q6AAAAAElFTkSuQmCC);
}

.exchange-select-city + .content-right-courses__date {
    display: inline-block;
    vertical-align: top;
    height: 64px;
    line-height: 64px !important;
}

.realty-result-item__link:after {
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAABd1BMVEUAAAD+IA//IA//IBD/IRD+IA//IA//IRD+IA//IA/+IA//IA/+IA//IA//IRD+IA//IA/+IA//IA/+IA//IRD+IA//IA//IBD/IA//IBD/IA//IBD+IA/+IA//IRD/IA/+IA//IA/+IA/+IA//IRD/IA//IBD+IA//IBD+IA//IRD/IA//IBD+IA/+IA//IA//IBD/IRD+IA/+IA/+IA/+IA//IA/+IA/+IA//IA/+IA//IA//IBD+IA/+IA/+IA/+IA/+IA//IBD+IA//IA//IRD+IA//IA//IRD/IA//IBD/IA/+IA//IRD+IA//IBD+IA//IBD/IRD+IA/+IA//IRD+IA//IA/+IA/+IA//IA/+IA//IA/+IA//IA/+IA//IRD+IA/+IA//IA//IBD/IRD+IA//IA/+IA/+IA//IA/+IA//IRD/IA/+IA//IA//IBD/IRD+IA/+IA/+IA//IA/+IA//IRD+IA/+IA//IA//IBD/IRDuD9K5AAAAeXRSTlMAAAAAAAEBAQICAwMFBQUICAkJCwsMDAwNDg8PERISFR0dHh8fICAlJSoqLi4wMTExMTI5QEFCSkxMUFBQVFhmaGtrcXF4eXl5fHx/hYWOjpeXl6Ompqioqq+vvLzAwMPDx8zMzMzPz9HV1dnZ2uTp6env8fX1+fn7bGYrNwAAAVRJREFUeNp1j/k3gkEUhhMRvsouRGRfUrTZUpRElshS9lL2RJHemfnj1Uy+k3Pq/WHuM+e5c89cBY/S6LnKI3u63Kb4n74YwEAAUH9rpVgs4GtjrF3Taw6DvOorBEVIU+bBG2S65FEFrCvlNlWExVUC62MkVFcxWv0ClyAjviUOa9EJXqdJRjzysE3Rsk3nxQZpjHC4JKPCBJhFgBduXvPoKJ6rgcATLgJBU5Ft2OEGtPTjKAVjBMxe5FkccJNFd/Ect1piZMtiKbGD+bg5YWYxPkisAvaIk9clhMt/w4JYKEcMHHSMDHEw2XvEXrgrb+7HtdhMZCBPJsvY8oZIsyz63+lxw99F/0mfZ8QA9coPZY8aua8zTljaa5tz7OcYO3pASpJVo+sDACPA7ZRSSuCeK5GmYffuoc9pKA2VkjShVVSNJolaSptgCamGSpFzRfVIZ7pfzehPZ+iLCZEAAAAASUVORK5CYII=) no-repeat center rgba(29, 29, 27, 0.7);
    background-position: center;
    opacity: 0;
    visibility: hidden;
}

.realty-result-item__link:hover:after {
    opacity: 1;
    visibility: visible;

}

.atm-result-item__img {
    position: relative;
    overflow: hidden;
    height: 267px;
}

.atm-result-item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.error-block {
    text-align: center;
    margin-bottom: 50px;
}

.error-block h3 {
    font-weight: 300 !important;
    margin: 40px 0;
}

.error-block-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.error-btn {
    width: 280px;
    height: 80px;
    line-height: 80px;
}

.geo:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAABEH1h2AAABqlBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////eFPMCAAAAjXRSTlMAAQIDBAUGBwgJCgwNDxAREhMWFxgbHR4gISMmKi0uMDQ2Nzw/QkNERUZJS0xOUFFVWFpgYWNlZmhtbm9wcXJzd3p7fH2AgYSIiouMjY6PkJGUlZaXmJmam5yhpKeoqq2usbO2t7u8vcfJzs/Q0tPU1dbY2tzd3uTl5ufo6err7e/x8/T19vf4+fr8/f712STwAAAD/klEQVR4AZSW+1tSTRDH92SiZaFlWRl0KTPNMikrNbRLKWXaBS3KMuyilpgWaaEimUhh8PmfX87ZBzuz6YPv54ezy/fZ1dmZ2ZlVW1AbCEVnltKQXpqJhgK16n9wrH8Wg9n+Y2pbeDqmgXws3NXsq/N663zNXeFYHpju8JTeHExAdqytRso1bWNZSARL/IHGOCz26L0GNT2LEG9UW1M1AsvSRHmsZRipUlvgj5MfqpaapHooT9yvNqU1w0KDKkHDAplWtQlXckzuVyXZP0nuyia7YdSzrcCOwj/7W3MMW2pbWMPkDPv9GUYttU2sUTJ+EbE4k6blFRefxn7Cz9jTixWm/ZPE3fEbYcHw2p7eFBukevcY/ltgxJVr5I2InUvA94EL9V5v/YWB75A4Z8QvT+OGLXGGlOAuzAd2FH/tCMzDXSUYIl48bZBlmWv34UmlW6h8Avdl/i0T1DNPgg7l5hp0KoNOuCaEDhIePWFReN33m9vqH27z2ye8v4j+p9P0iIUTvLf07PiNwcEbx/Xces+EWNbDtFOZyIr7fZr1I87kzBQOU2eUzZF1Tov7n8WuX/2MKTcvee6MvZCOhkLRNPQ6wnNeioVj9Be+s7S5xZ2rnLTHbojssyf7ItBtT06yulO5aGNWqVrywvZTpOyTH85yqyjdInvYPn2KU8L6PLUqQEy5aeedPTxjwu3MZ/bwjnaxNEZAhQgL7Y7zuyyFK40bSJUVhjB3xNIwIRWlS2h9PCp8D7FW9lcrW+NQYXhEr1jaRVTN0Cy0m46hJ/jmFr9xwjnQTbG0mRm1hE9oV3ld+B7lh1v8wdHC9zVXxVIfSypNnWwUfLZrxS987nW/7IrxGdkk6kgr8Mpmwp9dheENw3+1Yd4Uvrv+INuPF5ztgjlanNTNNRWVppyTri3MKXO7MN7hIRFdv9YuaeHSmq5MER4q03jpOh3kld22qePwofPs2c4PMG4fZ/eKTgXpOjNwyvqqHVzel8Eh01euQ/LVUmbgdNoIupnTV+NA8O3U1NvgAX2V5vTFkWmjk1ZQlWTTJpbUpV0mrb4ygiDJalOrTurSaF4ZfWEFni9ElEGEL44HzAury4XpfFqk0oLpdl0udLEyeUzyoHJxMMljZaKLlS6VkspPfHT1xYqPfNJtwyiVrkItqF/h1UaUrVes1OupLNSiTQia1hkozh+wrvPfbBOySQna4Z6e3UPUONGkRIsUXIdBSynrAVxXEtEiZYMWXfFF+c4XZr+UDVo+DwSXc0yMk7ssVfk8kI8TyflVWD1vqvJxIp9GEv/8vF8q8mlU6mG2d+9/w9Uwo6xZSGmjlPImMeUNcsq7A5R3RijvClHeESPcDaR2J5TCLjAAk957RdbuVdQAAAAASUVORK5CYII=) !important;
}

.realty-map {
    height: 800px;
    width: 800px;
    max-height: 100%;
}

#popup-realty-map {
    height: 100%;
}

.right-excange {
    padding: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

.right-excange .field {
    font-size: 0;
    margin-bottom: 10px;
}

.right-excange .content-right-banner__title {
    margin-bottom: 25px;
}

.right-excange .inp {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    border-color: #d2d2d1;
    border-right: none;
    font-weight: 500;
    border-radius: 0;
}

.right-excange .select {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-weight: 500 !important;
}

.right-excange .select .jq-selectbox__select-text {
    height: 56px;
    line-height: 52px;
}

.exchange-spase {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAHlBMVEUAAADpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBVfKnO/AAAACXRSTlMAARARSIiLl56UIw1sAAAAV0lEQVR42u3SOQrAQAxDUc8e3f/CGcaBD0qZNsaF4HWWY09ZqwRTpRqRIEHIgYcQAEI2XGeXy9BsUpsaLtEz9jAh/vJBOPBLKMWFIl0oH4ESECjBhce8Ae8NBgE78Og4AAAAAElFTkSuQmCC);
    width: 25px;
    height: 26px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.atm_inner-cart-inner {
    text-align: justify;
}

.atm_inner-cart-inner:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.right-excange__text {
    margin-bottom: 20px;
    margin-top: 20px;
}

.atm_inner-cart-left {
    display: inline-block;
    vertical-align: top;
    width: 620px;
}

.map-cart {
    height: 400px;
}

.atm_inner-cart-right__title {
    text-align: left;
}

.atm_inner-cart-right {
    width: 595px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0 !important;
}

.atm_inner-cart-right-contacts {
    display: inline-block;
    vertical-align: top;
}

.atm_inner-cart-right-worktime {
    display: inline-block;
    vertical-align: top;
    margin-left: 89px;
    margin-top: 30px;
}

.atm_inner-cart-right-contacts-phone {
    padding-left: 50px;
    line-height: 1.3;
    position: relative;
    margin: 20px 0;
}

.atm_inner-cart-right-contacts-phone:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABiVBMVEUAAAD/Hgr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwv/Hgr/Hwv/Hgr/Hwv/Hwv/Hgr/Hgr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwr/Hwv/Hgr/Hgr/Hgr/Hgr/Hgr/Hwv/Hgr/Hgr/Hwr/Hwv/Hgr/Hwr/Hgr/Hgr/Hgr/Hwv/Hgr/Hwv/Hwv/Hgr/Hwv/Hgr/Hgr/Hwv/Hgr/Hgr/Hgr/Hwr/Hwv/Hgr/Hwv/Hgr/Hgr/Hgr/Hwv/Hgr/Hgr/Hwr/Hwv/Hwv/Hgr/Hwr/Hwv/Hwv/Hwr/Hgr/Hwr/Hwv/Hwv/Hwr/Hgr/Hwr/Hgr/Hgr/Hgr/Hwr/Hwr/Hgr/Hgr/Hwr/Hwv/Hwr/Hgr/Hwr/Hgr/Hgr/Hwr/Hwv/Hgr/Hwr/Hgr/Hwv/Hgr/Hwv/Hwr/Hgr/Hwr/Hwv/Hgr/Hgr/Hgr/Hwv/Hgr/Hwr/Hwv/Hgr/Hgr/Hgr/Hgr/Hgr/Hwv/Hgr/Hgr/Hgr/Hwv/Hwv/Hgr/Hwr/Hwv/Hgr/Hgr/Hwr/Hwv/Hgr/Hgr/Hwv/Hgr/Hwr/HwtqG7zKAAAAgHRSTlMAAAABAQECAgMDBAQFBgcHCAgICQkJCwwNDxERExQUFBUWGh0fICYmMzg4Ojs7PT5AQEBETVBXWFhfaWlpbG1tbW9wcXFxdXd4f4CDhoySl5iYmJuenqOmpqaqqq2tr6+wvLy8vsXHx8jIyMrMztHT1dnc5OTm6Ojo6fX19fn9/UibR8EAAAIMSURBVHgBbdOLU9NKGAXw0y6BS3ttC1UrYEBFi6Ii4COKWNT4figgWsGiRnxUfNuKWEs4+/3lTkIgW+A305n9ZrrZnNkTxFRxorJKrlYmhhR2yk01qSlCEWGz1I1WylmnlMcHUspK2eNlLb6jYMh6pJuP5/xNylI2ngs1qfaiRe+y1AuIZOqcVthGTbOWQch6w5kEdkhM07MQcKQa7u8ZLbb8T1XphPl8huefJflEwdBHPwdgStxgGhG59lPm2mBwWQKsJoN8GZ/DyP3goyRi+3RDoSjzwfo47wHo+qV7YCjrIiY5GixP8hKA9s9yEIZxuYxF9gfLQXkBtL/iu5YgNitYkXSYqcE8bM0jMKW5CqFC4ApvAQ/4thNJ+8DmY9pIUCsEsms8jI739AY/aT6M0iohViSF0Dl+/w//fxBK9Q+fqq0jKuxHKLHAlxY67sucVajL48TmS07KGDakvnChE7AtoFDn0Y2YkxhiGZHub/L1EEK3eQoA5jkE1ZT8VqrXou/kAAyT+4Ni8a8CSnSxKXl+TfPZhbuap4PxBqcAdPk06rbneoPk+pnousNyX+Syeckdx0ZO5MKmRYWB8vRscpfKzdBTUWlrMrtLaXUtE9eeH/u21b7KuPZAZkno7jWq5Aq9LAyW45PPR+20stIDY2Vy3VFo1VVqksLwJ42rOZjiz/+3yMriRNHY/Q/x44n+J/j6FAAAAABJRU5ErkJggg==);
    width: 32px;
    height: 32px;
}

.atm_inner-cart-right-contacts-mail {
    padding-left: 50px;
    line-height: 1.3;
    position: relative;
    margin: 20px 0;
}

.atm_inner-cart-right-contacts-mail:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABAlBMVEUAAAD/Hgr/Hwr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwv/Hgr/Hwr/Hgr/Hwr/Hwv/Hgr/Hwv/Hgr/Hwv/Hgr/Hwv/Hgr/Hwv/Hgr/Hwr/Hwv/Hgr/Hgr/Hwr/Hwv/Hgr/Hwv/Hgr/Hwv/Hgr/Hgr/Hgr/Hgr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwr/Hgr/Hwr/Hwv/Hgr/Hgr/Hwr/Hwv/Hgr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwv/Hgr/Hwv/Hgr/Hwr/Hwv/Hgr/Hwr/Hgr/Hwr/HwvnsIsqAAAAU3RSTlMAAAAAAQEBBAQHBwgICAkJCgoMDBERFBQUHCQkJCYmLS0vNDZAQFhYWGlpbW1tcXFxeXl5mJimpqatra26ury8vMfIyMjR0eTk5Ojo7+/19fX9/SrI5DcAAAHCSURBVHgBddP/c9JAEAXwV3sNRCxopdimoFYCSqMIBRFE6RdRMFVa+m7//3/FO7kgadPPTDL3w5u72Z1d/KdqJ+NYGI9Oagr3PYkWFBpayEVUQNpO81b0IKzkPZV70fgsXL7zsMGfUNolrBXblHMfa3tzfVlGSnkqsz04j2fsK9yh+pz77njO/jbu2frEMwWrKVMPGdSUTRiFpd5HpjKXttpI2nhAhxGgbliE0ev1ut3uqf3ZrwujxIXCSw5gUSgkRUihAWuga2gxhEW+qQbVanB0FARB3QVCaWHEigv8Dl2xW40/LlCREa6YS57gj/oOoOo/Rahh5RmDVO6Gwwvqebs9E14cCmF5JLR47gZsvfoqJL+9fgSRdSBmPgkYz46Pn8JwT+QYY8wDWJrYoAVWhWO0JCmzGgSmSvOZA1eBULdQk6ELULtGUegCQ9aws1i1+l+HbbvN3ziFUZJrBbxnBw/4KBGA3VuWkWmfy10Yb/ldIYO6ZHN1mGSO3HZfT7xkaCVzaGc+nOe/OC3feX9KO/YJ/0ykU0wtjp74qQubS81heJBTKl9pDGlWTyGtEF0nU0fefCjASa//lysyHrc21/8vmx9h4kMw0rAAAAAASUVORK5CYII=);
    width: 32px;
    height: 32px;
}

.atm_inner-cart {
    margin: 60px 0 60px;
}

.atm_inner-request {

}

.atm_inner-request .container {
    background-color: #fff;
    padding: 60px 40px;
}

.atm_inner-request .container:after {
    display: table;
    clear: both;
    width: 100%;
    content: '';
}

.atm_inner-request-left {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 460px;
    margin-top: 0 !important;
}

.atm_inner-request-right {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 700px;
    margin-top: 0 !important;
}

.atm_inner-request-service {
    padding-left: 80px;
    position: relative;
}

.atm_inner-request-service:not(:last-child) {
    margin-bottom: 50px;
}

.atm_inner-request-service > img {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.atm_inner-request-right-text + .btn-red {
    width: 290px;
    height: 80px;
    line-height: 80px;
    margin-top: 40px;
}

.atm_inner-content > h2:first-child {
    margin-bottom: 40px;
}

.ol {
    counter-reset: li;
}

.ol > li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    font-size: 1.5em;
    font-weight: 500;
    left: 0;
    top: -8px;
}

.realty-result-item__link.js-fancy:not(:first-child) {
    visibility: hidden;
}

.map-atm-res {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.atm-chexkbox {
    margin-top: 40px;
}

.mobile-header-menu-list-item__link.key {
    display: none;
}

td.content-right-courses__date {
    padding-bottom: 20px;
}

.header-light {
    border: none !important;
    font-size: inherit !important;
}

.courses-hidden-block {
    margin-top: 10px;
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.courses-hidden-block.visible {
    height: auto;
    opacity: 1;
}

.courses-hidden-block .content-right-courses-item_currency {
    padding-top: 0;
}

/*HOVER JS*/

.hover-js {
    position: relative;
}

.clone-wrap {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 0;
    overflow: hidden;
    width: 0;
}

.link-another-page-red:hover {
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
}

.hover-js.servises-item__link {
    color: #1d1d1b !important;
}

.hover-js.clone {
    color: #e92415 !important;
    margin: 0;
}

.servises-item__link.hover-js:not(.clone):after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAAEoFMbGAAAAclBMVEUAAAAXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQOZLCYAAAAJXRSTlMAAAECAwgLDBETGB4gKy84Q0lZYWt5fI6VnqKvtL7Z5Ojt9fv9ZofNSQAAAKpJREFUGNNVUAcSgzAMM2VTaMveK6D/f7GAzUjuEsmKhxKyiQhEOTWkL1xQb7CnkenvpxEdZyw5atvDrlhwz9oX3ic18BWWcsdyOaCdWO3kth+FtLOQSgkpViGZeKIE0vvH8GEIeXbAbjz273BJg8HR3me1mDxNedVQgaYYJZZQV3LwtFtJwTYuIQHiO8pw/cAWFVije2AFdX0UmS1m/7bXY3QfXe3Ofg75A6TlCm8jD+WiAAAAAElFTkSuQmCC);
}

.servises-item__link.hover-js.clone:after,
.header-carousel-text__link.hover-js.clone:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAABfE/ZQAAAAzFBMVEXpIxXpJBX////pIxXpJBXpJBXpIxXpJBXqJBbpJBXpIxXpJBXpIxXqJBbpIxXqJBbpIxXqJBbpJBXqJBbqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpJBXpJBXqJBXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpIxXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpIxXpJBXpJBXpJBXqJBXpJBXpIxXpIxXpJBXqJBbpJBXpIxXqJBbpIxXpJBXqJBXqJBbcBmJMAAAARHRSTlMAAAABAQIDAwMICgoLCxEREhIXFx0gICoqLy84OEFGRldeaGh3d3l5i4uSm5uenqurr6+5udPe3uLo7+/v9ff3+fn5+RMERdMAAACjSURBVHjaddDHEsIwDARQW7SYXkLvvRNaIAkErPj//4lbZnNAtzejGa1WqKsiGHFkt4C27vpRApPlsFcGU8Zhvwqm9N68G2BK7XRgg0ludNgEk1jrTwdMcmFMF0xyxtwHk5gyD8EkJ8zjhA2P/u6LudEDuLfUpgd5VtG3DXm3HLYS/7xs+PfAQR37iPwaxc6ejVeh2LkbP4vQ58m4eQKriwLSD5rWFGqVLxg6AAAAAElFTkSuQmCC);
}

/*Для слайдера карусели*/

a.header-carousel-text__link.hover-js:not(.clone):hover {
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
    color: #e92415;
}

/*Для слайдера карусели*/
/*END HOVER JS*/

.header-carousel-text__link:after {
    -webkit-transition: .3s;
    transition: .3s;
}

.header-carousel-text__link:hover {
    color: #e92415;
}

.header-carousel-text__link:hover:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAABfE/ZQAAAAzFBMVEXpIxXpJBX////pIxXpJBXpJBXpIxXpJBXqJBbpJBXpIxXpJBXpIxXqJBbpIxXqJBbpIxXqJBbpJBXqJBbqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpJBXpJBXqJBXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpIxXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpIxXpJBXpJBXpJBXqJBXpJBXpIxXpIxXpJBXqJBbpJBXpIxXqJBbpIxXpJBXqJBXqJBbcBmJMAAAARHRSTlMAAAABAQIDAwMICgoLCxEREhIXFx0gICoqLy84OEFGRldeaGh3d3l5i4uSm5uenqurr6+5udPe3uLo7+/v9ff3+fn5+RMERdMAAACjSURBVHjaddDHEsIwDARQW7SYXkLvvRNaIAkErPj//4lbZnNAtzejGa1WqKsiGHFkt4C27vpRApPlsFcGU8Zhvwqm9N68G2BK7XRgg0ludNgEk1jrTwdMcmFMF0xyxtwHk5gyD8EkJ8zjhA2P/u6LudEDuLfUpgd5VtG3DXm3HLYS/7xs+PfAQR37iPwaxc6ejVeh2LkbP4vQ58m4eQKriwLSD5rWFGqVLxg6AAAAAElFTkSuQmCC);

}

.error-video-block {
    position: relative;
}

.error-video {
    position: absolute;
}

.main.b404 {
    position: relative;
}

.error-video-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

.error-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}

.error-block-inner {
    display: inline-block;
    vertical-align: middle;
    padding: 40px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error-block {
    margin: 0 auto !important;
    font-size: 0;
    height: 833px;
}

.error-block:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
}

.error-block h3 {
    color: #fff;
}

.error-block.content.container {
    width: 100% !important;
    max-width: inherit !important;
}

.error-preview-jpg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    display: block;
}

.popup-gallery {
    width: 840px;
    height: 675px;
    background: #f6f2ee;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    padding: 40px;
    overflow: hidden;
}

.slider-for {
    height: 470px;
    margin-bottom: 40px;
    overflow: hidden;

}

.slider-nav {
    height: 130px;
}

.slider-nav .slick-arrow {
    display: block;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border: none !important;
    height: 100%;
    width: 70px;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.slider-nav .slick-arrow:after {
    content: '';
    border: none;
    border-top: 2px solid #e92415;
    border-right: 2px solid #e92415;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-130deg) translateY(-50%);
    -ms-transform: rotate(-130deg) translateY(-50%);
    transform: rotate(-130deg) translateY(-50%);
    top: 39%;
    right: 7px;
    color: transparent;
    padding: 0;
    background: none;
    outline: none;
    z-index: 1;
    left: auto;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-nav .slick-next {
    left: auto;
    right: 0; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

.slider-nav .slick-next:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 51%;
    right: auto;
    left: 15px;
}

.slider-nav .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.4);
}

.slider-nav .slick-arrow:hover:after {
    opacity: 1;
}

.slider-for img {

}

.slider-nav img {
    width: 180px !important;
    margin: 0 20px;
    height: 130px;
}

.slider-nav .slick-list {
    padding: 0 90px !important;
}

.slider-nav .slick-center {
    border: 2px solid #e92415;
}

.text-wisywig a {
    border-bottom: 1px solid #e92415;
    -webkit-transition: .3s;
    transition: .3s;
    color: inherit;
}

.text-wisywig a:hover {
    color: #e92415;
}

.servises-carousel-item-wrap:hover .servises-carousel__link {
    color: #e92415;
}

.servises-carousel-item-wrap:hover .servises-carousel__link:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAMAAABfE/ZQAAAAzFBMVEXpIxXpJBX////pIxXpJBXpJBXpIxXpJBXqJBbpJBXpIxXpJBXpIxXqJBbpIxXqJBbpIxXqJBbpJBXqJBbqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpJBXpJBXqJBXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpJBXqJBbpIxXpJBXpIxXpIxXqJBbpJBXqJBbpIxXqJBbpIxXpJBXpIxXpJBXpJBXpJBXqJBXpJBXpIxXpIxXpJBXqJBbpJBXpIxXqJBbpIxXpJBXqJBXqJBbcBmJMAAAARHRSTlMAAAABAQIDAwMICgoLCxEREhIXFx0gICoqLy84OEFGRldeaGh3d3l5i4uSm5uenqurr6+5udPe3uLo7+/v9ff3+fn5+RMERdMAAACjSURBVHjaddDHEsIwDARQW7SYXkLvvRNaIAkErPj//4lbZnNAtzejGa1WqKsiGHFkt4C27vpRApPlsFcGU8Zhvwqm9N68G2BK7XRgg0ludNgEk1jrTwdMcmFMF0xyxtwHk5gyD8EkJ8zjhA2P/u6LudEDuLfUpgd5VtG3DXm3HLYS/7xs+PfAQR37iPwaxc6ejVeh2LkbP4vQ58m4eQKriwLSD5rWFGqVLxg6AAAAAElFTkSuQmCC);
}

.servises-carousel .owl-carousel .owl-item {
    overflow: hidden;
}

.text-wisywig table {
    max-width: 100%;
    table-layout: fixed;
    margin: 20px 0;
    width: 100%;
}

.text-wisywig table td {
    padding: 8px 12px;
}

.text-wisywig table th {
    text-align: left;
    color: inherit;
    font-weight: 500;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    padding: 10px 12px;
    background-color: #fff;
}

.text-wisywig table tr:nth-child(2n+1) td {
    background: rgba(0, 0, 0, 0.2);
    color: inherit;
    font-weight: 400;
}

/*.text-wisywig table tbody:first-child tr:first-child td{
    color: inherit;
    font-weight: 500;
    padding:10px 12px;
    border-top:1px solid #bcbcbc;
    border-bottom:1px solid #bcbcbc;
	background-color: #fff;
}*/

.text-wisywig ol {
    counter-reset: list1;
    margin: 30px 0;
}

.text-wisywig ol li {
    font-weight: 300;
    margin-bottom: 5px;
}

.text-wisywig ol li:before {
    counter-increment: list1;
    content: counter(list1) ". ";
}

.text-wisywig ol ol {
    counter-reset: list2;
    margin: 5px 0px;
    padding-left: 1.3em;
}

.text-wisywig ol ol li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}

.text-wisywig h1,
.text-wisywig h2,
.text-wisywig h3,
.text-wisywig h4 {
    margin-bottom: 20px;
}

.text-wisywig p:not(:last-child) {
    margin-bottom: 20px;
}

.deposite-radio {
    float: left;
    width: 23%;
    margin-right: 4%;
    margin-top: 35px;
}

.radio-wrapper.deposite-radio .radio + label {
    width: 63px;
    height: 54px;
    line-height: 50px;
}

.radio-wrapper .radio + label:not(:last-child) {
    border-right: none;
}

.banner-right .txt a {
    border-bottom: 2px solid #e92415;
    color: inherit;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 20px;
}

.banner-right .txt a:hover {
    color: #e92415;
}

.banner-right .txt a:after {
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 53%;
    right: -13px;
}

@media (max-width: 1365px) {
    .banner-right .txt a:after {
        width: 7px;
        height: 7px;
        right: -13px;
    }
}

@media (max-width: 1023px) {
    .banner-right .txt a:after {
        width: 6px;
        height: 6px;
        right: -13px;
    }
}

.js-drop .hidden {
    margin-top: 20px;
}

.b-tarif .tarif-ico .img {
    position: relative;
}

.b-tarif .tarif-ico .img img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.rates-property__title {
    display: inline-block;
    vertical-align: middle;
    width: 26%;
    font-size: 28px;
    font-weight: 500;
}

.rates-property-select {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.rates-property {
    margin-bottom: 30px;
    font-size: 0;
}

.credit2 .rate-cost .pole {
    font-size: 18px;
}

.rates-property-select {
    font-size: 18px;
}

.credit2 .rate-cost .pole {
    height: 60px;
}

.credit2 .rate-cost .title {
    margin-top: 9px;
}

.js-tab-block {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    opacity: 0;
    top: -999px;
    -webkit-transition: opacity .8s, visibility .8s;
    transition: opacity .8s, visibility .8s;
}

.js-tab-block.visible {
    position: static;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.metro-svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}

.svg .atm-result-item-adress:before,
.svg .atm-result-item-phone:before,
.svg .atm-result-item-icon:before {
    display: none;
}

.adress-svg {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 32px;
    height: 32px;
}

.phone-svg {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 32px;
    height: 32px;
}

.exchange-svg, .phone-svg, .adress-svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}

.cls-2 {
    fill: #ff1f0c !important;
}

.cls-1 {
    stroke: #ff1f0c !important;
}

.right-deposits__toggle-link:hover {
    color: #e92415;
}

.right-deposits__toggle-link:hover:after {
    border-color: #e92415;
}

.scroll-rate .irs-line-mid,
.scroll-rate .irs-line-left,
.scroll-rate .irs-line-right,
.scroll-rate .irs-bar,
.scroll-rate .irs-bar-edge,
.scroll-rate .irs-slider {
    top: 5px;
}

.mCSB_scrollTools {
    width: 24px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 20px;
    background-color: #22252a;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #22252a;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    border-radius: 0;
    background-color: #f3f3f3;
}

.mCSB_inside > .mCSB_container {
    margin-right: 24px;
}

.document-list {
    margin-top: 40px;
}

.select .jq-selectbox__dropdown li {
    padding-left: 20px;
}

.atm-result .tabs-items {
    margin-top: 20px;
}

.search-block-result .block-result-items {
    padding-bottom: 40px;
}

.faq-block-form-block {
    padding: 50px 40px;
    background-color: #fff;
    margin-bottom: 50px;
    margin-bottom: 60px;
}

.vacancies-block-form {
    position: relative;
    padding-left: 100px;
    font-weight: 500;
}

.faq-block-form-select__label {
    display: inline-block;
    vertical-align: middle;
    width: 235px;
    font-size: 28px;
    font-weight: 500;
}

.faq-block-select.jq-selectbox {
    width: 518px;
}

.btn-faq {
    width: 290px;
    height: 80px;
    line-height: 80px;
    float: left;
}

.faq-block-paginator-wrap {
    overflow: hidden;
    margin-bottom: 56px;
}

.faq-block-result {

}

.faq-block-result-item__date {
    font-weight: 300;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 7px;
}

.faq-block-result-item__title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 24px;
}

.faq-block-result-item__text {
    margin-bottom: 29px;
}

.faq-block-result-item-drop {
    display: none;
    padding-left: 37px;
}

.faq-block-result-item-drop-link {
    border-bottom: 2px dotted #e92415;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 18px;
    font-weight: 300;
    color: inherit;
}

.faq-block-result-item-drop-link:hover {
    color: #e92415;
}

.faq-block-result-item-answer {
    margin-bottom: 30px;
}

.faq-block-result-item {
    padding-top: 34px;
    border-top: 2px solid #c8c8c8;
}

.faq-block-result-item:not(:first-child) {
    margin-top: 42px;
}

.faq-block-result-item:last-child {
    border-bottom: 2px solid #c8c8c8;
    padding-bottom: 36px;
}

.faq-block-result-item-drop-link.disabled {
    border-bottom: none !important;
    opacity: 0.5;
    color: inherit !important;
    font-weight: 300;
}

.popup-faq {
    width: 1156px;
    padding: 90px 84px 40px;
}

.popup-title-sub {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.popup-faq-form-block-half:first-child {
    width: 519px;
    float: left;
}

.popup-faq-form-block-half:last-child {
    width: 420px;
    float: right;
}

.popup-faq-form-block.invert .popup-faq-form-block-half:first-child {
    float: right;
    width: 420px;
}

.popup-faq-form-block.invert .popup-faq-form-block-half:last-child {
    float: left;
    width: 519px;
}

.popup-faq-form-block textarea {
    height: 465px;
}

.popup.popup-faq .label {
    margin-bottom: 20px;
    min-height: 1px;
}

.popup.popup-faq .submit {
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-top: 22px;
}

.popup-faq-form .select .jq-selectbox__select-text {
    height: 56px;
    line-height: 58px;
}

/*Новые шрифты для макс разрешения*/
@media screen and (min-width: 1365px) {
    .servises {
        font-size: 0;
    }

    .servises-item:not(.long) .servises-item__link:not(.clone) {
        max-width: 241px;
    }

    .servises-item:not(.long) {
        width: 49%;
        height: 100px;
        display: inline-block;
        vertical-align: top;
        padding-left: 44px;
    }

    .servises-item.long {
        padding-left: 44px;
    }

    .servises-item:not(:nth-child(2n+1)):not(.long) {
        margin-left: 2%;
    }

    .servises-item__link:after,
    .servises-item__link.hover-js:not(.clone):after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAMAAADT/c3XAAAAIVBMVEUAAAAXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQXFxQCAvCDAAAACnRSTlMAAwULDJ2lqL7MG9S1qwAAACRJREFUCNdjYGZnYoACNi5OGJuRgzpsFi4uVnRR0lnILkO4FwCr1AHU3v6fxwAAAABJRU5ErkJggg==);
        padding-right: 10px;
        height: 17px;
    }

    .servises-item__link.hover-js.clone:after, .header-carousel-text__link.hover-js.clone:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAMAAADT/c3XAAAAIVBMVEX////pJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBXpJBVkTUF3AAAACnRSTlMAAwULDJ2lqL7MG9S1qwAAACRJREFUCNdjYGZnYoACNi5OGJuRgzpsFi4uVnRR0lnILkO4FwCr1AHU3v6fxwAAAABJRU5ErkJggg==);
    }

    .content-right-courses {
        margin-bottom: 30px;
    }

    .servises-carousel-link-wrap {
        height: 100px;
    }

    .servises-item__img,
    .servises-big-item__img, .servises-carousel__right-img {
        width: 100px;
    }

    .servises-big-item {
        margin-top: 55px;
        padding-right: 130px;
        margin-bottom: 62px;
    }

    .servises-big-item__title {
        margin: 43px 0 22px;
    }

    .servises-big-item__link {
        margin-bottom: 60px;
    }

    .content-right-courses-inner {
        line-height: 94px;
    }

    .servises-carousel {
        width: 1180px;
    }

    /*.link-in-page-red,*/
    .servises-big-item__title,
    .servises-carousel__link,
    .content-right-banner__title,
    .content-right-news__title,
    .atm_inner-cart-right__title {
        font-size: 30px;
        line-height: 40px;
    }

    .see-all-promotions {
        margin-top: -14px;
    }

    .content .p1, .text-wisywig p
        /*.link-another-page-red*/
    {
        font-size: 24px;
        line-height: 34px;
    }

    .servises-big-item__text {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 44px;
    }

    .content-right-banner_second {
        margin-bottom: 40px;
    }

    .atm_inner-cart-right-worktime {
        margin-top: 15px;
    }

    .write-us__title {
        font-size: 30px;
        margin-right: 120px;
    }

    .content-right-courses-show-768 {
        margin-bottom: 40px;
    }

}

.header-menu-item_toggle-btn.white {
    background-color: #fff;
    border-color: #fff;
}

.right-excange .jq-selectbox__trigger-arrow {
    right: 10px;
}

.right-excange .select .jq-selectbox__select {
    padding: 0 30px 0 9px;
    text-align: center;
}

@media (min-width: 1366px) {
    .courses-hidden-block .content-right-courses-item_dinamic {
        margin-left: -4px;
    }
}

@media screen and (min-width: 1365px) {
    .link-in-page-red {
        font-size: 26px;
    }

    .content-right-courses-table-currency {

    }

    .link-another-page-red {
        font-size: 18px;
    }

}

.tab__block {
    width: 100%;
}

.tab__block .tab__block-header {
    border: 2px solid #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tab__block .tab__block-header .tab__title {
    display: inline-block;
    background: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 50%;
}

.tab__block .tab__block-header .tab__title span {
    color: #e92415;
}

.tab__block .tab__title.is-active {
    background: #000;
}

.tab__block .tab__block-header .tab__title.is-active span {
    color: #fff;
}

.tab__block .tab__block-item {
    display: none;
}

.tab__block.tab__block-item.is-active {
    display: block;
}

.content-right-courses__link {
    pointer-events: none;
}

/*Новый ипотечный калькулятор*/

.mcalc {
    position: relative;
    z-index: 10;
    /*display: flex;*/
}

.mcalc .mcalc__left {
    background: #fff;
    padding: 47px 70px 34px 66px;
    /*width: 880px;*/
}

.mcalc .mcalc__right {
    background: #22252a;
    width: 100%;
    padding: 52px 38px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 30px 0;
}

.mcalc__right.mobile_vis {
    display: none;
}

.mcalc .mcalc__right span {
    color: #e92415;
}

.mcalc .mcalc__right .mcalc__total-bottom {
    margin-bottom: 37px;
}

.mcalc .mcalc__right .mcalc__total-bottom a {
    color: #c0c0c0;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #e92415;
}

.mcalc .mcalc__right .mcalc__total-bottom a:hover {
    color: #e92415;
}

.mcalc h2 {
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 33px;
    line-height: 48px;
}

.mcalc h3 {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 0;
    /*padding-bottom: 26px;*/
    line-height: 48px;
}

.mcalc .mcalc__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

.mcalc .input-check {
    margin-bottom: 12px;
    margin-top: 23px;
}

.mcalc .input-check .input-check__item {
    width: 49%;
    vertical-align: top;
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 7%;
}

.mcalc .input-check__item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding-left: 29px;
    color: #181718;
}

.mcalc .input-check__item label > span:not(.tooltip) {
    position: absolute;
    display: block;
    content: "";
    left: 1px;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 2px solid #e92415;
}

.mcalc .input-check__item input {
    display: none;
}

.mcalc .input-check__item input:checked + label > span:not(.tooltip):before {
    background: url(../../img/check.png) no-repeat;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 8px;
}

.mcalc .input-check__item--radio label > span:not(.tooltip) {
    border-radius: 50%;
    border: 2px solid #d9d8d7;
}

.mcalc .input-check__item--radio input:checked + label > span:not(.tooltip) {
    border: 2px solid #e92415;
}

.mcalc .input-check__item--radio input:checked + label > span:not(.tooltip):before {
    background: #e92415;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-radius: 50%;
}

.mcalc .mcalc__right {
    position: relative;
}

.mcalc__right .mcalc__total-bottom {
    font-size: 16px;
    line-height: 20px;
    color: #c0c0c0;
    font-weight: 300;
}

.mcalc .mcalc__right .mcalc__total-bottom p {
    position: relative;
}

.mcalc .mcalc__right .mcalc__total-bottom p span {
    position: absolute;
    top: -4px;
    left: -17px;
}

.mcalc .mcalc__total .mcalc__total-list {
    margin-bottom: 27px;
    margin-left: 0;
    margin-right: 19px;
}

.mcalc .mcalc__total .mcalc__title {
    margin-bottom: 10px;
}

.mcalc .mcalc__total-price {
    font-size: 36px;
    line-height: 36px;
    /*letter-spacing: -.9px;*/
    font-weight: 400;
    font-family: inherit;
    letter-spacing: -.9px;
    font-size: 36px;
    height: 65px;
}
.mcalc .form-control {
    box-shadow: none;
    border-bottom: 2px solid #22252a;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-family: inherit;
    letter-spacing: -.9px;
    font-size: 36px;
    height: 65px;
}

.mcalc .form-control::-ms-clear {
    display: none;
}

.mcalc .mcalc__sliders {
    margin-bottom: 33px;
}

.mcalc .mcalc__sliders .mcalc__sliders-left {
    float: left;
    width: 60%;
}

.mcalc .mcalc__sliders .mcalc__sliders-right {
    float: right;
    width: 40%;
    padding-left: 5%;
}

.mcalc .mcalc__sliders__label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.mcalc .mcalc__sliders__label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.mcalc .mcalc__sliders-value {
    position: relative;
}

.mcalc .mcalc__sliders-text {
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    right: 30px;
    font-size: 36px;
}

.mcalc__slider {
    padding-top: 40px;
}

.mcalc__slider .noUi-target {
    background: #d9d8d7;
    border: none;
    border-radius: 50%;
}

.mcalc__slider .noUi-horizontal {
    height: 2px;
}

.mcalc__slider .noUi-connect {
    background: #e92415;
    box-shadow: none;
}

.mcalc__slider .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: 0;
    top: -9px;
    border: 2px solid #e92415;
    cursor: pointer;
    box-shadow: none;
    border-radius: 50%;
    outline: none;
}

.mcalc__slider .noUi-handle:before,
.mcalc__slider .noUi-handle:after {
    display: none;
}

.mcalc .rates-property-select {
    width: 60%;
    display: block;
}

.mcalc__slider .noUi-marker {
    display: none;
}

.mcalc__slider .noUi-pips-horizontal {
    left: 0;
    right: 0;
    width: auto;
    height: 10px;
}

.mcalc__slider .noUi-value-horizontal {
    transform: none;
}

.mcalc__slider .noUi-value {
    font-size: 16px;
    line-height: 20px;
    top: -35px;
    font-weight: 300;
}

.mcalc__slider .noUi-value:last-child {
    right: 0;
    left: auto !important;
}

.mcalc .tooltip {
    position: relative;
    z-index: 1;
}

.mcalc .tooltip__text {
    position: relative;
    z-index: 10;
    border-bottom: 1px dotted #e92415;
}

.mcalc .tooltip__inner {
    display: none;
    font-size: 0.8em;
    position: absolute;
    top: -5px;
    left: -30px;
    right: -30px;
    padding: 5px;
    background: #000;
    color: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
}

.mcalc .tooltip.is-show .tooltip__inner {
    display: block;
}

.mcalc .tooltip__inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
        transform: translateX(-50%) translateY(100%);
}

html.is-iOS * {
    cursor: pointer
}

.result-item-toggle {
    height: 320px;
}

@media (min-width: 768px) {
    .mcalc .mcalc__total .mcalc__total-list {
        margin-bottom: 29px;
    }
    .result-item-toggle {
        height: 220px;
    }
}

@media (min-width: 1024px) {
    .result-item-toggle {
        height: 294px;
    }
}

@media (min-width: 1366px) {
    .result-item-toggle {
        height: 400px;
    }
}

.not-found-service {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    font-size: 16px;
    border: 2px solid #ba1b0f;
}

.not-found-service a {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.not-found-service a:after {
    content: none;
}

@media (min-width: 1024px) {
    .not-found-service {
        font-size: 24px;
        padding: 20px 30px;
        margin: 0 0 40px 0
    }

    .not-found-service a {
        font-size: 24px;
    }
}

/* ----- Банер ----- */

.banner {
    position: relative;
}

.banner__item {
    display: none;
    -webkit-transition: opacity .5s ease-in-out 0s;
    transition: opacity .5s ease-in-out 0s
}

a.banner__item {
    cursor: pointer;
}

.banner__item:focus {
    outline: none;
}

.banner__item:first-child {
    display: block;
}

.slick-slider .banner__item {
    opacity: 0;
}

.slick-active .banner__item {
    opacity: 1
}

.banner__inner {
    text-align: center
}

.banner__inner img {
    vertical-align: top
}

.banner__image {
    max-width: 100%;
    display: none !important
}

@media (min-width: 1280px) {
    .banner__image {
        display: block !important
    }
}

.banner__image-mobile {
    max-width: 100%
}

@media (min-width: 1280px) {
    .banner__image-mobile {
        display: none !important
    }
}

.banner__dots {
    max-width: 1280px;
    margin: auto;
    text-align: center;
}

@media (min-width: 768px) {
    .banner__dots {
        z-index: 99;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
    }
}

.banner__dots ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2px 4px;
    background: rgba(34, 37, 42, 1);
    text-align: left;
}

@media (min-width: 768px) {
    .banner__dots ul {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 2px 4px;
        background: rgba(34, 37, 42, 0.5);
        text-align: left;
        border-radius: 3px;
    }
}

.banner__dots li {
    margin: 0;
    padding: 5px;
}

.banner__dots button {
    display: block;
    position: relative;
    text-indent: -9999px;
    background: transparent;
    box-shadow: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none
}

.banner__dots button:focus {
    outline: none;
}

.banner__dots button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    border: 0 solid #ba1b0f;
    width: 0;
    height: 0;
    border-radius: 3px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s
}

.banner__dots .slick-active button:before {
    border-width: 2px;
    width: 100%;
    height: 100%;
}

.banner__dots button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s
}

.form__head {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 1em
}

.form__errors {
    color: #e92415;
    margin: 0 0 2em;
}

.form__error {
    margin: 0 0 1em;
}

.form__row + .form__row {
    margin-top: 1em;
}

.form__row_submit, .form__row + .form__row_submit {
    margin-top: 2em;
}

.form__label {
    font-weight: 500;
    margin-bottom: 0.5em;
}

.form__field + .form__field {
    margin-top: 0.5em;
}

.form__warning {
    position: relative;
    pointer-events: none;
    padding-bottom: 1.2em;
}

.form__warning-text {
    color: #e92415;
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    left: 0;
    bottom: 0;
    font-size: 0.8em;
    opacity: 0;
}

.form__field.warning .form__warning-text {
    opacity: 1;
}

.form__req {
    color: #e92415;
}

.form__text input {
    height: 60px;
    width: 100%;
    border: 2px solid #444a54;
    color: #1d1d1b;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1;
    background-color: transparent;
    border-radius: 0;
}

.form__select select {
    height: 60px;
    width: 100%;
    border: 2px solid #444a54;
    color: #1d1d1b;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1;
    background-color: transparent;
}

.form__textarea textarea {
    height: 180px;
    width: 100%;
    border: 2px solid #444a54;
    color: #1d1d1b;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 1;
    background-color: transparent;
    font-family: inherit;
    border-radius: 0;
}

.form__checkbox input[type=checkbox] {
    display: none;
}

.form__checkbox span {
    position: relative;
    margin-left: 50px;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 30px;
    cursor: pointer;
}

.form__checkbox span:after {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #444a54;
}

.form__checkbox input[type=checkbox]:checked + span:after {
    border-color: #e92415;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAMAAACXmSduAAAASFBMVEUAAAD/IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA//IA8IpEefAAAAF3RSTlMAAQMEBQgKDA0RIDKJnqi+w8zZ5O31+4Q1hGUAAABJSURBVHjaVchJEoAgEMDAiOCCihs6//+phRYD5tahzgVb0+4S/jwctIVnB/7yyh6Y5U7DbB9pljTM+jKPaZU4gA6ROEIZmTqUDy7RA6oSS4bXAAAAAElFTkSuQmCC) 50% 50% no-repeat;
}

.form__radio input[type=radio] {
    display: none;
}

.form__radio, .form__checkbox {
    display: inline-block;
    margin: 0 1em 10px 0;
}

.form__radio span {
    position: relative;
    margin-left: 29px;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 30px;
    cursor: pointer;
}

.form__radio span:after {
    content: "";
    position: absolute;
    left: -29px;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 2px solid #444a54;
    border-radius: 50%;
}

.form__radio span:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 8px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
}

.form__radio input[type=radio]:checked + span:after {
    border: 2px solid #e92415;
}

.form__radio input[type=radio]:checked + span:before {
    background-color: #e92415;
}

.form__file input[type=file] {
    display: none;
}

.form__file-choose, .form__file-remove {
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
}

.form__file-name {
    display: none;
}

.form__file-remove {
    display: none;
    color: #e92415;
    margin: 0 0 0 1em;
}

.form__file.has-value .form__file-choose {
    display: none;
}

.form__file.has-value .form__file-name, .form__file.has-value .form__file-remove {
    display: inline-block;
}

.form__select .jqselect {
    width: 100%;
}

.form__select .jq-selectbox__select {
    height: auto;
    border: 2px solid #1d1d1b;
    padding: 0 30px 0 20px;
}

.form__select .jq-selectbox__select-text {
    height: 60px;
    line-height: 60px;
}

.form__select .jq-selectbox__dropdown {
    top: 100%;
    height: 60px;
    line-height: 60px;
}

.form__select .jq-selectbox__dropdown ul {
    max-height: 250px;
}

.form__select .jq-selectbox__trigger-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAMAAABFyS02AAAAY1BMVEUAAAAiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSoiJSorrM5TAAAAIHRSTlMABAYKDxUYHCk2PEROW2ZwfIilsrvDyc7P09zx9vr7/WpKyLsAAABjSURBVHgBXcGFDYRAAEXBh7u7//6rvA3ZEI4Z4iniJZpiZq0hj3DVTLJpCbCCRVsC6a7R5+aP2lOM7NDgYXiDjoxbfqp3we115ljFpc5xOl0Fj1JqW6nkpZJR8aeWaj6aBusH5QsGocK+c/gAAAAASUVORK5CYII=);
    opacity: 1;
    border: none;
    width: 18px;
    height: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form a {
    border-bottom: 1px solid #e92415;
    -webkit-transition: .3s;
    transition: .3s;
    color: inherit;
}

.form a:hover {
    color: #e92415;
}

.breadcrumbs {
    display: none;
}

@media (min-width: 768px) {
    .breadcrumbs {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        margin: -5px 0 27px;
        font-size: 16px;
        padding: 0 20px;
    }

    .atm-block__header.form-is-hidden {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media (min-width: 1440px) {
    .breadcrumbs {
        font-size: 16px;
    }
}


.breadcrumbs__item {
    padding: 5px 0;
}

.breadcrumbs__sep {
    margin: 0 3px 0 0;
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.6;
}

.breadcrumbs__link {
    color: #000;
    font-size: 12px;
    line-height: 1.6;
}

a.breadcrumbs__link {
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.6;
}

a.breadcrumbs__link:hover {
    opacity: 1;
}

.breadcrumbs + .main-title {
    margin: -20px 0 0;
}

/*.breadcrumbs + .main-title h1{*/
/*    margin-top: 0;*/
/*}*/

.is-desktop .header-menu-item_phone, .is-desktop .header-menu-item_phone a, .footer-phone, .footer-phone a{
    pointer-events: none;
}

.atm-result-item-icons {
    padding-top: 10px;
}

.atm-result-item-icon > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    }

.header-menu-item__link--city:after {
    display: none !important;
    }

.header-menu-item__link--city svg {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    }

@media (min-width: 768px) {
    .header-menu-item__link--city svg {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        }
    }


.header-menu-mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    }

.header-menu-mobile .header-menu-item_city {
    padding-top: 44px;
    }
.header-menu-mobile  .header-menu-item_city .header-menu-item__link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    }
.header-menu-mobile  .header-menu-item_city .header-menu-item__link span {
    margin-left: 5px;
    }
@media (min-width: 768px) {
    .header-menu-mobile {
        display: none;
        }
    }

.write-us__element {
    margin-bottom: 24px;
    }
@media (min-width: 768px) {
    .write-us__element {
        margin-bottom: 0;
        margin-top: 8px;
        padding-right: 10px;
        }
    }

@media (min-width: 1366px) {
    .write-us__element {
        padding-right: 0;
        }

    .tab-item {
        flex-direction: column;
    }

    .office-info {
        margin-right: 119px;
    }

    .office-info:nth-child(3n) {
        margin-right: 0;
    }
    }


.footer-list-block__element {
    margin-bottom: 14px;
    }

.footer-list-block__element a {
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
    }

@media (min-width: 768px) {
    .footer-list-block__element {
        margin-right: 20px;
        line-height: 0;
        margin-bottom: 11px;
        }
    .footer-list-block__element a    {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        opacity: 0.5;
        text-decoration: underline;
        }
    .footer-list-block__element a:hover {
        opacity: 1;
        }

    }

.popup-request {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    max-width: 799px;
    padding: 76px 118px 79px 99px;
    }

.label sup {
    position: relative;
    top: -3px;
    }

input, textarea {
    border-radius: 0;
    }

.popup-app__btn-store:hover,
.social__element a:hover {
    opacity: 0.5;
    }

.atm-block .select .jq-selectbox__select {
    border: none;
    padding-left: 23px;
    -webkit-transition: background .3s;
    transition: background .3s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.atm-block .select .jq-selectbox__select:after {
    content: '';
    position: absolute;
    display: block;
    left: 2px;
    top: -1px;
    height: 17px;
    width: 12px;
    background: url("../../img/icon-map.svg") no-repeat center bottom 100%;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}

.atm-block .select .jq-selectbox__select:before {
    content: '';
    position: absolute;
    left: 2px;
    top: -1px;
    display: block;
    height: 17px;
    width: 12px;
    background: url("../../img/icon-map-red.svg") no-repeat center bottom 100%;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.atm-block .select .jq-selectbox__select-text {
    height: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    width: auto;
    display: inline-block;
    border-bottom: 1px dashed #E62613;
    -webkit-transition: .3s;
    transition: .3s;
}
.atm-block .select .jq-selectbox__select:hover {
    color: #E62613;
    }
.atm-block .select .jq-selectbox__select:hover:before {
    opacity: 1;
    }
.atm-block .select .jq-selectbox__select:hover:after {
    opacity: 0;
    }
.atm-block .select .jq-selectbox__dropdown ul {
    padding: 30px 20px;
    }
.atm-block .select .jq-selectbox__dropdown li {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
    }
.atm-block .select .jq-selectbox__dropdown li:not(:last-child) {
    margin-bottom: 16px;
    }
.atm-block .jq-selectbox__trigger {
    display: none;
    }
@media (min-width: 768px) {
    .atm-block .select .jq-selectbox__select {
        border: none;
        /*background: url("../../img/icon-map.svg") no-repeat left top 4px;*/
        padding-left: 20px;
    }

    .atm-block .select .jq-selectbox__select:before,
    .atm-block .select .jq-selectbox__select:after {
        left: 0;
        top: 2px;
    }


    .atm-city {
        width: auto;
    }

    .atm-form {
        margin-right: 30px;
    }

    .atm-block .select .jq-selectbox__select-text {
        font-size: 18px;
        width: auto !important;
        }

    .tabs-link {
        height: 48px;
        width: 48px;
    }

    .atm-block__toggle-filters {
        min-height: 48px;
    }
    }

.atm-block__toggle-filters {
    border: 2px solid #E8E8E8;
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 12px 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    margin-left: auto;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    }

.atm-block__toggle-filters:hover {
    background-color: #E8E8E8;
    }

.atm-block__toggle-filters svg {
    margin-left: 8px;
    }

.atm-block__header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding: 0 20px;
    position: relative;
    }

@media (min-width: 768px) {
    .atm-form,
    .atm-block__header {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
        padding: 0;
        }

    .atm-form {
        padding: 0;
        margin: 0;
        margin-top: 5px;
        padding-right: 40px;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }

    .field.atm-city,
    .field.atm-radio {
        margin: 0;
        width: auto;
        }

    .field.atm-city {
        width: 224px;
        padding-right: 10px;
        margin-bottom: 13px;
    }
    }

.office-info {
    position: relative;
    background: #fff;
    padding: 10px 20px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    max-width: 349px;
    width: 100%;
    }

.office-info-container {
    max-width: 1286px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.office-info--with-border {
    /*border: 2px solid #E8E8E8;*/
    max-width: 542px;
    width: 100%;
    padding: 38px 20px;
    border: 1px solid rgba(0,0,0,0.25);
}

.office-info__dropdown.dropdown {
    margin: 24px 0;
    width: 100%;
}

/*.office-info--with-border:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    display: block;*/
/*    height: 11px;*/
/*    width: 11px;*/
/*    border-left: 2px solid #E8E8E8;*/
/*    border-top: 2px solid #E8E8E8;*/
/*    background: #fff;*/
/*    z-index: 1;*/
/*    top: -8px;*/
/*    left: 30px;*/
/*    transform: rotate(45deg);*/
/*}*/

.office-info__metro,
.office-info__branches {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

.office-info__metro {
    margin-bottom: 19px;
}


@media (min-width: 698px) {
    .office-info__metro {
        min-height: 26px;
    }
}

.office-info__branches {
    margin-right: 8px;
    }

.office-info__branch {
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    min-width: 26px;
    color: #ffffff;
    font-size: 14px;
}

.office-info__branch:first-child {
    z-index: 5;
    }
.office-info__branch:nth-child(2) {
    z-index: 4;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    }
.office-info__branch:nth-child(3) {
    z-index: 3;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    }
.office-info__branch:nth-child(4) {
    z-index: 2;
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
    }
.office-info__branch:nth-child(5) {
    z-index: 1;
    -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
            transform: translateX(-40px);
    }

.office-info__station {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    }

.office-info--with-border a.office-info__title,
.office-info--with-border .office-info__title h3
{
    font-size: 16px;
    display: inline-block;
    /*overflow: unset;*/
    height: auto;
    max-width: 250px;
}

a.office-info__title:hover {
    color: #E62613;
}

a.office-info__title,
.office-info__title h3
{
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 31px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.office-info__title span {
    position: relative;
    /*border-bottom: 1px solid #E62613;*/
}
.office-info__title span:after {
    content: '';
    position: absolute;
    display: inline;
    width: 100%;
    height: 1px;
    background-color: #E62613;
    bottom: 1px;
    left: 0;
}

.office-info__title .office-info__small:after{
    bottom: 0;
}

.office-info__title span:last-of-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.office-info--atm a.office-info__title,
.office-info--atm .office-info__title h3
{
    border-bottom: none;
}

.office-info--atm .office-info__services {
    align-self: flex-end;
}

.office-info__title img {
    margin-top: 4px;
    margin-left: auto;
}

.office-info__small {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.office-info__address {
    display: inline-block;
    color: #000000;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #E62613;
    }

a.office-info__address:hover {
    color: #E62613;
}

.office-info--with-border .office-info__address {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

.content .filters__title h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.office-info__contacts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-top: 12px;
    }

.office-info--with-border .office-info__contacts {
    margin-top: 12px;
}

.office-info__contact:hover {
    color: #E62613;
}

.office-info__address,
.office-info__contact {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin-top: 2px;
}

.office-info--with-border .office-info__address,
.office-info--with-border .office-info__contact {
    font-size: 12px;
    margin-top: 2px;
    }

.office-info__services {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-top: 25px;
}

.office-info__service {
    margin-right: 8px;
    height: 26px;
    width: 26px;
    min-height: 26px;
    min-width: 26px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tabs-content {
    margin-top: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
}

.tabs-content p {
    margin-bottom: 7px;
}

.tabs-switcher {
    font-weight: 500;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
    opacity: 0.5;
    width: auto;
    height: auto;
    color: #1D1D1B;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #1D1D1B;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
}

.tabs-switcher:last-child:first-child {
    cursor: auto;
    pointer-events: none;
}

.tabs-switcher:hover {
    background-color: #E8E8E8;
}

.tabs-switcher:nth-child(1) {
    padding-left: 0;
}
.tabs-switcher:last-child {
    padding-right: 0;
}

.tabs-switchers--wide {
    position: relative;
}

.tabs-switchers--wide .tabs-switcher {
    padding-bottom: 8px;
}

.tabs-switchers--wide .tabs-switcher:nth-child(1) {
    padding-left: 19px;
}
.tabs-switchers--wide .tabs-switcher:last-child {
    padding-right: 13px;
}

.tabs-switcher.active {
    opacity: 1;
    background-color: #fff;
    }

.tabs-switcher:hover,
.tabs-switcher.active:hover {
    background-color: #E8E8E8;
}


.dropdown {
    margin: 24px -20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    padding-bottom: 16px;
}

.office-info--with-border .dropdown {
    margin-top: 30px;
}

.office-info__dropdown.dropdown .header-menu-item__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    width: auto;
    padding-right: 15px;
    margin: 0 20px 20px;
}

.header-menu-item-hidden-block .dropdown__list {
    background-color: rgba(29,29,27,0.06);
    padding: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}

.dropdown__element {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6;
    color: #000;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

/*.dropdown__element:last-of-type {*/
/*    margin-bottom: 0;*/
/*}*/

.dropdown__element:after {
    position: absolute;
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    background-color: #000;
    opacity: 0.2;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

.gm-style-iw.gm-style-iw-c {
    min-width: 320px !important;
    max-height: unset !important;
    padding: 0;
}

.gm-ui-hover-effect {
    right: 12px !important;
}

.gm-ui-hover-effect img {
    height: 18px !important;
    width: 18px !important;
}

.separator {
    height: 0;
    /*height: 4px;*/
}

.office-info--atm {
    margin-bottom: 54px;
}

.office-info--atm .separator {
    height: 0;
}

.office-info--atm .tabs-switchers {
    margin-top: 6px;
}

.office-info--atm .tabs-switcher {
    border-bottom: none;
}

.office-info--atm .tabs-content,
.office-info--atm .tabs-items {
    margin-top: 0;
}

fieldset {
    border: none;
}

.field__legend {
    font-weight: bold;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.2;
    margin-bottom: 25px;
    width: 100%;
}

.atm-chexkbox__label.p2 {
    font-size: 12px;
    position: relative;
    padding-left: 26px;
}

.atm-chexkbox__label.p2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border: 2px solid #E8E8E8;
}

.checkbox:checked + .atm-chexkbox__label.p2:after {
    border-color: #E62613;
}

.checkbox:checked + .atm-chexkbox__label.p2:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    height: 8px;
    width: 4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #E62613;
    border-bottom: 2px solid #E62613;
}

.scroll-disabled {
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
}

.scroll-disabled .content {
    position: relative;
    z-index: 200;
}

.filters {
    display: none;
}

.menu-opened {
    display: block;
    top: 0;
    bottom: 0;
    min-width: 320px;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 200;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    padding: 50px 20px;
}

.menu-opened .fancybox-close {
    border: none;
    top: 9px;
    right: 11px;
    background-size: 12px;
}

.reset {
    background-color: transparent;
    border: none;
    font-weight: normal;
    padding: 0;
    font-size: 12px;
    line-height: 1.3;
    opacity: 0.5;
    -webkit-transition: .3s;
    transition: .3s;
}

.reset:hover {
    opacity: 1;
}

.filters__fieldset {
    margin: 0;
    margin-top: 30px;
    padding: 0;
}
.filters__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.filters .chexkbox-item {
    margin-bottom: 18px;
}

.filters .chexkbox-item .atm-chexkbox__label {
    font-size: 12px;
    font-weight: normal;
}

.filters__wrapper .chexkbox-item {
    width: 19%;
    margin-bottom: 10px;
}

.filters .atm-chexkbox__label {
    margin-top: 0;
}

.filters .field.atm-chexkbox {
    padding-bottom: 50px;
    padding-top: 10px;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

.dropdown__wrapper {
    width: 100%;
}

.dropdown__wrapper:first-of-type .dropdown__list {
    padding: 20px 20px 1px 20px;
}
.dropdown__wrapper:last-of-type .dropdown__list {
    padding: 0 20px 20px 20px;
}

.content .dropdown__link h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    width: auto;
    padding-right: 15px;
    margin: 0 20px 20px;
    white-space: nowrap;
    cursor: pointer;
}

.office-info__services {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.atm-result .content {
    margin-top: 40px;
}

.reset-desktop {
    font-size: 18px;
    line-height: 1.3;
    color: #1D1D1B;
    opacity: 0.5;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.reset-desktop:hover {
    opacity: 0.25;
}

.buttons-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.office-info--with-border  .office-info__branch {
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
}

.office-info__dropdown .dropdown__link {
    max-width: 70px;
    display: flex;
    align-items: center;
}


@media (min-width: 768px) {
    .office-info__title .office-info__small:after{
        bottom: 1px;
    }

    .atm-chexkbox__label.p2::after {
        height: 16px;
        width: 16px;
        top: 4px;
        left: -1px;
    }
    .checkbox:checked + .atm-chexkbox__label.p2:before {
        top: 8px;
        left: 6px;
    }
    .tabs-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .office-info-container {
        width: 100%;
        max-width: 768px;
        padding: 0;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0 auto;
    }

    .office-info-container .office-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .office-info-container .office-info:nth-child(even) {
        margin-left: auto;
    }

    .office-info__title .office-info__big:after {
        content: '';
        position: absolute;
        display: inline;
        width: 100%;
        height: 1px;
        background-color: #E62613;
        bottom: 3px;
        left: 0;
    }

    .office-info__service {
        height: 30px;
        width: 30px;
        min-height: 30px;
        min-width: 30px;
    }

    .office-info__service:nth-child(6) {
        margin-right: 0;
    }

    .office-info--with-border a.office-info__title,
    .office-info--with-border .office-info__title h3
    {
        max-width: 300px;
    }

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .field.atm-chexkbox {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    /*.atm-chexkbox__label.p2 {*/
    /*    white-space: nowrap;*/
    /*}*/

    .chexkbox-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .atm-block__toggle-filters {
        font-size: 18px;
        font-weight: 500;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 0;
    }

    .atm-block__header .tabs-links {
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        margin-left: auto;
    }

    .atm-form .label--radio {
        font-size: 18px;
        padding-left: 28px;
    }

    .atm-result:before {
        content: '';
        display: block;
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #1D1D1B;
        opacity: 0.2;
        z-index: 1;
    }

    .atm-result .content {
        margin-top: 40px;
    }

    .atm-block__toggle-filters svg {
        margin-left: 11px;
    }

    .atm-block__toggle-filters {
        padding: 10px 28px 10px 27px;
    }

    .field__legend {
        font-size: 12px;
        margin-bottom: 27px;
    }

    .atm-chexkbox__label.p2 {
        padding-left: 29px;
    }

    .filters__wrapper {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .filters__wrapper .chexkbox-item {
        width: 100%;
    }

    .filters .field.atm-chexkbox {
        margin-top: 28px;
        padding-top: 0;
    }

    .checkbox {
        width: 20px;
        height: 20px;
    }

    .filters__fieldset:not(:last-of-type) {
        margin-right: 72px;
    }

    .filters .chexkbox-item {
        margin-bottom: 21px;
        width: auto;
    }

    .filters .chexkbox-item .atm-chexkbox__label {
        font-size: 18px;
    }

    .field__column {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .field__column:not(:last-of-type) {
        margin-right: 11px;
    }

    .tab-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .office-info {
        width: 320px;
        padding: 69px 0 38px;
    }

    .office-info.office-info--with-border,
    .office-info.office-info--atm.office-info--with-border {
        width: 542px;
        padding: 39px 49px 45px 32px;
        margin-right: 0;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        min-width: 320px;
        border: 1px solid rgba(0,0,0,0.25);
    }

    .office-info.office-info--atm.office-info--with-border {
        width: auto;
    }

    .office-info--with-border  .office-info__branch {
        height: 24px;
        width: 24px;
        min-height: 24px;
        min-width: 24px;
    }

    .office-info--with-border  .office-info__branch {
        height: 24px;
    }
    .office-info--with-border  .office-info__branches {
        margin-right: 17px;
    }

    .office-info__station {
        font-size: 16px;
    }

    .office-info__branch {
        height: 30px;
        width: 30px;
        min-height: 30px;
        min-width: 30px;
        font-size: 16px;
    }

    /*.office-info__branch:nth-child(2) {*/
    /*    -webkit-transform: translateX(-15px);*/
    /*        -ms-transform: translateX(-15px);*/
    /*            transform: translateX(-15px);*/
    /*}*/
    /*.office-info__branch:nth-child(3) {*/
    /*    -webkit-transform: translateX(-30px);*/
    /*        -ms-transform: translateX(-30px);*/
    /*            transform: translateX(-30px);*/
    /*}*/
    /*.office-info__branch:nth-child(4) {*/
    /*    -webkit-transform: translateX(-45px);*/
    /*        -ms-transform: translateX(-45px);*/
    /*            transform: translateX(-45px);*/
    /*}*/
    /*.office-info__branch:nth-child(5) {*/
    /*    -webkit-transform: translateX(-60px);*/
    /*        -ms-transform: translateX(-60px);*/
    /*            transform: translateX(-60px);*/
    /*}*/
    .office-info--with-border .office-info__branch:nth-child(2) {
        -webkit-transform: translateX(-12px);
            -ms-transform: translateX(-12px);
                transform: translateX(-12px);
    }
    .office-info--with-border .office-info__branch:nth-child(3) {
        -webkit-transform: translateX(-24px);
            -ms-transform: translateX(-24px);
                transform: translateX(-24px);
    }
    .office-info--with-border .office-info__branch:nth-child(4) {
        -webkit-transform: translateX(-36px);
            -ms-transform: translateX(-36px);
                transform: translateX(-36px);
    }
    .office-info--with-border .office-info__branch:nth-child(5) {
        -webkit-transform: translateX(-48px);
            -ms-transform: translateX(-48px);
                transform: translateX(-48px);
    }

    a.office-info__title,
    .office-info__title h3
    {
        font-size: 24px;
    }

    .office-info__branches {
        margin-right: 14px;
    }

    .office-info__metro {
        margin-bottom: 25px;
        min-height: 30px;

    }

    .office-info--with-border .office-info__metro {
        margin-bottom: 19px;
    }

    .office-info--with-border .office-info__wrapper--row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .office-info--with-border .office-info__contacts {
        margin-top: 0;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

    .office-info--with-border .office-info__address,
    .office-info--with-border .office-info__contact {
        font-size: 14px;
        margin-top: 0;
    }

    .office-info--with-border .office-info__address {
        border-bottom: none;
    }
    .office-info--with-border .office-info__services {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
    }

    .atm-result .office-info--with-border .tabs-items {
        margin-top: 22px;
    }

    .office-info--with-border a.office-info__title,
    .office-info--with-border .office-info__title h3
    {
        border-bottom: 1px solid #E62613    ;
    }

    .office-info__address {
        overflow: unset;
        display: inline;
        text-overflow: unset;
        white-space: normal;
    }

    .office-info--atm .office-info__address {
        line-height: 1.2;
        margin-top: 0;
    }

    .office-info--atm .separator {
        height: 7px;
    }

    .office-info--atm .tabs-switchers {
        margin-top: 10px;
    }

    .office-info__title img {
        margin: 0 9px 5px auto;
    }

    .office-info__small {
        font-size: 16px;
        margin-top: -5px;
    }

    .separator {
        height: 7px;
    }

    .office-info--with-border .separator {
        height: 5px;
    }

    .office-info__contacts {
        margin-top: 18px;
    }

    .tabs-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .office-info__bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .office-info__services {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }

    .office-info--atm:not(.office-info--with-border) .office-info__services {
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .office-info--atm .office-info__service:nth-child(6) {
        margin-right: 10px;
    }

    .dropdown {
        width: auto;
        margin: 28px 0 0;
    }

    .office-info__dropdown.dropdown {
        margin-top: 29px;
        width: auto;
        margin-right: 20px;
    }

    .office-info__dropdown .dropdown__link {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.3;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .office-info__dropdown.dropdown .header-menu-item__link {
        margin: 0;
        font-size: 16px;
    }

    .office-info__services {
        margin-top: 22px;
    }

    .office-info__service {
        margin-right: 10px;
    }
    .office-info__service:last-of-type {
        margin-right: 0;
    }
    .office-info__service {
        height: 30px;
        width: 30px;
        min-height: 30px;
        min-width: 30px;
    }

    .office-info--with-border .office-info__service {
        height: 24px;
        width: 24px;
        min-height: 24px;
        min-width: 24px;
        max-height: 24px;
        max-width: 24px;
    }

    .office-info--with-border .tabs-content p:last-of-type {
        margin-bottom: 6px;
    }

    .office-info--with-border .office-info__service:not(:last-of-type) {
        margin-right: 8px;
    }

    .office-info--with-border .office-info__service:nth-child(6) {
        margin-right: 0;
    }


    .office-info .header-menu-item-hidden-block {
        left: 2px;
        -webkit-transform: translateY(-45px);
            -ms-transform: translateY(-45px);
                transform: translateY(-45px);
        background-color: #f6f6f6;
    }

    .office-info .header-menu-item-hidden-block .dropdown__list {
        margin-bottom: 0;
        background-color: transparent;
    }

    .dropdown__wrapper {
        height: 100%;
    }

    /*.atm-result .tabs-items {*/
    /*    margin-top: 37px;*/
    /*}*/

    .atm-result .office-info__wrapper .tabs-items {
        margin-top: 20px;
    }

    .office-info--atm .office-info__wrapper .tabs-items {
        margin-top: 0;
    }

    .atm-form .label--radio:not(:first-of-type) {
        margin-left: 0;
    }

    .atm-chexkbox__label {
        max-width: unset;
    }

    .atm-block .radio-wrapper {
        max-width: 382px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .atm-form input[type="radio"]:checked + .label--radio::after,
    .atm-form .label--radio::after {
        top: 4px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .atm-form input[type="radio"]:checked + .label--radio::before {
        top: 8px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .office-info--with-border .tabs-switchers {
        margin-top: 17px;
    }

    .tabs-switchers--wide .tabs-switcher {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 40px;
    }

    .tabs-switchers--wide .tabs-switcher:nth-child(1) {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .office-info-container {
        max-width: 1024px;
    }

    .office-info-container .office-info:nth-child(even) {
        margin-left: unset;
    }

    .office-info-container .office-info:nth-child(3n + 2) {
        margin-left: 32px;
        margin-right: 32px;
    }

    .atm-form .label--radio {
        width: auto;
        white-space: nowrap;
    }

    .atm-form .label--radio {
        margin-right: 27px;
    }

    .filters__fieldset--2-columns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .atm-block .radio-wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

/*@media (min-width: 1024px) {*/
/*    .atm-block .radio-wrapper {*/
/*        display: block;*/
/*    }*/
/*}*/

.office-info__dropdown .header-menu-item-hidden-block {
    width: -webkit-calc(100% + 52px);
    width: calc(100% + 52px);
    margin: 0 -26px;
}



.calc-result__request {
    display: block;
    max-width: 280px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    background-color: #E62613;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    margin: 0 auto 14px;
    -webkit-transition: .3s;
    transition: .3s;
    /*white-space: nowrap;*/
    opacity: 1;
}

.services__wrapper {
    padding: 80px 20px 30px;
}

.reference-info__wrapper {
    padding: 30px 20px 120px;
}

.services,
.reference-info {
    background-color: #e8e8e8;
}

.inner .services .container,
.inner .reference-info .container,
.services .container,
.reference-info .container {
    max-width: 320px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.content h3.services__title,
.content h3.reference-info__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 40px;
}

.content h3.reference-info__title {
    margin-bottom: 36px;
}

.services-item {
    background-color: #fff;
    margin-bottom: 19px;
}

.services-item__img {
    position: relative;
}

.services-item__img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.services-item picture {
    font-size: 0;
    line-height: 0;
}

.services-item img {
    width: 280px;
    height: 160px;
    position: relative;
    z-index: 0;
}

.services-item__description {
    padding: 25px 21px 20px 20px;
}

.content h3.services-item__title {
     font-weight: 500;
     font-size: 20px;
     line-height: 1.3;
    /*margin-bottom: 16px;*/
 }

.services-item__about {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 17px;
    padding-bottom: 0;
    max-width: 100%;
}

.advantages__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
}

.services-item__more {
    font-size: 12px;
    line-height: 1.6;
    text-decoration: underline;
    color: #000000;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    margin-top: 50px;
    display: inline-block;
    background-color: transparent;
    border: none;
}

.services-item__more:hover {
    opacity: 0.5;
}

.reference-info .right-deposits-item {
    background-color: transparent;
    border-top: 2px solid #dededd;
    padding: 19px 0 18px;
    margin-bottom: 0;
}

.reference-info .right-deposits__toggle-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

.reference-info__text {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6;
    color: #000;
    opacity: 0.5;
    margin-top: 63px;
}

@media (min-width: 768px) {
    .inner .services .container,
    .inner .reference-info .container,
    .services .container,
    .reference-info .container {
        max-width: 1366px;
        padding: 0 40px;
    }
    .office-info__title .office-info__big {
        font-weight: 500;
        font-size: 24px;
        line-height: 1.3;
    }

    .office-info__dropdown .header-menu-item-hidden-block {
        margin: 0;
        -webkit-transform: translateY(-61px);
            -ms-transform: translateY(-61px);
                transform: translateY(-61px);
        width: -webkit-calc(100% + 17px);
        width: calc(100% + 17px);
        max-width: 340px;
    }


    .services__wrapper, .reference-info__wrapper {
        padding: 120px 0px;
    }

    .services__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-bottom: 41px;
    }

    .reference-info__wrapper {
        padding-top: 40px;
        padding-bottom: 180px;
    }

    .content h3.services__title, .content h3.reference-info__title {
        font-size: 50px;
        margin-bottom: 60px;
        width: 100%;
    }

    .services-item {
        width: 100%;
        position: relative;
    }

    .services-item__img {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        height: 100%;
        width: auto;
        max-width: 45%;
        overflow: hidden;
    }

    .services-item__img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .services-item__img::after {
        background: -webkit-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);;
    }

    .services-item__description {
        position: relative;
        z-index: 1;
        padding-right: 37%;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .content h3.services-item__title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .services-item__about {
        font-size: 14px;
        margin-top: 14px;
    }

    .services-item__more {
        font-size: 14px;
        margin-top: auto;
    }

    .reference-info .right-deposits-item {
        max-width: 751px;
        padding-top: 34px;
        padding-bottom: 34px;
        margin-bottom: 0;
        /*margin-bottom: 32px;*/
    }

    .reference-info .right-deposits__toggle-link {
        font-size: 22px;
    }

    .reference-info__text {
        max-width: 751px;
        margin-right: auto;
        font-size: 14px;
        margin-top: 71px;
    }

    .inner .main-title h1 {
        font-weight: 500;
        font-size: 60px;
        line-height: 1.3;
    }

    .reference-info .right-deposits__toggle-link:after {
        right: -7px;
    }
    .reference-info .right-deposits__toggle-link.toggled:after {
        right: -2px;
    }

    .content .dropdown__link h3 {
        margin: 0;
        font-size: 16px;
    }

    /*.dropdown__list {*/
    /*    white-space: nowrap;*/
    /*}*/

    .dropdown__wrapper:first-of-type .dropdown__list {
        padding: 18px 10px 20px 18px;
    }
    .dropdown__wrapper:last-of-type .dropdown__list {
        padding: 18px 10px 20px 10px;
    }

    .gm-ui-hover-effect {
        right: 8px !important;
        top: 9px !important;
    }
}

@media (min-width: 1024px) {

    .services-item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        position: relative;
        min-height: 295px;
        margin-bottom: 39px;
    }

    .services-item:nth-child(even) {
        margin-right: auto;
    }


    .services-item__description {
        padding-left: 40px;
        padding-top: 41px;
        padding-bottom: 42px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .services-item__about {
        margin-top: 0;
    }

    .services-item__more {
        width: auto;
    }

}

@media (min-width: 1366px) {
    .buttons-wrapper {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .reset-desktop {
        position: static;
        margin-top: 0;
        margin-left: 30px;
        margin-right: 30px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .office-info .header-menu-item-hidden-block {
        left: -20px;
    }

    .office-info-container {
        max-width: 1286px;
    }
    .office-info-container .office-info,
    .office-info-container .office-info:nth-child(even),
    .office-info-container .office-info:nth-child(3n + 2) {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        margin-right: 119px;
    }

    .office-info-container .office-info:nth-child(3n) {
        margin-right: 0;
    }

    .tab-item {
        -webkit-justify-content: flex-start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .office-info {
        width: 349px;
        padding: 51px 0 29px;
    }
}

.gm-ui-hover-effect {
    -webkit-transition: .3s;
    transition: .3s;
}

.scrollFix {
    /* fix for google maps in Chrome*/
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    border: 2px solid #E8E8E8;
    box-shadow: none;
}

.gm-style .gm-style-iw-t::after {
    background-color: #fff;
    border-bottom: 2px solid #E8E8E8;
    border-left: 2px solid #E8E8E8;
    box-shadow: none;
}

.tabs-switchers--wide {
    overflow-x: scroll;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tabs-items--wide {
    margin: 60px 20px 0;
}
.tabs-section {
    padding: 2px 0 73px;
    background-color: #f3f3f3;
}

.content h2.tabs-content__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.tabs-content p.tabs-content__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 28px;
}

.content h3.subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 10px;
}

.accordion__toggle-link {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 21px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.accordion__list-elem {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 8px;
}

.calc {
    padding: 80px 20px 38px;
}

.mcalc .calc h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 60px;
    padding-bottom: 0;
}


.mcalc__total-list {
    margin-left: 12px;
}







.mcalc__toggle-title {
    font-weight: bold;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.mcalc__toggle-title:hover {
    opacity: 1;
}

.calc-result {
    padding: 10px 20px 80px;
}

.mcalc__total h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 24px;
}

.calc-result__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 9px;
}

.mcalc__total-bottom p {
    font-weight: normal;
    font-size: 10px;
    line-height: 1.3;
    opacity: 0.5;
}

.mcalc .mcalc__total-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}

.mcalc .mcalc__total-price .rub,
.mcalc__total-price--small {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.6;
    font-style: normal !important;
}

.mcalc .mcalc__total .mcalc__title {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.5;
    text-transform: unset;
}

.tabs-section .tabs-switcher {
    background-color: transparent;
}

.percents {
    background-color: #f3f3f3;
    padding: 82px 20px;
}

.content h3.percents__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 54px;
}

.percents__table {
    overflow-x: auto;
    padding-bottom: 16px;
    text-align: left;
}

.percents__table th {
    font-weight: bold;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.5;
    white-space: nowrap;
    padding-right: 40px;
    padding-bottom: 30px;
}

.percents__table td {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0 24px;
}

.percents__table td:first-child {
    font-weight: 500;
}

.percents__table tr {
    border-bottom: 1px solid #E8E8E8;
}

.percents__table tbody tr:last-child {
    border-bottom: none;
}

.nicescroll-rails {
    background-color: #fff;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

.advantages {
    padding: 82px 20px 67px;
}

.content h3.advantages__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 50px;
}

.advantages__element {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
}

.advantages__element svg {
    min-width: 26px;
    margin-right: 26px;
    fill: #1d1d1b;
    margin-top: 5px;
}
.advantages__wrapper {

}

.content h4.advantages__title {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 6px;
    max-width: 100%;
}

.content p.advantages__text {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    max-width: 100%;
}



.mcalc__toggle-title {
    margin-top: 35px;
}

.percents__table th {
    width: auto;
}

.percents__table th:first-child {
    min-width: 165px;
}

.input__block .label--agreement::after,
.label--radio::after {
    opacity: 0.5;
    font-size: 0;
    line-height: 0;
}

.input__block input[type="checkbox"]:checked + .label--agreement::before {
    height: 10px;
    width: 10px;
}

.tabs-switchers--wide.tabs-switchers {
    overflow-x: auto;
}

.map-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 93.75%;
}

@media (min-width: 768px) {
    .map-wrapper {
        padding-bottom: 700px;
    }

    .map-atm-res {
        width: 100%;
        margin: 0;
    }

    .tabs-section {
        padding: 23px 40px 150px;
        margin: 0 -40px;
        position: relative;
        background-color: #e1e1e1;
    }

    .tabs-section:after {
        content: '';
        position: absolute;
        display: block;
        height: 4px;
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        left: 40px;
        top: 83px;
        background-color: #E8E8E8;
        opacity: 0.5;
        z-index: 0;
    }

    .tabs-items--wide {
        margin-right: 0;
        margin-left: 0;
        margin-top: 80px;
    }

    .tabs-switchers--wide {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        /*padding-right: 10px;*/
    }

    .tabs-switchers--wide.tabs-switchers {
        margin-top: 0;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .tabs-switchers--wide .tabs-switcher {
        font-weight: 900;
        font-size: 16px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        border-bottom: 4px solid transparent;
        padding-bottom: 12px;
    }

    .tabs-switchers--wide .tabs-switcher.active {
        border-bottom: 4px solid #1D1D1B;
    }

    .tabs-switchers--wide .tabs-switcher:hover {
        background-color: #C4C4C4;
    }

    .accordion__toggle-link {
        padding-right: 22px ;
    }

    .accordion__toggle-link::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
    }

    .accordion__toggle-link.opened-accordion:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
    }

    .jq-selectbox__select {
        -webkit-transition: .3s;
        transition: .3s;
    }

    /*.jq-selectbox__select:hover {*/
    /*    opacity: 0.5;*/
    /*}*/

    .tabs-items--wide h2.tabs-content__title {
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .tabs-items--wide p.tabs-content__text {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .tabs-items--wide h3.subtitle {
        font-size: 18px;
        line-height: 1.3;
    }

    .tabs-items--wide .tabs-content {
        max-width: 781px;
    }

    .tabs-items--wide .accordion__toggle-closed {
        font-size: 16px;
    }

    .tabs-items--wide .accordion__toggle-opened {
        font-size: 16px;
    }

    .mcalc {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-top: 120px;
    }

    .calc, .calc-result {
        padding: 0;
        max-width: 780px;
        width: 100%;
    }

    .calc {
        margin-bottom: 70px;
    }

    .mcalc .calc h2 {
        font-weight: 500;
        font-size: 40px;
        margin-bottom: 70px;
        padding-bottom: 0;
    }




    /*.mcalc .select .jq-selectbox__select {*/
    /*    border-bottom: none;*/
    /*}*/





    .input__block .label--agreement::after {
        height: 14px;
        width: 14px;
    }

    .calc-result {
        max-width: 381px;
        margin-left: auto;
        padding: 60px 60px 82px;
        background-color: #f3f3f3;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        margin-top: 103px;
    }

    .mcalc__total h3 {
        font-weight: 500;
        font-size: 40px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .calc-result__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 32px;
    }

    .mcalc__total-list {
        margin-left: 0;
    }

    .mcalc .mcalc__total-price {
        margin-left: 0;
        font-weight: 500;
        font-size: 40px;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .mcalc .mcalc__total-price--small {
        margin-left: -5px;
        font-size: 18px;
    }

    .mcalc .mcalc__total .mcalc__title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .mcalc .mcalc__total-price .rub {
        margin-left: 0;
        font-weight: 500;
        font-size: 40px;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .calc-result__request {
        display: inline-block;
        width: auto;
        min-width: 207px;
        font-size: 18px;
        margin-bottom: 19px;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .mcalc__total-bottom p {
        font-size: 14px;
        line-height: 1.6;
        color: #000;
        opacity: 0.2;
    }

    .mcalc__toggle-title {
        font-weight: bold;
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        opacity: 0.2;
        margin-bottom: 52px;
        margin-top: 16px;
        cursor: auto;
    }

    .mcalc__toggle-title:hover {
        opacity: 0.2;
    }

    .percents {
        margin: 0 -40px;
        padding: 100px 40px 80px;
    }

    .percents__table {
        padding-bottom: 0;
    }

    .percents__table table {
        width: 100%;
    }

    .content h3.percents__title {
        font-weight: 500;
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 60px;
        padding-bottom: 0;
    }

    .percents__table th,
    .percents__table td {
        line-height: 130%;
        padding-top: 20px;
        padding-bottom: 39px;
    }

    .percents__table th {
        font-size: 12px;
        width: 1px;
        padding-right: 78px;
    }

    .percents__table th:first-child {
        min-width: 25.8%;
        width: 100%;
    }

    .percents__table th:last-child {
        padding-right: 98px;
    }

    .percents__table table {
        table-layout: auto;
        width: 100%;
    }

    .percents__table td {
        font-size: 18px;
    }

    .advantages {
        padding: 140px 0 150px;
    }

    .content h3.advantages__title {
        font-weight: 500;
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 55px;
    }

    .advantages__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .advantages__element {
        width: 100%;
        max-width: 22.6%;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .advantages__element {
        margin-right: 3.2%;
    }

    .advantages__element:nth-child(4n) {
        margin-right: 0;
    }

    .advantages__element svg {
        height: 30px;
        min-width: 34px;
        width: auto;
        margin-bottom: 20px;
    }

    .content h4.advantages__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 8px;
    }

    .content p.advantages__text {
        font-size: 14px;
    }

    .content h3.subtitle {
        margin-bottom: 15px;
    }

    .accordion__list-elem {
        font-size: 18px;
        margin-bottom: 9px;
    }



    .calc {
        margin-right: 20px;
    }

    .header-menu-item_department {
        margin-right: 0;
    }

    .footer-search-form__inp {
        padding-left: 30px;
    }

    .header-menu__wrapper--city {
        width: 30%;
    }

}

@media (min-width: 1024px) {





    .header-menu__wrapper--city {
        width: auto;
    }


}

@media (min-width: 1366px) {
    .map-wrapper {
        padding-bottom: 959px;
    }

    .header-menu-item_department {
        margin-right: 31px;
    }

    .footer-search-form__inp {
        padding-left: 55px;
    }

}

.nicescroll-rails {
    height: 6px !important;
    border-radius: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select, textarea, input {
        font-size: 16px;
    }

    input, textarea, select {
        -webkit-appearance: none;
    }
}

/*.map-atm-res {*/
/*    height: 548px !important;*/
/*}*/

.map-atm-res.big-map {
    height: 548px;
}

/*.ymaps-2-1-77-balloon__close + .ymaps-2-1-77-balloon__content {*/
/*    margin-right: 0 !important;*/
/*}*/

/*.ymaps-2-1-77-balloon__tail {*/
/*    left: 80px !important;*/
/*}*/

.popover.bottom {
    position: absolute;
    display: block;
}

.popover .close {
    position: absolute;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 15px;
    width: 15px;
    left: auto;
    right: 14px;
    top: 14px;
    z-index: 1;
    border: none;
    background-color: transparent;
    font-size: 0;
    background-image: url('../../img/icon-close.png');
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    z-index: 2;
}

.popover .close:hover {
    opacity: 0.5;
}

.popover-inner {
    margin-left: -34px;
    position: relative;
    z-index: 1;
}

.arrow {
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-color: transparent;
    border-style: solid;
    top: -2px;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    left: 50%;
    border-top: 1px solid rgba(0,0,0,0.25);
    border-left: 1px solid rgba(0,0,0,0.25);
    z-index: 2;
}

.svg-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.mCS-inset-red.mCSB_1_scrollbar {
    height: 4px;
}

.mCS-inset-red.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
    background-color: #E62613;
    border-radius: 10px;
}

.mCS-inset-red.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    margin: 0;
    height: 4px;
    background-color: #fff;
    border-radius: 10px;
}

.mCS-invisible.mCSB_horizontal.mCSB_inside > .mCSB_container,
.mCS-invisible .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-invisible.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
}

.mCS-invisible.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-invisible.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 0;
}

/*.mCS-invisible.mCSB_horizontal.mCSB_inside > .mCSB_container {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    margin: 0;*/
/*}*/

.mCS-invisible .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-invisible.mCSB_scrollTools.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag {
    opacity: 0;
}

.scroll-wrapper {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.tabs-switchers--wide .os-scrollbar {
    z-index: -1;
    bottom: 5px;
}

.os-host-transition > .os-scrollbar {
    height: 4px;
    border-radius: 10px;
    padding: 0;
    padding-right: 2px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background-color: #E62613;
    height: 4px;
    border-radius: 10px;
}

.os-scrollbar-track {
    width: 100%;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track {
    background-color: #fff;
}

@media (max-width: 767px) {
    .tabs-switchers--wide.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
        opacity: 0;
    }

}

marquee {
    position: relative;
    z-index: 100;
}