/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow:auto!important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b {
    font-weight: bold;
}

input, select {
    vertical-align: middle;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

input[type="password"], input[type="text"], textarea, select {
    background: #F9F9F9;
    border: 1px solid #EEE;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    color: #4f4e4f;
    text-align: left;
    padding: 10px;
}

/* main */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    color: #4f4e4f;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

input, textarea, select, button {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: #706f6f;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover, a:focus {
    color: #4f4e4f;
    text-decoration: none;
}

i {
    padding-right: 10px;
    color: #94368d;
    font-size: 16px;
    vertical-align: top;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
    font-weight: 600;
}

p {
    line-height: 20px;
}

.fs-20 {
    font-size: 20px;
}

.ml0 {
    margin-left: 0;
}

.ml10 {
    margin-left: 10px;
}

.mr0 {
    margin-right: 0;
}

.mr10 {
    margin-right: 10px;
}

/* float */
.fl {
    float: left;
}

.fr {
    float: right;
}

span.puprle {
    color: #94368d;
}

span.blue {
    color: #4e88ba;
}

span.green {
    color: #6fc49b;
}

span.pink {
    color: #c25395;
}

.slick-list, .slick-slide, .slick-slide a.slick-list:focus, .slick-slide:focus, .slick-slide a:focus {
    outline: none !important;
}

#page {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pages-sections, .catalog-page {
    padding-top: 0px;
}

.content-left, .sidebar, .bx-breadcrumb {
    padding-top: 40px;
}

/* 1370 */
.wrapper {
    max-width: 1370px;
    margin: auto;
    position: relative;
    min-height: 1px;
}

/*txt*/
.puprple-txt {
    color: #94368D;
}

.grey-txt {
    color: #706f6f;
}

.bold {
    font-weight: 700;
}

/*btns*/
.default-purple-btn {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #94368d;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 15px 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: inline-block;
}

.default-purple-btn i {
    color: #FFF;
}

.default-purple-btn:focus,
.default-purple-btn:hover {
    background: #fff;
    color: #94368d;
    border: 1px solid #94368D;
}

.default-purple-btn:focus i,
.default-purple-btn:hover i {
    color: #94368d;
}

.default-purple-border {
    font-size: 15px;
    font-weight: 700;
    color: #94368d;
    background: transparent;
    border: 1px solid #94368d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 13px 25px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.default-purple-border i {
    color: #94368d;
}

.default-purple-border:hover {
    color: #fff;
    background: #94368d;
}

.default-purple-border:hover i {
    color: #FFF;
}

.default-white-btn {
    font-size: 15px;
    font-weight: 700;
    color: #4f4e4f;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.default-white-btn.active, .default-white-btn:hover {
    color: #fff;
    background: #94368d;
    box-shadow: none;
}

.default-grey-btn {
    font-size: 15px;
    font-weight: 700;
    color: #4f4e4f;
    background: #f5f5f5;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.default-grey-btn:hover {
    background: #fff;
    box-shadow: none;
}

.predst-sort-city .default-white-btn span, .akademiya-top .default-white-btn span, .catalog-sections .default-white-btn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("img/btn-white-arr.png") no-repeat center;
    vertical-align: sub;
    margin-right: 10px;
}

.city-flag img {
    border: 1px solid #ececec;
}

.predst-sort-city .default-white-btn.active span, .predst-sort-city .default-white-btn:hover span, .akademiya-top .default-white-btn:hover span, .catalog-sections .default-white-btn:hover span {
    background: url("img/btn-white-arr-hover.png") no-repeat center;
}

.direction-button span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(img/btn-white-arr.png) no-repeat center;
    vertical-align: sub;
    margin-right: 10px;
    margin-top: 12px;
    float: left;
}
.sp-form {
    margin:8vh auto!important;
}
.sp-form[sp-id="205086"] {
    margin: 8vh auto!important;
}
.pred_info {
    display: inline-block;
    min-height: 440px;
}
.pr_img {
    width:40px; 
    float:left; 
    padding-right:10px;
}
.pr_txt {
    width: 610px; 
    /*padding-top: 5px; 
    padding-bottom:30px;*/
}
ul.pr_info {
    padding-bottom: 25px;
}
.iti--separate-dial-code .iti__selected-dial-code {width:15px!important;}
/*#bx_incl_area_19_2, #sub_prod_block__tovar, #sub_prod_block, .bonus_billing {    
    display: none!important;
}*/
.direction-button:hover span {
    background: url("img/btn-white-arr-hover.png") no-repeat center;
}
/**-----Predstaviteli-----**/
@media (max-width: 480px) {
    .sp-form-outer {
        padding-right: 0!important;
        padding-bottom: 25px;
    }
    .pr_txt {width:100%;}
}
/* arrows */
.prevsliderbtn, .nextsliderbtn {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(245, 245, 245, 0.8);
    border: none;
    outline-style: none;
    text-align: center;
    top: 45%;
    z-index: 5;
    cursor: pointer;
}

.prevsliderbtn i, .nextsliderbtn i {
    color: #706f6f;
    padding: 0;
}

.prevsliderbtn {
    left: 10px;
}

.nextsliderbtn {
    right: 10px;
}

/*dots*/
.main-slider-dots {
    position: absolute;
    top: 160px;
    left: 30px;
}

.bottom-slider-dots {
    margin: auto;
    max-width: 200px;
    padding-top: 30px;
    text-align: center;
}

.bottom-slider-dots li, .main-slider-dots li {
    width: 10px;
    height: 10px;
    background: url("img/dot.png") no-repeat center;
    cursor: pointer;
    margin-bottom: 10px;
}

.bottom-slider-dots li {
    margin: 5px;
}

.bottom-slider-dots li {
    display: inline-block;
}

.bottom-slider-dots li.slick-active, .main-slider-dots li.slick-active {
    background: url("img/dot-activ.png") no-repeat center;
}

.bottom-slider-dots li button, .main-slider-dots li button {
    color: transparent;
    background: none;
    outline-style: none;
    border: none;
}

