/************************* reset *************************/
html{
    height: 100%;
    margin: 0;
    padding: 0;width: 100%;
    background: #fff;
}
body{
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 24px;
    min-width: 320px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}
img {
    margin: 0;
    padding: 0;
    border-style: none;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none !important;
}
a img {
    color: #3e77aa;
}
input, textarea, select, button {
    font-weight: 400;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    vertical-align:middle;
    border: 0;
    outline: 0;
    background: none;
}
button {font-weight: 300;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
.copy-prod-code{
    position: relative;
    margin-left: 5px;
}
.copy-prod-code img{
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.copy-prod-code.active::after{
    content:'';
    position: absolute;
    background: url(/images/copy-ok-icon.svg) 100% 50% no-repeat;
    background-size: 17px 17px;
    color: #FFFFFF;
    height: 20px;
    width: 20px;
    top: -3px;
    right: -20px;
}
/************************* common styles *************************/
.holder {
    position: relative;
    max-width: 1580px;
    padding: 0 30px;
    margin: 0 auto;
}
.holder:after {
    display: block;
    content: '';
    clear: both;
}
h1 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
}
h2 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}
.title h2,
.prod-article h2,
.prod-review h2,
.hidetab h2,
.carousel h2,
.prod-property h2 {
    font-size: 26px;
}
h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
h4 {
    margin: 0 0 14px;
    font-size: 16px;
}
p {margin: 0 0 24px;}
p a, article a, .article li a, .bottom-article li a {
    color: #1498ec;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
p a:hover, article a:hover, .article li a:hover, .bottom-article li a:hover  {
    color: #e61732;
    text-decoration: underline;
}
.grey {color: #bfbfbf;}
.light-grey {color: #d7d7d7;}
.title-line {
    padding: 8px 0 14px;
    margin: 0 0 25px;
    border-bottom: 1px solid #e5e5e5;
}
.title-line h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.title-note {
    padding: 11px 0 0;
    margin: 0 0 -20px;
    font-size: 13px;
    line-height: 15px;
}
.button-holder {text-align: center;}
.button {
    display: block;
    padding: 10px 10px 10px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #298fd2;
}
.button:hover {
    background: #1a72ac;
}
.button-green {
    background: #6cbe5d;
}
.button-green:hover {
    background: #549e47;
}
.clear {
    clear: both;
}
.bottom-article .text p {
    font-size: 14px;
    margin: 10px 0;
}
.bottom-article ul {
    margin: 10px 0;
}
.bottom-article ul li,
#detailed_description ul li {
    list-style: disc;
    margin: 5px 0 5px 20px;
    font-size: 14px;
}
.shadow_header_search{
    display: none;
}
.header-icon-margin{
    margin-left: 30px;
}
/************************** extra-block-index-page ****************/
.see_more_extra{
    display: none;
}
ul.extra-links{
    height:auto;
}
@media only screen and (max-width: 1023px) {
    .see_more_extra{
        display: block;
        position: relative;
        top: -25px;
        width: 100%;
        height: 40px;
        padding-top: 35px;
        margin: 0px auto 10px;
        color: #469bd0;
        cursor: pointer;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .see_more_extra:hover{
        color:red;
        text-decoration: underline;
    }
    section.extra-block.see-all .see_more_extra{
        display: none;
    }
    section.extra-block.see-all ul.extra-links{
        margin: 0px auto 26px;
        height: auto;
    }
    ul.extra-links{
        height: 125px;
        overflow: hidden;
    }
}
section.extra-block{
    margin-top: 20px;
}
section.extra-block + .catalog-line{
    padding-top: 20px;
}
section.extra-block h2{
    margin-bottom: 10px;
}

ul.extra-links > li{
    padding: 2px 0;
    flex-wrap: wrap;
    margin: 5px 0 0 5px;
    display: inline-block;
    width: auto;
    border: 1px solid rgba(41, 143, 210, 0.3);
    border-radius: 4px;
}
ul.extra-links > li > a{
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    padding: 5px 20px;
    width: auto;
}
ul.extra-links > li:hover > a {
    color: white;
    transition: color 0s;
}
ul.extra-links > li:hover {
    background: rgb(41, 143, 210);
    border: 1px solid rgb(41, 143, 210);
}

/************************* form-block *************************/
.label {
    display: block;
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 18px;
}
.input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 15px;
    margin: 0 0 10px;
    color: #000;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.input:hover, .input:focus {
    padding: 0 14px;
    border: 2px solid #298fd2;
}
.textarea {
    display: block;
    width: 100%;
    height: 107px;
    padding: 9px 10px;
    margin: 0 0 21px;
    color: #000;
    font-size: 14px;
    resize: vertical;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.textarea:hover, .textarea:focus {
    padding: 8px 9px;
    border: 2px solid #298fd2;
}
.submit {
    display: block;
    width: 100%;
    height: 41px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #1d79b5;
}
.submit:hover {
    background: #0463a3;
}
.submit:disabled {
    background: #bbb !important;
}
.submit-green,
.submit-green2 {
    height: 45px;
    background: #549e47;
}
.submit-green:hover,
.submit-green2:hover {
    background: #6cbe5d;
}
.submit-green.disabled {
    background: #bbb;
}
::-webkit-input-placeholder {color: #999999;}
:-moz-placeholder {color: #999999; opacity: 1;}
::-moz-placeholder {color: #999999; opacity: 1;}
:-ms-input-placeholder {color: #999999;}
p.error {
    color: rgb(255, 86, 71);
}
.input.error, .textarea.error,
.input-block-content .custom-combobox input.error {
    border: 1px solid #ff5647;
    box-shadow: 0 0 4px #ff5647;
}
label.error {
    position: absolute;
    left: -9999px;
}
.select-block select {width: 100%;}
a.check-filter-catalog {
    display: block;
    text-decoration: none;
}
.check-item {
    position: relative;
    margin: 0 0 10px;
}
.check-input, .radio-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 1px;
    height: 1px;
    cursor: pointer;
    opacity: 0.05;
    visibility: hidden;
}
.check-input + .check-label,
.check-input + .check-label-search,
.radio-input + .check-label {
    position: relative;
    padding: 2px 0 0 30px;
    cursor: pointer;
}
.all-category-search.check-item{
    font-size: 15px;
}
.check-label, .check-label-search{
    display: block;
    min-height: 22px;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 18px;
}
.check-item.check-label-search{
    line-height: 1.4;
}
.check-input + .check-label:before,
.radio-input + .check-label:before,
.check-input + .check-label-search:before
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    color: #000;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.check-input + .check-label-search:before
{
    top: 50%;
    transform:  translateY(-50%);
}
.check-input + .check-label:hover:before,
.check-input + .check-label-search:hover:before {
    border: 1px solid #e5f2fa;
}
.radio-input:disabled + .check-label:before {
    border: 1px solid #e5f2fa !important;
    cursor: not-allowed;
}
.radio-input + .check-label:hover:before {border: 1px solid #298fd2;}
.radio-input + .check-label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.check-input:checked + .check-label:before,
.check-input:checked + .check-label-search:before
{
    background: #298fd2 url(/images/checkbox-arrow.svg) 50% 50% no-repeat;
    background-size: cover;
    border: 1px solid #298fd2;
}
.radio-input:disabled + .check-label {
    color: #aaa !important;
    cursor: not-allowed;
}
.radio-input:checked + .check-label:before {border: 6px solid #298fd2;}
.check-input + .check-label:hover,
.radio-input + .check-label:hover {color: #fb3f4c;}
.radio-mini .radio-input + .check-label:before {
    top: 0;
    width: 17px;
    height: 17px;
    background: url(/images/radio2.png) 0 0 no-repeat;
}
.radio-mini .radio-input:checked + .check-label:before {background-position: 0 -17px;}
.radio-mini .radio-input + .check-label {
    position: relative;
    padding: 1px 0 0 24px;
    font-size: 14px;
    line-height: 18px;
}
.radio-mini .radio-item {margin: 0 0 7px;}
.check-input:checked + .check-label,
.radio-input:checked + .check-label {font-weight: 700;}

a.simple-link-filter-catalog {
    display: block;
    position: relative;
    padding: 2px 0 0 30px;
    min-height: 22px;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 18px;
}
a.simple-link-filter-catalog:hover {
    color: #fb3f4c;
}
a.simple-link-filter-catalog::before {
    background: url(/images/redo.svg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    color: #000;
    cursor: pointer;
    border-radius: 3px;
    box-sizing: border-box;
}
/************************* wrapper *************************/
#wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100%;
}
#up {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 500;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    background: #298fd2;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
}
#up img {
    width: 18px;
    vertical-align: middle;
}
#up.fixed {opacity: 1;}
#up.fixed:hover {opacity: 0.75;}
/************************* header *************************/
/************************* header-left *************************/
.header-mob-top{
    background-color: #fafafa;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px 10px 15px;
}
.header-mob-icon-wrapper .user_logged_icon{
    position: absolute;
    border: 2px solid #fafafa;
    width: 15px;
    height: 15px;
    top:27px;
    left: 27px;
    background-color: #999999;
}
.header-mob-icon-wrapper .user_logged_icon.logged {
    background-color: #298fd2;
}
.header-mob-login {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
}
.header-mob-login > .login-wrapper > a{
    padding: 0 10px;
    margin: 5px 0;
}
.header-mob-login > .login-wrapper > a:first-child{
    border-right: 1px solid #ededed;
}
.header-mob-icon-wrapper img{
    width: 40px;
    height: 40px;
}
.header-mob-nav li{
    padding: 10px 0;
    wight: 100%
}
.header-mob .icon{
    margin-right: 10px;
    width: 25px;
    height: 25px;
}
.mob-phone.icon{
    margin-right: 13px;
    width: 22px;
    height: 22px;
    margin-bottom: 2px;
}
.header-mob-login .header-mob-title{
   margin: 0 10px 5px;
}
.header-mob-nav .button-catalog-icon{
    width: 28px;
    height: 23px;
    margin-left: 2px;
    margin-right: 5px;
    display: flex;
    justify-content: row;
    flex-wrap: wrap;
}
.header-mob-nav .button-catalog-icon span{
    width: 9px;
    height: 9px;
    border: 1px #298fd2 solid;
    transform: rotate(-90deg);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    background: none;
}
.header-mob-nav .button-catalog-icon span:nth-child(n){
    margin-right: 4px;
}
.header-mob-nav .button-catalog-icon span:nth-child(2){
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    background: #298fd2;
}
.header-mob-nav .header-lang{
    display: flex;
    align-items: flex-end;
    margin: 0;
}
.header-mob-nav .header-lang li {
    text-align: center;
    align-items: center;
    padding: 5px;
    margin: 5px;
    border: 1px solid #999999;
    border-radius: 5px;
}
.header-mob-nav .header-lang li.active {
     border: 1px solid #298fd2;
     background-color: rgb(41, 143, 210, 0.1);
 }
.header-mob-nav .header-lang li:hover {
    border: 1px solid #298fd2;
}
.header-mob-nav .header-lang li:first-child{
    border: none;
    margin-left: 0;
    color: #3e77aa;
}
.header-mob-icon-wrapper{
    position: relative;
}
.fancybox-inner .header-phone-mob, .fancybox-inner .header-phone-button{
    display: block;
}
.fancybox-inner .header-phone-close{
    display: none;
}
.fancybox-inner .header-phone-hidden {
    position: static;
    z-index: 100;
    width: 100%;
    padding: 10px 0 15px;
    margin: 0;
    background: #fff;
    border-radius: 0;
}
/************************* header-top *************************/
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 260;
    padding: 12px 0;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid #ededed;
    background: #fafafa;
}
.header-fixed-content-padding{
    padding: 68px 0 0;
}
.header{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid #ededed;
    background: #fafafa;
}
header .holder {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.header-top-line {
    margin: -3px 0 0;
    height: 28px;
    padding: 0 0 13px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 13px;
}
.header-top-line.hidden {margin-top: -31px;}
.header-top-line:after {
    display: block;
    content: '';
    clear: both;
}
.header-time {
    float: left;
    color: #999;
}
.header-top-nav {
    margin-left: 327px;
}
.header-top-nav li {
    float: left;
    margin: 0 0 0 28px;
}
.header-top-nav li:first-child {margin: 0;}
.header-top-nav a {
    color: #3e77aa;
    text-decoration: none;
}
.header-top-nav a:hover {color: #333;}
.header-top-nav li::first-letter,
.header-mob-nav li::first-letter,
.footer-nav li::first-letter,
.cabinet-nav-list li::first-letter {
    text-transform: uppercase;
}
.header-lang {
    display:inherit;
    margin: 0 10px;
    font-size: 16px;
}
.header-lang > li:first-child{
    border-right:#999999 1px solid ;
}
.header-lang li {
    text-align: center;
    align-items: center;
    padding:5px;
}
.header-lang a {
    color: #3e77aa;
    text-decoration: none;
}
.header-lang a:hover, .header-lang .active a {color: #333;}
.mob_lang_show,
.mob_lang {
    display: none;
}
.header-logo {
    flex: 1 1 auto;
}
.header-logo-panel-wrapper{
    min-width: 290px;
    display: flex;
    align-items: center;
}
/* Disable logo click on index page */
body#index-index .header-logo a {
    pointer-events: none;
    cursor: default;
}
.header-logo a {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.header-logo-img img {
    height: 37px;
    display: block;
    margin: -4px auto 0 auto;
}
.header-logo-text {
    margin: 1px 0 0;
    color: #999;
    line-height: 14px;
}
.header_user_panel_wrapper {
    margin-left: auto;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.header-city {
    position: relative;
    float: left;
    width: 93px;
    margin: 0 10px 0 0;
}
.header-city-top {
    margin: 0 0 2px;
    color: #999;
}
.header-city-link {
    font-size: 18px;
}
.header-city-link a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 93px;
    padding: 0 16px 0 0; 
    color: #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-city-link a:after {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    content: '';
    width: 8px;
    height: 5px;
    background: url(/images/header-arrow.svg) 100% 50% no-repeat;
    background-size: cover;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.header-city-link a.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-city-hidden {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 364px;
    padding: 25px 30px 20px;
    margin: 6px 0 0;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.2);
}
.header-city-hidden:before {
    position: absolute;
    display: block;
    content: '';
    left: 48px;
    top: -7px;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.header-city-title {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 27px;
}
.header-city-text {
    margin: 0 0 7px;
    color: #999999;
    font-size: 13px;
}
.header-city-input {
    padding: 0 0 9px;
}
.header-city-list {
    padding: 2px 0 0;
}
.header-city-list li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 0 0 9px;
    padding: 0 10px 0 0;
    font-size: 14px;
}
.header-city-list a {
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.header-city-list a:hover {color: #fb3f4c;}
.mobile-catalog-left-menu-button{
    display: none;
}
/*---------------------comments block ------------------------------*/
.holder.comments_block{
    margin-bottom: 20px;
    width: 100%;
}
#commentsBlock {
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
#commentsBlock .comments_block_slider{
    margin: 0 20px;
}
#commentsBlock .slick-arrow  {
    top: 50%;
    transform: translateY(-100%);
    z-index: 100;
}
#commentsBlock .slick-dots button {
    height: 4px;
    width: 34px;
    margin-top: 15px;
    background: #ededed;
    border-radius: 4px;
}
#commentsBlock .slick-dots .slick-active button {
    background: #298fd2;
}
#commentsBlock .comment_created{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 13px;
}
#commentsBlock .comment_text{
    display: -webkit-box;
    -webkit-line-clamp: 4; /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
    color: #666;
    font-size: 13px;
    line-height: 18px;
    word-wrap: break-word;
}
#commentsBlock .catalog-raiting {
    display: flex;
    vertical-align: top;
    font-size: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#commentsBlock .date_comment_created {
   font-size: 12px;
}
#commentsBlock .catalog-raiting .star{
    width: 13px;
    height: 13px;
}
#commentsBlock li.slick-slide{
    padding: 0 20px ;
}
#commentsBlock li.slick-slide h4{
    margin: 0 0 5px;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#commentsBlock li.slick-slide a{
    color: #3e77aa;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#commentsBlock li.slick-slide a:first-child{
    margin-right: 10px;
}
#commentsBlock li.slick-slide img{
    height: 50px;
    margin-right: 10px;
}
/*---------------------breadcrumbs ---------------------------------*/
.breadcrumbs{
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 5px;
    scrollbar-color: #cccccc #ffffff;
    scrollbar-width: thin;
}
.breadcrumbs li{
    display: inline;
    white-space: nowrap;
}
.header-search {
    position: relative;
}
.search-input {
    display: inline-block;
    width: 100%;
    height: 41px;
    padding: 0 86px 0 12px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #298fd2;
    border-radius: 3px;
}
#search-index h1{
    font-size: 30px;
    line-height: 34px;
}
.search-button {
    position: absolute;
    top: 0px;
    right: 0;
    width: 82px;
    height: 41px;
    cursor: pointer;
    border-top-right-radius:  3px;
    border-bottom-right-radius:  3px;
    border: 1px;
    border-style: solid;
    border-color: #298fd2;
    background-color: #298fd2;
}
.search-button > span{
    position: relative;
    display: inline-block;
    color: #fafafa;
    /*width: 100%;*/
    /*padding: 0 5px;*/
    padding: 0 21px 0 1px;
    font-size: 16px;
    text-align: left;
}
.search-button > span:after{
    content: '';
        background: url(/images/loupe_white.svg) 0 0 no-repeat;
        background-size: cover;
        width: 21px;
        height: 21px;
        position: absolute;
        padding: 0;
        margin-left: 2px;
        top: 0;
}
.header-cart {
    position: relative;
    text-decoration: none;
}
.header-cart img {width: 23px;}
.header-cart-num {
    position: absolute;
    top: -13px;
    right: -13px;
    display: none;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background: #298fd2;
    border: 3px solid #fafafa;
    border-radius: 50%;
}
.header-user {
    color: #848891;
}
.header-user-text {
    margin: 0 0 2px;
    color: #999;
}
.user_logged_icon{
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    border: #fafafa 2px solid;
    border-radius: 50%;
    top: 16px;
    left: 16px;
    background-color: #999999;
}
.user_logged_icon.logged{
    background-color: #298fd2;
}
.header-user-link {
    font-size: 18px;
}
.header-user.logged .header-user-link {
    font-size: 15px;
}
.header-user-link a,
.header-user-link > span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 16px 0 0; 
    color: #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-user-link a:after {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    content: '';
    width: 8px;
    height: 5px;
    background: url(/images/header-arrow.svg) 100% 50% no-repeat;
    background-size: cover;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.header-user-link a.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-user-link > span > img{
    width: 28px;
}
.header-phone {
    position: relative;
    display: flex;
}
.header-phone-text {
    margin: 0 0 2px;
    color: #999;
}
.header-phone-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    padding: 0 16px 0 0; 
    color: #000;
    font-size: 17px;
    text-decoration: none;
}
.nav-button .button-catalog-icon{
    width: 30px;
    height: 25px;
    display: flex;
    justify-content: row;
    flex-wrap: wrap;
    margin-left:0;
}
.nav-button-holder .nav-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.button-catalog-icon span{
    width: 10px;
    height: 10px;
    border: 1px #fafafa solid;
    transform: rotate(-90deg);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    background: none;
}
.button-catalog-icon span:nth-child(n){
    margin-right: 4px;
}

