html * {
    max-height:1000000px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
}

/* new site template */
/*body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}*/

header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}



header .logo,
header .menu_search,
header .contacts,
header .basket_personal {
    box-sizing: border-box;


}
header .logo a {
    display: flex;
    flex-flow: row nowrap;

}

header .first_logo, header .second_logo {
    display: block;
    padding: 6px;
    max-height: 114px;
    /*max-width: 100%;*/
}
header .first_logo {
    padding-left: 0;
}
header .first_logo.first_logo_all {
    max-height: 128px;
}
@media (max-width: 1140px) {
    header .second_logo {
        display: none;
    }
}

header .menu_search { padding-top: 22px; }
header .contacts { padding-top: 22px; }
header .basket_personal {
    padding-top: 22px;
    padding-right: 0;
}

header .menu_search {
    display: block;
    text-align: center;
    min-width: 480px;
    max-width: 760px;
    padding-right: 6px;
}

.newyearback {
    position: absolute;
    top: 0;
    width: 100%;
    height: 215px;
    background-image: url("/images/new-year-back.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
header .first_logo.newyearlogo {
    margin-top: -5px;
    margin-left: -9px;
    padding: 0;
    max-height: 125px;
}
.footer-wrap.newyearback_footer {
    background-image: url("/images/new-year-back-footer.png");
    background-repeat: no-repeat;
    background-position: center;
}
.footer__logo.newyearlogo {
    max-width: 130px;
}
@media (max-width: 768px) {
    .footer__logo.newyearlogo {
        max-width: 80px;
    }
    header .first_logo.newyearlogo {
        margin-top: 0;
        margin-left: 0;
    }
}
@media (min-width: 1301px) {
    header .menu_search {
        min-width: 580px;
    }
}

@media (min-width: 1601px) {
    header .menu_search {
        min-width: 30.2vw;
    }
}
header .contacts {

    min-width: 140px;
}

header .basket_personal {
    min-width: 225px;
    max-width: 325px;
}

header .header_menu {
    /*line-height: 0;*/
    list-style: none;
    margin: 0 ;
    width: 100%;

    text-align: justify;

}

header .header_menu:after {
    content: "";
    display: inline-block;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

header .header_menu li {
    display: inline-block;
    line-height: normal;
    margin: 0 2px;
    text-align: left;
}

header .header_menu li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: .2s;
}
@media(min-width: 1024px) {
    header .header_menu li a:hover {
        color: #550081;
    }
    header .contacts .phone:hover {
        color: #550081;
    }
    header .contacts .email:hover {
        color: #550081;
    }
}

header .subsearch {
    margin-top: 4px;
    width: 100%;

    position: relative;
    text-align: left;

}

header .subsearch input[name="q"] {
    border: 2px solid #52107F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline-style: none;
    padding: 0 16px;
    width: 100%;
}
header .subsearch input[name="q"]::placeholder {
    color: #000;
}

header .subsearch input[name="q"]:focus::placeholder {
    color: blue;
    opacity: 0;
}

header .subsearch input.search-header {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 1px;
    top: 1px;
}

/*
header .subsearch .search-close {
	cursor: pointer;
	margin-right: 42px;
	margin-top: 10px;
	padding: 4px ;
	position: absolute;
	right: 1px;
	top: 1px;
	outline:none;
    width: 9px;
}

header .subsearch input.search-close:hover {
	background: #5c3795;
	border-radius: 11px;
}*/

.subsearch .search-close {
    position: absolute;
    right: 44px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;

}

.subsearch .search-close:before {
    transform: rotate(45deg);
}

.subsearch .search-close:after {
    transform: rotate(-45deg);
}

.subsearch .search-close:after,
.subsearch .search-close:before {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 20px;
    width: 1.4px;
    background-color: #5c3795;
}

.subsearch .search-close:hover:after,
.subsearch .search-close:hover:before {
    background-color: #999999;
}



.search-language-header {
    display: block;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}
.search-language-guess-header {
    display: inline-block;
    max-width: 69%;
}
.kd-header-block .search-language-guess-header {
    max-width: calc(100% - 200px);

}
.kd-header-block.b-search-new .search-language-guess-header {
    display: inline-flex;
    justify-content: space-between;
}
.kd-header-block .search-language-guess-header__message {
    max-width: calc(100% - 100px);
}
.kd-header-block .search-language-input-checkbox-header__label {
    padding-top: 4px;
}
.search-language-guess-header a {
    display: inline-block;
    width: 90px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #550081;
    border-radius: 4px;
    color: #550081;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    /* margin-left: 8px;*/
}


.search-language-guess-active-header {
    display: inline-block;
    float: right;
    margin-right: 4px;
    position: relative;
}

.search-language-guess-original-header {
    font-weight: bold;
}

#language-guess-active-header {
    display: none;
}

.search-language-input-checkbox-header input[type=checkbox]:checked + .search-language-input-checkbox-header__label:after {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/checkbox.png);
    border: 1px solid transparent;
}

.search-language-input-checkbox-header__label {
    display: block;
    cursor: pointer;
    padding-top: 2px;
}

.search-language-input-checkbox-header__label:after {
    content: '';
    display: block;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    position: absolute;
    top: 2px;
    left: -30px;
}

.search-language-input-checkbox-header__label span{
    display: inline-block;
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
}

@media screen and (max-width: 768px) {
    .search-language-header {
        width: 100%;
    }
    .search-language-guess-header {
        width: 100%;
        max-width: 100%;
    }

    .search-language-guess-active-header {
        float: unset;
        margin-left: 34px;
        margin-top: 12px;
    }
    .search-language-guess-header .search-language-guess-header__message {
        display: inline-block;
        max-width: 66%;
    }
    .search-language-guess-header a {
        float: none;
    }
}

@media screen and (max-width: 550px) {
    .search-language-guess-header a {
        float: right;
        margin-right: 18px;
    }
}

@media screen and (max-width: 400px) {
    .search-language-guess-header a {
        margin-right: 4px;
    }

    .search-language-guess-header .search-language-guess-header__message {
        max-width: 50%;
    }
}



header .contacts {
    position: relative;
}

header .contacts .phone {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: .2s;
}

header .contacts .contact_email {
    margin-top: 4px;
}

header .contacts .email {
    /*border-bottom: 1px dashed #550081;
    color: #550081;*/
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    transition: .2s;
}

header .contacts .cities {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}


header .contacts .cities li span {
    border-bottom: 1px dashed #6a6d6f;
    color: #6a6d6f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
}

header .contacts .cities li.active span {
    border-bottom-color: transparent;
    color: #333;
    font-weight: bold;
}

header .contacts .cities li.active span::after{
    display: none;
}
@media screen and (max-width: 1600px) {

    header .contacts .cities.open {
        background-color: #fff;
        border: 1px solid #f0f0f0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 3px 0 0 -17px;
        padding: 16px;
        position: absolute;
        z-index: 10;
    }


    header .contacts .cities li.active {
        display: block;
    }

    header .contacts .cities li.active span {
        border-bottom: 1px dashed #333;
    }

    header .contacts .cities.open li {
        display: list-item;
        margin-bottom: 4px;
    }

}




header .basket_personal {
    text-align: right;
}

header .basket_personal:after {
    clear: both;
    content: "";
    display: block;
}

header .basket_personal .basket {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}

