/*
@media 
only screen and (min-width:768px) and (max-width: 1024px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
	
	
	
}

@media 
only screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
	
	
	
}

@media only screen and (max-width:767px) {
	
	
	
}
*/


/* ==========================================================================
   Подключаем шрифты
   ========================================================================== */

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
    url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
    url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Blond.woff2') format('woff2'),
    url('../fonts/Unbounded-Blond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ==========================================================================
   Стилизуем всплывашку с примененным промокодом
   ========================================================================== */

.popup-promocode {
    background: #25282A;
    text-align: center;
    padding: 35px 30px 40px 30px;
}

.popup-promocode .title {
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.popup-promocode .text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.popup-promocode .fancybox-close-small:after {
    color: #fff;
}

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


/* ==========================================================================
   О компании, показать еще
   ========================================================================== */

.js-about-toggle-container {
    display: none;
}


/* ==========================================================================
   Скрываем навигационные элементы сайта
   ========================================================================== */

body.hide-navigation .breadcamb,
body.hide-navigation .header-top,
body.hide-navigation .header-menu-middle-left,
body.hide-navigation .header-menu-middle-right,
body.hide-navigation .footer,
body.hide-navigation .footer-mobile,
body.hide-navigation .header-mobile .burger,
body.hide-navigation .header-mobile .icons,
body.hide-navigation .header-mobile-search,
body.hide-navigation .module-subscribe,
body.hide-navigation .header-bottom {
    display: none !important;
}

body.hide-navigation .header-middle {
    border-bottom: 1px solid #25282A;
}

body.hide-navigation .header-menu-middle-middle {
    width: 100% !important;
    text-align: center;
    pointer-events: none;
}

body.hide-navigation .header-menu-middle-middle__link {
    width: 100%;
    margin: 0px;
    padding: 0px;
    justify-content: center;
}

body.hide-navigation .module-registration .block-title {
    text-align: center;
    padding-top: 60px;
}

body.hide-navigation .h1 {
    padding-top: 30px;
}

body.hide-navigation .card {
    padding-top: 50px;
}


/* ==========================================================================
   Прочее
   ========================================================================== */

.filter-wrap .filter-mobile-button {
    margin: -20px -15px 15px -15px;
    display: none;
}

.filter-wrap .filter-mobile-button a {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #25282a;
    transition: all .2s ease 0s;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
    font-family: 'Roboto';
    float: none;
}

.header-menu-top-right__list .block-premium {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
}

.header-menu-top-right__list .block-premium .icon {
    display: inline-block;
    margin: 0px 4px 0px 0px;
    background: url(../images/icons/rub_premium_header.png) no-repeat center center / contain;
    width: 13px;
    height: 13px;
}

.header-menu-top-right__list .block-premium .text {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}

.nav-new[data-tooltip="Товар учавствует в акции"] {
    background: #e63f9a;
    border-color: #e63f9a;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.nav-new[data-tooltip="Товар учавствует в акции"]:hover {
    background: #ec6ab1;
    border-color: #ec6ab1;
    color: #fff;
    text-decoration: none;
}

.product-item-detail-properties {
    display: none !important;
}

.password-eye {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    background: #fff;
    width: 50px;
    cursor: pointer;
}

.password-eye:before, .password-eye:after {
    content: '';
    background: no-repeat center center / contain;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 15px;
    transition: all .2s ease;
}

.password-eye:before {
    background-image: url(../images/password-show.svg);
    height: 19px;
    opacity: 1;
    margin-top: -9px;
}

.password-eye:after {
    background-image: url(../img/password-hide.svg);
    height: 15px;
    opacity: 0;
    margin-top: -7px;
}

.password-eye.active:before {
    opacity: 0;
}

.password-eye.active:after {
    opacity: 1;
}

.main-banner .slick-carousel {
    height: 31.23vw;
    overflow: hidden;
}

.module-login.page {
    max-width: 450px;
    margin: 0px auto;
    text-align: center;
}

.module-login.page .text {
    font-size: 14px;
    line-height: 20px;
}

.module-login.page .element-notice {
    font-size: 14px;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {

    .filter-wrap .filter-mobile-button {
        display: block;
    }

    .main-banner .slick-carousel {
        height: 76vw;
    }

    .gift__banner:last-child {
        margin: 15px 0px;
    }

}


/* ==========================================================================
   Всплывающее окно для принятия участия в сборном грузе
   ========================================================================== */

.module-popup-cargo {
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-popup-cargo.active {
    opacity: 1;
    visibility: visible;
}

.module-popup-cargo .content {
    width: 100%;
    max-width: 700px;
    background: #fff;
    padding: 50px;
    position: relative;
}

.module-popup-cargo .content .popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
}

.module-popup-cargo .content .popup-close svg {
    width: 100%;
    height: 100%;
    opacity: .3;
    transition: all .2s ease;
}

.module-popup-cargo .content .popup-close:hover svg {
    opacity: .5;
}

.module-popup-cargo .content .block-top {
    background: rgb(121 98 180 / 10%);
    margin: 0px 0px 30px 0px;
    padding: 44px 50px;
    font-size: 18px;
    line-height: 34px;
    color: #25282A;
    font-weight: bold;
}

.module-popup-cargo .content .block-top p {
    margin: 0px;
    padding: 0px;
}

.module-popup-cargo .content .block-top p:first-child {
    margin-top: 0px;
}

.module-popup-cargo .content .text {
    margin: 0px 0px 24px 0px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #25282A;
}

.module-popup-cargo .content .buttons {
    margin: 0px auto;
    width: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module-popup-cargo .content .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 230px;
    height: 50px;
    text-decoration: none;
    transition: all .2s ease;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.module-popup-cargo .content .buttons a.border {
    border: 1px solid rgb(121 98 180 / 50%);
    color: #25282A;
}

.module-popup-cargo .content .buttons a.border:hover {
    background: #25282A;
    border-color: #25282A;
    color: #fff;
}

.module-popup-cargo .content .buttons a.fill {
    background: #25282A;
    color: #fff;
}

.module-popup-cargo .content .buttons a.fill:hover {
    background: #8a75bd;
}

.module-popup-cargo .content .success {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #25282A;
    padding: 0px 140px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}

.module-popup-cargo .content .success.active {
    opacity: 1;
    visibility: visible;
}

.module-popup-cargo .content .success p {
    margin: 28px 0px 0px 0px;
    padding: 0px;
}

.module-popup-cargo .content .success p:first-child {
    margin-top: 0px;
}

@media only screen and (max-width: 767px) {

    .module-popup-cargo .content {
        width: 100%;
        height: 100%;
        max-width: none;
        padding: 50px 20px;
    }

    .module-popup-cargo .content .block-top {
        margin: 0px 0px 30px 0px;
        padding: 24px 30px;
    }

    .module-popup-cargo .content .text {
        margin: 0px 0px 32px 0px;
    }

    .module-popup-cargo .content .buttons {
        margin: 0px;
        width: 100%;
        flex-direction: column;
    }

    .module-popup-cargo .content .buttons a {
        margin: 20px 0px 0px 0px;
        width: 100%;
    }

    .module-popup-cargo .content .buttons a.fill {
        margin: 0px;
        order: -1;
    }

    .module-popup-cargo .content .success {
        padding: 0px 20px;
    }

}


/* ==========================================================================
   Бонусные баллы, которые в скором времени сгорят
   ========================================================================== */

.popup-hotcash {
    padding: 40px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    width: 400px;
}

.popup-hotcash .title {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #6e55ad;
}

.popup-hotcash .blocks {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.popup-hotcash .blocks .text {
    margin: 3px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
}

.popup-hotcash .blocks .text:first-child {
    margin-top: 0px;
}

@media only screen and (max-width: 767px) {

    .popup-hotcash {
        padding: 40px 20px;
        width: 280px;
    }

}


/* ==========================================================================
   Всплывашка для уведомлений
   ========================================================================== */

.module-popup-notice {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
}

.module-popup-notice .close {
    background: url(../images/delivery_sale/close.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
}

.module-popup-notice .block-content {
    position: absolute;
    top: 50%;
    left: 50%;
}

.module-popup-notice .block-content .content-animate {
    opacity: 0;
    overflow: hidden;
}

.module-popup-notice .block-content .content {
    background: #fff;
    width: 660px;
    padding: 94px 130px 90px 130px;
}

.module-popup-notice .text {
    font-size: 24px;
    line-height: 34px;
    color: #484848;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 96px 0px 0px 0px;
}

.module-popup-notice .text:before {
    content: '';
    background: url(../images/delivery_sale/icon.png) no-repeat center center / contain;
    width: 80px;
    height: 73px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -40px;
}

.module-popup-notice .text.no-icon {
    padding: 0px;
}

.module-popup-notice .text.no-icon:before {
    display: none;
}

.module-popup-notice .text p {
    margin: 0px;
    padding: 0px;
}

.module-popup-notice .text .color {
    color: #8a549a;
}

.module-popup-notice[data-icon="N"] .text {
    padding: 0px;
}

.module-popup-notice[data-icon="N"] .text:before {
    display: none;
}

.module-popup-notice {
    -webkit-transition: all 0.35s ease 0.27s;
    transition: all 0.35s ease 0.27s;
}

.module-popup-notice .close {
    -webkit-transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
    transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
}

.module-popup-notice .block-content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-popup-notice .block-content .content-animate {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);

    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.module-popup-notice.active {
    opacity: 1;
    visibility: visible;
}

.module-popup-notice.active .close {
    opacity: 1;
}

.module-popup-notice.active .content-animate {
    opacity: 1;
}

.module-popup-notice.active {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.module-popup-notice.active .close {
    -webkit-transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
    transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
}

.module-popup-notice.active .content-animate {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

@media only screen and (max-width: 767px) {

    .module-popup-notice .close {
        top: 10px;
        right: 10px;
    }

    .module-popup-notice .block-content .content {
        padding: 47px 20px 43px 20px;
        width: 280px;
    }

    .module-popup-notice .text {
        font-size: 18px;
        line-height: 26px;
    }

    .module-popup-notice .text br {
        display: none;
    }

}


/* ==========================================================================
   Всплывашка для выбора ПВЗ сдек
   ========================================================================== */

.module-popup-cdek {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
}

.module-popup-cdek .close {
    background: url(../images/icons/callback_close.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
}

.module-popup-cdek .block-content {
    position: absolute;
    top: 50%;
    left: 50%;
}

.module-popup-cdek .block-content .content-animate {
    opacity: 0;
    overflow: hidden;
}

.module-popup-cdek .block-content .content {
    background: #fff;
    width: 990px;
}

.module-popup-cdek .title {
    margin: 0px 0px 36px 0px;
    padding: 56px 0px 0px 0px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #25282A;
    font-weight: bold;
}

.module-popup-cdek .block-map {
    width: 100%;
    height: 500px;
}

.module-popup-cdek {
    -webkit-transition: all 0.35s ease 0.27s;
    transition: all 0.35s ease 0.27s;
}

.module-popup-cdek .close {
    -webkit-transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
    transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
}

.module-popup-cdek .block-content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-popup-cdek .block-content .content-animate {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);

    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.module-popup-cdek.active {
    opacity: 1;
    visibility: visible;
}

.module-popup-cdek.active .close {
    opacity: 1;
}

.module-popup-cdek.active .content-animate {
    opacity: 1;
}

.module-popup-cdek.active {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.module-popup-cdek.active .close {
    -webkit-transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
    transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
}

.module-popup-cdek.active .content-animate {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

@media only screen and (max-width: 767px) {

    .module-popup-cdek .block-content {
        width: 90%;
    }

    .module-popup-cdek .block-content .content-animate {
        width: 100%;
    }

    .module-popup-cdek .block-content .content {
        width: 100%;
    }

    .module-popup-cdek .title {
        font-size: 16px;
        line-height: 22px;
        margin: 0px 0px 36px 0px;
        padding: 46px 0px 0px 0px;
    }

    .module-popup-cdek .block-map {
        height: 300px;
    }

}


/* ==========================================================================
   Всплывашка для подтверждения номера телефона
   ========================================================================== */

.module-signup-check-phone {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
}

.module-signup-check-phone .close {
    background: url(../images/icons/callback_close.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
}

.module-signup-check-phone .block-content {
    position: absolute;
    top: 50%;
    left: 50%;
}

.module-signup-check-phone .block-content .content-animate {
    opacity: 0;
    overflow: hidden;
}

.module-signup-check-phone .block-content .content {
    background: #fff;
    width: 480px;
}

.module-signup-check-phone .title {
    margin: 0px 0px 36px 0px;
    padding: 56px 0px 0px 0px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #25282A;
    font-weight: bold;
}

.module-signup-check-phone .text {
    margin: 0px 0px 15px 0px;
    padding: 0px 30px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
}

.module-signup-check-phone .text .phone {
    color: #25282A;
}

.module-signup-check-phone .text-2 {
    margin: 0px 0px 38px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #25282A;
}

.module-signup-check-phone .text-2 .link {
    margin: 0px;
}

.module-signup-check-phone .text-2 .link a {
    background: #e63f9a;
    display: inline-block;
    padding: 5px 20px 6px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.module-signup-check-phone .text-2 .link a:hover {
    background: #ec6ab1;
}

.module-signup-check-phone .text-2 .timer {
    display: none;
}

.module-signup-check-phone .field {
    margin: 0px auto 34px auto;
    max-width: 200px;
}

.module-signup-check-phone .field input {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 8px 20px 9px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    font-family: 'Roboto';
    text-align: center;
}

.module-signup-check-phone .button {
    margin: 0px;
}

.module-signup-check-phone .button a {
    display: block;
    text-align: center;
    background: #25282A;
    margin: 0px;
    padding: 16px 0px 15px 0px;
    text-decoration: none;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto';
}

.module-signup-check-phone .button a:hover {
    background: #8a75bd;
}

.module-signup-check-phone {
    -webkit-transition: all 0.35s ease 0.27s;
    transition: all 0.35s ease 0.27s;
}

.module-signup-check-phone .close {
    -webkit-transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
    transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
}

.module-signup-check-phone .block-content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-signup-check-phone .block-content .content-animate {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);

    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.module-signup-check-phone.active {
    opacity: 1;
    visibility: visible;
}

.module-signup-check-phone.active .close {
    opacity: 1;
}

.module-signup-check-phone.active .content-animate {
    opacity: 1;
}

.module-signup-check-phone.active {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.module-signup-check-phone.active .close {
    -webkit-transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
    transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
}

.module-signup-check-phone.active .content-animate {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

@media only screen and (max-width: 767px) {

    .module-signup-check-phone .block-content {
        width: 90%;
    }

    .module-signup-check-phone .block-content .content-animate {
        width: 100%;
    }

    .module-signup-check-phone .block-content .content {
        width: 100%;
    }

    .module-signup-check-phone .title {
        font-size: 16px;
        line-height: 22px;
        margin: 0px 0px 36px 0px;
        padding: 46px 0px 0px 0px;
    }

}


/* ==========================================================================
   Всплывашка для ввода ID дилера в перерегистрации
   ========================================================================== */

.module-signup-confirm {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
}

.module-signup-confirm .close {
    display: block;
    background: url(../images/get_money/close.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
}

.module-signup-confirm.active .close {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
}

.module-signup-confirm .block-content {
    position: absolute;
    top: 50%;
    left: 50%;
}

.module-signup-confirm .block-content .content-animate {
    opacity: 0;
    overflow: hidden;
}

.module-signup-confirm .block-content .content {
    background: #fff;
    width: 630px;
}

.module-signup-confirm .title {
    margin: 0px 0px 30px 0px;
    padding: 65px 0px 0px 0px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #25282A;
}

.module-signup-confirm .form {
    margin: 0px auto 20px auto;
    padding: 0px 0px 68px 0px;
    max-width: 390px;
}

.module-signup-confirm .form .name {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #25282A;
}

.module-signup-confirm .form .field {
    margin: 0px 0px 30px 0px;
}

.module-signup-confirm .form .field input {
    background: #fff;
    border: 1px solid #25282A;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 8px 20px 9px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    font-family: 'Roboto';
    text-align: left;
}

.module-signup-confirm .form .button {
    margin: 0px;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.module-signup-confirm .form .button a {
    display: inline-block;
    text-align: center;
    background: #25282A;
    width: 175px;
    height: 48px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-size: 20px;
    line-height: 48px;
    color: #fff;
    font-family: 'Roboto';
    border: 1px solid #25282A;
}

.module-signup-confirm .form .button a:hover {
    background: #F9F28C;
    color: #25282A;
}

.module-signup-confirm {
    -webkit-transition: all 0.35s ease 0.27s;
    transition: all 0.35s ease 0.27s;
}

.module-signup-confirm .block-content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-signup-confirm .block-content .content-animate {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);

    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.module-signup-confirm.active {
    opacity: 1;
    visibility: visible;
}

.module-signup-confirm.active .content-animate {
    opacity: 1;
}

.module-signup-confirm.active {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.module-signup-confirm.active .content-animate {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

@media only screen and (max-width: 767px) {

    .module-signup-confirm .close {
        display: block;
    }

    .module-signup-confirm .block-content {
        width: 90%;
    }

    .module-signup-confirm .block-content .content-animate {
        width: 100%;
    }

    .module-signup-confirm .block-content .content {
        width: 100%;
        padding: 0px 20px;
    }

    .module-signup-confirm .title {
        font-size: 20px;
        line-height: 24px;
        margin: 0px 0px 36px 0px;
        padding: 46px 0px 0px 0px;
    }

    .module-signup-confirm .form .name {
        font-size: 14px;
        line-height: 20px;
    }

}


/* ==========================================================================
   Прелоадер
   ========================================================================== */

.element-preloader {
    background: #000 url(../images/preloader.gif) no-repeat center center;
    width: 44px;
    height: 44px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22px 0px 0px -22px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 1000;
    border-radius: 15px;
}


/* ==========================================================================
   Прочее
   ========================================================================== */

.element-button {
    display: inline-block;
    text-align: center;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 11px 30px 11px 30px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: 'Roboto';
    transition: all 0.2s ease;
    text-decoration: none;
}

.element-button:hover {
    background: transparent;
    color: #25282A;
    text-decoration: none;
}

.element-button:focus {
    background: transparent;
    color: #25282A;
    text-decoration: none;
}

.advantages-icon-1 {
    background: url(../img/delivery-icon.svg) no-repeat center / cover !important;
}

.advantages-icon-2 {
    background: url(../img/eco-icon.svg) no-repeat center / cover !important;
}

.element-notice {
    margin: 0px 0px 15px 0px;
    display: none;
}

.element-notice.red {
    color: #ff0000;
}

.element-notice.green {
    color: green;
}

.page-content h1 {
    font-size: 30px;
    line-height: 40px;
    color: #25282A;
    font-weight: normal;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.page-content p {
    margin: 20px 0px;
}

.page-content p:first-child {
    margin-top: 0px;
}

.page-content p:last-child {
    margin-bottom: 0px;
}

.catalog-preloader {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.catalog-preloader.preloader-show {
    opacity: 0.9;
    visibility: visible;
}

.header-menu-bottom-left {
    display: table;
    width: 100%;
    height: 52px;
    margin: 0px;
    padding: 0px;
}

.header-menu-bottom-left li {
    display: table-cell;
    width: auto;
    height: 52px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

/* .header-menu-bottom-left li a {padding:16px 14px 16px 14px; font-family: 'Mulish', sans-serif; font-weight: 500; height: 52px;} */
.header-menu-bottom-left li a {
    padding: 3px 0 0 0;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.header-menu-bottom-left li a.link-gift {
    position: relative;
}

/* .header-menu-bottom-left li a.link-gift:before {content:''; background:url(../img/gift-icon.svg) no-repeat; width:20px; height:20px; position:absolute; top:50%; left:0px; margin:-12px 0px 0px 0px;} */

/*.news__social .ya-share2__list {display:block;}
.news__social .ya-share2__list_direction_horizontal > .ya-share2__item {display:block; background:#fff; text-align:center; margin:0px; padding:10px 0px; opacity:1;}
.news__social .ya-share2__badge {background:none !important; font-size:20px; line-height:20px; color:#555; font-family:FontAwesome; display:inline-block;}
.news__social .ya-share2__icon {display:none;}
.news__social .ya-share2__counter {display:none;}
.news__social .ya-share2__item_service_facebook .ya-share2__badge:before {content:"\f09a";}
.news__social .ya-share2__item_service_pinterest .ya-share2__badge:before {content:"\f0d2";}
.news__social .ya-share2__item_service_twitter .ya-share2__badge:before {content:"\f099";}*/

form[action="https://auth.robokassa.ru/Merchant/Index.aspx"] p:first-child {
    display: none;
}

.news__social .ya-share2__list {
    display: block;
}

.news__social .ya-share2__list_direction_horizontal > .ya-share2__item {
    display: block;
    background: #fff;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
}

.table-custom {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border: none;
}

.table-custom td {
    margin: 0px;
    padding: 10px 20px;
    border-collapse: collapse;
    border: 1px solid #333;
    text-align: left;
    vertical-align: middle;
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto;
}

.element-checkbox {
    display: none;
}

.element-checkbox + label {
    font-size: 14px;
    line-height: 18px;
    color: #25282A;
    font-weight: normal;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 30px;
    cursor: pointer;
}

.element-checkbox + label:before {
    content: '';
    background: #fff;
    border: 1px solid #3a3a3a;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 0px;
}

.element-checkbox + label:after {
    content: '';
    background: #25282A;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 5px;
    opacity: 0;
}

.element-checkbox:checked + label:after {
    opacity: 1;
}

.element-radio {
    display: none;
}

.element-radio + label {
    font-size: 14px;
    line-height: 18px;
    color: #25282A;
    font-weight: normal;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 30px;
    cursor: pointer;
}

.element-radio + label:before {
    border-radius: 20px;
    content: '';
    background: #fff;
    border: 1px solid #3a3a3a;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 0px;
}

.element-radio + label:after {
    border-radius: 10px;
    content: '';
    background: #25282A;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 5px;
    opacity: 0;
}

.element-radio:checked + label:after {
    opacity: 1;
}

.module-content {
    margin: 0px 0px 60px 0px;
}

.module-content-style {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
}

.module-content-style p {
    margin: 24px 0px;
    padding: 0px;
}

.module-content-style p span {
    font-family: 'Mulish', sans-serif !important;
}

.module-content-style p a {
    font-family: 'Mulish', sans-serif !important;
}

.module-content-style p:first-child {
    margin-top: 0px;
}

.module-content-style p:last-child {
    margin-bottom: 0px;
}

.module-content-style ul {
    margin: 24px 0px 24px 44px;
    padding: 0px;
}

.module-content-style ul:first-child {
    margin-top: 0px;
}

.module-content-style ul:last-child {
    margin-bottom: 0px;
}

.module-content-style ul li {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.module-content-style ul li span {
    font-family: 'Mulish', sans-serif !important;
}

.module-content-style ul li:first-child {
    margin-top: 0px;
}

.module-content-style ol {
    margin: 24px 0px 24px 44px;
    padding: 0px;
}

.module-content-style ol:first-child {
    margin-top: 0px;
}

.module-content-style ol:last-child {
    margin-bottom: 0px;
}

.module-content-style ol li {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.module-content-style ol li:first-child {
    margin-top: 0px;
}

.module-search .block .left .img a {
    position: static;
}

.module-content-style a {
    color: #25282A;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.module-content-style a + span {
    color: #25282A !important;
    text-decoration: none;
}

.module-content-style a + span b u {
    text-decoration: none;
}

.module-content-style a + span b u span {
    color: #25282A !important;
}

.module-content-style a span {
    color: #25282A !important;
    text-decoration: none;
}

.module-content-style a span u {
    text-decoration: none;
}

/* .module-content-style a::before {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; border: 1px solid #25282A; opacity: 0; transition: all .25s ease;} */
.module-content-style a:hover {
    color: #25282A;
}

.module-content-style a:hover::before {
    opacity: 1;
}

.module-search .block .left .img a {
    position: static;
}

.module-search .block .left .img a::before {
    display: none;
}

.module-content-style .link-button {
    margin: 0px 10px;
    padding: 0px 16px;
    display: inline-block;
    width: auto;
    height: 40px;
    border: 2px solid #25282A;
    background: #25282A;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease 0s;
    text-align: center;
    text-decoration: none;
}

.module-content-style .link-button:hover {
    background: #F9F28C;
    color: #25282A;
    text-decoration: none;
}

.favorites-remove-all {
    text-align: right;
    padding: 21px 0px 8px 0px;
    width: 772px;
}

.favorites-remove-all a {
    display: inline-block;
    margin: 0px;
    padding: 10px 25px 13px 25px;
    border: 2px solid #25282A;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background-color: #25282A;
}

.favorites-remove-all a:hover {
    background: #F9F28C;
    color: #25282A;
}

.favorites-add-to-basket {
    color: #25282A;
    text-decoration: none;
    opacity: 0;
    position: relative;
}

.favorites-add-to-basket::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #25282A;
    opacity: 0;
    transition: all .25s ease;
}

.favorites-add-to-basket:hover {
    text-decoration: none;
}

.favorites-add-to-basket:hover::before {
    opacity: 1;
}

.basket-table__tr:hover .favorites-add-to-basket {
    opacity: 1;
}

.favorites-remove {
    opacity: 0;
}

.basket-table__tr:hover .favorites-remove {
    opacity: 1;
}

.catalog-detail-text {
    margin: 0px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.catalog-detail-text p {
    margin: 24px 0px 0px 0px;
    padding: 0px;
}

.catalog-detail-text p:first-child {
    margin-top: 0px;
}

.catalog-detail-text p:last-child {
    margin-bottom: 0px;
}

.catalog-detail-props {
    margin: 24px 0px 0px 0px;
}

.catalog-detail-props .description__item {
    margin: 24px 0px 0px 0px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.catalog-detail-props .description__item:first-child {
    margin-top: 0px;
}

.card__buy__action {
    background: #25282A;
    color: #fff;
    font-size: 12px;
    height: 49px;
    vertical-align: top;
}

.card__buy__action:hover {
    background: #3c4144;
    border-color: #3c4144;
}

.container-mobile-show {
    display: none;
}

.container-mobile-hide {
    display: block;
}

.catalog-preloader {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.transition,
.transition *,
.transition:before,
.transition *:before,
.transition:after,
.transition *:after {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

@media only screen and (max-width: 992px) {
    .favorites-remove-all {
        width: 100%;
        text-align: center;
    }

    .favorites-remove,
    .favorites-add-to-basket {
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .catalog-detail-text {
        font-size: 16px;
    }

    .catalog-detail-text p,
    .catalog-detail-props .description__item {
        font-size: 16px;
    }

    .module-content-style {
        font-size: 16px;
    }

    .module-content-style p {
        font-size: 16px;
    }

    .module-content-style ul {
        margin-left: 20px;
    }

    .container-mobile-show {
        display: block;
    }

    .container-mobile-hide {
        display: none;
    }
}


/* ==========================================================================
   Поиск по сайту
   ========================================================================== */

.module-search {
    margin: 0px;
}

.module-search .block {
    margin: 40px 0px 0px 0px;
}

.module-search .block:first-child {
    margin-top: 0px;
}

.module-search .block:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-search .block .left {
    width: 140px;
    height: 140px;
    float: left;
}

.module-search .block .left .img {
    width: 138px;
    height: 138px;
    position: relative;
}

.module-search .block .left .img img {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-search .block .right {
    margin: 0px 0px 0px 170px;
    padding: 41px 0px 0px 0px;
}

.module-search .block .right .name-en {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    line-height: 25px;
    color: #363636;
    font-weight: 400;
    text-transform: uppercase;
}

.module-search .block .right .name {
    font-size: 15px;
    line-height: 21px;
    color: #363636;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .module-search .block .right {
        padding: 0;
        margin-left: 108px;
    }

    .module-search .block .left {
        width: 108px;
        height: 108px;
    }

    .module-search .block .left .img {
        width: 108px;
        height: 108px;
    }

    .module-search .block .right .name-en {
        font-size: 15px;
    }

    .module-search .block .right .name {
        font-size: 13px;
    }
}


/* ==========================================================================
   Оплата и доставка
   ========================================================================== */

.page-delivery {
    margin: 0px;
    padding: 0px;
}

.page-delivery .blocks {
    margin: 0px;
    padding: 20px 0px 0px 0px;
}

.page-delivery .blocks:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.page-delivery .blocks .block-left {
    width: 20%;
    float: left;
    position: sticky;
    top: 40px;
    left: 0px;
}

.page-delivery .blocks .block-left .block {
    position: relative;
    background: #f4f4f4;
}

.page-delivery .blocks .block-left .block menu {
    margin: 0px;
    padding: 20px 25px;
    list-style-type: none;
}

.page-delivery .blocks .block-left .block menu li {
    margin: 13px 0px 0px 0px;
    padding: 0px;
}

.page-delivery .blocks .block-left .block menu li:first-child {
    margin-top: 0px;
}

.page-delivery .blocks .block-left .block menu li a {
    font-size: 20px;
    line-height: 24px;
    color: #25282A;
    text-decoration: none;
    font-weight: 500;
}

.page-delivery .blocks .block-left .block menu li a:hover {
    text-decoration: none;
    color: #3c4144;
}

.page-delivery .blocks .block-left .block menu li a:hover::before {
    opacity: 0;
}

.page-delivery .blocks .block-right {
    margin: 0px 0px 0px 25%;
}

.page-delivery .blocks .block-right .block {
    margin: 40px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
    border-top: 1px solid #25282A;
}

.page-delivery .blocks .block-right .block:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.page-delivery .blocks .block-right .block .title {
    font-size: 24px;
    line-height: 30px;
    color: #25282A;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.page-delivery .blocks .block-right .block .text {
    margin: 0px;
    padding: 0px;
}

.page-delivery .blocks .block-right .block#about .text:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

@media only screen and (max-width: 930px) {
    .page-delivery .blocks .block-left .block menu {
        padding: 20px 23px;
    }

    .page-delivery .blocks .block-left .block menu li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .page-delivery .blocks .block-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        top: 57px;
    }

    .page-delivery .blocks .block-right {
        margin: 0;
    }

    .page-delivery .blocks .block-left .block menu {
        padding: 7px 25px 10px;
    }

    .page-delivery .blocks .block-left .block menu li {
        display: inline-block;
        margin: 5px 3px 0 0;
    }

    .page-delivery .blocks .block-left .block menu li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 365px) {
    .page-delivery .blocks .block-left .block menu {
        padding: 6px 8px;
    }

    .page-delivery .blocks .block-left .block menu li {
        margin: 0 13px 0 0;
    }

    .page-delivery .blocks .block-left .block menu li a {
        font-size: 13px;
        line-height: 18px;
    }

}

/* ==========================================================================
   Парфюмерный тест
   ========================================================================== */

.module-test {
    margin: 0px;
    padding: 8px 0px 0px 0px;
}

.module-test .h1 {
    margin: 0px 0px 12px 0px;
    padding: 0px;
    font-size: 36px;
    line-height: 36px;
    color: #25282A;
}

.module-test .block-text {
    margin: 0px 0px 23px 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    font-weight: 300;
}

.module-test .block-text p {
    margin: 0px;
    padding: 0px;
}

.module-test .blocks {
    margin: 0px;
}

.module-test .blocks .block-question {
    margin: 41px 0px 0px 0px;
}

.module-test .blocks .block-question:first-child {
    margin-top: 0px;
}

.module-test .blocks .block-question .head {
    border: 1px solid #3a3a3a;
}

.module-test .blocks .block-question .head:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-test .blocks .block-question .head .left {
    width: 117px;
    height: 60px;
    border: 2px solid #fff;
    background: #636363;
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 14px 0px 0px 0px;
}

.module-test .blocks .block-question .head .left.uz {
    width: 160px;
}

.module-test .blocks .block-question .head .right {
    margin: 0px 0px 0px 117px;
    padding: 14px 0px 0px 34px;
    height: 60px;
    border-left: 1px solid #333333;
    font-size: 25px;
    line-height: 30px;
    color: #636363;
    font-weight: 300;
}

.module-test .blocks .block-question .head .right.uz {
    margin: 0px 0px 0px 160px;
}

.module-test .blocks .block-question .info {
    display: none;
    margin: 0px 0px 0px -20px;
    padding: 11px 0px 0px 0px;
}

.module-test .blocks .block-question .info:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-test .blocks .block-question .info .cell {
    width: 25%;
    float: left;
    padding: 20px 0px 0px 20px;
}

.module-test .blocks .block-question .info .cell .img {
    width: 100%;
    height: 164px;
    cursor: pointer;
    display: block;
    background: #fff no-repeat center center;
    background-size: contain;
    border: 5px solid #fff;
}

.module-test .blocks .block-question .info .cell .img:hover {
    background-color: #25282A;
    border-color: #25282A;
}

.module-test .blocks .block-question.active .head .left {
    background: #25282A;
}

.module-test .blocks .block-question.active .head .right {
    color: #25282A;
}

.module-test .blocks .block-question.active .info {
    display: block;
}

.module-test .blocks .block-question[data-question="1"] .info .cell .img[data-id="1"] {
    background-image: url(../images/test/question_1/1.png?v=1);
}

.module-test .blocks .block-question[data-question="1"] .info .cell .img[data-id="2"] {
    background-image: url(../images/test/question_1/2.png?v=1);
}

.module-test .blocks .block-question[data-question="1"] .info .cell .img[data-id="3"] {
    background-image: url(../images/test/question_1/3.png?v=1);
}

.module-test .blocks .block-question[data-question="1"] .info .cell .img[data-id="4"] {
    background-image: url(../images/test/question_1/4.png?v=1);
}

.module-test .blocks .block-question[data-question="1"] .info .cell .img[data-id="5"] {
    background-image: url(../images/test/question_1/5.png?v=1);
}

.module-test .blocks .block-question[data-question="1"] .info .cell .img[data-id="6"] {
    background-image: url(../images/test/question_1/6.png?v=1);
}

.module-test .blocks .block-question[data-question="1"] .info .cell .img[data-id="7"] {
    background-image: url(../images/test/question_1/7.png?v=1);
}

.module-test .blocks .block-question[data-question="2"] .info .cell .img[data-id="1"] {
    background-image: url(../images/test/question_2/1.png?v=1);
}

.module-test .blocks .block-question[data-question="2"] .info .cell .img[data-id="2"] {
    background-image: url(../images/test/question_2/2.png?v=1);
}

.module-test .blocks .block-question[data-question="2"] .info .cell .img[data-id="3"] {
    background-image: url(../images/test/question_2/3.png?v=1);
}

.module-test .blocks .block-question[data-question="2"] .info .cell .img[data-id="4"] {
    background-image: url(../images/test/question_2/4.png?v=1);
}

.module-test .blocks .block-question[data-question="2"] .info .cell .img[data-id="5"] {
    background-image: url(../images/test/question_2/5.png?v=1);
}

.module-test .blocks .block-question[data-question="2"] .info .cell .img[data-id="6"] {
    background-image: url(../images/test/question_2/6.png?v=1);
}

.module-test .blocks .block-question[data-question="2"] .info .cell .img[data-id="7"] {
    background-image: url(../images/test/question_2/7.png?v=1);
}

.module-test .blocks .block-question[data-question="3"] .info .cell .img[data-id="1"] {
    background-image: url(../images/test/question_3/1.png?v=1);
}

.module-test .blocks .block-question[data-question="3"] .info .cell .img[data-id="2"] {
    background-image: url(../images/test/question_3/2.png?v=1);
}

.module-test .blocks .block-question[data-question="3"] .info .cell .img[data-id="3"] {
    background-image: url(../images/test/question_3/3.png?v=1);
}

.module-test .blocks .block-question[data-question="3"] .info .cell .img[data-id="4"] {
    background-image: url(../images/test/question_3/4.png?v=1);
}

.module-test .blocks .block-question[data-question="3"] .info .cell .img[data-id="5"] {
    background-image: url(../images/test/question_3/5.png?v=1);
}

.module-test .blocks .block-question[data-question="3"] .info .cell .img[data-id="6"] {
    background-image: url(../images/test/question_3/6.png?v=1);
}

.module-test .blocks .block-question[data-question="3"] .info .cell .img[data-id="7"] {
    background-image: url(../images/test/question_3/7.png?v=1);
}

.module-test .blocks .block-question[data-question="4"] .info .cell .img[data-id="1"] {
    background-image: url(../images/test/question_4/1.png?v=1);
}

.module-test .blocks .block-question[data-question="4"] .info .cell .img[data-id="2"] {
    background-image: url(../images/test/question_4/2.png?v=1);
}

.module-test .blocks .block-question[data-question="4"] .info .cell .img[data-id="3"] {
    background-image: url(../images/test/question_4/3.png?v=1);
}

.module-test .blocks .block-question[data-question="4"] .info .cell .img[data-id="4"] {
    background-image: url(../images/test/question_4/4.png?v=1);
}

.module-test .blocks .block-question[data-question="4"] .info .cell .img[data-id="5"] {
    background-image: url(../images/test/question_4/5.png?v=1);
}

.module-test .blocks .block-question[data-question="4"] .info .cell .img[data-id="6"] {
    background-image: url(../images/test/question_4/6.png?v=1);
}

.module-test .blocks .block-question[data-question="4"] .info .cell .img[data-id="7"] {
    background-image: url(../images/test/question_4/7.png?v=1);
}

.module-test .blocks .block-question[data-question="5"] .info .cell .img[data-id="1"] {
    background-image: url(../images/test/question_5/1.png?v=1);
}

.module-test .blocks .block-question[data-question="5"] .info .cell .img[data-id="2"] {
    background-image: url(../images/test/question_5/2.png?v=1);
}

.module-test .blocks .block-question[data-question="5"] .info .cell .img[data-id="3"] {
    background-image: url(../images/test/question_5/3.png?v=1);
}

.module-test .blocks .block-question[data-question="5"] .info .cell .img[data-id="4"] {
    background-image: url(../images/test/question_5/4.png?v=1);
}

.module-test .blocks .block-question[data-question="6"] .info .cell .img[data-id="1"] {
    background-image: url(../images/test/question_6/1.png?v=1);
}

.module-test .blocks .block-question[data-question="6"] .info .cell .img[data-id="2"] {
    background-image: url(../images/test/question_6/2.png?v=1);
}

.module-test .blocks .block-question[data-question="6"] .info .cell .img[data-id="3"] {
    background-image: url(../images/test/question_6/3.png?v=1);
}

.module-test .blocks .block-question[data-question="6"] .info .cell .img[data-id="4"] {
    background-image: url(../images/test/question_6/4.png?v=1);
}

.module-test .blocks .block-question[data-question="6"] .info .cell .img[data-id="5"] {
    background-image: url(../images/test/question_6/5.png?v=1);
}

.module-test .blocks .block-question[data-question="6"] .info .cell .img[data-id="6"] {
    background-image: url(../images/test/question_6/6.png?v=1);
}

.module-test .blocks .block-question[data-question="6"] .info .cell .img[data-id="7"] {
    background-image: url(../images/test/question_6/7.png?v=1);
}

.module-test .blocks .block-question .head .left,
.module-test .blocks .block-question .head .right,
.module-test .blocks .block-question .info .cell .img {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media only screen and (max-width: 875px) {
    .module-test .blocks .block-question .head .left {
        font-size: 26px;
    }

    .module-test .blocks .block-question .head .right {
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 767px) {
    .module-test .blocks .block-question .head {
        position: relative;
    }

    .module-test .blocks .block-question .head .left {
        position: absolute;
        height: 100%;
    }

    .module-test .blocks .block-question .head .right {
        padding: 14px 10px 14px 34px;
        height: auto;
    }
}

@media only screen and (max-width: 650px) {
    .module-test .blocks .block-question .info .cell {
        width: 50%;
    }

    .module-test .blocks .block-question .head .left {
        width: 90px;
        font-size: 22px;
    }

    .module-test .blocks .block-question .head .right {
        padding: 14px 10px 14px 15px;
        font-size: 16px;
        margin-left: 90px;
    }
}

@media only screen and (max-width: 450px) {
    .module-test .blocks .block-question .info .cell {
        width: 100%;
    }
}


/* ==========================================================================
   Результаты теста
   ========================================================================== */

.module-test-result {
    background: #fff;
    width: 590px;
    padding: 35px 43px 35px 43px;
    box-shadow: none;
}

.module-test-result .block-title {
    margin: 0px 0px 21px 0px;
    padding: 0px;
    font-size: 30px;
    line-height: 41px;
    color: #25282A;
}

.module-test-result .block-text {
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 26px;
    color: #25282A;
}

.module-test-result .block-text p {
    margin: 0px;
    padding: 0px;
}

.module-test-result .block-recommendation {
    margin: 50px 0px 0px 0px;
}

.module-test-result .block-recommendation .title {
    margin: 0px 0px 21px 0px;
    padding: 0px;
    font-size: 30px;
    line-height: 41px;
    color: #25282A;
}

.module-test-result .block-recommendation .text {
    font-size: 18px;
    line-height: 26px;
    color: #25282A;
}

.module-test-result .block-recommendation .text p {
    margin: 0px;
    padding: 0px;
}

.module-test-result .block-recommendation .text a {
    text-decoration: none;
    color: #25282A;
}

.module-test-result .block-recommendation .text a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {

    .module-test-result {
        width: 100%;
        margin: 0px;
        padding: 20px 15px 20px 15px;
    }

    .module-test-result .block-title {
        font-size: 24px;
        line-height: 30px;
    }

    .module-test-result .block-text {
        font-size: 16px;
        line-height: 24px;
    }

    .module-test-result .block-recommendation .title {
        font-size: 24px;
        line-height: 30px;
    }

    .module-test-result .block-recommendation .text {
        font-size: 16px;
        line-height: 24px;
    }

}


/* ==========================================================================
   Оставить отзыв
   ========================================================================== */

.api_modal .api_modal_header {
    background: none;
    padding: 22px 118px 26px 118px;
}

.api_modal .api_modal_content {
    padding: 0px 118px 33px 118px;
}

.api_modal .api_modal_title {
    font-size: 30px;
    line-height: 30px;
    color: #895399;
    font-weight: normal;
}

.api-reviews-form .api-star-rating i {
    width: 25px;
    height: 25px;
}

.arform-color-blue .api-star-rating i {
    background: url(../images/star.png) no-repeat 0px 0px;
}

.api-reviews-form .api-star-rating i.active {
    background: url(../images/star.png) no-repeat -25px 0px;
}

.api-reviews-form .api-star-rating-label {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    font-size: 18px;
    line-height: 18px;
    color: #25282A;
}

.api_form input[type="text"], .api_form input[type="password"], .api_form textarea, .api_form select {
    background: #fff;
    border: 1px solid #895399;
    box-shadow: none;
    font-size: 16px;
    line-height: 18px;
    color: #25282A;
    font-weight: 300;
    font-family: 'Roboto';
    padding: 10px 20px 10px 20px;
}

.api_form input[type]:focus, .api_form textarea:focus {
    background: #fff;
    border: 1px solid #895399;
    box-shadow: none;
}

.api_form input[type="text"], .api_form input[type="password"] {
    height: 40px;
}

.api-guest-row {
    background: #895399;
    position: relative;
    margin: 0px;
    padding: 21px 0px 24px 0px;
}

.api-guest-row:before {
    content: '';
    background: #895399;
    width: 118px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 100%;
}

.api-guest-row:after {
    content: '';
    background: #895399;
    width: 118px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 100%;
}

.api-guest-row .api_label {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

.api-reviews-form .api-guest-form {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
}

.api-reviews-form .api-guest-form-field {
    padding: 0px 0px 0px 5px;
    margin: 0px;
}

.api-reviews-form .api-guest-form-field:first-child {
    padding: 0px 5px 0px 0px;
}

.api-form-rating {
    margin: 0px 0px 37px 0px;
}

.api_form .api_row + .api_row {
    margin: 25px 0px 0px 0px;
}

.api-reviews-form .api-button {
    background: #895399;
    border: 2px solid #895399;
    border-radius: 0px;
    cursor: pointer;
    margin: 0px auto;
    padding: 0px;
    width: 195px;
    display: block;
    box-shadow: none;
}

.api-reviews-form .api-button .api-icon {
    display: none;
}

.api-reviews-form .api-button .api-button-text {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    font-family: 'Roboto';
    margin: 0px;
    padding: 0px;
    text-shadow: none;
}

.api-reviews-form .api-button:hover {
    background: transparent;
}

.api-reviews-form .api-button:hover .api-button-text {
    color: #895399;
}

.api_button_primary {
    background: #895399;
    border: 2px solid #895399;
}

.api_button_primary:hover {
    background: transparent;
    color: #895399;
    border: 2px solid #895399;
}

.api-reviews-form .api-star-rating i {
    -webkit-transition: none;
    transition: none;
}

.api-reviews-form .api-button,
.api-reviews-form .api-button .api-button-text,
.api_button_primary {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media only screen and (max-width: 767px) {
    .api_modal .api_modal_header,
    .api_modal .api_modal_content {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 460px) {
    .api-reviews-form .api-guest-form-field {
        width: 100%;
        padding: 0;
    }

    .api-reviews-form .api-guest-form-field:first-child {
        margin-bottom: 30px;
        padding: 0;
    }
}

@media only screen and (max-width: 375px) {
    .api-reviews-form .api-star-rating {
        float: none;
        margin: auto;
        width: 139px;
    }

    .api-reviews-form .api-star-rating-label {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}


/* ==========================================================================
   Оформление заказа
   ========================================================================== */

.module-order {
    margin: 0px;
    padding: 0px;
}

.module-order .notice {
    margin: 0px 0px 20px 0px;
    color: #ff0000;
}

.module-order .row {
    margin: 0px;
    padding: 0px;
}

.module-order .h1 {
    padding: 10px 0px 26px 0px;
}

.module-order .columns {
    margin: 0px;
}

.module-order .columns:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-order .columns .column-left {
    width: 760px;
    float: left;
}

.module-order .columns .column-left .container-user {
    border: 1px solid #333333;
}

.module-order .columns .column-left .container-user .head {
    border-bottom: 1px solid #333333;
}

.module-order .columns .column-left .container-user .head:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-order .columns .column-left .container-user .head .left {
    width: 117px;
    height: 60px;
    border: 2px solid #fff;
    background: #25282A;
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 14px 0px 0px 0px;
}

.module-order .columns .column-left .container-user .head .right {
    margin: 0px 0px 0px 117px;
    padding: 14px 0px 0px 34px;
    height: 60px;
    border-left: 1px solid #333333;
    font-size: 25px;
    line-height: 30px;
    color: #25282A;
    font-weight: 300;
}

.module-order .columns .column-left .container-user .head .left.big {
    width: 177px;
}

.module-order .columns .column-left .container-user .head .left.big + .right {
    margin-left: 177px;
}

.module-order .columns .column-left .container-user .info {
    margin: 0px;
    padding: 29px 29px 29px 29px;
}

.module-order .columns .column-left .container-user .info .field {
    margin: 20px 0px 0px 0px;
    font-size: 0px;
    line-height: 0px;
}

.module-order .columns .column-left .container-user .info .field:first-child {
    margin-top: 0px;
}

.module-order .columns .column-left .container-user .info .field input {
    font-size: 16px;
    line-height: 18px;
    color: #25282A;
    font-weight: 300;
    font-family: 'Roboto';
    margin: 0px;
    padding: 10px 30px 10px 30px;
    width: 100%;
    background: none;
    border: 1px solid #25282A;
}

.module-order .columns .column-left .container-user .info .field textarea {
    font-size: 16px;
    line-height: 18px;
    color: #25282A;
    font-weight: 300;
    font-family: 'Roboto';
    margin: 0px;
    padding: 10px 30px 10px 30px;
    width: 100%;
    background: none;
    border: 1px solid #25282A;
    resize: none;
    height: 60px;
}

.module-order .columns .column-left .container-delivery {
    border: 1px solid #333333;
    margin: 30px 0px 0px 0px;
    position: relative;
}

.module-order .columns .column-left .container-delivery .head {
    border-bottom: 1px solid #333333;
}

.module-order .columns .column-left .container-delivery .head:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-order .columns .column-left .container-delivery .head .left {
    width: 117px;
    height: 60px;
    border: 2px solid #fff;
    background: #25282A;
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 14px 0px 0px 0px;
}

.module-order .columns .column-left .container-delivery .head .right {
    margin: 0px 0px 0px 117px;
    padding: 14px 0px 0px 34px;
    height: 60px;
    border-left: 1px solid #333333;
    font-size: 25px;
    line-height: 30px;
    color: #25282A;
    font-weight: 300;
}

.module-order .columns .column-left .container-delivery .head .left.big {
    width: 177px;
}

.module-order .columns .column-left .container-delivery .head .left.big + .right {
    margin-left: 177px;
}

.module-order .columns .column-left .container-delivery .info {
    margin: 0px;
    padding: 29px 29px 29px 29px;
}

.module-order .columns .column-left .container-delivery .info .block-button {
    margin: 0px;
}

.module-order .columns .column-left .container-delivery .info .block-button a {
    display: inline-block;
    border: 2px solid #25282A;
    background: #25282A;
    padding: 7px 42px 7px 42px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Roboto';
    text-decoration: none;
}

.module-order .columns .column-left .container-delivery .info .block-button a:hover {
    background: #F9F28C;
    color: #25282A;
}

.module-order .columns .column-left .container-delivery .info .pickpoint-info {
    display: none;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 18px;
    color: #363636;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.module-order .columns .column-left .container-delivery .info .cdek-info {
    display: none;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 18px;
    color: #363636;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.module-order .columns .column-left .container-delivery .info .delivery-agency {
    background: #fff;
}

.module-order .columns .column-left .container-delivery .delivery-stub {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 61px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-order .columns .column-left .container-delivery .delivery-stub.active {
    display: flex;
}

.module-order .columns .column-left .container-delivery .delivery-stub .text {
    font-size: 22px;
    line-height: 34px;
    color: #25282A;
    margin: 0px 20px;
}

.module-order .columns .column-left .container-payment {
    border: 1px solid #333333;
    margin: 30px 0px 0px 0px;
}

.module-order .columns .column-left .container-payment .head {
    border-bottom: 1px solid #333333;
}

.module-order .columns .column-left .container-payment .head:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-order .columns .column-left .container-payment .head .left {
    width: 117px;
    height: 60px;
    border: 2px solid #fff;
    background: #25282A;
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 14px 0px 0px 0px;
}

.module-order .columns .column-left .container-payment .head .right {
    margin: 0px 0px 0px 117px;
    padding: 14px 0px 0px 34px;
    height: 60px;
    border-left: 1px solid #333333;
    font-size: 25px;
    line-height: 30px;
    color: #25282A;
    font-weight: 300;
}

.module-order .columns .column-left .container-payment .head .left.big {
    width: 177px;
}

.module-order .columns .column-left .container-payment .head .left.big + .right {
    margin-left: 177px;
}

.module-order .columns .column-left .container-payment .info {
    margin: 0px;
    padding: 29px 29px 29px 29px;
}

.module-order .columns .column-left .container-payment .info:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-order .columns .column-left .container-payment .info .block-left {
    width: 337px;
    float: left;
}

.module-order .columns .column-left .container-payment .info .block-left .content {
    border: 2px solid #e6e6e6;
    margin: 0px 0px 36px 0px;
    padding: 43px 15px 35px 20px;
}

.module-order .columns .column-left .container-payment .info .block-left .content .logo {
    margin: 0px 0px 35px 0px;
}

.module-order .columns .column-left .container-payment .info .block-left .content .logo img {
    width: 80%;
    height: auto;
}

.module-order .columns .column-left .container-payment .info .block-left .content .text {
    font-size: 16px;
    line-height: 23px;
    color: #25282A;
    font-weight: 300;
}

.module-order .columns .column-left .container-payment .info .block-left .content .text p {
    margin: 23px 0px 0px 0px;
    padding: 0px;
}

.module-order .columns .column-left .container-payment .info .block-left .content .text p:first-child {
    margin-top: 0px;
}

.module-order .columns .column-left .container-payment .info .block-left .button {
    margin: 0px;
    padding: 0px;
}

.module-order .columns .column-left .container-payment .info .block-left .button input {
    display: none;
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label {
    padding: 7px 8px 7px 39px;
    position: relative;
    display: inline-block;
    border: 2px solid #25282A;
    font-size: 14px;
    line-height: 20px;
    color: #25282A;
    font-weight: 300;
    cursor: pointer;
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label:before {
    content: '';
    background: url(../images/payment/check.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 8px;
}

.module-order .columns .column-left .container-payment .info .block-left .button input:checked + label {
    background: #25282A;
    color: #fff;
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label .top {
    font-size: 14px;
    line-height: 20px;
    color: #25282A;
    font-weight: 300;
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label .bottom {
    margin: 5px 0px 2px 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label .bottom .icon {
    display: inline-block;
    margin: 0px 8px 0px 0px;
    background: url(../images/icons/rub_premium_personal.png) no-repeat center center / contain;
    width: 13px;
    height: 13px;
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label .bottom .text {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #25282A;
    font-weight: 300;
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label .premium-info {
    margin: 7px 0px 0px 0px;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label .premium-info span {
    color: #333;
}

.module-order .columns .column-left .container-payment .info .block-left .button input:checked + label .top {
    color: #fff;
}

.module-order .columns .column-left .container-payment .info .block-left .button input:checked + label .bottom .text {
    color: #fff;
}

.module-order .columns .column-left .container-payment .info .block-left .button input:checked + label .premium-info {
    color: #fff;
}

.module-order .columns .column-left .container-payment .info .block-left .button input:checked + label .premium-info span {
    color: #fff;
}

.module-order .columns .column-left .container-payment .info .block-left .block-promocode {
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

.module-order .columns .column-left .container-payment .info .block-left .block-promocode .name {
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.module-order .columns .column-left .container-payment .info .block-left .block-promocode .field {
    margin: 0px;
    width: 100%;
    max-width: 400px;
}

.module-order .columns .column-left .container-payment .info .block-left .block-promocode .field input {
    font-size: 16px;
    line-height: 18px;
    color: #25282A;
    font-weight: 300;
    font-family: 'Roboto';
    margin: 0px;
    padding: 10px 30px 10px 30px;
    width: 100%;
    background: none;
    border: 1px solid #895399;
}

.module-order .columns .column-left .container-payment .info .block-left .block-promocode .complete {
    margin: 10px 0px 0px 0px;
}

.module-order .columns .column-left .container-payment .info .block-left .block-promocode .complete label {
    display: inline-block;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    background: #895399;
    border: 1px solid #895399;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.module-order .columns .column-left .container-payment .info .block-left .block-promocode .complete label button {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.module-order .columns .column-left .container-payment .info .block-left .block-promocode .complete label:hover {
    background: #fff;
}

.module-order .columns .column-left .container-payment .info .block-left .block-promocode .complete label:hover button {
    color: #895399;
}

.module-order .columns .column-left .container-payment .info .block-right {
    width: 293px;
    float: right;
}

.module-order .columns .column-left .container-payment .info .block-right .title {
    margin: 0px 0px 17px 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #25282A;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks {
    margin: 0px;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks .block {
    margin: 10px 0px 0px 0px;
    padding: 21px 0px 19px 19px;
    font-size: 16px;
    line-height: 18px;
    color: #25282A;
    font-weight: 300;
    border: 2px solid #e6e6e6;
    position: relative;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks .block:first-child {
    margin-top: 0px;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-1:before {
    content: '';
    background: url(../images/payment/icon_1.png) no-repeat;
    width: 33px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 35px;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-2:before {
    content: '';
    background: url(../images/payment/icon_2.png) no-repeat;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 34px;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-3:before {
    content: '';
    background: url(../images/payment/icon_3.png) no-repeat;
    width: 44px;
    height: 40px;
    position: absolute;
    top: 9px;
    right: 29px;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-4:before {
    content: '';
    background: url(../images/payment/icon_4.png) no-repeat;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 41px;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-5:before {
    content: '';
    background: url(../images/payment/icon_5.png) no-repeat;
    width: 67px;
    height: 40px;
    position: absolute;
    top: 9px;
    right: 18px;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-6:before {
    content: '';
    background: url(../images/payment/icon_6.png) no-repeat;
    background-size: contain;
    width: 67px;
    height: 40px;
    position: absolute;
    top: 9px;
    right: 18px;
}

.module-order .columns .column-left .container-payment .info .block-right .blocks .text {
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.module-order .columns .column-left .container-products {
    border: 1px solid #333333;
    margin: 30px 0px 0px 0px;
}

.module-order .columns .column-left .container-products .head {
    border-bottom: 1px solid #333333;
}

.module-order .columns .column-left .container-products .head:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-order .columns .column-left .container-products .head .left {
    width: 117px;
    height: 60px;
    border: 2px solid #fff;
    background: #25282A;
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 14px 0px 0px 0px;
}

.module-order .columns .column-left .container-products .head .right {
    margin: 0px 0px 0px 117px;
    padding: 14px 0px 0px 34px;
    height: 60px;
    border-left: 1px solid #333333;
    font-size: 25px;
    line-height: 30px;
    color: #25282A;
    font-weight: 300;
}

.module-order .columns .column-left .container-products .head .left.big {
    width: 177px;
}

.module-order .columns .column-left .container-products .head .left.big + .right {
    margin-left: 177px;
}

.module-order .columns .column-left .container-products .info {
    margin: 0px;
    padding: 29px 29px 29px 29px;
}

.module-order .columns .column-left .container-products .info .table {
    display: table;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.module-order .columns .column-left .container-products .info .table .row {
    display: table-row;
}

.module-order .columns .column-left .container-products .info .table .row .block-img {
    width: 180px;
    height: 146px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0px 50px 0px 0px;
}

.module-order .columns .column-left .container-products .info .table .row .block-img .img {
    display: block;
    width: 100%;
    height: 120px;
    background: no-repeat center center;
    background-size: contain;
}

.module-order .columns .column-left .container-products .info .table .row .block-info {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.module-order .columns .column-left .container-products .info .table .row .block-info .name {
    margin: 0px 0px 4px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    text-transform: uppercase;
}

.module-order .columns .column-left .container-products .info .table .row .block-info .name a {
    color: #363636;
    text-decoration: none;
}

.module-order .columns .column-left .container-products .info .table .row .block-info .name a:hover {
    text-decoration: underline;
}

.module-order .columns .column-left .container-products .info .table .row .block-info .name-ru {
    font-size: 14px;
    line-height: 18px;
    color: #363636;
}

.module-order .columns .column-left .container-products .info .table .row .block-info .property {
    margin: 8px 0px 0px 0px;
}

.module-order .columns .column-left .container-products .info .table .row .block-info .property:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-order .columns .column-left .container-products .info .table .row .block-info .property .value {
    float: left;
    margin: 0px 0px 0px 30px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
}

.module-order .columns .column-left .container-products .info .table .row .block-info .property .value:first-child {
    margin-left: 0px;
}

.module-order .columns .column-left .container-products .info .table .row .block-quantity {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    font-size: 16px;
    line-height: 16px;
    color: #363636;
}

.module-order .columns .column-left .container-products .info .table .row .block-price {
    width: 180px;
    height: 146px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.module-order .columns .column-left .container-products .info .table .row .block-price .price {
    font-size: 26px;
    line-height: 26px;
    color: #363636;
}

.module-order .columns .column-left .container-products .info .table .row .block-price .price-old {
    margin: 5px 0px 0px 0px;
    font-size: 18px;
    line-height: 18px;
    color: #acacac;
    font-weight: 300;
    text-decoration: line-through;
}

.module-order .columns .column-left .container-products .info .table .row .block-price .ball {
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    line-height: 18px;
    color: #25282A;
    font-weight: 300;
}

.module-order .columns .column-width {
    width: 100%;
    margin-top: 30px;
}

.module-order .columns .column-width .block-info {
    background: #f4f4f4;
    padding: 21px 28px 28px 28px;
    position: relative;
    margin-bottom: 3rem;
    font-weight: bold;
}

.module-order .columns .column-left .block-submit {
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.module-order .columns .column-left .block-submit label {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #25282A;
    background: #25282A;
    padding: 7px 42px 7px 42px;
    position: relative;
}

.module-order .columns .column-left .block-submit label input {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Roboto';
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    cursor: pointer;
}

.module-order .columns .column-left .block-submit label:hover {
    background: #F9F28C;
}

.module-order .columns .column-left .block-submit label:hover input {
    color: #25282A;
}

.module-order .columns .column-left .block-submit label.disabled {
    background: #25282A;
}

.module-order .columns .column-left .block-submit label.disabled:before {
    content: '';
    border: 1px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.module-order .columns .column-left .block-submit label.disabled input {
    visibility: hidden;
    color: #fff;
}

.module-order .columns .column-right {
    width: 332px;
    float: right;
}

.module-order .columns .column-right .block-price {
    background: #f4f4f4;
    padding: 21px 28px 28px 28px;
    position: relative;
}

.module-order .columns .column-right .block-price .title {
    border-bottom: 2px solid #868686;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 16px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
}

.module-order .columns .column-right .block-price .title.only-delivery {
    border-bottom: none;
    margin: 0px;
}

.module-order .columns .column-right .block-price .title.only-delivery + .price {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -999px;
    left: -9999px;
}

.module-order .columns .column-right .block-price .price {
    margin: 0px 0px 21px 0px;
    padding: 0px;
}

.module-order .columns .column-right .block-price .price .row {
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
}

.module-order .columns .column-right .block-price .price .row:first-child {
    margin-top: 0px;
}

.module-order .columns .column-right .block-price .price .row:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-order .columns .column-right .block-price .price .row .left {
    float: left;
}

.module-order .columns .column-right .block-price .price .row .right {
    float: right;
}

.module-order .columns .column-right .block-price .delivery,
.module-order .columns .column-right .block-price .delivery-agency {
    display: none;
    border-top: 2px solid #868686;
    padding: 17px 0px 17px 0px;
}

.module-order .columns .column-right .block-price .delivery .name,
.module-order .columns .column-right .block-price .delivery-agency .name {
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
}

.module-order .columns .column-right .block-price .delivery .pickpoint-info,
.module-order .columns .column-right .block-price .delivery .cdek-info,
.module-order .columns .column-right .block-price .delivery-agency .agency-info {
    font-size: 12px;
    line-height: 20px;
    color: #363636;
    font-weight: 300;
}

.module-order .columns .column-right .block-price .delivery.block-hide {
    display: none !important;
}

.module-order .columns .column-right .block-price .delivery-agency.block-hide {
    display: none !important;
}

.module-order .columns .column-right .block-price .block-cargo {
    margin: -8px 0px 20px 0px;
    padding: 0px;
}

.module-order .columns .column-right .block-price .block-cargo .checkbox {
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
}

.module-order .columns .column-right .block-price .block-cargo .checkbox input {
    display: none;
}

.module-order .columns .column-right .block-price .block-cargo .checkbox input + label {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease 0s;
    font-size: 16px;
    line-height: 19px;
    color: #25282A;
    background: #d6d9db;
    width: 100%;
    height: 50px;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    max-width: none;
    position: relative;
}

.module-order .columns .column-right .block-price .block-cargo .checkbox input + label:before {
    content: '';
    background: #fff;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 11px;
    bottom: auto;
    left: auto;
    right: 20px;
    margin: 0px;
    padding: 0px;
}

.module-order .columns .column-right .block-price .block-cargo .checkbox input + label:after {
    content: '';
    background: url(../images/cargo/checkboxSvg.svg) no-repeat center center / contain;
    width: 12px;
    height: 10px;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 28px;
    opacity: 0;
    transition: all .2s ease 0s;
    outline: none;
    border: none;
}

.module-order .columns .column-right .block-price .block-cargo .checkbox input:checked + label {
    background: #25282A;
    color: #fff;
}

.module-order .columns .column-right .block-price .block-cargo .checkbox input:checked + label:after {
    opacity: 1;
}

.module-order .columns .column-right .block-price .block-cargo .actions {
    display: none;
    margin: 0px;
    padding: 10px 0px 3px 0px;
}

.module-order .columns .column-right .block-price .block-cargo .actions .agency {
    margin: 0px 0px 10px 0px;
}

.module-order .columns .column-right .block-price .block-cargo .actions .agency select {
    background: rgb(191 191 191 / 10%);
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 16px;
    color: #25282A;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 20px;
}

.module-order .columns .column-right .block-price .block-cargo .actions .blocks {
    margin: 0px;
}

.module-order .columns .column-right .block-price .block-cargo .actions .blocks .block {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: none;
    width: 100%;
}

.module-order .columns .column-right .block-price .block-cargo .actions .blocks .block:first-child {
    margin-top: 0px;
}

.module-order .columns .column-right .block-price .block-cargo .actions .blocks .block input {
    background: rgb(191 191 191 / 10%);
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 16px;
    color: #25282A;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 20px;
}

.module-order .columns .column-right .block-price .block-cargo .actions .add {
    margin: 14px 0px 0px 0px;
    text-align: center;
}

.module-order .columns .column-right .block-price .block-cargo .actions .add a {
    font-size: 12px;
    line-height: 14px;
    color: #25282A;
    text-decoration: none;
}

.module-order .columns .column-right .block-price .block-cargo .actions .add a:hover {
    text-decoration: underline;
}

.module-order .columns .column-right .block-price .total {
    border-top: 2px solid #868686;
    padding: 17px 0px 0px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
}

.module-order .columns .column-right .block-price .total:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-order .columns .column-right .block-price .total .left {
    float: left;
}

.module-order .columns .column-right .block-price .total .right {
    float: right;
}

.order-mobile-bottom {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    height: 64px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    background: #e63f9a;
    padding: 19px 20px 0px 20px;
}

.module-order .columns .column-left .block-submit label,
.module-order .columns .column-left .block-submit label input {
    -webkit-transition: all 0.2s ease 0s, visibility 0.01s ease 0s;
    transition: all 0.2s ease 0s, visibility 0.01s ease 0s;
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.module-order .columns .column-left .block-submit label.disabled:before {
    -webkit-animation: rotate 0.5s infinite linear;
    animation: rotate 0.5s infinite linear;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-order .columns .column-left .container-payment .info .block-left .button input + label:before {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
}

.module-order .columns .column-left .container-payment .info .block-left .button input:checked + label:before {
    -webkit-filter: grayscale(0%);
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);
}


@media screen and (max-width: 1139px) {
    .module-order .columns .column-right {
        width: 100%;
        margin-top: 30px;
    }

    .module-order .columns .column-left {
        width: 100%;
    }

    .module-order .columns .column-right .block-price {
        top: 0px !important;
    }

}

@media screen and (max-width: 767px) {
    .module-order .columns .column-left .container-payment .info .block-left {
        width: 100%;
    }

    .module-order .columns .column-left .container-payment .info .block-right {
        width: 100%;
    }

    .module-order .columns .column-left .container-user .head .left {
        font-size: 25px;
    }

    .module-order .columns .column-left .container-user .head .right {
        font-size: 20px;
    }

    .module-order .columns .column-left .container-user .head .left.big {
        width: 117px;
        font-size: 18px;
    }

    .module-order .columns .column-left .container-user .head .left.big + .right {
        margin-left: 117px;
        font-size: 18px;
        padding-left: 15px;
    }

    .module-order .columns .column-left .container-delivery .head .left {
        font-size: 25px;
    }

    .module-order .columns .column-left .container-delivery .head .right {
        font-size: 20px;
    }

    .module-order .columns .column-left .container-delivery .head .left.big {
        width: 117px;
        font-size: 18px;
    }

    .module-order .columns .column-left .container-delivery .head .left.big + .right {
        margin-left: 117px;
        font-size: 18px;
        padding-left: 15px;
    }

    .module-order .columns .column-left .container-products .head .left {
        font-size: 25px;
    }

    .module-order .columns .column-left .container-products .head .right {
        font-size: 20px;
    }

    .module-order .columns .column-left .container-products .head .left.big {
        width: 117px;
        font-size: 18px;
    }

    .module-order .columns .column-left .container-products .head .left.big + .right {
        margin-left: 117px;
        font-size: 18px;
        padding-left: 15px;
    }

    .module-order .columns .column-left .container-payment .head .left {
        font-size: 25px;
    }

    .module-order .columns .column-left .container-payment .head .right {
        font-size: 20px;
    }

    .module-order .columns .column-left .container-payment .head .left.big {
        width: 117px;
        font-size: 18px;
    }

    .module-order .columns .column-left .container-payment .head .left.big + .right {
        margin-left: 117px;
        font-size: 18px;
        padding-left: 15px;
    }

    .module-order .columns .column-left .container-user .info,
    .module-order .columns .column-left .container-delivery .info,
    .module-order .columns .column-left .container-products .info,
    .module-order .columns .column-left .container-payment .info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .module-order .columns .column-left .container-products .info .table .row .block-img {
        width: 100px;
        padding-right: 10px;
    }

    .module-order .columns .column-left .container-products .info .table .row .block-price {
        width: 120px;
    }

    .module-order .columns .column-left .container-products .info .table .row .block-info .property .value {
        margin: 0px;
        float: none;
    }

    .module-order .columns .column-left .container-products .info .table .row .block-quantity {
        display: block;
        width: 100%;
        margin: 20px 0px;
    }

    .module-order .columns .column-left .container-delivery .delivery-stub .text {
        font-size: 18px;
        line-height: 30px;
    }

    .module-order .columns .column-left .container-payment .info .block-left .block-promocode {
        margin: 30px 0px 30px 0px;
    }

    .module-order .columns .column-left .container-payment .info .block-left .block-promocode .name {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 0px 5px 0px;
    }

    .module-order .columns .column-left .container-payment .info .block-left .block-promocode .field {
        max-width: none;
    }

    .module-order .columns .column-left .container-payment .info .block-left .block-promocode .complete {
        margin: 10px 0px 0px 0px;
    }

    .module-order .columns .column-left .container-payment .info .block-left .block-promocode .complete label {
        padding: 0px 25px 0px 25px;
    }

    .module-order .columns .column-left .container-payment .info .block-left .block-promocode .complete label button {
        font-size: 14px;
        line-height: 36px;
    }

    .module-order .columns .column-left .container-delivery .info .pickpoint-info {
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    .module-order .columns .column-left .container-delivery .info .cdek-info {
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    .module-order .columns .column-left .container-delivery .info .delivery-agency {
        width: 100%;
    }
}

@media screen and (max-width: 455px) {
    .module-order .columns .column-left .container-delivery .info .block-button a {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        font-size: 16px;
    }

    .module-order .columns .column-left .container-products .info .table .row {
        display: block;
        margin-bottom: 30px;
    }

    .module-order .columns .column-left .container-products .info .table .row:last-child {
        margin-bottom: 0px;
    }

    .module-order .columns .column-left .container-products .info .table .row .block-img {
        display: block;
        padding: 0;
        width: 100%;
    }

    .module-order .columns .column-left .container-products .info .table .row .block-info {
        display: block;
        width: 100%;
        text-align: center;
    }

    .module-order .columns .column-left .container-products .info .table .row .block-info .property {
        margin-bottom: 0px;
    }

    .module-order .columns .column-left .container-products .info .table .row .block-info .property .value:first-child {
        width: 100%;
        text-align: center;
    }

    .module-order .columns .column-left .container-products .info .table .row .block-price {
        width: 100%;
        text-align: center;
        display: block;
        height: auto;
    }

}

@media screen and (max-width: 385px) {
    .module-order .columns .column-left .container-products .head .right {
        text-align: center;
        padding-left: 0;
    }

    .module-order .columns .column-left .container-payment .info .block-left .content .logo img {
        width: 100%;
    }

    .module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-1:before {
        right: 12px;
    }

    .module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-2:before {
        right: 11px;
    }

    .module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-3:before {
        right: 7px;
    }

    .module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-4:before {
        right: 20px;
    }

    .module-order .columns .column-left .container-payment .info .block-right .blocks .block.block-5:before {
        right: 3px;
    }

    .module-order .columns .column-left .container-payment .info .block-right .blocks .block {
        padding-left: 13px;
    }
}

/* ==========================================================================
   Купить в 1 клик
   ========================================================================== */

.popup-fast-order .fancybox-bg {
    background: #000;
}

.popup-fast-order.fancybox-is-open .fancybox-bg {
    opacity: 0.4;
}

.popup-fast-order .fancybox-slide {
    background: none;
}

.popup-fast-order .fancybox-close-small {
    width: 15px;
    height: 15px;
    font-size: 0px;
    line-height: 0px;
    top: 20px;
    right: 20px;
}

.popup-fast-order .fancybox-close-small:after {
    content: '';
    background: url(../images/close.png) no-repeat;
    width: 15px;
    height: 15px;
    font-size: 0px;
    line-height: 0px;
    top: 0px;
    right: 0px;
}

.module-fast-order {
    background: #fff;
    width: 590px;
    height: auto;
    margin: 0px;
    padding: 15px 118px 40px 118px;
}

.module-fast-order .title {
    margin: 0px 0px 47px 0px;
    font-size: 30px;
    line-height: 40px;
    color: #895399;
    text-align: center;
}

.module-fast-order .row {
    margin: 27px 0px 0px 0px;
    font-size: 0px;
    line-height: 0px;
}

.module-fast-order .row:first-child {
    margin-top: 0px;
}

.module-fast-order .row input {
    font-size: 16px;
    line-height: 18px;
    color: #25282A;
    font-weight: 300;
    font-family: 'Roboto';
    background: none;
    border: 1px solid #895399;
    margin: 0px;
    padding: 10px 25px 10px 25px;
    width: 100%;
    height: auto;
}

.module-fast-order .button {
    text-align: center;
    margin: 30px 0px 0px 0px;
    font-size: 0px;
    line-height: 0px;
}

.module-fast-order .button label {
    background: #895399;
    border: 2px solid #895399;
    cursor: pointer;
    display: inline-block;
    padding: 8px 24px 11px 24px;
}

.module-fast-order .button label input {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto';
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
}

.module-fast-order .button label:hover {
    background: transparent;
}

.module-fast-order .button label:hover input {
    color: #895399;
}

.module-fast-order .button label,
.module-fast-order .button label input {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


/* ==========================================================================
   Промокод в корзине
   ========================================================================== */

.basket__promocode {
    margin: 10px 0px 20px 0px;
    padding: 22px 0px 22px 0px;
    border-top: 2px solid #868686;
    border-bottom: 2px solid #868686;
}

.basket__promocode-field {
    margin: 0px;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.basket__promocode-field input {
    font-size: 16px;
    line-height: 18px;
    color: #25282A;
    font-weight: 300;
    margin: 0px;
    padding: 10px 45px 10px 10px;
    width: 100%;
    background: #fff;
    border: 1px solid #25282A;
    text-align: left;
}

.basket__promocode-help {
    background: url(../img/help-icon.svg) no-repeat center center / contain;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.basket__promocode-button {
    margin: 10px 0px 0px 0px;
}

.basket__promocode-button label {
    display: block;
    margin: 0px;
    padding: 4px;
    background: #F9F28C;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    text-align: center;
}

.basket__promocode-button label button {
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 40px;
    color: #25282A;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.basket__promocode-button label:hover {
    background: #25282A;
}

.basket__promocode-button label:hover button {
    color: #fff;
}

.basket__promocode.no-active {
    padding: 0px;
    border-bottom: none;
}

.basket__promocode.no-active .basket__promocode-field {
    display: none;
}

.basket__promocode.no-active .basket__promocode-help {
    display: none;
}

.basket__promocode.no-active .basket__promocode-button {
    display: none;
}

@media only screen and (max-width: 767px) {

    .basket__promocode-help {
        display: none;
    }

}


/* ==========================================================================
   Уведомление
   ========================================================================== */

.popup-notice .fancybox-bg {
    background: #000;
}

.popup-notice.fancybox-is-open .fancybox-bg {
    opacity: 0.4;
}

.popup-notice .fancybox-slide {
    background: none;
}

.popup-notice .fancybox-close-small {
    width: 15px;
    height: 15px;
    font-size: 0px;
    line-height: 0px;
    top: 20px;
    right: 20px;
}

.popup-notice .fancybox-close-small:after {
    content: '';
    background: url(../images/close.png) no-repeat;
    width: 15px;
    height: 15px;
    font-size: 0px;
    line-height: 0px;
    top: 0px;
    right: 0px;
}

.module-notice {
    background: #fff;
    width: 590px;
    height: auto;
    margin: 0px;
    padding: 30px 118px 30px 118px;
}

.module-notice .title {
    margin: 0px 0px 20px 0px;
    font-size: 30px;
    line-height: 40px;
    color: #895399;
    text-align: center;
}

.module-notice .text {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    text-align: center;
}


/* ==========================================================================
   Уведомление при добавлении товара в корзину
   ========================================================================== */

.popup-notice-basket .fancybox-bg {
    background: #000;
}

.popup-notice-basket.fancybox-is-open .fancybox-bg {
    opacity: 0.4;
}

.popup-notice-basket .fancybox-slide {
    background: none;
}

.popup-notice-basket .fancybox-close-small {
    width: 15px;
    height: 15px;
    font-size: 0px;
    line-height: 0px;
    top: 20px;
    right: 20px;
}

.popup-notice-basket .fancybox-close-small:after {
    content: '';
    background: url(../images/close.png) no-repeat;
    width: 15px;
    height: 15px;
    font-size: 0px;
    line-height: 0px;
    top: 0px;
    right: 0px;
}

.module-notice-basket {
    background: #fff;
    width: 590px;
    height: auto;
    margin: 0px;
    padding: 24px 40px 40px 40px;
}

.module-notice-basket .title {
    margin: 0px 0px 21px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #484848;
    text-align: center;
}

.module-notice-basket .img {
    margin: 0px 0px 37px 0px;
    text-align: center;
}

.module-notice-basket .img img {
    width: auto;
    height: auto;
}

.module-notice-basket .block-quantity {
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-notice-basket .block-quantity .text {
    margin: 0px 10px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #747474;
}

.module-notice-basket .block-quantity .field {
    margin: 0px 0px 0px 10px;
}

.module-notice-basket .block-quantity .field select {
    width: 76px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    font-weight: 400;
    font-family: 'Roboto';
}

.module-notice-basket .name {
    margin: 0px 0px 5px 0px;
    padding: 0px 100px;
    font-size: 24px;
    line-height: 30px;
    color: #25282A;
    text-transform: uppercase;
    text-align: center;
}

.module-notice-basket .name-ru {
    margin: 0px 0px 16px 0px;
    padding: 0px 100px;
    font-size: 16px;
    line-height: 24px;
    color: #747474;
    text-align: center;
}

.module-notice-basket .buttons {
    margin: 0px;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.module-notice-basket .buttons a {
    display: inline-block;
    text-decoration: none;
    width: 222px;
    margin: 0px 0px 0px 11px;
    background: #25282A;
    border: 2px solid #25282A;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 8px 0px 11px 0px;
}

.module-notice-basket .buttons a:first-child {
    margin-left: 0px;
}

.module-notice-basket .buttons a:hover {
    background: #F9F28C;
    color: #25282A;
}

.module-notice-basket .pack {
    margin: 40px 0px 0px 0px;
    text-align: center;
}

.module-notice-basket .pack .pack-title {
    font-size: 20px;
    line-height: 30px;
    color: #484848;
    margin: 0px 0px 10px 0px;
}

.module-notice-basket .pack .pack-blocks {
    margin: 0px;
}

.module-notice-basket .pack .pack-blocks .pack-block {
    margin: 5px 0px 0px 0px;
}

.module-notice-basket .pack .pack-blocks .pack-block:first-child {
    margin-top: 0px;
}

.module-notice-basket .pack .pack-blocks .pack-block a {
    font-size: 16px;
    line-height: 24px;
    color: #337ab7;
    text-decoration: underline;
}

.module-notice-basket .pack .pack-blocks .pack-block a:hover {
    text-decoration: none;
}

.module-notice-basket[data-id="8338"] .buttons a:last-child {
    display: none;
}

.module-notice-basket .buttons a {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media only screen and (max-width: 767px) {
    .module-notice-basket {
        width: 100%;
    }

    .module-notice-basket .name-ru,
    .module-notice-basket .name {
        padding: 0;
    }

    .module-notice-basket .buttons a {
        margin: 30px 0 0 0;
    }
}


/* ==========================================================================
   Всплывашка при клике на кнопку "Создать сайт"
   ========================================================================== */

.popup-site-add .fancybox-bg {
    background: #000;
}

.popup-site-add.fancybox-is-open .fancybox-bg {
    opacity: 0.4;
}

.popup-site-add .fancybox-slide {
    background: none;
}

.popup-site-add .fancybox-close-small {
    width: 15px;
    height: 15px;
    font-size: 0px;
    line-height: 0px;
    top: 20px;
    right: 20px;
}

.popup-site-add .fancybox-close-small:after {
    content: '';
    background: url(../images/close.png) no-repeat;
    width: 15px;
    height: 15px;
    font-size: 0px;
    line-height: 0px;
    top: 0px;
    right: 0px;
}

.module-site-add {
    background: #fff;
    width: 590px;
    height: auto;
    margin: 0px;
    padding: 24px 40px 40px 40px;
}

.module-site-add .title {
    margin: 0px 0px 21px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #484848;
    text-align: center;
}

.module-site-add .buttons {
    margin: 0px;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.module-site-add .buttons a {
    display: inline-block;
    text-decoration: none;
    width: 222px;
    margin: 0px 0px 0px 11px;
    background: #895399;
    border: 2px solid #895399;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 8px 0px 11px 0px;
}

.module-site-add .buttons a:first-child {
    margin-left: 0px;
}

.module-site-add .buttons a:hover {
    background: transparent;
    color: #895399;
}

.module-site-add .buttons.bottom {
    margin-top: 11px;
}

.module-site-add .buttons.bottom a {
    width: 455px;
}

.module-site-add .buttons a {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

@media only screen and (max-width: 767px) {
    .module-site-add {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .module-site-add .buttons a {
        margin: 30px 0 0 0;
    }

    .module-site-add .buttons.bottom {
        margin-top: 30px;
    }

    .module-site-add .buttons.bottom a {
        margin: 0px;
        width: 100%;
    }
}


/* ==========================================================================
   Карта сайта
   ========================================================================== */

.module-sitemap {
    padding-bottom: 50px;
}

.module-sitemap h1 {
    font-size: 40px;
    line-height: 50px;
    color: #6e55ad;
    font-weight: normal;
    font-family: 'Roboto';
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.module-sitemap .list {
    margin: 0px;
}

.module-sitemap .list menu {
    margin: 0px;
    padding: 0px;
    list-style-type: disc;
}

.module-sitemap .list menu li {
    margin: 10px 0px 0px 0px;
}

.module-sitemap .list menu li:first-child {
    margin-top: 0px;
}

.module-sitemap .list menu li a {
    font-size: 15px;
    line-height: 20px;
    color: #555555;
    font-family: 'Roboto';
    text-decoration: none;
}

.module-sitemap .list menu li a:hover {
    text-decoration: underline;
}

.module-sitemap .list menu menu {
    padding: 10px 0px 0px 30px;
}


/* ==========================================================================
   Личный кабинет (module personal)
   ========================================================================== */

.module-personal {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

.module-personal .block-title {
    margin: 0px 0px 79px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.module-personal .block-menu {
    margin: 0px 0px 37px 0px;
}

.module-personal .block-menu menu {
    border-bottom: 2px solid #f2f2f2;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0px;
    line-height: 0px;
    text-align: center;
}

.module-personal .block-menu menu:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-personal .block-menu menu li {
    display: inline-block;
    margin: 0px 21px 0px 21px;
    font-size: 30px;
    line-height: 30px;
    color: #b9b9b9;
}

.module-personal .block-menu menu li a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0px 40px 22px 40px;
    color: #b9b9b9;
}

.module-personal .block-menu menu li a:before {
    content: '';
    background: #a292ca;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    opacity: 0;
}

.module-personal .block-menu menu li a:hover, .module-personal .block-menu menu li a.active {
    color: #25282A;
}

.module-personal .block-menu menu li a:hover:before, .module-personal .block-menu menu li a.active:before {
    opacity: 1;
}

.module-personal .block-text {
    margin: 0px;
    padding: 0px 84px;
    font-size: 17px;
    line-height: 27px;
    color: #636363;
}

.module-personal .block-text p {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.module-personal .block-text p:first-child {
    margin-top: 0px;
}

.module-personal .block-points {
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.module-personal .block-points .text {
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.add-site-disabled,
.add-site-disabled:hover {
    color: #aaa !important;
    border: 2px solid #aaa !important;
    background-color: #fff !important;
    cursor: default !important;
}


/* ==========================================================================
   Личный кабинет, редактирование данных (module personal information)
   ========================================================================== */

.module-personal-information {
    margin: 0px 0px 118px 0px;
    padding: 45px 84px 0px 84px;
    font-family: 'Roboto', sans-serif;
}

.module-personal-information .row {
    margin: 43px 0px 0px -12px;
}

.module-personal-information .row:first-child {
    margin-top: 0px;
}

.module-personal-information .row:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-personal-information .row .cell {
    width: 25%;
    margin: 0px;
    padding: 0px 0px 0px 12px;
    float: left;
    text-align: center;
}

.module-personal-information .row .cell:first-child {
    margin-left: 0px;
}

.module-personal-information .row .cell .name {
    margin: 0px 0px 14px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-weight: 300;
}

.module-personal-information .row .cell .field {
    margin: 0px;
}

.module-personal-information .row .cell .field input {
    margin: 0px;
    padding: 14px 10px 15px 10px;
    background: none;
    border: 1px solid #333333;
    border-radius: 0px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.module-personal-information .row.password .cell {
    width: 33.33%;
}

.module-personal-information .row.password .cell:first-child {
    margin-left: 16.67%;
}

.module-personal-information .button {
    margin: 62px 0px 0px 0px;
    text-align: center;
}

.module-personal-information .button label {
    display: inline-block;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 14px 42px 13px 42px;
    cursor: pointer;
}

.module-personal-information .button label input {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.module-personal-information .button label:hover {
    background: transparent;
}

.module-personal-information .button label:hover input {
    color: #25282A;
}


/* ==========================================================================
   Личный кабинет, история заказов (module personal history)
   ========================================================================== */

.module-personal-history {
    margin: 0px 0px 74px 0px;
    padding: 44px 84px 0px 84px;
    font-family: 'Roboto', sans-serif;
}

.module-personal-history .title {
    margin: 0px 0px 67px 0px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.module-personal-history .blocks {
    display: table;
    width: 100%;
    margin: 0px;
}

.module-personal-history .blocks .row {
    display: table-row;
}

.module-personal-history .blocks .row:nth-child(2n) {
    background: #f5f5f5;
}

.module-personal-history .blocks .row .cell {
    display: table-cell;
    padding: 9px 25px 12px 25px;
    text-align: center;
    vertical-align: top;
    font-size: 19px;
    line-height: 27px;
    color: #363636;
}

.module-personal-history .blocks .row .cell a {
    color: #7d67b5;
    text-decoration: underline;
}

.module-personal-history .blocks .row .cell a:hover {
    text-decoration: none;
}


/* ==========================================================================
   Личный кабинет, статистика консультанта (module personal dealer statistics)
   ========================================================================== */

.module-personal-dealer-statistics {
    margin: 0px 0px 105px 0px;
    padding: 78px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
}

.module-personal-dealer-statistics .blocks {
    margin: 0px 0px 0px 0px;
}

.module-personal-dealer-statistics .blocks:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-personal-dealer-statistics .blocks .block {
    width: 50%;
    float: left;
    padding: 0px 10px 0px 10px;
    text-align: center;
}

.module-personal-dealer-statistics .blocks .block .text {
    display: inline-block;
    position: relative;
    padding: 0px 68px 0px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.module-personal-dealer-statistics .blocks .block .text .calendar {
    background: url(../img/calendar.png) no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -14px;
    right: 0px;
    cursor: pointer;
}


/* ==========================================================================
   Личный кабинет, редактирование данных консультанта (module personal dealer information)
   ========================================================================== */

.module-personal-dealer-information {
    margin: 0px 0px 118px 0px;
    padding: 45px 84px 0px 84px;
    font-family: 'Roboto', sans-serif;
}

.module-personal-dealer-information .row {
    margin: 43px 0px 0px -12px;
}

.module-personal-dealer-information .row:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-personal-dealer-information .row .cell {
    width: 25%;
    margin: 0px;
    padding: 0px 0px 0px 12px;
    float: left;
    text-align: center;
}

.module-personal-dealer-information .row .cell:first-child {
    margin-left: 0px;
}

.module-personal-dealer-information .row .cell .name {
    margin: 0px 0px 14px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-weight: 300;
}

.module-personal-dealer-information .row .cell .field {
    margin: 0px;
}

.module-personal-dealer-information .row .cell .field input {
    margin: 0px;
    padding: 14px 10px 15px 10px;
    background: none;
    border: 1px solid #333333;
    border-radius: 0px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.module-personal-dealer-information .row:first-child {
    margin-top: 0px;
}

.module-personal-dealer-information .row.password .cell {
    width: 33.33%;
}

.module-personal-dealer-information .row.password .cell:first-child {
    margin-left: 16.67%;
}

.module-personal-dealer-information .row.social .cell {
    width: 33.33%;
}

.module-personal-dealer-information .row.social .cell .name:before {
    content: '';
    margin: 0px 10px 0px 0px;
    background: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: -6px;
}

.module-personal-dealer-information .row.social .cell .name.vk:before {
    background-image: url(../img/social/vk.png);
}

.module-personal-dealer-information .row.social .cell .name.fb:before {
    background-image: url(../img/social/fb.png);
}

.module-personal-dealer-information .row.social .cell .name.instagram:before {
    background-image: url(../img/social/instagram.png);
}

.module-personal-dealer-information .row.social .cell .name.ok:before {
    background-image: url(../img/social/ok.jpg?v=2);
}

.module-personal-dealer-information .button {
    margin: 62px 0px 0px 0px;
    text-align: center;
}

.module-personal-dealer-information .button label {
    display: inline-block;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 14px 42px 13px 42px;
    cursor: pointer;
}

.module-personal-dealer-information .button label input {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.module-personal-dealer-information .button label:hover {
    background: transparent;
}

.module-personal-dealer-information .button label:hover input {
    color: #25282A;
}


/* ==========================================================================
   Регистрация (module registration)
   ========================================================================== */

.module-registration {
    margin: 0px 0px 80px 0px;
    font-family: 'Roboto', sans-serif;
}

.module-registration .block-title {
    margin: 0px 0px 40px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.module-registration .block-menu {
    margin: 0px 0px 37px 0px;
}

.module-registration .block-menu menu {
    border-bottom: 2px solid #f2f2f2;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0px;
    line-height: 0px;
    text-align: center;
}

.module-registration .block-menu menu:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-registration .block-menu menu li {
    display: inline-block;
    margin: 0px 21px 0px 21px;
    font-size: 30px;
    line-height: 30px;
    color: #b9b9b9;
}

.module-registration .block-menu menu li a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0px 40px 22px 40px;
    color: #b9b9b9;
}

.module-registration .block-menu menu li a:before {
    content: '';
    background: #a292ca;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    opacity: 0;
}

.module-registration .block-menu menu li a:hover, .module-registration .block-menu menu li a.active {
    color: #25282A;
}

.module-registration .block-menu menu li a:hover:before, .module-registration .block-menu menu li a.active:before {
    opacity: 1;
}

.module-registration .block-form {
    margin: 0px auto;
    padding: 18px 0px 0px 0px;
    max-width: 460px;
}

.module-registration .block-form .block-errors {
    display: none;
    background: #fe7f7f;
    border: 1px solid #ff2727;
    margin: 0px 0px 26px 0px;
    padding: 15px 20px 13px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #efefef;
    font-family: 'Roboto';
}

.module-registration .block-form .step {
    display: none;
}

.module-registration .block-form .step.step-1 {
    display: block;
}

.module-registration .block-form .block {
    margin: 25px 0px 0px 0px;
}

.module-registration .block-form .block:first-child {
    margin-top: 0px;
}

.module-registration .block-form .block .name {
    margin: 0px 0px 11px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-registration .block-form .block .field {
    position: relative;
}

.module-registration .block-form .block .field select {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 14px 20px 15px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-registration .block-form .block .field .input {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 14px 20px 15px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-registration .block-form .block .field .input[disabled] {
    opacity: 0.5;
}

.module-registration .block-form .block .field .input[name="LAST_NAME"] {
    text-transform: capitalize;
}

.module-registration .block-form .block .field .input[name="NAME"] {
    text-transform: capitalize;
}

.module-registration .block-form .block .field textarea.input {
    height: 160px;
    resize: none;
}

.module-registration .block-form .block .link {
    margin: 5px 0px 0px 0px;
}

.module-registration .block-form .block .link a {
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
}

.module-registration .block-form .block .link a:hover {
    border-bottom-color: transparent;
}

.module-registration .block-form .button {
    margin: 40px 0px 0px 0px;
}

.module-registration .block-form .button label {
    display: block;
    text-align: center;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 14px 0px 13px 0px;
    cursor: pointer;
}

.module-registration .block-form .button label input {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto';
}

.module-registration .block-form .button label:hover {
    background: #F9F28C;
}

.module-registration .block-form .button label:hover input {
    color: #25282A;
}

.module-registration .block-form .button label.disabled {
    cursor: auto;
    background: #25282A;
    border-color: #25282A;
}

.module-registration .block-form .button label.disabled:hover input {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {

    .module-registration .block-menu menu li {
        margin: 0px 10px;
    }

    .module-registration .block-menu menu li a {
        padding: 0px 20px 22px 20px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {

    .module-registration .block-menu menu li {
        font-size: 20px;
        line-height: 20px;
    }

    .module-registration .block-menu menu li a {
        padding: 0px 20px 14px 20px;
    }

}

@media only screen and (max-width: 767px) {

    .module-registration .block-title {
        margin: 0px 0px 30px 0px;
    }

    .module-registration .block-menu {
        margin: 0px 0px 20px 0px;
    }

    .module-registration .block-menu menu {
        border: none;
    }

    .module-registration .block-menu menu li {
        margin: 10px 0px 0px 0px;
        padding: 0px;
        display: block;
    }

    .module-registration .block-menu menu li:first-child {
        margin-top: 0px;
    }

    .module-registration .block-menu menu li a {
        border: 1px solid #a292ca;
        background: transparent;
        margin: 0px;
        padding: 13px 10px 13px 10px;
        font-size: 16px;
        line-height: 24px;
        color: #a292ca;
    }

    .module-registration .block-menu menu li a.active {
        background: #a292ca;
        color: #fff;
    }

    .module-registration .block-menu menu li a:before {
        display: none;
    }

    .module-registration .block-form .block .field select {
        padding: 10px 10px 11px 10px;
        font-size: 14px;
        height: 47px;
    }

    .module-registration .block-form .block .field .input {
        padding: 10px 10px 11px 10px;
        font-size: 14px;
    }

    .module-registration .block-form .button label input {
        font-size: 18px;
    }

}


/* ==========================================================================
   Перерегистрация
   ========================================================================== */

.module-registration-confirm {
    margin: 0px 0px 135px 0px;
    font-family: 'Mulish', sans-serif;
}

.module-registration-confirm p {
    margin: 0px;
    padding: 0px;
    font-family: 'Mulish', sans-serif;
}

.module-registration-confirm input, .module-registration-confirm select, .module-registration-confirm textarea {
    font-family: 'Mulish', sans-serif;
}

.module-registration-confirm .block-title {
    margin: 0px 0px 39px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.module-registration-confirm .block-top {
    width: auto;
    max-width: 1020px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
}

.module-registration-confirm .block-top .step {
    display: none;
}

.module-registration-confirm .block-top .step.active {
    display: block;
}

.module-registration-confirm .block-top .row {
    margin: 0px 0px 0px -200px;
}

.module-registration-confirm .block-top .row:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-registration-confirm .block-top .row .cell {
    width: 50%;
    float: left;
    padding: 0px 0px 0px 200px;
}

.module-registration-confirm .block-top .row .cell .block {
    margin: 25px 0px 0px 0px;
}

.module-registration-confirm .block-top .row .cell .block:first-child {
    margin-top: 0px;
}

.module-registration-confirm .block-top .row .cell .block .name {
    margin: 0px 0px 8px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #25282A;
    font-weight: bold;
}

.module-registration-confirm .block-top .row .cell .block .name .no-strong {
    font-weight: normal;
}

.module-registration-confirm .block-top .row .cell .block .name .red {
    color: #ff0000;
}

.module-registration-confirm .block-top .row .cell .block .field input {
    background: #fff;
    border: 1px solid #895399;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    height: 40px;
}

.module-registration-confirm .block-top .row .cell .block .field input[disabled] {
    opacity: 0.5;
}

.module-registration-confirm .block-top .row .cell .block .field select {
    background: #fff;
    border: 1px solid #895399;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    height: 40px;
}

.module-registration-confirm .block-top .row .cell .block .field select[disabled] {
    opacity: 0.5;
}

.module-registration-confirm .block-top .block-phone {
    width: 584px;
    font-size: 0px;
    line-height: 0px;
}

.module-registration-confirm .block-top .block-phone .name {
    margin: 0px 0px 8px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #25282A;
    font-weight: bold;
}

.module-registration-confirm .block-top .block-phone .info {
    margin: 0px;
}

.module-registration-confirm .block-top .block-phone .info .field {
    width: 389px;
    display: inline-block;
    vertical-align: top;
}

.module-registration-confirm .block-top .block-phone .info .field input {
    background: #fff;
    border: 1px solid #895399;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    height: 48px;
}

.module-registration-confirm .block-top .block-phone .info .field input[disabled] {
    opacity: 0.5;
}

.module-registration-confirm .block-top .block-phone .info .button {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    vertical-align: top;
}

.module-registration-confirm .block-top .block-phone .info .button a {
    display: block;
    width: 175px;
    height: 48px;
    text-decoration: none;
    font-size: 20px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background: #895399;
}

.module-registration-confirm .block-top .block-phone .info .button a:hover {
    background: #9f60b3;
}

.module-registration-confirm .block-top .block-phone .notice {
    display: none;
    margin: 14px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;
    color: #bf0404;
}

.module-registration-confirm .block-top .block-phone .notice.block-show {
    display: block;
}

.module-registration-confirm .block-top .block-email {
    margin: 0px 0px 40px 0px;
    width: 584px;
    font-size: 0px;
    line-height: 0px;
}

.module-registration-confirm .block-top .block-email .name {
    margin: 0px 0px 8px 0px;
    padding: 12px 0px 12px 56px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #25282A;
    font-weight: bold;
}

.module-registration-confirm .block-top .block-email .name:before {
    content: '';
    background: url(../images/gift.png) no-repeat center center / contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1px;
    left: 0px;
}

.module-registration-confirm .block-top .block-email .field {
    width: 389px;
    display: inline-block;
    vertical-align: top;
}

.module-registration-confirm .block-top .block-email .field input {
    background: #fff;
    border: 1px solid #895399;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    height: 48px;
}

.module-registration-confirm .block-top .block-subscribe {
    margin: 0px;
}

.module-registration-confirm .block-top .block-subscribe .name {
    margin: 0px 0px 12px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #25282A;
    font-weight: bold;
}

.module-registration-confirm .block-top .block-subscribe .blocks {
    margin: 0px;
}

.module-registration-confirm .block-top .block-subscribe .blocks .block {
    margin: 16px 0px 0px 0px;
}

.module-registration-confirm .block-top .block-subscribe .blocks .block:first-child {
    margin-top: 0px;
}

.module-registration-confirm .block-bottom {
    border-top: 2px solid #ececec;
    margin: 50px 0px 0px 0px;
    padding: 50px 39px 0px 39px;
}

.module-registration-confirm .block-bottom .buttons {
    margin: 0px;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.module-registration-confirm .block-bottom .buttons a {
    display: inline-block;
    text-decoration: none;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px 15px;
    padding: 0px 50px 0px 50px;
    font-size: 20px;
    line-height: 44px;
    color: #fff;
}

.module-registration-confirm .block-bottom .buttons a:hover {
    background: #8a75bd;
    border-color: #8a75bd;
    color: #fff;
}

.module-registration-confirm .block-bottom .buttons a.prev {
    display: none;
}

.module-registration-confirm .block-bottom .buttons a.active {
    display: inline-block;
}

.module-registration-confirm .block-password-title {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #25282A;
}

.module-registration-confirm .block-password-field {
    margin: 0px 0px 20px 0px;
    max-width: 500px;
    position: relative;
}

.module-registration-confirm .block-password-field input {
    background: #fff;
    border: 1px solid #895399;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    height: 48px;
}

.module-registration-confirm .block-password-button {
    margin: 0px;
}

.module-registration-confirm .block-password-button label {
    display: inline-block;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    padding: 0px 50px 0px 50px;
}

.module-registration-confirm .block-password-button label input {
    cursor: pointer;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
}

.module-registration-confirm .block-password-button label:hover {
    background: #8a75bd;
    border-color: #8a75bd;
}

@media only screen and (max-width: 767px) {

    .module-registration-confirm {
        margin: 0px 0px 80px 0px;
    }

    .module-registration-confirm .block-top {
        margin: 0px;
        padding: 0px;
        max-width: none;
    }

    .module-registration-confirm .block-top .row {
        margin: 0px;
        padding: 0px;
    }

    .module-registration-confirm .block-top .row .cell {
        width: 100%;
        float: none;
        margin: 25px 0px 0px 0px;
        padding: 0px;
    }

    .module-registration-confirm .block-top .row .cell:first-child {
        margin-top: 0px;
    }

    .module-registration-confirm .block-top .row .cell .block {
        font-size: 12px;
        line-height: 18px;
    }

    .module-registration-confirm .block-top .row .cell .block .name {
        font-size: 14px;
        line-height: 20px;
    }

    .module-registration-confirm .block-top .block-phone {
        width: 100%;
    }

    .module-registration-confirm .block-top .block-phone .name {
        font-size: 14px;
        line-height: 20px;
    }

    .module-registration-confirm .block-top .block-phone .info .field {
        display: block;
        width: 100%;
    }

    .module-registration-confirm .block-top .block-phone .info .button {
        display: block;
        margin: 10px 0px 0px 0px;
        width: 100%;
    }

    .module-registration-confirm .block-top .block-phone .info .button a {
        width: 100%;
        font-size: 16px;
    }

    .module-registration-confirm .block-top .block-email {
        width: 100%;
    }

    .module-registration-confirm .block-top .block-email .name {
        font-size: 14px;
        line-height: 20px;
    }

    .module-registration-confirm .block-top .block-email .name:before {
        top: -3px;
    }

    .module-registration-confirm .block-top .block-email .field {
        display: block;
        width: 100%;
    }

    .module-registration-confirm .block-top .block-subscribe .name {
        font-size: 14px;
        line-height: 20px;
    }

    .module-registration-confirm .block-top .block-subscribe .name br {
        display: none;
    }

    .module-registration-confirm .block-bottom {
        margin: 30px 0px 0px 0px;
        padding: 30px 0px 0px 0px;
    }

}


/* ==========================================================================
   Всплывашка для уведомлений
   ========================================================================== */

.popup-message {
    padding: 40px 40px 45px 40px;
    width: 600px;
}

.popup-message .title {
    margin: 0px 0px 15px 0px;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: 500;
}

.popup-message .title.no-margin {
    margin: 0px;
}

.popup-message .title.center {
    text-align: center;
}

.popup-message .title.small {
    font-size: 24px;
    line-height: 34px;
}

.popup-message .text {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.message-change-tariff-confirm {
    text-align: center;
}

.message-change-tariff-confirm h2 {
    margin: 0px 0px 23px 0px;
    padding: 0px;
}

.message-change-tariff-confirm .element-button {
    margin: 0px 0px 0px 20px;
    width: 220px;
}

.message-change-tariff-confirm .element-button:first-child {
    margin: 0px;
}

@media only screen and (max-width: 767px) {

    .popup-message {
        max-width: 360px;
        width: auto;
    }

    .message-change-tariff-confirm .element-button {
        margin: 10px 0px 0px 0px;
    }

}


/* ==========================================================================
   Забыли пароль? (module password recovery)
   ========================================================================== */

.module-password-recovery {
    margin: 0px 0px 80px 0px;
}

.module-password-recovery .block-title {
    margin: 0px 0px 30px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.module-password-recovery .block-form {
    margin: 0px;
    padding: 18px 0px 0px 0px;
    max-width: 460px;
}

.module-password-recovery .block-form .block-errors {
    display: none;
    background: #fe7f7f;
    border: 1px solid #ff2727;
    margin: 0px 0px 26px 0px;
    padding: 15px 20px 13px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #efefef;
}

.module-password-recovery .block-form .block {
    margin: 25px 0px 0px 0px;
}

.module-password-recovery .block-form .block:first-child {
    margin-top: 0px;
}

.module-password-recovery .block-form .block .name {
    margin: 0px 0px 11px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-weight: 300;
}

.module-password-recovery .block-form .block .field .input {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 14px 20px 15px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
}

.module-password-recovery .block-form .block .field textarea.input {
    height: 160px;
    resize: none;
}

.module-password-recovery .block-form .button {
    margin: 40px 0px 0px 0px;
}

.module-password-recovery .block-form .button label {
    display: block;
    text-align: center;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 14px 0px 13px 0px;
    cursor: pointer;
}

.module-password-recovery .block-form .button label input {
    font-weight: 500;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
}

.module-password-recovery .block-form .button label:hover {
    background: #F9F28C;
}

.module-password-recovery .block-form .button label:hover input {
    color: #25282A;
}

@media only screen and (max-width: 767px) {

    .module-password-recovery .block-title {
        margin: 0px 0px 30px 0px;
    }

    .module-password-recovery .block-form .block .field .input {
        padding: 10px 10px 11px 10px;
        font-size: 14px;
    }

    .module-password-recovery .block-form .button label input {
        font-size: 18px;
    }

}


/* ==========================================================================
   Изменить пароль (module password change)
   ========================================================================== */

.module-password-change {
    margin: 0px 0px 80px 0px;
    font-family: 'Roboto', sans-serif;
}

.module-password-change .block-title {
    margin: 0px 0px 30px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.module-password-change .block-form {
    margin: 0px;
    padding: 18px 0px 0px 0px;
    max-width: 460px;
}

.module-password-change .block-form .block-errors {
    display: none;
    background: #fe7f7f;
    border: 1px solid #ff2727;
    margin: 0px 0px 26px 0px;
    padding: 15px 20px 13px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #efefef;
    font-family: 'Roboto';
}

.module-password-change .block-form .block {
    margin: 25px 0px 0px 0px;
}

.module-password-change .block-form .block:first-child {
    margin-top: 0px;
}

.module-password-change .block-form .block .name {
    margin: 0px 0px 11px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-password-change .block-form .block .field .input {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 14px 20px 15px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-password-change .block-form .block .field textarea.input {
    height: 160px;
    resize: none;
}

.module-password-change .block-form .button {
    margin: 40px 0px 0px 0px;
}

.module-password-change .block-form .button label {
    display: block;
    text-align: center;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 14px 0px 13px 0px;
    cursor: pointer;
}

.module-password-change .block-form .button label input {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto';
}

.module-password-change .block-form .button label:hover {
    background: transparent;
}

.module-password-change .block-form .button label:hover input {
    color: #25282A;
}

@media only screen and (max-width: 767px) {

    .module-password-change .block-title {
        margin: 0px 0px 30px 0px;
    }

    .module-password-change .block-form .block .field .input {
        padding: 10px 10px 11px 10px;
        font-size: 14px;
    }

    .module-password-change .block-form .button label input {
        font-size: 18px;
    }

}


/* ==========================================================================
   Поле для выбора файла (module file)
   ========================================================================== */

.module-file {
    margin: 0px;
}

.module-file:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-file .file-left {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-right: none;
    border-radius: 0px;
    margin: 0px 125px 0px 0px;
    padding: 14px 20px 15px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-file.file-select .file-left {
    color: #363636;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-file .file-right {
    width: 125px;
    float: right;
}

.module-file .file-right input {
    display: none;
}

.module-file .file-right label {
    display: block;
    text-align: center;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 13px 0px 14px 0px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-file .file-right label:hover {
    background: #F9F28C;
    color: #25282A;
}

@media only screen and (max-width: 767px) {

    .module-file .file-left {
        margin-right: 100px;
        padding: 10px 10px 11px 10px;
        font-size: 14px;
    }

    .module-file .file-right {
        width: 100px;
    }

    .module-file .file-right label {
        font-size: 14px;
        padding: 9px 0px 10px 0px;
    }

}

.module-personal-dealer-info-v2 {
    margin: 0px 0px 80px 0px;
}

.module-personal-dealer-info-v2 .block-title {
    margin: 0px 0px 79px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-menu {
    margin: 0px 0px 60px 0px;
}

.module-personal-dealer-info-v2 .block-menu menu {
    border-bottom: 2px solid #f2f2f2;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0px;
    line-height: 0px;
    text-align: center;
}

.module-personal-dealer-info-v2 .block-menu menu:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-personal-dealer-info-v2 .block-menu menu li {
    display: inline-block;
    margin: 0px 6px 0px 6px;
    font-size: 20px;
    line-height: 20px;
    color: #b9b9b9;
}

.module-personal-dealer-info-v2 .block-menu menu li a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0px 5px 22px 5px;
    color: #b9b9b9;
}

.module-personal-dealer-info-v2 .block-menu menu li a:before {
    content: '';
    background: #25282A;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    opacity: 0;
}

.module-personal-dealer-info-v2 .block-menu menu li a:hover, .module-personal-dealer-info-v2 .block-menu menu li a.active {
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-menu menu li a:hover:before, .module-personal-dealer-info-v2 .block-menu menu li a.active:before {
    opacity: 1;
}

.module-personal-dealer-info-v2 .block-menu-mobile {
    margin: 0px 0px 30px 0px;
    display: none;
    position: relative;
}

.module-personal-dealer-info-v2 .block-menu-mobile select {
    display: block;
    width: 100%;
    height: 53px;
    background: none;
    border: 2px solid #25282a;
    border-radius: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #25282a;
    margin: 0px;
    padding: 0px 20px;
}

.module-personal-dealer-info-v2 .block-menu-mobile .arrow {
    background: #fff;
    width: 57px;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    pointer-events: none;
}

.module-personal-dealer-info-v2 .block-menu-mobile .arrow:before {
    content: '';
    background: url(../img/personal-select-arrow.svg) no-repeat center center / contain;
    width: 21px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0px 0px -10px;
}

.module-personal-dealer-info-v2 .block-user {
    margin: 0px auto;
    max-width: 970px;
}

.module-personal-dealer-info-v2 .block-user:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-personal-dealer-info-v2 .block-user .left {
    width: 200px;
    float: left;
}

.module-personal-dealer-info-v2 .block-user .left .img {
    width: 200px;
    height: 200px;
    border: 1px solid #ececec;
    position: relative;
}

.module-personal-dealer-info-v2 .block-user .left .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-personal-dealer-info-v2 .block-user .right {
    margin: 0px 0px 0px 230px;
}

.module-personal-dealer-info-v2 .block-user .right.no-margin {
    margin: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info {
    margin: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .dealer-id {
    margin: -3px 0px 3px 0px;
    font-size: 14px;
    line-height: 18px;
    color: #363636;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .dealer-id a {
    color: #25282A;
    text-decoration: underline;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .dealer-id a:hover {
    text-decoration: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .name {
    margin: 0px 0px 18px 0px;
    font-size: 24px;
    line-height: 30px;
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .text {
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .text p {
    margin: 0px;
    padding: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .email {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 14px;
    color: #363636;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .email a {
    color: #25282A;
    text-decoration: underline;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .email a:hover {
    text-decoration: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .contacts a {
    color: #735cb0;
    text-decoration: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .contacts a:hover {
    text-decoration: underline;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block {
    position: relative;
    margin: 3px 0px 0px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block:first-child {
    margin-top: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block .button {
    margin: 0px 0px 0px 20px;
    display: inline-block;
    width: 130px;
    height: 40px;
    border: 2px solid #25282A;
    font-size: 14px;
    line-height: 36px;
    color: #25282A;
    transition: all 0.2s ease 0s;
    text-align: center;
    text-decoration: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block .button:hover {
    background: #25282A;
    color: #fff;
    text-decoration: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block.promocode {
    background: #f4f4f4;
    margin-top: 20px;
    padding: 20px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block.promocode .block-data {
    margin: 0px 0px 15px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block.promocode .block-text {
    font-size: 13px;
    line-height: 18px;
    color: #363636;
    margin: 0px;
}

/*todo new start*/
.referal.contacts-block.promocode .button {
    margin: 0px 0px 0px 20px;
    display: inline-block;
    width: 130px;
    height: 40px;
    border: 2px solid #25282A;
    font-size: 14px;
    line-height: 36px;
    color: #25282A;
    transition: all 0.2s ease 0s;
    text-align: center;
    text-decoration: none;
}

.referal.contacts-block.promocode .button:hover {
    background: #25282A;
    color: #fff;
    text-decoration: none;
}

.referal.contacts-block.promocode {
    background: #f4f4f4;
    margin: 20px 0 40px 0;
    padding: 20px;
}

.referal.contacts-block.promocode .block-data {
    margin: 0px 0px 15px 0px;
}

.referal.contacts-block.promocode .block-text {
    font-size: 13px;
    line-height: 18px;
    color: #363636;
    margin: 0px;
}

/*todo new end*/
.module-personal-dealer-info-v2 .block-user .right .block-info .block-sponsor {
    background: #f4f4f4;
    margin-top: 20px;
    padding: 20px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .block-sponsor .item {
    margin: 3px 0px 0px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .block-sponsor .item:first-child {
    margin-top: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block {
    margin: 19px 0px 30px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cargo-button {
    margin: 0px 0px 0px 8px;
    background: #25282A;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .2s ease;
    width: 200px;
    height: 40px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cargo-button:before {
    content: '';
    margin: 0px 8px 0px 0px;
    position: relative;
    top: 0px;
    background: url(../img/apply.svg) no-repeat center center / contain;
    width: 12px;
    height: 10px;
    display: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cargo-button:hover {
    background: #8f8160;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cargo-button.active {
    background: #F9F28C;
    color: #25282A;
    pointer-events: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cargo-button.active:before {
    display: block;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cargo-button.active:hover {
    background: #f0edf7;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cancel {
    color: #ff0000;
    border-bottom: 1px dotted;
    text-decoration: none;
    margin: 0px 0px 0px 20px;
}

.module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cancel:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

/*todo new start*/
.cargo-block-container {
    display: flex;
    justify-content: center
}

.module-personal-dealer-statistics-v2 .cargo-block {
    padding: 0px;
    display: flex;
    align-items: center;
}

.module-personal-dealer-statistics-v2 .cargo-block .cargo-button {
    margin: 0px 0px 0px 8px;
    background: #25282A;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .2s ease;
    width: 200px;
    height: 40px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

.module-personal-dealer-statistics-v2 .cargo-block .cargo-button:before {
    content: '';
    margin: 0px 8px 0px 0px;
    position: relative;
    top: 0px;
    background: url(../img/apply.svg) no-repeat center center / contain;
    width: 12px;
    height: 10px;
    display: none;
}

.module-personal-dealer-statistics-v2 .cargo-block .cargo-button:hover {
    background: #8f8160;
}

.module-personal-dealer-statistics-v2 .cargo-block .cargo-button.active {
    background: #F9F28C;
    color: #25282A;
    pointer-events: none;
}

.module-personal-dealer-statistics-v2 .cargo-block .cargo-button.active:before {
    display: block;
}

.module-personal-dealer-statistics-v2 .cargo-block .cargo-button.active:hover {
    background: #f0edf7;
}

.module-personal-dealer-statistics-v2 .cargo-block .cancel {
    color: #ff0000;
    border-bottom: 1px dotted;
    text-decoration: none;
    margin: 0px 0px 0px 20px;
}

.module-personal-dealer-statistics-v2 .cargo-block .cancel:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

/*todo new end*/
.module-personal-dealer-info-v2 .block-user .block-premium {
    margin: 21px 0px 0px 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
}

.module-personal-dealer-info-v2 .block-user .block-premium .icon {
    display: inline-block;
    margin: 0px 8px 0px 0px;
    background: url(../images/icons/rub_premium_personal.png) no-repeat center center / contain;
    width: 13px;
    height: 13px;
}

.module-personal-dealer-info-v2 .block-user .block-premium .text {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #25282A;
    font-weight: 300;
}

.module-personal-dealer-info-v2 .block-user .right .block-social {
    margin: 33px 0px 0px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .title {
    margin: 0px 0px 8px 0px;
    font-size: 24px;
    line-height: 30px;
    color: #363636;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .blocks {
    margin: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .blocks .block {
    font-size: 16px;
    line-height: 24px;
    color: #735cb0;
    position: relative;
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 0px 26px;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .blocks .block:first-child {
    margin-top: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .blocks .block.vk:before {
    content: '';
    background: url(../img/social_new/vk.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .blocks .block.fb:before {
    content: '';
    background: url(../img/social_new/fb.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .blocks .block.instagram:before {
    content: '';
    background: url(../img/social_new/instagram.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .blocks .block.ok:before {
    content: '';
    background: url(../img/social_new/ok.jpg?v=2) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .blocks .block a {
    text-decoration: none;
    color: #735cb0;
}

.module-personal-dealer-info-v2 .block-user .right .block-social .blocks .block a:hover {
    text-decoration: underline;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus {
    margin: 33px 0px 0px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .title {
    margin: 0px 0px 8px 0px;
    font-size: 24px;
    line-height: 30px;
    color: #363636;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .text {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .text p {
    margin: 0px;
    padding: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus h3 {
    margin: 40px 0px 20px 0px;
    padding: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks {
    margin: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block {
    border-top: 2px solid #f2f2f2;
    margin: 40px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .month {
    margin: 0px 0px 36px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .month .color {
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items {
    margin: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item {
    margin: 53px 0px 0px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item:first-child {
    margin-top: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .title {
    margin: 0px 0px 16px 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
    color: #303030;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row {
    margin: 0px;
    padding: 0px 25px 14px 25px;
    display: flex;
    flex-wrap: wrap;
    background: #d6d9db;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row .cell {
    width: 25%;
    margin: 0px;
    padding: 14px 10px 0px 10px;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row .cell.big {
    width: 33.32%;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row .cell .name {
    margin: 0px 0px -1px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row .cell .value {
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row .cell .value.bold {
    font-size: 20px;
    font-weight: bold;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .travel {
    margin: 53px 0px 0px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #303030;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .travel .color {
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-user .right .block-bonus .travel + .travel {
    margin-top: 10px;
}

.module-personal-dealer-info-v2 .block-user .right .block-button {
    margin: 37px 0px 0px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-button a {
    display: inline-block;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 14px 48px 14px 48px;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}

.module-personal-dealer-info-v2 .block-user .right .block-button a:hover {
    background: #F9F28C;
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance {
    margin: 33px 0px 0px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .row-1 {
    font-size: 20px;
    line-height: 30px;
    color: #25282A;
    font-weight: bold;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .row-1 .color {
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .row-2 {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    line-height: 18px;
    color: #b9b9ba;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .block-hotcash {
    margin: 20px 0px;
    padding: 20px 0px;
    border-top: 1px solid #6e55ad;
    border-bottom: 1px solid #6e55ad;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .block-hotcash .title {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 24px;
    line-height: 30px;
    color: #6e55ad;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .block-hotcash .blocks {
    margin: 0px;
    padding: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .block-hotcash .blocks .text {
    margin: 3px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .block-hotcash .blocks .text:first-child {
    margin-top: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money {
    margin: 27px 0px 0px 0px;
    padding: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .text {
    margin: 0px 0px 35px 0px;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .text p {
    margin: 6px 0px 0px 0px;
    padding: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .text p:first-child {
    margin-top: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell {
    width: 50%;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .button {
    margin: 0px 0px 22px 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .button span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 370px;
    height: 57px;
    background: #25282A;
    border: 2px solid #25282A;
    transition: all .2s ease;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .button span:hover {
    background: #F9F28C;
    color: #25282A;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .button span.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .button span.disabled:hover {
    background: #25282A;
    color: #fff;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .link {
    margin: 0px;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .link a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease 0s;
    position: relative;
    margin: 0px 0px 0px 39px;
    padding: 0px 0px 2px 0px;
    border-bottom: 2px solid #25282A;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .link a:hover {
    border-bottom-color: transparent;
}

.module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .link a:before {
    content: '';
    background: url(../img/file-icon1.svg) no-repeat center center / contain;
    width: 24px;
    height: 30px;
    position: absolute;
    top: -2px;
    left: -39px;
}

.module-personal-dealer-info-v2 .old-lk-button a {
    float: right;
    display: inline-block;
    background: transparent;
    color: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 14px 24px 14px 24px;
    cursor: pointer;
    font-size: 17px;
    line-height: 17px;
    text-decoration: none;
}

.module-personal-dealer-info-v2 .old-lk-button a:hover {
    background: #25282A;
    color: #fff;
}


@media only screen and (max-width: 767px) {

    .module-personal-dealer-info-v2 .block-title {
        margin: 0px 0px 30px 0px;
    }

    .module-personal-dealer-info-v2 .block-menu {
        margin: 0px 0px 50px 0px;
        display: none;
    }

    .module-personal-dealer-info-v2 .block-menu menu {
        border: none;
    }

    .module-personal-dealer-info-v2 .block-menu menu li {
        margin: 10px 0px 0px 0px;
        padding: 0px;
        display: block;
    }

    .module-personal-dealer-info-v2 .block-menu menu li:first-child {
        margin-top: 0px;
    }

    .module-personal-dealer-info-v2 .block-menu menu li a {
        border: 1px solid #a292ca;
        background: transparent;
        margin: 0px;
        padding: 13px 10px 13px 10px;
        font-size: 16px;
        line-height: 24px;
        color: #a292ca;
    }

    .module-personal-dealer-info-v2 .block-menu menu li a.active {
        background: #a292ca;
        color: #fff;
    }

    .module-personal-dealer-info-v2 .block-menu menu li a:before {
        display: none;
    }

    .module-personal-dealer-info-v2 .block-menu-mobile {
        display: block;
    }

    .module-personal-dealer-info-v2 .block-user .left {
        width: 100%;
        float: none;
        margin: 0px 0px 30px 0px;
        padding: 0px;
    }

    .module-personal-dealer-info-v2 .block-user .left .img {
        width: 100%;
    }

    .module-personal-dealer-info-v2 .block-user .right {
        width: 100%;
        float: none;
        margin: 0px;
        padding: 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .dealer-info {
        margin-top: 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block.promocode {
        padding-left: 15px;
        padding-right: 15px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block.promocode .block-data {
        font-size: 14px;
    }

    /*todo new start*/
    .referal.contacts-block.promocode {
        padding-left: 15px;
        padding-right: 15px;
    }

    .referal.contacts-block.promocode .block-data {
        font-size: 14px;
    }

    .referal.contacts-block.promocode .button {
        margin: 0px 0px 0px 10px;
        width: 100px;
        font-size: 12px;
    }

    /*todo new end*/
    .module-personal-dealer-info-v2 .block-user .right .block-info .contacts-block .button {
        margin: 0px 0px 0px 10px;
        width: 100px;
        font-size: 12px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cargo-button {
        margin: 2px 0px 0px 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-info .cargo-block .cancel {
        display: inline-block;
        margin: 10px 0px 0px 0px;
    }

    /*todo new start*/
    .module-personal-dealer-statistics-v2 .cargo-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .module-personal-dealer-statistics-v2 .cargo-block .cargo-button {
        margin: 2px 0px 0px 0px;
    }

    .module-personal-dealer-statistics-v2 .cargo-block .cancel {
        display: inline-block;
        margin: 10px 0px 0px 0px;
    }

    /*todo new end*/
    .module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block {
        margin: 20px 0px 0px 0px;
        padding: 20px 0px 0px 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .month {
        margin: 0px 0px 20px 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item {
        margin: 20px 0px 0px 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .title {
        margin: 0px 0px 10px 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row {
        padding-top: 14px;
        display: flex;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row .cell {
        width: 50%;
        margin: 15px 0px 0px 0px;
        padding: 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row .cell:first-child {
        margin-top: 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-bonus .blocks .block .items .item .row .cell.big {
        width: 100%;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-bonus .travel {
        margin: 20px 0px 0px 0px;
    }

    .module-personal-dealer-info-v2 .old-lk-button {
        position: relative;
        z-index: 2;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money {
        margin: 18px 0px 0px 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .text {
        margin: 0px 0px 18px 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .text p {
        margin: 10px 0px 0px 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns {
        flex-direction: column;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell {
        width: 100%;
        margin: 43px 0px 0px 0px;
        padding: 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell:first-child {
        margin-top: 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .button {
        margin: 0px 0px 13px 0px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .button span {
        width: 100%;
        height: 57px;
        font-size: 16px;
        line-height: 19px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .link a {
        margin: 0px 0px 0px 32px;
        padding: 0px 0px 1px 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .module-personal-dealer-info-v2 .block-user .right .block-balance .get-money .columns .cell .link a:before {
        top: -2px;
        left: -32px;
    }

}


/* ==========================================================================
   Плашка с участием внутри СГ в ЛК участника
   ========================================================================== */

.page-personal-cargo-notice {
    margin: 15px 0px 30px 0px;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-personal-cargo-notice .text {
    font-size: 14px;
    line-height: 24px;
    color: #25282A;
    margin: 0px 20px 0px 0px;
}

.page-personal-cargo-notice .button {
    margin: 0px;
}

.page-personal-cargo-notice .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 34px;
    border: 2px solid #25282A;
    font-size: 14px;
    line-height: 20px;
    color: #25282A;
    transition: all 0.2s ease 0s;
    text-align: center;
    text-decoration: none;
}

.page-personal-cargo-notice .button a:hover {
    background: #25282A;
    color: #fff;
    text-decoration: none;
}


/* ==========================================================================
   Всплывающее окно "Условия участия в сборных грузах"
   ========================================================================== */

.cargo-license-popup {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease 0s;
}

.cargo-license-popup.active {
    opacity: 1;
    visibility: visible;
}

.cargo-license-popup .content {
    background: #fff;
    width: 700px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -350px 0px 0px -350px;
    padding: 44px 50px 50px 50px;
}

.cargo-license-popup .content .close {
    background: url(../images/cargo/popup_close.svg) no-repeat center center / contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    float: none;
}

.cargo-license-popup .content .title {
    margin: 0px 0px 16px 0px;
    font-size: 18px;
    line-height: 20px;
    color: #25282A;
    font-weight: bold;
}

.cargo-license-popup .content .text {
    height: 432px;
    overflow: auto;
    background: rgb(191 191 191 / 10%);
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0px 0px 30px 0px;
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #25282A;
}

.cargo-license-popup .content .text h2 {
    margin: 20px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #25282A;
    font-weight: bold;
}

.cargo-license-popup .content .text h2:first-child {
    margin-top: 0px;
}

.cargo-license-popup .content .text h2:last-child {
    margin-bottom: 0px;
}

.cargo-license-popup .content .text p {
    margin: 20px 0px;
    padding: 0px;
}

.cargo-license-popup .content .text p:first-child {
    margin-top: 0px;
}

.cargo-license-popup .content .text p:last-child {
    margin-bottom: 0px;
}

.cargo-license-popup .content .license {
    margin: 30px 0px 30px 0px;
    padding: 0px;
    text-align: center;
}

.cargo-license-popup .content .license input {
    display: none;
}

.cargo-license-popup .content .license input + label {
    margin: 0px;
    padding: 4px 0px 4px 38px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #25282A;
    font-weight: normal;
    cursor: pointer;
}

.cargo-license-popup .content .license input + label:before {
    content: '';
    background: #25282A;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.cargo-license-popup .content .license input + label:after {
    content: '';
    background: url(../images/cargo/checkbox_white.svg) no-repeat center center / contain;
    width: 12px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 8px;
    opacity: 0;
    transition: all .2s ease 0s;
}

.cargo-license-popup .content .license input:checked + label:after {
    opacity: 1;
}

.cargo-license-popup .content .button {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cargo-license-popup .content .button a {
    background: #25282A;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .2s ease;
    width: 230px;
    height: 50px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

.cargo-license-popup .content .button a:hover {
    background: #8a75bd;
}

@media only screen and (max-width: 767px) {

    .cargo-license-popup .content {
        width: 100%;
        height: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin: 0px;
        padding: 17px 20px 20px 20px;
    }

    .cargo-license-popup .content .text {
        height: calc(100% - 174px);
    }

    .cargo-license-popup .content .button a {
        width: 100%;
    }

}


/* ==========================================================================
   Вывод денег, всплывашка
   ========================================================================== */

.module-form-get-money {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease 0.27s;
}

.module-form-get-money.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.module-form-get-money .close {
    background: url(../images/get_money/close.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
}

.module-form-get-money.active .close {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
}

.module-form-get-money .block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-form-get-money .block-content .content-animate {
    opacity: 0;
    overflow: hidden;
    transform: translateY(-30px);
    transition: all 0.3s ease-out 0s;
}

.module-form-get-money.active .block-content .content-animate {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.27s;
}

.module-form-get-money .block-content .content {
    background: #fff;
    width: 792px;
    padding: 53px 80px 60px 60px;
    overflow: auto;
}

.module-form-get-money .title {
    margin: 0px 0px 22px 0px;
    font-size: 26px;
    line-height: 36px;
    color: #25282A;
    font-weight: bold;
}

.module-form-get-money .brief {
    margin: 0px 0px 28px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    font-weight: 500;
}

.module-form-get-money .form {
    margin: 0px;
    padding: 0px 0px 0px 37px;
}

.module-form-get-money .form .block {
    margin: 18px 0px 0px 0px;
    padding: 0px;
    position: relative;
}

.module-form-get-money .form .block:first-child {
    margin-top: 0px;
}

.module-form-get-money .form .block .number {
    font-size: 24px;
    line-height: 30px;
    color: #25282A;
    font-weight: bold;
    position: absolute;
    top: -6px;
    left: -37px;
}

.module-form-get-money .form .block .text {
    font-size: 16px;
    line-height: 24px;
    color: #303030;
}

.module-form-get-money .form .block .text p {
    margin: 12px 0px 0px 0px;
    padding: 0px;
}

.module-form-get-money .form .block .text p:first-child {
    margin-top: 0px;
}

.module-form-get-money .form .block .text .color {
    color: #25282A;
}

.module-form-get-money .form .block .input-file {
    margin: 12px 0px 0px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.module-form-get-money .form .block .input-file:first-child {
    margin-top: 0px;
}

.module-form-get-money .form .block .input-file .field {
    width: 223px;
    min-width: 223px;
    max-width: 223px;
    height: 46px;
    margin: 0px 34px 0px 0px;
}

.module-form-get-money .form .block .input-file .field input {
    display: none;
}

.module-form-get-money .form .block .input-file .field input + label {
    background: none;
    border: 2px solid #25282A;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px 44px 0px 14px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    font-weight: 500;
    cursor: pointer;
}

.module-form-get-money .form .block .input-file .field input.error + label {
    border-color: #c94646;
    color: #c94646;
}

.module-form-get-money .form .block .input-file .field input + label:before {
    content: '';
    background: url(../images/get_money/link.png) no-repeat center center / contain;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -10px;
}

.module-form-get-money .form .block .input-file .field input.error + label:before {
    background-image: url(../images/get_money/link_red.png);
}

.module-form-get-money .form .block .input-file .field input + label .file-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.module-form-get-money .form .block .input-file .example {
    font-size: 14px;
    line-height: 24px;
    color: #303030;
    background: #f0f0f0;
    position: relative;
    width: 83px;
    height: 26px;
    cursor: pointer;
    padding: 0px 0px 0px 22px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.module-form-get-money .form .block .input-file .example:before {
    content: '';
    background: url(../images/get_money/help.png) no-repeat center center / contain;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0px;
    left: -14px;
}

.module-form-get-money .form .block .input-text {
    margin: 12px 0px 0px 0px;
    font-size: 0px;
    line-height: 0px;
    position: relative;
}

.module-form-get-money .form .block .input-text:first-child {
    margin-top: 0px;
}

.module-form-get-money .form .block .number + .input-text {
    margin-top: 0px;
}

.module-form-get-money .form .block .input-text .field {
    margin: 0px;
}

.module-form-get-money .form .block .input-text .field input {
    background: none;
    border: 2px solid #25282A;
    border-radius: 0px;
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    font-weight: 500;
    margin: 0px;
    padding: 0px 14px 0px 14px;
}

.module-form-get-money .form .block .input-text .field input.error {
    border-color: #c94646;
    color: #c94646;
}

.module-form-get-money .form .block .input-text .field textarea {
    background: none;
    border: 2px solid #25282A;
    border-radius: 0px;
    width: 100%;
    height: 145px;
    resize: none;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    font-weight: 500;
    margin: 0px;
    padding: 14px 14px 14px 14px;
}

.module-form-get-money .form .block .input-text .field textarea.error {
    border-color: #c94646;
    color: #c94646;
}

.module-form-get-money .form .block .input-text .note {
    font-size: 14px;
    line-height: 24px;
    color: #303030;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.module-form-get-money .form .button {
    margin: 25px 0px 0px 0px;
}

.module-form-get-money .form .button label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 179px;
    height: 57px;
    background: #25282A;
    border: 2px solid #25282A;
    transition: all .2s ease;
    cursor: pointer;
}

.module-form-get-money .form .button label input {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    transition: all .2s ease;
}

.module-form-get-money .form .button label:hover {
    background: #F9F28C;
}

.module-form-get-money .form .button label:hover input {
    color: #25282A;
}

.module-form-get-money .form .block-error {
    background: #c94646;
    width: 377px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 13px 65px 13px 20px;
}

.module-form-get-money .form .block-error .close-error {
    background: url(../images/get_money/close_error.png) no-repeat center center / contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

@media only screen and (max-height: 1000px) {

    .module-form-get-money .block-content .content {
        max-height: 800px;
    }

}

@media only screen and (max-height: 830px) {

    .module-form-get-money .block-content .content {
        max-height: 650px;
    }

}

@media only screen and (max-height: 700px) {

    .module-form-get-money .block-content .content {
        max-height: 550px;
    }

}

@media only screen and (max-width: 767px) {

    .module-form-get-money {
        background: #fff;
    }

    .module-form-get-money .block-content {
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        transform: none;
    }

    .module-form-get-money .block-content .content-animate {
        width: 100%;
        height: 100%;
        transform: translateY(0px);
    }

    .module-form-get-money .block-content .content {
        width: 100%;
        height: 100%;
        max-height: none;
        padding: 26px 20px 30px 20px;
    }

    .module-form-get-money .title {
        margin: 0px 0px 12px 0px;
        font-size: 20px;
        line-height: 24px;
    }

    .module-form-get-money .brief {
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .module-form-get-money .form {
        padding: 0px;
    }

    .module-form-get-money .form .block {
        border-top: 1px solid #dcdcdc;
        margin: 14px 0px 0px 0px;
        padding: 47px 0px 0px 0px;
    }

    .module-form-get-money .form .block:first-child {
        border-top: none;
        margin-top: 0px;
        padding-top: 41px;
    }

    .module-form-get-money .form .block .number {
        font-size: 24px;
        line-height: 30px;
        top: 9px;
        left: 0px;
    }

    .module-form-get-money .form .block .text {
        font-size: 14px;
        line-height: 20px;
    }

    .module-form-get-money .form .block .text p {
        margin: 12px 0px 0px 0px;
    }

    .module-form-get-money .form .block .input-file {
        margin: 13px 0px 0px 0px;
        flex-direction: column;
        align-items: flex-start;
    }

    .module-form-get-money .form .block .input-file .field {
        width: 100%;
        min-width: none;
        max-width: none;
        margin: 0px;
    }

    .module-form-get-money .form .block .input-file .example {
        order: -1;
        margin: 0px 0px 15px 14px;
    }

    .module-form-get-money .form .block .input-text {
        margin: 13px 0px 0px 0px;
    }

    .module-form-get-money .form .block .input-text .field textarea {
        height: 100px;
    }

    .module-form-get-money .form .block .input-text .note {
        font-size: 14px;
        line-height: 20px;
        margin: 7px 0px 0px 0px;
    }

    .module-form-get-money .form .button {
        margin: 15px 0px 0px 0px;
    }

    .module-form-get-money .form .button label {
        width: 100%;
    }

    .module-form-get-money .form .block-error {
        width: 100%;
        top: 46px;
        left: 0px;
        right: 0px;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        padding: 13px 35px 13px 20px;
    }

    .module-form-get-money .form [data-example="Y"] .block-error {
        top: 87px;
    }

}


/* ==========================================================================
   Вывод денег, всплывашка после отправки формы
   ========================================================================== */

.module-form-get-money-success {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease 0.27s;
}

.module-form-get-money-success.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.module-form-get-money-success .close {
    background: url(../images/get_money/close_white.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
}

.module-form-get-money-success.active .close {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
}

.module-form-get-money-success .block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-form-get-money-success .block-content .content-animate {
    opacity: 0;
    overflow: hidden;
    transform: translateY(-30px);
    transition: all 0.3s ease-out 0s;
}

.module-form-get-money-success.active .block-content .content-animate {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.27s;
}

.module-form-get-money-success .block-content .content {
    background: #17b977;
    width: 792px;
    padding: 80px 70px 76px 70px;
    text-align: center;
}

.module-form-get-money-success .title {
    margin: 0px 0px 19px 0px;
    padding: 86px 0px 0px 0px;
    position: relative;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
}

.module-form-get-money-success .title:before {
    content: '';
    background: url(../images/get_money/success.png) no-repeat center center / contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -30px;
}

.module-form-get-money-success .text {
    margin: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

.module-form-get-money-success .text a {
    color: #fff;
    text-decoration: underline;
}

.module-form-get-money-success .text a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {

    .module-form-get-money-success .block-content .content {
        width: 290px;
        padding: 45px 20px 43px 20px;
    }

    .module-form-get-money-success .title {
        margin: 0px 0px 15px 0px;
        padding: 80px 0px 0px 0px;
        font-size: 20px;
        line-height: 24px;
    }

    .module-form-get-money-success .text {
        font-size: 14px;
        line-height: 20px;
    }

}


/* ==========================================================================
   Всплывашка с описанием тарифа LIGHT
   ========================================================================== */

.module-popup-tariff-light {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease 0.27s;
}

.module-popup-tariff-light.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.module-popup-tariff-light .close {
    background: url(../images/get_money/close_white.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
}

.module-popup-tariff-light.active .close {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
}

.module-popup-tariff-light .block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-popup-tariff-light .block-content .content-animate {
    opacity: 0;
    overflow: hidden;
    transform: translateY(-30px);
    transition: all 0.3s ease-out 0s;
}

.module-popup-tariff-light.active .block-content .content-animate {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.27s;
}

.module-popup-tariff-light .block-content .content {
    background: #6e55ad;
    width: 792px;
    padding: 80px 70px 76px 70px;
    text-align: center;
}

.module-popup-tariff-light .title {
    margin: 0px 0px 19px 0px;
    padding: 86px 0px 0px 0px;
    position: relative;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
}

.module-popup-tariff-light .title:before {
    content: '';
    background: url(../images/get_money/success.png) no-repeat center center / contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -30px;
}

.module-popup-tariff-light .text {
    margin: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

.module-popup-tariff-light .text p {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

.module-popup-tariff-light .text p:first-child {
    margin-top: 0px;
}

.module-popup-tariff-light .text a {
    color: #fff;
    text-decoration: underline;
}

.module-popup-tariff-light .text a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {

    .module-popup-tariff-light .block-content .content {
        width: 290px;
        padding: 45px 20px 43px 20px;
    }

    .module-popup-tariff-light .title {
        margin: 0px 0px 15px 0px;
        padding: 80px 0px 0px 0px;
        font-size: 20px;
        line-height: 24px;
    }

    .module-popup-tariff-light .text {
        font-size: 14px;
        line-height: 20px;
    }

}


/* ==========================================================================
   Личный кабинет консультанта, редактирование информации
   ========================================================================== */

.module-personal-dealer-edit {
    margin: 0px 0px 80px 0px;
}

.module-personal-dealer-edit .block-title {
    margin: 0px 0px 49px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.module-personal-dealer-edit .block-form {
    margin: 0px;
}

.module-personal-dealer-edit .block-form .block-data {
    margin: 54px 0px 0px 0px;
}

.module-personal-dealer-edit .block-form .block-data:first-child {
    margin-top: 0px;
}

.module-personal-dealer-edit .block-form .block-data .title {
    margin: 0px 0px 19px 0px;
    font-size: 24px;
    line-height: 30px;
    color: #363636;
}

.module-personal-dealer-edit .block-form .block-data .blocks {
    margin: 0px 0px 0px -21px;
}

.module-personal-dealer-edit .block-form .block-data .blocks:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block {
    width: 33.33%;
    float: left;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 21px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(3n+1) {
    clear: both;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(1) {
    margin-top: 0px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(2) {
    margin-top: 0px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(3) {
    margin-top: 0px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block.padding {
    padding-top: 52px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block.clear {
    clear: both;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block.big {
    width: 66.66%;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .name {
    margin: 0px 0px 11px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-weight: 300;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .field {
    margin: 0px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .field .input {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 14px 20px 15px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .field .input[disabled] {
    opacity: 0.5;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .field .input[readonly] {
    opacity: 0.5;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .field textarea.input {
    height: 160px;
    resize: none;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .link {
    margin: 6px 0px 0px 0px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .link a {
    text-decoration: underline;
    color: #25282A;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .link a:hover {
    text-decoration: none;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img {
    width: 100px;
    height: 100px;
    border: 1px solid #404040;
    position: relative;
    margin: 10px 0px 0px 0px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img:hover .hover {
    opacity: 1;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img.active .hover {
    opacity: 1;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover .center {
    position: absolute;
    top: 50%;
    left: 50%;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover .center input {
    display: none;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover .center input + label {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    margin: 0px;
    padding: 26px 0px 0px 0px;
    cursor: pointer;
    font-weight: normal;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover .center input + label:before {
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 50%;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover .center input + label:after {
    content: '';
    background: #25282A;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 50%;
    opacity: 0;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover .center input:checked + label:after {
    opacity: 1;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block-tarif {
    clear: both;
    padding: 20px 0px 0px 21px;
    font-size: 18px;
    line-height: 24px;
    color: #25282A;
    font-weight: 300;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block-tarif a {
    text-decoration: underline;
    color: #25282A;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block-tarif a:hover {
    text-decoration: none;
}

.module-personal-dealer-edit .block-form .block-submit {
    margin: 50px 0px 0px 0px;
}

.module-personal-dealer-edit .block-form .block-submit label {
    display: inline-block;
    text-align: center;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 14px 48px 13px 48px;
    cursor: pointer;
    position: relative;
}

.module-personal-dealer-edit .block-form .block-submit label input {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
}

.module-personal-dealer-edit .block-form .block-submit label:hover {
    background: #F9F28C;
}

.module-personal-dealer-edit .block-form .block-submit label:hover input {
    color: #25282A;
}

.module-personal-dealer-edit .block-form .block-submit label.disabled {
    background: none;
}

.module-personal-dealer-edit .block-form .block-submit label.disabled:before {
    content: '';
    border: 1px solid #25282A;
    border-radius: 50%;
    border-top-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.module-personal-dealer-edit .block-form .block-submit label.disabled input {
    visibility: hidden;
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover .center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover .center input + label:before,
.module-personal-dealer-edit .block-form .block-data .blocks .block .block-img .hover .center input + label:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.module-personal-dealer-edit .block-form .block-submit label.disabled:before {
    -webkit-animation: rotate 0.5s infinite linear;
    animation: rotate 0.5s infinite linear;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {

    .module-personal-dealer-edit .block-form .block-data .blocks .block {
        width: 50%;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(3n+1) {
        clear: none;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(2n+1) {
        clear: both;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(1) {
        margin-top: 0px;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(2) {
        margin-top: 0px;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(3) {
        margin-top: 25px;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block.clear {
        clear: both;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block.big {
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {

    .module-personal-dealer-edit .block-form .block-data .blocks .block {
        width: 100%;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(3n+1) {
        clear: none;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(1) {
        margin-top: 0px;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(2) {
        margin-top: 25px;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block:nth-child(3) {
        margin-top: 25px;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block.clear {
        clear: both;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block.big {
        width: 100%;
    }

    .module-personal-dealer-edit .block-form .block-data .blocks .block .field .input {
        padding: 10px 10px 11px 10px;
        font-size: 14px;
    }

    .module-personal-dealer-edit .block-form .block-submit label input {
        font-size: 18px;
    }

}


/* ==========================================================================
   Личный кабинет консультанта, статистика v2, покупатели
   ========================================================================== */

.module-personal-dealer-statistics-v2 {
    margin: 0px 0px 80px 0px;
}

.module-personal-dealer-statistics-v2 .block-title {
    margin: 0px 0px 79px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #25282A;
}

.module-personal-dealer-statistics-v2 .block-menu {
    margin: 0px 0px 55px 0px;
}

.module-personal-dealer-statistics-v2 .block-menu menu {
    border-bottom: 2px solid #f2f2f2;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0px;
    line-height: 0px;
    text-align: center;
}

.module-personal-dealer-statistics-v2 .block-menu menu:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-personal-dealer-statistics-v2 .block-menu menu li {
    display: inline-block;
    margin: 0px 6px 0px 6px;
    font-size: 20px;
    line-height: 20px;
    color: #b9b9b9;
}

.module-personal-dealer-statistics-v2 .block-menu menu li a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0px 12px 22px 12px;
    color: #b9b9b9;
}

.module-personal-dealer-statistics-v2 .block-menu menu li a:before {
    content: '';
    background: #25282A;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    opacity: 0;
}

.module-personal-dealer-statistics-v2 .block-menu menu li a:hover, .module-personal-dealer-statistics-v2 .block-menu menu li a.active {
    color: #25282A;
}

.module-personal-dealer-statistics-v2 .block-menu menu li a:hover:before, .module-personal-dealer-statistics-v2 .block-menu menu li a.active:before {
    opacity: 1;
}

.module-personal-dealer-statistics-v2 .block-menu-mobile {
    margin: 0px 0px 30px 0px;
    display: none;
    position: relative;
}

.module-personal-dealer-statistics-v2 .block-menu-mobile select {
    display: block;
    width: 100%;
    height: 53px;
    background: none;
    border: 2px solid #25282a;
    border-radius: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #25282a;
    margin: 0px;
    padding: 0px 20px;
}

.module-personal-dealer-statistics-v2 .block-menu-mobile .arrow {
    background: #fff;
    width: 57px;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    pointer-events: none;
}

.module-personal-dealer-statistics-v2 .block-menu-mobile .arrow:before {
    content: '';
    background: url(../img/personal-select-arrow.svg) no-repeat center center / contain;
    width: 21px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0px 0px -10px;
}

.module-personal-dealer-statistics-v2 .block-filter {
    margin: 0px;
}

.module-personal-dealer-statistics-v2 .block-filter .title {
    margin: 0px 0px 33px 0px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-filter .blocks {
    margin: 0px;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .text-from {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    vertical-align: top;
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .text-to {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    vertical-align: top;
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .field {
    display: inline-block;
    margin: 0px 20px 0px 20px;
    width: 187px;
    font-size: 0px;
    line-height: 0px;
    vertical-align: top;
    position: relative;
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .field:before {
    content: '';
    background: url(../img/calendar_v2.png) no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 13px;
    right: 13px;
    pointer-events: none;
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .field input {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 15px 50px 14px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .button {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 152px;
    font-size: 0px;
    line-height: 0px;
    vertical-align: top;
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .button label {
    display: block;
    text-align: center;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 13px 0px 14px 0px;
    cursor: pointer;
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .button label input {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto';
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .button label:hover {
    background: transparent;
}

.module-personal-dealer-statistics-v2 .block-filter .blocks .button label:hover input {
    color: #25282A;
}

.module-personal-dealer-statistics-v2 .block-send {
    margin: 0px;
}

.module-personal-dealer-statistics-v2 .block-send .title {
    margin: 0px 0px 33px 0px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-send .blocks {
    margin: 0px;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.module-personal-dealer-statistics-v2 .block-send .blocks .field {
    display: inline-block;
    margin: 0px 20px 0px 20px;
    width: 257px;
    font-size: 0px;
    line-height: 0px;
    vertical-align: top;
    position: relative;
}

.module-personal-dealer-statistics-v2 .block-send .blocks .field input {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 15px 50px 14px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-personal-dealer-statistics-v2 .block-send .blocks .button {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 152px;
    font-size: 0px;
    line-height: 0px;
    vertical-align: top;
}

.module-personal-dealer-statistics-v2 .block-send .blocks .button label {
    display: block;
    text-align: center;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 13px 0px 14px 0px;
    cursor: pointer;
}

.module-personal-dealer-statistics-v2 .block-send .blocks .button label input {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
}

.module-personal-dealer-statistics-v2 .block-send .blocks .button label:hover {
    background: #F9F28C;
}

.module-personal-dealer-statistics-v2 .block-send .blocks .button label:hover input {
    color: #25282A;
}

.module-personal-dealer-statistics-v2 .block-send .blocks .element-notice {
    font-size: 14px;
    line-height: 1.42857143;
}

.module-personal-dealer-statistics-v2 .block-send .blocks p {
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 5px;
}

.module-personal-dealer-statistics-v2 .block-stat {
    margin: 64px 0px 0px 0px;
}

.module-personal-dealer-statistics-v2 .block-stat .title {
    margin: 0px 0px 26px 0px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-stat .blocks {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.module-personal-dealer-statistics-v2 .block-stat .blocks .block {
    display: inline-block;
    padding: 0px 83px;
    position: relative;
}

.module-personal-dealer-statistics-v2 .block-stat .blocks .block:before {
    content: '';
    background: #25282A;
    width: 2px;
    height: 49px;
    position: absolute;
    top: 7px;
    left: -1px;
}

.module-personal-dealer-statistics-v2 .block-stat .blocks .block:first-child:before {
    display: none;
}

.module-personal-dealer-statistics-v2 .block-stat .blocks .block .value {
    margin: 0px 0px 2px 0px;
    font-size: 24px;
    line-height: 30px;
    color: #25282A;
}

.module-personal-dealer-statistics-v2 .block-stat .blocks .block .name {
    font-size: 18px;
    line-height: 30px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-order {
    margin: 58px 0px 0px 0px;
}

.module-personal-dealer-statistics-v2 .block-order .title {
    margin: 0px 0px 23px 0px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-order .blocks {
    margin: 0px;
    font-size: 0px;
    line-height: 0px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order {
    margin: 0px;
    position: relative;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info {
    background: #fff;
    margin: 0px;
    padding: 14px 25px 13px 25px;
    cursor: pointer;
    line-height: 24px;
    position: relative;
    min-height: 87px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order:nth-child(2n+1) .info {
    background: #d6d9db;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order:hover .info {
    background: #a0a7ab;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info.active {
    background: #bbc0c3;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .row:first-child {
    margin-bottom: 10px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell {
    width: 20%;
    float: left;
    margin: 0px;
    padding: 0px 20px 0px 0px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell:last-child {
    padding-right: 0px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-1 {
    width: 10%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-2 {
    width: 23%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-3 {
    width: 19%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-4 {
    width: 14%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-4.statistics {
    width: 20%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-4.statistics.small {
    width: 12%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-4.statistics.big {
    width: 28%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-5 {
    width: 13%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-6 {
    width: 14%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-7 {
    width: 7%;
    white-space: nowrap;
    transition: all .2s ease;
    text-align: right;
    font-weight: bold;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order:hover .info .cell.cell-7 {
    opacity: 1;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info.active .cell.cell-7 {
    opacity: 1;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell .name {
    font-size: 14px;
    line-height: 20px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell .value {
    font-size: 14px;
    line-height: 20px;
    color: #25282A;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell .value .link-delete {
    font-size: 11px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell .value .red {
    color: #ff0000;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell .value .js-tooltip {
    border-bottom: 1px dashed;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products {
    display: none;
    margin: 0px;
    border: 1px solid #b7b7b7;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product {
    border-top: 1px solid #b7b7b7;
    padding: 20px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product:first-child {
    border-top: none;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .user-name {
    font-size: 18px;
    line-height: 24px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table {
    width: 100%;
    display: table;
    margin: 0px;
    max-width: auto;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-1 {
    width: 160px;
    text-align: left;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-2 {
    text-align: left;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-3 {
    width: 17%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-4 {
    width: 17%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-5 {
    width: 17%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-ball {
    width: 100px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-6 {
    width: 27%;
    text-align: left;
    padding-right: 40px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-7 {
    width: 20%;
    text-align: left;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-3.statistics,
.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-4.statistics,
.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-5.statistics {
    width: 13%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .link-small {
    font-size: 14px;
    line-height: 20px;
    color: #25282A;
    position: relative;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .link-small::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #25282A;
    opacity: 0;
    transition: all .25s ease;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .link-small:hover::before {
    opacity: 1;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .img {
    border: 1px solid #ececec;
    width: 140px;
    height: 140px;
    position: relative;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .name {
    margin: 0px 0px 2px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .value {
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 20px;
    color: #25282A;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .value.small {
    margin: 6px 0px 0px 0px;
    padding: 0px 50px;
    font-size: 14px;
    line-height: 20px;
    color: #25282A;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .value .row {
    margin: 6px 0px 0px 0px;
    padding: 0px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .value .row:first-child {
    margin-top: 0px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .text {
    margin: 2px 0px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .name-en {
    margin: 0px 0px 4px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    text-transform: uppercase;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .name-ru {
    font-size: 14px;
    line-height: 18px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .property {
    margin: 8px 0px 0px 0px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .property:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .property .property-value {
    margin: 0px 30px 0px 0px;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .property .property-value:last-child {
    margin-right: 0px;
}

.module-personal-dealer-statistics-v2 .block-order .history-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #25282A;
    transition: all .2s ease;
    font-size: 11px !important;
    line-height: 13px !important;
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 10px;
}

.module-personal-dealer-statistics-v2 .block-order .history-button:hover {
    background: #3c4144;
}

.module-personal-dealer-statistics-v2 .block-order a.history-button {
    margin-top: 3px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info.small {
    padding: 20px 25px 20px 25px;
    min-height: 50px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .info.small .row {
    margin: 0px;
    width: 100%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .cargo-label {
    background: #25282A;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .cargo-label .text {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    transform: rotate(-90deg);
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .cargo-line {
    background: #25282A;
    width: 2px;
    position: absolute;
    top: 0px;
    bottom: 80px;
    left: -2px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders {
    margin: 0px;
    display: none;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner {
    margin: 0px;
    border-top: 1px solid #fff;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner:first-child {
    border-top: none;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo {
    background: #999999;
    margin: 0px;
    padding: 14px 25px 13px 25px;
    cursor: pointer;
    line-height: 24px;
    position: relative;
    transition: all .2s ease;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo:hover {
    background: #b3b3b3;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo.invite {
    background: #b3b3b3;
    cursor: default;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo.invite:hover {
    background: #b3b3b3;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo.invite .cell.cell-7 {
    padding-top: 10px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell {
    width: 20%;
    float: left;
    margin: 0px;
    padding: 0px 20px 0px 0px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell:last-child {
    padding-right: 0px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-1 {
    width: 10%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-2 {
    width: 23%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-3 {
    width: 19%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-4 {
    width: 14%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-4.statistics {
    width: 25%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-5 {
    width: 13%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-6 {
    width: 14%;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-7 {
    width: 7%;
    white-space: nowrap;
    transition: all .2s ease;
    font-weight: bold;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-7 .red {
    color: #D70070;
    font-weight: normal;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo.active .cell.cell-7 {
    opacity: 1;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell .name {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell .value {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell .value a {
    color: #D70070;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .block-add {
    margin: 0px;
    padding: 20px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .block-add .delivery {
    margin-right: 20px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .block-add a {
    background: #25282A;
    padding: 0px 23px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .block-add a:hover {
    background: #9887c5;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .block-add.stub {
    height: 80px;
}

.module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .block-add .text {
    font-size: 14px;
    line-height: 18px;
    color: #25282A;
}

.module-personal-dealer-statistics-v2 .block-order-sort {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.module-personal-dealer-statistics-v2 .block-order-sort select {
    margin-left: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell .name {
        font-size: 11px;
        line-height: 20px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell .value {
        font-size: 14px;
        line-height: 20px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-1 {
        width: 120px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .img {
        width: 100px;
        height: 100px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .name {
        font-size: 12px;
        line-height: 20px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .value {
        font-size: 12px;
        line-height: 20px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .text {
        font-size: 12px;
        line-height: 20px;
    }

    .module-personal-dealer-statistics-v2 .block-stat .blocks .block {
        padding: 0 35px;
    }
}

@media only screen and (max-width: 767px) {

    .module-personal-dealer-statistics-v2 .block-title {
        margin: 0px 0px 30px 0px;
    }

    .module-personal-dealer-statistics-v2 .block-menu {
        margin: 0px 0px 50px 0px;
        display: none;
    }

    .module-personal-dealer-statistics-v2 .block-menu menu {
        border: none;
    }

    .module-personal-dealer-statistics-v2 .block-menu menu li {
        margin: 10px 0px 0px 0px;
        padding: 0px;
        display: block;
    }

    .module-personal-dealer-statistics-v2 .block-menu menu li:first-child {
        margin-top: 0px;
    }

    .module-personal-dealer-statistics-v2 .block-menu menu li a {
        border: 1px solid #a292ca;
        background: transparent;
        margin: 0px;
        padding: 13px 10px 13px 10px;
        font-size: 16px;
        line-height: 24px;
        color: #a292ca;
    }

    .module-personal-dealer-statistics-v2 .block-menu menu li a.active {
        background: #a292ca;
        color: #fff;
    }

    .module-personal-dealer-statistics-v2 .block-menu menu li a:before {
        display: none;
    }

    .module-personal-dealer-statistics-v2 .block-menu-mobile {
        display: block;
    }

    .module-personal-dealer-statistics-v2 .block-filter .title {
        margin: 0px 0px 20px 0px;
    }

    .module-personal-dealer-statistics-v2 .block-filter .blocks .text-from {
        display: block;
        text-align: center;
        margin: 0px 0px 5px 0px;
        padding: 0px;
    }

    .module-personal-dealer-statistics-v2 .block-filter .blocks .text-to {
        display: block;
        text-align: center;
        margin: 0px 0px 5px 0px;
        padding: 0px;
    }

    .module-personal-dealer-statistics-v2 .block-filter .blocks .field {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .module-personal-dealer-statistics-v2 .block-filter .blocks .field:before {
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        top: 12px;
        right: 12px;
    }

    .module-personal-dealer-statistics-v2 .block-filter .blocks .field input {
        padding: 10px 10px 11px 10px;
        font-size: 14px;
    }

    .module-personal-dealer-statistics-v2 .block-filter .blocks .button {
        width: 100%;
        margin: 7px 0px 0px 0px;
    }

    .module-personal-dealer-statistics-v2 .block-filter .blocks .button label {
        padding: 9px 0px 10px 0px;
    }

    .module-personal-dealer-statistics-v2 .block-filter .blocks .button label input {
        font-size: 18px;
    }

    /*.module-personal-dealer-statistics-v2 .block-stat .blocks .block {width:50%; margin:0px; padding:0px;}
	.module-personal-dealer-statistics-v2 .block-stat .blocks .block:before {top:-2px; left:0px; width:1px;}
	.module-personal-dealer-statistics-v2 .block-stat .blocks .block .value {font-size:14px; line-height:20px;}
	.module-personal-dealer-statistics-v2 .block-stat .blocks .block .name {font-size:14px; line-height:20px;}*/
    .module-personal-dealer-statistics-v2 .block-stat .blocks .block {
        width: 100%;
        margin: 0px;
        padding: 10px 0;
        border-bottom: 1px solid #25282A;
    }

    .module-personal-dealer-statistics-v2 .block-stat .blocks .block:before {
        display: none;
    }

    .module-personal-dealer-statistics-v2 .block-stat .blocks .block .value {
        font-size: 14px;
        line-height: 20px;
    }

    .module-personal-dealer-statistics-v2 .block-stat .blocks .block .name {
        font-size: 14px;
        line-height: 20px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info {
        display: flex;
        flex-wrap: wrap;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info:after {
        content: '';
        display: table;
        height: 0px;
        clear: both;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell {
        float: none;
        margin: 15px 0px 0px 0px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-1 {
        margin-top: 0px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-2 {
        margin-top: 0px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-4.empty {
        display: none;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-6.empty {
        display: none;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-7 {
        opacity: 1;
        text-align: left;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-7 .name {
        display: none;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell.cell-6 {
        padding-right: 0px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell:nth-child(2n) {
        width: 50%;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell:nth-child(2n+1) {
        width: 50%;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell .name {
        font-size: 12px;
        line-height: 18px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell .value {
        font-size: 13px;
        line-height: 18px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table {
        display: block;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell {
        display: block;
        width: 100% !important;
        margin: 20px 0px 0px 0px;
        text-align: center !important;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell:first-child {
        margin-top: 0px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .products .product .table .table-cell .img {
        display: inline-block;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-4.statistics {
        width: 100%;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-4.statistics.small {
        width: 100%;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .info .cell.cell-4.statistics.big {
        width: 100%;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .cargo-label {
        width: 15px;
        left: -15px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .cargo-label .text {
        font-size: 8px;
        line-height: 12px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding: 14px 25px 14px 25px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell {
        float: none;
        margin: 15px 0px 0px 0px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-1 {
        margin-top: 0px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-2 {
        margin-top: 0px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-4.empty {
        display: none;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-6.empty {
        display: none;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-7 {
        opacity: 1;
        text-align: left;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-7 .name {
        display: none;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell.cell-7 .name.delete {
        display: block;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell:nth-child(2n) {
        width: 50%;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell:nth-child(2n+1) {
        width: 50%;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell .name {
        font-size: 12px;
        line-height: 18px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .order-inner .info-cargo .cell .value {
        font-size: 13px;
        line-height: 18px;
    }

    .module-personal-dealer-statistics-v2 .block-order .blocks .order .orders .block-add .text {
        font-size: 12px;
        line-height: 12px;
    }

}


/* ==========================================================================
   Уведомление
   ========================================================================== */

.element-notice-v2 {
    margin: 15px 0px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
}

.element-notice-v2.red {
    background: rgb(255 0 0 / 50%);
    border: 1px solid #ff0000;
    color: #fff;
}

.element-notice-v2.green {
    background: rgb(0 128 0 / 50%);
    border: 1px solid #008000;
    color: #fff;
}


/* ==========================================================================
   Личный кабинет, история заказов
   Попап для добавления участников сборного груза
   ========================================================================== */

.popup-cargo-add-history {
    width: 332px;
    padding: 21px 28px 28px 28px;
}

.popup-cargo-add-history .title {
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #25282A;
}

.popup-cargo-add-history .blocks {
    margin: 0px;
}

.popup-cargo-add-history .blocks .block {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: none;
    width: 100%;
}

.popup-cargo-add-history .blocks .block:first-child {
    margin-top: 0px;
}

.popup-cargo-add-history .blocks .block input {
    background: rgb(191 191 191 / 10%);
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 16px;
    color: #25282A;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 20px;
}

.popup-cargo-add-history .add {
    margin: 14px 0px 0px 0px;
    text-align: center;
}

.popup-cargo-add-history .add a {
    font-size: 12px;
    line-height: 14px;
    color: #25282A;
    text-decoration: none;
}

.popup-cargo-add-history .add a:hover {
    text-decoration: underline;
}

.popup-cargo-add-history .button {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.popup-cargo-add-history .button label {
    background: #25282A;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 40px;
    transition: all .2s ease;
    cursor: pointer;
}

.popup-cargo-add-history .button label input {
    background: none;
    border: none;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.popup-cargo-add-history .button label:hover {
    background: #9887c5;
}

@media only screen and (max-width: 767px) {

    .popup-cargo-add-history {
        width: 280px;
    }

}


/* ==========================================================================
   Каталог товаров (кнопки "В корзину" и "Купить")
   ========================================================================== */

.catalog-list-buttons {
    margin: 0px;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

.catalog-list-buttons a {
    display: inline-block;
    border: 1px solid #25282A;
    background: #25282A;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    font-family: 'Mulish';
    text-decoration: none;
    margin: 0px 0px 0px 10px;
    padding: 9px 15px 10px 15px;
}

.catalog-list-buttons a:first-child {
    margin-left: 0px;
}

.catalog-list-buttons a:hover {
    background: #F9F28C;
    color: #25282A;
}

.catalog-list-buttons a.fill {
    background: #6e55ad;
    color: #fff;
    padding-left: 13px;
    padding-right: 13px;
}

.catalog-list-buttons a.fill:hover {
    background: transparent;
    color: #6e55ad;
}


/* ==========================================================================
   Выбор подарка (всплывашка)
   ========================================================================== */

.fancybox-main .fancybox-close {
    background: url(../img/close.png) no-repeat;
    width: 27px;
    height: 27px;
    top: 40px;
    right: 40px;
}

.module-gift {
    background: #fff;
    width: 800px;
    padding: 36px 40px 40px 40px;
}

.module-gift .block-title {
    margin: 0px 0px 9px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #6e55ad;
    font-family: 'Roboto';
}

.module-gift .block-text {
    margin: 0px 0px 32px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #363636;
    font-family: 'Roboto';
}

.module-gift .blocks {
    margin: 0px 0px 25px -20px;
}

.module-gift .blocks:after {
    content: '';
    display: table;
    height: 0px;
    clear: both;
}

.module-gift .blocks .block {
    width: 25%;
    float: left;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    text-align: center;
}

.module-gift .blocks .block:nth-child(4n+1) {
    clear: both;
}

.module-gift .blocks .block:nth-child(1) {
    margin-top: 0px;
}

.module-gift .blocks .block:nth-child(2) {
    margin-top: 0px;
}

.module-gift .blocks .block:nth-child(3) {
    margin-top: 0px;
}

.module-gift .blocks .block:nth-child(4) {
    margin-top: 0px;
}

.module-gift .blocks .block input {
    display: none;
}

.module-gift .blocks .block input + label {
    margin: 0px;
    padding: 0px;
    width: auto;
    max-width: none;
    cursor: pointer;
    display: block;
}

.module-gift .blocks .block input + label .img {
    border: 1px solid #ececec;
    width: 100%;
    height: 165px;
    position: relative;
}

.module-gift .blocks .block input + label .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-gift .blocks .block input + label .img .block-carousel {
    height: 100%;
}

.module-gift .blocks .block input + label .img .block-carousel .carousel {
    height: 100%;
}

.module-gift .blocks .block input + label .img .block-carousel .slick-list {
    height: 100%;
}

.module-gift .blocks .block input + label .img .block-carousel .slick-track {
    height: 100%;
}

.module-gift .blocks .block input + label .img .block-carousel .carousel .slide {
    height: 100%;
    position: relative;
}

.module-gift .blocks .block input + label .img .block-carousel .carousel .slide .slide-img {
    background: no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.module-gift .blocks .block input + label .name {
    padding: 10px 5px 8px 5px;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    font-family: 'Roboto';
    font-weight: 300;
}

.module-gift .blocks .block:hover input + label .name {
    background: #ececec;
}

.module-gift .blocks .block input:checked + label .img {
    border-color: #6e55ad;
}

.module-gift .blocks .block input:checked + label .name {
    background: #6e55ad;
    color: #fff;
}

.module-gift .block-button {
    margin: 0px;
}

.module-gift .block-button a {
    display: inline-block;
    background: #25282A;
    border: 2px solid #25282A;
    margin: 0px;
    padding: 14px 28px 13px 28px;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto';
    text-decoration: none;
}

.module-gift .block-button a:hover {
    background: transparent;
    color: #25282A;
}

.module-gift .close {
    background: url(../images/close_gift.png) no-repeat center center / contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    float: none;
    opacity: 1;
    box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {

    .module-gift {
        width: 700px;
    }

}

@media only screen and (max-width: 767px) {

    .fancybox-main .fancybox-close {
        top: 20px;
        right: 20px;
    }

    .module-gift {
        width: 280px;
        padding: 16px 20px 20px 20px;
    }

    .module-gift .block-title {
        padding-right: 40px;
    }

    .module-gift .block-text {
        padding-right: 40px;
        margin: 0px 0px 10px 0px;
    }

    .module-gift .blocks .block {
        margin: 25px 0px 0px 0px !important;
        width: 100%;
        float: none;
    }

    .module-gift .blocks .block:first-child {
        margin-top: 0px !important;
    }

    .module-gift .block-button a {
        font-size: 18px;
        padding: 10px 15px 9px 15px;
    }

}


/* ==========================================================================
   Выбор подарка (всплывашка, текст)
   ========================================================================== */

.module-gift-text {
    background: #fff;
    width: 590px;
    padding: 59px 95px 51px 95px;
    text-align: center;
}

.module-gift-text .block-title {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    line-height: 34px;
    color: #484848;
    font-family: 'Roboto';
}

.module-gift-text .block-title .color {
    color: #895399;
    font-weight: bold;
}

.module-gift-text .block-text {
    margin: 0px 0px 32px 0px;
    font-size: 16px;
    line-height: 26px;
    color: #25282A;
    font-family: 'Roboto';
}

.module-gift-text .block-text p {
    border-top: 1px solid transparent;
    margin: 24px 0px 0px 0px;
    padding: 25px 0px 0px 0px;
    position: relative;
}

.module-gift-text .block-text p:before {
    content: '';
    background: #acacac;
    max-width: 342px;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 50%;
}

.module-gift-text .block-text p:first-child {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}

.module-gift-text .block-text p:first-child:before {
    display: none;
}

.module-gift-text .block-text p .color {
    color: #895399;
}

.module-gift-text .close {
    background: url(../images/close_gift.png) no-repeat center center / contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    float: none;
    opacity: 1;
    box-shadow: none;
}

.module-gift-text .block-text p:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {

    .module-gift-text {
        width: 280px;
        padding: 46px 20px 20px 20px;
    }

    .module-gift-text .block-title {
        font-size: 20px;
        line-height: 30px;
        margin: 0px 0px 25px 0px;
    }

}


/* ==========================================================================
   Тултип
   ========================================================================== */

.js-tooltip {
    cursor: pointer;
}

.module-tooltip {
    background: #25282A;
    width: 275px;
    padding: 15px 20px 13px 20px;
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    z-index: 1000;
    border-radius: 5px;
}

.module-tooltip span {
    display: inline-block;
    background: url(../img/tooltip_arrow.png) no-repeat;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 13px;
    left: -12px;
    display: none;
}

.module-tooltip.left {
    transform: translateX(-100%);
    margin-left: -50px;
}

.module-tooltip.left span {
    left: auto;
    right: -12px;
    transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
    .module-tooltip {
        width: auto;
    }

    .module-tooltip span {
        transform: rotate(90deg);
        top: -14px;
        left: 14px;
    }
}


/* ==========================================================================
   Шапка для мобильной версии
   ========================================================================== */

.header-mobile-stub {
    display: none;
    width: 100%;
    height: 42px;
}

body.menu-open {
    overflow: hidden;
    -webkit-overflow: hidden;
}

body.menu-open .header-mobile menu, .menu-hidden {
    overflow-y: scroll;
    -webkit-overflow: hidden;
}

.header-mobile .menu-hidden {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 100px 0 60px;
    margin: 0;
    background: #25282A;
    z-index: 1010;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.header-mobile .menu-hidden li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
}

.header-mobile .menu-hidden li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
}

.header-mobile .menu-hidden li a .text {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 50px;
    text-transform: none;
}

.header-mobile .menu-hidden .active {
    font-weight: bold;
}

.header-mobile {
    position: relative;
    display: none;
}

.header-mobile .close {
    position: fixed;
    top: 20px;
    left: 20px;
    font-weight: normal;
    display: none;
    z-index: 1011;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.header-mobile .logo {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 26px;
    color: #fff;
    top: 50%;
    margin-top: -18.5px;
    z-index: 1;
}

.header-mobile .logo img {
    height: 20px;
    margin-bottom: 10px;
    margin-right: 40px;
}

.header-mobile .logo.dealers {
    font-size: 16px;
    margin-top: -16.5px;
}

.header-mobile.auth .logo {
    left: 57px;
    right: 56%;
}

.header-mobile .for-dealers {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: 22px;
    left: 0px;
    right: 0px;
    text-align: center;
    pointer-events: none;
}

.header-mobile.auth .for-dealers {
    left: 57px;
    right: 56%;
}

.header-mobile .clear {
    clear: both;
}

.header-mobile .icons {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    color: #fff;
    z-index: 2;
}

.header-mobile .header-mobile-top .icons a {
    float: left;
    margin-left: 14px;
    color: #fff;
    text-decoration: none;
    display: flex;
}

.header-mobile .header-mobile-top .icons a:nth-child(1):before {
    content: '';
    background: url(../img/mobile-heart.svg) no-repeat;
    background-size: cover;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 4px;
}

.header-mobile .header-mobile-top .icons a:nth-child(2):before {
    content: '';
    background: url(../img/mobile-basket.svg) no-repeat;
    background-size: cover;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.header-mobile .burger {
    position: absolute;
    left: 19px;
    top: 13px;
    z-index: 2;
}

.header-mobile .burger #pull ul {
    padding: 0;
}

.header-mobile .burger #pull ul li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
}

.header-mobile .burger #pull ul li span {
    display: block;
    height: 2px;
    width: 19px;
    background: #fff;
}

.header-mobile .header-mobile-top {
    background: #25282A;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
    width: 100%;
    height: 42px;
}

.header-mobile .user-info {
    position: absolute;
    top: 4px;
    left: 44%;
    right: 76px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 0px 8px;
}

.header-mobile .user-info a {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
}

.header-mobile-search {
    border-bottom: 1px solid #eaeaea;
}

.header-mobile-search form input {
    background: none;
    border: none;
    height: 38px;
    float: left;
}

.header-mobile-search form input[type="text"] {
    padding-left: 19px;
    width: 92%;
}

.header-mobile-search form input[type="submit"] {
    background: none;
    border: none;
    height: 38px;
    width: 8%;
    background: url(../img/search.png) center no-repeat;
    float: right;
}

.header-menu-middle-middle.col-md-5.info-show {
    margin-top: -26px;
    position: relative;
    top: 11px;
}

.header-menu-middle-middle.col-md-5 .info {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    line-height: 18px;
    color: #25282A;
}

.header-menu-middle-middle.col-md-5 .info span {
    color: #25282A;
}

@media only screen and (max-width: 767px) {
    .header-mobile-stub {
        display: block;
    }

    .header-mobile {
        display: block;
    }

    .header-mobile .burger #pull ul {
        margin: 0px;
    }
}

@media only screen and (max-width: 359px) {

    .header-mobile.auth .logo {
        font-size: 16px;
        margin-top: -10px;
        right: 60%;
    }

    .header-mobile.auth .logo.dealers {
        margin-top: -15px;
    }

    .header-mobile.auth .for-dealers {
        right: 60%;
        font-size: 10px;
    }

    .header-mobile .user-info {
        font-size: 10px;
        line-height: 14px;
        top: 6px;
        left: 42%;
    }

}

@media only screen and (max-width: 1080px) {

    .header-menu-middle-middle__link {
        font-size: 20px;
    }

}

@media only screen and (max-width: 1000px) {

    .header-menu-middle-middle__link {
        font-size: 12px;
    }

}


/* ==========================================================================
   Шапка для мобильной версии
   ========================================================================== */

.footer-mobile {
    text-align: center;
    display: none;
}

.footer-mobile .row {
    width: 80%;
    margin: auto;
    text-align: left;
}

.footer-mobile .clear {
    clear: both;
}

.footer-mobile .row .cell {
    width: 50%;
    float: left;
}

.footer-mobile .row .cell nav {
    display: inline-block;
}

.footer-mobile .row .cell:nth-child(2) {
    text-align: right;
}

.footer-mobile .row .cell:nth-child(2) nav {
    text-align: left;
}

.footer-mobile .row .cell nav a {
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #555555;
}

.footer-mobile .social-network {
    display: inline-block;
    padding: 20px 0;
}

.footer-mobile .social-network a {
    display: inline-block;
    padding: 0 10px;
}

.footer-mobile .social-network a div {
    width: 40px;
    height: 43px;
    background: center no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .footer-mobile {
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    .footer-mobile .row .cell nav a {
        font-size: 16px;
        line-height: 18px;
    }

    .footer-mobile .social-network a div {
        width: 27px;
        height: 30px;
    }
}


/* ==========================================================================
   Информация о консультанте
   ========================================================================== */

.module-popup-dealer-info {
    max-width: 970px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.module-popup-dealer-info .block-user {
    padding: 30px 30px 30px 30px;
}

.module-popup-dealer-info .block-user:after {
    content: '';
    display: table;
    clear: both;
    height: 0px;
}

.module-popup-dealer-info .block-user .left {
    width: 200px;
    float: left;
}

.module-popup-dealer-info .block-user .left .img {
    width: 200px;
    height: 200px;
    border: 1px solid #ececec;
    position: relative;
}

.module-popup-dealer-info .block-user .left .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-popup-dealer-info .block-user .right {
    margin: 0px 0px 0px 230px;
}

.module-popup-dealer-info .block-user .right.no-margin {
    margin: 0px;
}

.module-popup-dealer-info .block-user .right .block-info {
    margin: 0px;
}

.module-popup-dealer-info .block-user .right .block-info .dealer-id {
    margin: -1px 0px 1px 0px;
    font-size: 14px;
    line-height: 14px;
    color: #363636;
}

.module-popup-dealer-info .block-user .right .block-info .name {
    margin: 0px 0px 18px 0px;
    font-size: 24px;
    line-height: 30px;
    color: #735cb0;
}

.module-popup-dealer-info .block-user .right .block-info .text {
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
}

.module-popup-dealer-info .block-user .right .block-info .text p {
    margin: 0px;
    padding: 0px;
}

.module-popup-dealer-info .block-user .right .block-info .contacts {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 14px;
    color: #363636;
}

.module-popup-dealer-info .block-user .right .block-info .contacts .contacts-block {
    margin: 6px 0px 0px 0px;
}

.module-popup-dealer-info .block-user .right .block-info .contacts .contacts-block:first-child {
    margin-top: 0px;
}

.module-popup-dealer-info .block-user .right .block-info .contacts .contacts-block a {
    color: #25282A;
    text-decoration: underline;
}

.module-popup-dealer-info .block-user .right .block-info .contacts .contacts-block a:hover {
    text-decoration: none;
}

.module-popup-dealer-info .block-user .right .block-social {
    margin: 33px 0px 0px 0px;
}

.module-popup-dealer-info .block-user .right .block-social .title {
    margin: 0px 0px 8px 0px;
    font-size: 24px;
    line-height: 30px;
    color: #363636;
}

.module-popup-dealer-info .block-user .right .block-social .blocks {
    margin: 0px;
}

.module-popup-dealer-info .block-user .right .block-social .blocks .block {
    font-size: 16px;
    line-height: 24px;
    color: #735cb0;
    position: relative;
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 0px 26px;
}

.module-popup-dealer-info .block-user .right .block-social .blocks .block:first-child {
    margin-top: 0px;
}

.module-popup-dealer-info .block-user .right .block-social .blocks .block.vk:before {
    content: '';
    background: url(../img/social_new/vk.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.module-popup-dealer-info .block-user .right .block-social .blocks .block.fb:before {
    content: '';
    background: url(../img/social_new/fb.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.module-popup-dealer-info .block-user .right .block-social .blocks .block.instagram:before {
    content: '';
    background: url(../img/social_new/instagram.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.module-popup-dealer-info .block-user .right .block-social .blocks .block.ok:before {
    content: '';
    background: url(../img/social_new/ok.jpg?v=2) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.module-popup-dealer-info .block-user .right .block-social .blocks .block a {
    text-decoration: underline;
    color: #735cb0;
}

.module-popup-dealer-info .block-user .right .block-social .blocks .block a:hover {
    text-decoration: none;
}

/* ==========================================================================
   Анимации
   ========================================================================== */

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* ==========================================================================
   Подписка на рассылку
   ========================================================================== */

.module-subscribe {
    background: #25282A;
    margin: 40px 0px 40px 0px;
    padding: 60px 0px;
}

.module-subscribe .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module-subscribe .info {
    width: 52%;
    padding: 0px 10px 0px 0px;
}

.module-subscribe .info .title {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-family: 'Unbounded', sans-serif;
}

.module-subscribe .info .title strong {
    font-weight: 400;
}

.module-subscribe .info .text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.module-subscribe .form {
    width: 50%;
    padding: 0;
}

.module-subscribe .form .top {
    margin: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-subscribe .form .top .field {
    width: 100%;
}

.module-subscribe .form .top .field input {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.module-subscribe .form .top .field input::-webkit-input-placeholder {
    color: #fff;
}

.module-subscribe .form .top .field input:-ms-input-placeholder {
    color: #fff;
}

.module-subscribe .form .top .field input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.module-subscribe .form .top .field input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

/* .module-subscribe .form .top .button {width:135px; min-width:135px; max-width:135px; height:50px; margin:0;} */
.module-subscribe .form .top .button input {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #25282A;
    font-weight: 600;
    background: #F9F28C;
    border: none;
    transition: all .2s ease;
    display: block !important;
    cursor: pointer;
    margin: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 20px;
    width: max-content;
}

.module-subscribe .form .top .button input:hover {
    background: #fbf7bb;
}

.module-subscribe .form .bottom {
    margin: 0px;
}

.module-subscribe .form .bottom input {
    display: none;
}

.module-subscribe .form .bottom input + label {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 30px;
    cursor: pointer;
}

.module-subscribe .form .bottom input + label:before {
    content: '';
    background: #fff;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 0px;
}

.module-subscribe .form .bottom input + label:after {
    content: '';
    background: #25282A;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 5px;
    opacity: 0;
    transition: all .2s ease;
}

.module-subscribe .form .bottom input:checked + label:after {
    opacity: 1;
}

.module-subscribe .nowrap {
    white-space: nowrap;
}

.module-subscribe .form #static-form-container {
    position: fixed;
    visibility: hidden;
    transition: all .75s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.module-subscribe .form #static-form-container form div > table {
    background-color: transparent !important;
}

.module-subscribe .form #static-form-container form {
    position: relative;
}

.module-subscribe .form #static-form-container .close-icon-uni {
    position: absolute;
    top: -47px;
    right: 29%;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.module-subscribe .form #static-form-container .close-icon-uni::before {
    content: "×";
    position: absolute;
    top: 1px;
    right: 0px;
    width: 30px;
    height: 30px;
    font: 22px / 30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .module-content {
        margin-bottom: 48px;
    }

    .module-subscribe {
        margin: 30px 0px 20px 0px;
        padding: 40px 0px;
    }

    .module-subscribe .wrap {
        display: block;
    }

    .module-subscribe .info {
        width: auto;
        margin: 0px 0px 20px 0px;
        padding: 0px;
    }

    .module-subscribe .info .title {
        font-size: 21px;
        line-height: 25px;
        margin: 0px 0px 4px 0px;
    }

    .module-subscribe .info .text {
        font-size: 13px;
        line-height: 24px;
    }

    .module-subscribe .form {
        width: auto;
        padding: 0px;
    }

    .module-subscribe .form .top .field input {
        height: 40px;
    }

    .module-subscribe .form .top .button {
        width: 112px;
        min-width: 112px;
        max-width: 112px;
        height: 40px;
        margin: 0px 0px 0px 10px;
    }

    .module-subscribe .form .top .button input {
        font-size: 14px;
        line-height: 17px;
    }

    .footer-mobile .row .cell nav a {
        line-height: 38px;
        margin-bottom: 0;
        text-transform: none;
        font-weight: 600;
        color: #25282A;
    }

    .footer-mobile .row {
        margin-bottom: 48px;
        padding: 0 17px;
        width: 100%;
    }
}


.popup1-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 225, 225, 0.5);
    z-index: 999;
}

.popup1-container .popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.popup1-container .popup-content .popup-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    padding: 40px 40px 40px 55px;
    max-width: 678px;
}

.popup1-container .popup-content .popup-card.popup-card2 {
    padding: 50px 40px;
}

.popup1-container .popup-content .popup-icon img {
    width: 161px;
    height: 178px;
}

.popup1-container .popup-content .popup-icon.popup-icon2 img {
    width: 184px;
    height: 162px;
}

.popup1-container .popup-content .close-icon {
    width: 30px;
    height: 30px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup1-container .popup-content .close-icon:hover {
    opacity: 0.7;
}

.popup1-container .popup-content .close-icon img {
    width: 10px;
    height: 10px;
}

.popup1-container .popup-content .right {
    margin-left: 55px;
    text-align: center;
    padding: 10px 0;
}

.popup1-container .popup-content .right.popup-right2 {
    margin-left: 30px;
    padding: 0;
}

.popup1-container .popup-content .right p {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.popup1-container .popup-content .right p:last-child {
    margin-bottom: 0;
}

.popup1-container .popup-content .right p span {
    color: #25282A;
}

.popup1-container .popup-content .right .text-with-span span:first-child {
    font-size: 40px;
    font-weight: 400;
    line-height: 35px;
}

.popup1-container .popup-content .right .text-with-span span:last-child {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    vertical-align: top;
    margin-left: 5px;
}

.popup1-container .popup-content .right .title-popup {
    font-size: 36px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    color: rgba(109, 84, 173, 1);
    margin-bottom: 30px;
}

.popup1-container .popup-content .right .another-span {
    font-weight: 700;
}

.popup1-container .popup-content .mobile-title {
    display: none;
}

@media only screen and (max-width: 768px) {
    .popup1-container .popup-content {
        padding: 20px;
    }

    .popup1-container .popup-content .popup-card {
        width: 100%;
        flex-direction: column;
        padding: 30px;
        height: 100%;
        max-height: 550px;
    }

    .popup1-container .popup-content .popup-icon img {
        width: 150px;
        height: 165px;
    }

    .popup1-container .popup-content .right {
        margin-top: 30px;
        margin-left: 0;
        padding: 0;
    }

    .popup1-container .popup-content .right p {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }

    .popup1-container .popup-content .popup-card.popup-card2 {
        padding: 30px;
    }

    .popup1-container .popup-content .right.popup-right2 {
        margin-left: 0;
        margin-top: 25px;
    }

    .popup1-container .popup-content .mobile-title {
        display: block;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
        color: rgba(109, 84, 173, 1);
        margin-bottom: 15px;
    }

    .popup1-container .popup-content .right .title-popup {
        display: none;
    }
}

.uni_btn-footer_custom {
    display: inline-block;
    border: 1px solid #25282A;
    background: #25282A;
    font-family: 'Mulish';
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin: 20px 0px 0px 10px;
    padding: 9px 15px 10px 15px;
    transition: all .25s ease;
}

.uni_btn-footer_custom.disabled-button {
    opacity: 0.7;
}

@media (hover: hover) {
    .uni_btn-footer_custom:hover {
        background: transparent;
        color: #25282A;
    }

    .uni_btn-footer_custom.disabled-button:hover {
        background: #25282A;
        color: #fff;
    }
}

.module-subscribe .form #static-form-container .close-icon-uni {
    right: -40px !important;
}

@media (max-width: 550px) {
    .module-subscribe .form #static-form-container .close-icon-uni {
        right: 0 !important;
    }
}

/* Окно подтверждения данных для Покупателя todo new */
.module-popup-confirm-customer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
}

.module-popup-confirm-customer .close {
    background: url(../images/icons/callback_close.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0;
}

.module-popup-confirm-customer .block-content {
    position: absolute;
    top: 50%;
    left: 50%;
}

.module-popup-confirm-customer .block-content .content-animate {
    opacity: 0;
    overflow: hidden;
}

.module-popup-confirm-customer .block-content .content {
    background: #fff;
    width: 990px;
}

.module-popup-confirm-customer .title {
    margin: 0px 0px 36px 0px;
    padding: 56px 0px 0px 0px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #25282A;
    font-weight: bold;
}

.module-popup-confirm-customer .block-map {
    width: 100%;
    height: 500px;
}

.module-popup-confirm-customer {
    -webkit-transition: all 0.35s ease 0.27s;
    transition: all 0.35s ease 0.27s;
}

.module-popup-confirm-customer .close {
    -webkit-transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
    transition: opacity 0.3s ease-out 0s, fill 0.2s ease 0s;
}

.module-popup-confirm-customer .block-content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-popup-confirm-customer .block-content .content-animate {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);

    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.module-popup-confirm-customer.active {
    opacity: 1;
    visibility: visible;
}

.module-popup-confirm-customer.active .close {
    opacity: 1;
}

.module-popup-confirm-customer.active .content-animate {
    opacity: 1;
}

.module-popup-confirm-customer.active {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.module-popup-confirm-customer.active .close {
    -webkit-transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
    transition: opacity 0.3s ease-out 0.27s, fill 0.2s ease 0s;
}

.module-popup-confirm-customer.active .content-animate {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.module-popup-confirm-customer .blocks {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.module-popup-confirm-customer .block {
    padding: 10px 0;
}

.module-popup-confirm-customer .block-submit {
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.module-popup-confirm-customer .block-submit label {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #25282A;
    background: #25282A;
    padding: 7px 42px 7px 42px;
    position: relative;
}

.module-popup-confirm-customer .block-submit label input {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Roboto';
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    cursor: pointer;
}

.module-popup-confirm-customer .field input {
    background: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 14px 20px 15px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    font-weight: 300;
    text-align: center;
    min-width: 350px;
}

.basket-text-cashback {
    color: #25282a;
    margin: 10px 0 40px 0;
    font-size: 24px;
    text-decoration: none;
    position: relative;
    font-family: 'Mulish';
    font-weight: 500;
}

.months-team {
    display: flex;
    margin: 0 20px;
}

.month-team {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--accent);
    border-radius: 5px;
    width: 150px;
    height: 40px;
    background-color: var(--white);
    font-size: 1em;
    line-height: 1.1em;
    color: var(--accent);
    margin: 0 5px;
    cursor: pointer;
}

.month-team.active {
    background-color: var(--accent);
    color: var(--white);
}

.label-customer-submit.disabled {
    opacity: 0.5;
}

@media only screen and (max-width: 767px) {

    .module-popup-confirm-customer .block-content {
        width: 90%;
    }

    .module-popup-confirm-customer .block-content .content-animate {
        width: 100%;
    }

    .module-popup-confirm-customer .block-content .content {
        width: 100%;
    }

    .module-popup-confirm-customer .title {
        font-size: 16px;
        line-height: 22px;
        margin: 0px 0px 36px 0px;
        padding: 46px 0px 0px 0px;
    }

    .module-popup-confirm-customer .block-map {
        height: 300px;
    }


    .months-team {
        margin: 20px 0;
    }

    .basket-text-cashback {
        font-size: 20px;
        text-align: center;
    }
}

.module-personal-dealer-statistics-v2 .block-send .promocode-container-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.module-personal-dealer-statistics-v2 .block-send .promocode-container-custom p {
    font-size: 16px;
    line-height: 1;
}

.cookieBar {
    position: fixed;
    left: 0;
    bottom: 60px;
    transition: .3s ease;
    transform: translateY(300%);
    z-index: 100;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    padding: 0 20px;
}

.cookieBar.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.cookieBar .cookieBar_container {
    max-width: 1120px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
    background: #FFF;
}

.cookieBar .cookieBar_container .cookieBar_content {
    display: flex;
    width: 100%;
    height: 124px;
    gap: 48px;
    padding: 32px 48px;
    justify-content: space-between;
    align-items: center;
}

.cookieBar .cookieBar_container .cookieBar_content h2 {
    color: #000;
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.cookieBar .cookieBar_container .cookieBar_content p {
    margin-top: 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.cookieBar .cookieBar_container .cookieBar_content p a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #000 !important;
}

.cookieBar .cookieBar_container .cookieBar_content p a:hover {
    text-decoration: unset;
}

.cookieBar .cookieBar_container .cookieBar_content .cookieBar_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 54px;
    padding: 16px 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 100px;
    background: #25282a;
    transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.input-link-promo {
    margin: 0px 0px 0px 20px;
    display: inline-block;
    width: 130px;
    height: 40px;
    border: 2px solid #25282A;
    font-size: 14px;
    line-height: 36px;
    color: #25282A;
    transition: all 0.2s ease 0s;
    text-align: center;
    text-decoration: none;
}

.block-promo-link {
    display: inline-block;
}

@media (hover: hover) {
    .cookieBar .cookieBar_container .cookieBar_content .cookieBar_btn:hover {
        color: #fff;
        background: #3c4144;
    }
}

@media (max-width: 768px) {
    .cookieBar {
        bottom: 20px;
        padding: 0 15px;
    }

    .cookieBar.show {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .cookieBar .cookieBar_container {
        max-width: 100%;
        border-radius: 20px;
    }

    .cookieBar .cookieBar_container .cookieBar_content {
        display: flex;
        width: 100%;
        height: auto;
        gap: 32px;
        flex-direction: column;
        padding: 24px;
    }

    .cookieBar .cookieBar_container .cookieBar_content p {
        margin-top: 16px;
    }

    .cookieBar .cookieBar_container .cookieBar_content .cookieBar_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 52px;
        font-size: 14px;
    }

    .block-promo-link {
        display: flex;
        justify-content: space-between;
    }

    .input-link-promo {
        margin: 0;
        width: 90%;
    }
}