/*----------------------------------------------------------*//* top */
header {
    position: relative;
    z-index: 50;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.top-part {
    border-bottom: 1px solid #f5f5f5;
}

.header-wrapper {
    height: 45px;
}

.top-tabs-block {
    display: inline-block;
    float: left;
    vertical-align: top;
    height: 100%;
}

.fixed-tabs a,
.top-tabs-block a {
    display: inline-block;
    color: #706f6f;
    background: #f5f5f5;
    padding: 0px 10px 0px 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    line-height: 45px;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 10px;
}


.fixed-tabs a > i,
.top-tabs-block a > i {
    color: #706f6f;
    line-height: 45px;
}

.fixed-search div > i {
    /* color: #706f6f; */
    line-height: 15px;
}

.fixed-tabs a:hover,
.fixed-tabs a.active,
    /* .fixed-search div:hover,
    .fixed-search div.active, */
.top-tabs-block a:hover,
.top-tabs-block a.active {
    color: #ffffff;
    background: #94368d;
}

.fixed-tabs a:hover > i,
.fixed-tabs a.active > i,
.top-tabs-block a:hover > i,
.top-tabs-block a.active > i {
    color: #ffffff;
    line-height: 45px;
}

/* .fixed-search div:hover > i,
.fixed-search div.active > i{
    color: #ffffff;
} */

.fixed-tabs a:last-child,
.top-tabs-block a:last-child {
    margin-right: 0;
}

.top-personal-block {
    height: 100%;
}

.top-personal-block > .search-block {
    padding: 15px;
    color: #706f6f;
    cursor: pointer;
}

.bottom-part .search-block {
    padding: 15px 0 15px 0;
    /* background-color: #f5f5f5; */
    cursor: pointer;
}

.top-personal-block > .profile-block {
    max-width: 260px;
    padding: 15px 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.profile-block .procent {
    background: #94368d;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    height: 27px;
    display: inline-block;
    width: 27px;
    text-align: center;
    border-radius: 27px;
    margin-top: -6px;
}

.top-personal-block > .profile-block > a {
    color: #706f6f;
    white-space: nowrap;
}

.top-personal-block > .login-block {
    padding: 15px;
}

.top-personal-block > .login-block > a {
    color: #94368d;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top-personal-block > .login-block > a:hover {
    color: #706f6f;
}

.main-header-wrapper {
    height: 130px;
}

.main-header-wrapper > .logo {
    display: flex;
    vertical-align: top;
    /*width: 200px; старый размер*/
    width:170px;
    height: 100%;
    align-items: center;
    /*background: url("/local/templates/addamant/img/logo.png") no-repeat center;*/
}

.header-nav-block {
    padding: 30px 0 0px 55px;
}

.header-nav-block > .logo-text > a {
    padding-left: 35px;
    padding-right: 20px;
}

.notification-supercart {
    color: #222;
    background: #f5f5f5;
    padding: 20px 20px 20px 85px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}

.notification-supercart .attention {
    color: #94368D;
    font-size: 18px;
}

.notification-supercart i {
    font-size: 66px;
    position: absolute;
    left: 10px;
    top: 30px;
    color: #94368d;
}

.super-basket-block {
    /* height: 130px; */
    text-align: center;
    padding-left: 20px;
}

.super-basket-block > a {
    display: block;
    height: 100%;
}

.super-basket-block > a .super-logo {
    background: url("/local/templates/addamant/img/super-basket.png") no-repeat center;
    width: 35px;
    height: 40px;
    margin: auto;
    padding: 80px 0 0 0;
}

.super-basket-block > a p {
    margin-top: -10px;
    color: #94368d;
}

.help-block {
    text-align: left;
    padding: 22px 25px 0 0px;
}

.help-block p {
    color: #706f6f;
    padding: 6px 0 4px 0;
}

.help-block a {
    color: #FFF;
    /*border-bottom: 1px solid #4e88ba;*/
}

/*fixed nav*/
.fixed-nav {
    position: fixed;
    overflow: hidden !important;
    background: #fff;
    box-shadow: 0px 1px 19px 1px rgba(0, 0, 0, 0.08);
    z-index: 701;
    top: -1px;
    *opacity: 0;
    display: none;
    width: 100%; /*-webkit-transition: 0.3s;   -moz-transition: 0.3s;    -ms-transition: 0.3s;     -o-transition: 0.3s;     transition: 0.3s;*/
}

.fixed-nav .top-part {
    /* border: none; */
}

.fixed-nav .top-part,
.fixed-nav .bottom-part {
    width: 100%;
    clear: both;
    display: flex;
}

.fixed-nav .bottom-part {
    /* padding: 0 25px 0 0; */
}

.fixed-nav.active {
    /*opacity: 1;*/
    display: block;
}

.fixed-nav-wrapper {
    /* height: 115px;  */
}

.fixed-nav-wrapper a.logo {
    /*width: 283px;
    height: 70px;
    background: url("img/fixed-logo.png") no-repeat center;*/
    display: inline-block;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
        padding-top: 10px;
}
.fixed-nav-wrapper a.logo img{
        max-height: 50px;
}

/*.fixed-nav-wrapper .logo-text{  padding-left: 18%;}.fixed-nav-wrapper .logo-text > p{  display: none;}.fixed-nav-wrapper .logo-text > a{  padding: 0 25px;}.fixed-nav-wrapper .logo-text > a,.fixed-nav-wrapper .logo-text > a i{  line-height: 70px;  }*//*.fixed-tabs > a  span{display: none;}.fixed-tabs > a{  display: inline-block;  height: 70px;  width: 70px;  background: #f5f5f5;  margin: 0 5px;  text-align: center;}.fixed-tabs > a.active{  background: #94368D;}.fixed-tabs > a.active i{  color: #FFF;}.fixed-tabs > a i{  font-size: 40px;    line-height: 70px;    padding: 0;}*/
.fixed-nav-wrapper .super-basket-block { /*width: 20%;*/
    float: right;
    padding-right: 20px;
    /* height: 115px; */
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-left: auto;
}

.fixed-nav-wrapper .super-basket-block > a {
    width: 150px;
    margin: auto;
}

.fixed-nav-wrapper .super-basket-block > a .super-logo {
    float: left;
    padding-top: 70px;
}

.fixed-nav-wrapper .super-basket-block > a p {
    float: left;
    padding-top: 20px;
    padding-left: 15px;
}

.fixed-nav-wrapper .basket-block.not-auth {
    margin-left: auto;
}

.fixed-nav-wrapper .basket-block {
    padding-right: 25px;
    height: 70px;
    /* height: 115px; */
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
}

.fixed-nav-wrapper .basket-block div {
    height: 70px;
    /* padding-right: 25px; */
    height: 100%;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
}

.fixed-nav-wrapper .bx-basket-block a {
    width: 150px;
    padding: 0 10px;
    line-height: 55px;
}

.fixed-nav-wrapper .bx-basket-block a > span {
    padding-top: 0px;
    float: left;
    height: 70px;
}

.fixed-nav-wrapper .bx-basket-block a > p {
    display: inline-block;
    float: left;
    margin-top: -21px;
    margin-left: 35px;
}

.fixed-nav-wrapper .profile-block {
    width: 170px;
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
}

.fixed-nav-wrapper .profile-block marquee, .fixed-nav-wrapper .profile-block span {
    display: none;
}

.fixed-nav-wrapper .profile-block i {
    display: block;
    float: left;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    padding: 0 10px;
}

.fixed-nav-wrapper .profile-block p.noscroll {
    display: block !important;
    max-height: 70px;
    float: left;
    padding: 5px;
}

.fixed-nav-wrapper .login-block {
    float: right !important;
    line-height: 70px;
    -webkit-order: 5;
    -ms-order: 5;
    order: 5;
}

/*bot*/
.fixed-nav-wrapper .dropdonwn {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}

.fixed-tabs {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-right: auto;
    margin-left: 10px;
}

.fixed-search {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    flex-shrink: 0;
}

/* main menu*/
.catalogmenucolumn {
    float: left;
}

.catalogmenucolumn ul {
}

.catalogmenucolumn ul > li, .menu-custom ul > li {
    display: inline-block;
    vertical-align: top;
}

.catalogmenu > li > a, .menu-custom ul > li > a {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    color: #4f4e4f;
    display: block;
    padding: 18px 0;
}

.catalogmenu > li > a:hover, .menu-custom ul > li > a:hover {
    color: #706f6f;
}

.menu-custom ul > li > a {
    padding-left: 38px;
}

/* slide panel */
.slide_panel {
    margin-right: -360px;
    padding: 20px;
    width: 360px;
    position: absolute;
    /*z-index: 700;*/
    z-index: 10;
    top: 180px;
    right: 0;
    background: #fff;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}

.slide_panel.authed {
    min-height: 160px;
}

.slide_panel.not_authed {
    min-height: 105px;
}


.all_bonus_available {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: 3px solid #ba4e97;
    padding-bottom: 30px;
}

.all_bonus_available h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    background-color: rgba(148, 54, 141, 0.1);
    padding: 15px 0;
}

.all_bonus_available > div {
    width: 50%;
    text-align: center;
}

.all_bonus_available span {
    background-color: rgba(148, 54, 141, 0.1);
    padding: 10px;
    margin-left: 5px;
}
.bonus_cont .all_bonus_available span{
    display: block;
    margin-left: 0px;
    margin-top: 15px;
}
.bonus_cont .all_bonus_available{
    padding-bottom: 0;
}

.slide_panel.openbasket {
    width: 700px;
    margin-right: -700px;
    padding: 0;
}

.slide_panel.opensubscr {
    width: 500px;
    margin-right: -500px;
}

.slide_panel.active {
    position: fixed;
    top: 120px;
}

.slide_panel p.open {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    left: -50px;
    cursor: pointer;
    border: 1px solid #fff;
    border-right: none;
}
.slide_panel p.open.bonus{
    top: 0px;
    font-size: 30px;
    background-color: #94368d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.slide_panel p.open.basket {
    top: 55px;
    background: url("img/basket_slide.png") no-repeat center, #94368d;
}

.slide_panel p.open.personal {
    top: 110px;
    background: url("img/personal_slide.png") no-repeat center, #94368d;
}

.slide_panel p.open.msg {
    top: 100px;
    background: url("img/msg_slide.png") no-repeat center, #94368d;
}

.slide_panel p.open.favorites {
    background-color: #94368d;
    top: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_panel p.open.favorites i {
    color: #fff;
    font-size: 24px;
    padding: 0;
    opacity: 0.9;
}

.basket_cont {
    display: none;
}

.basket_cont .errortext {
    padding-left: 25px;
}

.personal_cont {
    display: none;
}

.msg_cont {
    display: none;
}

/* head-slider */
.slider-main-wrapper {
    padding: 30px 0;
    background: #FAFAFA;
}

.head-slider, .head-top {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f5f5f5;
    /*max-height: 402px;*/
    max-height: 455px; /*доработка*/
    padding: 0;
    background: #fff;
}

.head-slider {
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    width: 100%; /*доработка*/
}

.head-top {
    border-radius: 0 3px 3px 0;
}

.slider-main-wrapper .head-top .top_template_slider {
    height: 280px;
}

.slider-main-wrapper .head-top .top_template_slider .product-item {
    max-height: 280px;
    border: none;
    border-bottom: 1px solid #f5f5f5;
}

.slider-main-wrapper .head-top .top_template_slider .product-item-image-wrapper {
    padding-top: 280px !important;
}

.preim {
    padding-bottom: 30px;
    background: #FAFAFA;
}

.preim table {
    width: 100%;
}

.preim table tr td img {
    float: left;
    margin-right: 20px;
}

.preim table tr td {
    vertical-align: middle;
    min-height: 65px;
}

.preim table tr td h3 {
    font-size: 16px;
    color: rgb(47, 44, 45);
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
    padding-left: 85px;
}

.preim table tr td p {
    font-size: 14px;
    color: rgb(47, 44, 45);
    line-height: 2;
    padding-left: 85px;
}

.catalog-sections .sections {
    float: left;
}

.catalog-sections .another {
    color: #94368d;
    font-size: 15px;
    padding: 5px 0;
    display: block;
}

.catalog-sections .another:hover {
    color: #4f4e4f;
}

.leader-wrapper {
    /*z-index: 99*/
    z-index: 10;
}

.leader-wrapper, .newproduct { /* float:left; width: 700px;*/
    /*width: 97.8% !important;*/
}

.newproduct {
    max-width: 1370px;
    width: 100%;
}

.news-wrapper, .video { /*float:right;width:670px;*/
}

.title-main {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 50px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-main h1 {
    font-size: 26px;
    display: inline-block;
    line-height: 0.8;
    font-weight: bold;
}

.curses-wrapper .title-main {
    padding-bottom: 40px;
    padding-top: 70px;
}

.title-main > span {
    float: left;
    padding: 6px 20px 0 0px;
    line-height: 0.8;
    display: none;
}

.title-main > span h5 {
    font-size: 18px;
}

.title-main a {
    font-size: 18px;
    color: #94368d;
    float: right;
}

/* brends */
.brends { /*border-bottom: 1px solid #eaeaea;*//*border-top: 1px solid #eaeaea;*/
}

.brends table {
    width: 100%;
    height: 80px;
}

.brends table tr td {
    width: 16.67%;
    vertical-align: middle;
    text-align: center;
}

.brends-wrapper {
    margin-top: 40px;
}

/*news mainpage*//*newproduct-video-wrapper*/
.newproduct-video-wrapper, .leader-news-wrapper {
    background: #fafafa;
}

/*sale*/
.sale-section-wrapper .bx_catalog_tile_home_type_2 .bx_catalog_item {
    *background: #F5F5F5;
}

/* footer */
footer {
    margin-top: 50px;
    overflow: hidden;
}

footer.is_main_page {
    margin-top: 0;
    background-color: #fafafa;
}

.footer-wrapper {
    background: #fafafa;
}

.footer {
    padding-bottom: 30px;
}

.footer > div {
    display: inline-block;
    vertical-align: top;
}

.footer > div:nth-child(1) {
    width: 20%;
}

.footer > div:nth-child(2) {
    width: 22%;
    padding-left: 6em;
}

.footer > div:nth-child(3) {
    width: 12%;
}

.footer > div:nth-child(4) {
    width: 15%;
}

.footer > div:nth-child(4) p {
    color: #706f6f;
    line-height: 1;
    margin-top: 7px;
}

.footer > div:nth-child(4) h1, .footer > div:nth-child(4) h5:not(:first-child) {
    padding-top: 5px;
}

.foot-mails > p {
    display: none;
}

.foot-mails a {
    float: left;
}

.foot-mails a:nth-child(3) {
    padding-left: 25px;
}

.footer > div > h5 {
    padding: 30px 15% 20px 0;
}

.footer > div ul li {
}

.footer a {
    display: block; /*padding: 8px 0;*//*line-height: 0.8;*/
}

.footer ul li a {
    font-size: 14px;
    line-height: 2.143;
}

.footer a:hover {
    color: #94368d;
}

/*social*/
.soclinks-wrapper {
    margin: 0px;
}

.soclinks-wrap p {
    margin-bottom: 10px;
    color: #706f6f;
    text-align: left;
    line-height: 0.8
}

.soclinks-wrap a {
    margin-bottom: 10px;
}

p.soclinks-wrapper {
    display: inline-block;
}

.soclink {
    display: inline-block !important;
    width: 30px;
    height: 30px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    margin: 0 1px;
    padding: 0 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.soclink:hover {
    background-position: center -30px;
    text-decoration: none;
    border: none !important;
}

.vk {
    background: url(img/soclinks2/vk.svg) no-repeat center top;
}

.fb {
    background: url(img/soclinks2/fb.svg) no-repeat center top;
}

.twit {
    background: url(img/soclinks2/twitter.svg) no-repeat center top;
}

.odn {
    background: url(img/soclinks2/odn.svg) no-repeat center top;
}

.yt {
    background: url(img/soclinks2/yt.svg) no-repeat center top;
}

.inst {
    background: url(img/soclinks2/inst.svg) no-repeat center top;
}

/**/
.copyright {
    text-align: left;
    font-weight: 500;
    padding: 20px 0;
}

/* sections main page */
.catalog-sections {
    padding: 40px 0;
}

.catalog-sections .cat-long {
    width: 50%;
}

.catalog-sections .short {
    width: 50%;
}

.catalog-sections .cat-long, .catalog-sections .short {
    float: left;
    height: 280px;
    padding-top: 40px;
    padding-left: 40px;
    position: relative;
    border: 1px solid #f4f4f4;
    border-radius: 3px;
}

.catalog-sections .cat-long:hover, .catalog-sections .short:hover {
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
}

.catalog-sections .cat-long:hover .default-white-btn, .catalog-sections .short:hover .default-white-btn {
    color: #94368d;
    background: #fff;
    box-shadow: none;
}

.catalog-sections .default-white-btn {
    color: #fff;
    background: #94368d;
}

.catalog-sections .cat-long:hover .default-white-btn span, .catalog-sections .short:hover .default-white-btn span {
    background: url(img/btn-white-arr-hover.png) no-repeat center;
}

.catalog-sections .default-white-btn {
    position: absolute;
    left: 40px;
    bottom: 15px;
}

.catalog-sections .short.brow {
    /*background: url(img/mainpagecat/brow.png) no-repeat right center;*/
    background-size: cover;
}

.catalog-sections .cat-long.lash {
    /*background: url(img/mainpagecat/lash.png) no-repeat right center;*/
    background-size: cover;
}

.catalog-sections .short.nail {
    background: url("img/mainpagecat/nail.png") no-repeat right top, linear-gradient(360deg, #fafafa 0%, #f5f5f5 100%);
    background-size: contain;
}

.catalog-sections .svet {
    background: url(img/mainpagecat/right-svet.jpg) no-repeat center center, linear-gradient(360deg, #fafafa 0%, #f5f5f5 100%);
    background-size: cover;
}

.catalog-sections .depilyacia {
    background: url(img/mainpagecat/depilyac.png) no-repeat right center;
    background-size: cover;
}

.catalog-sections .cat-long.korean {
    background: url("img/mainpagecat/korean.jpg") no-repeat right top, linear-gradient(360deg, #fafafa 0%, #f5f5f5 100%);
    background-size: cover;
}

.catalog-sections .short.sale {
    background: url("img/mainpagecat/sale.jpg") no-repeat right center;
    background-size: cover;
}

.catalog-sections h1 {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 20px;
}

.catalog-sections ul li {
}

.catalog-sections ul li a {
    color: #4f4e4f;
    font-size: 15px;
    padding: 5px 0;
    display: block;
}

.catalog-sections ul li a:hover {
    color: #94368d;
}

/* fast view */
.getFastView {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #2b2b2b;
    text-decoration: none;
    border-radius: 2px;
    position: absolute;
    text-align: center;
    margin-left: -75px;
    margin-top: -20px;
    line-height: 40px;
    cursor: pointer;
    color: #ffffff; /* display: none; */
    height: 40px;
    width: 150px;
    opacity: 0.9;
    z-index: 7;
    left: 50%;
    top: 50%;
}

/*window*/
#appFastView {
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    overflow: auto;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px; /*display: none;*/
}

#appFastView .appFastViewContainer {
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: #ffffff;
    margin-left: -500px;
    margin-top: -275px;
    position: absolute;
    height: 550px;
    width: 1000px;
    left: 50%;
    top: 50%;
}

#appFastView .appFastViewColumnContainer {
    height: 490px;
}

#appFastView .appFastViewPictureColumn {
    border-right: 1px solid #dddddd;
    position: relative;
    height: 490px;
    width: 336px;
    float: left;
}

#appFastView .appFastViewDescriptionColumn {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 410px;
    float: left;
    padding-bottom: 15px;
}

#appFastView .appFastViewDescriptionColumnContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 24px;
    overflow-x: hidden; /*position: absolute;*/
    overflow-y: scroll;
    height: 100%;
    width: 100%; /*left: 24px;*/
}

#appFastView .appFastViewDescriptionColumnContainer::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
}

#appFastView .appFastViewDescriptionColumnContainer::-webkit-scrollbar-thumb {
    width: 12px;
    background: url("img/scroll-fast.png") no-repeat center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

#appFastView .appFastViewDescriptionColumnContainer::-webkit-scrollbar-track {
    border-left: 1px solid #ececec;
}