header .basket_personal .basket .icon {
    background-image: url("/images/basket.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
    padding-top: 15px;
    height: 34px;
    position: relative;


    width: 38px;
}

header .basket_personal .basket .count {
    background-color: #550081;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: -9px;
    top: 0;
    text-align: center;
    width: 22px;
}

header .basket_personal .basket .sum {
    color: #550081;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
}

header .basket_personal .basket .currency {
    color: #6a6d6f;
    font-size: 13px;
}

header .personal_block {
    margin-top: 6px;
    width: 162px;
    display: inline-block;
    position: relative;
    text-align: right;

}

header .personal_block ul {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    list-style: none;
    position: absolute;
    right: 0;
    text-align: left;
    transform: translateY(15px);
    width: 190px;
    z-index: 100;
}

header .personal_block ul:before {
    position: absolute;
    bottom: 100%;
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
    left: calc(50% - 5px);
}

header .personal_block ul:after {
    position: absolute;
    bottom: 100%;
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid white;
    left: calc(50% - 5px);
    transform: translateY(1px);
}

header .personal_block.open ul {
    display: block;
}

header .personal_block ul li {
    border-top: 1px solid #f0f0f0;
}

header .personal_block ul li:first-child {
    border-top-width: 0;
}

header .personal_block ul a {
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 16px;
    padding: 16px 0 14px 50px;
    text-decoration: none;
}

header .personal_block ul a:hover {

}

header .personal {
    display: inline-block;
    width: 160px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #550081;
    border-radius: 4px;
    color: #550081;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

header .personal:hover .personal-text {
    color: #fff;
    background-color: #550081;
}


header .personal:hover .kd-personal-block-wrap .kd-personal-help-block-text {
    opacity: 1;
    visibility: visible;
}



.kd-personal-block-wrap .kd-help-block-text{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 70%;
    width: 330px;
    background: #e0e0e0;
    padding:25px 20px;
    text-align: center;
    left:auto;
    right: 50%;
    transform: translateY(16px) translateX(70px);
}


header .personal .kd-personal-block-wrap {
    height: 37px;
}

.personal-user-name {
    text-align: center;
    margin-bottom: 4px;
}



header .link {
    display: none;
}
@media screen and (max-width: 1600px) {
    header .basket_personal .basket {

        margin-top: -7px;
        padding: 0;

    }



    header .personal_block {
        text-align: right;
    }

    header .basket_personal {
        padding-right: 0;
        min-width: 180px;
        text-align: right;
    }
}

@media screen and (max-width: 1199px) {
    header .personal_block {
    }

    header .personal {
        font-size: 13px;
    }
}

.courses {
    background-color: #f8f8f8;
    color: #333;
    padding: 17px 23px;
}

.courses .courses_title {
    font-size: 16px;
    font-weight: bold;
}

.courses .courses_list {
    list-style: none;
    margin-top: 10px;
}

.courses .courses_list li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.8em;
    margin-right: 50px;
}

.courses .courses_list li:last-child {
    margin-right: 0;
}

.courses .courses_list li .cost {
    color: #6a6d6f;
}

footer .footer_b {
    display: table;
    margin-top: 35px;
    width: 100%;
}

footer .footer_b .contacts,
footer .footer_b .subscribe,
footer .footer_b .last {
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 1549px) {
    footer .footer_b .contacts .word_group {
        display: block;
        margin-top: 10px;
    }

    footer .footer_b .contacts .word_group:first-child {
        margin-top: 0;
    }

    footer .footer_b .contacts .word_group > img:first-child {
        display: none;
    }
}

footer .subscribe form {
    margin: 0 20px;
    width: 400px;
}

footer .subscribe form .title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

footer .subscribe form input[type="text"],
footer .subscribe form button {
    box-sizing: border-box;
}

footer .subscribe form input[type="text"] {
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
}

footer .last .print {
    margin-top: 42px;
    text-align: right;
    white-space: nowrap;
}

@media screen and (max-width: 1199px) {
    footer .subscribe form {
        width: 200px;
    }

    footer .subscribe form input[type="text"],
    footer .subscribe form button {
        width: 100%
    }

    footer .subscribe form button {
        margin-top: 4px;
    }

    footer .last .print {
        margin-top: 85px;
    }
}



.main-title-wrapper {
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.main-title {
    font-size: 23px;
    font-weight: bold;
    padding: 7px 30px;
    /*min-width: 280px;*/
    text-align: center;
    background: white;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 auto;
}
/*.main-title span {
	color: #000;
	display: block;
	font-size: 17px;
	margin-top: 22px;
}*/
.main-title span {
    color: #000;
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: rgba(85, 0, 129, 0.8);
}
.main-title__back {
    height: 10px;
    background-color: #bf87dc;
    position: absolute;
    width: 100%;
    top: 15px;
}
.main-title__back{
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}
.link-back {
    color: #5c3795;
    font: normal 16px Arial, sans-serif;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 60px;
}
.link-back:hover {
    color: #452675;
}
.link-back:before {
    content: '';
    background-image: url(/images/arrow_left.png);
    width: 10px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    top: 4px;
    left: -17px;
}
.tabs-wrapper {
    margin-bottom: 48px;
    display: flex;
}
.tab-block {
    width: 210px;
    height: 40px;
    position: relative;
    background: #fff;
    color: #5c3795;
    border-radius: 3px;
    border: 1px solid #5c3795;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    user-select: none;
}
.tab-block:hover {
    background: #5c3795;
    color: #fff;
}
.tab-block.active {
    background: #5c3795;
    color: #fff;
    cursor: default;
}
.tab-block>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: bold;
}
.wrapper-premium .premium-info-wrap {
    display: inline-block;
}
.premium-info-wrap {
    float: right;
    position: relative;
    padding: 0 100px;
    display: none;
}
.premium-info-block {
    position: relative;
}
.premium-info-text {
    color: #5c3795;
    font-size: 18px;
    font-weight: bold;
}
.premium-info-img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
}
.help-block{
    height: 34px;
    width: 34px;
    background: #f8f8f8;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}
.help-block *{
    transition: linear all .1s;
}
.help-block-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/premium-alert.png");
}
.help-block-text{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 330px;
    background: #e0e0e0;
    padding:25px 20px;
    text-align: center;
    left: 50%;
    transform: translateY(16px) translateX(-50%);
}
.help-block-text:before{
    position: absolute;
    bottom: 100%;
    content: "";
    border:9px solid transparent;
    border-bottom:8px solid #e0e0e0;
    left: 50%;
    transform: translateX(-50%);
}
.help-block-text-to_left{
    left:auto;
    right: 50%;
    transform: translateY(16px) translateX(70px);
}
.help-block-text-to_left:before{
    left:auto;
    right: 60px;
    transform: none;
}
.help-block-text-to_right{
    right: auto;
    left: 50%;
    transform: translateY(16px) translateX(-70px);
}
.help-block-text-to_right:before{
    right: auto;
    left: 60px;
    transform: none;
}
.help-block{
    margin:0 auto;
}
.help-block:hover{
    background: #5c3795;
}
.help-block:hover .help-block-img{
    background-image: url("/images/premium-alert-active.png");
}
.help-block:hover .help-block-text{
    opacity: 1;
    visibility: visible;
}
.premium-info-wrap{
    float: right;
    position: relative;
    padding:0 100px;
    display: none;
}
.premium-info-block{
    position: relative;
}
.premium-info-text{
    color: #5c3795;
    font-size: 18px;
    font-weight: bold;
}
.premium-info-img{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 105%;
    transform:translateY(-50%);
}
.wrapper-premium .premium-info-wrap{
    display: inline-block;
}



.kd-last_viewed_items-wrap{
    padding: 50px 0 60px;
}


.kd-lvi-p_info-name-wrapper, .kd-last_viewed_items-no_items {
    padding-left: 50px;
}

.kd-p_info-name-wrapper {
    display: inline-block;
    padding-right: 25px;
    margin-bottom: 30px;
    position: relative;
}

.kd-p_info-name-wrapper .jq-selectbox li {
    border-top-color: #e7e6e6;
}

.jq-selectbox__select-text::before {
    border-top-width: 7px;
}

.kd-p_info-name {
    font-weight: bold;
    font-size: 19px;
}

.kd-last_viewed_items-wrap *{
    box-sizing: border-box;
}

.kd-lvi-p_info-name-wrapper, .kd-last_viewed_items-no_items {
    padding-left: 50px;
}

.kd-p_change-filial-wrapper .jq-selectbox {
    width: 230px;
}
.kd-p_change-filial-wrapper .jq-selectbox__select {
    background-color: #fff;
}
.opened .jq-selectbox__select {
    border-bottom: 1px solid #333333;
}
.kd-p_change-filial-wrapper .jq-selectbox__dropdown {
    top: 43px !important;
    bottom: auto !important;
}

.kd-a{
    color: #5c3795;
}

.kd-last_viewed_items-no_items{
    color: #6a6d6f;
    font-size: 14px;
}

.kd-last_viewed_items-info-show .kd-last_viewed_items-no_items{
    display: none;
}

.kd-last_viewed_items{
    display: none;
    width: 100%;
}

.kd-last_viewed_items-info-show .kd-last_viewed_items{
    display: table;
}

.kd-last_viewed_items *{
    font-size: 16px;
}

.kd-lvi-td-name-wrap{
    width: 35%;
}

.kd-last_viewed_items tr>th{
    padding-bottom: 5px;
    vertical-align: top;
}

.kd-last_viewed_items tr>td{
    padding-top:5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f8f8f8;
}
/*
.kd-last_viewed_items tr.kd-product-detail-block:last-of-type>td{
  border-bottom: none;
}*/

.kd-last_viewed_items tr:nth-last-child(2)>td{
    border-bottom: none;
}

.kd-last_viewed_items tr:nth-last-child(3)>td{
    border-bottom: none;
}

.kd-last_viewed_items tr.kd-product-detail-block-show:nth-last-child(2)>td{
    border-top: 2px solid #f8f8f8;
}

.kd-help-block{
    height: 27px;
    width: 53px;
    background: #f8f8f8;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

.kd-help-block *{
    transition: linear all .1s;
}

.kd-help-block-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/kd/kd-alert.png");
}


.kd-block-img-ru{
    width: 53px;
    height: 27px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    transition: linear all .1s;
    user-select: none;
    background-color: #5c3795;
    color: #fff;
    font-size: 11px;
    line-height: 27px;
}

.kd-help-block-ru {
    background: unset;
    display: flex;
    align-items: center;
}

.kd-help-block-ru:hover{
    background: unset!important;
}

.kd-help-block.labels {
    height: 27px;
    width: 54px;
    max-width: 54px;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    margin-bottom: 4px;
    margin-right: 5px;
    flex: 1 1 auto;
    top: 3px;
}

.kd-help-block.labels.label-icon {
    width: 54px;
    max-width: 54px;
}

.kd-help-block.labels:hover {
    background: inherit;
}

.kd-help-block .product-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 100%;
    background: #613598;
    border-radius: 100px/50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kd-help-block .product-label.label-icon {
    width: 54px;
    border-radius: 100px/50px;
}

.kd-help-block .product-label-text {
    color: black;
    font-size: 11px;
    display: inline-block;
}
.kd-help-block .product-label-text img{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 3px;
    left: 18px;
}


.kd-help-block-text{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    /*width: 330px;*/
    background: #e0e0e0;
    padding:25px 20px;
    text-align: center;
    left: 50%;
    transform: translateY(16px) translateX(-50%);
    width: auto;
    min-width: 200px;
    border-radius: 4px;
}

