
.hidden {
    display: none !important;
}

/*** select2 ***/

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dadada;
    /*border-radius: 4px;*/
    font-width: 500;
    padding: 0px 10px;
}

.form-cities .select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
/*** /select2 ***/



/*** popup ***/
.popup-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    padding-bottom: 15px;
    overflow-y: auto;
}

.callback__popup {
    display: none;
    opacity: 0;
    width: 470px;
    height: 320px;
    padding: 27px 40px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-top: 100px;
    margin-left: -235px;
    border-radius: 15px;
}

@media only screen and (max-width: 767px) {
    .callback__popup {
        width: 320px;
        padding: 15px;
        margin-left: -160px;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 1200px) {
    .callback__popup {
        margin-top: 0;
    }
}

.callback__popup .popup-close {
    line-height: 30px;
    padding: 0 10px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    right: -10px;
}

@media only screen and (min-width: 1200px) {
    .callback__popup .popup-close:hover svg {
        fill: #46c8b0;
    }
}

.callback__popup .popup-close svg {
    fill: #84919A;
}

.callback__popup .form-group {
    width: 310px;
    margin: 0 auto 17px;
}

@media only screen and (max-width: 767px) {
    .callback__popup .form-group {
        width: 100%;
    }
}

.callback__popup .form-group:last-child {
    margin: 40px auto 0;
}

.callback__popup .help-block {
    top: 40px;
}

.callback__popup input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.callback__caption {
    position: relative;
    height: 30px;
    margin-bottom: 30px;
}

.callback__caption:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -1;
}

.callback__caption .h2 {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 18px;

    color: #2e3d4d;
    letter-spacing: .3px;
}

.thank__popup {
    display: none;
    opacity: 0;
    width: 380px;
    min-height: 260px;
    padding: 30px 50px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-top: 100px;
    margin-left: -190px;
    border-radius: 15px;
}