.nav-button > span{
    margin-left: 5px;
}
.header-search-container{
    flex: 1 1 auto;
    max-width: 650px;
    min-width: 350px;
    margin-left: 30px;
}
.nav-button.active .button-catalog-icon span:nth-child(2),
.nav-button:hover .button-catalog-icon span:nth-child(2){
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    background: #fafafa;
}
.header-phone-hidden {
    position: absolute;
    top: 100%;
    left: -26px;
    display: none;
    width: 177px;
    padding: 3px 0 0;
    margin: 6px 0 0;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.2);
}
.header-phone-hidden:before {
    position: absolute;
    display: block;
    content: '';
    right: 20px;
    top: -7px;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.header-phone-item {
    padding: 8px 12px 10px;
    border-top: 1px solid #ededed;
}
.header-phone-item:first-child {border-top: 0;}
.header-phone-item.icons a {
    text-decoration: none;
    margin: 3px 10px 0 0;
}
.header-phone-item.icons img {width: 31px;}
.header-phone-big {
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-decoration: none;
}
.header-phone-mob {
    display: none;
    padding: 10px 15px 20px;
    border-bottom: 1px solid #ededed;
}
.header-phone-button {
    display: none;
    padding: 15px 15px 0;
}
.header-phone-title {
    font-size: 22px;
}
.header-phone-close {
    position: absolute;
    top: 20px;
    right: 15px;
}
/* -------------------  login-popup -----------------------*/
/* -------------------  main login-popup -----------------------*/
.login-popup {
    display: none;
    position: absolute;
    top: 100%;
    right: 19px;
    z-index: 50;
    width: 580px;
    padding: 20px 30px 30px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.14);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.14);
}
.login-popup:before {
    position: absolute;
    display: block;
    content: '';
    right: 100px;
    top: -7px;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.login-popup.logged {
    width: auto;
    padding: 10px;
}
.login-popup.logged li {
    display: block;
    font-size: 15px;
    padding: 10px 10px;
    width: 160px;
}
.login-popup.logged li:last-child{
    border-top:  1px solid #e5e5e5;
}
.login-popup.logged li a {
    color: #3e77aa;
    text-decoration: none;
}
.login-popup.logged li a:hover {
    color: #e00;
}
.login-popup-title {
    display: none;
    margin: 0 0 17px;
    padding: 0 0 10px;
    font-size: 30px;
    line-height: 36px;
    border-bottom: 1px solid #e5e5e5;
}
/* -------------------  fancy login-popup -----------------------*/
.fancybox-inner .login-popup {
    display: none;
    position: static;
    z-index: 50;
    width: 580px;
    padding: 20px 30px 30px;
    background: #fff;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login-form {
    float: left;
    width: 51%;
    padding: 0 34px 0 0;
    border-right: 1px solid #e5e5e5;
}
.login-form .label {
    margin: 0 0 6px;
    color: #999;
    font-size: 13px;
    line-height: 16px;
}
.login-form .input {
    height: 34px;
    margin: 0 0 12px;
    border: 1px solid #ededed;
    border-radius: 3px;
}
.login-form .input:hover, .login-form .input:focus {
    border: 2px solid #298fd2;
}
.login-button .submit {
    float: left;
    width: 99px;
    height: 34px;
}
.login-cancel {
    float: left;
    padding: 7px 0 0 11px;
    font-size: 15px;
    line-height: 18px;
}
.login-cancel a {
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.login-cancel a:hover {color: #e01d24;}
.login-webs {
    position: relative;
    float: left;
    width: 49%;
    padding: 0 0 0 40px;
}
.login-webs-divider {
    position: absolute;
    top: 58px;
    left: -19px;
    padding: 6px;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    background: #fff;
}
.login-webs-title {
    margin: 0 0 7px;
    color: #999999;
    font-size: 13px;
    line-height: 15px;
}
.login-webs-text {
    margin: 0 0 6px;
    color: #999999;
    font-size: 12px;
    line-height: 14px;
}
.login-reg {
    padding: 2px 0 0;
    font-size: 15px;
    line-height: 18px;
}
.login-reg a {
    display: block;
    height: 34px;
    color: #999999;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    background: #ededed;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.login-reg a:hover {
    color: #fff;
    background: #298fd2;
}
.webs-links {
    margin: 0 0 22px;
    font-size: 0;
}
.webs-link {
    display: inline-block;
    width: 46%;
    height: 34px;
    margin: 0 0 0 8%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}
.webs-link1 {background: #395999;}
.webs-link2 {background: #de5348;}
.webs-link:first-child {margin: 0;}

.g-recaptcha.margin-left {
    margin-left: 130px;
}
.nav-icon span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 4px;
    background: #0373bf;
}
.header-mob-search {display: none;}
.header-mob-search-form {
    display: none;
    height: auto;
    overflow: hidden;
}
.header-mob-search-form form {position: relative;}
.nav-close img {width: 17px;}
.nav-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    z-index: 100;
}
.header-mob {
    position: fixed;
    top: 0;
    left: -320px;
    width: 100%;
    max-width: 320px;
    height: 100%;
    margin: 0;
    z-index: 150;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header-mob-mask {
    position: absolute;
    z-index: 140;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header-mob-content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
.header-mob.active {left: 0;}
.header-mob-bottom {
    padding: 14px 20px 10px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.header-mob-title {
    margin: 0 0 7px;
    color: #999999;
    font-size: 12px;
}
.header-mob-text {
    font-size: 14px;
    line-height: 18px;
}
.header-mob-login {
    overflow: hidden;
    font-size: 16px;
}
.header-mob-login a {
    float: right;
    color: #000;
    text-decoration: none;
}
.header-mob-login a:first-child {float: left;}
.header-mob-nav {
    padding: 0 20px;
}
.header-mob-nav ul {
    border-top: 1px solid #ededed;
}
.header-mob-nav ul:first-child {
    border-top: 0;
}
.header-mob-nav > ul > li > a,
.header-mob-nav > ul > li > span {
    position: relative;
    display: flex;
    align-items: center;
    color: #3e77aa;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.header-mob-nav > ul > li > a:hover,
.header-mob-nav > ul > li > span:hover {
    color: #e61732;
}
.m-icon1:before {background: url(/images/n-icon1.png) 50% 50% no-repeat;}
.m-icon2:before {background: url(/images/n-icon2.png) 50% 50% no-repeat;}
.m-icon3:before {background: url(/images/n-icon3.png) 50% 50% no-repeat;}
.m-icon4:before {background: url(/images/n-icon4.png) 50% 50% no-repeat;}
.m-icon5:before {background: url(/images/n-icon5.png) 50% 50% no-repeat;}
.m-icon6:before {background: url(/images/n-icon6.png) 50% 50% no-repeat;}
.m-icon7:before {background: url(/images/n-icon7.png) 50% 50% no-repeat;}
.m-icon8:before {background: url(/images/n-icon8.png) 50% 50% no-repeat;}
.m-icon9:before {background: url(/images/n-icon9.svg) 50% 50% no-repeat;}

.header-mob-cart-num, .header-mob-wishlist-num{
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -11px 0 0;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    background: #298fd2;
    border-radius: 50%;
}
/*************************** wishlist **********************/
.sidebar_wishlist_wrapper{
    display: flex;
    flex-direction: column;
}
.wishlist-filter{
    position: relative;
}
.wishlist-filter .lds-dual-ring{
    position: absolute;
}
.wishlist-add-popup {
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    background-color: #fafafa;
    border: 1px solid rgba(41, 143, 210, 0.5);
    border-radius: 5px;
    opacity: 100%;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
    display: none;
    z-index: 501;
}
.wishlist-add-popup a{
    color: #298FD2;
}
.wishlist_add_wrapper .fancybox-skin{
    height: 70px !important;
}
#profile-wishlist-show .prod-content-icon-img img.icon-wishlist{
    display: none;
}
#profile-wishlist-show .prod-content-icon-img:after {
    content: '';
    background: url(/images/delete-button.svg) 0 0 no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    position: absolute;
    padding: 0;
    top: 2px;
    right: 2px;
}
#profile-wishlist-show .product-wishlist{
    width: 22px;
    height: 22px;
}
/************************* main page *************************/
/************************* main *************************/
.main {
    padding: 15px 0 21px;
}
/************************* sidebar *************************/
.sidebar {
    float: left;
    width: 255px;
}
.nav {
    position: relative;
    margin: 0 0 15px;
}
.nav.active:before {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.5);
}
.nav.active .nav-button {z-index: 250;}
.nav.active .nav-list-block {z-index: 250;}
.nav-button {
    position: relative;
    z-index: 50;
    display: block;
    padding: 8px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #298fd2;
}
.nav-button:hover {
    background: #1d79b5;
}
.desctop-disabled {
    position: relative;
}
.desctop-disabled .nav-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 11px 16px;
    color: #0373bf;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    background: #ededed;
    border-bottom: 1px solid #ededed;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.desctop-disabled:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    content: '';
}
.desctop-disabled .nav-button:after {display: none;}
.nav-button:hover:after {opacity: 0.5;}
.nav-button.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-list-block.desctop-visible {
    position: relative;
}
.nav-list-block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    width: 255px;
}
.desctop-visible {
    display: block;
    top: auto;
    left: auto;
}
@media only screen and (max-width: 1050px) {
    .nav-list {
        height: auto;
        min-height: auto;
    }
}

.desctop-visible .nav-list {border: 1px solid #ededed;}

.nav-li:hover {
    background: #e5f2fa;
}
.nav-li > a:hover, .nav-li:hover > a {
    color: #fb3f4c;
}
.nav-li-line > a {
    border-top: 1px solid #dedede;
    background: none;
}

@media screen and (min-width: 1024px) {
    .nav-li.active .nav-submenu {
        display: block;
    }
}
.submenu-content {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.submenu-column-all {
    display: flex;
    position: relative;
    padding: 18px 0 15px 20px;
    height: 100%;
    width: 75%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.submenu-column {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 40px 0 0;
    font-size: 12px;
}
.submenu-column-banner {
    display: flex;
    padding: 0;
    width: 25%;
    right: 0;
    text-align: right;
    position: absolute;
    z-index: 200;
    height: 100%;
}

@media screen and (max-width: 1023px) {
    .submenu-column-all {
        flex-direction: column;
        width: 100%;
    }
    .header-phone-hidden{
        position: fixed;
        top: 52px;
        width: auto;
        left: 0;
        right: 0;
        padding: 10px;
    }
    .nav-submenu {width: 100%;}
    .submenu-column-all {
        overflow: unset !important;
    }
    .wishlist-add-popup {
        width: 95%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .submenu-column-all {
        flex-direction: row;
        width: 100%;
    }
}

@media screen and (min-width: 1368px) {
    .submenu-column-all {width: calc(100% - 250px);}

}

@media screen and (max-width: 1365px) {
    .submenu-column-banner {display: none;}
    .submenu-column-all {width: 100%;}
    .nav-submenu {max-width: calc(1580px - 255px) !important;}
}

.submenu-column-banner > a {width: 100%;}

.submenu-column-banner img {
    max-width: 100%;
    height: 100%;
}
.submenu-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
.submenu-list {
    padding: 0 0 1px;
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 15px;
}
.submenu-list li {margin: 5px 0;}
.submenu-list li.mobile {display: none;}
.submenu-title a:hover, .submenu-list a:hover {color: #fb3f4c;}
/************************* content *************************/
.content {
    margin: 0 0 0 290px;
}
.content.no-margin {margin: 0;}
#mainContent {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.show-mobile {
    display: none;
}
/************************* content-column *************************/
.content-column {
    margin: 0 305px 0 0;
}
.banners-block {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banners-block-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    max-width: 100%;
}
.banners-side {
    width: 25.2%;
    padding: 0 0 0 30px;
}
.banners-side img {
    width: 100%;
    border-radius: 5px;
}
.banner-item {
    width: 48%;
}
.banner-item:first-child {
    margin: 0 0 30px;
}
.banner-item-big {width: 100%; max-width:1230px;}
.banner-item img {
    width: 100%;
    border-radius: 5px;
    max-height: 202px;
}
.banner-item-big img {
    max-height: 350px;
    visibility: hidden;
}
.banners-slider {
    display: none;
}
.banner-item-big .slick-arrow {
    top: 44%;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s linear;
    -moz-transition: opacity .35s linear;
    -ms-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}
.banner-item-big:hover .slick-arrow {opacity: 1; filter: alpha(opacity=100);}
.banner-item-big .slick-next {
    background: url(/images/slide-right-hover.svg) 100% 0 no-repeat;
    right: 19px;
}
.banner-item-big .slick-prev {
    background: url(/images/slide-left-hover.svg) 0 0 no-repeat;
    left: 23px;
}
/************************* title *************************/
.title {
    padding: 0 0 1px;
    margin: 0 0 11px;
}
.title h2 {
    display: inline-block;
    margin: 0 30px 10px 0;
}
.title-link {
    display: inline-block;
    margin: 0 30px 10px 0;
}
.title-link a {
    color: #3e77aa;
    text-decoration: none;
}
.title-link a:hover {
    color: #2c96da;
    text-decoration: underline;
}
/************************* catalog *************************/
.catalog-line {
    padding: 46px 0 26px;
}
.catalog-line.index-visited {
    padding-top: 0;
}
.catalog-line.index-visited.catalog-line-liked{
    padding-bottom: 0px;
    margin-top: 16px;
}
.catalog-line .holder {
    overflow: hidden;
}
.catalog-line .slick-list {
    overflow: visible;
}
.catalog-line .slick-arrow {
    z-index: 100;
}
.catalog-line .catalog-slider {
    position: relative;
}
.catalog-line .catalog-slider:before,
.catalog-line .catalog-slider:after {
    position: absolute;
    top: 0;
    left: -32px;
    background: #fff;
    content: ' ';
    display: block;
    z-index: 48;
    width: 30px;
    height: 369px;
}
.catalog-line .catalog-slider:after {
    left: auto;
    right: -32px;
}
.catalog-line h2 {
    font-size: 24px;
}

.catalog-scroll-block {
    position: relative;
    padding: 0 56px;
}

/************************* catalog-item *************************/
.catalog-slide {
    padding: 0 0 5px;
}
.catalog-slider .slick-list {
    padding: 0 4px;
    margin: 0 0 0 -4px;
}
.catalog-slider-horizontal {
    padding-top: 10px;
}
.catalog-item-box {
    position: relative;
    padding: 10px 6px 15px;
    border: 1px solid transparent;
    border-left: 1px solid #ededed;
}
.catalog-item-box.inactive {
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.catalog-slider-horizontal .catalog-item-box {
    height: 238px;
}
.slick-current .catalog-item-box {border-left: 1px solid transparent;}
.slick-vertical .catalog-item-box {
    border: 0 none;
    padding: 0;
}
.catalog-item-box:hover {
    border: 1px solid #ecf0f5;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.catalog-item-box:hover .catalog-name,
.prod-about-side .prod-catalog-item:hover .catalog-name {
    height: auto;
}
.catalog-item-box:hover .catalog-name:after,
.prod-about-side .prod-catalog-item:hover .catalog-name:after {
    display: none;
}
.slick-vertical .catalog-item-box:hover {
    border: 0 none;
    box-shadow: none;
}
.slick-arrow {
    position: absolute;
    top: 85px;
    width: 22px;
    height: 40px;
    cursor: pointer;
    font-size: 0;
}
.slick-prev {
    left: -26px;
    background: url(/images/slide-left.svg) 0 0 no-repeat;
}
.slick-next {
    right: -26px;
    background: url(/images/slide-right.svg) 100% 0 no-repeat;
}
.slick-prev:hover {background: url(/images/slide-left-hover.svg) 0 0 no-repeat;}
.slick-next:hover {background: url(/images/slide-right-hover.svg) 100% 0 no-repeat;}
.slick-vertical .slick-prev {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -20px;
    left: 46%;
}
.slick-vertical .slick-next {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -35px;
    top: auto;
    left: 46%;
}
.banners-block-inner .slick-prev,
.banners-block-inner .slick-next {
    top: 50%;
    left: -32px;
}
.banners-block-inner .slick-next {
    left: auto;
    right: -32px;
}
.slick-slide .catalog-item img {
    display: inline-block;
}
.slick-initialized .slick-slide {
    min-width: 65px;
}
.slick-dots {
    position: relative;
    padding: 5px 0 0;
    font-size: 0;
    text-align: center;
}
.banner-item-big .slick-dots {
    margin-top: -30px;
    position: relative;
    z-index: 48;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 10px;
}
.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    font-size: 0;
    cursor: pointer;
    background: #cccccc;
    border-radius: 50%;
}
.slick-dots .slick-active button {background: #298fd2;}
.catalog-img {
    height: 170px;
    line-height: 170px;
    text-align: center;
    position: relative;
}
.slick-vertical .catalog-img {
    height: 115px;
    line-height: 115px;
}
.catalog-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    overflow: hidden;
    line-height: normal;
}
.slick-vertical .catalog-img img {
    width: auto;
}
.catalog-label {
    position: absolute;
    top: -1px;
    left: -6px;
    padding: 0 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.flag-new {background: #7324ff;}
.available-for-today {background: #32CD32;}
.discount {background: #0097ff;}
.econom {background: #0097ff;}
.bestprice {background: #f2bb4c;}
.bestseller {background: #f2bb4c;}
.ourchoice {background: #f2bb4c;}
.product-ends {background: #ee534f;}
.action {background: #93e13e;}
.new {background: #47d6d0;}
.free-delivery {background: #d4c6ab;}
.flag-discount {background: #ff0000;}
.flag-shipping {background: #db5cd2;}

.catalog-label-gift {
    position: absolute;
    top: 40px;
    left: 50%;
    padding: 0 6px;
    margin: 0 0 0 -86px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    background: #ee534f;
}
.catalog-name {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    padding: 15px 0 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    height: 73px;
    min-height: 73px;
    overflow: hidden;
}
.catalog-name:after {
    position: absolute;
    bottom: -3px;
    display: block;
    content: ' ';
    height: 17px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.catalog-name a, .additional-prod-name a {
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.catalog-item:hover .catalog-name a {color: #fb3f4c;}
.catalog-name a:hover, .additional-prod-name a:hover {
    color: #fb3f4c;
    text-decoration: underline;
}

/*ссылка в описании блог*/
.pseudo-link.pseudo-link-styled,
.short-description a {
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.pseudo-link.pseudo-link-styled:hover,
.short-description a:hover {
    color: #fb3f4c;
    text-decoration: underline;
}

.catalog-bottom {
    max-width: 200px;
    margin: 0 auto 10px;
    overflow: hidden;
}
.catalog-price {
    float: left;
    max-width: calc(100% - 50px);
}
.catalog-price-new {
    color: #3a3d46;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.catalog-price-old {
    color: #999999;
    font-size: 12px;
    line-height: 14px;
    text-decoration: line-through;
}
.catalog-button {
    float: right;
    width: 36px;
    height: 36px;
    padding: 9px 0 0;
    margin: 2px 0 0;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background: #5da24e;
}
.catalog-button span {
    display: none;
}
.catalog-button:hover {background: #6cbe5d;}
.catalog-button img {
    margin: -3px;
    vertical-align: top;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.catalog-slider-horizontal .catalog-button img {
    width: 28px;
}
.catalog-raiting-block {
    max-width: 200px;
    margin: 0 auto;
    padding: 9px 0 0;
    line-height: 13px;
    border-top: 1px solid #ededed;
}
.catalog-raiting {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.star {
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
    margin: 0 2px 0 0;
    background: url(/images/star.svg) 0 0 no-repeat;
    background-size: cover;
}
.star.half {
    background: url(/images/star-full.svg) 0 0 no-repeat;
    background-size: cover;
}
.star.full {
    background: url(/images/star-full.svg) 0 0 no-repeat;
    background-size: cover;
}
.catalog-review {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 13px;
}
.catalog-review .pseudo-link,
.catalog-review a {
    color: #bdbec0;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.catalog-review .pseudo-link:hover,
.catalog-review a:hover {
    color: #2c96da;
    text-decoration: underline;
}

.catalog-item .short-description {
    line-height: normal;
    font-size: 13px;
    max-width: 200px;
    margin: 10px auto 0;
    height: 0;
    overflow: hidden;
    max-height: 100px;
}
.catalog-item:hover .short-description {
    overflow: visible;
    overflow-y: auto;
    height: auto;
}
.catalog-horizontal .catalog-item .catalog-box-horizontal,
.catalog-horizontal .catalog-item .catalog-item-box
{
    position: relative;
}
.catalog-horizontal .catalog-item .short-description {
    display: block;
    overflow: hidden;
    height: auto;
    margin-right: 200px;
    max-height: 170px;
    max-width: unset;
    padding: 0 5px 0;
}
.catalog-horizontal .catalog-item .catalog-button span {
    display: block;
}
.catalog-horizontal .catalog-item-box,
.catalog-horizontal .catalog-item-box:hover {
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset;
    border-left: unset;
}
/************************* info-line *************************/
.pros-line {
    padding: 29px 0 34px;
    text-align: center;
    background: #fafafa;
}
.pros-line-item {
    overflow: hidden;
    display: inline-block;
    width: 24%;
    text-align: left;
}
.pros-line-icon {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.pros-line-icon img {
    vertical-align: middle;
}
.pros-line-text {
    margin: 9px 0 0 65px;
    color: #999999;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}
.pros-icon1 {width: 48px;}
.pros-icon2 {width: 46px;}
.pros-icon3 {width: 50px;}
.pros-icon4 {width: 46px;}
/************************* bottom-block *************************/
.bottom-block {
    bottom: 1px;
    border-top: 1px solid #ededed;
    width: 100%;
    order: 900;
}
/************************* bottom-article *************************/
.bottom-article {
    padding: 22px 0 24px;
    color: #666;
    font-size: 13px;
    line-height: 18px;
    word-wrap: break-word;
}
.bottom-article h2,
.bottom-article h1 {
    margin: 0 0 9px;
    color: #3c3e46;
}
.bottom-article h1 {
    font-size: 25px;
}
.bottom-article .text {
    position: relative;
    height: 214px;
    margin-bottom: 15px;
    overflow: hidden;
}
.bottom-article .text:after {
    content: " ";
    height: 50px;
    position: absolute;
    bottom: 0;
    background: #ccc;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.bottom-article .no-content-after:after {display: none;}
.bottom-article p {margin: 0 0 16px;}
.bottom-article-more {font-size: 14px;}
.bottom-article-more a {
    color: #469bd0;
    text-decoration: none;
}
.bottom-article-more a:hover {text-decoration: underline;}

#detailed_description {
    margin-bottom: 15px;
    overflow-y: auto;
}
.detailed-description-collapsed #detailed_description {
    height: 265px;
    overflow: hidden;
}
/************************* footer *************************/
.footer {
    flex: 0 0 auto;
    padding: 15px 0;
    background: #fafafa;
}
.footer-top:after {
    display: block;
    content: '';
    clear: both;
}
.footer h3 {
    margin: 0 0 13px;
    color: #999999;
    font-size: 16px;
}
.footer h2 {
    font-size: 20px;
    margin: 0 30px 10px 0;
}
.footer-column {
    float: left;
    width: 25%;
}
.footer-column-min {width: 22%;}
.footer-nav {
    color: #666666;
}
.footer-nav a {
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.footer-nav a:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
.footer-contacts {
    float: left;
    width: 24%;
}
.footer-contacts-text {
    margin: 0 0 13px;
    color: #666;
    font-size: 13px;
}
.footer-webs {
    padding: 21px 0 0;
    font-size: 0;
}
.footer-web {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 5px 5px 0;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    background: #c8c8c8;
    border-radius: 3px;
}
.footer-web img {vertical-align: middle;}
.web1 img {width: 14px;}
.web2 img {width: 20px;}
.web3 img {width: 17px;}
.web4 img {width: 15px;}
.web1:hover {background: #4267b2;}
.web2:hover {background: #7024c4;
background: -moz-linear-gradient(top, #7024c4 0%, #c42a67 50%, #e09b3d 100%);
background: -webkit-linear-gradient(top, #7024c4 0%,#c42a67 50%,#e09b3d 100%);
background: linear-gradient(to bottom, #7024c4 0%,#c42a67 50%,#e09b3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7024c4', endColorstr='#e09b3d',GradientType=0 );}
.web3:hover {background: #ff0000;}
.web4:hover {background: #4872a3;}
.footer-bottom {
    clear: both;
    padding: 7px 0 0;
}
.footer-copy {
    color: #cccccc;
    text-align: center;
}
.footer-mobile {
    overflow: hidden;
    display: none;
}
.footer-mobile li {
    float: left;
    width: 50%;
    margin: 0 0 11px;
    font-size: 14px;
}
.footer-mobile li:nth-child(2n + 1){clear: left;}
.footer-mobile a {
    color: #3e77aa;
    text-decoration: none;
}
.footer-langs {
    display: none;
    line-height: 18px;
    text-align: center;
}
.footer-langs span,
.footer-langs a {
    padding: 0 11px;
    color: #3e77aa;
    text-decoration: none;
}
.footer-langs span.uk {border-right: 1px solid #d2d2d2;}
.footer-langs span.ru {border-left: 1px solid #d2d2d2;}
.footer-langs .active {
    color: #000;
    font-weight: 700;
}


/************************* infotmation page *************************/
/************************* article *************************/
.article {
    padding: 0 0 1px;
    margin: 0 0 24px;
    word-wrap: break-word;
    overflow-y: auto;
}
#orderthanks .article {
    padding: 0 0 1px;
    margin: 0 0 24px;
    word-wrap: break-word;
    overflow-y: unset;
}
.article.float-left {float: left;}
.red {color: #e72c29;}
.article ul {
    padding: 0 0 1px;
    margin: 0 0 23px;
}
.article ul li {
    position: relative;
    padding: 0 0 0 30px;
}
.article ul li:before {
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background: #298fd2;
    border-radius: 50%;
}
/************************* cabinet-nav *************************/
.cabinet-nav {
    padding: 14px 0 60px;
    margin: 0 0 30px;
    border: 2px solid #e7f4fd;
    border-radius: 3px;
}
.cabinet-nav-title {
    padding: 0 15px 0 20px;
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
}
.cabinet-nav-list {
    padding: 0 0 1px;
}
.cabinet-nav-list li {
    margin: 0 -2px 0 0;
    font-size: 13px;
    line-height: 18px;
}
.cabinet-nav-list a {
    display: block;
    padding: 6px 15px 6px 20px;
    color: #3e77aa;
    text-decoration: none;
    border-right: 4px solid transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.cabinet-nav-list a:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
.cabinet-nav-list .active a {
    color: #424c5c;
    background: #e5f2fa;
    text-decoration: none;
    border-right: 4px solid #298fd2;
}
.cabinet-nav-mob {display: none;}
/************************* cabinet page *************************/
/************************* cabinet-top *************************/
.cabinet {
    max-width: 540px;
}
.cabinet-top {
    padding: 17px 20px 22px;
    margin: 0 0 20px;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #ededed;
}
.cabinet-personal {
    padding: 0 0 6px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}
.cabinet-personal dt {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    padding: 0 10px 0 0;
    margin: 5px 0px;
    color: #999999;
}
.cabinet-personal dd {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin: 0 0 11px;
}
.cabinet-personal dd .input {
    margin: 0;
    height: 25px;
    padding: 0 5px;
    font-size: 13px;
}
.cabinet-top-buttons a {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    padding: 5px 13px 0;
    margin: 0 8px 0 0;
    color: #fff;
    text-decoration: none;
    background: #ccc;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.cabinet-top-buttons a:hover {background: #B5B5BA;}
/************************* cabinet-content *************************/
.cabinet-block {
    margin: 0 0 30px;
}
.cabinet-block-title {
    padding: 0 0 10px;
    margin: 0 0 19px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ededed;
}
.check-list {
    padding: 0 0 1px;
    margin: 0 0 14px;
}
.radio-line .radio-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 60px 10px 0;
}
.cabinet-date:after {
    display: block;
    content: '';
    clear: both;
}
.cabinet-date-day {
    float: left;
    width: 70px;
    margin: 0 20px 0 0;
}
.cabinet-date-month {
    float: left;
    width: 110px;
    margin: 0 10px 0 0;
}
.cabinet-date-year {
    float: left;
    width: 94px;
}
.cabinet-content .input-block-label { width: auto; }
.cabinet-gender {max-width: 110px;}
.cabinet-hobbies .check-item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 10px 0 0;
}
.cabinet-webs {margin: -9px 0 30px;}
.cabinet-web-item {
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ededed;
}
.cabinet-web-item:last-child {border-bottom: 0;}
.cabinet-web-button {
    position: relative;
    float: left;
    width: 126px;
    height: 34px;
    padding: 6px 0 0 40px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #ccc;
    border-radius: 3px;
}
.cabinet-web-text {
    margin: 6px 0 0 138px;
    color: #999999;
}
.cabinet-web-text a {
    color: #3e77aa;
    text-decoration: none;
}
.cabinet-web1.active .cabinet-web-button {background: #395999;}
.cabinet-web2.active .cabinet-web-button {background: #ff0000;}
.cabinet-web1 .cabinet-web-button:before {
    position: absolute;
    top: 9px;
    left: 8px;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(/images/facebook.svg) 0 0 no-repeat;
    background-size: cover;
}
.cabinet-web2 .cabinet-web-button:before {
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url(/images/google-plus.svg) 0 0 no-repeat;
    background-size: cover;
}
.cabinet-bottom-buttons {
    padding: 20px 0 30px;
    border-top: 1px solid #ededed;
}
.cabinet-submit {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 34px;
    margin: 0 17px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    background: #6cbe5d;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.cabinet-error {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    color: #f00;
    font-size: 14px;
    padding: 5px;
}
.cabinet-submit:hover {background: #459037;}
.cabinet-reset {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 34px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    background: #ccc;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.cabinet-reset:hover {background: #bbb;}
/************************* catalog-favorite *************************/
.catalog-favorite {
    padding: 30px 0 1px;
}
.catalog-favorite .catalog-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 0 36px;
}
.catalog-favorite .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid transparent;}
.catalog-favorite .catalog-item:nth-child(4n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
@media screen and (min-width: 1440px) {
    .catalog-favorite .catalog-item {
        width: 20%;
    }
    .catalog-favorite .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-favorite .catalog-item:nth-child(5n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-favorite .catalog-item:nth-child(5n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
}
.catalog-bottom .catalog-raiting-block {
    float: right;
    max-width: 75px;
    margin: 0;
    padding: 5px 0 0;
    line-height: 13px;
    border-top: 0;
}
.catalog-bottom .catalog-raiting {
    display: block;
    padding: 0 0 3px;
}
.catalog-bottom .catalog-review {
    display: block;
    font-size: 12px;
}
.catalog-buttons-line {
    overflow: hidden;
    padding: 5px 0 0;
}
.catalog-button-compare {
    float: left;
    width: 35px;
    height: 36px;
    margin: 0 5px 0 0;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 3px;
}
.catalog-button-compare img {width: 24px;}
.catalog-button-fav {
    float: left;
    width: 35px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 3px;
}
.catalog-button-fav img {width: 20px;}
.catalog-button-fav.active {
    background: #298fd2;
    border: 1px solid #298fd2;
}
.catalog-button-compare img,
.catalog-button-fav img {vertical-align: middle;}
.fav-icon-white {display: none;}
.catalog-button-fav.active .fav-icon {display: none;}
.catalog-button-fav.active .fav-icon-white {display: inline-block;}
.catalog-status {
    margin: 0 0 0 80px;
    height: 36px;
    color: #999999;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    background: #ededed;
    border-radius: 3px;
}
.catalog-delete {
    position: absolute;
    top: 4px;
    right: 10px;
}
.catalog-status-mob {display: none;}
.catalog-delete img {width: 17px;}
/************************* catalog-favorite *************************/
.catalog-waiting .catalog-img img {opacity: 0.5;}
/************************* catalog-viewed *************************/
.title-line-reset {
    display: inline-block;
    vertical-align: top;
    margin: 14px 0 0;
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.title-line-reset:hover {
    color: #fb3f4c;
}
.viewed-type {
    padding: 0 0 1px;
    margin: -4px 0 0;
    font-size: 0;
}
.viewed-type-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    margin: 0 10px 10px 0;
    color: #3e77aa;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #ededed;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.viewed-type-item:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
.viewed-type-item.active {
    color: #3e77aa;
    background: #e7f4fd;
    border: 1px solid #e7f4fd;
    text-decoration: none;
}
/************************* mailing page *************************/
/************************* mailing-list *************************/
.mailing-list {
    max-width: 540px;
    padding: 10px 0 1px;
}
.mailing-item {
    margin: 0 0 22px;
}
.mailing-item .check-item {margin: 0;}
.mailing-item .check-label {
    padding: 3px 0 0 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.mailing-text {
    padding: 0 0 0 40px;
    color: #777777;
}
/************************* review page *************************/
/************************* review *************************/
.review-title-line {
    margin: 0 0 5px;
    border-bottom: 0;
}
.cabinet-review-list {
    margin: 0 0 30px;
}
.review-img {
    float: left;
    width: 68px;
    padding: 12px 0 0;
}
.review-img img {
    max-width: 100%;
}
.review-content {
    margin: 0 0 0 95px;
    padding: 0 0 16px;
    line-height: 22px;
    border-bottom: 1px solid #e3e3e3;
}
.review-item:first-child .review-content {border-top: 1px solid #e3e3e3;}
.review-top {
    overflow: hidden;
    padding: 15px 0 0;
}
.review-name {
    float: left;
    margin: 0 20px 4px 0;
}
.review-name a {
    color: #3e77aa;
    text-decoration: none;
}
.review-name a:hover {text-decoration: underline;}
.review-date {
    float: right;
    margin: -6px 0 0;
    color: #a3a3a3;
    font-size: 13px;
}
.review-raiting {
    float: left;
    font-size: 0;
    padding: 4px 0 0;
}
.review-text {
    margin: 0 0 14px;
    color: #666;
}
.review-links {
    font-size: 13px;
    line-height: 16px;
}
.review-answer {
    display: inline-block;
    vertical-align: top;
    margin: 0 32px 0 0;
}
.review-answer a {
    color: #3e77aa;
    text-decoration: none;
}
.review-delete {
    display: inline-block;
    vertical-align: top;
}
.review-delete a {
    color: #e34545;
    text-decoration: none;
}
.review-message {
    padding: 15px 10px;
    font-weight: bold;
    margin: 25px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fafafa;
}
/************************* orders page *************************/
/************************* order-list *************************/
.order-list {
}
.order-item {
    margin: 0 0 9px;
    border: 1px solid #ededed;
}
.order-top {
    position: relative;
    overflow: hidden;
    padding: 5px 18px;
    cursor: pointer;
}
.order-top:after {
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    content: '';
    width: 14px;
    height: 9px;
    background: url(/images/order-arrow.png) 0 0 no-repeat;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.order-top.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.order-date {
    float: left;
    width: 27%;
    padding: 3px 10px 0 0;
    color: #999999;
}
.order-top-prod {
    float: left;
    width: 35%;
}
.order-top-prod-img {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.order-top-prod-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.order-top-prod-text {
    margin: 0 0 0 32px;
    padding: 3px 10px 0 0;
}
.order-number {
    float: left;
    width: 13%;
    padding: 3px 10px 0 0;
    color: #999999;
    font-size: 12px;
}
.order-number a {
    color: #999999;
}
.order-top-status {
    float: right;
    width: 25%;
    padding: 3px 0 0 25px;
}
.status-delivering {color: #298fd2;}
.status-completed {color: #23ad4a;}
.status-cancelled {color: #e65a5a;}

.order-hidden {
    overflow: hidden;
    padding: 0 0 20px;
    border-bottom: 1px solid #ededed;
}
.order-hidden-left {
    float: left;
    width: 75%;
    border-right: 1px solid #ededed;
}
.order-hidden-right {
    float: left;
    width: 25%;
    padding: 0 0 0 25px;
    margin: 0 0 0 -1px;
    border-left: 1px solid #ededed;
}
.order-hidden-right h3 {
    font-size: 18px;
}
.order-hidden-list {
    max-width: 430px;
    line-height: 26px;
}
.order-hidden-list dt {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 10px 0 0;
    color: #999999;
}
.order-hidden-list dd {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.order-hidden-list .more {
    color: #469bd0;
    text-decoration: none;
    font-size: 14px;
}
.order-status-title {
    margin: 0;
    color: #999999;
}
.order-status-big {
    margin: 0 0 48px;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
}
.order-hidden-right .blue-button {margin: 0 0 10px;}
.blue-button {
    display: block;
    height: 34px;
    color: #fff;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #298fd2;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.blue-button:hover {background: #1d79b5;}
.grey-button {
    display: block;
    height: 34px;
    color: #fff;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #ccc;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.grey-button:hover {background: #bbb;}

#selectItemReview {
    display: none;
}

.order-info {
    display: none;
    padding: 20px 18px;
    line-height: 20px;
    border-top: 1px solid #ededed;
}
.order-info.order-history-item {
    display: block;
    border-top: 0px none;
}
.order-info.order-history-item dl dt::first-letter {
    text-transform: uppercase;
}
.order-prod-line {
    overflow: hidden;
    padding: 12px 0 10px; 
}
.order-list-prod {
    float: left;
    width: 62%;
    padding: 0 10px 0 0;
}
.order-list-prod-img {
    float: left;
    width: 50px;
    text-align: center;
}
.order-list-prod-img img {
    max-width: 100%;
}
.order-list-prod-content {
    margin: 0 0 0 65px;
    padding: 5px 0 0;
}
.order-list-prod-link a {
    color: #3e77aa;
    text-decoration: none;
}
.order-list-prod-link a:hover {text-decoration: underline;}
.order-list-prod-code {
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}
.order-list-prod-code span {color: #000;}
.order-list-price {
    float: left;
    width: 16.5%;
    padding: 4px 10px 0 0;
}
.order-list-price-num {
    font-size: 16px;
    font-weight: 700;
}
.order-list-price-min {
    color: #999999;
    font-size: 12px;
}
.order-list-price-total {
    float: left;
    width: 20%;
    padding: 4px 0 0;
    font-size: 16px;
    font-weight: 700;
}
.order-list-total {
    overflow: hidden;
    padding: 11px 0 5px;
    border-top: 1px solid #ededed;
}
.order-list-total-float {
    float: right;
    width: 25%;
    padding: 0 0 0 25px;
}
.order-list-total-text {
    padding: 0 0 3px;
    color: #999999;
    text-transform: uppercase;
}
.order-list-total-sum {
    font-size: 26px;
    font-weight: 700;
}
/****************************thanks page ****************************/
.thanks-delivery-info span[data-href]:hover {color: #fb3f4c;}
.thanks-delivery-info span[data-href] {
    color: #3e77aa;
    cursor: pointer;
}
#holder_thanks{
    width: 100%;
}
.thanks_header{
    font-size: 26px;
    margin: 10px 0 8px 0;
    text-align: center;
}
.thanks-order-list-prod-link a{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.thanks-order-manager {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500;
    text-align: center;
}
.green_mark_thanks {
    top: 4px;
    position: relative;
    display: inline-block;
    width: 25px;
    height: 26px;
    background: url('/images/circle_green_checkmark.svg') no-repeat 0 0px;
}
.thanks-page-wrapper{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.thanks-order-prod-line-wrapper{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #cecece;
}
.header-order-prod-name{
    width: 50%;
}
.header-order-prod-price{
    width: 17.5%;
}
.header-order-prod-qty{
    width: 17.5%;
}
.header-order-prod-total{
    width: 15%;
}
.header-order-prod-line{
    border-bottom: 1px solid #cecece;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.header-order-prod-name{
    text-align: left;
}
.thanks-order-list-total,
.thanks-delivery-info,
.thanks-order-prod-line,
.thanks-payment-info,
.thanks-salesman-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.thanks-order-prod-line{
    padding: 5px;
    font-size: 13px;
    line-height: 17px;
    align-content: center;
}
.thanks-order-list-prod{
    width: 50%;
}
.thanks-order-list-price{
    width: 35%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.thanks-order-list-price-min, .thanks-order-list-price-num {
    width: 50%;
    text-align: center;
}
.thanks-order-list-prod-code span{
    font-weight: 700;
}
.thanks-order-list-price-total{
    width: 15%;
    text-align: center;
}
.thanks-delivery-info,
.thanks-payment-info,
.thanks-salesman-info{
    padding: 5px;
}
.thanks-delivery-info div,
.thanks-payment-info div,
.thanks-salesman-info div{
    display: inline-block;
}
.title-delivery,
.title-payment,
.title-salesman{
    font-size: 14px;
    font-weight: 700;
}
.thanks-order-list-total{
    padding: 10px 5px 20px;
}
.thanks-order-list-total-text{
    width: 85%;
    font-size: 16px;
    font-weight: 900;
}
.thanks-order-list-total-sum{
    width: 15%;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.thanks-payment-status-info,
.thanks-see-more-order{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.thanks-payment-status-info {
    font-size: 18px;
    margin: 26px 0;
}
.waiting_payment {
    font-weight: bold;
}
@media screen and (max-width: 640px){
    .thanks-payment-status-info,
    .thanks-see-more-order{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 560px){
    .thanks-delivery-info,
    .thanks-payment-info,
    .thanks-salesman-info{
        flex-wrap: wrap;
    }
    .thanks-order-list-total-text{
        width: 80%;
    }
    .thanks-order-list-total-sum{
        width: 20%;
    }
    .thanks-order-list-prod{
        width: 49%;
        margin-right: 1%;
    }
    .thanks-payment-status-info,
    .thanks-see-more-order{
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .green_mark_thanks{
        display: none;
    }
    .thanks-order-list-total-text{
        width: 65%;
    }
    .thanks-order-list-total-sum{
        width: 35%;
    }
    .thanks_header{
        line-height: 26px;
    }
    .thanks-order-manager {
        font-size: 14px;
    }
}
/************************* action page all *************************/
.filter-action .check-label {font-size: 12px;}
.action-list {
    padding: 0 0 1px;
    margin: 0 0 30px;
    font-size: 0;
}
.action-item {
    display: inline-block;
    width: 31%;
    margin: 0 0 30px 3.5%;
    font-size: 13px;
    line-height: 16px;
}
.action-item:nth-child(3n + 1) {margin: 0 0 30px;}
.action-item-img {
    margin: 0 0 14px;
}
.action-item-img img {
    width: 100%;
    border-radius: 5px;
}
.action-info {
    overflow: hidden;
}
.action-date {
    float: left;
    width: 66px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    border: 2px solid #cccccc;
    border-radius: 5px;
}
.action-date-title {
    height: 24px;
    margin: -2px -2px 0;
    padding: 5px 0 0;
    color: #fff;
    background: #ee4d50;
    border-radius: 5px 5px 0 0;
}
.action-date-number {
    padding: 4px 0 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
}
.action-date-text {
    padding: 0 0 2px;
    color: #777777;
    text-transform: uppercase;
}
.action-text {
    margin: 0 0 0 76px;
    padding: 4px 0 0;
    line-height: 16px;
}
.action-text a {
    color: #588ab6;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.action-text a:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
.action-period {
    margin: 0 0 4px;
    font-size: 12px;
    color: #999999;
}
.action-mob {display: none;}

/************************* filter *************************/

.filter {
    width: 100%;
    background-color: #ffffff;
}
/* ----------------- shadow load ----------------*/
.load-block{
    background-color: rgba(0, 0, 0, 10%);
    display: none;
    position: absolute;
    top:0;
    left: 0;
    z-index: 21;
}
.lds-dual-ring {
    position: sticky;
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #2c8dcc transparent #2c8dcc transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ------------- end shadow load -------------*/
.filter-mobile, .search-mobile {
    display: none;
    max-width: 200px;
    width: 48%;
    color: #ffffff;
    background: #2c8dcc;
    padding: 5px 10px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.content-filter-mobile{
    padding: 0 15px;
}
.aside-blog-holder{
    display: flex;
    flex-direction: column;
}
.content-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.asaid-filter-mobile-inactive, aside#result-search-aside-block{
    -ms-overflow-y: auto;
    overflow-y: auto;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 20;
    bottom: 0;
    min-width: 275px;
    max-width: 275px;
    align-self: flex-start;
}
.filter-input-search-button{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.filter-input-search-next:hover, .filter-input-search-prev:hover{
    color: #f00;
   }
.filter-input-search-next, .filter-input-search-prev{
    display: inline-block;
    padding: 5px;
    margin: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.filter-input-button-disabled{
    pointer-events: none;
    color: #a0a0a0;
}
.search-empty-result{
    margin: 5px;
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.pretty-scroll-filter{
    scrollbar-color: #ccc #f1f1f1;
    scrollbar-width: thin;
}
.pretty-scroll-filter::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.pretty-scroll-filter::-webkit-scrollbar{
    width: 6px;
}
.pretty-scroll-filter::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 5px;
}
.pretty-scroll-filter::-webkit-scrollbar-thumb:hover{
    background: #aaa;
    border-radius: 5px;
}
.content-holder .content{
    flex-basis: 1230px;
    margin: 0;
    padding-left: 30px;
}
.action-buttons-filter-mobile{
    position: sticky;
    bottom: 0;
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f1f1f1;
}

.show-button-filter-mobile{
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 10px;
    color: #ffffff;
    background-color: #a5c4e6;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.show-button-filter-mobile-active-check{
    cursor: pointer;
    pointer-events: all;
    color: #ffffff;
    background: #2c8dcc;
}
.reset-button-filter-mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 50%;
    height: 100%;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 0.8em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.header-filter-mobile, .header-search-mobile{
    display: none;
}
.filter-block {
    padding: 9px 0 11px;
    border-top: 1px solid #f3f3f3;
}
#profile-wishlist-show .filter-block {
    border: none;
}
.filter-block .check-item {
    margin: 0 0 4px;
}
.filter-block .check-list {
    padding: 0;
    margin: 0;
}
.filter-title {
    position: relative;
    padding: 0 30px 0 0;
    margin: 0 0 5px;
    color: #666666;
    cursor: pointer;
}
.filter-title:after {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    content: '';
    width: 13px;
    height: 7px;
    background: url(/images/filter-arrow.png) 0 0 no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.filter-title.active:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.filter-content {
    display: none;
    padding: 13px 0 0;
}
.filter-content.vis {display: block;}
.filter-content .check-input:checked + .check-label {font-weight: 700;}
.filter-content.vis {
    display: block;
}
.filter-content-hidden {
    display: none;
}
.filter-hidden-show {
    position: relative;
    padding: 2px 0 0 20px;
    margin: 0 0 10px;
    color: #146ca6;
    font-size: 14px;
    cursor: pointer;
}
.filter-hidden-show:after {
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
    content: '';
    width: 11px;
    height: 7px;
    background: url(/images/filter-arrow.png) 0 0 no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.filter-hidden-show.active:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.filter-big-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}
/************************* action page *************************/
.action-page {
    overflow: hidden;
    margin: 0 0 50px;
}
.action-img {
    position: relative;
    float: right;
    width: 48.5%;
}
.action-content {
    float: left;
    width: 48.5%;
}
.action-img img {
    width: 100%;
    border-radius: 5px;
}
.action-counter {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 10px 20px;
    color: #fff;
    background: #e6694c;
    border-radius: 0 5px 0 0;
}
.action-counter-text {font-size: 12px;}
.action-popular .action-item {
    width: 23.5%;
    margin: 0 0 30px 2%;
}
.action-popular .action-item:nth-child(3n + 1) {margin: 0 0 30px 2%;}
.action-popular .action-item:nth-child(4n + 1) {margin: 0 0 30px;}

/************************* registration page *************************/
.reg-block {
    margin: 0 0 30px;
}
.reg-block:after {
    display: block;
    content: '';
    clear: both;
}
.reg-text {
    margin: 0 0 20px;
    color: #9999a2;
    font-size: 12px;
    line-height: 16px;
}
.reg-text a {
    color: #3e77aa;
    text-decoration: none;
}
.reg-text a:hover {text-decoration: underline;}
.reg-block .input {max-width: 350px;}
.reg-block .submit {
    max-width: 170px;
    font-weight: 700;
}
.reg-block .login-webs-title {
    max-width: 360px;
    margin: 0 0 10px;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.reg-block .login-webs-title span {
    display: block;
    margin: 0 0 17px;
    font-size: 16px;
    font-weight: 700;
}
.reg-block .webs-links {max-width: 270px;}
.reg-block .login-webs-text {max-width: 210px;}

.reg-block .input-block-label {
    position: relative;
}
#index-login .reg-block .input-block-label{
    margin: 7px 0 0;
    width: 130px;
}
.reg-block .input-block-label b {
    position: absolute;
    top: 30%;
}

.registration .login-form fieldset label:nth-of-type(5) {
    margin: -6px 0 0;
}
/************************* search result page *************************/
.result-side .check-label {
    font-size: 13px;
}
.result-title {
    padding: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
}
.result-side-block.check-list {
    padding: 0 5px 11px 5px;
}
.aside-left-search-input{
    padding: 0 10px 0 5px;
}
.result-side-block li {
    padding-right: 3px;
    line-height: 1.5;
}
.result-side-block a {
    color: #3e77aa;
    text-decoration: none;
    transition: all .3s linear;
}
.result-side-block a:hover {
    color: #fb3f4c;
}
.result-side-block span {
    color: #999999;
}

#forgot-confirm .content,
.forgot-style,
#index-message .content{
    padding: 0 20px;
}
.forgot-style .input-block-label {
    width: 9%;
}
.forgot-style .g-recaptcha.margin-left,
.reg-block.forgot-style .input-block-content {
    margin-left: 9%;
}
.forgot-style .g-recaptcha.margin-left {
    margin-bottom: 10px;
}
.confirm-pass{
    width: 120px;
    height: 34px;
    margin-top: 5px;
}
.confirm-pass input{
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

#confirmPhoneContainer {
    max-width: 370px;
    height: 185px;
    font-size: 16px;
    font-weight: bold;
    margin: 25px;
    text-align: center;
    position: relative;
    min-height: 164px;
    line-height: 18px;
}
    #confirmPhoneContainer input[type=text] {
        border: 1px solid #555;
        width: 100%;
    }
#confirmationResult {
    color: #f00;
}
.input-block {
    margin: 0 0 14px;
    padding: 0 0 1px;
}
.input-block:after {
    display: block;
    content: '';
    clear: both;
}
.input-block .input {margin: 0;}
.input-block-label {
    float: left;
    width: 130px;
    padding: 0 0 5px;
    color: #999999;
    font-size: 13px;
    line-height: 18px;
}
.input-block-label span, .alert-span {
    color: #f70;
    font-weight: bold;
    font-size: large;
}

.input-block-content .custom-combobox {
    display: block;
    width: 100% !important;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.input-block-content .custom-combobox a.custom-combobox-toggle {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    position: absolute;
    top: 1px;
    right: 0;
    left: auto;
    width: 28px;
    height: 32px;
    border-left: 1px solid #ccc;
    background: url(/images/select-arrow.svg) center no-repeat;
    background-size: 8px 5px;
}
.input-block-content .custom-combobox input {
    text-align: left;
    padding: 5px 30px 0 10px;
    display: block;
    height: 34px;
    width: 100%;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.ui-autocomplete.input-block-content.city-id {
    width: 220px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0px none;
    border-radius: 3px;
    max-height: 350px;
    overflow: hidden;
    overflow-y: scroll;
}
.contact-comment {
    display: block;
    font-weight: normal;
    color: #999;
    line-height: 16px;
}
/************************* catalog-sort *************************/
.catalog-sort {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    min-height: 30px;
}
.sort-right {
    width: 260px;
}

.sort-list {
    padding: 1px 0 1px;
}
.sort-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 22px;
}
.sort-remove {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 7px 34px 6px 10px;
    margin: 0 9px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    background: #e7f4fd;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.sort-remove:before {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: url(/images/cross-min.png) 50% 50% no-repeat;
}
.sort-reset {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 0;
    margin: 0 9px 0 0;
    color: #3e77aa;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.sort-reset:hover {
    color: #ee534f;
}
.sort-list-text {
    display: block;
    padding: 4px 0 0 10px;
}
.sort-type {
    float: right;
    width: 195px;
}
.sort-view {
    float: right;
    padding: 8px 0 0;
}
.sort-view-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
}
.sort-view-item.active {color: #2375ab;}
.sort-view-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block;
    width: 16px;
    height: 16px;
}
.sort-view-item .plate {background: url(/images/view.png) 0 0 no-repeat;}
.sort-view-item.active .plate {background: url(/images/view.png) 0 -16px no-repeat;}
.sort-view-item .list {background: url(/images/view.png) 0 -32px no-repeat;}
.sort-view-item.active .list {background: url(/images/view.png) 0 -48px no-repeat;}
/************************* filter range *************************/
.filter-range-top {
    overflow: hidden;
    margin: 0 0 17px;
}
.filter-range-input {
    position: relative;
    float: left;
    width: 48%;
}
.filter-range-input:first-child {margin: 0 4% 0 0;}
.filter-range-input input {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.filter-range-label {
    display: block;
    margin: 0 0 3px;
    color: #999999;
    font-size: 14px;
    line-height: 15px;
}
/************************* catalog page *************************/
/************************* catalog-default *************************/
.catalog-default {
    padding: 30px 0 1px;
    font-size: 0;
}
.catalog-slide .catalog-item {
    height: 364px;
}
.catalog-default .catalog-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 0 36px;
    height: 330px;
}
.catalog-default .catalog-item .catalog-item-box {
    background: #fff;
}
.catalog-default .catalog-item:hover .catalog-item-box {
    z-index: 10;
}
.catalog-default .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid transparent;}
.catalog-default .catalog-item:nth-child(4n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}

@media screen and (min-width: 1440px) {
    .catalog-default .catalog-item {
        width: 20%;
    }
    .catalog-default .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-default .catalog-item:nth-child(5n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-default .catalog-item:nth-child(5n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
}

.catalog-colors {
    position: absolute;
    left: 6px;
    bottom: -20px;
    font-size: 0;
}
.catalog-color-item {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    border-radius: 50%;
}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    justify-content: center;
}
.catalog-more-button {
    width: 100%;
    height: 34px;
    margin: 0 11px 0 0;
    padding: 0 20px;
    color: #3e77aa;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ededed;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.catalog-more-button:hover {
    color: #fff;
    background: #3e77aa;
    border: 1px solid #3e77aa;
}
.pagination ul {
}
.pagination li {
    margin: 0 0 5px 5px;
    float: left;
}
.pagination li a {
    display: block;
    min-width: 34px;
    padding: 0 3px;
    height: 34px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background: #bbb;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.pagination li a:hover {background: #bbb;}
.pagination .active a {background: #3e77aa;}
/************************* catalog horizontal mode *************************/
.banner-line {
    margin: 0 0 20px;
}
.banner-line img {width: 100%;}
.nav-top-line, .product-top-line {
    padding: 0 0 10px;
}
.catalog-horizontal .catalog-item {
    overflow: hidden;
    padding: 10px 0 5px;
    border-top: 1px solid #e5e5e5;
}
.horizontal-left {
    float: left;
    width: 100%;
    padding: 0 190px 0 0;
}
.catalog-horizontal .catalog-item .catalog-img {
    position: relative;
    float: left;
    width: 210px;
    height: 200px;
    line-height: 200px;
    text-align: center;
}
.catalog-horizontal .catalog-item .catalog-img img {max-width: 100%;}
.horizontal-content {
    margin: 0 0 0 220px;
    padding: 5px 0 0;
}
.catalog-horizontal .catalog-item .catalog-bottom-box {
    position: absolute;
    width: 160px;
    top: 33px;
    right: 0;
    padding: 5px 0 0;
}
.catalog-horizontal .catalog-item .catalog-name {
    max-width: none;
    margin: 0 200px 13px 0;
    padding: 10px 5px 0;
    font-size: 25px;
    line-height: 27px;
    height: auto;
    min-height: unset;
}
.catalog-horizontal .catalog-item .catalog-name:after {
    display: none;
}
.catalog-horizontal .catalog-item .catalog-about {
    font-size: 13px;
    line-height: 15px;
}
.catalog-horizontal .catalog-item .catalog-raiting-block {
    margin: -5px 0 0;
    border-top: 0;
}
.catalog-horizontal .catalog-item .catalog-price {
    float: none;
    margin: 0 0 8px;
}
.catalog-horizontal .catalog-item .catalog-button {
    float: none;
    display: block;
    width: 120px;
    height: 36px;
    padding: 9px 0 0;
    margin: 2px 0 0;
    color: #fff;
    text-decoration: none;
}
.catalog-horizontal .catalog-item .catalog-button span {
    display: inline-block;
    vertical-align: top;
    margin: -2px 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.catalog-horizontal .catalog-item .catalog-button span:first-letter {
    text-transform: uppercase;
}
.catalog-horizontal .catalog-item:hover .catalog-name a {
    color: #3e77aa;
}
.catalog-horizontal .catalog-item .catalog-name a:hover {
    color: #fb3f4c;
}


.sort-more,
.sort-more-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin: 20px 0 20px;
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 3px;
}
.sort-more-item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 0 0 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sort-more-item-filter {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0;
    padding: 5px;
}
.sort-more-item:nth-child(2n + 1){margin: 0}
.sort-more-text {
    padding: 5px 8px 0 0;
    color: #999999;
}
.sort-more-item .select-block {width: 100%;}
/************************* product *************************/
.nav-top-line:after, .product-top-line:after {
    display: block;
    content: '';
    clear: both;
}
.nav-top-line .nav, .product-top-line .nav {
    float: left;
}
.breadcrumbs li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 14px;
    margin: 0 10px 5px 0;
    font-size: 14px;
    line-height: 18px;
}
.breadcrumbs li:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: '';
    width: 5px;
    height: 8px;
    background: url(/images/breadcrumbs-arrow.svg) 0 0 no-repeat;
    background-size: cover;
}
.breadcrumbs li:first-child {padding: 0;}
.breadcrumbs li:first-child:before {display: none;}
.breadcrumbs a {
    color: #3e77aa;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
.breadcrumbs-line {padding: 0 0 10px;}
.breadcrumbs-line:after {
    display: block;
    content: '';
    clear: both;
}
.breadcrumbs-line .nav {
    float: left;
}
.breadcrumbs-line .breadcrumbs {
    margin: 0 0 0 185px;
    padding: 10px 0 0;
}
.pop-up-for-page .fancybox-skin {
    padding: 15px !important;
}
/************************* prod-action *************************/
.prod-action {
    position: relative;
    margin: 0 0 20px;
    border: 2px solid #e6694c;
    border-left: 195px solid #e6694c;
    border-radius: 5px;
}
.prod-action .action-counter {
    position: absolute;
    top: 0;
    left: -195px;
    right: auto;
    border-radius: 5px;
}
.prod-action-content {
    padding: 13px 10px 13px 15px;
}
.prod-action-title {
    margin: 0 0 5px;
    color: #f3603e;
    font-size: 22px;
}
.prod-action-link a {
    color: #3e77aa;
    text-decoration: none;
}
.prod-action-link a:hover {text-decoration: underline;}
/************************* additional *************************/
.additional-slider {
    padding: 0;
    margin: 0 0 40px;
}
.additional-slider.slick-initialized .slick-slide {
    min-width: 65px;
    margin: 0 5px;
}
.additional-slider2 {margin: 0;}
.additional .slick-slide img {display: inline-block;}
.additional-slider .slick-arrow {
    top: 50%;
    transform: translateY(-100%);
    z-index: 100;
}
.additional-slider .slick-next{
    right: 40px;
}
.additional-slider .slick-prev{
    left: 40px;
}
.additional-slide {
    padding: 20px 29px;
    border: 1px solid rgb(41, 143, 210);
    border-radius: 5px;
}
.additional-slide-title {
    margin: 0 0 2px;
    color: #0866a1;
    font-size: 22px;
    line-height: 27px;
}
.additional-prod-wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 0px 20px;
    background: #fff;
}
#item-view .additional-product-content-wrapper h2{
    margin-left: 5px;
}
.additional-prod {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 46.8%;
    margin: 0px 1.5%;
    padding-right: 10px;
    padding-bottom: 10px;
}
/*Был дубль, пускай пока полежит*/
/*.additional-prod {padding: 0 55px 0 0;}*/
/*.additional-prod:after {right: 7px;}*/
.additional-prod:after {
    position: absolute;
    top: 50%;
    right: -33px;
    font-weight: 600;
    font-size: 42px;
    color: rgb(41, 143, 210);
    content: '+';
    margin: -18px 0 0;
}
.additional-last:after {
   content: "";
}
.additional-last {
   border: none;
}
.additional-prod-block {
    background: #fff;
    width: fit-content;
    margin: 0 auto;
}
.additional-slider2 .additional-prod-block {padding: 10px;}
.additional-prod-img {
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
}
.additional-prod-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.additional-prod-content {
    margin: 0 0 0 155px;
    line-height: 150px;
}
.additional-prod-float {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
}
.additional-prod-name {
    margin: 0 0 10px;
    font-size: 15px;
    min-height: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
}
.additional-prod-name:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: ' ';
    height: 24px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.additional-prod-block:hover .additional-prod-name {
    height: auto;
}
.additional-prod-block:hover .additional-prod-name:after {
    display: none;
}
.additional-prod-price {
    color: #3a3d46;
    font-size: 18px;
    font-weight: 700;
}
.additional-total {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(41, 143, 210, .2);
}
.additional-saving{
    font-size: 16px;
}
.additional-saving-num{
    font-weight: 600;
}
.additional-price-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: right;
    align-items: center;
}
.additional-price {
    margin: 5px 10px 0;
    font-size: 17px;
    align-self: end;
}
.additional-price span {
    font-size: 36px;
    font-weight: 700;
}
.additional-price-old {
    padding: 4px 0 0;
    color: #999999;
    text-decoration: line-through;
}
.additional-price, .additional-price-old, .additional-button{
    display: inline-block;
}
.additional-button .submit {
    display: inline-block;
    line-height: 36px;
    float: none;
    width: auto;
    padding: 0 15px;
}
.cart-popup .additional-button .submit {padding: 0 5px;}

.additional-slider .slick-dots button {
    height: 4px;
    width: 34px;
    margin-top: 15px;
    background: #ededed;
    border-radius: 4px;
}
.additional-slider .slick-dots .slick-active button {
    background: #298fd2;
}
/************************* producers *************************/
.producers {
    padding: 0 0 1px;
    margin: 0 0 20px;
}
.producers-list {
    padding: 0 0 10px;
}
.producers-line {
    border-bottom: 1px solid #ededed;
    margin: 0 0 20px;
}
.producers-link {
    display: inline-block;
    vertical-align: top;
    padding: 2px 9px;
    margin: 0 8px 10px 0;
    color: #3e77aa;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #ededed;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.producers-link:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
.producers-link.active {
    color: #3e77aa;
    text-decoration: none;
    background: #e7f4fd;
    border: 1px solid #e7f4fd;
}
/************************* catalog-4x *************************/
.catalog-4x {
    padding: 10px 0 1px;
    font-size: 0;
}
.catalog-4x .catalog-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 0 36px;
}
.catalog-4x .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid transparent;}
.catalog-4x .catalog-item:nth-child(4n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
/************************* compare page *************************/
.compare-line {
    margin: 0 0 19px;
}
.compare-line:after {
    display: block;
    content: '';
    clear: both;
}
.compare-line .nav {
    float: left;
}
.compare-line .title-line {
    margin: 0 0 0 190px;
    padding: 0 0 14px;
}
.title-link {
    display: inline-block;
    vertical-align: top;
    margin: 14px 0 0;
    color: #3e77aa;
    text-decoration: none;
}
.add-model {
    float: right;
    max-width: 220px;
    padding: 5px 10px 6px;
}
/************************* compare-table *************************/
.compare-table-scroll {
    margin: 0 0 30px;
}
.compare-table {
}
.compare-row {
    display: table-row;
    border-collapse: collapse;
}
.compare-row:hover .compare-cell {background: #e7f4fd;}
.compare-cell {
    display: table-cell;
    vertical-align: top;
    min-width: 220px;
    padding: 7px 20px;
    color: #4e5868;
    font-size: 13px;
    line-height: 15px;
    border-right: 1px solid #e7f4fd;
}
.compare-cell:last-child {border-right: 0;}
.compare-cell:first-child {
    width: 224px;
    padding: 7px 10px;
    color: #999999;
    border-left: 2px solid #e7f4fd;
    border-right: 2px solid #e7f4fd;
}
.compare-row:last-child .compare-cell:first-child {
    border-bottom: 2px solid #e7f4fd;
    border-radius: 0 0 3px 3px;
}
.compare-note {
    padding: 0 0 0 255px;
    margin: 0 0 30px;
    color: #8b8b8b;
    font-size: 13px;
}
/************************* compare-top *************************/
.compare-top {
}
.compare-top-item {
    display: table-cell;
    vertical-align: top;
    min-width: 220px;
    padding: 7px 20px;
    border-right: 1px solid #e7f4fd;
}
.compare-top-item:last-child {border-right: 0;}
.compare-top-item:first-child {
    width: 224px;
    padding: 0;
    border-right: 0;
}
.compare-top-line {
    position: relative;
    padding: 0 0 3px;
}
.compare-top-line:after {
    display: block;
    content: '';
    clear: both;
}
.compare-top-line .catalog-delete {
    top: -3px;
    right: -10px;
}
.compare-top .catalog-bottom {
    margin: 0;
}
.compare-top .catalog-raiting-block {
    margin: 0;
}
.compare-top .catalog-button-fav {
    float: right;
    margin: 0 5px 0 0;
}
.compare-top .catalog-button {
    margin: 0;
}
.compare-name {
    margin: 0 0 5px;
}
.compare-name a {
    color: #588ab6;
    text-decoration: none;
}
.compare-name a:hover {
    text-decoration: underline;
}
.compare-top .compare-name {
    min-height: 1px;
    margin: 0 0 5px;
    line-height: 16px;
}
.compare-img {
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.compare-img img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
}
.compare-tabs {
    margin: 149px 0 0;
    border-top: 2px solid #e7f4fd;
    border-left: 2px solid #e7f4fd;
    border-right: 2px solid #e7f4fd;
    border-bottom: 1px solid #e7f4fd;
    border-radius: 3px 3px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.compare-tabs li {
    padding: 7px 10px 5px;
    margin: 0 0 -1px;
    border-bottom: 3px solid transparent
}
.compare-tabs .active {
    border-bottom: 3px solid #298fd2;
}
.compare-tabs a {
    color: #3e77aa;
    font-size: 13px;
    text-decoration: none;
}
.compare-tabs .active a {color: #000;}
.compare-add {
    position: relative;
    padding: 12px 0 0 26px;
    margin: 0 0 29px;
    font-size: 13px;
    line-height: 18px;
}
.catalog-img .check-item {display: none;}
.compare-top .add-model {display: none;}
/************************* catalog-5x *************************/
.catalog-5x {
    padding: 10px 0 1px;
    font-size: 0;
}
.catalog-5x .catalog-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 0 36px;
}
.catalog-5x .catalog-item:nth-child(5n + 1) .catalog-item-box {border-left: 1px solid transparent;}
.catalog-5x .catalog-item:nth-child(5n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
@media screen and (min-width: 1440px) {
    .catalog-5x .catalog-item {
        width: 16.66%;
    }
    .catalog-5x .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-5x .catalog-item:nth-child(5n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-5x .catalog-item:nth-child(5n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
}
/************************* category *************************/
.category {padding: 0 0 10px;}
.category-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.category-column {
    position: relative;
    width: 19%;
    margin-right: 1%;
    height: 370px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -ms-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
    -webkit-box-shadow: 0px 3px 15px -7px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 3px 15px -7px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 3px 15px -7px rgba(34, 60, 80, 0.6);
}
.look-all-category{
    display: none;
    justify-content: space-around;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 900;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    cursor: pointer;
    background: linear-gradient(rgba(254, 254, 254, 0.2), #fefefe 37%);
}

.look-all-category__more {
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    cursor: pointer;
    margin-top: 25px;
    background-image: url(/images/slide-right.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.look-all-category.active .look-all-category__more {
    transform: rotate(-90deg);
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.look-all-category:hover .look-all-category__more{
    background-image: url(/images/slide-right-hover.svg);
}
.look-all-category.active:hover .look-all-category__more{
    background-image: url(/images/slide-right-hover.svg);
}
.category-item {
    position: relative;
    margin: 0 0 30px;
}
.category-img {
    width: 150px;
    height: 150px;
    line-height: 200px;
    margin: 0 auto 20px;
    text-align: center;
}
.category-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.category-img.no-image {
    width: 140px;
}
.category-img.no-image img {
    max-width: 140px;
}
.category-link {
    padding: 5px 16px;
    font-size: 14px;
    display: table;
    max-height: 63px;
    width: 100%;
}
.category-link a {
    color: #3e77aa;
    font-weight: 900;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
}
.category-link a:hover {color: #298fd2;}
.category-list {
    padding: 22px 5px 24px;
    margin: 0 10px;
    border-top:  1px solid #f3f3f3;
}
.category-list li {
    position: relative;
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 16px;
}
.category-list li:last-child {
    margin: 0;
}
.category-list a {
    color: #33363d;
    text-decoration: none;
    padding-right: 10px;
}
.category-list a:hover {text-decoration: underline;}

/************************* Popup styles *************************/
.popup {
    display: none;
}
.info-popup {
    display: none;
    width: 600px;
    padding: 30px;
}
.mailing-popup {
    width: 490px;
    padding: 25px 30px 30px;
}
.mailing-popup-list {padding: 0 0 20px;}
.mailing-popup-button {width: 150px;}
.color-popup {
    width: 610px;
    padding: 25px 30px 20px;
}
.color-popup-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.color-popup-item {
    width: 23.5%;
    margin: 0 0 2% 2%;
    padding: 2px 0 3px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
}
.color-popup-item.active {
    padding: 0 0 1px;
    border: 3px solid #298fd2;
}
.color-popup-item:nth-child(4n + 1){margin: 0 0 2%;}
.color-popup-img {
    height: 130px;
    line-height: 130px;
}
.color-popup-img img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}
.color-popup-text {
    padding: 0 10px;
}
.color-popup-round {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 5px 4px 0 0;
    border-radius: 50%;
}
.cart-popup {
    width: 980px;
    padding: 0px 30px 5px;
}
.cart-product {
    overflow: hidden;
    margin: 0 0 40px;
}

.cart-empty {
    padding: 40px 0 50px;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.cart-empty-text {
    display: inline-block;
    padding: 12px 0 12px 74px;
    color: #c1c1c1;
    font-size: 26px;
    line-height: 30px;
    background: url(/images/cart-big.png) 0 0 no-repeat;
}
.cart-catalog {
    padding: 23px 0 0;
}
.cart-catalog-line {
    overflow: hidden;
}
.cart-catalog-line .popup-title {float: left;}
.popup-title-link {
    float: right;
    margin: 8px 0 0;
    color: #3e77aa;
    text-decoration: none;
}

.cart-product-img {
    float: left;
    width: 96px;
    height: 100px;
    line-height: 98px;
    border: 1px solid #ededed;
    text-align: center;
}
.cart-product-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.cart-product-content {
    position: relative;
    min-height: 100px;
    margin: 0 0 0 133px;
    padding: 14px 0 18px;
    border-top: 1px solid #ededed;
    /*border-bottom: 1px solid #ededed;*/
}
.prod-content-price-old-order{
    color: #999999;
    font-size: 14px;
    margin-top: -5px;
    font-weight: 400;
    text-decoration: line-through;
}
.cart-info {
    display: inline-block;
    vertical-align: top;
    width: 57%;
}
.cart-info-link {
    line-height: 18px;
}
.cart-info-link a {
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 14px;
}
.cart-info-link a:hover {
    color: #e61732;
    text-decoration: underline;
}
.category-list a:hover {text-decoration: underline;}
.cart-info-price {
    font-size: 18px;
    font-weight: 700;
}
.cart-quantity {
    display: inline-block;
    vertical-align: top;
    width: 17%;
    padding: 16px 0 0;
}
.cart-price {
    display: inline-block;
    vertical-align: top;
    min-width: 15%;
    color: #999999 !important;
}
.cart-price b {
    display: block;
    color: #333;
    font-size: 18px;
}
.cart-delete {
    position: absolute;
    top: 30px;
    right: 10px;
}
.cart-delete img{
    width: 14px;
    height: 14px;
}
.cart-total {
    overflow: hidden;
}
.cart-total-left {
    float: left;
}
.cart-total-left .button {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    cursor: pointer;
}
.cart-total-right {
    float: right;
}
.cart-total-price {
    float: left;
    padding: 9px 25px 0 0;
}
.cart-total-grey {
    color: #666;
    text-transform: uppercase;
}
.cart-total-num {
    font-size: 36px;
    font-weight: 700;
}
.cart-total-text {
    font-size: 17px;
}
.cart-total-submit {
    float: left;
}
.cart-total-submit .submit {
    display: block;
    width: 130px;
    height: 40px;
    padding: 11px 0 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background: #549e47;
}
.cart-total-submit .submit:hover {
    background: #6cbe5d;
}
.cart-total-submit .submit img {
    display: inline-block;
    vertical-align: top;
}
.cart-total-submit .submit span {
    display: inline-block;
    vertical-align: top;
    margin: -3px 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.cart-popup .cart-total-submit .submit {
    padding: 8px 10px 8px 8px;
}
.cart-popup .cart-total-submit .submit span {
    font-size: 21px;
    margin: 0 5px 0 2px;
}
.cart-popup .title h2{
    font-size: 20px;
}
#item-view .cart-popup .title h2{
    font-size: 20px;
    font-weight: 400;
}
.quantity-holder {
    overflow: hidden;
    position: relative;
    width: 90px;
}
.quantity-input {
    width: 100%;
    padding: 0 3px;
    font-size: 18px;
    text-align: center;
}
.minus {
    left: 15px;
}
.plus {
    right: 15px;
}
.minus, .plus {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 12px;
}
.plus:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 2px;
    height: 10px;
    background: #298fd2;
}
.plus:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 2px;
    background: #298fd2;
}
.minus:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 2px;
    background: #298fd2;
}
.plus:hover:before, .plus:hover:after, .minus:hover:after {background: #1c7dbb;}
.cart-popup .additional {
    padding: 0;
    margin-top: 20px;
}
/************************* thanks *************************/
#orderthanks {
    text-align: center;
}

#orderthanks img {
    margin: 30px auto;
    display: flex;
    height: auto;
    width: 40%;
}
#orderthanks .title-line {
    border-bottom: none;
    margin: 0;
    padding: 5px 0 9px;
}
#orderthanks p {
    font-size: 18px;
}
#orderthanks a {
    text-decoration: none;
    padding: 13px 40px;
    background-color: #227bc8;
    color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    border: none;
}
.errorpayment ,
.successpayment {
    margin-bottom: 34px;
}
.errorpayment {
    color: red;
}
.successpayment {
    color: green;
}
/************************** cart-popup *******************/
.cart-popup .additional-prod{
    width: 46%;
    margin: 10px;
    padding: 10px 0;
}
.cart-popup .additional-prod:after {
    top: 50%;
    right: -6%;
    margin: 0;
}
.cart-popup .additional-prod-img {
    float: left;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.cart-popup .additional-prod-content {
    margin: 0 0 0 130px;
    line-height: 120px;
}
.cartbox-close{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("/images/popup-close2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10001;
}
.cartbox-wrapper .cart-product{
    overflow: auto;
    height:  100%;
}
.cartbox-wrapper .cart-total{
    height: 60px;
    background: #ffffff;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0 15px 0;
    width: 100%;
    border-top: 1px solid #cecece;
}
.cartbox-wrapper .popup-title-wrapper{
    position: sticky;
    top:0;
    left: 0;
    right: 0 ;
    background: #ffffff;
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 10px;
    height: 35px;
    border-bottom: 1px solid #cecece;
    z-index: 10000;
}
.cartbox-wrapper .fancybox-inner {
    width: 995px !important;
}
.cartbox-wrapper .fancybox-close {
    display: none;
}
/************************** cart-popup-media ***************/
@media screen and (max-width: 1023px) {
    .cart-product {
        margin: 37px 0 40px;
    }
    .cartbox-wrapper{
        width: 100% !important;
        height: 100% !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }
    .cartbox-wrapper .fancybox-skin{
        padding: 0 !important;
        height: 100% !important;
    }
    .cartbox-wrapper .fancybox-outer{
        height: 100% !important;
    }
    .cartbox-wrapper .fancybox-inner {
        overflow: hidden !important;
        height: 100% !important;
        width: 100% !important;
    }
    .cartbox-wrapper .input{
        background: none;
    }
    .cartbox-wrapper .cart-popup {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .cartbox-wrapper .cart-product{
        overflow: auto;
        margin-top: 50px;
        padding-top: 10px;
        height: calc(100% - 115px);
    }
    .cartbox-wrapper .cart-total{
        height: 65px;
        background: #ffffff;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 15px 10px 15px 10px;
        width: 100%;
        border-top: 1px solid #cecece;
    }
    .cartbox-wrapper .popup-title-wrapper{
        position: fixed;
        top:0;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 10px;
        height: 50px;
        font-size: 20px;
        line-height: 30px;
        border-bottom: 1px solid #cecece;
    }
    .cartbox-close {
        top: 16px;
        right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .cartbox-wrapper .cart-popup {
        position: relative;
        width: 100%;
        padding: 0;
    }
    .cartbox-wrapper .cart-product{
        margin-top: 50px;
        padding-top: 10px;
        height: calc(100% - 200px);
    }
    .cartbox-wrapper .cart-product{
        margin-top: 50px;
        padding-top: 10px;
        height: calc(100% - 200px);
    }
    .cartbox-wrapper .cart-total{
        height: 150px;
    }
    .cartbox-wrapper .cart-total.cart-no-product{
        height: 120px;
    }
}
/************************* media *************************/
@media screen and (max-width: 1550px) {
    .photo-product-item,
    .photo-product-item.fancybox-skin{
        width: 55% !important;
    }
    .banners-side {width:22%}
    .banners-block-slider {width:900px;}
    .banners-block-slider .rotateslider-item img {width:820px;}
}
@media screen and (max-width: 1500px) {
    .banners-side {display: none;}
}
@media screen and (max-width: 1440px) {
    .sort-more-item-filter {width: 50%;}

}
@media screen and (max-width: 1280px) {
    .photo-product-item,
    .photo-product-item.fancybox-skin {width: 65% !important;}
    .additional-prod-block {padding: 10px 30px;}
    .header-lang {
        left: auto;
        right: -97px;
    }
    .header-search-container{
        margin-left: 5px;
    }
    .header-icon-margin{
        margin-left: 5px;
    }
    .login-popup::before{
        right: 75px;
    }
    .header-phone-hidden:before{
        right: 44px;
    }
}
@media screen and (max-width: 1200px) {
    .header-logo-panel-wrapper{
        min-width: auto;
    }
    .header-logo-panel-wrapper > .header-logo{
       margin: 0 5px;
    }
}
@media screen and (max-width: 1160px) {
    .additional-prod-block {padding: 10px;}
}
@media screen and (max-width: 1100px) {
    .header-lang {right: -181px;}
    .additional-prod{
        width: 100%;
        margin: 10px;
    }
    .additional-prod:after {
        top: 95%;
        right: unset;
        left: 47%;
        margin: 0;

    }
    .additional-prod-img {
        float: left;
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: center;
    }
    .additional-prod-content {
        margin: 0 0 0 125px;
        line-height: 120px;
    }
}
@media screen and (max-width: 1023px) {
    .disable-nav-li{
        cursor: pointer;
    }
    a.disable-nav-li{
        color: #333;
        pointer-events: none;
    }
    .result-side-block{
        padding: 5px 10px 0 10px;
        border: none;
    }
    .mobile-catalog-left-menu-button{
        display: list-item;
    }
    .desctop-catalog-left-menu-button{
        display: none;
    }
    .header-icon-margin{
        margin-left: 30px;
    }
    .header-logo{
        display: none;
    }
    .login-popup::before {
        right: 65px;
    }
    .footer-langs {
        display: block;
        padding: 16px 0 0;
    }
    .photo-product-item,
    .photo-product-item.fancybox-skin {width: 70% !important;}
    #wrapper.header-fixed-content-padding {
        padding: 64px 0 0;
        -webkit-transition: padding 300ms;
        transition: padding 300ms;
    }
    #wrapper.header-not-fixed {
        padding: 0;
        -webkit-transition: padding 300ms;
        transition: padding 300ms;
    }

    .header-mob-search-form, .holder {
        -webkit-transition: height 300ms;
        transition: height 300ms;
    }
    .header-mob-search-form {display: block;}
    .header-mob-search-form .search-button {
        top: -3px;
        left: 6px;
        vertical-align: text-bottom;
        display: inline-block;
        position: relative;
        height: 41px;
        width: 38px;
        border: none;
        background: none;
    }
    .header-mob-search-form .search-button:after{
        content: '';
        background: url(/images/loupe_blue.svg) 0 0 no-repeat;
        background-size: cover;
        width: 21px;
        height: 21px;
        position: absolute;
        padding: 0;
        top: 11px;
        left: 10px;
    }
    .header-mob-search-form .delete-button {
        display: inline-block;
        position: relative;
        height: 41px;
        width: 38px;
    }
    .header-mob-search-form .delete-button:after{
        content: '';
        background: url(/images/delete-button.svg) 0 0 no-repeat;
        background-size: cover;
        width: 17px;
        height: 17px;
        position: absolute;
        padding: 0;
        top: 13px;
        right: 11px;
    }
    .header-mob-search-form .input-button-wrapper{
        display: none;
        position: absolute;
        height: 41px;
        top: 0;
        right: 0;
        width: 82px;
    }
    .header-mob-search-form .input-button-wrapper.active{
        display: block;
    }
    .header {padding: 12px 0 7px;}
    .header-city, .header-search, .header-phone .header-lang {display: none;}
    .mob_lang_show a,
    .mob_lang_show a:hover,
    .mob_lang_show a:active,
    span.mob_lang {
        font-size: initial;
        color: #0373bf;
        font-weight: 500;
        cursor: pointer;
    }
    .mob_lang li {display: none;}
    .mob_lang .active{display: block;}
    .mob_lang img{
        width: 22px;
        height: 16px;
    }
    .mob_lang_show{
        display: none;
        position: absolute;
        top: 54px;
        right: 2px;
        background: #fafafa;
        border-radius: 5px;
        z-index: 10;
    }
    .mob_lang_show .active{display: block;}
    .mob_lang_show li {
        padding: 10px 10px 10px;
        width: 122px;
    }
    .mob_lang_show li:last-child{border-top: 1px solid #ededed;}
    .mob_lang_show .active a{
        color: #000;
        pointer-events: none;
    }
    .header-top-line {display: none !important;}
    .header-phone > .header-phone-text {display: none;}
    .header-phone-link:after {display: none;}
    .header-phone > .header-phone-link > img{
        display: block;
        width: 16px;
        height: 16px;
    }
    .header-mob-search-close {
        float: right;
        padding: 9px 0;
    }
    .header-logo-text {display: none;}
    .header-logo {
        float: none;
        margin: 0;
        text-align: center;
    }
    .header-logo-img {float: none;}
    .header-logo-img img {
        margin: 0 25px 0 0;
        height: 32px;
        padding-bottom: 4px;
    }
    .nav-icon {display: block;}
    .header-mob-search {
        position: absolute;
        top: 17px;
        right: 56px;
        display: block;
        width: 16px;
        height: 16px;
        background: url(/images/mob-loupe.svg) 0 0 no-repeat;
    }
    .header-cart-num {
        position: absolute;
        top: -7px;
        right: -10px;
        display: none;
        width: 13px;
        height: 13px;
        font-size: 0;
        border: 2px solid #fafafa;
        border-radius: 50%;
    }
    .header-lang {
        float: none;
        margin: -2px 0 10px;
        font-size: 18px;
        line-height: 24px;
    }
    .header-nav {
        float: none;
        margin: 0;
    }
    .header-nav li {
        display: block;
        margin: 0 0 10px;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }
    .header-nav li:first-child {margin: 0 0 10px;}
    .holder {padding: 0 20px;}
    .footer-column {
        width: 50%;
        margin: 0 0 30px;
    }
    .footer-column-min {width: 50%;}
    .footer-bottom {padding: 12px 0 0;}
    #up {
        right: 20px;
        bottom: 20px;
    }
    body#item-view #up {
        right: 20px;
        bottom: 65px;
    }
    .main {padding: 15px 0 10px;}
    .banners-block {display: none;}
    .banners-slider {
        display: block;
        margin: -20px -15px 0;
    }
    .banners-slider img {width: 100%;}
    .banners-slider .slick-dots {padding: 15px 0 0;}
    .desctop-disabled .nav-button {
        position: relative;
        display: block;
        width: 100%;
        padding: 8px 0 8px;
        color: #000;
        font-size: 18px;
        text-align: left;
        border-radius: 0;
        background: none;
        border-bottom: 0;
    }
    h2 {
        margin: 0 0 15px;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }
    .catalog-line, .catalog-line.index-visited {padding: 20px 0 20px;}
    .show-mobile {
        display: block;
    }
    .nav-list-block {
        width: 100%;
        position: relative;
    }
    .nav-list {
        padding: 0;
        background: #fff;
        border-radius: 0;
    }
    .sidebar.mobile-show-menu-button .nav-button .button-catalog-icon, .remont-nav-button > img {
        position: absolute;
        top: 9px;
        left: 10px;
    }
    .sidebar.mobile-show-menu-button .nav-button .button-catalog-icon{
        height: 24px;
    }
    .sidebar.mobile-show-menu-button .nav-button .button-catalog-icon span{
        width: 9px;
        height: 9px;
    }
    .sidebar.mobile-show-menu-button .nav-button .button-catalog-icon span:nth-child(2){
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        background: #fafafa;
    }
    .pros-line {padding: 15px 0 10px;}
    .bottom-article {padding: 24px 0 22px;}
    header .holder {position: static;}
    .header-phone-hidden:before {display: none;}

    .fancybox-inner .header-phone-close{
        display: none;
    }
    .cabinet-nav-mob,
    .header-phone-mob,
    .header-phone-button {display: block;}
    h1 {
        margin: 0 0 20px;
        font-size: 22px;
        line-height: 30px;
    }
    body {line-height: 22px;}
    p {margin: 0 0 22px;}
    .article {margin: 0 0 10px;}
    .cabinet-nav-mob a {
        position: relative;
        padding: 0 17px 0 0;
        color: #3e77aa;
        text-decoration: none;
    }
    .cabinet-nav-mob a:after {
        position: absolute;
        top: 6px;
        right: 0;
        display: block;
        content: '';
        width: 8px;
        height: 5px;
        background: url(/images/select-arrow.svg) 100% 50% no-repeat;
        background-size: cover;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .cabinet-nav-mob.active a:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .cabinet-nav-title {display: none;}
    .cabinet-nav-list {display: none;}
    .cabinet-nav {
        padding: 5px 0 0;
        margin: 0 0 5px;
        border: 0;
        border-radius: 0;
    }
    .nav-li > a {
        display: block;
        padding: 12px 10px 12px 0;
        color: #3e77aa;
        text-decoration: none;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .cabinet-nav-list {
        margin: 5px 0 0;
        border: 1px solid #ededed;
    }
    .cabinet-nav-list li {
        font-size: 14px;
        line-height: 16px;
        border-top: 1px solid #ededed;
    }
    .cabinet-nav-list li:first-child {border-top: 0;}
    .cabinet-nav-list a {
        display: block;
        padding: 12px 10px 12px 18px;
        color: #3e77aa;
        text-decoration: none;
        border-right: 4px solid transparent;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .sidebar {
        float: none;
        width: auto;
    }
    .content {margin: 0;}
    .nav-li.active {background: none;}
    .nav-li.active > a {background: #e5f2fa;}
    .nav-li.active > a:before {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .nav-li .nav-submenu {
        position: relative;
        left: 0;
        width: 100%;
        border: 0 none;
    }
    .nav-li .nav-submenu .submenu-column-all {padding:0;}
    .nav-li .nav-submenu .submenu-column {width: 100% !important; padding:0;}
    .nav-li .nav-submenu .submenu-column-banner {display: none;}
    .nav-li .nav-submenu .submenu-content:after {content: none;}
    .nav-li .nav-submenu .submenu-title {
        line-height: 27px;
        font-weight: normal;
        font-size: 14px;
    }
    .nav-li .nav-submenu .submenu-title a {
        display: block;
    }
    .nav-li .nav-submenu .submenu-title a span {
        display: inline-block;
        line-height: normal;
    }
    .nav-li .nav-submenu .submenu-title.active a:before {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 1px -10px 0;
    }
    .submenu-title a {color: #1478bb;}
    .submenu-list a {
        line-height: 25px;
        font-size: 14px;
        padding: 0 12px 0 40px;
        display: inline-block;
    }
    .submenu-list li a span {
        line-height: normal;
        display: inline-block;
    }
    .submenu-list li.mobile {display: block;}
    .nav {display: none;}
    .nav-mob-visible {display: block;}
    .nav.active:before {display: none;}
    .nav.active .nav-button {background: none;}
    .catalog-favorite {
        padding: 10px 0 1px;
        font-size: 0;
    }
    .catalog-favorite .catalog-item {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        margin: 0 0 20px;
    }
    .catalog-favorite .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-favorite .catalog-item:nth-child(3n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-favorite .catalog-item:nth-child(3n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
    .result-side {display: none;}
    .catalog-sort {
        margin-bottom: 10px;
        flex-direction: row;
        padding: 1px 0 0;
        min-height: 1px;
    }
    .sort-view {display: none;}

    #catalog-index .sort-left,
    #search-index .sort-left,
    #profile-wishlist-show .sort-left{
        display: none;
    }
    .catalog-default .catalog-item {
        width: 33%;
        margin: 0 0 20px;
    }
    .catalog-default .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-default .catalog-item:nth-child(3n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-default .catalog-item:nth-child(3n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
    .catalog-4x .catalog-item {
        width: 33%;
        margin: 0 0 20px;
    }
    .catalog-4x .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-4x .catalog-item:nth-child(3n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-4x .catalog-item:nth-child(3n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
    .product-top-line .nav, .nav-top-line .nav {display: none;}
    .product-top-line .breadcrumbs,
    .nav-top-line .breadcrumbs {margin: 0;}
    .nav-top-line .breadcrumbs,
    .product-top-line .breadcrumbs {
        padding: 0;
        border-bottom: 1px solid #ededed;
    }
    .breadcrumbs li {
        padding: 0;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 14px;
    }
    .breadcrumbs li:before {display: none;}
    .breadcrumbs li:after {
        display: inline-block;
        content: '';
        margin-left: 3px;
        width: 5px;
        height: 8px;
        background: url(/images/breadcrumbs-arrow.svg) 0 0 no-repeat;
        background-size: cover;
    }
    .filter-mobile, .search-mobile {display: block;}
    .filter-mobile-blog{
        margin-bottom: 20px;
    }
    .banner-line,
    .filter,
    .sort-more {display: none;}
    .slick-initialized .slick-slide {min-width: unset;}
    #detailed_description img{
        max-width: 100%;
        height: 100% !important;
    }
    .additional-price span {font-size: 24px;}
    .cart-popup .additional,
    .cart-popup .cart-catalog {display: none;}
    /*.cart-popup {*/
    /*    width: 720px;*/
    /*    padding: 25px 20px 5px;*/
    /*}*/

    .cart-info {
        width: 51%;
        padding: 0 10px 0 0;
    }
    .cart-quantity {
        width: 20%;
    }
    .cart-price {
        width: 20%;
    }
    .cart-price.price-xsell,
    .cart-price.price-promo,
    .cart-price.price-promo { width: auto;}
    /*.cart-total {margin: 0 0 20px;}*/
    .title-note {
        padding: 0;
        margin: 0 0 5px;
    }
    .compare-line .title-line {
        margin: 0;
        padding: 0 0 14px;
    }
    .title-link {margin: 6px 0 0;}
    .add-model {
        float: right;
        max-width: 220px;
    }
    .title-line:after {
        display: block;
        content: '';
        clear: both;
    }
    .title-line-reset {margin: 7px 0 0;}
    .catalog-5x .catalog-item {
        width: 25%;
        margin: 0 0 20px;
    }
    .catalog-5x .catalog-item:nth-child(5n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-5x .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-5x .catalog-item:nth-child(4n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
    .category-column {
        width: 32%;
    }
    .category-link a {
        display: inline;
        position: relative;
        padding: 10px 15px 10px;
        display: block;
        color: #3e77aa;
    }
    .breadcrumbs-line .breadcrumbs {
        margin: 0;
        padding: 5px 0 0;
    }
    section.compare-block {overflow-x: scroll;}
    .compare-table-scroll {overflow-x:unset;}
    .compare-tabs li:last-child {display: none;}
    .compare-cell {
        min-width: 1px;
        width: 140px;
        padding: 7px 7px;
        word-break: break-all;
    }
    .compare-top-item {
        min-width: 1px;
        width: 140px;
        padding: 7px 7px;
    }
    .compare-top-item:first-child {
        width: 140px;
        padding: 0;
    }
    .compare-cell:first-child {
        width: 140px;
        padding: 7px 7px;
    }
    .compare-top .catalog-button,
    .compare-top .catalog-button-fav {display: none;}
    .compare-top-line .catalog-delete {
        top: -3px;
        right: 0px;
    }
    .add-model {display: none;}
    .compare-top .add-model {
        display: block;
        margin: 105px 0 10px;
        padding: 7px 5px 5px;
        font-size: 14px;
    }
    .compare-tabs {margin: 0;}
    .compare-top, .compare-table {table-layout: fixed;}
    .compare-note {padding: 0;}
    .order-login .login-error-message {margin-left: 140px;}
    #orderthanks img {width: 70%;}

    /* ------------------------ filter-mobile --------------------------------*/

    #asaid_filter_block, aside#result-search-aside-block, #result-search-aside-block.wishlist-filter{
        position: fixed;
        top: 0;
        left: -1024px;
        height: 100%;
        min-width: 100%;
        max-width: 100%;
        z-index: 510;
        background-color: #fff;
        margin: 0;
    }
    aside#result-search-aside-block, #result-search-aside-block.wishlist-filter{
        overflow: hidden;
    }
    #main_filter_block{
        padding-right: 0;
        display: block;
        position: relative;
        width:100%;
        height: 100%;
        overflow: hidden;
    }
    #main-search-block{
        padding-right: 0;
        display: block;
        position: relative;
        width:100%;
        height: calc(100% - 40px);
        overflow: auto;
    }
    #search-index .load-block{
        top: 40px;
    }
    .content-holder .content{
        padding: 0;
    }
    .content-filter-mobile{
        margin: 0;
        padding: 0 15px;
        display: block;
        overflow: auto;
        max-height: 100%;
        padding-bottom: 70px;
    }
    .header-filter-mobile, .header-search-mobile{
        background-color: #fafafa;
        display: flex;
        height: 40px;
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 550;
    }
    .header-search-mobile{
        border-bottom: 1px solid #efefef;
    }
    .logo-filter-mobile, .logo-search-mobile{
        padding: 10px;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }
    .overflow-mobile{
        overflow: hidden;
    }
    .filter-mobile-close-button, .search-mobile-close-button {
        position: absolute;
        right: 20px;
        top: 10px;
        width: 20px;
        height: 20px;
        opacity: 0.2;
    }
    .filter-mobile-close-button:hover, .search-mobile-close-button:hover {
        opacity: 1;
    }
    .filter-mobile-close-button:before, .filter-mobile-close-button:after,
    .search-mobile-close-button:before, .search-mobile-close-button:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #333;
    }
    .filter-mobile-close-button:before,
    .search-mobile-close-button:before {
        transform: rotate(45deg);
    }
    .filter-mobile-close-button:after, .search-mobile-close-button:after {
        transform: rotate(-45deg);
    }

    .action-buttons-filter-mobile{
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: #fafafa;
    }
    .show-button-filter-mobile{
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 100%;
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        cursor: pointer;
    }
    .reset-button-filter-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 100%;
        text-align: center;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        cursor: pointer;
    }
    .header-search--active #popup_menu{
        display: none;
    }
    .shadow_header_search.active{
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1099;
        background-color: rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 960px) {
    .pros-line-item, .pros-line-item:last-child {width: 48%;}
    .order-list {
        margin: 0 -20px;
        padding: 14px 20px 7px;
    }
    .catalog-5x .catalog-item {
        width: 33%;
    }
    .catalog-5x .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-5x .catalog-item:nth-child(3n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-5x .catalog-item:nth-child(3n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
}
@media screen and (max-width: 900px) {
    #compare-items .compare-content-share {
        margin-top: 0;
    }
    .action-item {
        width: 48%;
        margin: 0 0 4% 4%;
    }
    .action-item:nth-child(3n + 1) {margin: 0 0 4% 4%;}
    .action-item:nth-child(2n + 1) {margin: 0 0 4%;}
    .action-popular .action-item {
        width: 48%;
        margin: 0 0 4% 4%;
    }
    .action-popular .action-item:nth-child(3n + 1) {margin: 0 0 4% 4%;}
    .action-popular .action-item:nth-child(2n + 1) {margin: 0 0 4%;}
}
@media screen and (max-width: 800px) {
    .header-icon-margin{
        margin-left: 5px;
    }
    .header-search--active .header-search-container{
        margin-left: 0px;
    }
    .header_user_panel_wrapper{
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    #commentsBlock .comments_block_slider {
        margin: 0 10px;
    }
    #commentsBlock li.slick-slide {
        padding: 0;
    }
    #commentsBlock {
        padding: 20px 15px;
    }
    #commentsBlock .slick-dots button {
        height: 8px;
        width: 8px;
        margin-top: 10px;
        background: #ededed;
        border-radius: 4px;
    }
    .header-search--active .header-logo-panel-wrapper ,
    .header-search--active .header_user_panel_wrapper {
        display: none;
    }
    body.header-search--active{
        overflow: hidden;
    }
    .nav-icon span{
       margin: 4px 0;
    }
    .header-search-container{
        min-width: 160px;
    }
    .login-popup::before {
        right: 60px;
    }
    .header-user, .header-phone{
        display: none;
    }
    .header-cart img {
        width: 26px;
    }
    .header_user_panel_wrapper{
        margin-left: 15px;
    }
    .photo-product-item,
    .photo-product-item.fancybox-skin{width: 75% !important;}
    .holder {padding: 0 15px;}
    .footer {padding: 25px 0 24px;}
    .footer h2 {text-align: center; margin: 0 auto 17px;}
    .footer-column {display: none;}
    .footer-column-min {
        float: none;
        display: block;
        width: auto;
        margin: 0;
    }
    .footer-column h4, .footer-column-min h3, .footer-nav {display: none;}
    .footer-bottom {padding: 12px 0 0;}
    .footer-mobile {display: block;}
    .footer-webs {
        padding: 11px 0 0;
        text-align: center;
    }
    .footer-web {margin: 0 3px 5px 2px;}
    ul.footer-mobile{
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
        height: 133px;
    }
    ul.footer-mobile::before {
        content: "";
        flex-basis: 90%;
        width: 1px;
        order: 2;
        background: #d2d2d2;
    }
    .footer-mobile li:nth-child(2n + 1){order: 1; text-align: right; padding-right: 11px;}
    .footer-mobile li:nth-child(2n){order: 2; padding-left: 11px;}
    .title-line {margin: 0 0 15px;}
    .catalog-slide {overflow: hidden;}
    .catalog-favorite {padding: 0 0 20px;}
    .catalog-favorite .catalog-item {
        display: block;
        width: auto;
        margin: 0;
        border-left: 0;
        border-bottom: 1px solid #ededed;
    }
    .catalog-favorite .catalog-buttons-line {display: none;}
    .catalog-favorite .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-favorite .catalog-item:nth-child(3n + 1) .catalog-item-box:hover {border-left: 1px solid transparent;}
    .catalog-favorite .catalog-item-box {
        padding: 10px 0 10px;
        border-left: 1px solid transparent;
        border: 0;
    }
    .catalog-favorite .catalog-item-box:hover {
        border-left: 1px solid transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .catalog-favorite .catalog-item-box:after {
        display: block;
        content: '';
        clear: both;
    }
    .catalog-favorite .catalog-delete {right: 0px;}
    .catalog-favorite .catalog-img {
        position: relative;
        float: left;
        width: 110px;
        height: 110px;
        line-height: 110px;
    }
    .catalog-favorite .catalog-label {
        top: -5px;
        left: 0;
        margin: 0;
        max-width: 300px;
        font-size: 10px;
        white-space: nowrap;
        line-height: 18px;
    }
    .catalog-search .catalog-raiting-block {
        margin: 0 0 0 125px;
        border-top: 0;
    }
    .catalog-favorite .catalog-img img {
        max-width: 90%;
        max-height: 90%;
    }
    .catalog-favorite .catalog-name {
        max-width: none;
        margin: 0 0 0 125px;
        padding: 4px 0 10px;
    }
    .catalog-favorite .catalog-bottom {
        max-width: none;
        margin: 0 0 0 125px;
    }
    .catalog-status-mob {
        margin: 0 0 0 125px;
        color: #999999;
        display: block;
        font-size: 14px;
    }
    .catalog-status-mob.ready {color: #6cbe5d;}
    .review-date {
        clear: left;
        margin: 0;
    }
    .review-img {
        float: left;
        width: 60px;
        padding: 12px 0 0;
    }
    .review-content {
        margin: 0 0 0 70px;
        padding: 0 0 16px;
        line-height: 17px;
        border-bottom: 1px solid #e3e3e3;
    }
    .mob-hide {display: none;}
    .cabinet-top-buttons {overflow: hidden;}
    .cabinet-top-buttons a {
        float: right;
        padding: 6px 10px 0;
        margin: 0;
    }
    .cabinet-top-buttons a:first-child {float: left;}
    .cabinet-submit {width: 140px;}
    .order-hidden-right {display: none;}
    .order-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5px 18px 5px 5px;
    }
    .order-top-prod {
        float: none;
        width: 100%;
        order: 1;
    }
    .order-top-status {
        float: none;
        width: 100%;
        padding: 0;
        margin: -5px 0 1px 32px;
        order: 2;
    }
    .order-number {
        float: none;
        width: auto;
        padding: 0;
        margin: 0 0 0 32px;
        order: 3;
    }
    .order-date {
        float: none;
        width: auto;
        padding: 0 0 0 20px;
        font-size: 12px;
        order: 4;
    }
    .order-hidden-left {
        float: none;
        width: auto;
        border-right: 0;
    }
    .order-hidden-list {
        max-width: 430px;
        line-height: 26px;
    }
    .order-list-price-total {text-align: right;}
    .order-list-total-float {width: auto;}
    .catalog-default .catalog-item {
        width: 50%;
    }
    .catalog-default .catalog-item:nth-child(3n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-default .catalog-item:nth-child(2n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-default .catalog-item:nth-child(2n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
    .catalog-4x .catalog-item {
        width: 50%;
    }
    .catalog-4x .catalog-item:nth-child(3n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-4x .catalog-item:nth-child(2n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-4x .catalog-item:nth-child(2n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
    .catalog-5x .catalog-item {
        width: 50%;
    }
    .catalog-5x .catalog-item:nth-child(3n + 1) .catalog-item-box {border-left: 1px solid #ecf0f5;}
    .catalog-5x .catalog-item:nth-child(2n + 1) .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-5x .catalog-item:nth-child(2n + 1) .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
    .catalog-more-button {margin: 0;}
    .action-mob {display: block;}
    .action-page {margin: 0 0 20px;}
    .action-img {
        position: relative;
        float: none;
        width: auto;
    }
    .action-counter {
        position: relative;
        top: auto;
        right: auto;
        width: 195px;
        margin: 10px 0 20px;
        border-radius: 5px;
    }
    .action-content {
        float: none;
        width: auto;
    }
    .action-content h1 {display: none;}
    .prod-action .action-counter {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin: 0;
        text-align: center;
        border-radius: 0;
    }
    .prod-action {
        max-width: 280px;
        margin: 0 auto 30px;
        border: 2px solid #e6694c;
        border-left: 2px solid #e6694c;
        border-radius: 5px;
    }
    .captcha {
        padding: 5px 0 20px;
    }
    .color-popup {
        width: 400px;
        padding: 20px 20px 10px;
    }
    .color-popup-item {
        width: 48%;
        margin: 0 0 4% 4%;
    }
    .color-popup-item:nth-child(2n + 1){margin: 0 0 4%;}
    .cart-product {
        padding: 10px 0 0;
        margin-top: 37px;
    }
    .cart-product-img {
        width: 92px;
        height: 92px;
        line-height: 46px;
        border: 0;
    }
    .cart-product-content {
        min-height: 1px;
        margin: 0 0 0 108px;
        padding: 6px 6px 10px 0;
        border: 0;
    }
    .cart-info {
        width: 90%;
        padding: 0 10px 0 0;
    }
    .cart-quantity {width: 49%;}
    .cart-price {width: 49%;}
    .cart-price.price-xsell,
    .cart-price.price-promo {width: auto;}
    .cart-total-right {float: none;}
    .cart-total-left {float: none;}
    .cart-total-price {
        float: none;
        padding: 0 0 10px;
        text-align: center;
    }
    .cart-total-num {font-size: 24px;}
    .cart-total-submit {
        float: none;
        margin: 0 0 10px;
    }
    .cart-total-submit .submit {
        width: 100%;
    }
    .catalog-compare {padding: 0 0 20px;}
    .catalog-compare .catalog-item {
        display: block;
        width: auto;
        margin: 0;
        border-left: 0;
        border-bottom: 1px solid #ededed;
    }
    .catalog-compare .catalog-buttons-line {display: none;}
    .catalog-compare .catalog-item:nth-child(4n + 1) .catalog-item-box {border-left: 0;}
    .catalog-compare .catalog-item:nth-child(3n + 1) .catalog-item-box:hover {border-left: 0;}
    .catalog-compare .catalog-item-box {
        padding: 10px 0 10px;
        border-left: 1px solid transparent;
    }
    .catalog-compare .catalog-item-box:after {
        display: block;
        content: '';
        clear: both;
    }
    .catalog-compare .catalog-img {
        position: relative;
        float: left;
        width: 110px;
        height: 110px;
        line-height: 110px;
        padding: 0 0 0 25px;
    }
    .catalog-compare .catalog-label {
        top: -5px;
        left: 0;
        margin: 0;
    }
    .catalog-compare .catalog-img {position: relative;}
    .catalog-compare .catalog-img img {
        max-width: 90%;
        max-height: 90%;
    }
    .catalog-compare .catalog-name {
        max-width: none;
        margin: 0 25px 0 120px;
        padding: 10px 0 0;
    }
    .catalog-compare .catalog-bottom {display: none;}
    .catalog-img .check-item {
        display: block;
        position: absolute;
        top: -5px;
        left: 2px;
    }


    .category-list-item {
        width: 48%;
        margin: 0 0 28px 4%;
    }
    .category-list-item:nth-child(3n + 1) {margin: 0 0 28px 4%;}
    .category-list-item:nth-child(2n + 1) {margin: 0 0 28px;}
    .compare-item {
        width: 48%;
        margin: 0 0 4% 4%;
    }
    .compare-item:nth-child(3n + 1){margin: 0 0 4% 4%;}
    .compare-item:nth-child(2n + 1){margin: 0 0 4%;}

    .reg-block .login-form {padding: 10px 0 30px;}

    #sitemap- .clearfix.sitemap{
        height: auto;
        display: block;
        width: 85%;
        margin: auto;
    }
    .clearfix.sitemap .sitemap_li>ul {
        display: block;
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background: none;
    }
    li.sitemap_li  {
        font-weight: 500;
        margin: 10px auto 10px;
        text-align: center;
        padding: 0 20px 0 5px;
    }
    li.sitemap_li > a:before {
        position: absolute;
        right: 13.5%;
        display: block;
        content: '';
        width: 5px;
        height: 8px;
        margin: 5px 0 0;
        background: url(/images/breadcrumbs-arrow.svg) 0 0 no-repeat;
        background-size: cover;
    }
    li.sitemap_li > a.active:before {
        transform: rotate(90deg)
    }
    .holder .sitemap_title {
        margin-bottom: 10px;
        text-align: center;
        margin: 20px 0 10px;
    }
    .sitemap {
        padding-bottom: 5px !important;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0px 23px 60px 0px rgba(0, 0, 0, 0.15);
    }
    .sitemap_li {width: 100% !important;}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
    #profile-index .reg-block .input-block-content {
        margin: 0 0 0 140px;
    }
    .fancybox-inner .login-popup {
        display: none;
        position: static;
        z-index: 50;
        width: 570px;
        padding: 20px 10px 30px;
        background: #fff;
        border:none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media screen and (max-width: 640px) {
    #commentsBlock li.slick-slide h4{
        margin: 0 0 5px;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #commentsBlock li.slick-slide a:first-child{
        margin: 0 auto 10px;
    }
    #commentsBlock li.slick-slide img {
        height: 120px;
        margin: 0 auto;
    }
    .additional-total {
        flex-direction: column;
    }
    .additional-prod-wrapper{
        padding: 0 5px;
    }
    .additional-price-wrapper {
        flex-direction: column;
    }
    .category-column {
        width: 49%;
    }
    .additional-slide {
        padding: 20px 10px;
    }
    .forgot-style .g-recaptcha.margin-left,
    .reg-block.forgot-style .input-block-content {
        margin: 0;
    }
    .input-block #promo-input-group {margin: 0;}
    .catalog-horizontal .catalog-item .catalog-label {
        top: -5px;
        left: 0;
        margin: 0;
        max-width: 300px;
        font-size: 10px;
        white-space: nowrap;
        line-height: 18px;
    }
    .catalog-horizontal .catalog-item {padding: 5px 0 10px; }
    .catalog-horizontal .catalog-item .catalog-about {display: none;}
    .catalog-horizontal .catalog-item .catalog-button {
        float: right;
        display: block;
        width: 36px;
        height: 36px;
        padding: 9px 0 0;
        margin: 2px 0 0;
    }
    .catalog-horizontal .catalog-item .catalog-button span {display: none;}
    .catalog-horizontal .catalog-item .catalog-price {
        float: left;
        margin: 0 0 8px;
    }
    .catalog-horizontal .catalog-item .catalog-img {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .horizontal-content {
        margin: 0 0 0 115px;
        padding: 5px 0 0;
    }
    .horizontal-content .catalog-colors {
        position: relative;
        left: auto;
        bottom: auto;
    }
    .horizontal-left {
        float: none;
        width: auto;
        padding: 0;
    }
    .catalog-horizontal .catalog-item .catalog-bottom-box {
        overflow: hidden;
        float: none;
        width: auto;
        margin: 0 0 0 115px;
        padding: 5px 0 0;
    }
    .catalog-horizontal .catalog-item .catalog-raiting-block {
        clear: both;
        padding: 5px 0 0;
    }
    .catalog-horizontal .catalog-item .catalog-name {margin: 0 0 8px;}
    .add-model {
        float: none;
        max-width: 220px;
        margin: 5px 0 0;
    }

    .catalog-horizontal .catalog-item .short-description,
    .catalog-horizontal .catalog-item .catalog-name {
        margin-right: 120px;
    }
    .category-blog .catalog-horizontal .catalog-item .catalog-item-box .short-description,
    .category-blog .catalog-horizontal .catalog-item .catalog-item-box .catalog-name {
        margin-right: 5px;
        line-height: 19px;
        padding: 5px 5px 0;
    }

    .catalog-horizontal .catalog-item .catalog-item-box .catalog-name a {
        font-size: 15px;
    }
    .input-block-label {
        display: block;
        float: none;
        width: auto;
        padding: 0 0 5px;
    }
    .input-block-content {margin: 0;}
    .reg-block .input-block-label {width: auto;}
    .reg-block .input-block-content {margin: 0;}
    .sort-more-item {
        width: 100%;
        margin: 0 0 15px;
    }
    .sort-more-item:nth-child(2n + 1){margin: 0 0 15px}
    .info-popup {
        width: 400px;
        padding: 20px 20px;
    }

    .g-recaptcha.margin-left {
        margin: 0;
        max-width: 290px;
    }

    .sort-more-item-filter {
        width: 100%;
    }
    .login-form {
        float: none;
        width: auto;
        padding: 30px 0 30px;
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .login-webs {
        float: none;
        width: auto;
        padding: 25px 0 0;
    }
    .order-login .login-form {padding: 30px 0 30px;}
    .login-webs-divider {
        position: absolute;
        top: -16px;
        left: 50%;
        margin: 0 0 0 -10px;
    }
    /*--------------------------------login fancy popup-----------------------------------------*/
    .fancybox-size .fancybox-inner{
        height: unset !important;
        width: auto !important;
    }
    .fancybox-inner .login-popup{
        width: 100%;
    }
}
@media screen and (max-width: 560px) {
    .forgot-style .input-block-label {
        width: auto;
    }
    .header-logo-panel-wrapper{
        margin-left: -5px;
    }
    .mailing-popup {
        width: 400px;
        padding: 15px 20px 20px;
    }
    .order-info {padding: 15px 18px 10px;}
    .order-hidden {padding: 0 0 10px;}
    .order-hidden-list {
        max-width: none;
        line-height: 15px;
    }
    .order-hidden-list dt {
        display: block;
        width: auto;
        padding: 0;
    }
    .order-hidden-list dd {
        display: block;
        width: auto;
        margin: 0 0 10px;
    }
    .order-list-total-sum {font-size: 16px;}
    .order-list-prod {
        float: none;
        width: auto;
    }
    .order-list-price {
        float: none;
        width: auto;
        padding: 4px 0 0;
        margin: 0 0 0 65px;
    }
    .order-list-price-total {
        float: none;
        width: auto;
        padding: 4px 0 0;
        margin: 0 0 0 65px;
        text-align: left;
    }
    .action-item {
        position: relative;
        width: 100%;
        margin: 0 0 18px;
        padding: 0 0 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    .action-item:last-child {border-bottom: 0;}
    .action-item:nth-child(3n + 1) {margin: 0 0 18px;}
    .action-item:nth-child(2n + 1) {margin: 0 0 18px;}
    .action-popular .action-item {
        width: 100%;
        margin: 0 0 18px;
    }
    .action-popular .action-item:nth-child(3n + 1) {margin: 0 0 18px;}
    .action-popular .action-item:nth-child(2n + 1) {margin: 0 0 18px;}
    .action-item-img {
        padding: 0 100px 0 0;
    }
    .action-date {
        position: absolute;
        top: 0;
        right: 0;
    }
    .action-text {margin: 0;}

    .catalog-horizontal .catalog-item .catalog-img {width: 100px;}
    .horizontal-content {
        margin: 0 0 0 130px;
        padding: 12px 0 0;
    }
    .catalog-horizontal .catalog-item .catalog-bottom-box {margin: 0 0 0 130px;}
    .category-list-item {
        width: 100%;
        margin: 0 0 28px;
    }
    .category-list-item:nth-child(3n + 1) {margin: 0 0 28px;}
    .category-list-item:nth-child(2n + 1) {margin: 0 0 28px;}
    .compare-item {
        width: 100%;
        margin: 0 0 4%;
    }
    .compare-item:nth-child(3n + 1){margin: 0 0 4%;}
}
.catalog-item-box .product-wishlist{
    position: absolute;
    right: 11px;
    top: 11px;
    display: inline-block;
    height: min-content;
    line-height: 15px;
    z-index: 1;
}
.catalog-item-box .product-wishlist span {
    line-height: 15px;
}
.catalog-item-box .product-wishlist img {
    width: 20px;
    vertical-align: bottom;
    padding: 5px;
    border-radius: 50%;
}
.product-wishlist .prod-content-icon-img{
    display: inline-block;
    height: min-content;
    width: unset;
}
@media screen and (max-width: 480px) {
    #commentsBlock .comment_created {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        padding: 5px 0;
        font-size: 13px;
    }
    .category-column {
        width: 100%;
    }
    .pros-line-item, .pros-line-item:last-child {width: 100%;}
    .prod-nav-list li {
        padding: 0 1px 8px;
        font-size: 12px;
    }
    .prod-property-list {
        padding: 0 0 1px;
        margin: 0 0 5px -10px;
        font-size: 13px;
        line-height: 16px;
    }
    .prod-property-list li {padding: 5px 0 5px 10px;}
    .pros-line-text br {display: none;}
    .pros-line-text {padding: 5px 0 0;}

    .sort-view {
        float: none;
        clear: both;
        padding: 14px 0 0;
    }
    .sort-view-item:first-child {margin: 0;}
    .catalog-horizontal .catalog-item .catalog-img {width: 70px;}
    .horizontal-content {
        margin: 0 0 0 90px;
        padding: 2px 0 0;
    }
    .catalog-horizontal .catalog-item .catalog-bottom-box {margin: 0 0 0 90px;}
    .prod-action-img {display: none;}
    .prod-action-content {margin: 0;}
    .prod-review-title-button {
        float: none;
        clear: both;
        width: 132px;
        padding: 10px 0 0;
    }
    .info-popup {
        width: 300px;
        padding: 15px;
    }
    .reg-block .submit {max-width: none;}
}
@media screen and (max-width: 479px) {
    .mailing-popup {
        width: 300px;
        padding: 15px 20px 20px;
    }
    .color-popup {
        width: 300px;
        padding: 15px 20px 10px;
    }
    .color-popup-item {
        width: 48%;
        margin: 0 0 4% 4%;
    }
    .color-popup-item:nth-child(2n + 1){margin: 0 0 4%;}
    /*.cart-popup {*/
    /*    width: 300px;*/
    /*    padding: 15px 20px 5px;*/
    /*}*/
    .cart-price {width: 100%;}
    .popup-title {padding: 0 20px 0 0;}
    .order-tab {
        padding: 0 4px 8px;
        margin: 0 0 -1px;
        font-size: 12px;
    }
    .order-final {margin: 0 0 40px;}
    .order-final-button {max-width: none;}
    .catalog-item-box {padding: 6px 10px;}
    .catalog-item-box .product-wishlist {
        position: absolute;
        right: 6px;
        top: 2px;
        display: inline-block;
        height: min-content;
        line-height: 15px;
        z-index: 1;
    }
    .catalog-search .catalog-raiting-block {margin: 0;}
}
@media screen and (max-width: 460px) {
    .call-min-popup .fancybox-inner {
        width: auto !important;
        line-height: 30px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 420px) {
    body {overflow-x: hidden;}
    #search-index h1 {margin-bottom: 10px;}
    #search-index .sort-left {float: none; text-align: center;}
    #search-index .ui-selectmenu-button span.ui-selectmenu-text {text-align: center !important;}
    #search-index .ui-menu .ui-menu-item {text-align: center;}
    .sort-right{
        width: 48%;
        max-width: 260px;
    }
    .sort-type{
        width: 100%;
        max-width: 195px;
    }

}
@media screen and (max-width: 370px) {
    .popup-title {
        font-size: 16px;
        line-height: 27px;
    }
    .fancybox-skin {padding:0px !important;}
    .pop-up-stores .fancybox-inner {width: 100% !important;}
    .fancybox-inner {width: 270px !important;}
    .slick-arrow {width: 18px !important;}
    .cart-product-content {padding: 0px 7px 10px 0;}
    .mob_lang {right: 68px;}
    .header-mob-search {right: 42px;}
}
@media screen and (max-width: 359px) {
    .cabinet-top-buttons a {
        display: block;
        float: none;
        padding: 6px 10px 0;
        margin: 10px 0 0;
        text-align: center;
    }
    .cabinet-top-buttons a:first-child {
        float: none;
        margin: 0;
    }
    .cabinet-submit {
        width: 135px;
        margin: 0 10px 0 0;
    }
    .cabinet-reset {width: 135px;}
    .catalog-default .catalog-item {width: 100%;}
    .catalog-default .catalog-item .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-default .catalog-item .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
    .catalog-4x .catalog-item {width: 100%;}
    .catalog-4x .catalog-item .catalog-item-box {border-left: 1px solid transparent;}
    .catalog-4x .catalog-item .catalog-item-box:hover {border-left: 1px solid #ecf0f5;}
}
@media screen and (max-width: 320px) {
    .mob_lang {right: 57px;}
    .header-mob-search {right: 34px;}
}

/* modal payment */
#close_credit {
    position: absolute;
    color: transparent;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    z-index: 48;
    background: url(/images/popup-close.png) center center no-repeat;
}
.credit-modal-outer {
    position: fixed;
    z-index: 47;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4);
    display: block;
}
.credit-modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.credit-modal-inner {
    position: absolute;
    z-index: 46;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 980px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    font: 1.2em/18px "Open Sans", sans-serif;
}
.payment-modal {
    display: flex;
    flex-direction: row;
}
.payment-modal__tabs {
    min-width: 250px;
    max-width: 250px;
}
.payment-modal__tab {
    display: block;
}
.payment-modal__tab-link {
    display: block;
    height: 55px;
    margin: 0 0 10px;
    padding: 0 20px;
    background-color: #f5f5f5;
    font-size: 125%;
    line-height: 55px;
    color: #222;
    border: none;
    text-decoration: none;
}
    .payment-modal__tab-link.tabs__link_state_active {
        background-color: #03499a;
        color: #fff;
    }
.payment-modal__content {
    padding: 0 0 0 25px;
}
.payment-modal__logo {
    margin: 0 0 20px;
}
.payment-modal__title {
    margin: 0 0 25px;
    font-size: 175%;
}
.payment-modal__list {
    margin: 0 0 25px;
}
.payment-modal__list-item {
    position: relative;
    padding: 0 0 0 15px;
    list-style: none;
}
    .payment-modal__list-item:before {
        position: absolute;
        left: 0;
        font-size: 150%;
        color: #03499a;
        content: "\2022";
    }
.payment-modal__list-item + .payment-modal__list-item {
    margin: 10px 0 0;
}
.payment-modal__button {
    text-transform: uppercase;
    font-weight: 600;
}
.payment-modal__content .button {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    font-size: 100%;
    text-shadow: 0 1px #1a567e;
    color: #fff;
    transition: all .3s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
}
.payment-modal__content .button_size_large {
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
}
.payment-modal__content .button_color_blue {
    background: linear-gradient(to bottom, rgba(45,150,220,1) 0%, rgba(17,105,163,1) 100%);
    box-shadow: 0 1px #124466, inset 0 1px rgba(255,255,255,.4);
    font-weight: normal;
}
    .payment-modal__content .button_color_blue:hover {
        background: linear-gradient(to bottom, rgba(17,105,163,1) 0%, rgba(45,150,220,1) 100%);
        box-shadow: 0 1px #124466, inset 0 1px rgba(255,255,255,.4);
    }
.payment-modal__text p + p {
    margin: 10px 0 0;
}
.payment-modal__types {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    .payment-modal__types li {
        list-style: none;
    }
.payment-modal__type {
    width: 30%;
    margin: 50px 0 0;
    padding: 0 20px 20px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #f5f5f5;
}
.payment-modal__type-title {
    position: relative;
    top: -8px;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 15px;
    background-color: #fff;
    font-size: 125%;
    font-weight: 600;
    color: #555;
}
.payment-modal__type-description {
    margin: 0 0 20px;
}
    .payment-modal__type-description p {
        margin: 0 0 10px;
    }
#preCreditWindow .modal-close {
    position: absolute;
    right: 25px;
    top: 25px;
    display: block;
    width: 15px;
    height: 15px;
    background: url("/img/icons/icon-cart-close.svg") 0 0 no-repeat;
    cursor: pointer;
}
    #preCreditWindow .modal-close:hover {
        opacity: .75;
    }
/*****SITE-MAP******/
.sitemap_title {
    font-size: 1.6em;
    font-weight: normal;
    margin: 20px 0 10px;
    line-height: normal;
}
.sitemap {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
}
.sitemap a {
    color: #33363d;
    font-weight: 400;
    text-decoration: none;
}
.sitemap_title a {
    color: #3e77aa;
}
.sitemap_li{
    padding: 5px 5px 5px 5px;
    width: 31%;
    margin-right: 3%;
}
.sitemap_li>a {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(20%, 21%, 24%, 0.4) ;
    color: #3e77aa;
}
#sitemap- ul,li,a{
    text-decoration:none ;
}
#sitemap- li>a:hover{
    color:#fb3f4c;
}
#sitemap- li>ul>li>a:hover{
    text-decoration: underline;
}
.clearfix.sitemap ul {
    display: contents;
}
.clearfix.sitemap {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    overflow-x: auto;
    overflow-y: auto;
}
.clearfix_empty{
    height: auto !important;
}
.clearfix.sitemap::-webkit-scrollbar{
    width: 10px;
    height: 8px;
    background: #f1f1f1;
    border-radius: 5px;
}
.clearfix.sitemap::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}
.sitemap > ul > li.sitemap_li:nth-child(3n+1) { order: 1; }
.sitemap > ul > li.sitemap_li:nth-child(3n+2) { order: 2; }
.sitemap > ul > li.sitemap_li:nth-child(3n)   { order: 3; }

.clearfix.sitemap::after,
.clearfix.sitemap::before {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}

.search-autocomplete {
    display: none;
}

.header-autocomplete {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding:0 5px 5px 5px;
    border-style: solid;
    border-top-style: none;
    border-color: #ccc;
    width: 100%;
    z-index: 1100;
    min-width: 350px;
}

.header-autocomplete__list{
    scrollbar-color: #ccc #f1f1f1;
    scrollbar-width: thin;
}
.header-autocomplete__list::-webkit-scrollbar{
    width: 5px;
}
.header-autocomplete__list::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.header-autocomplete__list::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 5px;
}
.header-autocomplete__list::-webkit-scrollbar-thumb:hover{
    background: #aaa;
    border-radius: 5px;
}

#search-form:focus-within .search-autocomplete, #search-form-mobile:focus-within .search-autocomplete {
    display: block;
}

.header-autocomplete__list {
    overflow-y: auto;
    max-height: 400px;
    padding-right: 5px !important;
    margin-bottom: 8px !important;
    scrollbar-width: thin;
}
.header-autocomplete__title, .header-autocomplete__cat-title{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-autocomplete__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.header-autocomplete__image {
    width: 45px;
    height: 45px;
    left: 5px;
    position: relative;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    object-fit: contain;
}
.header-autocomplete__title {
    color: #3e77aa;
    font-size: 14px;
}
.header-autocomplete__cat-title {
    padding: 5px 0 0;
    color: #3e77aa;
    font-size: 16px;
}
.header-autocomplete__title-cat-caption {
    margin: 3px 0;
}
.header-autocomplete__cat-title, header-autocomplete__title-cat-caption {
    display: block;
}
li.header-autocomplete__item {
    position: relative;
    height: max-content;
    padding: 10px;
    font-size: 13px;
}
li.item-category + li.item-product{
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 15px;
}
li.header-autocomplete__item:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 15px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 4px;
}
li.header-autocomplete__item:hover {
    background-color: #ecf7ff;
}
.header-autocomplete__title-cat-caption {
    display: block;
    color: #666;
}
.header-autocomplete__price {
    font-size: 14px;
    display: block;
    margin: 3px 0;
    font-weight: bold;
    color: #00a312;
}
.header-autocomplete .availability {
    display: block;
    text-transform: lowercase;
}

.header-autocomplete__all-results {
    cursor: pointer;
    display: block;
    margin: 0 -5px;
    padding: 9px 0 7px 10px;
    color: #3e77aa;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
}
#header-autocomplete-mobile > .header-autocomplete__all-results{
    margin: 0 7px 0 0;
    padding: 9px 0 7px 5px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
#autocomplete-empty-results, #autocomplete-empty-results-mobile {
    display: none;
}
#autocomplete-all-results-anchor, #autocomplete-all-results-anchor-mobile {
    display: none;
}
#autocomplete-results-mobile .header-autocomplete__price{
    font-size: 12px;
}
.catalog-item-id {
    max-width: 200px;
    margin: 0 auto;
    line-height: 13px;
    font-size: 14px;
    color: #888;
    display: flex;
    padding-bottom: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.catalog-item-id .availability {
    padding-bottom: 5px;
}
.catalog-item-id .availability:first-letter {
    text-transform: uppercase;
}
.catalog-item-id.catalog-horizontal .catalog-item .catalog-bottom-box {
    margin: 73px 0 0 -200px;
}
.catalog-item-id.catalog-horizontal .catalog-item .catalog-bottom-box.old-price {
    margin-top: 85px;
}
.catalog-item-id.catalog-horizontal .catalog-item .catalog-bottom-box .availability {
    margin-top: -20px;
}

.prev span:after {
    content: '<';
}
.next span:after {
    content: '>';
}
.pretty-scroll{
    scrollbar-color: #ccc #f1f1f1;
    scrollbar-width: thin;
}
.pretty-scroll::-webkit-scrollbar,
.submenu-column-all::-webkit-scrollbar,
.fancybox-inner::-webkit-scrollbar,
.prod-catalog-list::-webkit-scrollbar {
    width: 10px;
}
.pretty-scroll::-webkit-scrollbar-track,
.submenu-column-all::-webkit-scrollbar-track,
.fancybox-inner::-webkit-scrollbar-track,
.prod-catalog-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
.pretty-scroll::-webkit-scrollbar-thumb,
.submenu-column-all::-webkit-scrollbar-thumb,
.fancybox-inner::-webkit-scrollbar-thumb,
.prod-catalog-list::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 5px;
}
.pretty-scroll::-webkit-scrollbar-thumb:hover,
.submenu-column-all::-webkit-scrollbar-thumb:hover,
.submenu-column-all::-webkit-scrollbar-thumb:hover,
.fancybox-inner::-webkit-scrollbar-thumb:hover,
.prod-catalog-list::-webkit-scrollbar-thumb:hover{
    background: #aaa;
    border-radius: 5px;
}
/*scroll moz*/
.prod-catalog-list {scrollbar-width: thin;}

.banners-slider.slick-initialized {
    display: none;
}
@media screen and (max-width: 1023px) {
    .banners-slider.slick-initialized {
        display: block;
    }
    .banners-slider, .banner-item.banner-item-big {
        opacity: 0;
        visibility: hidden;
        transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        max-width: 0;
    }
    .banners-slider.slick-initialized, .banner-item.banner-item-big.slick-initialized {
        visibility: visible;
        opacity: 1;
        max-width: none;
    }
    .g-recaptcha.margin-left {
        margin: 0;
        max-width: 290px;
    }
    .header-autocomplete__list {
        overflow-y: auto;
        max-height: 350px;
        padding-right: 5px !important;
        margin-bottom: 8px !important;
        scrollbar-width: thin;
    }
    .header-autocomplete__list::-webkit-scrollbar{
        width: 3px;
    }
    .header-autocomplete__list::-webkit-scrollbar-track{
        background: #f1f1f1;
        border-radius: 2px;
    }
    .header-autocomplete__list::-webkit-scrollbar-thumb{
        background: #ccc;
        border-radius: 2px;
    }
    .header-autocomplete__list::-webkit-scrollbar-thumb:hover{
        background: #aaa;
        border-radius: 2px;
    }
     li.item-category + li.item-product{
         border-top: 1px solid #ccc;
         margin-top: 5px;
         padding-top: 15px;
    }
    li.header-autocomplete__item:before{
        margin-top: -20px;
    }
    .header-autocomplete__cat-title{
        padding-top: 0;
    }
}

.delivery-price {
    margin-left: 5px;
    color: #777;
}

.order-alert {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.product-alert {
    float: left;
    width: 100%;
}

.filter-hidden-show .show, .filter-hidden-show.active .hide  {
    display: block;
}
.filter-hidden-show .hide, .filter-hidden-show.active .show {
    display: none;
}


#cookies-notify {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #444;
    color: #ddd;
    z-index: 555;
    display: none;
    min-height: 5em;
    padding: 20px;
}
#cookies-notify-hide {
    color: #eee;
    background: #444;
    text-decoration: none;
    position: absolute;
    right: 1em;
    top: 1em;
    border: solid 1px;
    padding: 5px 10px;
    border-radius: 5px;
}
#cookies-notify-hide:hover {
    background: #555;
}
#cookies-notify-content {
    margin-right: 100px;
}
#cookies-notify-content a, #cookies-notify-content a:hover, #cookies-notify-content a:visited  {
    color: #eee;
}
@media only screen and (max-width: 1023px)  {
    #cookies-notify-hide {
        right: unset;
        top: unset;
        bottom: 5px;
        width: 100%;
        position: unset;
        display: block;
        text-align: center;
    }
    #cookies-notify-content {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .header-autocomplete{
        min-width: unset;
        position: fixed;
    }
}

.cabinet .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 8px 30px 0 10px;
}
.cabinet .ui-selectmenu-button span.ui-selectmenu-text:hover {
    padding: 7px 29px 0 9px;
}
.profile-form-input {
    width: 100%;
    background: #fff;
    padding: 7px;
    border: solid 1px #ddd;
    border-radius: 3px;
}
input.profile-form-input[readonly],
input.profile-form-input[readonly]:focus,
input.profile-form-input[readonly]:hover,
input.profile-form-input[readonly]:active  {
    border: none;
    outline: none;
    background: none;
    color: #000;
}
select.profile-form-input[disabled] {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    color: #000;
    padding: 5px;
}
.cabinet-personal label {
    padding: 5px;
}
.cabinet-personal dd div.input-block-content {
    margin: 0;
}
.reg-block .input-block-content {
    padding-bottom: 10px;
    width: 100%;
    max-width: 350px;
}
.reg-block .city-id {
    max-width: 350px;
}
.reg-block .input-block {
    margin: 0 0 10px;
}
@media screen and (min-width: 641px) {
    .reg-block .input-block-content,
    #index-login .reg-block .input-block-content {
        margin: 0 0 0 130px;
    }
}
@media screen and (max-width: 768px) {
    #profile-index .reg-block .input-block-label {width: 140px;}
    .input-block-label {
        display: block;
        width: auto;
        padding: 0 0 5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1087px)  {
    .reg-block .input-block-content {
        margin: 0;
    }
    .reg-block.forgot-style .input-block-label {
        width: 9%;
    }
    .input-block-content .custom-combobox a.custom-combobox-toggle { top: 24px; }
    .reg-block .input-block-label {width: auto;}
    #profile-index .reg-block .input-block-label {width: 140px;}
    .input-block-label {
        display: block;
        width: auto;
        padding: 0 0 5px;
    }
    .g-recaptcha.margin-left {
        margin: 0;
        max-width: 290px;
    }
}

#detailed_description.detailed-description-article {
    height: auto;
    min-height: 265px;
}

.article-publish-info {
    margin: 15px 0 1px;
    color: #999999;
    font-size: 13px;
}
.catalog-horizontal .catalog-raiting,
.catalog-horizontal .catalog-review  {
    display: block;
}
.category-blog .filter-big-title {
    display: none;
}
.category-blog .catalog-horizontal .catalog-item .short-description {
    margin-right: 15px;
    box-sizing: content-box;
}
.category-blog .catalog-horizontal .catalog-name {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}
.blog-hot-articles {
    border-top: 1px solid #ededed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 0;
    margin-right: 21px;
    z-index: 19;
}

.blog-hot-articles .catalog-item {
    margin: 0 10px;
    height: unset;
}
.blog-hot-articles .catalog-item .catalog-item-box {
    border: unset;
    border-left: unset;
}
@media screen and (max-width: 1023px) {
    .blog-hot-articles {
        display: none;
    }
    .reg-block .input-block-content {
        margin: 0;
    }
}
.catalog-price-promo {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.catalog-price-promo-info {
    color: #000;
    font-size: 12px;
    line-height: 14px;
}
.catalog-price-promo-info {
    border: 1px solid black;
    border-radius: 2px;
    padding: 0 2px;
    background: #eee;
}
.price-promo {
    color: #000;
}
.prod-icon-promo {
    width: 18px;
}
#promo-input-group:focus-within {
    border: 2px solid #298fd2;
}
#promo-input {
    display: inline-block;
    position: absolute;
    width: calc(100% - 46px);
    color: #000;
}
#promo-input::placeholder {
    color: #999999;
}
#promo-submit {
    display: inline-block;
    width: 28px;
    font-weight: bold;
    color: #999999;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #ccc;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
#promo-submit:hover {
    background: #ddd;
}
#promo-offered {
    width: 100%;
}
#promo-offered-activate {
    text-align: center;
    color: #3e77aa;
    cursor: pointer;
}
#promo-offered-activate:hover {
    color: #f00;
    text-decoration: underline;
}
#promo-offered-price {
    white-space: nowrap;
    font-weight: bold;
}
#promo_message {
    font-size: 12px;
}
#promo_message.error {
    color: #f00;
}
#promo_message.good {
    color: #080;
}
#promo_message_reload {
    display: none;
    font-size: 12px;
    color: #080;
    font-weight: bold;
}
.remont-nav-button {
    position: relative;
    text-decoration: none;
    color: #fafafa;
    background: #298FD2;
    padding: 8px 16px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.remont-nav-button img {
    width: 22px;
}
.product .admin-info ,
.catalog-item .admin-info {
    position: absolute;
    width: 100px;
    background: #ffffffee;
    height: auto;
    color: #000;
    text-shadow: #ffffff 0 0 3px;
    font-size: 12px;
    line-height: 14px;
    right: 13px;
    padding: 2px;
    border-radius: 5px;
}
.catalog-item .admin-info {
    right: 27px;
}
.product .admin-info.with-opacity,
.catalog-item .admin-info.with-opacity.with-opacity {
    background: #ffffff66;
    opacity: 0.9;
}
.product .admin-info.with-opacity.with-opacity-1,
.catalog-item .admin-info.with-opacity.with-opacity-1 {
    background: #ffffffcc;
}
.product .admin-info.with-opacity.with-opacity-2,
.catalog-item .admin-info.with-opacity.with-opacity-2 {
    background: #ffffff99;
}
.product .admin-info.with-opacity.with-opacity-3,
.catalog-item .admin-info.with-opacity.with-opacity-3 {
    background: #ffffff44;
}
.product .admin-info:hover,
.product .admin-info.with-opacity:hover,
.catalog-item .admin-info:hover,
.catalog-item .admin-info.with-opacity:hover,
.catalog-item .catalog-img:hover .admin-info:hover {
    background: #ffffffee;
    opacity: 1;
}
.catalog-item .admin-info div {
    background: none;
}
.admin-info .stock {
    font-size: 10pt;
    line-height: 14px;
}
.admin-info .stock.any-stock-low {
    border: #f00 dotted 2px;
}
.admin-info .stock-item.this-stock-item-low::after {
    content: "*";
    color: #f00;
}
.admin-info .stock-item.this-stock-item-high::after {
    content: "*";
    color: #90f;
}
.admin-info .stock-days {
    background: #999;
    color: #000;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 12px;
    text-shadow: unset;
}
.admin-info .stock-days.stock-days-grade-1 {
    background: #0f0;
}
.admin-info .stock-days.stock-days-grade-2 {
    background: #ff0;
}
.admin-info .stock-days.stock-days-grade-3 {
    background: #f90;
}
.admin-info .stock-days.stock-days-grade-4 {
    background: #f99;
}

.admin-info .border-top {
    border-top: solid 1px #000;
}

.catalog-item .search-info {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100px;
    height: 80px;
    font-size: 12px;
    line-height: 14px;
    color: #00c;
    background: #ff09;
    padding: 2px;
    border-radius: 2px;
}
.catalog-item:hover .search-info {
    background: #ff0d;
}
@media screen and (max-width: 369px) {
    .copy-prod-code {
        position: relative;
        margin-left: 0px;
    }
}
@media screen and (max-width: 359px) {
    .copy-prod-code {
        position: relative;
        margin-left: 5px;
    }
}

/************************* new seo combobox *************************/
.custom-combobox {
    display: inline-block;
    position: relative;
    width: 100%;
}
.custom-combobox .custom-combobox-input-group {
    width: 100%;
    border: #ccc solid 1px;
    border-radius: 3px;
    padding: 1px;
    box-sizing: border-box;
}
.custom-combobox .custom-combobox-input-group:focus-within {
    border: #aaa 1px solid;
}
.custom-combobox .custom-combobox-input-group input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    font-size: 14px;
    border: none;
    background: #fcfcfc;
    color: #333;
}
.custom-combobox .custom-combobox-input-group input[type="text"]:focus{
    outline: none;
}.custom-combobox .custom-combobox-input-group input[type="text"]::placeholder {
     color: #aaa;
 }
.custom-combobox .custom-combobox-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 49;
    border: #ccc solid 1px;
    border-radius: 0 0 5px 5px;
    background: #fcfcfc;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 2px;
    box-sizing: border-box;
    padding: 3px 0;
}
.custom-combobox .custom-combobox-dropdown::-webkit-scrollbar {
    width: 10px;
}
.custom-combobox .custom-combobox-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
.custom-combobox .custom-combobox-dropdown::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 1px;
}
.custom-combobox .custom-combobox-dropdown::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}
.custom-combobox.active .custom-combobox-dropdown {
    display: block;
}
.custom-combobox .custom-combobox-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.custom-combobox .custom-combobox-dropdown li {
    display: block;
}
.custom-combobox .custom-combobox-dropdown li>a,
.custom-combobox .custom-combobox-dropdown li>span {
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    color: #333;
}
.custom-combobox .custom-combobox-dropdown li>a:hover,
.custom-combobox .custom-combobox-dropdown li.hover>a {
    background: #ddd;
}
.custom-combobox .custom-combobox-dropdown li.selected {
    background: #ddd;
}
.custom-combobox .custom-combobox-dropdown li.selected>a:hover {
    background: #ccc;
}
.custom-combobox .custom-combobox-dropdown li.selected>span::after,
.custom-combobox .custom-combobox-dropdown li.selected>a::after {
    content: "\2714";
    float: right;
}
.custom-combobox.placeholder-black .custom-combobox-input-group input[type="text"]::placeholder {
    color: #333;
}

#cargo_id-menu .ui-menu-item.ui-state-disabled {
    display: none;
}

.pseudo-link {
    cursor: pointer;
}


/* Start
    slick.css fix with overriding .slick-slider > .slick-list > .slick-track - "margin-left" property
    "Просмотренные товары"
*/

.slick-track {
    margin-left: 0!important;
}
/* End */

/* Start
    Fix for fancybox.css with overriding .fancybox-skin - "background" property
    Блок с слайдера с главной фотографией товара
*/

.fancybox-skin {
    background: #ffffff!important;
}
/* End */

/* Start
    For deactivating selected language in header
    После выбора языка выбранный язык становиться некликабельным
*/
.header-lang li.active {
    pointer-events: none;
}
/* End */

.catalog-ajax-next-page {
    display: flex;
    justify-content: center;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
}
.catalog-ajax-next-page .catalog-ajax-next-page-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    color: #3e77aa;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


.catalog-ajax-next-page-button:before {
    content: '';
    background-image: url(/images/show-more_arrow.svg);
    background-repeat: no-repeat;
    background-size: 42px;
    width: 43px;
    height: 43px;
    margin: 0 10px;
}
.catalog-ajax-next-page .catalog-ajax-next-page-button:hover,
.catalog-ajax-next-page .catalog-ajax-next-page-button:focus {
    color: #fb3f4c;
    text-decoration: underline;
}

.catalog-ajax-next-page .catalog-ajax-next-page-label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Анимация вращения для Ajax подгрузки товаров */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.catalog-ajax-next-page .catalog-ajax-next-page-label:before {
    content: '';
    background-image: url(/images/show-more_arrow.svg);
    display: flex;
    background-repeat: no-repeat;
    background-size: 42px;
    width: 43px;
    height: 43px;
    margin: 0 10px;
    animation: spin 2s infinite linear;
}

/* End */

/* Start
    For notification bar message on site
    Для верхнего окна-всплывашки с важной информацией на сайте
*/

.notification-bar {
    position: fixed;
    display: flex;
    align-items: center;
    height: auto;
    min-height: 40px;
    width: 100%;
    top: 0;
    z-index: 261;
    background-color: #2c8dcc;
    color: white;
    font-weight: 500;
}
@media screen and (max-width: 1023px) {
    .notification-bar {
        z-index: 140;
    }
}

.notification-bar div {
    display: inline-flex;
    align-items: center;
    max-width: 1530px;
    margin: 0 auto;
    width: 100%;
}

.notification-bar .inner-message {
    margin: 5px;
    font-size: 14px;
}
.notification-bar #close-warning {
    cursor: pointer;
}
/* End */
.compare-content-share {margin: -19px 0 0 10px;}
.compare-content-share-text {font-weight: 500;}
.compare-web.web1 {background: #3e5e97;}
.compare-web {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 5px 5px 0;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    background: #c8c8c8;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#compare-items .web2 img {
    width: 26px;
    border-radius: 3px;
}
#compare-items .web1 img {
    width: 20px;
    border-radius: 3px;
}
#compare-items .web3 img {
    width: 26px;
    border-radius: 3px;
}
.compare-web img {vertical-align: middle;}
.compare-web.web2 {background: #7D3DAF;}
.compare-web.web3 {background: #61A8DE;}

.availability.active {color: #00a312;}
.availability.waiting,
.availability.order,
.availability.order_weeks,
.availability.supplying {color: #cd0ad2;}
.availability.call {color: #fc6001;}
.availability.inactive,
.availability.obsolete {color: #c5131a;}

section.relinks h2 {
    margin: 0;
}
ul.relinks {
    margin: 5px auto 25px;
}
ul.relinks > li {
    padding: 2px 0;
    flex-wrap: wrap;
    margin: 5px 0 0 5px;
    display: inline-block;
    width: auto;
    border: 1px solid rgba(41, 143, 210, 0.3);
    border-radius: 4px;
}
ul.relinks > li > a {
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    padding: 5px 20px;
    width: auto;
}
ul.relinks > li:hover {
    background: rgb(41, 143, 210);
    border: 1px solid rgb(41, 143, 210);
}
ul.relinks > li:hover > a {
    color: white;
}
#catalog-index section.relinks {
    order: 1100;
}

.order-product-comment-for-user {
    font-style: italic;
    color: #666;
}

/************************** promo *************************/
#order-promo { display: none; text-align: left; }
#order-promo .input-block-label { line-height: 32px; float: none; display: none; }
#order-promo-show {
    color: #999999;
    font-size: 12px;
    text-decoration: none;
}
#promo-input-group {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 33px;
    font-size: 15px;
    padding: 7px 36px 5px 7px;
    color: #000;
    box-sizing: border-box;
    position: relative;
}
/********************* end promo *************************/
/********************* wishlist **************************/
.prod-nav-content-container .header-phone{
    margin: 0 10px 0 0;
}
.prod-nav-content-container .prod-icon2{
    width: 32px;
}
.header-wishlist-link{
    position: relative;
    padding-right: 16px;
}
.header-wishlist-link .header-wishlist-num {
    position: absolute;
    top: -10px;
    right: 3px;
    width: 20px;
    height: 20px;
    color: #298fd2;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #298fd2;
    border-radius: 50%;
}
.product-wishlist{
    position: relative;
    cursor: pointer;
}
.prod-mob-price-left .product-wishlist{
    margin-left: 10px;
}
.product-wishlist .icon-wishlist {
   width: 20px;
}
.product-wishlist-exists img{
    background-repeat: no-repeat;
    background-image: url("/images/icon-heart-fill.svg");
    background-size: 20px;
    background-position: center;
}
.prod-mob-fixed .product-wishlist img{
    width: 24px;
    margin-top: 2px;
}
.prod-nav-content-container .product-wishlist img{
    width: 25px;
}