.kd-help-block-text:before{
    position: absolute;
    bottom: 100%;
    content: "";
    border:9px solid transparent;
    border-bottom:8px solid #e0e0e0;
    left: 50%;
    transform: translateX(-50%);
}


.kd-personal-help-block-text{
    opacity: 0;
    visibility: hidden;
    white-space: normal;
    /*line-height: 1.8;*/
    /* opacity: 1;
     visibility: visible;*/
    position: absolute;
    top: 100%;
    width: 300px;
    min-height: 33px;
    background: #e0e0e0;
    padding:2px 2px;
    text-align: center;
    left:auto;
    right: 100%;
    /*transform: translateY(16px) translateX(70px);*/
    transform: translateX(-12px) translateY(-40px);
}

.kd-personal-help-block-text:before{
    position: absolute;
    bottom: auto;
    content: "";
    border:9px solid transparent;
    border-bottom:8px solid #e0e0e0;
    left:100%;
    right: auto;
    top:12px;
    transform: rotate(90deg);
}


.kd-help-block-text-to_left{
    left:auto;
    right: 58%;
    transform: translateY(16px) translateX(70px);
}
.kd-help-block-text-to_left:before{
    left:auto;
    right: 60px;
    transform: none;
}
.kd-help-block-text-to_right{
    right: auto;
    left: 50%;
    transform: translateY(16px) translateX(-70px);
}
.kd-help-block-text-to_right:before{
    right: auto;
    left: 60px;
    transform: none;
}

.kd-lvi-td-help-wrap{
    width: 5%;
    text-align: center;
}

.kd-lvi-td-help-wrap .kd-help-block{
    margin:0 auto;
}

.kd-lvi-td-name-wrap{
    padding-left: 20px;
    padding-right: 10px;
}

.kd-lvi-td-price-wrap > div:not(.kd-price-valut) {
    text-transform: lowercase;
}

.kd-help-block:hover{
    background: #5c3795;
}
.kd-help-block:hover .kd-help-block-img{
    background-image: url("/images/kd/kd-alert-active.png");
}