#appFastView .appFastViewInformationColumn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0px 24px;
    height: 100%;
    width: 251px;
    float: left;
}

#appFastView .markerContainer {
    position: absolute;
    color: #ffffff;
    z-index: 88;
    left: 12px;
    top: 12px;
}

#appFastView .marker {
    margin-bottom: 8px;
    line-height: 16px;
    padding: 3px 4px;
    z-index: 2;
}

#appFastView .appFastViewPictureSlider, #appFastView .appFastViewPictureCarousel, #appFastView .appFastViewPictureSliderItems, #appFastView .appFastViewPictureCarouselItems {
    -webkit-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

#appFastView .appFastViewPictureSliderItems, #appFastView .appFastViewPictureCarouselItems {
    left: 0px;
}

#appFastView .appFastViewPictureCarouselItems {
    padding-bottom: 12px;
}

#appFastView .appFastViewPictureCarousel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px 12px 12px;
    margin: 0 24px;
}

#appFastView .appFastViewPictureSliderItem, #appFastView .appFastViewPictureCarouselItem {
    text-align: center;
    float: left;
}

#appFastView .appFastViewPictureSliderItem {
    line-height: 380px;
    height: 380px;
}

#appFastView .appFastViewPictureSliderItemLayout {
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
}

#appFastView .appFastViewPictureCarouselItem {
    line-height: 60px;
    height: 60px;
}

