body {
    overflow-x: hidden;
}

div.top {
    position: relative;
    background: black;
    color: white;
    height: 40px;
    border: none;
    margin-top: 0px;
    font-size: 14px;
    padding-top: 0px;
    text-align: center;
}

div.top > .pa-wrapper {
    max-width: 1180px;
    display: inline-block;
    height: 40px;
}

div.top ul.main-menu {
    list-style: none;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    height: 40px;
    z-index: 10000;
}

div.top ul.main-menu.menu li {
    display: inline-block;
    background: black;
    margin: 0;
    height: 40px;
    padding: 0 .5em;
}

div.top ul.main-menu li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 40px;
}

div.top ul.main-menu li a:hover {
    color: #949494;
    cursor: pointer;
}

div.top ul.main-menu li span,
div.top ul.main-menu li span.selected {
    line-height: 40px;
    color: white;
    background: #666666;
    font-size: 14px;
    padding: 13px;
}

/* -------------------------------------------------- */

div.pa-top-stuff {
    display: inline;
    float: right;
    margin: 0;
    font-size: 14px;
}

div.pa-top-stuff a {
    text-decoration: none;
    color: white;
}

div.pa-top-stuff a.pa-signup {
    margin-left: 1em;
}

div.pa-top-stuff a.pa-search {
    margin-right: 1em;
}

.pa-top-stuff .pa-search {
    display: inline-block;
    background: #757575;
    margin-right: 2em;
    border-radius: 5px;
}

.pa-top-stuff .pa-search.pa-focused {
    background: white;
}

div.pa-top-stuff .pa-search form.search-form {
    margin: 0;
    margin-left: .5em;
}

div.pa-top-stuff .pa-search input.search-form__text-field {
    color: #bcbcbc;
    border: none;
    outline: none;
}

div.pa-top-stuff .pa-search.pa-focused input.search-form__text-field {
    color: gray;
}

div.pa-top-stuff .pa-search input.search-form__submit {
    background: url('images/icons/1479909480_Find01-grey.png');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 10px 3px;
    width: 42px;
    height: 28px;
    background-color: transparent;
}

div.pa-top-stuff .pa-search.pa-focused input.search-form__submit {
    background: url('images/icons/1479909480_Find01-white.png');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 10px 3px;
    width: 42px;
    height: 28px;
    background-color: #D32F2F;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header__basket {
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 40px;
}


/* -------------------------------------------------- */

.header {
    margin: 0;
    padding: 20px;
    border: none;
    background-position: 0px -6px;
    text-align: center;
}

.header:after {
    background: none !important;
}

.header .header__holder {
    display: inline-block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 1180px;
}

.header__holder > * {
    margin: 0;
    padding: 0;
}

.header__holder {
    position: relative;
    height: 100px;
}

.header__phone .phone-block {
    text-align: right;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-right: 10px;
}

.header__phone .phone-block__number a,
.header__phone .phone-block__number a:visited {
    color: black;
}

.header__phone .phone-block__number::before {
    background: none;
}

.header__phone .phone-block__right {
    margin: 0;;
}

.header__phone .phone-block__right.call_btn {
    display: inline;
    width: auto;
    line-height: 20px;
    position: relative;
    top: 1px;
}

.header__phone .phone-block__right.call_btn a {
    color: #777;
    font-size: 14px;
}

.header__phone .phone-block__right.call_btn a:hover {
    color: black;
}

.phone-block__business-hours {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    width: auto;
    display: inline;
    margin-right: .7em;
}