.kd-help-block:hover .kd-help-block-text{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.kd-lvi-td-name-numb{
    color: #6a6d6f;
    font-size: 13px;
    margin-bottom: 15px;
}

.kd-lvi-td-small_td{
    width: 7%;
    /*width: 10%;*/
    /*width: 23%;*/
}
.kd-lvi-td-not-small_td{
    /*width: 23%;*/
}
.kd-lvi-td-small_td>div{
    margin: 0 auto;
    text-align: center;
}

.kd-lvi-td-small_td>div.kd-price-valut, .kd-lvi-td-small_td>div.kd-price-rub{
    white-space: nowrap;
}

.kd-lvi-td-small_td>div.kd-price-valut small,
.kd-lvi-td-small_td>div.kd-price-rub small{
    font-size: 11px;
}

.kd-lvi-td-ru{
    width: 14px;
    border-bottom: 1px solid #333333;
}

.kd-lvi-td-ru-yes{
    width: 12px;
    height: 9px;
    background-image: url("/images/kd/kd-yes.png");
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: none;
}

.kd-lvi-td-count{
    width: 100px;
    height: 48px;
    letter-spacing: -0.3em;
}

.kd-lvi-td-count-input, .kd-lvi-td-count-but-wrap{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

.kd-lvi-td-count-input{
    border:0;
    border: 1px solid #b0b0b0;
    width: 60%;
    height: 100%;
    text-align: center;
    border-radius:3px 0  0 3px;
}

.kd-lvi-td-count-but-wrap{
    width: 40%;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.kd-lvi-td-count-but{
    height: 50%;
    position: relative;
}

.kd-lvi-td-count-but>div{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/kd/kd-count.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.kd-lvi-td-count-but-up{
    border: 1px solid #b0b0b0;
    border-left: 0;
    border-bottom: 0;
    border-radius:0 3px 0 0;
}
.kd-lvi-td-count-but-down{
    border: 1px solid #b0b0b0;
    border-left: 0;
    border-radius:0 0 3px 0;
}

.kd-lvi-td-count-but-down>div{
    transform: rotate(-180deg);
}

.kd-but{
    background: #5c3795;
    box-shadow: inset 0 -1px 0.5px 0.5px #452675;
    position: relative;
    width: 100%;
    color: white;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: linear all .1s;
    user-select: none;
}

.kd-but .kd-but-text{
    text-align: center;
    position: relative;
    padding: 0 10px;
    top: 50%;
    transform: translateY(-50%);
}

.kd-but:active{
    background: white;
    color: #5c3795;
    border: 1px solid #5c3795;
}

.kd-lvi-td-to_bask{
    height: 36px;
    width: 80%;
    margin:0 auto;
}

.kd-lvi-td-to_bask-wrap{
    width: 15%;
}

.kd-lvi-td-to_top-image{
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/images/kd/kd-top.png");
    cursor: pointer;
    user-select: none;
}

.kd-lvi-td-to_top-image-wrap{
    padding: 0 15px;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.kd-lvi-td-to_top-text-wrap{
    height: 100%;
    vertical-align: top;
    width: auto;
    display: inline-block;
}

.kd-lvi-td-to_top-text-out{
    display: none;
}

.kd-lvi-td-to_top-text{
    cursor: pointer;
    user-select: none;
}

.kd-lvi-td-to_top-active .kd-lvi-td-to_top-image{
    background-image: url("/images/kd/kd-top-active.png");
}

.kd-lvi-td-to_top-active .kd-lvi-td-to_top-text-in{
    display: none;
}

.kd-lvi-td-to_top-active .kd-lvi-td-to_top-text-out{
    display: inline-block;
}
.kd-lvi-td-to_top-wrap{
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    /* padding-right: 30px;*/
}


.tabs-wrapper {
    margin-bottom: 25px;
}

.premium-info-img{
    z-index: 1;
}

.td-count {
    width: 100px;
    padding-left: 3px;
    margin: 0 auto;
}
.td-count__input {
    border: none;
    outline: none;
    width: 40%;
    height: 25px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    float: left;
    font-size: 16px;
}
.td-count__btns {
    width: 40%;
    position: relative;
    height: 43px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
}
.td-count__btn {
    height: 25px;
    width: 27px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    float: left;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
}
.td-count__btn_down {
    background-image: url(/images/minus.png);
}
.td-count__btn_up {
    background-image: url(/images/plus.png);
}
@media screen and (max-width: 1365px) {
    .td-count {
        width: 95px;
    }
}
/* Buttons styles */

.btn {
    background-color: #f2f2f2;
    border: 0 none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 14px Arial, Tahoma, sans-serif;
    line-height: 38px;
    padding: 0 50px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
}

.btn.btn_shadow {
    box-shadow: 0 2px rgba(0,0,0, 0.5);
}

.btn.btn_lilac {
    background-color: #5c3795;
    color: #fff;
}

.btn.btn_shadow.btn_lilac {
    box-shadow: 0 2px #452675;
}


/* .table_base >> */
table.table_base th,
table.table_base td {
    font-size: 16px;
}

table.table_base {
    border-collapse: collapse;
}
table.table_base.table_wide {
    width: 100%;
}

table.table_base th {
    background-color: #f8f8f8;
    padding: 30px 20px 25px;
}

table.table_base td {
    vertical-align: middle;
}

table.table_base_align_left td { text-align: left; }
table.table_base_align_right td { text-align: right; }
table.table_base_align_center td { text-align: center; }

table.table_base td.align_left { text-align: left; }
table.table_base td.align_right { text-align: right; }
table.table_base td.align_center { text-align: center; }

table.table_base td {
    padding: 20px 10px;
    border-bottom: 2px solid #f8f8f8;
}
/* << .table_base */


.fancy-image.fancybox-wrap .fancybox-skin {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancy-image.fancybox-wrap .fancybox-close {
    background-color: #5c3795;
    background-image: none;
    height: 50px;
    right: -50px;
    top: 0;
    width: 50px;
}

.fancy-image.fancybox-wrap .fancybox-close:before,
.fancy-image.fancybox-wrap .fancybox-close:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 20px;
    left: 24px;
    position: absolute;
    top: 15px;
    width: 2px;
}

.fancy-image.fancybox-wrap .fancybox-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancy-image.fancybox-wrap .fancybox-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancy-image.fancybox-wrap .fancybox-nav {
    background-color: #fff;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    width: 50px;
}

.fancy-image.fancybox-wrap .fancybox-nav span {
    background-image: none;
    border: 0 solid #5c3795;
    display: block;
    height: 12px;
    margin: 0;
    top: 18px;
    visibility: visible;
    width: 12px;
}

.fancy-image.fancybox-wrap .fancybox-nav.fancybox-prev {
    left: -110px;
}

.fancy-image.fancybox-wrap .fancybox-nav.fancybox-next {
    right: -110px;
}

.fancy-image.fancybox-wrap .fancybox-nav.fancybox-prev span {
    border-top-width: 2px;
    border-left-width: 2px;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancy-image.fancybox-wrap .fancybox-nav.fancybox-next span {
    border-top-width: 2px;
    border-right-width: 2px;
    right: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.fancy-modal.fancybox-wrap .modal_align_center {
    text-align: center;
}

.fancy-modal.fancybox-wrap .modal_title {
    margin: 50px 0 40px;
}

.fancy-modal.fancybox-wrap .modal_content {
    font-size: 14px;
}

.fancy-modal.fancybox-wrap .modal_controls {
    margin: 60px 0 45px;
}

.fancy-modal.fancybox-wrap .modal_controls .btn {
    padding: 0 35px;
}

.fancy-modal.fancybox-wrap .fancybox-close {
    background-image: none;
    height: 20px;
    right: 15px;
    top: 15px;
    width: 20px;
}

.fancy-modal.fancybox-wrap .fancybox-close:before,
.fancy-modal.fancybox-wrap .fancybox-close:after {
    background-color: #000;
    content: "";
    display: block;
    height: 16px;
    left: 9px;
    position: absolute;
    top: 2px;
    width: 1px;
}

.fancy-modal.fancybox-wrap .fancybox-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancy-modal.fancybox-wrap .fancybox-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.tabs  .tabs-nav {
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
}

.tabs  .tabs-nav > li {
    display: block;
    float: left;
    margin-right: 3px;
}

.tabs .tabs-nav:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.tabs .tabs-nav a {
    background: linear-gradient(to top, #e3e3e3, #f8f8f8 35%);
    color: #6a6d6f;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    min-width: 90px;
    padding: 0 10px;
    text-decoration: none;
    text-align: center;
    border-bottom: none;
}

@media screen and (min-width: 1100px) {
    .tabs  .tabs-nav a {
        min-width: 100px;
    }
}

.tabs  .tabs-nav a:hover {
    color: #5c3795;
}

.tabs  .tabs-nav a.active {
    color: #5c3795;
    background: #f8f8f8;
}

.tabs  .tabs-content {
    background: #f8f8f8;
    padding: 20px;
}

.kd-fr-for_map{
    float: right;
    padding-left: 50px;
    padding-bottom:50px;
}

.kd-contact-managers{
    padding: 15px 0;
}

.kd-contact-managers tr>td:first-child{
    padding-right: 20px;
}
.kd-contact-managers tr>td:first-child img{
    border-radius: 5px;
}
.kd-contact-managers tr>td{
    padding: 10px;
    padding-left: 0;
    vertical-align: top;
}


.kd-lvi-td-name-numb{
    white-space: nowrap;
}

.kd-alphavit-block {
    margin-top: 10px;
    position: relative;
    height: 32px;
    text-align: center;
}
.kd-alphavit a{
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 8px;
    margin: 0px 3px 3px 0px;
    width: 100%;
    cursor: pointer;
    -moz-border-radius: 2px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 2px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:2px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 2px; /* закругление углов для всех, кто понимает */
    font-size: 12px;
    border: 1px solid #5c3795;
}

.kd-alphavit a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}


.kd-alphavit-active a,
.kd-alphavit a:hover {
    background: #5c3795;
}
/*
.kd-alphavit-active a,
.kd-alphavit:hover a{
    color: #FFF;
} */

.kd-search-block-wp,
.kd-block-filter-wp {
    display: block;
    font-size: 14px;
}

.kd-search-block input[name="q"] {
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline-style: none;
    padding: 0 16px;
    width: 600px;
    float: left;
}

.kd-search-block .kd-button-search {
    margin-left: 16px;
    margin-bottom: 4px;
}

.kd-search-block .kd-button-search:active{
    background: white;
    color: #5c3795;
}

.kd-block-listdotblock {
    /* margin-top: 20px;*/
    font-size: 14px;
    margin-bottom: 25px;
}

.kd-block-listdot01sel-main {
    font-weight:bold;
    letter-spacing: normal;
    box-sizing: border-box;
}

.kd-block-listdot01sel {
    letter-spacing: normal;
    box-sizing: border-box;
    margin-top: 8px;
}

.kd-block-listdot01sel-item{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

.kd-bold {
    font-weight:bold;

}

#productlist .kd-group-block * {
    font-size: 15px;
}

#productlist .kd-group-block>td {
    padding-top: 16px;
    padding-bottom: 16px;

}

.kd-block-name-seesynonym {
    float: left;
    margin-right: 16px;

}

.kd-block-seesynonym,
.kd-block-seesynonym a

{
    color: #666666;
}

.kd-block-name-group {
    float: left;
    margin-top: 12px;
    margin-left: 16px;
}

.insidetable {
    margin: 0;
    width: auto;
    border-collapse: collapse;
    border-left: none;
    border-top:none;

}

.kd-search-block-sect{
    margin-top: 40px;
}

.kd-form__group_checkbox-sec_ch{
    padding-top: 15px;
}

.kd-form__group_checkbox-sec_ch .kd-form-checkbox__label{
    font-size: 14px;
    line-height: 1.6;
}

.kd-form-checkbox__label:after{
    width: 9px;
}

.kd-main-sec-catalog .kd-alphavit-block-name{
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.kd-main-sec-catalog .kd-alphavit-block{
    padding-bottom: 40px;
}

.kd-main-sec-catalog .kd-alphavit-title,
.kd-search-block-wp .kd-alphavit-title
{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}


.kd-main-sec-catalog{
    margin-top: 25px;
}

.kd-search-block-sect.kd-search-block input[name="q"]{
    width: 900px;
    background: #f8f8f8;
}


.kd-help-block-t{
    cursor: pointer;
    position: relative;
}

.kd-help-block-t *{
    transition: linear all .1s;
}

.kd-help-block-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;;
}


.kd-help-block-t:hover{
    background: #5c3795;
}

.kd-help-block-text {
    font-weight: normal;
}
.kd-help-block-t:hover .kd-help-block-text{
    opacity: 1;
    visibility: visible;
}

.kd-lc-wrapper-new_d .kd-lvi-td-to_bask.unavail_basket, .kd-lvi-td-to_bask.unavail_basket{
    background: rgba(92, 55, 149, 0.5) url(/images/kd/to_bask.png);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: unset;
}
.item-basket-cnt.unavail_basket{
    opacity: 0.5;
}

.kd-lc-wrapper-new_d .kd-lvi-td-to_bask, .kd-lvi-td-to_bask{
    height: 36px;
    width: 50px;
    margin: 0 auto;
    background: #5c3795 url(/images/kd/to_bask.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: none!important;
    content: "";
}

.kd-lc-wrapper-new_d .kd-lvi-td-to_bask:active{
    background: #ffff url(/images/kd/to_bask2.png);
    background-position: center;
    background-repeat: no-repeat;

}

.kd-lc-wrapper-new_d .unavail_table .kd-lvi-td-to_bask:after, .unavail_product:after {
    display: none;
    position: absolute;
    content: 'Добавьте товар в корзину, мы поможем подобрать вам аналог';
    background-color: #f4f4f4;
    color: #212121;
    border-radius: 4px;
    padding: 3px 6px;
    left: -25px;
    top: 40px;
    width: 100px;
    z-index: 10;
    font-size: 10px;
}
.kd-lc-wrapper-new_d .unavail_table .kd-lvi-td-to_bask:hover:after, .unavail_product:hover:after {
    display: block;
}
.unavail_product.unavail_product_right:after{
    left: 50px;
    top: -8px;
}


.kd-lc-wrapper-new_d .kd-lvi-td-to_bask-sm{
    height: 25px;
}

.kd-lc-wrapper-new_d .td-count__btn{
    border:none;
}

.kd-lc-wrapper-new_d .td-count__input{
    border:1px solid #b0b0b0;
    background: white;
    border-radius: 3px;
}

.kd-lc-wrapper-new_d .main-title{
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    /*color: #5c3795;*/
}

.kd-lc-wrapper-new_d .main-title__back{
    background:  #5c3795;
}

#new_body .kd-lc-wrapper-new_d .kd-lvi-td-to_bask-wrap{
    width: 6%;
}

.kd-background-gray{
    background-color: #f2f2f2;
}


.kd-lvi-td-name-wrap a {
    color: #000000;
    text-decoration: none;
}

.kd-lvi-td-name-numb_new,
.kd-lvi-td-name-numb_new a
{
    color: #6a6d6f;
    font-size: 13px;
    text-align: left !important;
}
.reactive-table .kd-lvi-td-name-numb_new {
    padding-left: 10px;
}

.reactive-table:not(.auth-table) .kd-lvi-td-name-wrap {
    width: 57%;
}

.kd-product-detail-block {
    display: none;
}

.kd-product-detail-block-show {
    display: table-row;
}

.kd-product-detail-block {
    height: auto;
}

.kd-desc-show-but.kd-desc-show-but-down {
    background: #5c3795;

}

.kd-desc-show-but.kd-desc-show-but-down>div {
    background-image: url(/images/kd/show_block-but-active.png);

}

.kd-desc-show-but:after {
    position: absolute;
    left: 30px;
    top: -12px;
    content: 'Раскрыть таблицу';
    font-size: 12px;
    background-color: #fff;
    white-space: nowrap;
    display: none;
}
.kd-desc-show-but.kd-desc-show-but-down:after {
    content: 'Закрыть таблицу';
}
html.bx-no-touch .kd-desc-show-but:hover:after {
    display: table;
}


.kd-product-detail-img-block {
    float: right;
}
.kd-product-detail-img {
    padding: 2px;
    border: 0px;
    margin-right: 12px;
    float: left;
}

.kd-product-detail-img  img{
    max-height: 273px;
    max-width: 273px;
}

.kd-product-detail-img-list {
    float: left;
    margin-right: 12px;

}

.kd-product-detail-img-list-img img {
    padding: 2px;
    border: 2px solid #f2f2f2;
    margin-bottom: 8px;
    cursor: pointer;
}

.kd-product-detail-img-list-img img:hover  {
    border: 2px solid #5c3795;
}

.kd-product-detail-img-list-img .kd-product-detail-img-list-img-act  {
    border: 2px solid #5c3795;
}

.swiper-container {
    width: 200px;
    height: 200px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#productlist .kd-lvi-td-to_top, #productlist .td-count {
    white-space: nowrap;
}


#productlist .kd-last_viewed_items tr.kd-product-block>td{
    padding-top:2px;
    padding-bottom: 2px;
}

#productlist .kd-last_viewed_items tr.kd-product-block>td,
#productlist .kd-last_viewed_items .kd-product-detail-block tr>td
{
    padding-top:2px;
    padding-bottom: 2px;

}

#productlist .kd-last_viewed_items .kd-product-detail-block tr>td
{
    border-bottom: none;
}


#productlist .kd-last_viewed_items .kd-product-title-block {
    font-size: 11px;
    color: #91278f;
}

#productlist .kd-last_viewed_items .kd-product-title-block td {
    padding: 6px 0 4px;
}

#productlist .kd-last_viewed_items .kd-product-block {
    font-size: 13px;
}

#productlist .kd-last_viewed_items tr.kd-product-group-block>td{
    padding-top:16px;
    padding-bottom: 16px;
}