#appFastView .appFastViewPictureSliderItemPicture, #appFastView .appFastViewPictureCarouselItemPicture {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

#appFastView .appFastViewPictureCarouselLeftButton, #appFastView .appFastViewPictureCarouselRightButton {
    position: absolute;
    margin-top: -14px;
    height: 16px;
    opacity: 0.5;
    z-index: 99;
    width: 14px;
    top: 50%;
}

#appFastView .appFastViewPictureCarouselRightButton i, #appFastView .appFastViewPictureCarouselLeftButton i {
    display: none;
}

#appFastView .appFastViewPictureCarouselRightButton {
    width: 52px;
    height: 52px;
    background: url(img/fastright.png) no-repeat center center;
    opacity: 1;
    background-position: center center;
    top: 185px;
}

#appFastView .appFastViewPictureCarouselLeftButton {
    width: 52px;
    height: 52px;
    background: url(img/fastleft.png) no-repeat center center;
    opacity: 1;
    top: 185px;
}

#appFastView .appFastViewPictureCarouselLeftButton:hover, #appFastView .appFastViewPictureCarouselRightButton:hover {
    opacity: 0.8;
}

#appFastView .appFastViewPictureCarouselLeftButton:active, #appFastView .appFastViewPictureCarouselRightButton:active {
    opacity: 1;
}

#appFastView .appFastViewPictureCarouselLeftButton:active {
    left: 1px;
}

#appFastView .appFastViewPictureCarouselRightButton:active {
    right: 1px;
}

#appFastView .appFastViewPictureCarouselLeftButton {
    left: -1px;
}

#appFastView .appFastViewPictureCarouselRightButton {
    right: -1px;
}

#appFastView .appFastViewPictureSliderItemLink, #appFastView .appFastViewPictureCarouselItemLink {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#appFastView .appFastViewPictureSliderItemLink img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#appFastView .appFastViewPictureSliderItemLink {
    display: inline-block;
    position: relative; /*overflow: hidden;*/
    line-height: 0;
    height: auto;
}

#appFastView .appFastViewPictureCarouselItemLink {
    position: relative;
    display: block;
    height: 60px;
    opacity: 0.3;
}

#appFastView .appFastViewPictureSliderItemLink:hover img, #appFastView .appFastViewPictureCarouselItemLink:hover {
    opacity: 0.9;
}

#appFastView .appFastViewPictureCarouselItemLink.active {
    pointer-events: none;
    position: relative;
    opacity: 1;
}

#appFastView .appFastViewPictureCarouselItemLink.active:hover {
    opacity: 1;
}

#appFastView .appFastViewPictureSliderItemLink:active, #appFastView .appFastViewPictureCarouselItemLink:active {
    position: relative;
    top: 1px;
}

#appFastView .appFastViewPictureCarouselItemLink.active:after {
    background: rgba(51, 51, 51, 1);
    transform: translateX(-50%);
    position: absolute;
    display: block;
    bottom: -4px;
    content: '';
    height: 2px;
    width: 20%;
    left: 50%;
}

#appFastView .appFastViewPictureLoupe {
    background-repeat: no-repeat;
    border: 1px solid #333333;
    border-radius: 50%;
    position: absolute;
    margin-left: -75px;
    margin-top: -75px;
    cursor: crosshair;
    height: 150px;
    width: 150px;
    left: -9999px;
    top: -9999px;
}

#appFastView .appFastViewHeading {
    background-color: #94368d;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
}

#appFastView .appFastViewProductHeading {
    line-height: 33px;
    font-size: 21px;
}

#appFastView .appFastViewProductHeading a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #333333;
}

#appFastView .appFastViewProductHeading a:hover {
    color: #555555;
}

#appFastView .appFastViewProductHeading a:active {
    position: relative;
    top: 1px;
}

#appFastView .appFastSkuProductPropertiesHeading, #appFastView .appFastViewProductPropertiesHeading {
    margin-top: 24px;
    font-size: 16px;
    margin-bottom: 15px;
}

#appFastView .appFastViewProductPropertiesHeading {
    margin-bottom: 12px;
}

#appFastView .propertyTable {
    table-layout: fixed;
    display: table;
    width: 100%;
}

#appFastView .propertyTable {
    font-size: 13px;
}

#appFastView .propertyTable .propertyName, #appFastView .propertyTable .propertyValue {
    background-color: #ffffff;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    overflow: hidden;
    padding: 4px 0;
}

#appFastView .propertyTable .propertyValue {
    padding-left: 12px;
    width: 40%;
}

#appFastView .propertyTable .propertyName:after {
    border-bottom: 1px dotted #cccccc;
    position: absolute;
    margin-left: 12px;
    height: 13px;
    content: '';
    width: 100%;
}

#appFastView .propertyTable .propertyValue a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #555555;
}

#appFastView .propertyTable .propertyValue a:hover {
    color: #333333;
}

#appFastView .appFastViewDescription {
    display: none;
}

#appFastView .appFastViewDescription.visible {
    display: block;
}

#appFastView .appFastViewDescriptionHeading {
    margin-top: 24px;
    font-size: 16px;
}

#appFastView .appFastViewDescriptionText {
    line-height: 21px;
    margin-top: 12px;
    font-size: 13px;
}

#appFastView .skuPropertyList {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: table-cell;
}

#appFastView .skuProperty {
    overflow: hidden;
    margin: 0;
    display: table;
}

#appFastView .skuProperty:last-child {
    margin-bottom: 0px !important;
}

#appFastView .skuPropertyName {
    font-size: 13px;
    display: table-cell; /*float: left;*/
    line-height: 42px;
    vertical-align: top;
    padding-right: 0px;
    max-width: 75px;
    min-width: 75px;
}
#appFastView .skuProperty[data-name="LASH_LIC_ACTION"]{
    display: none;
}
#appFastView .skuProperty li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    min-width: 55px;
    float: left;
}

#appFastView .skuProperty .selected .skuPropertyLink {
    pointer-events: none;
    position: relative;
}

#appFastView .skuProperty .disabled {
    display: none;
}

#appFastView .skuPropertyLink {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    padding: 0px 3px;
    min-height: 28px;
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#appFastView .skuPropertyLink:hover {
    opacity: 0.8;
}

#appFastView .skuPropertyList img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

#appFastView .skuProperty .selected .skuPropertyLink {
    border: 2px solid #94368d;
    background-color: #94368d;
    color: #fff;
}

#appFastView .skuPropertyLink {
    border: 2px solid #ececec;
    color: #333333;
}

#appFastView .appFastViewExit {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    right: 20px;
    top: 13px;
    background: url("img/close_pop.png") no-repeat center;
}

#appFastView .addCart {
    text-decoration: none;
    background: #F5F5F5;
    color: #4f4e4f;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    margin-top: 15px;
    display: block;
    line-height: 50px;
    height: 50px;
}

#appFastView .addCart i {
    background: url(img/suplorzina.png) no-repeat center;
    width: 20px;
    height: 21px;
    display: inline-block;
    margin: 12px 10px 0 -8px;
}

#appFastView .price {
    text-decoration: none;
    position: relative;
    line-height: 28px;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 700;
    display: block;
    color: #4f4e4f;
}

#appFastView .appFastViewMoreLink {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: block;
    width: 134px;
    height: 23px;
    line-height: 23px;
    background: url(img/btn-white-arr.png) no-repeat 0 50%;
    text-align: center;
    z-index: 0;
    font-weight: 700;
    color: #4f4e4f;
    font-size: 15px;
}

#appFastView .article {
    margin-top: 24px;
    color: #888888;
}

#appFastView .article.hidden {
    display: none;
}

#appFastView .discount {
    padding-left: 4px;
    font-size: 14px;
    color: #888888;
}

#appFastView .price .oldPriceLabel {
    text-decoration: none;
    margin-top: 6px;
    font-size: 14px;
    display: block;
    color: #888888;
}

#appFastView .price .discount, #appFastView .price .discount {
    padding-left: 4px;
    font-size: 14px;
    color: #888888;
}

#appFastView .appFastViewInformationColumn .row {
    margin-bottom: 12px;
    position: relative;
}

#appFastView .appFastViewInformationColumn .row img {
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -4px;
}

#appFastView .quant-block {
    border: 1px solid #ececec;
    height: 50px;
    display: inline-block;
    clear: both;
    margin-top: 15px;
}

#appFastView .minus, #appFastView .plus {
    display: inline-block;
    min-width: 30px;
    line-height: 48px;
    float: left;
    border-bottom-color: transparent;
    background: #f5f5f5;
    font-size: 20px;
    color: #706f6f;
    font-weight: bold;
    text-align: center;
}