@media only screen and (max-width: 767px) {
    .thank__popup {
        width: 320px;
        padding: 15px 30px;
        margin-left: -160px;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 1200px) {
    .thank__popup {
        margin-top: 0;
    }
}

.thank__popup .popup-close {
    line-height: 30px;
    padding: 0 10px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media only screen and (min-width: 1200px) {
    .thank__popup .popup-close:hover svg {
        fill: #46c8b0;
    }
}

.thank__popup .popup-close svg {
    fill: #84919A;
}

.thank__popup .h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

.view__popup {
    display: none;
    opacity: 0;
    width: 1170px;
    height: 600px;
    padding: 30px 40px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .view__popup {
        width: 768px;
        height: 790px;
    }
}

.view__popup .popup-close {
    line-height: 30px;
    padding: 0 10px 0 30px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    right: -10px;
}

@media only screen and (min-width: 1200px) {
    .view__popup .popup-close:hover svg {
        fill: #46c8b0;
    }
}

.view__popup .popup-close svg {
    fill: #84919A;
}

.view__popup .single .view__btn {
    display: none;
}

.view__popup .single .fade {
    opacity: 1;
}

/*** /popup ***/



/*** breadcrumbs ***/
ul.breadcrumbs li a:after {
    content: '/';
    padding: 0 10px;
    text-decoration: none;
}

ul.breadcrumbs li a:hover:after {
    text-decoration: none;
    color: #3f4e5d;
    cursor: default;
}

ul.breadcrumbs li:last-child a:after {
    content: '';
}
/*** /breadcrumbs ***/


/*** pagination ***/
div.pagination.my20 ul.pagination li.disabled.next,
div.pagination.my20 ul.pagination li.disabled.prev {
    display: none;
}

div.pagination.my20 ul.pagination li.active a, .pagination li.active:hover a{
    border-color: #259e88;
    color: #259e88;
}

/*** /pagination ***/



/*** cart product ***/
.item-good-wrap .item-good .info-description .close-small {
    color: #ccc;
    position: absolute;
    right: 5px;
    max-width: 1.5rem;
    top: 5px;
    cursor: pointer;
    text-decoration: none;
}
.item-good-wrap .item-good .thumb .info-product:hover {
    cursor: pointer;
}
.item-good-wrap .item-good .info-description.active .close-small {
    display: unset;
}

.item-good-wrap .item-good .info-description .close-small,
.item-good-wrap .item-good .info-description {
    display: none;
}

.item-good-wrap .item-good .info-description.active {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #259e88;
    opacity: 1;
    width: calc(100% - 2rem - 1px);
    height: calc(420px - 2rem - 1px);
    z-index: 2;
    border: 1px solid #259e88;
    padding: 1rem;
    margin: 1rem;
    overflow: auto;
}
/*** /cart product ***/

/*** catalog link banner  ***/
.list-cats-tile .list-cats {
    height: 144px;
}
.list-cats-tile .list-cats .item-cat-col:nth-child(1n+6) {
    display: none;
}
/*** /catalog link banner  ***/

/*** /catalog  ***/
.list-goods.kits .list-pictograms.product-kits .pic {
    height: 50px;
    opacity: 1;
}
/*** /catalog  ***/


/*** filter ***/
.slider-range{border:none;height:3px;background-color:#dedede;margin:20px auto 10px;width:calc(100% - 25px)}
.dropdown-filter-wrapper .slider-range .ui-slider-handle{border-radius:50%;width:20px;height:20px;background-color:#f8fbff;border:1px solid #bdbdbd;top:-9px}
.dropdown-filter-wrapper .slider-range .ui-slider-handle:hover{background-color:#fff;border-color:#259e88;cursor:pointer}
.dropdown-filter-wrapper .slider-range .ui-slider-handle:focus{outline:0}
.dropdown-filter-wrapper .slider-range .ui-slider-range{height:3px;background-color:#259e88;top:0;}

.filter-block:after{display:block;content: '';border-bottom: solid 3px #259e88;transform: scaleX(0);transition: transform 250ms ease-in-out;transform-origin: 0% 50%;}
.filter-block.send-request:after{transform: scaleX(1);transform-origin: 100% 50%;}

/*** /filter ***/

.btn-submit {text-transform: uppercase;}

.has-error .help-block {
    color: red;
}

.form-cities .select .bt-dropdown.initialized a.bt-dropdown-toggle,
.form-delivery-con.mt20 .dropdown .bt-dropdown.initialized a.bt-dropdown-toggle{
    display: none;
}

/*** autocomplete ***/
header.header .search-wrap .live-search-wrapper {
    overflow-y: scroll;
    max-height: 600px;
}


header.header .search-wrap .live-search-wrapper a.item-product .col .product-price {
    display: none;
}

@media only screen and (max-width: 992px) {
    header.header .search-wrap .live-search-wrapper a.item-product .shrink:last-child {
        display: none;
    }

    header.header .search-wrap .live-search-wrapper a.item-product .col .product-price {
        display: block;
    }
}

/*** /autocomplete ***/


/*** menu ***/
.menu-custom-link {
    cursor: default;
    color: inherit !important;
    font-size: 1rem;
    margin-left: 1.5rem;
}
.sub-menu-custom-link {
    margin-left: 1rem;
}

.dropdown-menu-wrapper .dropdown-submenu a.menu-custom-link:hover {
    color: #0e0e0e !important;
}

/*** /menu ***/





/*** error page ***/
.h1-slider {
    line-height: 45px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}
.h1-slider {
    font-size: 3rem;
}
.error__cnt {
    text-align: center;
    padding: 6rem;
    z-index: 4;
}
.error .h1-slider {
    margin-bottom: 90px;
}

/*** /error page ***/

/*** dataConstructor ***/
.text__container .container {
    max-width: 100%;
}

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

.text__img {
    margin-bottom: 27px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .text__img {
        margin-bottom: 18px;
    }
}

.text__p {
    margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .text__p {
        margin-bottom: 18px;
        padding: 0 28px;
    }
}

@media only screen and (max-width: 767px) {
    .text__ul {
        padding: 0 28px;
    }
}

.text__ul ul {
    margin-bottom: 33px;
    list-style: none;
}

@media only screen and (max-width: 767px) {
    .text__ul ul {
        margin-bottom: 20px;
    }
}

.text__ul ul li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 22px;
    padding-left: 36px;
}

@media only screen and (max-width: 767px) {
    .text__ul ul li {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.text__ul ul li:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 0;
    border-bottom: 1px solid #259e88;
    position: absolute;
    top: 10px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .text__ol {
        padding: 0 28px;
    }
}

.text__ol ol {
    margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
    .text__ol ol {
        margin-bottom: 20px;
        margin-left: 20px;
    }
}

.text__ol ol li {
    list-style-type: decimal;
    margin-bottom: 15px;
    margin-left: 38px;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .text__ol ol li {
        margin-left: 0;
        padding-left: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .text__h2 {
        padding: 0 28px;
    }
}

.text__h2 h2 {
    text-transform: uppercase;
    text-align: center;
    padding: 34px 40px;
    margin-bottom: 35px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .text__h2 h2 {
        line-height: 18px;
        padding: 25px 0;
        margin: 0 auto 24px;
    }
}

.text__container h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #2E3D4D;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.text__h2-min {
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .text__h2-min {
        padding: 0 28px;
    }
}

.text__h3 {
    margin-bottom: 7px;
}

.text__border {
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 63px auto 50px;
}

@media only screen and (max-width: 767px) {
    .text__border {
        margin: 45px 28px;
    }
}

.text__border h2 {
    text-transform: uppercase;
    position: relative;
    top: -12px;
    background: #fff;
    padding: 0 30px;
    display: inline;
}

@media only screen and (max-width: 767px) {
    .text__border h2 {
        margin-bottom: 0;
    }
}

.text__border p {
    display: inline-block;
    width: 100%;
    padding: 0 35px;
    margin-bottom: 46px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .text__border p {
        padding: 0 20px;
        margin-bottom: 30px;
    }
}

.text__blue {
    background: #259e88;
    text-align: center;
    padding: 24px 40px 18px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .text__blue {
        padding: 24px 28px 18px;
        margin-bottom: 42px;
    }
}

.text__blue p {
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .text__blue p {
        margin-bottom: 10px;
        padding: 0;
    }
}

.text__blue h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .text__blue h2 {
        padding: 0;
        line-height: 19px;
    }
}

.text__important {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .text__important {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 28px;
        margin-bottom: 42px;
    }
}

.text__important p {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .text__important p {
        padding: 0;
    }
}

.text__important-left {
    width: 210px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333B45;
    text-transform: uppercase;
    padding: 17px 20px;
}

@media only screen and (max-width: 767px) {
    .text__important-left {
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        padding: 0;
        margin-bottom: 20px;
    }
}

.text__important-right {
    width: 450px;
    text-align: left;
    margin-bottom: 0;
    padding: 17px 0 17px 20px;
    border-left: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .text__important-right {
        width: 100%;
        padding: 0;
        border-left: none;
    }
}

.text__title {
    border-top: 1px solid #ebebeb;
    text-align: center;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .text__title {
        margin: 0 28px 20px;
    }
}

.text__title h2 {
    text-transform: uppercase;
    background-color: #fff;
    padding: 0 30px;
    position: relative;
    top: -12px;
    display: inline;
}

@media only screen and (max-width: 767px) {
    .text__title h2 {
        padding: 0 15px;
        margin-bottom: 0;
        max-width: 250px;
    }
}

.text__img-capt {
    text-align: center;
    margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    .text__img-capt {
        margin-bottom: 42px;
    }
}

.text__img-capt img {
    margin-bottom: 10px;
}

.text__img-capt p {
    color: #B3B3B3;
    margin-bottom: 0;
}

/*@media only screen and (max-width: 767px) {*/
/*  .text__video {*/
/*    display: none;*/
/*  }*/
/*}*/

.text__video iframe {
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
}

.text__video-server {
    position: relative;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .text__video-server:hover .video__play {
        background-color: #CC181E;
    }
}

/*@media only screen and (max-width: 767px) {*/
/*  .text__video-server {*/
/*    display: none;*/
/*  }*/
/*}*/

.text__video-server video {
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
    vertical-align: top;
}

#countdown span {
    color: #e5767e;
    font-size: 26px;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

/*** /dataConstructor ***/

/* Page 15 Recommendations and reviews */
.reviews {

}

.title {
    text-align: center;
}

.title .h1, .title .h2 {
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
    font-size: 18px;
    line-height: 24px;
    color: #2e3d4d;
    letter-spacing: .3px;
    font-weight: bold;
    text-transform: uppercase;
}


.reviews .title::before,
.manufacturer-brands .title::before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    border-bottom: 1px solid #46c8b0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .reviews {
        padding-top: 13px;
    }
}

.reviews .title {
    margin-bottom: 30px;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews .title {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews .title {
        height: 30px;
        margin-bottom: 15px;
    }
    .reviews .title:before {
        display: none;
    }
    .reviews .title:after {
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        border-bottom: 1px solid #46c8b0;
        position: relative;
        bottom: 15px;
        -webkit-transition: width 0.4s linear;
        transition: width 0.4s linear;
    }
    .reviews .title .h2 {
        display: block;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
    }
}

.reviews .title-open:after {
    width: 100%;
}

.reviews .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .reviews__open {
        position: relative !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.reviews__title-main {
    width: 702px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__title-main {
        width: 468px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__title-main {
        width: 50%;
    }
}

.reviews__title-sidebar {
    width: 468px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__title-sidebar {
        width: 234px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__title-sidebar {
        width: 50%;
    }
}

.reviews__main, .reviews__sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
    .reviews__main, .reviews__sidebar {
        margin-bottom: 55px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        position: absolute;
        top: 20px;
        left: 0;
    }
}

.reviews__main a:first-child, .reviews__sidebar a:first-child {
    margin-top: 0;
}

.reviews__main {
    width: 702px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__main {
        width: 468px;
    }
}

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

.reviews__sidebar {
    width: 468px;
    border-left: 1px solid #ebebeb;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__sidebar {
        width: 234px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__sidebar {
        border-left: none;
        width: 100%;
    }
}

.reviews__item {
    width: 234px;
    height: 284px;
    padding: 20px;
    margin-top: 35px;
    border-left: 1px solid #ebebeb;
    color: #333B45;
    position: relative;
    overflow: hidden;
}

.reviews__item:hover {
    border-color: #259e88;
}

@media only screen and (min-width: 1200px) {
    .reviews__item:hover:before, .reviews__item:hover:after {
        left: 0;
        border-color: #259e88;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__item {
        padding: 10px 20px;
        height: 105px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__item {
        width: 100%;
        height: 105px;
        border-left: none;
        border-bottom: 1px solid #ebebeb;
        margin-top: 0;
    }
}

.reviews__item .reviews__img {
    height: 110px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    .reviews__item .reviews__img {
        display: none;
    }
}

.reviews__item .option-text {
    margin-bottom: 5px;
}

.reviews__item .last-text {
    height: 85px;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .reviews__item .last-text {
        height: 45px;
    }
}

.reviews__item:before, .reviews__item:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: left 0.6s ease, right 0.6s ease;
    transition: left 0.6s ease, right 0.6s ease;
    position: absolute;
    left: -100%;
}

@media only screen and (max-width: 767px) {
    .reviews__item:before, .reviews__item:after {
        display: none;
    }
}

.reviews__item:before {
    top: 0;
}

.reviews__item:after {
    bottom: 0;
}

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

.reviews__item-sidebar {
    width: 100%;
    height: 150px;
    border-left: none;
    border-right: 1px solid #ebebeb;
}

@media only screen and (min-width: 1200px) {
    .reviews__item-sidebar:hover:before, .reviews__item-sidebar:hover:after {
        right: 0;
        left: auto;
        border-color: #259e88;
    }
}

@media only screen and (max-width: 1200px) {
    .reviews__item-sidebar {
        height: 105px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__item-sidebar {
        border-right: none;
    }
}

.reviews__item-sidebar:before, .reviews__item-sidebar:after {
    right: -100%;
    left: auto;
}

.reviews__item-sidebar .reviews__item-text {
    width: 215px;
    float: right;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .reviews__item-sidebar .reviews__item-text {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.reviews__item-sidebar .option-text {
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .reviews__item-sidebar .option-text {
        margin-top: 0;
    }
}

.reviews__item-sidebar .reviews__img {
    width: 194px;
    height: 110px;
    margin-bottom: 0;
    float: left;
}

.reviews__banner {
    width: 100%;
    height: 420px;
    padding: 20px;
    margin-top: 35px;
    border-left: 1px solid #ebebeb;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.reviews__banner:hover {
    border-color: #259e88;
}

@media only screen and (min-width: 1200px) {
    .reviews__banner:hover:before, .reviews__banner:hover:after {
        left: 0;
        border-color: #259e88;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__banner {
        height: 284px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__banner {
        height: 284px;
        border-left: none;
        border-bottom: 1px solid #ebebeb;
        margin-top: 0;
        padding: 20px 0;
    }
}

.reviews__banner .reviews__img {
    height: 380px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__banner .reviews__img {
        height: 244px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__banner .reviews__img {
        height: 150px;
    }
}

.reviews__banner:before, .reviews__banner:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: left 0.6s ease, right 0.6s ease;
    transition: left 0.6s ease, right 0.6s ease;
    position: absolute;
    left: -100%;
}

@media only screen and (max-width: 767px) {
    .reviews__banner:before, .reviews__banner:after {
        display: none;
    }
}

.reviews__banner:before {
    top: 0;
}

.reviews__banner:after {
    bottom: 0;
}

.reviews__banner-min {
    width: 468px;
    height: 284px;
}

@media only screen and (max-width: 767px) {
    .reviews__banner-min {
        width: 100%;
        height: 284px;
    }
}

.reviews__banner-min .reviews__img {
    height: 244px;
}

@media only screen and (max-width: 767px) {
    .reviews__banner-min .reviews__img {
        height: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    .reviews__banner-min .reviews__banner-cnt {
        height: 244px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__banner-min .reviews__banner-cnt {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        position: static;
        width: 100%;
        height: 100px;
        padding: 15px 0 0;
        background-color: transparent;
        text-align: center;
    }
}

.reviews__banner-sidebar {
    height: 284px;
    border-left: none;
    border-right: 1px solid #ebebeb;
}

@media only screen and (min-width: 1200px) {
    .reviews__banner-sidebar:hover:before, .reviews__banner-sidebar:hover:after {
        right: 0;
        left: auto;
        border-color: #259e88;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__banner-sidebar {
        height: 245px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__banner-sidebar {
        border-right: none;
    }
}

.reviews__banner-sidebar:before, .reviews__banner-sidebar:after {
    right: -100%;
    left: auto;
}

.reviews__banner-sidebar .reviews__img {
    height: 244px;
}

@media only screen and (max-width: 1200px) {
    .reviews__banner-sidebar .reviews__img {
        height: 110px;
    }
}

.reviews__banner-sidebar .reviews__banner-cnt {
    height: 244px;
}

@media only screen and (max-width: 1200px) {
    .reviews__banner-sidebar .reviews__banner-cnt {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        position: static;
        width: 100%;
        height: 100px;
        background-color: transparent;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__banner-sidebar .reviews__banner-cnt {
        padding: 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__banner-sidebar .reviews__banner-text:first-child {
        color: #B3B3B3;
        text-align: center;
    }
    .reviews__banner-sidebar .reviews__banner-text:last-child {
        height: 50px;
        overflow: hidden;
        color: #333B45;
    }
}

.reviews__banner-cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    width: calc(100% - 40px);
    height: 380px;
    padding: 20px 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 20px;
    left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .reviews__banner-cnt {
        height: 244px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews__banner-cnt {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        position: static;
        width: 100%;
        height: 100px;
        padding: 15px 20px 0;
        background-color: transparent;
        text-align: center;
    }
}

.reviews__banner-text {
    width: 100%;
    line-height: 25px;
}

@media only screen and (max-width: 767px) {
    .reviews__banner-text:first-child {
        color: #B3B3B3;
        text-align: center;
    }
    .reviews__banner-text:last-child {
        height: 50px;
        overflow: hidden;
        color: #333B45;
    }
}

.reviews__pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 110px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .reviews__pagination {
        margin-bottom: 55px;
    }
}

.reviews__img {
    width: 100%;
    background-size: cover;
    background-position: center;
}

/* End Page 15 Recommendations and reviews */

/* Article and Text */
.article .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .article .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 708px;
        padding-bottom: 115px;
    }
}

@media only screen and (max-width: 767px) {
    .article .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 20px 0 50px;
    }
}

.article .title::before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.article .title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .article .title {
        margin-bottom: 28px;
    }
}

.article .recommend__item .recommend__item-cnt {
    border-left: 1px solid #ebebeb;
}

.article__main {
    width: 1000px;
}

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

.article__main img {
    width: 100%;
}

.article__main a {
    color: #46c8b0;
}

@media only screen and (min-width: 1200px) {
    .article__main a:hover {
        color: #84919A;
    }
}

.article__main-cnt {
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .article__main-cnt {
        padding: 0;
    }
}

.article__main-title {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .article__main-title {
        padding: 0 28px;
    }
}

.article__main-title h2 {
    color: #2E3D4D;
    font-family: "IntroRegular", serif;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .article__main-title h2 {
        font-size: 18px;
        line-height: 29px;
    }
}

.article__p {
    margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
    .article__p {
        margin-bottom: 26px;
        padding: 0 28px;
    }
}

.article__img {
    margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
    .article__img {
        margin-bottom: 18px;
    }
}

.article__img-capt {
    padding-top: 20px;
    margin-bottom: 37px;
}

.article__img-capt p {
    color: #B3B3B3;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .article__h2 {
        padding: 0 28px;
    }
}

.article__h2 h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 42px;
    padding: 34px 40px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #2E3D4D;
    letter-spacing: 0.3px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .article__h2 h2 {
        font-size: 14px;
        line-height: 18px;
        padding: 25px 0;
        margin: 0 auto 24px;
    }
}

@media only screen and (max-width: 767px) {
    .article__h2-min {
        padding: 0 28px;
    }
}

.article__h2-min h2 {
    margin-bottom: 16px;
    color: #2E3D4D;
    letter-spacing: 0.3px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .article__h3 {
        padding: 0 28px;
    }
}

.article__h3 h3 {
    margin-bottom: 7px;
    color: #2E3D4D;
    letter-spacing: 0.3px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .article__ul {
        padding: 0 28px;
    }
}

.article__ul ul {
    margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
    .article__ul ul {
        margin-bottom: 20px;
    }
}

.article__ul ul li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 22px;
    padding-left: 36px;
}

@media only screen and (max-width: 767px) {
    .article__ul ul li {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.article__ul ul li:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 0;
    border-bottom: 1px solid #46c8b0;
    position: absolute;
    top: 10px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .article__ol {
        padding: 0 28px;
    }
}

.article__ol ol {
    margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
    .article__ol ol {
        margin-bottom: 20px;
        margin-left: 20px;
    }
}

.article__ol ol li {
    list-style-type: decimal;
    margin-bottom: 15px;
    margin-left: 38px;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .article__ol ol li {
        margin-left: 0;
        padding-left: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .article__video {
        display: none;
    }
}

.article__video iframe {
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
}

.article__video-server {
    position: relative;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .article__video-server:hover .video__play {
        background-color: #CC181E;
    }
}

@media only screen and (max-width: 767px) {
    .article__video-server {
        display: none;
    }
}

.article__video-server video {
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
    vertical-align: top;
}

.article__goods {
    margin-top: 70px;
    text-align: center;
    border-top: 1px solid #ebebeb;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .article__goods {
        width: 264px;
        margin: 0 auto;
    }
}

.article__main-title h1 {
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 28px;
    background-color: #fff;
    position: relative;
    top: -12px;
    font-size: 24px;
    line-height: 36px;
    color: #2E3D4D;
    letter-spacing: 0.3px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.article__goods h2 {
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 28px;
    background-color: #fff;
    position: relative;
    top: -12px;
    font-size: 18px;
    line-height: 24px;
    color: #2E3D4D;
    letter-spacing: 0.3px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .article__goods h2 {
        padding: 0 15px;
        max-width: 230px;
    }
}

.article__goods-cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article__goods-cnt .list-goods .item-good-wrap {
    width: calc(25% + 1px);
}

.article__goods-btn {
    display: none;
    width: 30px;
    height: 65px;
    background-color: #fff;
    position: absolute;
    top: 140px;
    cursor: pointer;
}

.article__goods-btn svg {
    fill: #46c8b0;
}

@media only screen and (min-width: 1200px) {
    .article__goods-btn svg:hover {
        fill: #84919A;
    }
}

.article__goods-prev {
    left: -15px;
}

.article__goods-next {
    right: -15px;
}

.article__goods .slick-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__goods .slick-current .produce__cnt {
    border-left: 1px solid #ebebeb;
}

.article__sidebar {
    width: 390px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .article__sidebar {
        width: 100%;
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .article__sidebar {
        width: 264px;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .article__sidebar .recommend__item .recommend__item-cnt {
        border-left: none;
    }
    .article__sidebar .slick-current .recommend__item-cnt {
        border-left: 1px solid #ebebeb;
    }
}

.article__sidebar h2 {
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .article__sidebar h2 {
        padding: 0 15px;
        max-width: 230px;
    }
}

.article__sidebar .btn {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .article__sidebar .btn {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@media only screen and (max-width: 767px) {
    .article__sidebar .btn {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.article__sidebar-btn {
    display: none;
    width: 30px;
    height: 65px;
    background-color: #fff;
    position: absolute;
    top: 220px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .article__sidebar-btn {
        top: 180px;
    }
}

.article__sidebar-btn svg {
    fill: #46c8b0;
}

@media only screen and (min-width: 1200px) {
    .article__sidebar-btn svg:hover {
        fill: #84919A;
    }
}

.article__sidebar-prev {
    left: -15px;
}

.article__sidebar-next {
    right: -15px;
}

.article__sidebar .slick-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* /Article */

/* Recommend */
.recommend {
    padding-top: 65px;
}

@media only screen and (max-width: 767px) {
    .recommend {
        padding-top: 55px;
        padding-bottom: 45px;
    }
}

.recommend_brands {
    padding-top: 0;
    margin-bottom: 65px;
}

.recommend_brands .recommend__item .recommend__preview {
    height: calc(100% - 95px);
    margin-bottom: 15px;
}
.recommend_brands .recommend__item .recommend__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recommend_brands .recommend__item .recommend__desc {
    margin: 0 auto 13px;
}
.recommend_brands .recommend__item .btn {
    color: #259e88;
    padding: 10px;
    border: 1px solid #259e88;
}
.list-main-cats .item-cat .subcats-wrap a:hover .cat-name {
    color: #259e88;
}
.dropdown-menu-wrapper .dropdown-above-header-menu-wrap {
    width: 100%;
    text-align: right;
    max-width: none;
    display: none;
}
.dropdown-menu-wrapper .dropdown-discount-wrap {
    display: none;
}
.dropdown-menu-wrapper .dropdown-above-header-menu-wrap ul {
    right: 15px;
    left: auto;
}
.dropdown-above-header-menu-wrap {
    padding: 0 15px;
    position: relative;
}
.dropdown-discount-wrap {
    position: relative;
    height: 100%;
}

.dropdown-above-header-menu-wrap ul,.dropdown-discount-wrap ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 15px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e5e8ea;
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 3px;
    list-style: none;
    display: none;
}
.dropdown-discount-wrap ul {
    left: 0;
}
.dropdown-above-header-menu-wrap ul li,.dropdown-discount-wrap ul li {
    padding: 5px 0;
    
}
.dropdown-above-header-menu-wrap ul li a,.dropdown-discount-wrap ul li a {
    color: #0e0e0e;
}
.dropdown-above-header-menu-wrap ul li a:hover,.dropdown-discount-wrap ul li a:hover {
    color: #259e88;
}

.recommend .recommend__item:first-child .recommend__item-cnt {
    border-left: 1px solid #ebebeb;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend .recommend__item:nth-child(n+3) {
        display: none;
    }
}

.recommend__content {
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .recommend__content {
        padding-top: 18px;
    }
}

.recommend__item {
    display: inline-block;
    width: 390px;
    height: 379px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .recommend__item:hover:before {
        left: 0;
        border-color: #259e88;
    }
    .recommend__item:hover .recommend__item-cnt:before {
        opacity: 1;
        left: 0;
        border-color: #259e88;
    }
    .recommend__item:hover .recommend__item-cnt:after {
        opacity: 1;
        right: 0;
        border-color: #259e88;
    }
    .recommend__item:hover .btn {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        border-color: #259e88;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend__item {
        width: 351px;
    }
}

@media only screen and (max-width: 767px) {
    .recommend__item {
        width: 264px;
        height: 315px;
    }
}

.recommend__item:before {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: left 0.6s ease;
    transition: left 0.6s ease;
}

.recommend__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    height: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend__img {
        width: 311px;
    }
}

@media only screen and (max-width: 767px) {
    .recommend__img {
        width: 222px;
        height: 130px;
    }
}

.recommend__img img {
    width: auto;
    height: auto;
    max-width: 350px;
    max-height: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend__img img {
        max-width: 311px;
    }
}

@media only screen and (max-width: 767px) {
    .recommend__img img {
        max-width: 222px;
        max-height: 130px;
    }
}

.recommend__item-cnt {
    width: 100%;
    height: 360px;
    padding: 20px 20px 0;
    border-right: 1px solid #ebebeb;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .recommend__item-cnt {
        height: 280px;
        border-left: 1px solid #ebebeb;
    }
}

.recommend__item-cnt:before, .recommend__item-cnt:after {
    display: inline-block;
    content: '';
    width: 110px;
    height: 0;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    bottom: 0;
    z-index: 10;
    opacity: 0;
}

.recommend__item-cnt:before {
    left: -100%;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
}

.recommend__item-cnt:after {
    right: -100%;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
}

.recommend__name {
    color: #B3B3B3;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.6rem;
}

@media only screen and (max-width: 767px) {
    .recommend__name {
        margin-top: 16px;
    }
}

.recommend__desc {
    color: #333B45;
    width: 210px;
    height: 42px;
    margin: 0 auto 35px;
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 21px;
}

.recommend__btn {
    display: none;
    width: 30px;
    height: 65px;
    background-color: #fff;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .recommend__btn {
        display: inline-block;
    }
}

.recommend__btn svg {
    fill: #46c8b0;
    display: block;
    margin: 7px auto 0;
}

@media only screen and (max-width: 767px) {
    .recommend__btn svg {
        margin-top: 20px;
        height: 25px;
        width: 15px;
    }
}

.recommend__prev {
    left: 20px;
}

@media only screen and (max-width: 767px) {
    .recommend__prev {
        left: 10px;
    }
}

.recommend__next {
    right: 20px;
}

@media only screen and (max-width: 767px) {
    .recommend__next {
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .recommend .container {
        position: relative;
    }
}

.recommend .btn {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend .btn {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@media only screen and (max-width: 767px) {
    .recommend .btn {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend_install {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .recommend_install {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .recommend_install .recommend__item {
        width: calc(100% / 4);
        height: 320px;
    }
    .recommend_install .recommend__item:first-child .recommend__item-cnt {
        border-left: 1px solid #ebebeb;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend_install .recommend__item:nth-child(-n+4) {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .recommend_install .recommend__item {
        height: 285px;
    }
}

.recommend_install .recommend__item img {
    width: calc(100% - 10px);
    height: 200px;
}

@media only screen and (max-width: 767px) {
    .recommend_install .recommend__item img {
        width: 222px;
        height: 130px;
    }
}

.recommend_install .recommend__item-cnt {
    height: 300px;
}

@media only screen and (max-width: 767px) {
    .recommend_install .recommend__item-cnt {
        height: 230px;
    }
}

.recommend_install .recommend__item-cnt:before, .recommend_install .recommend__item-cnt:after {
    width: 60px;
}

.recommend_install .recommend__desc {
    height: 24px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .recommend_install .recommend__desc {
        margin-top: 10px;
    }
}

.recommend_dual .recommend__item {
    width: 50%;
}

@media only screen and (min-width: 1200px) {
    .recommend_dual .recommend__item {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend_dual .recommend__item {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .recommend_dual .recommend__item {
        height: 378px;
    }
}

.recommend_dual .recommend__item img {
    width: calc(100% - 10px);
}

@media only screen and (min-width: 1200px) {
    .recommend_dual .recommend__item img {
        height: 378px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend_dual .recommend__item img {
        height: auto;
        max-height: 200px;
    }
}

.recommend_dual .recommend__item .btn {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    position: relative;
    z-index: 1;
}

.recommend_dual .recommend__name {
    color: #333B45;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.recommend_dual .recommend__item-cnt {
    height: 529px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend_dual .recommend__item-cnt {
        height: 400px;
    }
}

.recommend_dual .recommend__item-cnt:before, .recommend_dual .recommend__item-cnt:after {
    width: 280px;
    z-index: 0;
    -webkit-transition: left .5s ease, rihgt .5s;
    transition: left .5s ease, rihgt .5s;
}

.recommend_dual .recommend__desc {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recommend_dual .recommend__desc {
        width: 260px;
        height: 62px;
        margin: 0 auto 25px;
    }
}

@media only screen and (max-width: 767px) {
    .recommend_dual .recommend__desc {
        height: 85px;
    }
}

/* /Recommend */

.manufacturer__caption, .manufacturer-brands__caption {
    padding: 10px 0 40px;
    text-align: center;
    color: #B3B3B3;
}

@media only screen and (max-width: 767px) {
    .manufacturer__caption, .manufacturer-brands__caption {
        padding-bottom: 25px;
    }
}

.manufacturer__cnt, .manufacturer-brands__cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.manufacturer__container, .manufacturer-brands__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
}

.manufacturer__item, .manufacturer-brands__item {
    width: calc(20% - 1px);
    height: 205px;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.manufacturer__item:first-child, .manufacturer__item:nth-child(6), .manufacturer-brands__item:first-child, .manufacturer-brands__item:nth-child(6),
.manufacturer__item:nth-child(5n+1){
    border-left: 1px solid #ebebeb;
}

/*.manufacturer__item:nth-child(n+6),*/
.manufacturer-brands__item:nth-child(n+6),
.manufacturer__item:nth-last-child(1),
.manufacturer__item:nth-last-child(2),
.manufacturer__item:nth-last-child(3),
.manufacturer__item:nth-last-child(4),
.manufacturer__item:nth-last-child(5) {
    border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 1200px) {
    .manufacturer__item:hover .manufacturer__img, .manufacturer-brands__item:hover .manufacturer__img {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .manufacturer__item:nth-child(4), .manufacturer__item:nth-child(5), .manufacturer__item:nth-child(n+9), .manufacturer-brands__item:nth-child(4), .manufacturer-brands__item:nth-child(5), .manufacturer-brands__item:nth-child(n+9) {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .manufacturer__item, .manufacturer-brands__item {
        border-top: none;
        border-bottom: none !important;
        border-left: 1px solid #ebebeb;
        width: 264px;
        height: 130px;
    }
}

.manufacturer__img, .manufacturer-brands__img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.manufacturer__btn, .manufacturer-brands__btn {
    display: none;
    width: 30px;
    height: 65px;
    background-color: #fff;
    position: absolute;
    top: 62%;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .manufacturer__btn, .manufacturer-brands__btn {
        display: inline-block;
    }
}

.manufacturer__btn svg, .manufacturer-brands__btn svg {
    fill: #46c8b0;
    display: block;
    margin: 7px auto 0;
}

@media only screen and (max-width: 767px) {
    .manufacturer__btn svg, .manufacturer-brands__btn svg {
        margin-top: 20px;
        height: 25px;
        width: 15px;
    }
}

.manufacturer__prev, .manufacturer-brands__prev {
    left: 20px;
}

@media only screen and (max-width: 767px) {
    .manufacturer__prev, .manufacturer-brands__prev {
        left: 10px;
    }
}

.manufacturer__next, .manufacturer-brands__next {
    right: 20px;
}

@media only screen and (max-width: 767px) {
    .manufacturer__next, .manufacturer-brands__next {
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .manufacturer .container, .manufacturer-brands .container {
        position: relative;
    }
}

.manufacturer .filter-greyscale, .manufacturer-brands .filter-greyscale {
    opacity: 0.5;
}

.manufacturer .no-greyscale, .manufacturer-brands .no-greyscale {
    opacity: 0;
}

.manufacturer-brands {
    margin-bottom: 70px;
}

.manufacturer-brands .manufacturer__item {
    width: 226px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
}

.manufacturer-brands .manufacturer__item:hover {
    border: 1px solid #46c8b0;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .manufacturer-brands .manufacturer__item:hover .manufacturer__img {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
    }
}

@media only screen and (max-width: 767px) {
    .manufacturer-brands .manufacturer__item {
        width: 264px;
        height: 130px;
    }
}

/* Page 18 Contacts */
.contacts .phone-row img {
    vertical-align: middle;
}
.contacts {
    padding: 55px 0 110px;
}

.contacts__title .h1 {
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
    top: -18px;
}

@media only screen and (max-width: 767px) {
    .contacts {
        padding: 24px 0 40px;
    }
}

.contacts__container {
    width: 702px;
    margin: 0 auto;
    padding: 0 20px 20px;
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .contacts__container {
        width: 100%;
        border: none;
    }
}

.contacts__title {
    text-align: center;
}

.contacts__title .h1 {
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
    top: -18px;
}

@media only screen and (max-width: 767px) {
    .contacts__title .h1 {
        font-size: 18px;
        line-height: 25px;
        top: 0;
    }
}

.contacts__cnt {
    width: 500px;
    margin: 0 auto;
    padding-top: 11px;
}

@media only screen and (max-width: 767px) {
    .contacts__cnt {
        width: 100%;
        padding-top: 8px;
    }
}

.contacts__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .contacts__row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.contacts__row .option-text {
    width: 155px;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .contacts__row .option-text {
        display: none;
    }
}

.contacts__row a {
    line-height: 30px;
    color: #46c8b0;
}

@media only screen and (min-width: 1200px) {
    .contacts__row a:hover {
        color: #84919A;
    }
}

.contacts__weekend {
    margin-top: 10px;
}

.contacts__callback {
    line-height: 30px;
    color: #46c8b0;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .contacts__callback:hover {
        color: #84919A;
    }
}

.contacts__adress {
    width: 340px;
}

.contacts__adress svg {
    fill: #99c957;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 4px;
}

.contacts__map {
    height: 310px;
}

@media only screen and (max-width: 767px) {
    .contacts__map {
        height: 270px;
    }
}

/* End Page 18 Contacts */
/* Page 19 Interiors */
@media only screen and (max-width: 767px) {
    .another {
        display: none;
    }
}

.another .container {
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .another .container {
        width: 768px;
    }
}

@media only screen and (max-width: 767px) {
    .another .container {
        width: 320px;
    }
}

.another .title {
    margin-bottom: 30px;
}

.another .pagination {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .another .pagination {
        position: static;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .another .pagination {
        display: none;
    }
}

.another__container {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: relative;
}

.another__container:before, .another__container:after {
    display: block;
    content: '';
    height: inherit;
    width: 0;
    border-left: 1px solid #ebebeb;
    position: absolute;
    top: 0;
}

.another__container:before {
    left: 389px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .another__container:before {
        left: 350px;
    }
}

.another__container:after {
    right: 389px;
}

@media only screen and (max-width: 1200px) {
    .another__container:after {
        display: none;
    }
}

.another__link {
    display: inline-block;
    padding: 20px;
    width: 389px;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

@media only screen and (min-width: 1200px) {
    .another__link:hover:before {
        left: 0;
        border-color: #46c8b0;
    }
    .another__link:hover .another__text {
        visibility: visible;
        opacity: 1;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .another__link {
        width: 50%;
    }
}

.another__link:before {
    display: block;
    content: '';
    width: 389px;
    height: calc(100% - 2px);
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: -389px;
    -webkit-transition: left 0.6s ease;
    transition: left 0.6s ease;
}

@media only screen and (max-width: 1200px) {
    .another__link:before {
        display: none;
    }
}

.another__img {
    width: 100%;
    display: block;
}

.another__cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 30px 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.4);
}

.another__text {
    width: 100%;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.6s ease, opacity 0.6s ease, top 0.6s ease;
    transition: visibility 0.6s ease, opacity 0.6s ease, top 0.6s ease;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .another__text {
        visibility: visible;
        opacity: 1;
        top: 0;
    }
}

.another__pagination {
    width: 100%;
    text-align: center;
    margin: 40px 0 110px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .another__pagination {
        margin: 40px 0 55px;
    }
}

.interior {
    margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
    .interior {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .interior .container {
        padding: 0;
    }
}

.interior .share {
    position: absolute;
    top: 100px;
    right: 72px;
    z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .interior .share {
        top: 15px;
        right: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .interior .share {
        margin-top: 25px;
        margin-bottom: 25px;
        position: relative;
        top: 0;
        right: auto;
    }
}

.interior__slider {
    position: relative;
    max-width: 1390px;
    max-height: 630px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .interior__slider {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .interior__slider {
        margin-bottom: 25px;
    }
}

.interior__slider .fade {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .interior__slider-sync {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .interior__slider-sync {
        width: 264px;
        margin: 25px auto 0;
    }
}

.interior__slide .h1 {
    display: block;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    padding-top: 42px;
    text-align: center;
    color: #fff;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .interior__slide .h1 {
        padding-top: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .interior__slide .h1 {
        color: #333B45;
        padding: 0 35px;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 25px;
    }
}

.interior__img {
    position: relative;
    max-width: 1170px;
    height: 630px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .interior__img {
        height: 378px;
        max-width: 702px;
    }
}

@media only screen and (max-width: 767px) {
    .interior__img {
        height: 172px;
        max-width: 320px;
    }
}

.interior__img-bg {
    display: inline-block;
    height: 630px;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .interior__img-bg {
        height: 378px;
    }
}

@media only screen and (max-width: 767px) {
    .interior__img-bg {
        height: 172px;
    }
}

.interior__img-bg:before, .interior__img-bg:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.interior__img-bg:before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.interior__img-bg:after {
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    z-index: 2;
}

.interior__img-wrap {
    position: relative;
    height: 630px;
    background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .interior__img-wrap {
        height: 378px;
    }
}

@media only screen and (max-width: 767px) {
    .interior__img-wrap {
        height: 172px;
    }
}

.interior__img-wrap .h1 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.interior__full-screen {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    fill: #fff;
    position: absolute;
    top: 45px;
    left: 72px;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .interior__full-screen:hover {
        color: #46c8b0;
        fill: #46c8b0;
    }
}

@media only screen and (max-width: 1200px) {
    .interior__full-screen {
        display: none;
    }
}

.interior__full-screen span {
    display: inline-block;
}

.interior__full-screen svg {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;
}

.interior__ticket {
    position: absolute;
    z-index: 20;
}

@media only screen and (min-width: 1200px) {
    .interior__ticket:hover .interior__hint:before {
        top: 0;
        opacity: 0;
    }
    .interior__ticket:hover .interior__hint:after {
        top: 6px;
        opacity: 0;
    }
    .interior__ticket:hover .interior__tooltip {
        visibility: visible;
        opacity: 1;
    }
    .interior__ticket:hover .interior__tooltip-left {
        right: 0;
    }
    .interior__ticket:hover .interior__tooltip-right {
        left: 0;
    }
}

.interior__ticket_active {
    z-index: 21;
}

.interior__ticket-wrap {
    display: none;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .interior__ticket-wrap {
        display: block;
        height: 347px;
    }
}

@media only screen and (max-width: 767px) {
    .interior__ticket-wrap {
        height: 374px;
    }
}

.interior__ticket-wrap .slick-slider {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.interior__ticket-wrap .slick-slider .interior__tooltip:first-child {
    border-left: none;
}

.interior__ticket-wrap .slick-slider .interior__tooltip_current .interior__tooltip-numb {
    background-color: #fff;
    color: #46c8b0;
}

.interior__ticket-slider .interior__tooltip {
    visibility: visible;
    opacity: 1;
    position: relative;
    border-right: 1px solid #ebebeb;
}

.interior__ticket-slider .interior__tooltip:first-child {
    border-left: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .interior__ticket-slider .interior__tooltip {
        border-right: none;
    }
}

.interior__ticket-slider .interior__tooltip-numb {
    left: 0;
    top: 0;
}

.interior__ticket-slider .slick-slide {
    height: 374px;
}

.interior__ticket-slider .slick-current .interior__tooltip-numb {
    background-color: #46c8b0 !important;
    color: #fff !important;
}

.interior__ticket-desktop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 1200px) {
    .interior__ticket-desktop .interior__tooltip {
        display: none;
    }
}

.interior__ticket-btn {
    display: inline-block;
    width: 30px;
    height: 60px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 120px;
    cursor: pointer;
}

.interior__ticket-btn svg {
    vertical-align: middle;
    fill: #46c8b0;
    height: 25px;
    width: 14px;
}

@media only screen and (max-width: 767px) {
    .interior__ticket-btn svg {
        margin-top: 6px;
    }
}

.interior__ticket-prev {
    left: -11px;
}

.interior__ticket-next {
    right: -11px;
}

.interior__hint {
    display: inline-block;
    width: 20px;
    height: 27px;
    font-family: "IntroRegular", serif;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    color: #46c8b0;
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease;
}

.interior__hint:before, .interior__hint:after {
    display: inline-block;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: opacity 0.4s ease, top 0.4s ease;
    transition: opacity 0.4s ease, top 0.4s ease;
}

.interior__hint:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    top: -10px;
    left: 0;
    -webkit-transition: border-color 0.4s ease;
    transition: border-color 0.4s ease;
}

.interior__hint:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333B45;
    top: -4px;
    left: 8px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

@media only screen and (max-width: 1200px) {
    .interior__hint_active {
        background-color: #46c8b0;
        color: #fff;
    }
    .interior__hint_active:before {
        border-color: transparent transparent #46c8b0 transparent;
    }
    .interior__hint_active:after {
        background-color: #fff;
    }
}

.interior__tooltip {
    display: inline-block;
    width: 234px;
    padding: 20px;
    background-color: #fff;
    -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, left 0.4s ease, right 0.4s ease;
    transition: visibility 0.4s ease, opacity 0.4s ease, left 0.4s ease, right 0.4s ease;
    text-align: center;
    position: absolute;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (min-width: 1200px) {
    .interior__tooltip {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
}

.interior__tooltip-right {
    left: 10px;
}

.interior__tooltip-right .interior__tooltip-numb {
    left: 0;
}

.interior__tooltip-left {
    right: 10px;
}

.interior__tooltip-left .interior__tooltip-numb {
    right: 0;
}

.interior__tooltip-top {
    bottom: 0;
}

.interior__tooltip-top .interior__tooltip-numb {
    bottom: 0;
}

.interior__tooltip-bottom {
    top: 0;
}

.interior__tooltip-bottom .interior__tooltip-numb {
    top: 0;
}

.interior__tooltip-numb {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: "IntroRegular", serif;
    font-size: 14px;
    background-color: #fff;
    color: #46c8b0;
    position: absolute;
}

@media only screen and (min-width: 1200px) {
    .interior__tooltip-numb {
        background-color: #46c8b0;
        color: #fff;
    }
}

.interior__tooltip-img {
    display: block;
    width: 194px;
    height: 194px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .interior__tooltip-img {
        width: 224px;
        height: 224px;
    }
}

.interior__tooltip-prod {
    margin-bottom: 4px;
}

.interior__tooltip-desc {
    color: #333B45;
    margin-bottom: 10px;
}

.interior__tooltip-desc div:first-child {
    height: 42px;
}

.interior__tooltip-price {
    font-size: 18px;
    color: #46c8b0;
}

.interior__tooltip_current .interior__tooltip-numb {
    background-color: #46c8b0;
    color: #fff;
}

.interior__btn {
    display: inline-block;
    width: 45px;
    height: 120px;
    line-height: 120px;
    background-color: #455241;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -85px;
    cursor: pointer;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .interior__btn {
        top: 128px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .interior__btn {
        width: 30px;
        height: 30px;
        background-color: transparent;
        margin-top: 0;
        top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .interior__btn:hover {
        background-color: #46c8b0;
    }
}

.interior__btn svg {
    vertical-align: middle;
    fill: #fff;
}

@media only screen and (max-width: 767px) {
    .interior__btn svg {
        height: 25px;
        width: 14px;
        fill: #46c8b0;
        display: block;
        margin: 2px auto 0;
    }
}

.interior__prev {
    left: -25px;
}

@media only screen and (max-width: 767px) {
    .interior__prev {
        left: 5px;
    }
}

.interior__next {
    right: -25px;
}

@media only screen and (max-width: 767px) {
    .interior__next {
        right: 5px;
    }
}

.fullscreen__popup {
    display: none;
    opacity: 0;
    background-color: #283039;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.fullscreen__popup .interior__ticket-btn {
    display: none;
}

.fullscreen__popup .h1 {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 5;
    position: absolute;
    top: 42px;
}

.fullscreen__popup .interior__img {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.fullscreen__popup .interior__img-bg {
    width: auto;
    height: 100%;
}

.fullscreen__popup .interior__img-wrap {
    width: 100%;
    height: 100%;
}

.fullscreen__popup .interior__img-wrap {
    height: 100%;
}

.fullscreen__overlay {
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .fullscreen__overlay {
        display: none;
    }
}

.fullscreen__close {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    fill: #fff;
    position: absolute;
    top: 45px;
    right: 72px;
    cursor: pointer;
    z-index: 11;
}

@media only screen and (min-width: 1200px) {
    .fullscreen__close:hover {
        color: #46c8b0;
        fill: #46c8b0;
    }
}

.fullscreen__close span {
    display: inline-block;
}

.fullscreen__close svg {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
}



.share {
    text-align: right;
    position: absolute;
    color: #fff;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .share {
        top: 57%;
    }
}

@media only screen and (max-width: 767px) {
    .share {
        width: 264px;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        color: #46c8b0;
        text-align: center;
    }
    .share:before {
        display: block;
        content: '';
        width: 100%;
        height: 0;
        border-bottom: 1px solid #ebebeb;
        position: absolute;
        top: 15px;
        left: 0;
    }
}

.share svg {
    fill: #fff;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .share svg {
        fill: #46c8b0;
    }
}

.share a {
    display: inline-block;
    padding: 0 6px;
}

@media only screen and (min-width: 1200px) {
    .share a:hover svg {
        fill: #46c8b0;
    }
}

.share__title {
    padding-right: 4px;
    line-height: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .share__title {
        display: inline-block;
        padding: 0 15px;
        text-align: center;
        position: relative;
        background-color: #fff;
    }
}

@media only screen and (min-width: 1200px) {
    .share__title:hover {
        color: #46c8b0;
    }
    .share__title:hover svg {
        fill: #46c8b0;
    }
}

.share__title svg {
    margin-bottom: 3px;
    margin-right: 6px;
}

.share__social {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: relative;
    top: 10px;
    line-height: 30px;
    -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, top 0.4s ease;
    transition: visibility 0.4s ease, opacity 0.4s ease, top 0.4s ease;
}

@media only screen and (max-width: 767px) {
    .share__social {
        display: none;
        top: 0 !important;
        text-align: center;
        visibility: visible;
        opacity: 1;
    }
}

.share__social-visible {
    visibility: visible;
    opacity: 1;
    top: 0;
}


.header-mob_land .share {
    position: absolute;
    top: 50px;
    width: inherit;
    margin-left: 13px;
}

.header-mob_land .header__callback {
    position: absolute;
    right: 28px;
    top: 50px;
}

.header-mob_land .share:before {
    display: none;
}

.header-mob_land .share__title {
    color: #B3B3B3;
    background-color: transparent;
}

.header-mob_land .share svg {
    fill: #B3B3B3;
}

/* hansgrohe certificate */

#hansgrohe .authorized-partner {
    background: #00ab8e;
}

#hansgrohe .authorized-partner-text {
    background: #00ab8e;
}

#grohe .authorized-partner {
    background: #0e2448;
}

#grohe .authorized-partner-text {
    background: #0e2448;
}

.authorized-partner-text {
    display: inline-block;
    width: 59%;
    height: 80px;
    color: #fff;
    font-family: 'IntroRegular', serif;
    font-size: 40px;
    text-align: center;
    vertical-align: top;
    line-height: 80px;
    padding-left: 60px;
}

.authorized-partner-img {

}

#hansgrohe .authorized-partner-img {
    display: inline-block;
    height: 80px;
    width: 41%;
    background: url('../../img/hansgrohe.gif') no-repeat;
    background-size: cover;
    background-position-x: right;
}

#grohe .authorized-partner-img {
    display: inline-block;
    height: 80px;
    width: 41%;
    background: #0e2448;
    text-align: center;
}
#grohe .authorized-partner-img img {
    height: 100%;
}


@media only screen and (max-width: 1200px) {
    .authorized-partner {
        height: 47px;
        margin: 0 auto 20px;
    }
    .authorized-partner-text {
        width: 40%;
        font-size: 12px;
        padding: 3px 0 0 14px;
        vertical-align: top;
        line-height: unset;
        height: 100%;
    }
    #hansgrohe .authorized-partner-img, #grohe .authorized-partner-img {
        width: 60%;
        background-position-x: -45px;
        background-size: 140%;
        background-position-y: center;
        height: 100%;
    }
}
@media only screen and (min-width: 479px) and (max-width: 767px) {
    .authorized-partner-text {
        width: 50%;
    }
    .authorized-partner-img {
        width: 50%;
        background-position-x: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .authorized-partner {
        height: 80px;
    }

    .authorized-partner-text {
        width: 45%;
        font-size: 26px;
        padding: 13px 0 13px 25px;
        line-height: 30px;
    }

    #hansgrohe .authorized-partner-img, #grohe .authorized-partner-img {
        width: 55%;
        background-position-x: -55px;
        background-size: 130%;
        background-position-y: center;
        height: 100%;
    }
}

.popup-certificate {
    display: none;
    top: 50%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 480px;
    /* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
    /* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    /* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-certificate img {
    width: 100%;
    height: auto;
}

@media only screen and (max-height: 420px)  {
    .popup-certificate {
        min-width: unset;
        width: 176px;
        height: 250px;
    }

    .popup-certificate img {
        height: 100%;
    }
}

.popup-window-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    /* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}

.close {
    top: -10px;
    right: -10px;
    width: 23px;
    height: 23px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}


.snippet-table {
    width: 100%;
}

.snippet-table tr{
    line-height: 21px !important;
}

.snippet-table td{
    border: 1px solid #eee;
    padding: 4px 10px;
}


/* /hansgrohe certificate */

/* product */
.delivery-info.free .val,
.container .tabs-row .btn-tab,
.info-card-wrap .btns-row .item-btn button {
    text-transform: uppercase;
}

.item .list-goods .col-lg-4.custom-col:last-child .plus-ico {
    display: none;
}



.advantage-disadvantage-title, .advantage-disadvantage {
    margin-top: 10px;
}
.advantage-disadvantage-title {
    font-weight: bold;
}

#modal-add-review .rating-stars-set:not(:hover) .item.active-rating ~ .item path {
    fill: #fff;
}

#callback-order-product .one-click-order .field-order-phone {
    flex: 1;
    display: flex;
    position: relative;
}

#callback-order-product .one-click-order .field-order-phone.has-error .help-block {
    position: absolute;
    bottom: -20px;
    left: 15px;
    right: 0;
    background-color: white;
}

.fast-order-product {
    margin-bottom: 20px;
}

.review-wrap .answer_button {
    position: relative;
    float: left;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-top: .3rem;
    cursor: pointer;
    color: rgba(0, 0, 0, .6);
}

@media only screen and (max-width:480px) {
    .list-goods .item-good-wrap {
        width:calc(50% + 1px);
    }
    .ui-widget.ui-widget-content.ui-autocomplete {
        margin: auto 0.1rem;
        width: calc(100% - 2rem) !important;
    }
}

/* /product */


@media only screen and (max-width: 992px) {
    .btn-open-search-mobile {
        border: none;
        background-color: transparent;
    }
}

@media only screen and (max-width: 768px) {
    .list-sorting {
        margin-bottom: 0.2rem;
    }

    .mobile-header .shrink:first-child {
        padding-left: 15px;
    }
    .mobile-header .shrink:last-child {
        padding-right: 15px;
    }
    .mobile-header .shrink {
        padding-right: 9px;
        padding-left: 9px;
    }


    .list-goods .btn-add-cart-wrap {
        left: calc(50% - 72px);
    }

    .list-goods .btn-add-cart-wrap .btn-add-cart {
        width: calc(100%);
    }
    .list-cats-tile .item-cat span {
        font-size: 14px !important;
    }
}

.btn-close-filter {
    position: fixed;
    top: 40%;
    left: 10%;
    background-color: #259e88;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.25);
    box-shadow: 0 1px 10px rgba(0,0,0,.25);
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 3;
}

@media only screen and (max-width: 992px) {
    .dropdown-menu-wrapper .dropdown-submenu .title-main-cat {
        display: unset;
    }

    .slick-list .slick-slide .card-info .title,
    .slick-list .slick-slide .card-info .text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .slick-list .slick-slide .card-info .title {
        height: 58px;
        -webkit-line-clamp: 2;
    }

    .slick-list .slick-slide .card-info .text {
        height: 116px;
        -webkit-line-clamp: 5;
    }
    .dropdown-menu-wrapper .dropdown-above-header-menu-wrap, .dropdown-menu-wrapper .dropdown-discount-wrap {
        display: block;
    }

}

@media only screen and (max-width: 768px) {
    .slick-list .slick-slide .card-info .text {
        height: 100px;
        -webkit-line-clamp: 4;
    }
}


@media only screen and (max-width: 768px) {
    .btn-close-filter {
        top: auto;
        bottom: 15px;
        left: calc(100% - 55%);
        width: 50px;
        height: 50px
    }

    .btn-close-filter span {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .btn-close-filter {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .btn-close-filter {
        left: calc(100% - 70px);
    }
}


.description__main .h2,
.description__main .h3 {
    padding: 0 2rem;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}


/* Cities CSS*/
.cities-showcase {
    padding-top: 67px;
}

.cities-showcase-map {
    background-color: #333B45;
    padding: 0 25px 15px;
}

.tab-container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.map-image {
    background: url("../../img/map.png") no-repeat;
    background-position: 600px 60px;
    min-height: 441px;
}

.map-image select {
    display: block;
}

.map-image label {
    color: #fff;
}

select#city-select {
    display: inline-block;
}

#city-select .select2-container {
    width: 0;
}

.select2-container.form-control {
    display: inline-block;
    /*width: 50% !important;*/
}


.headline {
    margin-top: 50px;
    letter-spacing: 2.4px;
    line-height: 1.5;
    font-size: 35px;
}

.cities-showcase-map .headline, .cities-showcase-map p, .title3 {
    margin-bottom: 40px;
    color: #fff;
}

.title3 {
    font-size: 20px;
}

.cities-showcase-map p {
    font-size: 16px;
}

#region-block, #city-block, #category-block {
    margin-bottom: 20px;
}

.map-wrapper {
    width: 100%;
    height: 710px;
    position: relative;
    display: none;
}

.table-wrapper {
    display: none;
}

.tab-wrapper {
    display: none;
    padding: 28px 22px;
}

.client-info {
    padding: 20px 0 20px;
    color: #646464;
    width: 90%;
    font-size: 16px;
}

.active-tab {
    display: block;
}

.map-wrapper #map, #map-intime {
    width: 100%;
    height: 100%;
}

.close-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    top: 2px;
    right: 2px;
    border: 0;
    background: url(../../uploads/cross_black.svg);
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
}

.post-header {
    padding: 17px 15px 12px;
}

.post-header img {
    vertical-align: middle;
    border-style: none;
    width: auto;
}

.post-body {
    background: #F5F7F8;
    padding: 8px 22px 20px;
}

.post-body small {
    font-size: 0.8571rem;
    font-weight: 500;
    color: #646464;
    letter-spacing: .2px;
    line-height: 1.2;
}

.post-phone a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #000;
    padding-top: 0;
    padding-bottom: 8px;
}

.post-address {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #000;
    padding-top: 0;
    padding-bottom: 8px;
}

.post-number {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.post-modal-on-map {
    position: absolute;
    top: 136px;
    left: 12px;
    width: 278px;
    background: rgba(255, 255, 255, 0.94);
    z-index: 10;
    color: #000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.post-list-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: -6px 0 6px rgba(0, 0, 0, 0.16);
    overflow-y: auto;
}

.post-list-wrapper .novaposhta-item, .intime-item {
    padding: 19px 30px 19px 18px;
    width: 346px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #E0E0E0;
}

.post-list-wrapper .novaposhta-item .address {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #000;
    padding-left: 30px;
    padding-bottom: 10px;
    background: url(../../uploads/logo-np-xs.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 21px 20px;
    margin-bottom: 2px;
}

.post-list-wrapper .intime-item .address {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .25px;
    color: #000;
    padding-left: 30px;
    padding-bottom: 10px;
    background: url(../../uploads/logo-in-xs.png);
    background-position: -2px -3px;
    background-repeat: no-repeat;
    background-size: 35px 36px;
    margin-bottom: 2px;
}

.post-list-wrapper .novaposhta-item .address p,
.post-list-wrapper .intime-item .address p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.6;
}

.post-list-wrapper .novaposhta-item .link-on-map,
.post-list-wrapper .intime-item .link-on-map {
    text-align: right;
    display: block;
    font-weight: 400;
}


/*
ScrollBar
 */

.scrollbar::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);

    border-radius: 10px;

    background-color: #fff;
}

.scrollbar::-webkit-scrollbar {

    width: 8px;

    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);

    background-color: #aaa;
}

.scrollbar {

    max-height: 100%;

    overflow-x: hidden;

    overflow-y: auto;
}

.gm-ui-hover-effect {
    display: none;
!important;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-link {
    cursor: pointer;
}

.main-tabs-nav.tabs3 .nav-item {
    width: 50%;
}

.main-tabs-nav a.nav-link:first-child {
    border-left: 1px solid #e0e0e0;
}

.main-tabs-nav a.nav-link {
    height: 69px;
    background: #ebebeb;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: none;
    margin-right: 0;
}

.main-tabs-nav a.nav-link:hover {
    background: #F5F7F8;
}

.main-tabs-nav a.nav-link.active {
    background: #fff;
    height: 71px;
    margin-top: -1px;
    pointer-events: none;
}

@media (min-width: 992px) {
    .nav-tabs.main-tabs-nav {
        display: flex;
    }
}

.main-nav img {
    vertical-align: middle;
    border-style: none;
    width: auto;
}

.tab-content.main-tabs {
    background: #fff;
    border: 1px solid #E0E0E0;
    margin-top: -1px;
}

.inner-tabs-nav {
    justify-content: flex-end;
    border-bottom: none;
    margin-bottom: 21px;
}

.inner-tabs-nav .nav-link {
    border-radius: 0;
    border: 1px solid #EBEBEB;
    font-size: 16px;
    color: #FF5722;
    font-weight: 500;
    letter-spacing: 0.2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .5rem 1rem;
    margin-right: 0;
}

.p-map-tab .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/uploads/map-sprite.png);
    background-position: 0 -25px;
    background-repeat: no-repeat;
}

.p-table-tab .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/uploads/map-sprite.png);
    background-position: 0 1px;
    background-repeat: no-repeat;
}

.p-map-tab .tab-title, .p-table-tab .tab-title {
    padding-left: 7px;
}

.nav-item .p-table-tab:hover {
    color: #D24C21;
    background-color: #fff;
}

.nav-item .p-table-tab.active:hover {
    color: rgba(0, 0, 0, 0.56);
    background: #EBEBEB;
}

.nav-item .p-map-tab.active:hover {
    color: rgba(0, 0, 0, 0.56);
    background: #EBEBEB;
}

.p-table-tab:hover .icon {
    background-position: -33px 1px;
}

.nav-item .p-map-tab:hover {
    color: #D24C21;
    background: #fff;
}

.p-map-tab:hover .icon {
    background-position: -33px -25px;
}

.p-map-tab.active, .p-table-tab.active {
    background: #EBEBEB;
    color: rgba(0, 0, 0, 0.56);
}

.p-map-tab.active .icon {
    background-position: -66px -25px;
}

.p-table-tab.active .icon {
    background-position: -66px 1px;
}

.table-head {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #646464;
    background: #fff;
    z-index: 10;
    border: 3px solid #EBEBEB;
}

.table-head .th-addr {
    width: 75%;
    text-align: center;
}

.table-head .th-phone {
    width: 25%;
    text-align: center;
}

.table-area {
    height: 50vh;
}

/*.post-table-wrapper {*/
/*  border-bottom: 2px solid #EBEBEB;*/
/*}*/

.table-area table {
    width: 100%;
    border: 3px solid #EBEBEB;
    margin-bottom: 0;
    table-layout: auto;
    border-top: none;
}

.table-area table tbody tr td {
    vertical-align: middle;
    width: 75%;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-area table tbody tr td .p-address {
    padding-right: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #000;
    padding-left: 36px;
    background: url(/uploads/logo-np-xs.png);
    background-position: 2px 1px;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}

.text-center {
    text-align: center !important;
}

.table-area table tbody tr td .p-phone a {
    margin-bottom: 0;
    display: inline-block;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #000;
    padding-left: 36px;
    background: url(/uploads/phone-call.svg);
    background-position: 3px 1px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.select {
    display: inline-block;
    font-size: 22px;
}

.select #select2-city-select-container {
    color: #46c8b0;
    border-bottom: 2px dotted #46c8b0;
    padding: 0;
}

.select #select2-city-select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -20px;
}

#select2-region-container, #select2-city-container, #select2-category-list-container {
    padding: 5px;
}

#select2-city-container .select2 .select2-container .select2-container--default .select2-container--disabled {
    opacity: 0.3;
}

.col {
    padding: 0 15px;
}

.city-count-title {
    text-align: justify;
    font-size: 22px;
    display: inline-block;
    padding-right: 8px;
}

@media (max-width: 1024px) {
    #novaposhta-list, #intime-list {
        display: none;
    }

    .tab-container {
        padding: 0 30px;
    }

    .tab-wrapper {
        padding: 0;
    }

    .map-wrapper #map, #map-intime {
        height: 35%;
    }

    .city-count-title {
        display: inline;
    }

    .post-modal-on-map {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .close-btn {
        display: none;
    }

    .post-list-wrapper {
        position: relative;
        box-shadow: none;
        max-height: 33%;
    }

    .client-info {
        padding: 20px 0 20px 10px;
    }

    .post-list-wrapper .novaposhta-item, .intime-item {
        width: 100%;
    }

    .cities-showcase-map {
        height: auto;
        padding-bottom: 15px;
    }

    .headline {
        margin-top: 20px;
    }

    .map-image {
        background: none;
    }
}

@media (max-width: 1199px) {
    .map-image {
        background: none;
    }
}

@media (min-width: 1200px) and (max-width: 1285px) {
    .map-image {
        background-position: 570px 60px;
    }
}


/*.owl-carousel {*/
/*  border-left: 1px solid #ebebeb;*/
/*  border-right: 1px solid #ebebeb;*/
/*}*/

.carousel-item {
    width: 100%;
    padding: 0 20px 0;
    position: relative;
}


.carousel-item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 90px;
}

.carousel-item-label {
    font-family: "IntroRegular", serif;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 40px;
    background-color: #fff !important;
    fill: #29ABE2;
    position: absolute;
    top: 32%;
    cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
    outline: none;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    fill: #333B45;
}

.owl-carousel .owl-nav .owl-prev {
    left: -10px;
}

.owl-carousel .owl-nav .owl-next {
    right: -10px;
}

@media (max-width: 1024px) {
    .owl-carousel .owl-nav .owl-prev {
        left: -9px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -8px;
    }
}

.about__content__cities {
    padding-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.about__cities {
    width: 100%;
    color: #B3B3B3;
}

.item-good-wrap .item-good .info-good .rating-stars-wrap{
    justify-content: center;
}

.item-good-wrap .item-good .info-good .rating-stars-wrap .item {
    width: 20px;
}

.cities-links-wrapper {
    padding: 15px;
}
.cities-links-wrapper .cities-links-link {
    padding: 15px;
    border-right: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    text-align: center;
    color: #000;
}
.cities-links-wrapper .cities-links-link:hover {
    color: #259e88;
}
.list-cats-tile .item-cat span {
    color: #000;
    padding: 10px 15px 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    background: rgba(255,255,255,.85);
}
.title-page {
    padding-right: 30px;
}
.title-page .btn-info-page {
    right: 0;
}

/* multilang */
.multilang-wrapper {
    padding: 5px;
    width: 35px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgb(177 177 177 / 25%);
    box-shadow: 0 1px 0 rgb(177 177 177 / 25%);
    border-radius: 3px;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .2s;
}
.multilang-wrapper.active {
    border-color: #46c8b0;
}
.multilang-wrapper.active ul {
    display: block;
}
.multilang-wrapper:hover {
    border-color: #46c8b0;
}
.multilang-wrapper ul {
    display: none;
    list-style: none;
    padding: 5px 0;
    position: absolute;
    top: calc(100% + 5px);
    left: -1px;
    width: 35px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgb(177 177 177 / 25%);
    box-shadow: 0 1px 0 rgb(177 177 177 / 25%);
    border-radius: 3px;
    border: 1px solid #46c8b0;
}
.multilang-wrapper ul li {
    padding: 5px 0;
}
.multilang-wrapper ul li a {
    color: #0E0E0E;
}
.multilang-wrapper ul li a:hover {
    color: #46c8b0;
}
.multilang-wrapper .active-lang {
     color: #46c8b0;
}

.carousel-set-list-goods-same-products {
    display: block;
}
header.header .btn-discount-wrap {
    background-color: #fff;
    border: 1px solid #259e88;
    border-radius: 6px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    height: 100%;
}
header.header .btn-discount-wrap span.ico {
    display: inline-flex;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #259e88;
}
header.header .btn-discount-wrap .btn-name {
    font-size: 15px;
    font-weight: 500;
    color: #259e88;
}
header.header .discount-list-wrap > li{
    position: relative;
}
header.header .discount-list-wrap-child {
    top: 100%;
}
header.header .btn-discount-wrap-child {
    width: 100%;
}

.dropdown-menu-wrapper .btn-discount-wrap {
    border-radius: 3px !important;
    width: 100%;
    justify-content: center;
}
.dropdown-menu-wrapper .dropdown-above-header-menu-wrap {
    padding: 0 !important;
}
.dropdown-menu-wrapper .dropdown-discount-wrap ul {
    width: 100%;
    max-width: none;
}
/* PageSpeed */
.list-news-first .row-cust {
    max-height: 471px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .mobile-header .logo {
        max-width: 120px;
    }
    .list-news-first .row-cust .new-first-list {
        height: 338px;
        overflow: hidden;
    }

    .list-news-second .container .row.row-news{
        max-height: 150px;
        overflow: hidden;
    }
    .good-page .article {
        padding: 5px 0;
        text-align: right;
    }
    .carousel-set-list-goods-same-products .slick-slide {
        display: flex;
        flex-direction: row;
        padding-left: 1px;
    }
    .carousel-set-list-goods-same-products .slick-slide > div {
        width: 50%;
    }
    .carousel-set-list-goods-same-products .item-good-wrap {
        width: calc(100% + 1px) !important;
    }
    .banner-home .card-block .style-m {
        font-size: 25px;
        word-wrap: break-word;
    }
}


/* /PageSpeed */

a div.cat-name {
    color: #0e0e0e;
    position: relative;
}
a div.cat-name:hover {
    color: unset;
}