.kd-lc-wrapper-new_d .kd-last_viewed_items .kd-product-detail-block td{
    padding-top:20px;
    padding-bottom: 20px;
}
.kd-lc-wrapper-new_d .kd-last_viewed_items .kd-product-detail-block * {
    font-size: 12px;
}


.kd-lc-wrapper-new_d .kd-last_viewed_items .kd-product-detail-block ul {
    padding-left: 16px;
}

.kd-lc-wrapper-new_d .kd-last_viewed_items {
    margin-top: 16px;
}

.kd-product-group-block a {
    color: #000000;
    text-decoration: none;

}

.spec_price {
    /* padding-left: 20px;
    padding-right: 20px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#productlist fieldset.fieldset_spec_price {
    border: solid 1px #cc2e52;
    border-radius: 4px;
}

#productlist fieldset.fieldset_spec_price legend{
    color: #cc2e52;
    font-weight: bold;
    padding: 0 1em;
    font-size: 10px;
}

/*
.kd-product-detail-block .insidetable tr>td {
  padding-top:2px;
  padding-bottom: 2px;
}

.kd-product-detail-block  tr>td {
  padding-top:2px;
  padding-bottom: 2px;
}

*/

.kd-alphavit-block {
    margin-top: 10px;
    position: relative;
    height: 32px;
    text-align: center;
}



.kd-alphavit a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #F2F2F2;
    padding: 8px;
    margin: 0px 3px 3px 0px;
    float: left;
    cursor: pointer;
    -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 5px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 5px; /* закругление углов для всех, кто понимает */
}

.kd-alphavit a{
    text-transform: uppercase;
    text-decoration: none;
    color: #5c3795;
    font-weight: bold;
    font-size: 12px;
}
.sec_plastic .kd-alphavit a {
    border-color: #c40e37;
    color: #c40e37;
}
.sec_reactive .kd-alphavit a {
    border-color: #ff3b00;
    color: #ff3b00;
}


.kd-alphavit-active a,
.kd-alphavit a:hover {
    background: #5c3795;
}

.sec_plastic .kd-alphavit-active a,
.sec_plastic .kd-alphavit a:hover {
    background: #c40e37;
}
.sec_reactive .kd-alphavit-active a,
.sec_reactive .kd-alphavit a:hover {
    background: #ff3b00;
}

.kd-alphavit-active a,
.kd-alphavit:hover a{
    color: #FFF !important;
}
.main_tdmenu-5 .kd-alphavit a {
    border: 1px solid #80bf00;
    color: #80bf00;
}
.main_tdmenu-5 .kd-alphavit-active a,
.main_tdmenu-5 .kd-alphavit a:hover {
    background-color: #80bf00;
}

.kd-order-description {
    margin-bottom: 45px;
}
.kd-fororder-title {
    margin-top: 35px;
    margin-bottom: 40px;
}
.kd-order-description p,
.kd-fororder-title h5{
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.kd-order-description a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}

.kd-search-block-wp,
.kd-block-filter-wp {
    display: block;
    font-size: 14px;
}

.kd-search-block input[name="q"] {
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline-style: none;
    padding: 0 16px;
    width: 600px;
    float: left;
}

.kd-search-block .kd-button-search {
    margin-left: 16px;
    margin-bottom: 4px;
}

.kd-search-block .kd-button-search:active{
    background: white;
    color: #5c3795;
}


.kd-block-listdot01sel {
    letter-spacing: normal;
    box-sizing: border-box;
    margin-top: 8px;
}

.kd-block-listdot01sel-item{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

.kd-bold {
    font-weight:bold;

}

.kd-lc-wrapper-new_d .kd-group-block * {
    font-size: 15px;
}

#productlist .kd-group-block>td {
    padding-top: 16px;
    padding-bottom: 16px;

}

.kd-block-name-seesynonym {
    float: left;
    margin-right: 16px;

}

.kd-block-seesynonym,
.kd-block-seesynonym a

{
    color: #666666;
}

.kd-block-name-group {
    float: left;
    margin-top: 12px;
    margin-left: 16px;
}

.insidetable {
    margin: 0;
    width: auto;
    border-collapse: collapse;
    border-left: none;
    border-top:none;

}

.kd-lc-wrapper-new_d  .kd-lvi-td-to_top, #productlist .td-count {
    white-space: nowrap;
}


.kd-lc-wrapper-new_d  .kd-last_viewed_items tr>td{
    padding-top:2px;
    padding-bottom: 2px;
}

.kd-lc-wrapper-new_d .kd-last_viewed_items-wrap table.kd-last_viewed_items tr td:first-child{
    padding-left: 0px;
    padding-right: 0px;
}

.kd-lc-wrapper-new_d .kd-lvi-td-small_td_ico{
    width: 3%;
}

.kd-last_viewed_items .kd-lvi-pack{
    width:40%;
}
#product_table .kd-last_viewed_items .kd-lvi-pack{
    /*width: 10%;*/
    width:85%;
}

.kd-last_viewed_items .kd-lvi-td-name-wrap{
    /*width: 47%;*/
    width: 44%;
    /* width: 31%; */
}

.kd-last_viewed_items .kd-lvi-td-ru-wrap{
    width: 5%;
}

.kd-last_viewed_items .kd-lvi-td-help-wrap{
    width: 4%;
}

.kd-last_viewed_items-wrap-fav .kd-help-block{
    background: #f2f2f2;
}

.kd-last_viewed_items .kd-lvi-pack{
    white-space: nowrap;
}

.kd-last_viewed_items .kd-lvi-pack>div{
    text-align: right;
    color: #6a6d6f;
    font-size: 13px;
}

.kd-alphavit{
    width: 100%;
}

.kd-alphavit-block{
    display: flex;
    gap: 3px;
}

.jq-selectbox li, .jq-select-multiple li{
    white-space: normal;
    height: auto;
    cursor: pointer;
    line-height: 1.5;
    padding: 9px 19px;
}

.b-table-products-favorites .fieldset_spec_price,
.kd-last_viewed_items-info .fieldset_spec_price
{
    border: 1px solid #cc2e52;
    border-radius: 6px;
}

.kd-last_viewed_items-info .fieldset_spec_price legend,
.b-table-products-favorites .fieldset_spec_price legend
{
    color: #cc2e52;
    font-weight: bold;
    padding: 0 1em;
    font-size: 10px;
}
.kd-g-base-price {
    text-align: left;
    font-size: 12px!important;
    color: #717171;
    padding-top: 3px;
}

.b-table-products-favorites .fieldset_spec_price--share,
.kd-last_viewed_items-info .fieldset_spec_price--share
{
    border: 1px solid #550d81;
    border-radius: 6px;
}

.kd-last_viewed_items-info .fieldset_spec_price--share legend,
.b-table-products-favorites .fieldset_spec_price--share legend
{
    color: #550d81;
    font-weight: bold;
    padding: 0 1em;
    font-size: 10px;
}

table.main_tdmenu-5 {
    table-layout: fixed;
}