#appFastView .input_val {
    border: 1px solid #f5f5f5;
    border-right: none;
    border-left: none;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    width: 45px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    background: #FFF;
    color: #4f4e4f;
    padding: 0;
}

#appFastView .minus {
    border: 1px solid #f5f5f5;
    border-right: none;
}

#appFastView .plus {
    border: 1px solid #f5f5f5;
    border-left: none;
}

#appFastView .available-block {
    margin-top: 15px;
}

#appFastView .available-block span {
    padding: 0;
    color: #94368D;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}

#appFastView .fast-suscr-block {
    margin-top: 15px;
}

#appFastView .quant-block.disabled, #appFastView .addCart.disabled, #appFastView .fast-suscr-block.disabled {
    display: none;
}

/*///////////////////////-PAGES-//////////////////////////////*/
.page-title h1 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 26px;
}

/*/////////////////////-FORMS-///////////////////////////////*//*popup*/
.popup-window {
    padding: 30px; /*position: fixed !important;*/
    box-shadow: 0 7px 21px rgba(83, 92, 105, .52), 0 -1px 6px 0 rgba(83, 92, 105, .56)
}

.popup-window.popup-window-with-titlebar {
    padding: 30px;
    padding-top: 0px;
}

#call_auth_pop .popup-window-close-icon, #call_rewiew_pop .popup-window-close-icon, .popup-window-titlebar-close-icon {
    top: -27px;
    right: -27px;
    opacity: 1;
}

.popup-window-close-icon:after {
    background: url(img/closepop.png) no-repeat center;
    width: 20px;
    height: 20px;
}

/*popup basket add*/
.popup-window-titlebar, .popup-window-titlebar-text, .popup-window-titlebar-text-version {
    display: none !important;
}

.popup-window-with-titlebar .popup-window-content img, .popup-window-with-titlebar .popup-window-content p {
    display: inline-block;
}

.popup-window-with-titlebar .popup-window-content p {
    float: right;
    padding: 20px 15px;
    font-weight: 600;
    color: #333333;
    text-decoration: underline;
    text-decoration-color: #888;
}

.popup-window-buttons {
    text-align: center;
    padding: 20px 0 10px;
    position: relative;
}

.popup-window-buttons > span {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.popup-window-buttons > span:nth-child(1) {
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 0px !important;
    line-height: 20px;
    display: inline-block;
}

.popup-window-buttons > span:nth-child(1) {
    border: 1px solid #94368d !important;
    background: #94368d;
}

.popup-window-buttons > span:nth-child(1):hover {
    background: #fff;
    color: #94368d;
    border: 1px solid #94368D !important;
}

.popup-window-buttons > span:nth-child(2) {
    color: #333333;
    display: inline-block;
    border: 1px solid #333333 !important;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
}

.popup-window-buttons > span:nth-child(2):hover {
    background: #94368d;
    color: #fff;
    border: 1px solid #94368d !important;
}

/*form*/
#call_rewiew_pop {
    width: 370px;
    padding: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.rewiew-form {
    text-align: center;
    max-width: 370px;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.rewiew-form h1 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    padding: 0 15%;
}

.rewiew-form table {
    width: 100%;
    text-align: center;
}

.rewiew-form table td {
    display: block;
    margin: auto;
    clear: both;
    padding: 0 15%;
    margin: 10px 0;
}

.rewiew-form table tr:nth-child(1) td:nth-child(1) {
    text-align: left;
}

.rewiew-form table tr:nth-child(2) td:nth-child(1) {
    text-align: left;
}

.rewiew-form table tfoot tr td {
    text-align: center !important;
    margin: 0;
}

.rewiew-form table thead {
    display: none;
}

.rewiew-form input[type="text"], .rewiew-form textarea {
    width: 100%;
}

.file-upload input[type="file"] {
    display: none; /* скрываем input file */
}

/* задаем стили кнопки выбора файла*/
.file-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 20px 0;
}

/* Растягиваем label на всю область блока .file-upload */
.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* стиль текста на кнопке*/
.file-upload span {
    line-height: 34px;
}

.file-upload span.txt {
    text-decoration: underline;
    text-decoration-style: dashed;
}

/*colors*/
.file-upload span i {
    font-size: 20px;
    margin-right: 13px;
    padding: 5px 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/*//////////////////- ОБУЧЕНИЕ -////////////////////*/
.akademiya-top { /*width: 470px;*/
    background: #FFF; /*height: 400px;*/
}

.akademiya-top > div {
    height: 50%;
    padding: 30px;
}

.akademiya-top > div h4 {
    padding-bottom: 10px;
}

.akademiya-top > div p {
    padding-bottom: 25px;
}

.akademiya-top .head-top-first {
    background: #94368D;
    color: #FFF;
    border-radius: 0 3px 3px 0;
}

.akademiya-top .head-top-second {
    background: url("img/akademia-banner-prepod.png") no-repeat bottom right;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    border-radius: 0 3px 3px 0;
}

.content-akademia-wrapper {
    padding: 0px 0;
}

.content-left {
    padding-left: 0;
}

/*ВИДЕО ОБУЧЕНИЕ НА ГЛАВНОЦ*/
.video-wrapper {
    background: #EEE;
    width: 100%;
    margin: 70px 0 40px;
    position: relative;
}

.videoakademymain {
    height: 100%;
    position: static;
    padding-top: 65px;
    padding-bottom: 70px;
}

.videoakademymain .text-part {
    max-width: 870px;
    padding: 0;
    z-index: 1;
    max-width: 720px
}

.videoakademymain .img-part {
    position: absolute;
    height: 100%;
    width: 930px;
    background: url("img/akademy-video-bg.jpg") no-repeat right bottom;
    bottom: 0;
    right: 0;
}

.videoakademymain .text-part h1 {
    font-size: 26px;
    font-weight: 700;
}

.videoakademymain .btn-container {
    text-align: left;
    margin-bottom: 0;
}

.videoakademymain .default-purple-btn, .videoakademymain .default-purple-border {
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 50px;
    display: inline-block;
}

.videoakademymain .default-purple-border {
    background: #EEE;
}

.videoakademymain .default-purple-border:hover {
    background: #94368d;
}

.videoakademymain .default-purple-border.play {
    background: transparent;
    border: 1px solid transparent;
    text-decoration: underline;
    text-underline-position: under;
}

.videoakademymain .default-purple-border.play:hover {
    background: transparent;
    color: #94368d;
    text-decoration: none;
}

.videoakademymain .default-purple-border.play i {
    color: #94368d;
}

.videoakademymain .default-purple-btn i, .videoakademymain .default-purple-border i {
    line-height: 50px;
    font-size: 18px;
}

.akademy-video-list {
    margin: 40px 0;
    width: 100%;
}

.akademy-video-list .video {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 33%;
}

.akademy-video-list .video img {
    width: 100%;
}

.akademy-video-list .video p {
    font-weight: 700;
    padding-top: 10px;
}

form[name="SIMPLE_FORM_2"] h2 {
    display: none;
}

form[name="SIMPLE_FORM_2"] tr td {
    padding-right: 20px;
}

form[name="SIMPLE_FORM_2"] tr td:nth-child(2) {
    padding-right: 0;
}

form[name="SIMPLE_FORM_2"] tr td input[type="text"] {
    min-width: 250px;
}

form[name="SIMPLE_FORM_3"] tr td br {
    display: block !important;
}

form[name="SIMPLE_FORM_3"] tr td {
    padding-right: 20px;
}

form[name="SIMPLE_FORM_3"] tr td:nth-child(2) {
    padding-right: 0;
}

form[name="SIMPLE_FORM_1"] tr td {
    padding-right: 20px;
}

form[name="SIMPLE_FORM_4"] tr td {
    padding-right: 20px;
}

form[name="SIMPLE_FORM_5"] tr td {
    padding-right: 20px;
}

form[name="SIMPLE_FORM_1"] tr td:nth-child(2) {
    padding-right: 0;
}

form[name="SIMPLE_FORM_1"] tbody tr:last-child td .form-required.starrequired {
    display: none;
}

form[name="SIMPLE_FORM_4"] tbody tr:last-child td .form-required.starrequired {
    display: none;
}

form[name="SIMPLE_FORM_5"] tbody tr:last-child td .form-required.starrequired {
    display: none;
}

form[name="form_auth"] .bx-authform-formgroup-container input[type="submit"] {
    background: #94368d;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    line-height: 48px;
    border-color: #94368d;
    padding: 0 20px
}

form[name="form_auth"] .bx-authform-formgroup-container input[type="submit"]:focus {
    outline: none;
}

form[name="form_auth"] .bx-authform-formgroup-container input[type="submit"]:hover {
    background: #fff;
    color: #94368d;
}

form[name="form_auth"] .bx-title {
    margin-bottom: 10px;
}

.btn-container {
    margin: 25px 0;
    text-align: center;
}

.btn-container a {
    padding: 15px 50px;
}

.btn-container a:first-child {
    margin-right: 15px;
}

.news-detail > h3 {
    display: none;
}

/*//////////////////- ПРЕДСТАВИТЕЛИ -////////////////////*/
.become_predstavitel {
    width: 100%;
    background: #FFF;
    padding: 25px 0;
    text-align: center;
    display: block;
}

.become_predstavitel img {
    margin-bottom: 1px;
}

.become_predstavitel p {
    font-size: 15px;
    line-height: 20px;
    color: #4f4e4f;
    padding-top: 10px;
    text-transform: uppercase;
    text-underline-position: under;
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: under;
}

.brend-need {
    background: #94368D;
    color: #fff;
    padding: 25px 30px;
}

.brend-need span {
    font-weight: 700;
    text-transform: uppercase;
}

/*predstavitel*/
.predstavitel-wrapper {
    background: #fafafa;
}

.map-wrapper-main #breadcrumb {
    padding-top: 0;
    margin-top: 25px;
}