.phone-block__business-hours::before {
    display: inline-block;
    background: url('images/shapka/1479911398_clock.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: relative;
    top: -2px;
    left: 8px;
}

div.phone-block__right {
    background: url('images/shapka/1479911120_speech-bubble-dots-outline-grey.png');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: inline-block;
    padding-left: 24px;
}

div.phone-block__right:hover {
    background: url('images/shapka/1479911120_speech-bubble-dots-outline.png');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: inline-block;
    padding-left: 24px;
}

@media only screen and (min-width: 824px) {
    .header__logo {
        position: absolute;
        left: 0%;
        padding: 0;
        width: 33.333%;
        text-align: left;
    }

    .header__phone {
        position: absolute;
        left: 33.333%;
        top: 20px;
        padding: 0;
        width: 66.666%;

    }

    .pa-big-screen {
        display: block !important;
    }

    .pa-small-screen {
        display: none !important;
    }

    .top .pa-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 823px) {
    .top .pa-wrapper {
        width: 100%;
    }

    .phone-block__right {
        float: none;
    }

    .header {
        height: 180px;
    }

    .header__logo {
        left: 0%;
        width: 100%;
    }

    .header__phone {
        position: absolute;
        left: 0%;
        top: 100px;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .header__phone > .phone-block {
        padding: 0;
        text-align: center;
    }

    .pa-top-stuff {
        width: 79%;
        text-align: right;
        padding-right: 1em;
    }

    .pa-top-stuff form.search-form {
        display: none;
    }

    .pa-top-stuff .header__basket {
        display: inline;
    }

    .pa-big-screen {
        display: none !important;
    }

    .pa-small-screen {
        display: block !important;
    }

    .main-menu.menu.pa-small-screen {
        width: 20%;
        padding-left: .5em;
        text-align: left;
    }
}

/* ----------------------------------------------- */

@media only screen and (min-width: 824px) {

    .nav__item,
    .nav__item:first-child {
        border: none;
        display: inline-block;
    }

    .nav__link {
        cursor: pointer;
        border: none;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 19px;
    }

    .nav__link:hover {
        background: #CE2C31;
        color: #FFCDD2;
    }

    .nav__link.pa-selected {
        background: #F44336;
    }

    ul.nav__list {
        margin: 0 auto;
        width: auto;
    }

}

nav.nav.pa-category-list a.nav__link.pa-active {
    background: #F44336;
}

/*SRLAB HEADER*/

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}


@media (max-width: 991px) {
    .sr-toggle {
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        width: 50px;
        height: 50px;
        padding: 0;
        background-color: #fff;
        color: #cc2f36;
        border: none;
        border-left: 1px solid rgba(206, 45, 49, 0.1);
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        text-align: center;
    }

    .sr-toggle .fa {
        font-size: 30px;
    }

    .sr-toggle:hover,
    .sr-toggle:focus {
        outline: none;
    }

    .sr-toggle.js-active {
        background-color: #cc2f36;
        color: #fff;
        outline: none;
    }

    .sr-toggle svg {
        fill: #cc2f36;
        width: 25px;
        height: 25px;
    }

    .sr-toggle.js-active svg {
        fill: #fff
    }

    .sr-toggle--burger {
        /*empty button bugfix (https://stackoverflow.com/questions/25790346/why-does-a-empty-button-doesnt-align-with-one-with-text)*/
        /*height: auto;*/
        /*font-size: 0;*/
        /*-------------*/
        position: relative;
        overflow: hidden;
    }

    .sr-toggle--burger::before,
    .sr-toggle--burger::after {
        position: absolute;
        left: 12px;
        /* margin: 0 auto; */
        content: "";
        width: 25px;
        border-radius: 2px;
        height: 4px;
        background-color: #ce2d31;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .sr-toggle--burger::before {
        top: 14px;
    }

    .sr-toggle--burger::after {
        bottom: 14px;
    }

    .sr-toggle--burger.js-active::before,
    .sr-toggle--burger.js-active::after {
        width: 28px;
        left: 10px;
        background-color: #fff;
    }

    .sr-toggle--burger.js-active::before {
        top: 24px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sr-toggle--burger.js-active::after {
        bottom: 22px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sr-toggle__line {
        display: block;
        width: 25px;
        height: 4px;
        /* margin-left: 4px; */
        background-color: #ce2d31;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin: 0 auto;
        border-radius: 2px;

    }

    .sr-toggle--burger.js-active .sr-toggle__line {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@media (min-width: 992px) {
    body {
        overflow-x: hidden;
    }
	
    .heder_worktime::before {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .heder_worktime{
        text-align: center;
    }

   
}


/*/css/new_style.css*/
.product__card {
    padding-left: 495px;
}

.product__images {
    margin-left: -495px;
    width: 475px;
}
.photo-gallery__nav-slide .photo-gallery__thumb-image.smallSLIDE{
    cursor: pointer;
}
.page__title {
    font-size: 35px;
    line-height: 40px;
    margin-right: -210px;
}

.product__compare {
    padding-top: 104px;
}

#Array {
    overflow: hidden;
    width: 475px;
}

.photo-gallery__main {
    float: right;
}

.photo-gallery__nav {
    float: left;
    padding: 0;
    width: 83px;
}

.photo-gallery__main .slick-arrow {
    display: none;
}

.js-photo-gallery-nav {
    padding: 0 68px;
}

.js-photo-gallery-nav.slick-vertical {
    padding: 0;
}

.js-photo-gallery-nav .slick-arrow {
    background: url(images/slider_nav.png) no-repeat;
    border: none;
    height: 48px;
    left: 0px;
    margin-top: -24px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 48px;
    z-index: 999999;
}

.js-photo-gallery-nav .slick-next {
    background-position: 0 -48px;
    left: auto;
    right: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.js-photo-gallery-nav.slick-vertical .slick-arrow {
    display: block !important;
    margin: 0 0 15px 18px;
    left: auto;
    position: static;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.js-photo-gallery-nav.slick-vertical .slick-next {
    bottom: auto;
    margin: 12px 0 0 18px;
}

.product-spec__price {
    color: #666;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 14px;
}

.product-spec__price em {
    color: #666;
    font-style: normal;
}

.product-spec__price s {
    color: #999;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin-left: 20px;
}

.discount {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin: 3px 0 0 20px;
    padding: 5px 10px 6px;
}

.gallery-grid__image {
    height: auto;
}

.characteristics {
    margin: 0;
    padding: 0;
    text-align: left;
}

.characteristics li {
    font-size: 14px;
    list-style: none;
    line-height: 14px;
    margin: 0 0 14px;
    padding: 0;
}

.characteristics li span {
    color: #acacac;
    display: inline-block;
    width: 20%;
}

.product__gallery {
    margin-bottom: 29px;
}

.product_color {
    overflow: hidden;
}

.product_color select {
    display: inline-block;
    width: 200px;
}

.select_l img {
    border: none !important;
}

.gallery-grid__item a {
    border: 2px #fff solid;
    display: block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery-grid__item a.select_l {
    border: 2px #ff0000 solid;
}

.gallery-grid__item a:hover {
    border: 2px #ff0000 solid;
}

.vendor_code {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 14px;
}

.in_stock {
    background: url(images/in_stock.png) no-repeat;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
    padding-left: 18px;
}

.in_stock span {
    border-bottom: 1px #000 dotted;
    color: #8f8f8f;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.in_stock:hover span {
    border-bottom: 1px #fff dotted;
}

.product-spec__line.no_padding {
    display: none;
    padding-left: 0;
}

.order_info {
    border-bottom: 1px #000 solid;
    border-top: 1px #000 solid;
    margin-bottom: 15px;
    padding-top: 20px;
}

.order_info p {
    background: url('images/ico_1.png') no-repeat;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 18px;
    padding-left: 32px;
}

.order_info p.ico_2 {
    background: url('images/ico_2.png') no-repeat;
}

.order_info p span {
    color: #acacac;
    display: block;
}

.callback_block {
    margin-bottom: 30px;
}

.callback_block em {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.callback_block p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.callback_block p a {
    border-bottom: 1px #000 dotted;
}

.callback_block p a:hover {
    border-bottom-color: #fff;
    text-decoration: none;
}

.product-grid__item {
    vertical-align: top;
}

.sort {
    border-bottom: 1px #ccc solid;
    height: 50px;
    /*margin-bottom: 20px;*/
    margin-bottom: 40px;
    padding: 10px 0 20px;
}

.sort:after {
    clear: both;
    content: "";
    display: table;
    height: 1px;
    width: 1px;
}

.panel .found-block {
    color: #8f8f8f;
    float: left;
    font-size: 14px !important;
    line-height: 14px;
    margin: 0 30px 20px 0;
    width: auto;
}

.panel .found-block strong {
    color: #1e1e1e;
}

.panel .fix-panel-row {
    height: auto;
}

.panel .sort-block {
    float: right;
    margin-left: 0;
    position: relative;
}

.sort-caption {
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin-right: 180px;
}

.dropdown_container {
    float: right;
}

.dropdown_container p {
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
}

.dropdown_sort {
    background: #fff url(images/dropdown.png) right 10px no-repeat;
    border: 1px #cacaca solid;
    border-radius: 2px;
    float: left;
    height: 28px;
    margin: -5px 0 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 200px;
    z-index: 9999;
}

.dropdown_sort:hover {
    height: auto;
}

.dropdown_sort li {
    list-style: none;
    font-size: 13px;
    height: 28px;
    line-height: 13px;
    margin-bottom: 10px;
    padding: 6px 20px 0 10px;
}

.dropdown_sort li a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 822px) {
    .dropdown_sort {
        height: auto;
        float: none;
        width: auto;
        border: none;
        border-radius: 0;
    }

    .dropdown_container {
        float: none;
    }

    .dropdown_container p {
        float: none;
    }

    .panel .sort-block {
        display: block !important;
        width: 100% !important;
    }

    .sort {
        height: auto !important;
    }

    .dropdown_sort li {
        margin-bottom: 0;
        padding: 0;
    }

    .sort-block--availability {
        margin-bottom: 15px;
    }

    .sort {
        margin-bottom: 20px;
        border-bottom: none;
    }

    .dropdown_sort li {
        font-size: 15px;
        height: auto;
    }

    ul.zg-ul-select {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        font-family: 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 2em;
        margin: 0;
        padding: 0;
    }
    ul.zg-ul-select li {
        display: none;
    }
    ul.zg-ul-select li > a {
        display: block;
        padding: 1.5em;
    }

    ul.zg-ul-select li.active {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border: 1px solid #cacaca;
        color: #111;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    ul.zg-ul-select li.active::before {
        position: absolute;
        display: block;
        content: '';
        top: 17px;
        right: 17px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 1;
    }

    ul.zg-ul-select.active li.active::before {
        opacity: 0;
    }

    #selected--zg-ul-select {
        position: relative;
    }

    #selected--zg-ul-select::before {
        display: none;

    }

    #selected--zg-ul-select.active::before {
        position: absolute;
        display: block;
        content: '';
        top: 25px;
        right: 17px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 1;
    }

    ul.zg-ul-select.active {
        border: 1px solid #aaa;
    }
    ul.zg-ul-select.active li {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }
    ul.zg-ul-select.active li:hover {
        background: #ce2e31;
    }

    ul.zg-ul-select.active li:hover > a {
        color: #fff;
    }

    ul.zg-ul-select.active li.active {
        background: rgba(206, 46, 49, 0.18);
    }
    ul.zg-ul-select.active li.active:hover {
        background: #ce2e31;
    }

    ul.zg-ul-select a:hover {
        text-decoration: none;
    }

    #selected--zg-ul-select {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #111;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-family: 'Helvetica Neue', Helvetica, sans-serif;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 13px;
        width: auto;
    }
    #selected--zg-ul-select.active {
        border: 1px solid #cacaca;
        padding: 18px 1.5em;
        font-size: 15px;
    }

    ul.zg-ul-select li.active > a {
        pointer-events: none;
    }

    ul.zg-ul-select.active li.active > a {
        pointer-events: auto;
    }
}

@media (min-width: 823px) {
    .sort-block {
        float: left;
        height: 50px;
        vertical-align: middle;
    }
}

.slick-slide img {
    border: 2px #fff solid;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.slick-slide img:hover, .js-photo-gallery-nav .slick-current.slick-slide img {
    border-color: #ff0000;
}

.gallery-grid {
    height: auto;
}

.add-to-cart {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.add-to-cart:hover {
background:#fff;

}

.tabs--type_content {
    margin-top: 40px;
}

.product-line {
    overflow: inherit;
}

.tabs--type_content .tabs__item {
    overflow: hidden;
}

.product-spec--type_secondary {
    float: left;
    width: 48%;
}

.text {
    float: right;
    width: 48%;
}

.tabs__item h4 {
    border-bottom: 1px #000 solid;
    padding-bottom: 10px;
    text-align: left;
}

.product-grid {
    overflow: inherit;
}

.product-grid__illustration {
    border: none;
}

.product-grid__item {
    border: 1px #fff solid;
    padding-top: 15px;
}

.product-grid__item:hover {
    border: 1px #dbdad9 solid;
}

.product-grid__item:hover .product-grid__link {
    color: #ff0000;
}

.product-grid__item, .product-grid__name {
    text-align: left;
}

.product-grid__inner {
    margin: 0;
}

.similar {
    background-color: #f4f2f1;
}

.js-product-line-slider {
    padding: 0 105px 0 95px;
}

.js-product-line-slider .slick-slide img, .product-line__illustration {
    height: auto;
    position: relative;
    width: 180px;
}

.product-line .slick-arrow {
    top: 32%;
}

.product-line .slick-prev {
    left: 15px;
}

.product-line .slick-next {
    right: 15px;
}

@media only screen and (max-width: 1279px) {
    .product__card {
        padding-left: 445px;
    }

    .product__images {
        margin-left: -445px;
        width: 425px;
    }

    #Array {
        overflow: hidden;
        width: 425px;
    }

    .sort {
        height: 100px;
    }

    .panel .sort-block, .panel .found-block {
        float: none;
    }

    .panel .sort-block {
        display: inline-block;
        width: 49%;
    }

    .product__fields {
        width: 365px;
    }

    .page__title {
        margin-right: 0px;
    }

    .product__compare {
        padding-top: 0;
    }

    .product-spec--type_secondary .product-spec__line {
        padding-left: 200px;
    }

    .product-spec--type_secondary .product-spec__name {
        margin: 0 0 0 -200px;
        width: 200px;
    }
}

/* END 1279px */
@media only screen and (max-width: 823px) {
    .product__card {
        padding-left: 0;
    }

    .product__images {
        margin-left: 0;
        width: 475px;
    }

    .photo-gallery__nav {
        display: block !important;
    }

    #Array {
        left: 270px;
        position: relative;
        width: 600px;
    }

    .photo-gallery__main {
        width: 475px;
    }

    .product__fields {
        width: auto;
    }

    .product-spec--type_secondary .product-spec__line {
        padding-left: 290px;
    }

    .product-spec--type_secondary .product-spec__name {
        margin: 0 0 0 -290px;
        width: 290px;
    }

    .product-spec--type_secondary {
        float: none;
        width: 100%;
    }

    .text {
        float: none;
        width: 100%;
    }
}

/* END 823px */
@media only screen and (max-width: 650px) {
    .product__images {
        margin: 0 auto;
        width: 320px;
    }

    .photo-gallery__nav {
        width: auto;
    }

    #Array {
        left: 15px;
        width: 300px;
    }

    .photo-gallery__main {
        float: none;
        width: 300px;
    }

    .photo-gallery__nav {
        float: none;
    }

    .photo-gallery .slick-list {
        height: auto !important;
        width: 320px;
    }

    .slick-slider .slick-track {
        height: auto !important;
    }

    .slick-vertical .slick-slide {
        margin: 0 8px;
        width: 83px !important;
    }

    .js-photo-gallery-nav .slick-list {
        margin-left: -30px;
        width: 220px;
    }
}
@media only screen and (max-width: 480px) {
    .product__card .characteristics li span {
        width: 100%;
    }
    .similar {display: none;}
}

/* END 650px */
	.product-item-button-container .btn {
		color:black!important;
}

	.product-item-button-container .btn:hover {
		background:#fff!important;
}

.page-content-block {
    padding-top: 40px;
}

.page-content-block .page__title, .detail-page-content-block .page__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-right: 0;
}