.popular-section {
    padding-top: 30px;
}
.item_datail_list {
    margin-top: 30px;
    /*padding: 0 45px;*/
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.item_datail_list ul {
    list-style-type: none;
    column-count: 4;
    column-gap: 45px;
    width: 100%;
}
.item_datail_list li {
    margin-bottom: 5px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0 13px;
}
.item_datail_list a  {
    color: #333;
    text-decoration: none;
}
span.rur {
    text-decoration: underline;
    cursor:pointer;
}
span.comeback {
    cursor: pointer;
    text-decoration: underline;
}

.catalog-sorting {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.catalog-sorting .catalog-sorting-title {
    margin-left: auto;
    font-weight: bold;
    font-size: 16px;
}
.catalog-sorting .catalog-sorting-input {
    width: 20%;
    max-width: 200px;
    margin-left: 35px;
    margin-top: 0;
}

.catalog-sorting .catalog-sorting-input.catalog-sorting-default {
    width: 8px;
    position: relative;
}

.catalog-sorting .jq-selectbox__dropdown {
    top: 43px !important;
    bottom: auto !important;
}
.catalog-sorting .jq-selectbox__dropdown ul {
    padding: 0;
}

#scrollToTop {
    background: transparent url(/images/arrow-up.svg) center no-repeat;
    background-size: 100%;
    position: fixed;
    bottom: 100px;
    left: -50px;
    opacity: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    transition: left .5s, opacity .5s;
    z-index: 10;
    translate: 0 0 200px;
}

.sec_reactive .violet {
    color: #5c3795;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    /*padding-bottom: 15px;*/
    display: block;
}
.sec_reactive .letterlist2 {
    display: block;
    padding-bottom: 10px;
}
.sec_reactive .lettersblock .letterlist:not(:last-child){
    padding-bottom: 10px;
}
.sec_reactive .main-title-wrapper h1.main-title{
    color: #ff3b00;
}
.sec_reactive .main-title-wrapper .main-title__back {
    background-color: #ff3b00;
}
.sec_reactive .kd-line-content-section-wrapper {
    background-color: #ff3b00;
}
.sec_plastic .main-title-wrapper .main-title__back {
    background-color: #c40e37;
}
.sec_plastic .main-title-wrapper h1.main-title {
    color: #c40e37;
}
.sec_plastic .kd-line-content-section-wrapper {
    background-color: #c40e37;
}
.sec_lab .main-title-wrapper h1.main-title {
    color: #550081;
}
.sec_lab .main-title-wrapper .main-title__back {
    background-color: #550081;
}
.sec_lab .kd-line-content-section-wrapper {
    background-color: #550081;
}

.main-title-wrapper + .kd-line-content-section-wrapper.kd-section-wrapper.clearfix {
    display: none;
}

/***********************************/
/**** Status Product***************/

.in_store_label{
    display: inline-block;
    width: 19px;
    height: 18px;
    position: relative;
    vertical-align: middle;
}

.in_store_label:before {
    content: "";
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url(/images/catalog_statuses2.png);
    background-repeat: no-repeat;
    background-size: 560% 100%; /*hack for browser scale (less or more than 100%)*/
}

.in_store_new_label{
    display: inline-block;
    width: 19px;
    height: 18px;
    position: relative;
    vertical-align: middle;
}

.in_store_new_label:before {
    content: "";
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url(/images/catalog_statuses4.png);
    background-repeat: no-repeat;
    background-size: 685% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -89px 0;
}

.in_transit_label{
    display: inline-block;
    position: relative;
    width: 19px;
    height: 18px;
    vertical-align: middle;
}

.in_transit_label:before {
    width: 19px;
    height: 18px;
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    background-image: url(/images/catalog_statuses4.png);
    background-repeat: no-repeat;
    background-size: 685% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -21px 0;
}

.in_stock_reserve_label{
    display: inline-block;
    position: relative;
    width: 19px;
    height: 18px;
    vertical-align: middle;
}

.in_stock_reserve_label:before {
    width: 19px;
    height: 18px;
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    background-image: url(/images/catalog_statuses4.png);
    background-repeat: no-repeat;
    background-size: 675% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -43px 0;
}

.in_transit_reserve_label{
    display: inline-block;
    position: relative;
    width: 19px;
    height: 18px;
    vertical-align: middle;
}

.in_transit_reserve_label:before {
    width: 19px;
    height: 18px;
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    background-image: url(/images/catalog_statuses4.png);
    background-repeat: no-repeat;
    background-size: 685% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -66px 0;
}

.on_order_label{
    display: inline-block;
    width: 19px;
    height: 18px;
    position: relative;
    vertical-align: middle;
}

.on_order_label:before {
    content: "";
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url(/images/catalog_statuses4.png);
    background-repeat: no-repeat;
    background-size: 685% 100%; /*hack for browser scale (less or more than 100%)*/
    background-position: -112px 0;
}

/**** Status Product End***************/
/***********************************/


.detail .in_store_label, .detail .in_transit_label, .detail .in_stock_reserve_label{
    margin-left: 5px;
}
.stock_td{
    text-transform: lowercase;
}


.slick-initialized .stock_td .zap-tooltip {
    left: -15px;
    margin-left: 0;
    transform: translateX(0) !important;
}
.stock_td .zap-tooltip {
    cursor: pointer;
    /*border-bottom: 1px dashed #6b23b1;*/
    display: inline-block;
    font-size: 13px !important;
    text-align: center;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    margin-left: -75px;
    width: 150px;
    padding: 5px;
    border: none;
    background: #f2f2f2;
    border-radius: 4px;
    transition: opacity .3s, background-color .3s, color .3s;
    opacity: 0;
    visibility: hidden;
}
.stock_td .zap-tooltip::after {
    position: relative;
    margin-left: 7px;
    right: 0;
    bottom: 2px;
    transition: color .3s, border-color .3s;
}
/*.stock_td .mobile_tootltip {*/
    /*display: none !important;*/
/*}*/
.stock_td .in_stock_reserve_label::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: border-color .3s;
}
.stock_td .zap-tooltip:hover {
    background-color: #5c3795;
    color: #fff;
}
.stock_td .zap-tooltip:hover::after {
    color: #fff;
    border-color: #fff;
}
.stock_td .zap-tooltip:hover::before {
    border-top-color: #5c3795;
}
/*.in_stock_reserve_label:hover ~ .zap,*/
/*.stock_td .zap.active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.stock_td > div {
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .stock_td .zap-tooltip.active {
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (min-width: 1024px) {
    .in_stock_reserve_label:hover ~ .zap-tooltip,
    .stock_td .zap-tooltip:hover {
        opacity: 1;
        visibility: visible;
    }
    .stock_td .zap-tooltip::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
    }
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    justify-content: flex-start;
}
.flex-col {
    width: 50%;
}
.flex-col_70 {
    width: 70%;
}
.flex-col_30 {
    width: 30%;
}
.flex-row>div {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.flex-row img {
    max-width: 100%;
    height: auto;
}
.flex-row ul {
    padding-left: 25px;
}
.flex-row_4_img {
    display: flex;
    flex-wrap: wrap;
}
.flex-row_4_img>div{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
@media (max-width: 700px) {
    .flex-col,
    .flex-col_70,
    .flex-col_30 {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .flex-row_4_img>div{
        width: 50%;
    }
}
.bx-filter .bx-filter-param-label.active .bx-filter-input-checkbox .bx-filter-param-text {
    /*
    background-color: #550081cc;
    color: #fff;
	border-bottom: none;*/
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 13px;
    color: #000;
    border: 1px solid #550081cc;
}

.po_zaprosu .zap,
.zap_elem {
    cursor: pointer;
    border-bottom: 1px dashed #6b23b1;
    display: inline-block;
    position: relative;
    text-transform: lowercase;
}

.zap_elem::after {
    position: absolute;
    bottom: 1px;
    right: -17px;
    content: '?';
    width: 10px;
    height: 10px;
    font-size: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #6b23b1;
    border-radius: 50%;
    border: 1px solid #6b23b1;
}

#cena-zapros {
    width: calc(100% - 60px);
    padding: 20px 30px 0;
}

#cena-zapros .title {
    margin: 0 0 15px;
    color: #333;
    text-align: center;
    font-size: 23px;
}

#cena-zapros_form .form-row {
    width: 100%;
    margin: 0 0 15px;
}

#cena-zapros_form input[type=text], #cena-zapros_form input[type=tel] {
    outline: none;
    height: 38px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b0b0b0;
    padding: 0 16px;
    box-sizing: border-box;
    position: relative;
    background-color: transparent;
    font-size: 16px;
}

#cena-zapros_form .form-err {
    color: red;
    height: 30px;
    text-align: center;
}
#cena-zapros_form .form-err p {margin: 0;}

#cena-zapros_form .form-answ {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    height: 20px;
}

#cena-zapros_form input[type=submit],
#cena-zapros_form input[type=reset] {
    width: 100%;
    border: none;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 2px solid #452675;
    border-radius: 5px;
    background-color: #5c3795;
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    line-height: 40px;
    outline: none;
}

#cena-zapros_form input[type=reset] {
    display: none;
}

#cena-zapros_form.sended input[type=submit] {
    display: none;
}

#cena-zapros_form.sended input[type=reset] {
    display: inline-block;
}

/* Поле «Реквизиты» в форме #cena-zapros */
#cena-zapros_form .form-row--file { margin-bottom: 10px; }
#cena-zapros_form .zap-file__label { display: block; font-size: 13px; color: #333; margin: 0 0 6px; }
#cena-zapros_form .zap-file { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 10px; border: 1px dashed #b0b0b0; border-radius: 5px; background: #fafafa; transition: background-color .15s, border-color .15s; }
#cena-zapros_form .zap-file.is-dragover { background: #f1ebf9; border-color: #5c3795; }
#cena-zapros_form .zap-file__input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
#cena-zapros_form .zap-file__button { display: inline-block; padding: 6px 12px; border: 1px solid #5c3795; color: #5c3795; border-radius: 5px; cursor: pointer; font-size: 13px; line-height: 1; background: #fff; }
#cena-zapros_form .zap-file__button:hover { background: #f1ebf9; }
#cena-zapros_form .zap-file__or { font-size: 12px; color: #888; }
#cena-zapros_form .zap-file__name { font-size: 13px; color: #555; word-break: break-all; flex: 1 1 100%; }
#cena-zapros_form .zap-file__clear { background: none; border: 0; cursor: pointer; font-size: 18px; line-height: 1; color: #b33; padding: 0 4px; }
#cena-zapros_form .zap-file__hint { font-size: 11px; color: #888; margin-top: 4px; }
#cena-zapros_form .zap-file__error { font-size: 12px; color: #c00; margin-top: 4px; }

