div[id^="wait_comp_"] {
    display: none;
}

.investment-partners__list {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.investment-partners__item {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

@media all and (max-width: 900px) {
    .investment-partners__list {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .investment-partners__item {
        margin-bottom: 30px;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media all and (max-width: 575px) {

    .investment-partners__item svg {
        padding: 0 15px;
    }
}

.credits-page {
    background-image: url(assets/img/bg/credits-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.modal-big {
    width: auto;
    max-width: 1100px;
}

.modal-image {
    height: 370px;
    width: 100%;
}

.modal-unique .modal-header {
    height: auto !important;
}

.modal-unique .modal-content {
    padding: 0 !important;
    border-radius: 2px;
}

.modal-unique .modal-body {
    padding: 50px 95px !important;
}

.modal-unique .modal-form {
    background: #FAFAFA;
    padding: 50px 95px !important;
}

.modal-unique h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-transform: none;
}

.modal-unique h2 {
    font-weight: bold;
    text-transform: none;
    font-size: 24px;
}

.modal-unique .modal-form h2 {
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.modal-unique .modal-file {
    padding-top: 60px;
    border-top: 1px solid rgba(74, 41, 66, .15);
    margin-top: 60px;
}

.modal-unique .modal-file .file {
    display: flex;
    align-items: center;
}

.modal-unique .file-icon {
    margin-right: 30px;
}

.modal-unique .file-item a {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #4A2942;
    border-bottom: 1px solid rgba(74, 41, 66, .35);
    text-decoration: none;
}

.modal-unique .file-item a:hover {
    border-color: transparent;
}

.modal-unique .btn-link__medium {
    padding-left: 0;
    font-size: 16px;
}

.modal-unique .file-info {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(74, 41, 66, .5);
}

.modal-unique .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 20px;
    background: #FFFFFF;
    outline: none;
    border: none;
    line-height: 0.5;
    cursor: pointer;
    font-size: 30px;
    z-index: 10;
    border-radius: 50%;
    opacity: .8;
    transition: all .3s ease-in-out;
}

.modal-unique .modal-header .close:hover {
    opacity: 1;
}

.index-slider-holder {
    padding-top: 160px;
    position: relative;
    margin-top: -160px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

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

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

.padding-80-0 {
    padding: 80px 0px 60px 0px;
}

.light-gray-area {
    background-color: #fafafa;
}

.middle-gray-area {
    background-color: #f5f5f5;
}

.white-area {
    background-color: #fff;
}

hr.gray-line {
    position: absolute;
    top: 48%;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
}

.min-site-width {
    min-width: 1230px;
    box-sizing: border-box;
}

.text-opacity-75 {
    color: rgba(40, 22, 36, 0.75);
}

.text-till {
    padding: 20px;
}

.text-till * {
    margin: 0px;
}

.site-modal-fog {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 799;
    top: 0;
    left: 0;
    background-color: rgba(74, 42, 67, 0.0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.site-modal-fog.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(74, 42, 67, 0.15);
}

.site-header {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 899;
}

.header-offset {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.header-offset:before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(74, 42, 67, 0.07);
    left: 20px;
    top: 0px;
    position: absolute;
}

.index-page .header-offset {
    padding-bottom: 0px
}

.index-page .header-offset:before {
    display: none;
}

.header-search {
    position: relative;
    opacity: 0.75;
    display: inline-block;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 32%;
}

.header-search:hover {
    opacity: 1;
}

.header-search input[type="text"] {
    border: 1px solid rgba(44, 22, 44, .17);
    font-size: 11px;
    text-transform: uppercase;
    color: #4a2a43;
    height: 40px;
    padding: 0px 15px 0px 35px;
    background-color: transparent;
    outline: none;
    font-weight: 700;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header-search input[type="text"]:hover {
    border: 1px solid rgba(44, 22, 44, .25);
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(74, 42, 67, 0.12);
    -moz-box-shadow: 0px 5px 15px 0px rgba(74, 42, 67, 0.12);
    box-shadow: 0px 5px 15px 0px rgba(74, 42, 67, 0.12);
}

.header-search input[type="text"]:focus {
    border: 1px solid rgba(44, 22, 44, .25);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(74, 42, 67, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(74, 42, 67, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(74, 42, 67, 0.15);
}

.header-search input[type="submit"] {
    width: 37px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJBQjg3RUI4RjgxQzExRTY5N0YwQkNGRkM1ODY1ODNGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJBQjg3RUI5RjgxQzExRTY5N0YwQkNGRkM1ODY1ODNGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkFCODdFQjZGODFDMTFFNjk3RjBCQ0ZGQzU4NjU4M0YiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkFCODdFQjdGODFDMTFFNjk3RjBCQ0ZGQzU4NjU4M0YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4L2c7rAAABMUlEQVR42oySsUoDQRCG78wRECSVndoERNDCTtKkMo3mCZJCkEAaIeBTWASutZCIMaIvoGCROpBSkmCZxlKwFERdv4F/j0US48DH3N3svzP738bOuciiulNZIZ1CDTbBCs/QhfOHSf89CiI2ISJb+AhFmMIAclCGNRjDAeKXTHi4vW+dnmADTqDDgm9NkZBa0IYR7FH7sFqi8axTk48X4Ti8f5JSNsiTz6BhY1ttSWey8TrR/EjhTWsjL7TzDfx4s0LjDWErFDoZsSj82uzFLC/LiJlBbZlUgkko7Mry1h/dzNUC9PyHRC4dW1Hupd5ydWrrN73C3e8LsM7zPezKvaGmKamTiVbhFo7Y+CsOrlxe/6km95zO1FOnS6h7cSZcFGxszl9LfPNvYSC+gsqPAAMAcQ5pHaLrnPEAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

.header-select-box {
    width: 200px;
    position: relative;
    margin-left: -20px;
}

.header-select-city {
    margin-left: 20px;
    width: 121px;
}

.header-atm .btn-link:first-child {
    border-right: 1px solid #f0eff0;
}

.site-logo {
    max-width: 152px;
    display: inline-block;
}

.index-news-row .new-link {
    margin: 0px 0 0 20%;
    padding-top: 20px;
}

.index-news-container {
    padding: 60px 0 40px 0;
}


.index-news-container .news-line {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: rgba(74, 42, 67, 0.07);
    top: 49%;
}


@media all and (max-width: 1400px) {
    .index-news-row h2:before {
        width: 59%;
    }
}

.site-footer {
    background-color: #f5f5f5;
    padding: 60px 0px 50px 0px;
    border-top: 3px solid #4a2a43;
    font-size: 13px;
    color: rgba(74, 42, 67, 0.75);
}

.site-footer .site-logo {
    display: inline-block;
    margin-bottom: 22px;
}


.footer-right {
    position: relative;
    top: -24px;
}


.scroll-top {
    display: inline-block;
    font-size: 11px;
    color: rgba(74, 42, 67, 0.75);
    text-transform: uppercase;
    position: relative;
    padding-left: 17px;
    font-weight: 700;
    cursor: pointer;
}

.scroll-top:before {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(74, 42, 67, 0.75);
    border-top: 2px solid rgba(74, 42, 67, 0.75);
    transform: rotate(-45deg);
    position: absolute;
    left: 3px;
    top: 7px;
}


.subscribe-form {
    position: relative;
    left: 40px;
    float: right;
    top: -5px;
    display: inline-block;
    padding: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: transparent;
}


.subscribe-form.out-form {
    left: 70px;
    opacity: 0;
    visibility: hidden;
}

.subscribe-form.active {
    background-color: white;
    filter: drop-shadow(0px 10px 15px rgba(74, 42, 67, 0.2));
    z-index: 1000;
}

.subscribe-form.active .btn {
    opacity: 1;
    border: 1px solid rgba(74, 42, 67, 0.15);
}

.subscribe-form .btn:hover {
    border: 1px solid transparent;
}

.subscribe-form .subscribe-form__input,
.subscribe-form .subscribe-form__cansel {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.subscribe-form .subscribe-form__input {
    position: absolute;
    width: 380px;
    height: 100%;
    left: -380px;
    top: 0px;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    background-color: transparent;
    border-radius: 3px 0 0 3px;
}

.subscribe-form .subscribe-form__input input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(74, 42, 67, 0.15);
    border-radius: 3px;
    outline: none;
    padding: 0px 15px;
    color: rgba(74, 42, 67, 0.75);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

.subscribe-form .subscribe-form__input input:hover {
    -webkit-box-shadow: inset 0px 3px 8px 0px rgba(74, 42, 67, 0.08);
    -moz-box-shadow: inset 0px 3px 8px 0px rgba(74, 42, 67, 0.08);
    box-shadow: inset 0px 3px 8px 0px rgba(74, 42, 67, 0.08);
    border: 1px solid rgba(74, 42, 67, 0.2);
}

.subscribe-form .subscribe-form__input input:focus {
    border: 1px solid rgba(74, 42, 67, 0.1);
    -webkit-box-shadow: inset 0px 3px 8px 0px rgba(74, 42, 67, 0.08);
    -moz-box-shadow: inset 0px 3px 8px 0px rgba(74, 42, 67, 0.08);
    box-shadow: inset 0px 3px 8px 0px rgba(74, 42, 67, 0.08);
}

.subscribe-form.active .subscribe-form__input,
.subscribe-form.active .subscribe-form__cansel {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: white;
}


.subscribe-form__cansel {
    box-sizing: border-box;
    padding: 20px 20px 20px 0px;
    background-color: transparent;
    border-radius: 0 3px 3px 0px;
    position: absolute;
    top: 0px;
    right: -100px;
}

.subscribe-form__cansel .btn {
    border: 1px solid transparent !important;
    color: rgba(74, 42, 67, 0.35);
}

.subscribe-form__cansel .btn:hover {
    color: rgba(74, 42, 67, 0.75);
}


.callback-popup {
    width: 365px;
    top: 90px;
    left: 0px;
    padding: 20px 20px 0 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.callback-popup.active {
    top: 60px;
}

.callback-popup__phone {
    font-size: 13px;
    color: rgba(74, 42, 67, 0.75);
    line-height: 1.4;
    margin-bottom: 20px;
}

.callback-popup__phone .btn {
    opacity: 1;
    margin-top: 10px;
}

.callback-popup__phone span {
    font-weight: 600;
    font-size: 18px;
    color: rgba(74, 42, 67, 1);
    transform: rotate(0.01deg);
}

.callback-popup__faq {
    padding-left: 160px;
    border-top: 1px solid rgba(74, 42, 67, 0.15);
    background-image: url(assets/img/faq-girl.png);
    background-repeat: no-repeat;
    background-position: 0% bottom;
    padding-bottom: 30px;
}

.callback-popup__faq .h3 {
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 20px;
}

.callback-popup__faq .btn {
    left: -15px;
    opacity: 1;
}

.products-head {
    margin-top: 60px;
    margin-bottom: 100px;
}

.products-title {
    margin-top: 30px;
    font-size: 50px;
    line-height: 1;
}

.products-text {
    font-size: 16px;
    width: 80%;
}

.products-picture {
    float: right;
    position: relative;
}


.dep-compare-line__text {
    font-size: 16px;
}

.dep-compare-line__nowrap {
    white-space: nowrap;
    margin-top: 16px;
}

.dep-compare-line .btn {
    margin-top: 10px;
}

.dep-compare-line__line:before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(74, 42, 67, 0.15);
    top: 30px;
    left: 20px;
    position: absolute;
}


.card {
    left: 200px;
    position: absolute;
    width: auto;
    transition: 1s ease-in-out;
    transform: perspective(1500px) rotateY(45deg) translateX(0px);
    transform-origin: 50% 50% 0;
    z-index: 1;
    animation: car1-anim 12s ease-in-out infinite;
    animation-delay: 0s;
    max-width: 80%;
}

.card2 {
    /*visibility: hidden;*/
    left: 200px;
    max-width: 80%;
    position: absolute;
    width: auto;
    transition: 1s ease-in-out;
    transform: perspective(1500px) rotateY(30deg) translateX(0px) translateZ(-250px);
    transform-origin: 50% 50% 0;
    animation: car1-anim 12s ease-in-out infinite;
    animation-delay: -4s;
}


.card3 {
    /*visibility: hidden;*/
    left: 200px;
    max-width: 80%;
    position: absolute;
    width: auto;
    transition: 1s ease-in-out;
    transform: perspective(1500px) rotateY(15deg) translateX(-150px) translateZ(-500px);
    transform-origin: 50% 50% 0;
    animation: car1-anim 12s ease-in-out infinite;
    animation-delay: -8s;
}

@keyframes car1-anim {
    0% {
        transform: perspective(1500px) rotateY(45deg) translateX(0px) translateZ(0px);
        z-index: 150;
    }

    20% {
        transform: perspective(1500px) rotateY(45deg) translateX(0px) translateZ(0px);
        z-index: 150;
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    30% {
        transform: perspective(1500px) rotateY(75deg) translateX(100px) translateZ(50px);
        opacity: 0;
        z-index: 50;
    }

    40% {
        transform: perspective(1500px) rotateY(20deg) translateX(-100px) translateZ(-1900px);
        opacity: 0;
    }

    50% {
        transform: perspective(1500px) rotateY(20deg) translateX(-100px) translateZ(-1700px);
        opacity: 1;
        z-index: 50;
    }

    60% {
        transform: perspective(1500px) rotateY(20deg) translateX(-100px) translateZ(-1700px);
        z-index: 50;
    }

    80% {
        transform: perspective(1500px) rotateY(30deg) translateX(100px) translateZ(-800px);
        z-index: 100;
    }

    90% {
        transform: perspective(1500px) rotateY(30deg) translateX(100px) translateZ(-800px);
        z-index: 100;
    }

    100% {
        transform: perspective(1500px) rotateY(45deg) translateX(0px) translateZ(0px);
        z-index: 150;
    }

}


@-webkit-keyframes car1-anim {
    0% {
        transform: perspective(1500px) rotateY(45deg) translateX(0px) translateZ(0px);
        z-index: 150;
    }

    20% {
        transform: perspective(1500px) rotateY(45deg) translateX(0px) translateZ(0px);
        z-index: 150;
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    30% {
        transform: perspective(1500px) rotateY(75deg) translateX(100px) translateZ(50px);
        opacity: 0;
        z-index: 50;
    }

    40% {
        transform: perspective(1500px) rotateY(20deg) translateX(-100px) translateZ(-1900px);
        opacity: 0;
    }

    50% {
        transform: perspective(1500px) rotateY(20deg) translateX(-100px) translateZ(-1700px);
        opacity: 1;
        z-index: 50;
    }

    60% {
        transform: perspective(1500px) rotateY(20deg) translateX(-100px) translateZ(-1700px);
        z-index: 50;
    }

    80% {
        transform: perspective(1500px) rotateY(30deg) translateX(100px) translateZ(-800px);
        z-index: 100;
    }

    90% {
        transform: perspective(1500px) rotateY(30deg) translateX(100px) translateZ(-800px);
        z-index: 100;
    }

    100% {
        transform: perspective(1500px) rotateY(45deg) translateX(0px) translateZ(0px);
        z-index: 150;
    }

}

.card-privilege {
    padding: 40px;

}

.card-privilege h3 {
    margin: 0px 0px 40px 0px;
}

.card-privilege ul {
    font-size: 14px;
    margin: 0px;
    line-height: 1.4;
    padding: 0px 15px;
}

.card-privilege ul li {
    margin: 10px 0;
}

.safe-location {
    margin: 30px 0px;
}


.safe-location img {
    position: relative;
    margin-right: 15px;
}

.safe-location__perm {
    top: 5px;
}

.safe-lady {
    position: absolute;
    top: -48px;
    right: 70px;
}

.consulting-img {
    position: absolute;
    left: -80px;
    top: -180px;
    z-index: -1;
}


.footer-anotation {
    font-size: 11px;
    color: rgba(74, 42, 67, 0.75);
}

.footer-anotation a {
    color: rgba(74, 42, 67, 0.75);
}

.footer-devider {
    background-color: rgba(74, 42, 67, 0.15);
    margin: 15px 0px;
    width: 100%;
    height: 1px;
}


.slik-standart-arrows .slick-arrow {
    position: absolute;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 0px;
    color: transparent;
    width: 60px;
    top: 0px;
    opacity: 0.5;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.slik-standart-arrows .slick-arrow:hover {
    opacity: 1;
}

.slik-standart-arrows .slick-arrow:before {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
}

.slik-standart-arrows .slick-arrow.slick-prev {
    left: -60px;

}

.slik-standart-arrows .slick-arrow.slick-prev:before {
    border-left: 2px solid rgba(74, 42, 67, 1);
    border-bottom: 2px solid rgba(74, 42, 67, 1);
    transform: rotate(45deg);
    top: 45%;
}


.slik-standart-arrows .slick-arrow.slick-next {
    right: -60px;
}

.slik-standart-arrows .slick-arrow.slick-next:before {
    border-right: 2px solid rgba(74, 42, 67, 1);
    border-bottom: 2px solid rgba(74, 42, 67, 1);
    transform: rotate(-45deg);
    top: 45%;
    position: absolute;
    right: 10px;
}

.concierg-cards {
    background-image: url(assets/img/card-shadow.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}

.concierg-cards p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
    transform: rotate(0.01deg);
}

.products-list__inner {
    position: relative;
}


.contacts-switcher {
    list-style-type: none;
    margin: 30px 0px;
    padding: 0px;
}

.contacts-switcher li {
    display: inline-block;
    float: left;
    font-size: 24px;
    margin-left: 30px;
    border-bottom: 1px dotted rgba(74, 42, 67, 0.35);
    line-height: 1.1;
    cursor: pointer;
}

.contacts-switcher li.active {
    font-weight: 600;
    transform: rotate(0.01deg);
    cursor: default;
    border-bottom: 1px solid rgba(74, 42, 67, 0);
    -moz-transition: border-bottom .3s ease-in-out;
    -o-transition: border-bottom .3s ease-in-out;
    -webkit-transition: border-bottom .3s ease-in-out;
    transition: border-bottom .3s ease-in-out;
}

.question-lady {
    position: absolute;
    bottom: 0px;
    left: 50px;
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
}


.pass-ticket-text p {
    padding-left: 35px;
    position: relative;
}

.pass-ticket-text p.one:before {
    content: '1';
    color: rgba(74, 42, 67, 0.35);
    position: absolute;
    left: 0px;
    top: 0px;
}

.pass-ticket-text p.two:before {
    content: '2';
    color: rgba(74, 42, 67, 0.35);
    position: absolute;
    left: 0px;
    top: 0px;
}

.pass-ticket-text p.three:before {
    content: '3';
    color: rgba(74, 42, 67, 0.35);
    position: absolute;
    left: 0px;
    top: 0px;
}

.pass-ticket-text p.one:after,
.pass-ticket-text p.two:after,
.pass-ticket-text p.three:after {
    content: '';
    width: 10px;
    height: 1px;
    background-color: rgba(74, 42, 67, 0.35);
    position: absolute;
    left: 16px;
    top: 10px;
}


@media all and (max-width: 1440px) {
    .min-site-width {
        min-width: 100%;
    }

    .slik-standart-arrows .slick-arrow.slick-prev {
        left: -30px;
    }

    .slik-standart-arrows .slick-arrow.slick-next {
        right: -30px;
    }

    .products-picture {
        position: relative !important;
        top: unset !important;
        right: unset !important;
    }
}

.slick-default-arrows .slick-prev {
    width: 40px;
    height: 40px;
    transform: translate(0, -50%);
    top: 50%;
    left: -6px;
    z-index: 9;
    border-radius: 100%;
    box-shadow: -5px 5px 6px 0px rgba(34, 60, 80, 0.18);
    background: #fff url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 1L1 7L7 13" stroke="%234A2A43" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
}

.slick-default-arrows .slick-next {
    width: 40px;
    height: 40px;
    transform: translate(0, -50%) rotate(180deg);
    top: 50%;
    right: -6px;
    z-index: 9;
    border-radius: 100%;
    box-shadow: 5px -5px 6px 0px rgba(34, 60, 80, 0.18);
    background: #fff url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 1L1 7L7 13" stroke="%234A2A43" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
}

.slick-default-arrows .slick-next:hover,
.slick-default-arrows .slick-prev:hover {
    background-color: #EEE9ED;
    box-shadow: unset;
}

html {
    overflow-x: hidden;
}

@media all and (max-width: 1500px) {
    .header-select-box .nice-select {
        letter-spacing: 0.55px;
    }

    .container-holder {
        padding: 0;
    }

    .nice-select.nice-select-bordered {
        letter-spacing: 0.55px;
        padding-left: 20px;
        padding-right: 15px;
        height: 40px;
        line-height: 38px;
    }

    .btn__medium {
        letter-spacing: 0.55px;
        padding: 15px 10px;
    }

    .header-offset {
        margin-top: 15px;
        padding-top: 15px;
    }

    .horizontal-multilevel-site-menu a {
        letter-spacing: 0.6px;
    }

    .index-slider__item__title {
        font-size: 50px;
        letter-spacing: 3.5px;
    }

    .index-slider__item__text {
        font-size: 14px;
    }

    .btn__icon__next {
        margin-left: 10px;
    }

    .slide-products__item__title {
        font-weight: 400;
        letter-spacing: 1.54px;
        word-break: break-all;
    }

    .slide-products__item__text {
        line-height: 1.5;
    }

    .slide-products {
        margin-bottom: 37px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    .site-header {
        padding-right: 20px;
    }

    .index-news-till--big .index-news-till__title {
        margin-bottom: 20px;
        line-height: normal;
        font-weight: 700;
    }

    .index-news-till__date {
        letter-spacing: 0.33px;
    }

    .index-news-till {
        padding: 50px 40px 0;
        height: 29%;
        max-height: 29%;
    }

    .container {
        padding-right: 40px;
        padding-left: 40px;
    }


    [data-mh="index-news"] {
        height: 700px;
    }

    .index-news-till--big {
        min-height: 700px;
    }

    .index-news-till__text {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .index-news-till--half {
        height: 50%;
        max-height: 50%;
    }

    .col-lg-5 .index-news-till--third:last-child {
        height: 42%;
        max-height: 42%;
    }

    .index-valute__text {
        white-space: pre-wrap;
    }

    .slide-products__item__till {
        padding: 30px 25px 30px 95px;
    }

    .horizontal-multilevel-site-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0;
        align-items: center;
    }

    .horizontal-multilevel-site-menu > li:first-child,
    .horizontal-multilevel-site-menu > li:last-child,
    .horizontal-multilevel-site-menu > li {
        margin: 0;
    }

    #horizontal-multilevel-site-menu:before,
    #horizontal-multilevel-site-menu:after {
        content: unset;
    }

    .news_container {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media all and (max-width: 1300px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .site-header {
        padding-right: 0;
        margin-left: -10px;
    }

    .header-select-box {
        margin-left: 0;
    }

    .header-search input[type="text"] {
        display: none;
    }

    .header-select-city {
        margin-left: 10px;
    }

    .row [class^="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .site-header .site-logo {
        margin-left: 10px;
    }

    .horizontal-multilevel-site-menu a {
        font-size: 11px;
        letter-spacing: 0.55px;
    }

    .index-slider__item__title {
        font-size: 40px;
        letter-spacing: 2.8px;
    }

    .index-slider__item__text p {
        margin: 15px 0;
    }

    .btn__medium {
        padding: 13px 20px;
    }

    .slide-products {
        margin-top: 10px;
        margin-bottom: 27px;
    }

    .slide-products__item__text p {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .slide-products__item__till {
        padding: 30px 65px 75px 120px;
    }

    .slide-products__item {
        padding: 0 15px;
    }

    h2, .h2,
    h2 > span, .h2 > span {
        font-size: 24px;
    }

    .index-news-container {
        padding-top: 55px;
        padding-bottom: 35px;
    }

    .subscribe-form {
        padding: 0;
        top: 15px;
    }

    .news_container {
        margin-left: -10px;
        margin-right: -10px;
    }

    [data-mh="index-news"] {
        height: 610px;
    }

    .index-news-till--big {
        min-height: 610px;
    }

    .parent-active ul.root-item {
        display: none;
    }

    .footer-multilevel-menu > li.parent-active:before,
    .footer-multilevel-menu > li:before {
        content: unset;
    }

    .products-picture {
        margin: 0 !important;
    }
}

#site-header-mobile-stick {
    display: none;
}

@media all and (max-width: 1040px) {
    .site-header {
        margin-left: -20px;
    }

    .btn__medium {
        padding: 15px 20px;
    }

    #show_popup_callback {
        font-size: 0;
        width: 40px;
        height: 40px;
        padding: 13px;
    }

    .header-search {
        width: 40px;
        height: 40px;
        float: right !important;
    }

    .head_right_wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .index-page .header-offset {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .index-slider__item {
        min-height: 320px;
    }

    .index-slider__item__image {
        max-width: 340px;
    }


    .index-slider__item__title {
        font-size: 32px;
        letter-spacing: 2.24px;
    }

    .index-slider__item__text {
        font-size: 13px;
    }

    .index-slider__item__cell .btn__medium {
        padding: 13px 20px;
    }

    .callback-popup {
        left: -190px;
    }


    .slide-products__item__title {
        font-size: 18px;
        min-height: unset;
    }

    .slide-products__item__text p {
        font-size: 13px;
    }

    .slide-products__item__till {
        padding: 30px 30px 60px 100px;
        min-height: 306px;
        height: 306px;
        background-size: contain;
    }

    .slide-products__item__devider {
        height: 30px;
        margin-bottom: 15px;
    }

    .slide-products__item__text p {
        margin-top: 15px;
        margin-bottom: 45px;
    }

    .slide-products__item__text {
        font-size: 13px;
    }

    .subscribe-form {
        left: 0;
    }

    .news_container [data-mh="index-news"]:last-child {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }


    .news_container [data-mh="index-news"]:last-child .index-news-till--third__wrapper.col-sm-9 {
        height: 306px;
        display: flex;
        flex-direction: column;
    }

    .news_container [data-mh="index-news"]:last-child .index-news-till.index-news-till--third.col-sm-7 {
        height: 306px;
        max-height: unset;
        padding: 55px 30px 0 55px;
    }


    .index-news-till--white:after {
        content: unset;
    }

    .news_container [data-mh="index-news"]:last-child .index-news-till--third__wrapper.col-sm-9 .index-news-till {
        height: 100%;
        max-height: unset;
        padding: 40px 70px 35px 35px;
        background: #fff;
    }

    .index-news-till__preview-text {
        font-size: 13px;
    }

    .index-valute__title {
        font-size: 24px;
    }

    .index-valute__text {
        font-size: 12px;
    }

    .index-valute__table {
        margin-top: 30px;
    }

    [data-mh="index-contacts"] {
        height: 510px;
    }

    .maps-title {
        text-align: left;
    }

    .maps-title .contacts-switcher {
        float: left !important;
    }

    .maps-title .contacts-switcher [contact-filter="contacts-prm"]:first-child {
        margin: 0;
    }

    .private-banking_ul {
        margin-left: 20px;
    }


    .products-list__item__content {
        padding: 80px 75px 80px 75px;
    }
}

.mobile_head_left,
.mobile_menu {
    display: none;
}

@media all and (max-width: 900px) {
    .condition__table {
        overflow-x: auto;
    }

    .condition__table table tr {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .condition__table tbody {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .switch-percent_row {
        display: flex;
        flex-direction: column;
    }

    .switch-percent {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .condition__table table tr td:first-child {
        padding: 0;
        text-align: center;
    }

    .percent__table {
        overflow-x: auto;
    }

    .products-list__item:nth-of-type(even) .condition__table table tr td:last-child, .products-list__item:nth-of-type(even) .condition__table table tr th:last-child {
        padding: 0;
        text-align: center;
    }

    .condition__table table tr th {
        text-align: center;
    }

    .close_asd {
        float: unset !important;
        margin: 0 auto;
        text-align: center;
        padding: 0 !important;
    }

    .info_dep img {
        margin: 0 auto;
    }

    .info_dep h2,
    .info_dep div {
        text-align: center;
    }

    .products-list .products-list__item:nth-of-type(even) .products-list__item__image {
        width: 100%;
        margin: 0;
    }

    .products-list__item:nth-of-type(even) .title-percent {
        padding: 0;
    }

    .products-list__item:nth-of-type(even) table {
        left: 0;
    }

    .condition__table table tr td:last-child {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .title-percent {
        width: 100%;
        text-align: center;
    }

    .condition__table table tr:first-child th:first-child {
        display: none;
    }

    .products-list__item {
        margin-top: 20px;
    }

    .products-list .products-list__item:nth-of-type(odd) .products-list__item__image {
        width: 100%;
    }

    .index-page .header-offset,
    .header-select-box,
    .header-select-city,
    .pull-right.header-atm {
        display: none;
    }


    .container {
        padding: 0 15px;
    }


    .site-header {
        margin-left: 0;
    }

    .index-slider-holder {
        padding-top: 0px;
        margin-top: 0px;
    }

    .site-header .site-logo {
        margin: 0;
    }

    .mobile_head_left {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
    }

    .mobile_head_left__menu__wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        color: rgb(74 42 67 / 75%);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.55px;
        text-transform: uppercase;
    }

    .mobile_head_left__menu__wrapper svg {
        display: block;
    }

    .mobile_head_left__hr {
        width: 1px;
        height: 40px;
        background: rgb(74 42 67 / 10%);
    }

    .mobile_head_left__menu {
        cursor: pointer;
    }

    .index-slider__item {
        min-height: 300px;
    }

    .slick-left-dots .slick-dots {
        left: 0;
    }

    .index-slider__item__title {
        font-size: 28px;
    }

    .index-slider__item__image {
        max-width: 250px;
    }

    .slide-products {
        margin-top: 20px;
    }

    .slide-products .slick-list {
        margin: 0 -15px;
    }

    .slick-default-arrows .slick-prev {
        left: 10px;
    }

    .slick-default-arrows .slick-next {
        right: 10px;
    }

    .slide-products__item__till {
        padding: 30px 60px 40px 130px;
    }

    .row.index-news-row {
        padding-top: 55px;
        padding-bottom: 25px;
    }


    h2, .h2, h2 > span, .h2 > span {
        font-size: 20px;
    }

    .news_container [data-mh="index-news"]:last-child {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .index-valute-names__wrapper {
        display: none;
    }

    .index-news-till .offset-row {
        margin: 0;
    }

    .news_container [data-mh="index-news"]:last-child .index-news-till.index-news-till--third.col-sm-7 {
        height: 190px;
        padding: 35px;
        margin: 0;
    }

    .index-valute {
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .index-valute__table {
        margin: 0;
        width: 50%;
    }

    .index-valute_tab {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 27%;
    }

    .news_container [data-mh="index-news"]:last-child .index-news-till--third__wrapper.col-sm-9 {
        display: none;
    }

    .index-contacts {
        margin: 0;
        max-width: unset;
        float: unset !important;
    }

    .index-contacts table {
        width: 100%;
        text-align: left;
    }

    .index-contacts table tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .index-contacts table tr td:first-child {
        padding: 0 0 0 20px;
    }

    .index-contacts table tbody {
        display: flex;
        flex-wrap: wrap;
    }

    .index-contacts table tbody tr:first-child {
        width: 100%;
        flex: 1 1 auto;
    }

    .index-contacts table tbody tr:not(:first-child) {
        width: 50%;
    }

    [data-mh="index-contacts"] {
        padding-top: 55px;
        padding-bottom: 45px;
        height: 100%;
    }

    .col-lg-9[data-mh="index-contacts"] {
        padding: 0;
        height: 310px;
    }

    #BX_GMAP_contactsMap {
        height: 310px !important;
    }

    .hidden-xs {
        display: none;
    }

    .footer-right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-link-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .footer-link-right__col {
        width: 50%;
    }

    .slide-products__item {
        margin: 0;
    }

    .mobile_head_left__menu svg rect {
        transition: .3s ease-in-out;
    }

    .mobile_head_left__menu.active svg rect:first-child {
        transform: rotateZ(45deg) translate(2px, -1px);
    }

    .mobile_head_left__menu.active svg rect:last-child {
        transform: rotateZ(314deg) translate(-6px, -3px);
    }

    .mobile_head_left__menu.active svg rect:nth-child(2) {
        display: none;
    }

    header {
        transition: background-color .3s ease-in-out;
    }

    header.active {
        background-color: #fff;
    }

    .mobile_menu.active {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        background: #fff;
        padding: 20px 15px 0;
        height: auto;
    }


    .mobile_menu.active .header-select-city,
    .mobile_menu.active .pull-right.header-atm,
    .mobile_menu.active .header-select-box {
        display: block;
    }

    .mobile_menu__atm .pull-right.header-atm {
        float: unset !important;
    }

    .mobile_menu__search__wrapper input {
        width: 100%;
    }

    .mobile_menu__top_items {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .mobile_menu__hr {
        height: 1px;
        width: 100%;
        opacity: 0.1;
        background: #4A2A43;
        margin: 20px 0;
    }

    .mobile_menu__items {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        padding: 55px 0;
    }

    .mobile_menu__item__title {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
    }

    .mobile_menu__item__title a {
        text-decoration: none;
    }

    .mobile_menu__item {
        line-height: normal;
        opacity: .75;
    }

    .mobile_menu__item a {
        text-decoration: none;
        position: relative;
    }

    .mobile_menu__items_col {
        display: flex;
        flex-direction: column;
        gap: 17px;
    }

    .mobile_menu__item a:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #4A2A43;
        opacity: 0.35;
    }

    header .row.header-offset {
        display: none;
    }

    .mobile_menu__item__title_pt {
        padding-top: 30px;
    }

    .products-picture {
        width: 50%;
        float: unset;
    }

    [data-mh="consulting-line"] {
        text-align: center;
    }

    .products-text {
        width: 100%;
    }

    .products-list__item__content {
        padding: 80px 20px
    }

    #privileges-table {
        margin-top: 30px;
    }


    .products-list__item {
        display: flex;
        flex-direction: column;
    }

    .products-list__item__image {
        width: 100%;
        margin: 0;
    }

    .products-list__item__content {
        width: 100%;
        text-align: center;
        padding: 20px;
        margin: 0;
    }

    .products-list__inner {
        float: unset !important;
        margin: 0 auto;
    }

    .products-list__item__content:before {
        display: none;
    }

    .products-list__item__text {
        margin: 0;
    }

    h1, .h1 {
        font-size: 26px !important;
    }

    .site-footer {
        overflow: hidden;
    }

    form[name=atmFilter_form] {
        overflow: hidden;
    }
}

.credit_form_show {
    display: none;
}

@media all and (max-width: 755px) {
    .compare-area_col {
        overflow-x: auto;
    }

    .filter-checkbox:first-of-type {
        margin: 0;
    }

    .compare-area {
        width: 700px;
    }

    .atm-table tr {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        border-top: 1px solid #ede9ec;
        border-bottom: 1px solid #ede9ec;
        gap: 10px;
        padding: 10px 0;
    }

    .atm-table thead {
        display: none;
    }

    .atm-table td {
        border: unset !important;
        padding: 0;

    }

    .credit_form_hidden {
        display: none;
    }

    .credit_form_show {
        display: block;
    }

    .products-list .products-list__item:nth-of-type(even) .products-list__item__content, .products-list .products-list__item:nth-of-type(odd) .products-list__item__content {
        padding: 40px;
    }

    .footer-right {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .news-list {
        padding: 40px 15px 0;
    }

    .index-slider__item__row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index-slider__item__title,
    .index-slider__item__text {
        text-align: center;
    }

    .index-slider__item__row .index-slider__item__cell:last-child {
        width: 80%;
    }

    .index-slide-back {
        padding-top: 70px;
    }

    .slide-products__item__till {
        padding: 20px 45px 0 95px;
    }

    .slide-products__item__text p {
        font-size: 12px;
    }

    .hidden-xxs {
        display: none;
    }

    h2, .h2, h2 > span, .h2 > span {
        font-size: 18px;
    }

    .index-news-row .btn__medium {
        padding: 0;
        height: auto;
        top: 30px !important;
    }

    .subscribe-form {
        top: -5px;
    }

    .index-news-second {
        display: flex;
        padding: 0 !important;
        height: auto;
    }

    .index-news-second .index-news-till {
        height: 250px;
        max-height: 250px;
        margin: 0;
    }

    .index-news-till--big .index-news-till__title {
        font-size: 16px;
    }

    .index-news-till__btn {
        display: none;
    }

    .news_container [data-mh="index-news"]:last-child .index-news-till.index-news-till--third.col-sm-7 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .index-valute__title {
        margin-bottom: 7px; 
        font-size: 18px;
    }

    [data-mh="index-contacts"] {
        padding-bottom: 0;
    }

    .site-footer {
        padding-top: 30px;
    }

    .footer-link-right {
        flex-wrap: wrap;
    }

    .footer-link-right__col {
        width: 100%;
    }


    .table_row {
        overflow-x: auto;
    }

    .privileges-table {
        table-layout: auto;
    }
}

@media all and (max-width: 575px) {
    .contacts-switcher li {
        display: table;
        float: initial;
        margin-left: 0px;
        margin-bottom: 15px !important;
    }
    .index-news-second {
        display: flex;
        flex-direction: column;
    }

    .index-news-second .index-news-till {
        width: 100%;
    }

    .index-valute {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .row.index-news-row h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .index-slider__item__row .index-slider__item__cell:last-child {
        width: 100%;
    }

    .index-contacts table tbody tr:not(:first-child) {
        width: 100%;
    }

    .news_container [data-mh="index-news"]:last-child .index-news-till.index-news-till--third.col-sm-7 {
        height: 220px;
    }

    [data-mh="index-news"] {
        height: 520px;
    }

    .index-news-till--big {
        min-height: 520px;
    }

    .index-news-row .btn__medium {
            position: unset;
    }

    .index-valute_tab,
    .index-valute__table {
        width: 100%;
    }

    .index-valute__title,
    .index-valute__text {
        text-align: center;
    }

    .index-news-till__bg {
        transform: scale(1);
    }

    .mobile_head_left__hr {
        display: none;
    }

    .mobile_head_left__menu,
    .head_right_wrapper__inner {
        display: none;
    }

    #site-header-mobile-stick {
        display: block;
        max-width: 575px;
    }

    .mobile-menu {
        max-width: 575px;
    }

    .index-slide-back {
        padding-top: 140px;
    }


    .index-slider__item__cell {
        padding: 0;
    }

    .footer_row {
        overflow-x: hidden;
    }

    .mobile-menu__sub-menu__title {
        font-size: 20px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .mobile-menu__sub-menu__link {
        text-decoration: none;
        color: rgb(74 42 67 / 50%);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.55px;
        text-transform: uppercase;
    }

    .mobile-menu__sub-menu__item-name {
        color: #FFF;
        text-transform: uppercase;
    }

    .mobile-menu__sub-menu__item {
        text-decoration: none;
    }

    .mobile-menu__sub-menu__items .mobile-menu__sub-menu__item:last-child .mobile-menu__sub-menu__item-name {
        color: #37474F;
        text-transform: inherit;
    }

    .mobile-menu__sub-menu__item-text {
        color: #FFF;
    }

    .mobile-menu__sub-menu__credit .mobile-menu__sub-menu__item-inner {
        justify-content: flex-end;
    }

    .mobile-menu__sub-menu__credit .mobile-menu__sub-menu__items .mobile-menu__sub-menu__item:last-child .mobile-menu__sub-menu__item-name {
        color: #FFF;
        text-transform: uppercase;
    }


    .mobile-menu__sub-menu__credit_menu.mobile-menu__sub-menu__credit .mobile-menu__sub-menu__item-name {
        color: #4A2A43;
        text-transform: uppercase !important;
    }

    .mobile-menu__sub-menu__credit_menu.mobile-menu__sub-menu__credit .mobile-menu__sub-menu__item-inner {
        border: unset;
    }

    .mobile-menu__sub-menu__menu-item,
    .mobile-menu__sub-menu__links-block a,
    .mobile-menu__sub-menu__footer a {
        text-decoration: none;
    }

    .mobile-menu__item.menu-main {
        margin-left: 7px;
    }


    .index-valute {
        padding-left: 30px;
    }

    .index-valute-names {
        margin: 0;
    }

    .index-valute-names__wrapper {
        position: absolute!important;
        left: -20px;
        bottom: 0;
        display: block;
    }

    .slick-left-dots .slick-dots {
        display: none!important;
    }

    #index-slider .slick-prev.slick-arrow {
        background: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_32_528)"><circle cx="26" cy="23" r="20" fill="white"/></g><path d="M28 17L22 23L28 29" stroke="%234A2A43" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><defs><filter id="filter0_d_32_528" x="0" y="0" width="52" height="52" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3"/><feGaussianBlur stdDeviation="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.129412 0 0 0 0 0.129412 0 0 0 0 0.129412 0 0 0 0.15 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_32_528"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_32_528" result="shape"/></filter></defs></svg>');
        font-size: 0;
        width: 52px;
        height: 52px;
        border: unset;
        padding: 0;
        position: absolute;
        left: 0;
        top: 30%;
        transform: translate(0, -50%);
        z-index: 9;
    }

    #index-slider .slick-next.slick-arrow {
        background: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_32_531)"><circle cx="26" cy="23" r="20" fill="white"/></g><path d="M24 17L30 23L24 29" stroke="%234A2A43" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><defs><filter id="filter0_d_32_531" x="0" y="0" width="52" height="52" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3"/><feGaussianBlur stdDeviation="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.129412 0 0 0 0 0.129412 0 0 0 0 0.129412 0 0 0 0.15 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_32_531"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_32_531" result="shape"/></filter></defs></svg>');
        font-size: 0;
        width: 52px;
        height: 52px;
        border: unset;
        padding: 0;
        position: absolute;
        right: 0;
        top: 30%;
        transform: translate(0, -50%);
        z-index: 9;
    }
}

.mobile_menu__search__wrapper input::placeholder {
    text-transform: uppercase;
}

.mobile_menu__search__wrapper input {
    border: 1px solid rgba(74, 42, 67, 0.17);
    border-radius: 3px;
    color: #4A2A43;
    font-size: 11px;
    line-height: 11px;
    padding: 13px 20px 13px 40px;
}

.mobile_menu__search__wrapper {
    position: relative;
}

.mobile_menu__search__wrapper svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
@media all and (max-width: 767px) {
    .products-list__inner h2 {
        font-size: 20px;
        word-wrap: break-word;
    }

    .round-list__item p {
        margin: 0;
    }
}


.cookie-block {
    position: fixed;
    left: 40px;
    bottom: 0px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 15px 45px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 15px 45px rgba(50, 50, 50, 0.25);
    padding: 20px 25px;
    max-width: 536px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}

.cookie-block._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 999;
    bottom: 40px;
}

.cookie-block__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(50, 50, 50, 0.7);
    margin-bottom: 20px;
}

.cookie-block__text a[role="link"] {
    font-weight: 500;
    font-size: 16px;
}

.cookie-block__close {
    position: absolute;
    top: 14px;
    right: 14px;
    mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1 11M1 1L11 11' stroke='%23323232' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    background: rgba(50, 50, 50, 1);
    opacity: 0.25;
    cursor: pointer;
}

.cookie-block__close:hover {
    opacity: 1;
}

@media all and (max-width:959px) {
    .cookie-block {
        left: 20px;
    }
    .cookie-block._active {
        bottom: 20px;
    }
}

@media all and (max-width:767px) {
    .cookie-block {
        right: 20px;
        max-width: unset;
        border-radius: 10px;
    }
    .cookie-block__text {
        margin-bottom: 16px;
    }
    .cookie-block__text,
    .cookie-block__text a[role="link"] { 
        font-size: 14px;
    }
    .cookie-block__close {
        top: 12px;
        right: 12px;
    }
}

@media all and (max-width:574px) {
    .cookie-block {
        padding: 16px 20px;
    }
    .cookie-block__text,
    .cookie-block__text a[role="link"] { 
        font-size: 12px;
    }    
}