.predstavitel-wrapper .page-title h1 {
    font-size: 36px;
    /*margin-bottom: 0;*/
}

.predstavitel-text {
    padding: 60px 0;
}

/* ----------- MAP MAIN PREDSTAVOTEL ------ */
.map {
    position: relative;
    text-align: center;
}

.map svg {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
}

.map span {
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #aeacad;
    text-underline-position: under;
    position: absolute;
}

.map span.active {
    text-decoration: none;
}

.map path {
    opacity: 0;
    cursor: pointer;
}

.map path.active {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.1;
}

.txt-city {
    display: block;
    text-align: center;
    width: 100px;
    white-space: pre;
    cursor: pointer;
}

.txt-russia {
    top: 45%;
    left: 43.5%;
}

.txt-kazahstan {
    left: 33%;
    bottom: 26%;
}

.txt-belorus {
    bottom: 32%;
    left: 10.5%;
}

.txt-ukraina {
    bottom: 26%;
    left: 12%;
}

.txt-moldavia {
    left: 10%;
    bottom: 21%;
}

.txt-uzbekistan {
    bottom: 18%;
    left: 30%;
}

.txt-kirgizia {
    bottom: 16%;
    left: 39%;
}

.txt-izral {
    left: 16%;
    bottom: 3%;
}

.txt-city .city-count {
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    opacity: 0;
}

.txt-city.active .city-count {
    display: none !important;
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.text-popuper {
    position: fixed;
    max-width: 360px;
    margin-right: -180px;
    left: 50%;
    top: 45%;
    padding: 20px 20px;
    border: 1px solid rgb(245, 245, 245);
    margin-top: 12px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

/* --------------- MAP FILTERS -------- */
.map-wrapper-main {
}

/*by city*/
.city-filter-wrapper {
    margin-bottom: 60px;
}

#city-filter {
    padding-top: 15px;
}

#city-filter > li {
    line-height: 40px;
}

#city-filter > li span {
    color: #4f4e4f;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #aeacad;
    text-underline-position: under;
}

#city-filter > li img {
    padding-right: 22px;
    margin-bottom: -3px;
}

#city-filter > li span.city-count {
    text-decoration: none;
    color: #706F6F;
    padding-left: 4px;
    display: none !important;
}

/*by direction*/
.direction-filter-wrapper {
    background: url(img/direction-filter.png) no-repeat top right, #FFF;
    padding: 55px 40px;
    border: 1px solid rgb(245, 245, 245);
    margin-top: 12px;
}

.direction-filter-wrapper h1 {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
}

#direction-filter {
    display: inline-block;
    float: right;
    margin-top: -15px;
}

.direction-button > div {
    display: inline-block;
}

.direction-button {
    display: inline-block;
    padding: 15px 20px;
    margin-left: 10px;
}

.direction-button > div {
    text-align: left;
}

.direction-button > div h1 {
    font-size: 26px;
}

/*---------------PREDSTAVITEL LIST---------------*/
.predstavitel-listing {
}

.predstavitel-listing > a {
    display: inline-block;
    width: 20%;
    margin-bottom: 15px;
}

.predstavitel-listing > a img {
    display: block;
    margin: auto;
}

.predstavitel-listing > a span {
    display: block;
    clear: both;
}

/* PREDST SORTER */
.predst-sorter {
    padding: 30px 0;
}

.predst-sorter ul {
}

.predst-sorter ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.predst-sorter ul li a {
    display: block;
    color: #4f4e4f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 15px;
    border: 1px solid rgb(244, 244, 244);
    border-radius: 2px;
}

.predst-sorter ul li a.active {
    border-width: 2px;
    border-color: rgb(148, 54, 141);
}

/* by city */
.predst-sort-city {
    margin: 15px 0;
}

.predst-sort-city a {
    display: inline-block;
    margin: 0 20px 15px 0;
}

/* PAGES TEXT STYLES / SNIPPETS */
.curse_price {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #94368d;
    border: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.market_ul {
}

ul.market_ul li {
    line-height: 25px;
}

ul.market_ul li i {
    padding-top: 4px;
}

ul.vert_mark_ul {
}

ul.vert_mark_ul li {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    height: 45px;
    padding-left: 20px;
    margin-bottom: 1px;
}

ul.vert_mark_ul li:nth-child(2n+1) {
    background-color: #f5f5f5;
}

ul.vert_mark_ul li:nth-child(2n) {
    background: #fafafa;
}

ul.vert_mark_ul li a {
    line-height: 45px;
    font-weight: 700;
    color: #4f4e4f;
    font-size: 14px;
}

ul.vert_mark_ul li a:hover {
    color: #94368D;
}

ul.vert_mark_ul li:before {
    content: "";
    height: 100%;
    display: inline-block;
    width: 5px;
    background: #94368D;
    position: absolute;
    top: 0;
    left: 0;
}

.text-pages {
    line-height: 20px;
}

.text-pages p {
    font-size: 14px;
}

/* AUTH */
.auth-form {
    width: 100%;
    max-width: 300px;
}

#hideAUTH .notification {
    color: red;
    margin-bottom: 10px;
    max-width: 300px;
    display: none;
}

.auth-form input[type="text"], .auth-form input[type="password"] {
    width: 100%;
}

.auth-form .line {
    margin-bottom: 10px;
}

.auth-form .line.password .text {
    width: 58%;
    float: left;
}

.auth-form .line.password .default-purple-btn {
    width: 38%;
    float: right;
    padding: 11px 14px;
    max-height: 37px;
    line-height: 13px;
}

.auth-form .line.buttons a {
    float: right;
}

.auth-form .line.forgot span {
    display: inline-block;
    float: left;
    padding-top: 11px;
    margin-right: 10px;
}

.auth-form .line.forgot a {
    float: right;
    padding: 11px 18px;
}

/* forms -> register  */
.someform .line.captcha input {
    width: 108px;
}

.someform .line.captcha img {
    float: right;
}

/*  - AUTH -  *//*  */
.bonuse_balanse {
    font-size: 18px;
    font-weight: bold;
}

.bonuse_balanse_right {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

/**-------------------oferta-------------------------*/
.main-user-consent-request-popup-button-acc {
    background: #94368d;
    color: #fff;
    border: 1px solid #94368d;
    border-radius: 3px;
}

.main-user-consent-request-popup-button-acc:hover {
    background: transparent;
    color: #94368d;
}

.main-user-consent-request-popup-button-rej {
    border: 1px solid #94368d;
    box-shadow: none;
    color: #333333;
}

.main-user-consent-request-popup-button-rej:hover {
    border: 1px solid #db4a29;
    background: transparent;
    color: #db4a29;
}

.banner-lovely {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 75px;
}

.banner-lovely img {
    margin: 0 auto;
}

.cart-popup-notification {
    display: none;
    max-width: 360px;
    padding: 20px;
    border-radius: 3px;
    position: fixed;
    left: 50%;
    top: 35%;
    margin-left: -180px;
    background: #fff;
    z-index: 500;
    box-shadow: 0 7px 21px rgba(83, 92, 105, .52), 0 -1px 6px 0 rgba(83, 92, 105, .56);
}

.cart-popup-notification p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}