.item-basket-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    background-color: #5c3795;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
}
.item-basket-cnt.item-detail {
    min-width: 35px;

}
.item-basket-cnt.item-section {
    margin-left: 5px;
}
.item-basket-cnt.item-fav {
    margin-left: 10px;
    min-width: 36px;
}
@media (min-width: 600px) {
    #window_message.donemessage_subscribe {
        left: 0 !important;
        right: 0;
        width: 500px !important;
        margin: auto;
    }
}
@media (max-width: 1366px) {
    header .first_logo.newyearlogo {
        max-height: 116px;
    }
}
@media (max-width: 1330px) {
    header .first_logo.newyearlogo {
        max-height: 91px;
    }
}
@media (max-width: 950px) {
    header .first_logo.newyearlogo {
        object-fit: cover;
    }
}
.newyearlogo_wrap {
    position: relative;
}
.newyearlogo_wrap:before {
    content: '';
    width: 155px;
    height: 91px;
    position: absolute;
    background-image: url(/images/girlyanda_only.png);
    background-repeat: no-repeat;
    background-size: contain;
}
header .newyearlogo_wrap {
    margin-right: 8px;
}
header .newyearlogo_wrap:before {
    top: -5px;
    left: -24px;
}
footer .newyearlogo_wrap:before {
    top: -8px;
    left: -24px;
}
@media (max-width: 1366px) {
    header .newyearlogo_wrap:before {
        top: -3px;
        left: -21px;
        width: 140px;
    }
    footer .newyearlogo_wrap:before {
        width: 120px;
        left: -20px;
    }
}
@media (max-width: 1330px) {
    header .newyearlogo_wrap {
        margin-right: 4px;
    }
    header .newyearlogo_wrap:before {
        top: -1px;
        left: -19px;
        width: 113px;
    }
}
@media (max-width: 950px) {
    header .newyearlogo_wrap {
        margin-right: 0;
    }
    header .newyearlogo_wrap:before {
        top: -5px;
        left: -18px;
        width: 105px;
    }
}
.breadcrumbs_with_soc {
    position: relative;
}
.breadcrumbs_with_soc .breadcrumbs {
    float: left;
}
.breadcrumbs_with_soc .share-window-parent {
    float: right;
    position: relative;
    margin-bottom: 15px;
}

.basket-info-text {
    color: #6a6d6f;
    text-align: center;
    margin-bottom: 12px;
}


.cross-symbol {
    position: absolute;
    right: 13px;
    top: 26px;
    width: 10px;
    height: 10px;
    cursor: pointer;

}
.cross-symbol:after,
.cross-symbol:before {
    position: absolute;
    left: 4px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #5c3795;
}
.cross-symbol:before {
    transform: rotate(45deg);
}
.cross-symbol:after {
    transform: rotate(-45deg);
}

.catalog-sorting .catalog-sorting-input.catalog-sorting-default .cross-symbol {
    right: 0px;
    top: -6px;
}

.catalog-sorting .catalog-sorting-input.catalog-sorting-default .cross-symbol:after,
.catalog-sorting .catalog-sorting-input.catalog-sorting-default .cross-symbol:before {
    height: 14px;
}

.header_compare {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}
.header_compare_icon {
    background-image: url(/images/compare.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    padding-top: 17px;
    margin-right: 12px;
}
.header_compare_icon .count {
    background-color: #550081;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: -6px;
    top: 0;
    text-align: center;
    width: 22px;
}
.header_compare_title {
    color: #000;
    font-size: 14px;
}

@media (max-width: 767px) {
    .in_transit_reserve_label,
    .in_transit_label,
    .in_stock_reserve_label,
    .in_store_label,
    .in_store_new_label,
    .on_order_label {
        width: 28px;
        height: 26px;
    }
    .in_transit_reserve_label:before,
    .in_transit_label:before,
    .in_stock_reserve_label:before,
    .in_store_label:before,
    .in_store_new_label:before,
    .on_order_label:before {
        width: 28px;
        height: 26px;
    }
    .on_order_label:before{
        background-position: -163px 0;
    }
    .in_transit_label::before {
        background-position: -32px 0;
    }
    .in_transit_reserve_label:before,
    .in_stock_reserve_label::before {
        background-position: -65px 0;
    }
    .in_store_new_label::before {
        background-position: -131px 0;
    }

    .detail .in_store_label,
    .detail .in_store_new_label,
    .detail .in_transit_label,
    .detail .in_stock_reserve_label,
    .kd-lvi-td-in_stock span,
    .acs-pay__left span {
        cursor: pointer;
    }
}

h1.vendor_new {
    display: inline-block;
    position: relative;
}
.vendors_icon_new {
    background-color: #9D0759;
    color: #fff;
    width: 60px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    height: 26px;
    line-height: 23px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: -75px;
    top: 3px;
}

.item_image.nophoto img {
    max-width:100%;
}

.in_stock_reserve_label .mobile_tootltip,
.zap-tooltip .mobile_tootltip {display:none;}
.zap-tooltip {z-index:9;}

/*webinar archive*/
.webinars .news__date {color:#009; font-size:12px; line-height:18px;}
.webinars .news__title {font-size:14px; line-height:18px; margin-bottom:12px;}
.webinars .news__desc,
.webinars .news__desc p {font-size:13px; line-height:18px; opacity:.7;}

.hide-popup {display:none;}
.hide-popup .acs__item-wrap {width:100%}
.hide-popup .acs__item {
    max-width: 780px;
    flex-direction:row;
    flex-wrap: wrap;
    padding: 35px 45px 10px 45px;
    border-radius: 5px;
    height: auto;
}
.hide-popup .acs__item .acs__image {
    width:39%;
}
.hide-popup .acs__item .right-side {
    width:60%;
    padding:0 0 0 35px;
    box-sizing:border-box;
}
.hide-popup .acs__item .acs__info {margin-top:0;}
.hide-popup .acs__item .acs__name {font-size:22px; line-height:30px; color:#000; margin-bottom:10px;}
.hide-popup .acs__item .acs__name a {color:inherit;}
.hide-popup .acs__item .row_acs {
    width:100%;
    margin-top:30px;
}
.hide-popup .acs-pay__item .acs-pay__left {margin-left:0;}
.hide-popup .acs__pay .td-count__input {
    height:38px;
    width:50px;
}
.hide-popup .td-count {width:auto;}
.hide-popup .td-count__btn {height:38px;}
.hide-popup .td-count__btn.td-count__btn_down {margin-left:-11px;}
.hide-popup .acs__pay .kd-but {
    height: 38px;
    width: auto;
    line-height: 38px;
    font-size: 14px;
    padding: 0 63px 0 20px;
    background-image: none;
    position:relative;
}
.hide-popup .acs__pay .kd-but:after {
    content:"";
    position: absolute;
    width:24px;
    right:24px;
    top:0;
    bottom:0;
    background-image: url(/images/kd/to_bask.png);
    background-position: center center;
    background-repeat:no-repeat;
}
.hide-popup .acs__of-item,
.hide-popup .acs__of-item.selected {padding: 11px 13px;}
.hide-popup .acs__item .row_acs .acs__of-item {
    width:auto;
    max-width:30%;
    margin-top: 16px;
}
.hide-popup .modal_close {right:3px; top:5px;}
@media screen and (max-width: 800px) {
    .hide-popup .acs__item {
        max-width:100%;
        box-sizing:border-box;
        margin:0;
        padding:30px 7px 15px;
    }
}
@media screen and (max-width: 588px) {
    .hide-popup .acs__item .right-side {
        width:305px;
    }
    .hide-popup .acs__item .acs__image {
        width:calc(100% - 308px);
    }
}

@media screen and (max-width: 500px) {
    .hide-popup .acs__item .acs__image {
        width:100%;
    }
    .hide-popup .acs__item .right-side {
        width:100%;
        padding:10px 0 0 0;
    }
    .hide-popup .acs__item .acs__name {
        font-size:16px;
    }
    .hide-popup .acs__item .row_acs .acs__of-item {
        width:100%;
        max-width:100%;
        text-align:center;
        padding: 13px 10px;
        margin-top: 8px;
        margin-bottom:0;
    }
}

#fast_reg.v2 {
    width:740px;
    padding: 56px 52px 54px 50px;
}
#fast_reg.v2 .modal_title {
    text-align:left;
    font-size:24px;
    font-weight:normal;
}

#fast_reg.v2 .modal_desc {
    font-size:14px;
}

#fast_reg.v2 form {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#fast_reg.v2 .lab_inp_inner.width-col,
#fast_reg.v2 .select_inner.width-col {
    width:300px;
}
#fast_reg.v2 .lab_inp_inner.organization-type-name label {
    display:block;
}
#fast_reg.v2 .lab_inp_inner.organization-type-name input {
    width:300px;
}
#fast_reg.v2 .lab_inp_inner:not(.width-col),
#fast_reg.v2 .select_inner:not(.width-col) {
    width:100%;
}

#fast_reg.v2 .modal_form .lab_inp_inner.row .col-2 {
    width:auto;
}
#fast_reg.v2 .usertype .col-2:not(:last-of-type) {
    margin-right:40px;
}
@media screen and (max-width: 760px) {
    #fast_reg.v2 {max-width: calc(100vw - 20px);}
}
@media screen and (max-width: 730px) {
    #fast_reg.v2 .lab_inp_inner.width-col,
    #fast_reg.v2 .select_inner.width-col,
    #fast_reg.v2 .lab_inp_inner.organization-type-name input {
        width:100%;
    }
}

@media screen and (max-width: 500px) {
    #fast_reg.v2 .modal_form .lab_inp_inner:not(.focused) label {
        right:auto;
    }
}