#comments-page #bmhouse-comments {
    color: #323232;
    /* font-family: proxima_nova_reg, 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#comments-page #bmhouse-comments h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
}

#comments-page #bmhouse-comments .bmhouse-comments-rating-background, #comments-page #bmhouse-comments .bmhouse-comments-rating-foreground {
    background-image: url(/upload/images/all_stars.png);
    height: 15px;
    width: 100px;
}

#comments-page #bmhouse-comments .bmhouse-comments-rating-foreground {
    background-position: 0 -15px;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat-only-rating {
    background-color: #de8683;
    border: 1px solid #de8683;
    left: 0;
    top: -55px;
    width: 100%;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat .stars-fill-5 {
    width: 100%;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat .stars-fill-4 {
    width: 80%;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat .stars-fill-3 {
    width: 60%;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat .stars-fill-2 {
    width: 40%;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat .stars-fill-1 {
    width: 20%;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat .stars-fill-0 {
    width: 0;
}

#comments-page #bmhouse-comments .bmhouse-comments-rating-background {
    display: inline-block;
    vertical-align: middle;
}

#comments-page #bmhouse-comments .bmhouse-comments-count, #comments-page #bmhouse-comments .bmhouse-comments-stat-count {
    margin-left: 4px;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat {
    padding: 0 15px;
    border: 1px solid transparent;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat:hover {
    border: 1px solid #ddd;
}

#comments-page #bmhouse-comments .bmhouse-comments-stat-title {
    display: block;
}

#comments-page #bmhouse-comments .bmhouse-comments-count {
    top: auto;
}

#comments-page #bmhouse-comments .bmhouse-comments-block .comment-row {
    display: flex;
    flex-wrap: wrap;
}

#comments-page #bmhouse-comments .bmhouse-comments-block .no-comments {
    color: #ce2c31;
    font-size: 16px;
}

#comments-page #bmhouse-comments .bmhouse-comment {
    border: none;
    margin-bottom: 10px;
    min-height: 244px;
}

#comments-page #bmhouse-comments .bmhouse-comment .comment-wrapper {
    padding: 16px 11px 58px 11px;
    border: 2px solid #edbebd;
    height: 100%;
    position: relative;
}

#comments-page #bmhouse-comments .bmhouse-comment-left {
    width: 101px;
}

#comments-page #bmhouse-comments .bmhouse-comment-left > div {
    width: 101px;
    height: 101px;
    border-radius: 100%;
    border: none;
}

#comments-page #bmhouse-comments .bmhouse-comment-right {
    width: calc( 100% - 115px );
    margin-left: 4px;
}

#comments-page #bmhouse-comments .bmhouse-comment-header {
    margin-bottom: 0;
}

#comments-page #bmhouse-comments .bmhouse-comment-rating {
    margin-top: 2px;
    margin-bottom: 2px;
}

#comments-page #bmhouse-comments .bmhouse-comment-rating-background, #comments-page #bmhouse-comments .bmhouse-comment-rating-foreground {
    background-image: url(/upload/images/all_stars.png);
    height: 15px;
    width: 100px;
}

#comments-page #bmhouse-comments .bmhouse-comment-rating-foreground {
    background-position: 0 -15px;
}

#comments-page #bmhouse-comments .bmhouse-comment-rating-background {
    display: inline-block;
    vertical-align: middle;
}

#comments-page #bmhouse-comments .bmhouse-comment-date {
    margin-left: 6px;
    color: #323232;
    font-weight: 400;
    vertical-align: middle;
}

#comments-page #bmhouse-comments .bmhouse-comment-text {
    line-height: 1.25;
}

#comments-page #bmhouse-comments .bmhouse-comment-voting {
    position: absolute;
    right: 17px;
    bottom: 15px;
    margin-top: 0;
}

#comments-page #bmhouse-comments .bmhouse-comment-voting .bmhouse-comment-vote-up {
    border: none;
    margin-right: 0;
    padding: 0;
}

#comments-page #bmhouse-comments .bmhouse-comment-voting .bmhouse-comment-vote-up.disabled {
    background-color: transparent;
    text-decoration: none;
}

#comments-page #bmhouse-comments .bmhouse-comment-voting .bmhouse-comment-vote-up:hover {
    background-color: transparent;
    text-decoration: none;
}

#comments-page #bmhouse-comments .bmhouse-comment-voting .bmhouse-comment-vote-up .count {
    font-size: 10px;
    vertical-align: middle;
    margin-right: 1px;
}

#comments-page #bmhouse-comments .bmhouse-comment-voting .bmhouse-comment-vote-up .like {
    background-image: url(/upload/images/comment-like.png);
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
}

#comments-page #bmhouse-comments .bmhouse-comment-voting .bmhouse-comment-vote-up.disabled .like {
    background-image: url(/upload/images/comment-liked.png);
}

#comments-page #bmhouse-comments .show-more {
    text-align: center;
}

#comments-page #bmhouse-comments .show-more #bmhouse-comments-show-more-comments {
    background-color: transparent;
    color: #de8683;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

#comments-page #bmhouse-comments .show-more #bmhouse-comments-show-more-comments:hover {
    text-decoration: underline;
}

#comments-page #bmhouse-comments .bmhouse-comments-form-stars {
    padding: 0 10px;
}

#comments-page #bmhouse-comments .bmhouse-comments-form .form-wrapper {
    margin: 0 auto;
    float: none;
}

#comments-page #bmhouse-comments .bmhouse-comments-form-item > label {
    display: block;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0;
}

#comments-page #bmhouse-comments .bmhouse-comments-form-stars label {
    margin-bottom: 4px;
}

#comments-page #bmhouse-comments .bmhouse-comments-form-item > input {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #edbebd;
    padding: 0;
}

#comments-page #bmhouse-comments .bmhouse-comments-form-rating-star {
    height: 15px;
    width: 17px;
    background-image: url(/upload/images/all_stars.png);
    vertical-align: middle;
}

#comments-page #bmhouse-comments .bmhouse-comments-form-rating {
    padding: 0;
    border-color: transparent;
}

#comments-page #bmhouse-comments .bmhouse-comments-form-item #bmhouse-comment-text {
    width: 100%;
    border-radius: 0;
    border: 2px solid #edbebd;
    height: 244px;
    margin-top: 6px;
}

#comments-page #bmhouse-comments .submit-block {
    text-align: center;
    padding-top: 8px;
    margin-bottom: 37px;
}

#comments-page #bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button {
    margin-left: 0;
    text-align: center;
}

 #bmhouse-comments .bmhouse-comments-button a {
    background-color: #de8683;
    border-radius: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

#comments-page #bmhouse-comments .bmhouse-comments-button a:hover {
    background-color: #ce2c31;
}

#video-page {
    padding-top: 20px;
    padding-bottom: 25px;
}

.video {
    padding: 15px;
}

.video-btn {
    border: 2px solid #de8683;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: #000;
    max-width: 100%;
}

.video-btn.btn-primary.focus, .video-btn.btn-primary:focus, .video-btn:hover {
    border: 2px solid #de8683;
    outline: none;
}

.video-btn .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.video_modal {
    text-align: center;
    padding: 0!important;
}

.video_modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.video_modal .modal-dialog {
    width: 750px;
    max-width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.video_modal .modal-content {
    border: 2px solid #de8683;
    border-radius: 0;
}

.video_modal .modal-body {
    padding: 0;
    line-height: 0;
}

.video_modal .modal-body .close {
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: -14px;
    top: -17px;
    background-color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

#video-page .pagination {
    width: 100%;
}

#video-page .pagination .pagination__label {
    font-weight: 700;
    color: #000;
    margin-right: 0;
}

#video-page .pagination .pagination__item {
    margin: 0;
}

#video-page .pagination .pagination__item .pagination__link {
    min-width: 18px;
}

#video-page .pagination .pagination__item .pagination__link:hover, #video-page .pagination .pagination__item .pagination__link--active, #video-page .pagination .pagination__item .pagination__link:focus {
    background: none;
    color: #de8683;
    text-decoration: none;
}

.product .product__card .buy-btn-block {
    display: inline-block;
}

.product .product__card .module-buy-one-click {
    margin-top: 15px;
}

.product .product__card .module-buy-one-click button {
    border: 1px solid #FF8C00;
    background: #FF8C00;
    height: 56px;
    min-width: 240px;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product .product__card .module-buy-one-click button:hover {
    background: #fff;
}

.catalog-section .product-item-container .module-buy-one-click {
    margin-top: 10px;
}

.catalog-section .product-item-container .module-buy-one-click button {
    border-color: #FFA500!important;
    background: #FFA500!important;
    font-size: 11px;
    padding: 9px 6px;
    border: 1px solid;
    border-radius: 5px;
    text-transform: uppercase;
}

.catalog-section .product-item-container .module-buy-one-click button:hover {
    background: #fff!important;
}

.o-w-modal-body .o-w-public-btn-primary {
    background-color: #FF8C00;
    border-color: #FF8C00;
}

.o-w-modal-body .o-w-public-btn:hover {
    background-color: #fff;
    border-color: #FF8C00;
    color: #000;
}

#comments-page #bmhouse-comments #bmhouse-comment-images .bmhouse-comments-form-item input {
    margin-top: 5px;
    padding-bottom: 5px;
}

#comments-page #bmhouse-comments .bmhouse-comment-image img.active {
    max-width: 100%;
}

#faq-page {
    font-size: 16px;
    color: #000;
    padding-top: 12px;
    padding-bottom: 40px;
}

#faq-page h4 {
    font-weight: 700;
    text-align: left;
}

#faq-page a {
    color: #000;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

#faq-page .faq-row {
    display: flex;
    justify-content: center;
}

#faq-page .nav {
    background: none;
    border: 2px solid #de8784;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

#faq-page .nav-tabs li {
    width: 100%;
}

#faq-page .nav-tabs li a {
    border: none;
    border-bottom: 1px solid #de8683;
    border-radius: 0;
    margin-right: 0;
    padding: 10px 18px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

#faq-page .nav-tabs li:last-child a {
    border-bottom: none;
}

#faq-page .nav-tabs li a:hover {
    background-color: #de8683;
    color: #fff;
}

#faq-page .nav-tabs>li.active>a {
    background-color: #de8683;
    color: #fff;
}

#faq-page .panel-group .panel {
    border: none;
    box-shadow: none;
}

#faq-page .panel-group .panel+.panel {
    margin-top: 0;
}

#faq-page .panel-default>.panel-heading {
    background: none;
    padding-bottom: 4px;
    padding-top: 3px;
}

#faq-page .panel-default>.panel-heading .collapsed img {
    transform: rotate(180deg);
}

#faq-page .panel-default>.panel-heading img {
    margin-right: 10px;
}

#faq-page .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
#faq-page .panel-group .panel-body p {
    margin-bottom: 0;
    /* font-family: proxima_nova_reg, 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    padding-left: 25px;
}
#faq-page .panel-group .panel-body, #faq-page .panel-group .panel-body * {
    font-size: 14px;
	font-size: 18px;
}


#blog-page {
    padding-top: 8px;
}

#blog-page .blog-list {
    padding-bottom: 45px;
}

#blog-page .blog-list .blog-wrapper {
    display: flex;
    flex-wrap: wrap;
}

#blog-page .blog-list .blog-item {
    padding: 15px;
}

#blog-page .blog-list .blog-item:nth-child(odd) {
    padding-left: 0;
}

#blog-page .blog-list .blog-item:nth-child(even) {
    padding-right: 0;
}

#blog-page .blog-list .blog-item .blog-item-wrapper {
    border: 2px solid #de8683;
    padding: 20px;
    position: relative;
    height: 100%;
}

#blog-page .blog-list .blog-item h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

#blog-page .blog-list .blog-item .desc {
    font-size: 14px;
    /* font-family: proxima_nova_reg, 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    margin-top: 4px;
    letter-spacing: -0.3px;
}

#blog-page .blog-list .blog-item .blog-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#blog-page .blog-list .blog-item .link {
    font-size: 14px;
    font-size: 18px;
    /* font-family: proxima_nova_reg, 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    color: #de8683;
    position: absolute;
    right: 13px;
    bottom: 20px;
    background: #fff;
    padding: 0 10px;
}

 .blog-list .blog-item .link img {
    margin-left: 4px;
}

#blog-page .blog-detail {
    padding-top: 7px;
    padding-bottom: 30px;
    display: flex;
    /* font-family: proxima_nova_reg, 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#blog-page .blog-detail .detail_picture {
    width: auto;
}

#blog-page .blog-detail .detail_picture, #blog-page .blog-detail .video-btn {
    margin-right: 30px;
}


.showmore {
	margin: 0 0 26px 0;
	color: #ff6f61;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	height: 60px;
	width: 100%;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #f5f5f5;
	background-color: #ffffff;
	padding: 15px 0;
	text-align: center;
	cursor: pointer;
}
.showmore:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    #comments-page #bmhouse-comments .bmhouse-comment {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #comments-page #bmhouse-comments .bmhouse-comments-stat:nth-child(3n+4) {
        clear: left;
    }
}

@media only screen and (max-width: 991px) {
    #blog-page .blog-list .blog-item {
        width: 100%;
    }
    
    #blog-page .blog-list .blog-item:nth-child(odd) {
        padding-right: 0;
    }
    
    #blog-page .blog-list .blog-item:nth-child(even) {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-blog {
        padding-top: 0;
    }

    #comments-page #bmhouse-comments .bmhouse-comments-stat:nth-child(odd) {
        clear: left;
    }

    .video_modal .modal-dialog {
        max-width: 90%;
    }

    .video_modal .modal-dialog .modal-body iframe {
        height: 350px;
    }
    
    #faq-page .faq-row {
        display: block;
    }
    
    #faq-page .faq-row .left-col {
        margin-bottom: 25px;
    }
    
    #faq-page .panel-default>.panel-heading {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #faq-page .panel-default>.panel-heading h4 {
        font-size: 15px;
    }
    
    #faq-page .panel-group .panel-body p {
        padding-left: 15px;
    }
    
    #blog-page .blog-detail {
        flex-direction: column;
    }
    
    #blog-page .blog-detail .detail_picture {
        margin: 0 auto 20px auto;
        width: 270px;
    }
    
    #blog-page .blog-detail .video-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
	
	#blog-page img {
		height: auto;
	}
}

@media only screen and (max-width: 500px) {
    .video iframe {
        height: 250px;
    }
}

@media only screen and (max-width: 440px) {
    #comments-page #bmhouse-comments .bmhouse-comment-left {
        display: none;
    }

    #comments-page #bmhouse-comments .bmhouse-comment-right {
        width: 100%;
    }

    .video_modal .modal-dialog .modal-body iframe {
        height: 250px;
    }
    
    #blog-page .blog-list .blog-item .blog-img {
        display: block;
        float: none;
        margin: 0 auto 5px auto;
    }
}