.cart-popup-notification h3 {
    color: #af3636;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.understand a {
    cursor: pointer;
    margin: 20px auto 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.understand:hover a {
    color: #333333;
}

.understand-yes {
    margin: 20px auto 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.understand-yes:hover a {
    color: #fff;
}

/*--персональный раздел, кнопка оплатить--*/
.sale-order-list-button {
    display: none;
}

.desban {
    display: block;
}

.planban {
    display: none;
}

.mobiban {
    display: none;
}

.bx_top_menu_ul .bx_top_menu_li_sub a[href*="uchebnye_posobiya"] {
    background: rgba(148, 54, 141, 0.3);
    padding: 5px 15px;
}

/*video::-internal-media-controls-download-button {    display:none;}video::-webkit-media-controls-enclosure {    overflow:hidden;}video::-webkit-media-controls-panel {    width: calc(100% + 30px); /* Adjust as needed *//*}*/

/* OPT PAGE */
.predstavitel {
    display: inline-block;
    width: 260px;
    overflow: hidden;
    border-radius: 3px;
    background: #94368d;
    box-sizing: border-box;
    padding: 15px 15px;
    padding-right: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}
.predstavitel b {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

.opt-page {
    max-width: 775px;
}

.opt-page p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.opt-page .file_download {
    display: inline-block;
    width: 195px;
    overflow: hidden;
    border-radius: 3px;
    background: url(img/button.png) no-repeat 20px center, #94368d;
    box-sizing: border-box;
    padding: 15px 60px;
    padding-right: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}

.opt-page .file_download span {
    font-size: 14px;
    display: block;
    color: #fff;
    line-height: 1;
    margin-bottom: 3px;
}

.opt-page .file_download b {
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.opt-page table.spec {
    background: url(img/line-opt.png) no-repeat left center;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
}

.opt-page table.spec tr td {
    vertical-align: middle;
    border: 1px solid #f5f5f5;
}

.opt-page table.spec tr td:nth-child(1) {
    padding-left: 70px;
    line-height: 1.2;
    max-width: 405px;
}

.opt-page table.spec tr td:nth-child(2) {
    padding: 17px 0px 17px 30px;
}

.opt-page table.spec tr td:nth-child(2) span {
    color: #94368d;
}

.opt-page table.spec tr td:nth-child(2) p {
    line-height: 1.3;
    margin-bottom: 0;
}

.opt-page .pointer {
    margin-left: 10px;
    position: relative;
}

.opt-page .pointer:before {
    content: "*";
    position: absolute;
    top: 0;
    left: -10px;
    font-weight: bold;
    color: #94368d;
    font-size: 15px;
}

.opt-page .link-lash span {
    font-size: 14px;
    display: block;
    color: #333333;
    line-height: 1;
    margin-bottom: 3px;
}

.opt-page .link-lash b {
    font-size: 26px;
    color: #333333;
    line-height: 1;
}

.opt-page .link-lash {
    display: block;
    width: 180px;
    overflow: hidden;
    border-radius: 3px;
    background: url(img/expand.png) no-repeat 20px center;
    box-sizing: border-box;
    padding: 15px 60px;
    padding-right: 0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    margin-left: 90px;
}

.opt-page .link-lash:hover {
    background: url("img/btn-white-arr-hover.png") no-repeat 20px center, #94368d;
}

.opt-page .link-lash:hover span {
    color: #fff;
}

.opt-page .link-lash:hover b {
    color: #fff;
}

.opt-page table.link {
    margin-bottom: 25px;
}

.opt-page table.link tr td:nth-child(1) {
    max-width: 500px;
}

.opt-page table.link tr td {
    vertical-align: middle;
}

.opt-page table.link tr td:nth-child(2) {
}

.form-opt {
     padding: 15px;
     box-shadow: 0px 0px 5px #94368d;
     border-radius: 15px;
}
/*----BONUS_VESNA_OFF----*/
.spring-bonus-btn, .all_bonus_available, .open-bonus, .bonus-products-table {
	display:none;
}
/*-----END_BONUS-----*/
.bx_stick {
    cursor: pointer;
}

.bx_stick.godnosti:hover, .bx_stick.fragile:hover, .bx_stick.likvidaciya:hover, .product-item .bx_stick.godnosti:hover, .product-item .bx_stick.fragile:hover, .product-item .bx_stick.likvidaciya:hover, .product-item.line-template .bx_stick.godnosti:hover, .product-item.line-template .bx_stick.fragile:hover, .bx-catalog-element .bx_stick.godnostielement:hover, .bx-catalog-element .bx_stick.fragile:hover, .bx_stick.khrupkostelement:hover, .appFastViewPictureSliderItemLayout .labels:hover {
    box-shadow: none;
}

.bx_stick.godnosti {
    background: url(img/godnostiitem.png) no-repeat center center;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 4px 0px #a7a7a7;
    border-radius: 99px;
}

.bx_stick.fragile {
    background: url(img/fragile.png) no-repeat center center;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
}

.bx_stick.likvidaciya {
    background: url(img/likvid.png) no-repeat center center;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
}

.product-item .bx_stick.godnosti {
    background: url(img/godnostiitem.png) no-repeat center center;
    padding: 18px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
    margin-right: 15px;
}

.product-item .bx_stick.fragile {
    background: url(img/fragile.png) no-repeat center center;
    padding: 18px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
    margin-right: 15px;
}
.product-item .bx_stick.likvidaciya {
    background: url(img/likvid.png) no-repeat center center;
    padding: 18px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
    margin-right: 15px;
}

.product-item.line-template .bx_stick.godnosti {
    background: url(img/godnostiitem.png) no-repeat center center;
    padding: 18px;
    margin-left: 5px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
}

.product-item.line-template .bx_stick.fragile {
    background: url(img/fragile.png) no-repeat center center;
    padding: 18px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
}
.product-item.line-template .bx_stick.likvidaciya {
    background: url(img/likvid.png) no-repeat center center;
    padding: 18px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
}


.bx-catalog-element .bx_stick.godnostielement, .bx-catalog-element .bx_stick.fragile, .bx-catalog-element .bx_stick.likvidaciya, .bx-catalog-element .bx_stick.khrupkostelement {
    margin-left: 15px;
}

.bx-catalog-element .bx_stick.godnostielement {
    background: url(img/godnostiitem.png) no-repeat center center;
    padding: 21px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
}

.bx-catalog-element .bx_stick.fragile {
    background: url(img/fragile.png) no-repeat center center;
    padding: 21px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
}
.bx-catalog-element .bx_stick.likvidaciya {
    background: url(img/likvid.png) no-repeat center center;
    padding: 21px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
}
.bx_stick.khrupkostelement {
    background: url(img/frag.png) no-repeat center center;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 4px 0px #a7a7a7;
    border-radius: 99px;
    margin-right: 15px; /*margin-top: -4px;*/
}

.appFastViewPictureSliderItemLayout .labels {
    position: absolute;
    right: 0;
    z-index: 3;
}

.sale-paysystem-wrapper {
    border: none;
}

.sale-paysystem-yandex-button .sale-paysystem-yandex-button-item {
    background: rgb(148, 54, 141);
}

/****--- tabs представители ---****/
.tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.tabs:after {
    content: "";
    clear: both;
    display: block;
    height: 465px;
}

.tabs li {
    float: left;
}

.tabs li > input {
    display: none;
}

.tabs li > label {
    display: inline-block;
    border-right-width: 0;
    border-bottom-width: 0;
    font-weight: bold;
    line-height: 40px;
    padding: 5px 20px;
    color: #94368d;
    border: 1px solid #94368D;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 20px;
}

.tabs li:last-child > label {
    border-right-width: 1px;
}

.tabs .tab-content {
    display: none;
    position: absolute;
    left: 0;
    padding: 20px 0px 0 0;
    overflow-y: auto;
}

/* Функциональность: */
.tabs li > input:checked + label {
    background-color: #94368d;
    font-weight: bold;
    color: #fff;
}

.tabs li > input:checked ~ .tab-content {
    display: block;
}

.buy_link, .buylink, .buybtn {
    position: relative;
}

.predload {
    background: url(img/predload2.gif) center no-repeat rgba(255, 255, 255, 0.1) !important;
    text-align: center;
    font-size: 0 !important;
}

.predload:hover {
    background: url(img/predload2.gif) center no-repeat rgba(255, 255, 255, 0.1) !important;
    text-align: center;
    font-size: 0 !important;
    border: none;
}

.predload:focus {
    background: url(img/predload2.gif) center no-repeat rgba(255, 255, 255, 0.1) !important;
    text-align: center;
    font-size: 0 !important;
    border: none;
}

.chponk {
    background: url(img/chponk.jpg) center no-repeat rgba(255, 255, 255, 0.1) !important;
    font-size: 0 !important;
    border: none;
}

.quantity-spec-wrap.avtive {
    height: 32px;
}

@media (max-width: 1440px) {
    .footer.wrapper {
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 1366px) {
    .bottom-part .search-block {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1365px) {
    .top-personal-block > .search-block,
    .top-personal-block > .profile-block,
    .top-personal-block > .login-block {
        padding: 15px 10px 15px 10px;
    }

    .header-nav-block {
        padding-left: 20px;
    }

    .super-basket-block {
        padding-left: 15px;
    }

    .help-block {
        padding: 22px 10px 0 0px;
    }
}

@media screen and (max-width: 1279px) {
    /* .main-header-wrapper {
        height: 174px;
    }     */
    /* .top-personal-block,
    .help-block {
        margin-left: 100px;
    } */
}

@media screen and (max-width: 1200px) {
    .wrapper.fixed-nav-wrapper {
        padding: 0 15px 0 15px;
    }
}

@media (min-width: 1200px) {
    .col-custom-4-item {
        width: 80%;
    }

    .col-custom-2-item {
        width: 20%;
    }
}

@media screen and (max-width: 1024px) {
    .desban {
        display: none;
    }

    .planban {
        display: block;
    }

    .mobiban {
        display: none;
    }
}

@media screen and(max-width: 1000px) {
    .chponk {
        background: url(img/chponk.jpg) center no-repeat rgba(255, 255, 255, 0.1) !important;
        font-size: 0 !important;
        border: none;
    }
}

@media screen and (max-width: 800px) {
    .opt-page table.spec {
        background: transparent;
    }

    .opt-page table.spec tr td:nth-child(1) {
        padding: 10px 0;
        text-align: center;
    }

    .opt-page table.spec tr td:nth-child(2) {
        padding: 15px 10px;
    }

    .opt-page table.spec tr td {
        width: 100%;
        display: block;
        background: transparent;
    }

    .opt-page table.link tr td {
        width: 100%;
        display: block;
    }

    .footer.wrapper {
        padding: 0 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .footer > div > h5 {
        padding: 30px 5% 20px 0;
    }

}

@media screen and (max-width: 700px) {
    .popup-window.popup-window-with-titlebar {
        max-width: 320px;
    }

    .popup-window-buttons > span {
        display: inline-block;
    }

    .popup-window-buttons > span:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 540px) {
    .bx-catalog-element .bx_stick.fragile {
        box-shadow: 2px 2px 4px 0px #a7a7a7;
        padding: 0;
        background-size: contain;
    }
    .bx-catalog-element .bx_stick.likvidaciya {
        box-shadow: 2px 2px 4px 0px #a7a7a7;
        padding: 0;
        background-size: contain;
    }

    .bx_stick.fragile {
        width: 30px;
        height: 30px;
    }
    .bx_stick.likvidaciya {
        width: 30px;
        height: 30px;
    }

    #appFastView .appFastViewContainer {
        margin-left: 0;
        left: 0;
    }
}

@media (max-width: 500px) {
    .default-purple-btn:hover {
        background: inherit;
        color: inherit;
        border: 1px solid inherit;
    }

    .default-purple-btn:hover i {
        color: inherit;
    }

    .default-white-btn:hover {
        color: inherit;
        background: inherit;
        box-shadow: none;
    }

    .default-grey-btn:hover {
        background: inherit;
        box-shadow: none;
    }

    .predst-sort-city .default-white-btn:hover span, .akademiya-top .default-white-btn:hover span, .catalog-sections .default-white-btn:hover span {
        background: url("img/btn-white-arr-hover.png") no-repeat center;
    }

    .default-purple-border:hover {
        color: inherit;
        background: inherit;
    }

    .predst-sort-city {
        text-align: center;
    }

    .predst-sort-city a {
        min-width: 44.6%;
        margin-right: 1% !important;
        margin-left: 1% !important;
    }
}

@media screen and (max-width: 414px) {
    .desban {
        display: none;
    }

    .planban {
        display: none;
    }

    .mobiban {
        display: block;
    }
}

@media (max-width: 400px) {
    form[name="SIMPLE_FORM_2"] tr td input[type="text"] {
        min-width: 200px;
    }
}

@media (max-width: 340px) {
    form[name="SIMPLE_FORM_2"] tr td input[type="text"] {
        min-width: 150px;
    }

    \form[name="SIMPLE_FORM_2"] tr td {
        padding-right: 10px;
    }
}


.top-personal-block > div[id^="bx_incl_area_"] {
    display: table;
    content: " ";
    padding: 15px;
}

.top-personal-block > div[id^="bx_incl_area_"] .profile-block {
    margin-right: 15px;
}

/* INSTAGRAM NONE */
.inst, .fb {display: none!important;}

/*Rasti s nami*/
/*#sub_prod_block__rasti {display: none;}*/

/*Brow&Dipil*/
#sub_prod_block {display: none;}
.catalog-section-list #bx_1373509569_33930 {display: none;}


.serial-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.serial-popup{
    position: relative;
    z-index: 2;
}
.serial-popup-wrapper .overflow {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    cursor: pointer;
}
.serial-popup-close{
    position: absolute;
    right: -40px;
    top: -30px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    font-size: 30px;
    margin: 0;
}
.serial-popup-close i {
    color: #fff;
    font-size: 30px;
    padding-right: 0;
}
.serial-form{
    width: 900px;
    height: 600px;
    background-image: url(img/serial_form_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;  
}
.serial-form form{
    position: absolute;
    right: 93px;
    top: 278px;
}
.serial-form input[name="serial"]{
    border-width: 1px;
    border-color: rgb( 183, 185, 187 );
    border-style: solid;
    border-radius: 5px;
    background-color: rgb( 255, 255, 255 );
    width: 240px; 
    line-height: 46px;
    text-align: center;
    margin-right: 24px;  
    padding: 0 5px;
    font-size: 18px;  
}
.serial-form input[name="serial"]::placeholder{
    color: #D6D4D4; 
}
.serial-form input[name="serial"]:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14) inset;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14) inset;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14) inset;     
}
.serial-form input[type="submit"]{
    background-image: url(img/check_serial.png);  
    background-repeat: no-repeat;
    background-position: center;
    background-color: #848587;
    border-width: 1px;
    border-color: rgb( 102, 104, 108 );
    border-style: solid;
    border-radius: 5px;
    width: 94px;
    line-height: 46px;
    font-size: 0;
}
.serial-form input[type="submit"]:hover{
    background-color: #969799;
}
.serial-form input[type="submit"]:focus,
.serial-form input[type="submit"]:active{
    background-color: #767778;
}
.serial-checked,
.serial-not-found,
.serial-duble-check,
.serial-alot-check{
    width: 900px;
    height: 600px;
}
.serial-checked{
    background-image: url(img/serial_checked.jpg);
}
.serial-not-found{
    background-image: url(img/serial_not_found.jpg);
}
.serial-duble-check{
    background-image: url(img/serial_duble_check.jpg);
}
.serial-alot-check{
    background-image: url(img/serial_duble_check.jpg);
}
.serial-not-found a,
.serial-alot-check a{
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1366px) {
    .serial-form{
        height: 500px;
    }
}
@media screen and (max-width: 1200px) {
    .serial-form{
        background-image: url(img/serial_form_bg_m.jpg);
        height: 540px;
        width: 300px;
    }
    .serial-checked,
    .serial-not-found,
    .serial-duble-check,
    .serial-alot-check{
        width: 300px;
        height: 540px;
    }
    .serial-checked{
        background-image: url(img/serial_checked_m.jpg);
    }
    .serial-not-found{
        background-image: url(img/serial_not_found_m.jpg);
    }
    .serial-duble-check{
        background-image: url(img/serial_duble_check_m.jpg);
    }
    .serial-alot-check{
        background-image: url(img/serial_duble_check_m.jpg);
    }
    .serial-form input[name="serial"]{
        width: 180px; 
        line-height: 36px;
        margin-right: 10px; 
    }
    .serial-form input[type="submit"]{
        width: 70px;
        line-height: 36px;
    }
    .serial-form form{
        right: 20px;
        top: 114px;
    }
}
@media screen and (max-width: 400px){
    .serial-popup {
        margin-top: 30px;
    }
    .serial-popup-close{
        right: 0px;
        top: -35px;
    }
}

.with_love_from_Addamant {
    display: table;
    margin-top: 50px;
}

.with_love_from_Addamant * {
    font-family: 'Maven Pro', sans-serif;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 14px;
    transition: .5s;
}

.with_love_from_Addamant * {
    color: #183655;
}

.with_love_from_Addamant__link {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.with_love_from_Addamant.theme-light * {
    color: #748992;
}

.with_love_from_Addamant__i_love_Addamant {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.with_love_from_Addamant__i_love_Addamant svg {
    width: 18px;
}

.with_love_from_Addamant:hover .with_love_from_Addamant__i_love_Addamant svg {
    -webkit-animation: pulse 2s ease-in-out;
    -moz-animation: pulse 2s ease-in-out;
    -o-animation: pulse 2s ease-in-out;
    animation: pulse 2s ease-in-out;

    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.with_love_from_Addamant__addamant {
    font-weight: 600;
    text-decoration: underline;
}

.with_love_from_Addamant__link:hover .with_love_from_Addamant__addamant {
    color: #748992;
}

.with_love_from_Addamant.theme-light .with_love_from_Addamant__link:hover .with_love_from_Addamant__addamant {
    color: #183655;
}

@-webkit-keyframes pulse {
    0% {
        width: 18px;
    }
    25% {
        width: 24px;
    }
    50% {
        width: 18px;
    }
    75% {
        width: 24px;
    }
    100% {
        width: 18px;
    }
}

@-moz-keyframes pulse {
    0% {
        width: 18px;
    }
    25% {
        width: 24px;
    }
    50% {
        width: 18px;
    }
    75% {
        width: 24px;
    }
    100% {
        width: 18px;
    }
}

@-ms-keyframes pulse {
    0% {
        width: 18px;
    }
    25% {
        width: 24px;
    }
    50% {
        width: 18px;
    }
    75% {
        width: 24px;
    }
    100% {
        width: 18px;
    }
}

@keyframes pulse {
    0% {
        width: 18px;
    }
    25% {
        width: 24px;
    }
    50% {
        width: 18px;
    }
    75% {
        width: 24px;
    }
    100% {
        width: 18px;
    }
}

@media (max-width: 768px) {
    .with_love_from_Addamant {
        margin: 0 auto;
    }
}