@media screen and (max-width: 420px) {
    .smart-captcha {
        min-width:initial !important;
        width:auto;
    }
}

.basket-devivery {
    padding:5px 29px 29px 29px;
    background-color:#f8f8f8;
}
.basket-devivery .basket-devivery-wrapper {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:0 110px;
    overflow:hidden;
}
.basket-devivery .basket-devivery-wrapper.one-col {
    grid-template-columns:1fr;
}

.basket-devivery.hidden-str .basket-devivery-wrapper {
    height:100px;
}

.basket-devivery .basket-devivery-wrapper,
.basket-devivery .basket-devivery-wrapper p,
.basket-devivery .basket-devivery-wrapper a {
    font-size:14px;
    line-height:20px;
    color:#6b6d6f;
}
.basket-devivery .basket-devivery-wrapper p {
    margin:20px 0;
}
.basket-devivery .basket-devivery-wrapper h2 {
    color:#000;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-top:0;
}

.basket-devivery .btn.show-all {
    padding: 0;
    color: #000;
    border-bottom: 1px dashed #000;
    border-radius: 0;
    background: none;
    font-size: 14px;
    line-height: 18px;
    margin-top:16px;
}
.basket-devivery .btn.show-all:hover {
    border-bottom-color: transparent;
}

@media screen and (max-width:768px) {
    .basket-devivery {
        padding-top:18px; padding-bottom:18px;
    }
    .basket-devivery .basket-devivery-wrapper {
        grid-template-columns:1fr;
    }
}

@media(max-width:768px) {
    div#auth_modal.modal_window, div.modal_window {
        padding-bottom: 58px;
    }
    #auth_modal.kd-auth_modal-fast_reg .fast-registration_link {
        padding-bottom:15px;
    }
}
.bsk-modal-overlay {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    background-color: rgba(0,0,0,0.7);
}
.bsk-modal {
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bsk-modal .cross-symbol {
    top: 20px;
    right: 20px;
}
.bsk-modal__alert-img {
    width: 90px;
    height: 90px;
    margin-bottom: 27px;
}
.bsk-modal__products-cnt {
    color: #FF3C01;
}
.bsk-modal__title.bsk-modal__title_alert {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 16px;
}
.bsk-modal_clear {
    max-width: 400px;
    width: calc(100vw - 20px);
    max-height: 270px;
    padding: 25px;
    border-radius: 5px;
}
.bsk-modal_clear.bsk-modal_cart-alert {
    max-width: 600px;
    max-height: 400px;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 30px;
}
.bsk-modal_clear.bsk-modal_cart-alert.bsk-modal_cart-alert_success {
    max-height: 300px;
}
.bsk-modal_clear.bsk-modal_cart-alert.bsk-modal_cart-alert_success .bsk-modal__text,
.bsk-modal_clear.bsk-modal_cart-alert.bsk-modal_cart-alert_success .bsk-modal__email-wrap {
    display: none;
}
.bsk-modal__text {
    color: #4C4C4C;
    line-height: 1.5;
    margin-bottom: 20px;
}
.bsk-modal__email-wrap {
    display: flex;
    justify-content: space-between;
}
.bsk-modal__email-wrap .bsk-modal__input {
    max-width: 352px;
    font-size: 16px;
    padding: 11px 20px;
    margin-bottom: 10px;
}
.bsk-modal__btn {
    width: 66px;
    height: 42px;
    background-image: url('/local/templates/diam/img/email.svg');
    background-color: #5C3795;
    border-radius: 4px;
    background-position: center;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
.bsk-modal.bsk-modal_cart-alert .cross-symbol {
    top: 18px;
    width: 14px;
    height: 14px;
}
.bsk-modal_cart-alert .cross-symbol:after,
.bsk-modal_cart-alert .cross-symbol:before {
    left: 7px;
    height: 18px;
    width: 1px;
}
.bsk-modal__error {
    font-size: 14px;
    color: red;
    text-align: left;
}
.bsk-modal__btn-cart {
    width: 100%;
    background-color: #5C3795;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 12px 0;
}
.bsk-modal__btn-cancel {
    width: 100%;
    background-color: #5C3795;
    color: #fff;
    border-radius: 4px;
    height: 48px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}
.bsk-modal__link {
    font-size: 18px;
    color: #603194;
}

.date-box {
    position:relative;
    padding-bottom: 57px;
}
.news__item-bottom {
    display: flex;
    position: absolute;
    bottom: 14px;
    width: calc(100% - 24px);
}
.main-wrap .news-section .news__date.date_bottom,
.news__date.date_bottom {
    position:absolute;
    right:0;
    bottom:0;
    font-size:13px;
    line-height:1;
    color:#979797;
    margin-bottom:0;
}
.news__lang.lang_bottom {
    font-size:14px;
    line-height:24px;
    text-transform: uppercase;
    color:#fff;
    background-color: #5C3795;
    margin-bottom:0;
    padding: 0 12px;
    border-radius: 12px;
    box-sizing: border-box;
    width:auto;
    display: inline-block;
    align-self: flex-end;
}
.russia-label__wrap {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.russia-label {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('/images/russia_made.svg');
    background-repeat: no-repeat;
    margin-right: 6px;
}
.russia-text {
    font-size: 10px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: none;
}

.smart-captcha-custom {
    height: initial !important;
    max-height: 104px;
    overflow:hidden;
}

@media(max-width:768px) {
    .news__item-wrap .russia-label__wrap {
        background-color: #e6e6e6;
        border-radius: 15px;
        padding-right: 10px;
    }
    .news__item-wrap .russia-text {
        display: block;
    }
}
.cas_link {
    cursor: pointer;
    text-decoration: underline;
}
h2 .cas_link{
    color: black;
}

/*popup*/
#another_vendor{
    border-radius: 5px;
    padding: 60px;
}
#another_vendor *{
    font-family: Arial, sans-serif;
}
#another_vendor .popup_text{
    padding-bottom: 30px;
    font-size: 24px;
    text-align: center;
}
#another_vendor .popup_text a{
    color: #176def;
}
#another_vendor .popup_button{
    width: fit-content;
    margin: auto;
}
#another_vendor .popup_button a{
    text-align: center;
    background: #5C3795;
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 16px;
    border-radius: 5px;
    display: inline-block;
    margin: auto;
}


#another_vendor .popup-window-close-icon{
    cursor: pointer; position: absolute; top: 20px; right: 15px; opacity: 1;
}
#another_vendor .popup-window-close-icon:before, #another_vendor .popup-window-close-icon:after {content: ""; position: absolute; width: 18px; height: 1px; background: black;}
#another_vendor .popup-window-close-icon:before{
    transform: rotate(45deg);
    top: 10px;
}
#another_vendor .popup-window-close-icon:after{
    transform: rotate(-45deg);
    top: 10px;
    left: unset;
}
/* End */

/* Временное скрытие значка не в наличии*/
.status_icon_red{
    background: unset;
    pointer-events: none;
}
.on_order_label, .o2k-icon.o2k-icon-status-unavailable{
    pointer-events: none;
}
.on_order_label:before{
    content: unset;
}
.on_order_label,.product-model__status--unavailable{
    pointer-events: none;
}
/* END Временное скрытие значка не в наличии*/

@media print {
    header, .footer, .main-menu-block,.footer-wrap,#scrollToTop, .hidden_on_desktop, .share-window-parent {
        display: none !important;
    }
}

/* от 11.02.25 */

.news__list.list .news__item-bottom {
    position: relative;
    bottom: 0;
	display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
    grid-column: 2 / 3;
    grid-row: 3 / 4; 
}

@media screen and (max-width: 576px) {
    .news__list.list .news__item-bottom {
        grid-column: 1 / 3;
    }
}

.news__list.list .news__date.date_bottom {
    min-height: 0;
}

.news__lang.lang_bottom {
	align-self: center;
}
.news__author.author_bottom {
	display: flex;
  align-items: center;
	flex: 0 1 76%;
    font-size: 13px;
    line-height: 1;
    color: #979797;
    margin-bottom: 0;
}
.news-section .news__date.date_bottom {
	position: static;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 1 auto;
	text-align: right;
}
.main-wrap .news-section .news__date.date_bottom {
	position: static;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 1 auto;
	text-align: right;
	min-height: 30px;
}

.bottom-news {
	display: grid;
}
.bottom-news__made {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 5px;
}
.bottom-news__info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	gap: 15px;
}

.bottom-news .news__author.author_bottom {
	flex: 1 1 100%;
}
.bottom-news .news__date.date_bottom {
	flex: 0;
}

.bottom-news--flex {
	display: flex;
	justify-content: space-between;
}

.news__item-wrap:hover .russia-text {
	display: none;
}
.news__item-wrap:hover .russia-label__wrap {
	background-color: inherit;
	border-radius: 15px;
	padding-right: 0;
}
.bottom-news .russia-label__wrap .russia-text {
	color: var(--color-text-primary);
}
@media (any-hover: hover){
	.bottom-news .russia-label__wrap:hover .russia-text {
		display: block;
		color: var(--color-text-primary);
	}
	.bottom-news .russia-label__wrap:hover {
    background-color: #e6e6e6;
    border-radius: 15px;
    padding-right: 10px;
	}
}


.kd-sec-block_name {
    scroll-margin-top: 30px;
    @media (max-width: 768px) {
        scroll-margin-top: 10px;
    }
}
.custom-galery_only-photo {
    max-width: 100%;
}


.o2k-template .swiper-container {
    height: auto;
}