@font-face {
    font-family: 'ClearSansBold';
    src: url('../fonts/ClearSansBold/ClearSansBold.woff') format('woff'),
    url('../fonts/ClearSansBold/ClearSansBold.ttf') format('truetype'),
    url('../fonts/ClearSansBold/ClearSansBold.svg#ClearSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/OpenSansBold/OpenSansBold.eot");
    src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansExtraBold";
    src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
    src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"),
    url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Room-Bold';
    src: url('../fonts/Room/Room-Bold.woff') format('woff'),
    url('../fonts/Room/Room-Bold.ttf') format('truetype'),
    url('../fonts/Room/Room-Bold.svg#Room-Bold') format('svg'),
    url('../fonts/Room/Glen Jan - Room Bold.eot'),
    url('../fonts/Room/Glen Jan - Room Bold.woff2') format('woff2'),
    url('../fonts/Room/Glen Jan - Room Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

html,
body,
input,
textarea,
ul,
p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: 'OpenSansRegular', Verdana, serif;
    box-sizing: border-box;
    color: #000000;
}

input,
textarea {
    outline: none;
    resize: none;
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    font-size: 1.6rem;
}

input:focus,
textarea:focus {
    box-shadow: .2rem .2rem .5rem #cacaca inset;
}

ul > li {
    list-style: none;
}

img {
    border: none;
    max-height: 100%;
    max-width: 100%;
}

body > div {
    margin: auto;
}
a {
    text-decoration: none;
}
body {
    min-width: 320px;
}
.body {
    overflow: hidden;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
}
.container-padding {
    position: relative;
    padding: 20px 2%;
    display: block;
    box-sizing: border-box;
    user-select: none;
}
section, section p {
    font-size: 1.6rem;
}

/*
    Top menu
*/
.header__top_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4e4e4e;
    min-height: 3em;
}
.menu__list {
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.menu__list li {
    padding: 0 25px;
    text-align: center;
}
.menu__link {
    font-family: "OpenSansRegular", serif;
    text-decoration: none;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
}
.menu__link:hover{
    color: #ec1a3a;
}
@media (max-width: 860px) {
    .header__top_menu {
        display: none;
    }
}
/*
    End Top menu
*/

.header__table, .header__table_center, .search, .header__right_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}
.header__table_center {
    flex: 1 2 auto;
}
.logo a{
    box-sizing: border-box;
    display: block;
    width: 95px;
    height: 95px;
}
.hamburger-menu {
    display: none;
}

.diller__block {
    margin: 0 20px 0 55px;
    min-width: 165px;
}
.title-text {
    position: relative;
    font-size: 1.4rem;
    font-family: "OpenSansBold", serif;
    text-align: center;
    color: #ec1a3a;
}
.title-text:before {
    content: url(/imgs/title-icon.svg);
    position: absolute;
    left: -29px;
    top: 0;
    width: 21px;
    height: 16px;
}
.diller-phone {
    text-align: center;
}
.diller-phone a {
    font-size: 2.4rem;
    text-align: center;
    font-family: "OpenSansBold", serif;
    color: #ec1a3a;
}
.search{
    text-align: center;
    padding-right: 3%;
    width: 95%;
    position:relative;
}
.hidden_search {
    display: none;
}

@media (max-width: 600px) {
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 70px;
        background: white;
        z-index: 9999;
        box-shadow: 1px 2px 2px #adadad;
    }
    .logo a {
        width: 60px;
        height: 60px;
    }
    .header__right_block {
        margin-left: auto;
        margin-right: 50px;
    }
    .basket, .compare {
        width: 32px !important;
    }
    .compare {
        display: none !important;
    }
    .header__table_center {
        flex-direction: row !important;
    }
    .hidden_search {
        position: relative;
        right: 0;
        display: block;
        width: 25px;
    }

    .hidden_search::after {
        display: block;
        content: '';
        z-index: 1;
        top: -11px;
        right: 0;
        width: 23px;
        height: 23px;
        border: none;
        cursor: pointer;
        outline: none;
        position: absolute;
        background: url('../imgs/icon_search.png') no-repeat;
    }

    .topslider {
        top: 6px;
    }

    .search {
        display: none;
    }

    .search.display {
        display: block;
        position: absolute;
        top: 53px;
        left: -40px;
        width: 80vw;
        z-index: 99999;
    }
    #search1+button {
        display: none;
    }

    .diller__block {
        min-width: inherit;
    }
    .diller-phone a {
        font-size: 16px;
    }
    .offer-title {
        font-size: 16px !important;
    }
    .phones {
        display: none;
    }
    .inner-slider {
        display: none !important;
    }
    .mobile_menu {
        display: initial;
    }
    .slider-elements {
        box-sizing: border-box;
    }
    .hamburger-menu {
        display: initial;
    }
}
/*--------------*/
/* скрываем чекбокс */
#menu__toggle {
    opacity: 0;
}
/* стилизуем кнопку */
.menu__btn {
    display: flex; /* используем flex для центрирования содержимого */
    align-items: center;  /* центрируем содержимое кнопки */
    position: fixed;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}
/* добавляем "гамбургер" */
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}
/* контейнер меню */
.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    overflow: scroll;
    top: 60px;
    right: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    background-color: #ec1a3a;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
}
/* элементы меню */
.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.menu__item:hover {
    background-color: #CFD8DC;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
    transition: right .2s;
}

/*-----------------------*/

.search input{
    font-size: 1.4rem;
    width: 100%;
    box-sizing: border-box;
    padding: 2.5rem 2.5rem 2.5rem 1.5rem;
    border:none;
    background: #f4f4f4;
    height: 3.5rem;
    box-shadow:none;
}
.search>form{
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
}
#search1+button{
    z-index:1;
    width: 23px;
    height: 23px;
    top: 1.2rem;
    right: 1.2rem;
    border: none;
    cursor:pointer;
    outline: none;
    position:absolute;
    background: url('../imgs/icon_search.png') no-repeat;
}
.phones{
    min-width: 160px;
}
.phones p{
    font-size: 1.4rem;
    text-align: center;
    color: rgb(68, 68, 68);
    font-family: OpenSansRegular, Verdana, serif;
}
.icons{
    display: flex;
    flex-direction: row;
}
.basket, .compare {
    width:50px;
    height:32px;
    margin:0 6px;
    display: inline-block;
    position: relative;
}
.basket:hover, .compare:hover {
    cursor: pointer;
}
.icons>div>a{
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.basket:after, .compare:after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    background: url('../imgs/icons.png');
    width: 32px;
    height: 32px;
    margin-left:-16px;
    margin-top:-16px;
    z-index: -1;
}
.basket:after {
    width: 26px;
    height: 33px;
    margin-left:-14px;
    margin-top:-16.5px;
    background-image: url("../imgs/icon_basket.png");
}
.compare:after{
    background-position: -394px -1px;
}
.compare>a>span {
    position: absolute;
    right: -.5rem;
    bottom: -1.5rem;
    background: #ec1a3a;
    padding: .5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: OpenSansRegular, Verdana, serif;
}
.cart_qty {
    position: absolute;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: OpenSansRegular, Verdana, serif;
    right: -.5rem;
    bottom: -1.5rem;
    background: #ec1a3a;
    padding: .5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}

.icons>div[data-value="0"]>a>span,
.icons>div[data-value=""]>a>span{
    display: none;
}

.icons>.basket .btn{
    margin-top:1rem;
    display:block;
    font-size:1.2rem;
}

.droppanel{
    position:absolute;
    visibility:hidden;
    opacity:0;
    padding: 5px;
    background:#fff;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
    transition: all .3s ease .15s;
}
.icons>.account:hover .droppanel,
.icons>.basket:hover:not([data-value="0"]):not([data-value=""]) .droppanel,
.dropvisible{
    visibility:visible;
    opacity:1;
    z-index:10;
}

.cart-block .nametd{
    text-align:left;
}
.cartvisible{
    width: 250px;
    left:-200px;
    top: 160%;
    text-align: center;
    color: #7a7a7a;
    line-height: 20px;
    padding: 18px 30px 10px 30px;
}

.cartvisible .itog {
    border-top: 3px solid #dbdbdb;
    color: #191919;
    line-height: 20px;
    padding: 10px 20px;
    text-align: left;
}
.cartvisible .quantity{
    font-size:1.4rem;
}
.cartvisible .itog span{
    line-height:1;
    font-size: 1.4rem;
}

.cartvisible .itog .button {
    border: 1px solid #5a5a5a;
    -webkit-box-shadow: inset 0 1px 2px #909090;
    -moz-box-shadow: inset 0 1px 2px #909090;
    box-shadow: inset 0 1px 2px #909090;
    background: #6f6f6f;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPï¿½dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%,color-stop(0%,#838383),color-stop(100%,#6f6f6f));
    background-image: -webkit-linear-gradient(top,#838383,#6f6f6f);
    background-image: -moz-linear-gradient(top,#838383,#6f6f6f);
    background-image: -o-linear-gradient(top,#838383,#6f6f6f);
    background-image: linear-gradient(top,#838383,#6f6f6f);
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-weight: 600;
    text-shadow: 0 -1px #6f6f6f;
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.42857;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cartvisible a {
    text-decoration: none;
    color: #333;
}
.cartvisible a:hover{
    color: #ec1a3a;
}
a.rounddelbut,
.cart_quantity_up,
.cart_quantity_down,
.cart_quantity_up:hover,
.cart_quantity_down:hover,
#good .fb a:after,
#good .twitter a:after,
.filter-block .item-f-a a:after,
.icon_grid,
.icon_list,
.filter-block .item-f-a a:hover:after
{
    background-image: url(../imgs/icons2.png);
    background-repeat: no-repeat;
}
a.rounddelbut {
    display: inline-block;
    background-position: -600px -5px;
    width: 19px;
    height: 18px;
    text-decoration: none;
    border: 0;
    color: #191919;
    outline: medium none;
    text-decoration: none;
    cursor: pointer;
}
a.rounddelbut:hover {
    background-position: -619px -5px;
}

table.cart-cart,
table.cart_table {
    border: 1px solid #e7e7e7;
    border-collapse: separate;
    margin-bottom: 20px;
    width: 100%;
    border-spacing: 0;
}

.cart-cart th, .cart_table th{
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    color: #191919;
    font: 400 12px/1.35 "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}
.cart-cart td, .cart_table td {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 10px;
    vertical-align: middle;
    position: relative;
    background: #fff;
    text-align:center;
}

.cart_quantity_up,
.cart_quantity_down{
    width:9px;
    height:15px;
    display:inline-block;
    background-position: -23px -5px;
    transform:rotate(90deg);
}
.cart_quantity_down{
    transform:rotate(-90deg);
}
.cart_quantity_up:hover,
.cart_quantity_down:hover{
    background-position: -42px -5px;
}

#cart_block_total {
    float: right;
    font-size: 1.8rem;
}

.cartvisible .price,
.cartvisible .price-discount{
    color: #ff007d;
    font-size: 18px;
}
.price-discount
{
    color:#969696;
    margin-right:7px;
    text-decoration:line-through;
}
th.rightside, .cart-cart td.rightside, .cart_table td.rightside {
    text-align: right;
}
.cart-cart td.foot, .cart_table td.foot{
    padding: 5px 10px;
    vertical-align: bottom;
}
.cart-cart td.noborder, .cart_table td.noborder{
    border-bottom: none;
}
.cart_table{
    width:100%;
}
.cart_table td:nth-child(3), .cart-cart td:nth-child(2), #cart h2{
    text-align: left;
}


.animate {
    transition: top .7s ease-in, left .7s ease-in, width .5s linear, height .5s linear, opacity 1s ease-out;
    z-index:9999999;
}

.table {
    display: table;
    width: 100%;
    border-spacing: 0;
}

.table>div,
.tr>div {
    display: table-cell;
    vertical-align: top;
}

.table>.tr{
    display:table-row;
}

@media (max-width: 860px) {
    .container-padding {
        padding-top: 4px;
    }
    .header__table_center {
        margin: 0 10px;
        flex-direction: column;
        position: relative;
    }
    .diller__block {
        margin: inherit;
        justify-content: center;
        width: 100%;
        margin-right: 30px;
    }
    .title-text {
        display: none;
    }
}
.item_search{
    display:table;
    width:100%;
    border:0;
    border-spacing:0;
}
.item_search a:hover,
#good a
{
    color: #ec1a3a;
    text-decoration:underline;
}
.item_search a{
    display:table-row;
}
.item_search a>span{
    display:table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}
.item_search .simg{
    width: 50px;
    height: 50px;
    text-align: center;
    box-sizing:border-box;
}
.item_search a{
    color: #000000;
}
#searchmenu{
    font-size: 1.5rem;
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    z-index:2;
    background-color:#fff;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
}
.bgr{
    z-index: 1;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(200,200,200,.2);
}
/*
  Bigmenu Menu
 */
.header-menu, #offers, #menu_main, #offer {
    padding: 0 2% !important;
}
.maintopmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    background: #ec1a3a;
}
.maintopmenu li, .maintopmenu a{
    box-sizing: border-box;
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-family: OpenSansRegular, Verdana, serif;
    font-size: 1.5rem;
}
.bigmenu__item {
    cursor: pointer;
    line-height: 60px;
    padding: 0 3%;
}
.bigmenu__item:not(.active) .hidemenu {
    display: none !important;
}
.bigmenu__item.active {
    background: #4e4e4e;;
    padding: 0 3%;
    line-height: 60px;
}
.bigmenu__item.active .bigmenu__arrow{
    top: 20px;
    cursor: pointer;
    transform: rotate(-180deg);
}

.bigmenu__link {
    white-space: nowrap;
}
.link_wrapper {
    position: relative;
    padding-right: 35px;
}
.bigmenu__arrow {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 17px;
    right: 3px;
}
@media (max-width: 860px) {
    .bigmenu__item {
        padding: 0;
    }
}


.arrow.active {
    top: 20px;
    transform: rotate(-180deg);
}

.shadow__container {
    min-height: 7rem;
    max-width: 98vw;
    box-sizing:border-box;
    position: absolute;
    left: 2%;
    right:2%;
    background: #fff;
    z-index: 8;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.2) inset, 0 1rem 3rem rgba(0,0,0,0.2);
}
.hidemenu {
    display: none;
}

.empty__link ul {
    padding: 0 2%;
}

.children {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
}

.children .item_children__title {
    font-family: 'OpenSansRegular', Verdana, serif;
    font-size: 1.8rem;
    position: relative;
    margin: 15px 10px;
    width: 255px;
    height: 245px;
}

.item_children__title {
    display: block;
    text-align: center;
    padding: 25px;
    font-size: 16px;
    color: rgb(68, 68, 68);
}
.menu_children__item {
    position: relative;
}

.item_children__img {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 10px;
    height: 60%;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu_children__item:hover .item_children__title {
    color: rgb(236, 26, 58);
    text-decoration: underline;
}

.menu_children__item a {
    display: block;
}

.hidemenu>div>ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.hidemenu li.category>a,
.hidemenu>div>ul>li>a{
    font-family: 'OpenSansRegular', Verdana, serif;
    font-size: 1.8rem;
    display: block;
}

.hidemenu ul.horizontal>li{
    width: 50%;
    vertical-align: top;
}
.maintopmenu>li:first-child .hidemenu ul.horizontal>li{
    width: auto;
}
.hidemenu ul.horizontal>li>div>ul{
    display: inline-block;
    padding: .5rem;
}
.hidemenu li a{
    color: #000;
    padding: .5rem;
    text-align: left;
}
.hidemenu li a:hover{
    color:#ec1a3a;
    text-decoration: underline;
}

/*
    Slider
*/
.topslider {
    position: relative;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .5;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%; /* added this line only */
}
.rotate-button:before {
    width: 95px;
    height: 13px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../imgs/slider-arrow.png);
}
.rotate-button {
    font-size: 0;
    line-height: 0;
    display: inline-block !important;
    width: 95px;
    height: 13px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.btn-prev:before {
    background-position: -95px 0;
    margin-right: 20px;
}
.btn-next:before {
    background-position: -192px 0;
    margin-left: 20px;
}
.btn-prev:hover:before {
    cursor: pointer;
    background-position: 0px 0px;
}
.btn-next:hover:before {
    cursor: pointer;
    background-position: -287px 0;
}

.slider-tabs {
    height: 468px;
}
.slick-current, .slick-slide, .slick-active {
    opacity: 1;
}

.inner-slider {
    position: absolute;
    display: inline-block;
    top:10vw;
    right:40px;
    width: 8vw;
    box-sizing: border-box;
}
.slider-item img {
    min-width: 100%;
}

.offer-content {
    position: absolute;
    top: 23%;
    right: 3.2%;
}

.slider-button {
    position: absolute;
    display: block;
    text-align: center;
    bottom: 15%;
    left: 0;
    right: 0;
}

.button-sale {
    display: inline-block;
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding: 25px 130px;
    background-color: rgb(236, 26, 58);
}

.offer-title {
    font-size: 21px;
    color: rgb(255, 255, 255);
}

.offer-percent {
    font-size: 150px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.nav-element {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.17);
    /*margin-bottom: 30px;*/
}

@media (max-width: 1150px) {
    .offer-content {
        top: 8%;
    }
    .offer-percent {
        font-size: 100px;
    }
    .slider-button {
        bottom: 8%;
    }
}

@media (max-width: 800px) {
    .offer-percent {
        font-size: 50px;
        float: right;
    }
    .button-sale {
        padding: 10px 50px;
    }
}

/*   End Slider */

/* A part slider */

.tocompare{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.tocompare>a {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
}
.tocompare > a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../imgs/icons.png);
}

.tocompare > a:after {
    width: 32px;
    height: 32px;
    background-position: -394px -1px;
}
.tocompare.active>a:after{
    width: 32px;
    height: 32px;
    background-position: -144px -1px;
}
.good_down>div.active>a,
.active>.btn,
.btna,
.btn:hover
{
    background: #ec1a3a; /* Old browsers */
    background: -moz-linear-gradient(top, #ec1a3a 0%, #9a1528 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ec1a3a 0%, #9a1528 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ec1a3a 0%, #9a1528 100%);
}
.btn,
.btna:hover{
    background:#333333;
}

.btn,
.btna{
    color: #fff !important;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    border:none;
    width: auto;
    padding:1.5rem 3rem;
    box-sizing:border-box;
}
.responses {
    position: relative;
    right: 30px;
    margin-top: 30px;
    padding: 15px 85px;
    margin-right: 15px;
    float: right;
    font-size: 18px;
    line-height: 1.111;
}

.good_down>.noexists{
    color: #ccc;
    display: block;
    margin-top: 1rem;
    text-align: center;
    font-size: 12px !important;
    font-family: 'OpenSansRegular', Verdana, serif;
    font-style: italic;
}
.noexists {
    font-size: 12px !important;
    line-height: 3.5rem;
}
.tocompare.dispose,
.tocart.dispose
{
    pointer-events: none;
    cursor: default;
}
.tocompare.dispose:after
{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(255,255,255,.4);
}
.cost{
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    font-weight: bold;
    color: rgb(68, 68, 68);
}
.cost-right {
    text-align: right;
}
.cost-center {
    text-align: center;
}

.cost>.oldprice{
    color: rgb(68, 68, 68);
}

.button {
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
}

.button.tocart a{
    display: block;
    background-color: rgb(236, 26, 58);
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    width: 70px;
    height: 35px;
    border-radius: 5px;
}
.tocart svg {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    padding-top: 5px;
}
.button.tocart.dispose a{
    background-color: rgb(230, 165, 165);
}
.vendor_code {
    display: block;
    text-align: left;
    margin-top: 17px;
    top: 25px;
    border-left: 4px;
    border-color: red;
}
.code_data {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    color: rgb(68, 68, 68);
    line-height: 2rem;
    border-left: 6px solid #ec1a3a;
}

/* End a part slider */

/*   menu_main */
#menu_main ul {
    padding: 70px 20px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
}

.menu_main__item {
    position: relative;
    margin: 15px 10px;
    width: 255px;
    height: 245px;
}

.menu_main__item .item_menu_title {
    text-align: center;
    padding: 25px;
    font-size: 16px;
    color: rgb(68, 68, 68);
}

.menu_main__item .item_menu_img {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 10px;
    height: 60%;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu_main__item:hover {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}

.menu_main__item:hover .item_menu_title {
    color: rgb(236, 26, 58);
    font-weight: bold;
}

@media (max-width: 1024px) {
    #menu_main ul {
        padding: 30px 10px;
    }
    .menu_main__item .item_menu_title {
        padding: 0;
        font-size: 18px;
    }
    .menu_main__item .item_menu_img {
        height: 75%;
    }
}
/*  End menu_main */

/* Offer */
#offer ul{
    min-height: 105px;
    background-color: rgb(236, 26, 58);
}

#offer ul {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

#offer ul li {
    position: relative;
    margin-left: 70px;
    line-height: 80px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.icon-offers {
    content: '';
    position: absolute;
    display: block;
    top: 1rem;
    left: -60px;
    height: 62px;
    background-image: url(../imgs/icon-offers.png);
}
.delivery {
    width: 46px;
    background-position: 0px 0px;
}

.payment {
    width: 39px;
    background-position: 74px 0px;
}

.quality {
    width: 31px;
    background-position: 31px 0px;
}
/* End Offer */


#tabs-teka {
    padding: 60px 0;
}

.nav-pills {
    display: flex;
    width: 400px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    color: black;
    line-height: 80px;
    border-bottom: 1px solid rgb(244, 244, 244);
}
.nav-pills li {
    position: relative;
    width: 50%;
    text-align: center;
}

.nav-pills li a {
    font-size: 24px;
    color: rgb(236, 26, 58);
    font-weight: bold;
    text-transform: uppercase;
}

.nav-pills .active:after, .nav-pills li:hover:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    bottom: -4px;
    border-bottom: 8px solid rgb(236, 26, 58);
}

.nav-pills li:hover {
    cursor: pointer;
}

.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.goods{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
ul.goods  {
    justify-content: center;
}

.items-li {
    position: relative;
    padding: 15px 10px;
    width: 250px !important;
    height: 360px;
    transition: all ease-in-out 0.3s;
}

.goods-wrapper {
    position: relative;
    box-sizing: border-box;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(244, 244, 244);
    white-space: normal;
    overflow: hidden;
    height: 360px;
}
.slider-tabs {
    height: 420px;
}
.slick-current, .slick-slide, .slick-active {
    opacity: 1;
}
.items-li:hover .goods-wrapper{
    z-index: 100;
    background-color: rgb(255, 255, 255);
    width: 250px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.items-li>a>div{
    color: #000;
    padding: 0 1.7rem;
}
.items-li .img,
.poditem .img{
    position: relative;
    height: 19.5rem;
    text-align: center;
    box-sizing: border-box;
}
.table.center div a{
    color:#e80b0b !important;
    text-decoration: underline;
}
.items-li>.img>a{
    display: block;
    position: relative;
    height: 100%;
}
.items-li>.img>a>img,
.poditem .img>img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
/*.img img{*/
/*    display: inherit !important;*/
/*}*/
.items-li .subtitle{
    font-size: 1.2rem;
}
.items-li .titlename{
    padding:0 1.7rem;
}
.items-li .title{
    font-size: 1.6rem;
    color: rgb(68, 68, 68);
    font-weight: bold;
    word-wrap: break-word;
    height: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.items-li .descr{
    display: none;
}
.good_down {
    display: flex;
    line-height: 2rem;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    text-align: left;
    padding: 2px 1.7rem 0 1.7rem;
}
@media (max-width: 600px) {
    #tabs-teka {
        padding: 30px 0;
    }
    .nav-pills {
        width: 280px;
    }
}


/* Mobile menu */
.menu__box li a{
    border-bottom: 1px solid #4e4e4e;
}
.mobile_menu__container li a {
    border-bottom: none;
}
.mobile_menu__item {
    padding: 0 7px;
}
.mobile_menu__link, .mobile_menu__container  li {
    padding: 7px 10px;
}
.mobile_menu__item:not(:last-child) {
    border-bottom: 1px solid red;
}
.mobile_menu__link, .mobile_menu__link a  {
    box-sizing: border-box;
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-family: OpenSansRegular, Verdana, serif;
    font-size: 2rem;
}
.mobile_menu_link_wrapper {
    position: relative;
}
.mobile_menu__item.active .mobile_menu__arrow{
    transform: rotate(-180deg);
    transition: transform 0.15s linear;
}
.active .mobile_menu_link_wrapper{
    background: #4e4e4e;
}
.mobile_menu_link_wrapper .arrow:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 9px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.mobile_menu_hide {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
}
.mobile_menu__item.active div.mobile_menu_hide {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    transition: all 0.3s ease;
}

.mobile_menu__container .horizontal li a{
    box-sizing: border-box;
    color: white;
    font-family: OpenSansRegular, Verdana, serif;
    font-size: 2rem;
}
.mobile_menu_children__item a {
    box-sizing: border-box;
    color: white;
    font-family: OpenSansRegular, Verdana, serif;
    font-size: 2rem;
}

.bigmenu__item.active .bigmenu__arrow{
    top: 20px;
    cursor: pointer;
    transform: rotate(-180deg);
}

.mobile_menu__arrow {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
}

.arrow_menu:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 9px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.arrow_menu:after.arrow.active {
    top: 20px;
    transform: rotate(-180deg);
}

/* End Mobile menu */


/* Footer */

footer{
    padding: 0 2%;
    display: block;
    color: black;
    font-size: 1.6rem;
    overflow: hidden;
}
.footer-line {
    background: #4e4e4e;
    height: 50px;
    margin: 20px 0 40px 0;
}

.logo-footer {
    display: inline-block;
    position: relative;
    float: left;
    height: 95px;
    width: 95px;
    margin-right: 45px;
}
.block-footer {
    display: flex;
}
.logo-footer img{
    width: inherit;
}
.column-logo {
    display: flex;
}
.column-logo .title-text {
    font-size: 18px;
    font-weight: bold;
    font-family: "OpenSans", serif;
    color: rgb(68, 68, 68);
    line-height: 1.429;
}
.footer-logo-title {
    width: 225px;
}
.footer-logo-title .diller-phone {
    padding-top: 10px;
    text-align: center;
}
.diller-phone a .call-me {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #ec1a3a;
    font-weight: bold;
    text-decoration: underline;
}

.column-menu {
    margin-left: auto;
}
.column-menu a:hover {
    color: rgb(236, 26, 58);
}
.column-menu li {
    display: block !important;
    padding: 5px 0;
    font-weight: 700;
    font-size: 18px;
}
.column-menu li a{
    color: black;
}
 .column-address {
    max-width: 25%;
    margin-left: auto;
}
.column-address p {
    font-size: 16px;
}
.column-address .bold {
    font-size: 18px;
    color: rgb(68, 68, 68);
    font-weight: bold;
    padding-bottom: 20px;
}
.line-copyright {
    line-height: 4.2rem;
    margin-top: 40px;
    color: #444444;
    font-size: 1.4rem;
    background: #f6f6f6;
    text-align: center;
}
@media (max-width: 860px) {
    .logo-footer {
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    .block-footer {
        flex-direction: column;
        align-items: center;
    }
    .block-footer div {
        margin-left: initial;
        text-align: center;
    }
    .footer-logo-title {
        padding-bottom: 15px;
        width: 100%;
    }
    .footer-line {
        height: 25px;
        margin-bottom: 20px;
    }
    .logo-footer {
        display: none;
    }
    .column-address {
        padding: 20px 20px 0 20px;
        max-width: 100%;
    }
}

/* End footer */

/* Static pages */
#goods_cart, #staticpage, #actionitems, #searchpage {
    padding: 2em 2%;
}
#breadcrumb p, #incart p, #goods_cart p, #staticpage p, #actionitems p, #searchpage p {
    font-size: 1.6rem !important;
    font-family: 'OpenSansRegular', Verdana, serif;
    box-sizing: border-box;
    color: #000000;
}
#breadcrumb li, #incart li, #goods_cart li, #staticpage li, #actionitems li, #searchpage li {
    font-size: 1.6rem !important;
}
.mtitle h3{
    display: inline-block;
    margin-top: 2.5rem;
    padding: 0 6rem;
    font-size:2.4rem;
    text-transform: uppercase;
}
.center {
    text-align: center !important;
}
#addresp{
    height:15rem;
}

#staticpage,
#searchpage{
    margin-bottom: 2rem;
}
#staticpage a,
.catalogue-block a{
    color: #333;
    text-decoration: underline;
}
#staticpage a:hover,
.catalogue-block a:hover{
    color: #ec1a3a;
}
#staticpage span,
#staticpage li{
    font-size: 1.4rem;
}
#staticpage h2{
    margin-top:0;
}
#staticpage dt{
    float: left;
    margin-right: 5px;
}
#staticpage dd{
    text-align: right;
}

/* Services Center page */
.service_container {
    display: inline-flex;
    box-sizing: border-box;
    width: 33%;
    padding-left: 5%;
}
.region_title h2{
    color: #ec1a3a;
    font-size: 20px;
}
.firm_title {
    font-size: 1.6rem;
    margin: 0;
}
.firm_address p{
    font-size: 1.6rem;
}
.firm_contacts_phone {
    font-weight: bold;
}
.firm_contacts_phone a{
    font-size: 1.5rem;
    color: #000000 !important;
}

.firm_disposecontacts_phone a{
    text-decoration: none !important;
}
.service_firm {
    padding-bottom: 15px;
}

@media (max-width: 860px) {
    .service_container {
        flex-direction: column;
        width: 45%;
    }
}

@media (max-width: 480px) {
    .service_container {
        display: flex;
        flex-direction: column;
        width: 95%;
    }
}
/* Services Center end */
#staticpage:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* About page*/
.about {
    font-size: 1.6rem !important;
}
.about-caption {
    position: absolute;
}
.about-control>.about-caption{
    width: 250px;
    float: left;
    background: #ec1a3a;
    color: white;

    border: 2px solid transparent;
    line-height: 55px;
    border-spacing: 0;
}
.about-caption>div{
    display: block;
    text-align: center;
    position: relative;
    width: auto;
}
.about-caption>div:not(.active){
    cursor: pointer;
}
.about-content>div:not(.active){
    display: none;
}
.about-caption>div>.img{
    height: 5rem;
}
.about-caption>div>.img>img{
    position: relative !important;
}
.about-caption .title{
    text-transform: uppercase;
    font-weight: bold;
}
.about-caption>.active{
    background: #4e4e4e;
}
.about-caption>.active:after{
    content: '';
    position: absolute;
    bottom:-1px;
    border-bottom: 7px solid #ec1a3a;
}
.about-content {
    margin-left: 300px;
    float: right;
}
.about-content .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    align-items:stretch;
    justify-content: space-between;
}
.about-content .row .content {
    color: #999;
}
.about-content .tab input, .about-content .tab label {
    display: none;
}
.quick-access-item {
    flex: 0 0 30%;
    width: 250px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background: #FBFBFB;
    border: 1px solid #efefef;
    overflow: hidden;
    border-radius: 2px;
}

.quick-access-item > .inner {
    display: block;
    text-align: center;
    color: #999;
    margin: 10px;
}
.quick-access-item .name {
    display: block;
    padding: 10px 0;
    margin-bottom: 4px;
    color: #c8102e !important;
    font-size: 16px !important;
}
.page-content p {
    padding-bottom: 15px;
}
.short {
    font-size: 1.5rem;
}
@media (max-width: 1024px)  {
    .quick-access-item {
        flex: 0 0 45%;
    }
}
@media (max-width: 800px)  {
    .about-caption {
        display: none;
    }
    .about-content {
        margin: initial;
        float: initial;
    }
    .about-content .tab input, .about-content .tab label {
        display: block;
    }
    .about-content .tab label {
        color: white !important;
    }
    .about-content>div:not(.active) {
        display: initial;
    }
    .tabSubtitle {
        display:  none;
    }
    .about-content .tab {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        color: #fff;
        overflow: hidden;
    }
    .about-content .tab input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    .about-content .tab label {
        position: relative;
        display: block;
        padding: 0 0 0 1em;
        background: #ec1a3a;
        font-weight: bold;
        line-height: 3;
        cursor: pointer;
    }
    .about-content .tab-content {
        display: none;
        overflow: hidden;
        -webkit-transition: max-height .35s;
        -o-transition: max-height .35s;
        transition: max-height .35s;
    }
    .about-content .tab-content p {
        margin: 1em;
    }
    /* :checked */
    .about-content .tab input:checked ~ .tab-content {
        display: initial;
    }

    /* Icon */
    .about-content .tab label::after {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 3em;
        height: 3em;
        line-height: 3;
        text-align: center;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
    }
    .about-content .tab input[type=checkbox] + label::after {
        content: "+";
    }
    .about-content .tab input[type=radio] + label::after {
        content: "\25BC";
    }
    .about-content .tab input[type=checkbox]:checked + label::after {
        transform: rotate(315deg);
    }
    .about-content .tab input[type=radio]:checked + label::after {
        transform: rotateX(180deg);
    }
}
@media (max-width: 600px) {
    .about-content .row {
        justify-content: center;
    }
    .quick-access-item {
        flex: 0 0 95%;
    }
}
/* Contacts page*/
.page_contacts {
    display: flex;
    flex-direction: row-reverse;
}
.page_contacts>div {
    width: 50%;
}
.contacts {
    padding: 0 3%;
}
.map-content h2 {
    font-size: 18px;
    padding-left: 5%;
}
.map-content h2 span {
    font-size: 18px !important;
}
.adress {
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
}
.adress dt {
    font-size: 16px;
}
@media (max-width: 600px) {
    .page_contacts {
        flex-direction: column;
    }
    .page_contacts div {
        width: 100%;
    }
    .contacts {
        padding-bottom: 30px;
    }
}

/** Breadcrumb */
#breadcrumb {
    padding: 0 2% !important;
}
.breadcrumb{
    padding: 3rem 0 2rem 2rem;
}
.breadcrumb,
.breadcrumb a,
.backlink>a{
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'OpenSansRegular';
}
.breadcrumb a{
    padding: 0 1rem;
    color: #333;
}
.breadcrumb a:hover{
    color:#ec1a3a;
    text-decoration: underline;
}
.breadcrumb a.red{
    color:#ec1a3a;
}
.backlink{
    text-align: right;
    padding: 5rem 0;
}
.backlink>a{
    color:#ec1a3a;
    padding: 0 0 0 7.5rem;
    background: url(../imgs/arrow.png) 0 50% no-repeat;
    display: inline-block;
}
/* Catalog */
#catalog {
    padding: 0 2%;
}
.catalogue-block a{
    color: #333;
    text-decoration: underline;
}
.catalogue-block a:hover{
    color: #ec1a3a;
}
#catalog div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
}
.catalogue-block{
    min-width:26rem;
    margin: 2rem 0.7rem;
}
.catalogue-block span {
    font-size: 1.6rem;
}

/* Goods */
#goodscontent {
    padding: 3em 2%;
}
.table_filtered {
    display: flex;
    flex-direction: row;
}

.filter_mobile_button {
    display: none;
    width: 100%;
    height: 35px;
    background-color: rgb(236, 26, 58);
    border-radius: 2px;
    color: white;
    font-weight: bold;
    font-family: 'OpenSansRegular', Verdana, serif;
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.filter-block.mobile{
    visibility: hidden;
    height: 0;
 }
.filter-block.mobile.active {
    visibility: initial !important;
    height: initial;
}

@media (max-width: 850px) {
    .filter_mobile_button {
        display: block;
        line-height: 35px;
        align-items: center;
        text-align: center;
    }
    .table_filtered {
        flex-direction: column;
    }
    .table_filtered .colleft {
        padding: 0 50px;
    }
}

#goodscontent .colleft{
    min-width: 24rem;
}
#goodscontent .colright{
    padding-left: 1.5rem;
}
#goodscontent .goods {
    justify-content: space-evenly;
}
.prices-block{
    padding-bottom:2.5rem;
}
.filter-block .item-f-a a:after,
.filter-block .item-f-a a:hover:after
{
    background-image: url(../imgs/icons2.png);
    background-repeat: no-repeat;
}
.filter-block{
    padding-right: 1.5rem;
    padding-bottom: 2rem;
}
.filter-block label{
    font-family: 'OpenSansRegular', Verdana;
    font-size: 1.8rem;
}
.filter-block label>span{
    color:#777;
}
.filter-block .checkbox{
    padding: .5rem 1.2rem .5rem 0;
}
.filter-block .title{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.filter-block .title>span{
    margin-left: 1rem;
    font-size: 1.6rem;
    font-family: 'OpenSansRegular', Verdana;
    font-weight: normal;
    text-transform: none;
}
.filter-block .default-skin{
    max-height: 25rem;
    padding: 1rem 0;
    box-sizing: border-box;
}
.filter-block .block{
    margin-bottom: 7rem;
}
.filter-block .block input[type="submit"]{
    background: none;
    border:none;
    font-size: 1.8rem;
    text-transform: uppercase;
    cursor: pointer;
    color: #ec1a3a;
    margin:2rem 0 1rem 0;
    padding:0;
}
.filter-block .item-f-a a{
    color:#000000;
    font-size: 1.6rem;
    font-family: 'OpenSansRegular', Verdana;
    font-weight: normal;
    text-transform: none;
    display: block;
    position: relative;
}
.filter-block .item-f-a a:hover{
    color:#ec1a3a;
    text-decoration: underline;
}
.filter-block .item-f-a a:after{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    width:9px;
    height: 9px;
    background-position: -1753px -5px;
    background-size: auto;

}
.filter-block .item-f-a a:hover:after{
    background-position: -1772px -5px;
}

.filter-block .block input[type="submit"]{
    outline: none;
}
.filter-block .block input[type="submit"]:hover{
    cursor: pointer;
    text-decoration: underline;
}
.filter-block .table {
    display: flex;
    justify-content: space-between;
}
.filter-block #price1, .filter-block #price2 {
    border: 1px solid grey;
    border-radius: 2px;
}


.sort_type>span{
    font-family: 'OpenSansMedium', Verdana;
    font-size: 2rem;
    text-transform: uppercase;
    margin-right: 1rem;
    line-height: 42px;
    vertical-align: top;
}

.select{
    width: 200px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    background-color: #fff;
    cursor: pointer;
    min-width: 85px;
    height: 42px;
    box-sizing: border-box;
}
.select>div>div{
    position: absolute;
    top:0;
}
.select .options{
    left: 0;
    width: 100%;
    font-size: 1.6rem;
}
.select.opened{
    z-index: 1;
}
.select.opened .options{
    background-color: #fff;
    box-shadow: 0 0 12px 2px #aaa;
}
.select .options>div:not(:first-child){
    display: none;
}
.select.opened .options>div:not(:first-child){
    display: block;
}
.select .options>div{
    padding:1rem 4rem 1rem 1.5rem;
    font-family: 'OpenSansRegular', Verdana;

}
.select .arrow{
    right: 0;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    -webkit-transition-property: border-color,border-width,background-color,transform;
    transition-property: border-color,border-width,background-color,transform;
    width: 20px;
    height: 100%;
    background-image: url(../imgs/ar.png);
    background-repeat: no-repeat;
    background-position: 50% 52%;
}
.select.opened .arrow{
    transform: rotate(-180deg);
    transition: .1s all ease-out;
}
.bg{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(200,200,200,.2);
}
.view_type>a{
    width: 28px;
    height: 18px;
    display: inline-block;
    margin-right:2.3rem;
    margin-top: 14px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .view_type {
        display: none !important;
    }
}
.icon_list{
    background-position: -308px -5px !important;
}
.icon_grid{
    background-position: -232px -5px !important;
}

div[data-mode="list"] .icon_list {
    background-position: -345px -5px !important;
}
div[data-mode="grid"] .icon_grid {
    background-position: -270px -5px !important;
}
div[data-mode="list"] .items-li{
    width: 100% !important;
    height: 260px;
}
div[data-mode="list"] .goods-wrapper {
    height: 260px;
}

div[data-mode="list"] .items-li:hover .goods-wrapper {
    width: initial !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
div[data-mode="list"] .items-li:hover {
    overflow: initial;
}

div[data-mode="list"] .items-li .descr {
    display: initial;
    font-size: 15px;
    color: rgb(68, 68, 68);
    line-height: 1.429;
    text-align: left;
    overflow: hidden;
}

div[data-mode="list"] .titlename {
    overflow: hidden;
    height: 16rem;
}

div[data-mode="list"] .img {
    width: 28.5rem;
    float: left;
}

div[data-mode="list"] .items-li .title {
    text-align: initial;
    padding-left: 5rem;
    padding-right: 35px;
}
div[data-mode="list"] .button {
    position: absolute;
    right: 10%;
}
div[data-mode="list"] .cost-right,
div[data-mode="list"] .cost-center {
    text-align: initial;
}
div[data-mode="list"] .oldprice {
    left: 25%;
}
div[data-mode="list"] .items-li .good_down {
    line-height: 4rem;
}

.catalogue-group .table.center {
    padding-top: 0;
    font-size: 10px;
}

.catalogue-group .table.center a {
    color: black !important;
}

.catalogue-group .center {
    padding-top: 3rem;
    font-weight: bold;
    font-size: 24px;
}

.wrap-slider-range{
    margin:2rem 0;
}
.navitem{
    padding: 1.2rem 0;
    border-bottom: 1px solid #efefed;
}
.navitem>.title{
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 2rem;
    margin:0;
    font-weight: normal;
}
.navitem.collapsed>.title{
    background: url(../imgs/plus.png) no-repeat right;
}
.navitem.collapsed>div:not(.title)
{
    display: none;
}
.wrap-slider-range input{
    border: transparent;
    outline: none;
    width: 8.6rem;
}
.wrap-slider-range .table>div:first-child>span{
    padding-left: 0;
}
.wrap-slider-range span{
    padding: 0 1rem;
}
.wrap-slider-range .table>div,
.wrap-slider-range input{
    font-size: 1.6rem;
}
.wrap-slider-range .table>div{
    vertical-align: middle;
}

#slider-range{
    height: 30px;
    position: relative;
    background-color: #efefed;
    margin: 1.5rem 0;
    display: table;
    width: 100%;
}
#slider-range span{
    position: absolute;
    width: 4rem;
    height: 30px;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}
#slider-range div{
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
}
.begunok1,
.begunok1>span{
    background: #ec1a3a;
}
.begunok2,
.begunok2>span{
    background: #ec1a3a;
}
.begunok1,
.begunok2>span{
    left: 0;
}
.begunok2,
.begunok1>span{
    right: 0;
}
.begunok1{
    padding-left: 4rem
}
.begunok2{
    padding-right: 4rem
}
#submit_cart{
    margin: 3rem 0;
}

.radiocheck{
    position:relative;
    display:inline-block;
}
.radiocheck>input[type=radio],
.checkbox>input[type=checkbox]
{
    display:none;
}
.radiocheck>label,
.checkbox label:before{
    position: relative;
    width:1.3rem;
    height:1.3rem;
    display:block;
    background:#cdcdcd;
}
.checkbox label:before{
    content: '';
    position: absolute;
    top: 0.65rem;
    left: 0;
}
.checkbox label{
    position: relative;
    padding: 0 0 0 2.5rem;
}
.radiocheck.disabled input[type=checkbox]+label,
.checkbox.disabled input[type=checkbox]+label{
    color:#ccc;
}
.checkbox.disabled input[type=radio]+label,
.radiocheck.disabled input[type=checkbox]+label:before{
    background: #ec1a3a;
}
label{
    cursor:pointer;
}
input[type=radio]:checked+label,
input[type=checkbox]:checked+label:before{
    background:#ec1a3a;
}
input[type=checkbox]:checked+label{
    color: #ec1a3a;
}


.colorItems{
    position: absolute;
    top: 5px;
    right: 1rem;
    width: 6rem;
    text-align: center;
}
.colorItems>div{
    vertical-align: middle;
    width: auto;
    height: auto;
    display: inline-block;
    width: 50px;
    max-width: 50px;
    padding: 2px;
    max-height: 50px;
    box-sizing: border-box;
    border:1px solid transparent;
}
/*.colorItems>div:hover{*/
/*border:1px solid #ec1a3a;*/
/*}*/
.colorItems>div a{
    position: relative;
    display: block;
}
.colorItems>a{
    font-size: 1rem;
    color: #ec1a3a;
    text-decoration: underline;
}
.colorItems>a:hover{
    text-decoration: none;
}
.colorItems img{
    width: auto;
    height: auto;
    max-width:100%;
    max-height:100%;
}

.pagination-block {
    text-align: center;
}
.menu-pagination {
    padding-top: 30px;
    display: inline-block;
    text-align: center;
}

.menu-pagination a {
    color: black;
    display: inline-block;
    background-color: rgb(244, 244, 244);
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    font-family: "OpenSans";
    color: rgb(68, 68, 68);
}

.menu-pagination li.disabled {
    pointer-events: none;
    cursor: default;
    color: #999;
}

.menu-pagination li.active a, .menu-pagination li:hover a{
    color: white;
    background: #ec1a3a;
}

.page-item {
    display: inline-block;
    vertical-align: center;
    margin: 0 7px;
}
/* Goods*/
#good {
    padding: 0 2% !important;
    position: relative;
}
.empty-good {
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    padding: 60px 0;
}
.title-good {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title-good .b1c-name {
    display: block;
    font-size: 2.4rem;
    color: rgb(68, 68, 68);
    font-weight: bold;
    width: 80%;
    text-transform: uppercase;
    line-height: 2.8rem;
    text-align: left;
    padding-left: 20px;
    border-left: 6px solid #ec1a3a;
}
.title-good .article{
    display: flex;
    margin-left: auto;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    background: #4e4e4e;
}

#good .cost{
    font-size: 24px;
    color: rgb(78, 78, 78);
}
#good .article,
#good .rightincart a{
    font-weight: bold;
}

.table-block {
    margin-bottom: 40px;
}

.product-features__table {
    width: 100%;
    height: 0px;
}

.product-features__table {
    border-collapse: collapse;
    float: right;
    border-spacing: 10px;
    color: rgb(68, 68, 68);
}

.product-features__table  th {
    font-weight: normal;
    padding: 10px 20px;
}
.product-features__table   td {
    padding: 5px 20px;
}
.product-features__table  td:nth-child(2n) {
    text-align: right;
}
.product-features__table  tr:nth-child(2n-1) {background: #f4f4f4;}

#good .tabcontrol{
    margin-top: 3.5rem;
}
.table-goods {
    display: flex;
    flex: 1 1 auto;
}
.leftcol, .rightcol {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    position: relative;
    width: 50%;
}
.photo-block {
    display: flex;
    flex: 1 1 auto;
    align-items: start;
}
.photo.img {
    display: flex !important;
    position: relative;
    justify-content: center;
    cursor: crosshair;
    width: 100%;
}
.item-main {
    padding: 35px;
    box-sizing: border-box;
}

#good .rightcol{
    padding-left: 2rem;
    width: 50%;
    overflow: hidden;
}

#good .photos{
    float: left;
    overflow: hidden;
    height: 47rem;
    box-sizing:border-box;
    position: relative;
    width: 100px;
}
#good .photos .items{
    transition: margin 200ms ease;
}
#good .photos .item{
    width: 7rem;
    height: 7rem;
    margin-top: 1.5rem;
    border:1px solid #dbdbdb;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

#good .photo>div{
    display: none;
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    left:100%;
    max-width: 37rem;
    max-height: 46rem;
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #333;
}
#good .photo>div>img{
    max-width: initial;
    max-height: initial;
    width: initial;
    height: initial;
}
#good .zoom{
    z-index: 99;
    box-sizing: border-box;
    border: 1px solid black;
}
#good .zoom>img{
    transition: margin-top 50ms ease,
    margin-left 50ms ease;
}
#good .arrow{
    position: absolute;
    left:0;
    width:7rem;
    height: 7rem;
    background: url(../imgs/arr.png) 50% 50% no-repeat;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
}
#good .toparr{
    top:0;
    transform: rotate(90deg);
}
#good .bottomarr{
    bottom:0;
    transform: rotate(-90deg);
}
/*#good .photos+.photo{*/
/*    margin-left: 7.5rem;*/
/*}*/
#good .colors h3 {
    text-transform: initial;
    font-weight: normal;
}

#good .colors h3 span {
    font-weight: bold;
}

#good .colors .owl-item{
    display: inline-block;
}
#good .colors .item{
    width: 8rem;
    height: 7rem;
    border:1px solid transparent;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
#good .colors .item:hover,
#good .photos .item:hover{
    border-color: #ec1a3a;
}
#good .colors .cost{
    display: none;
    font-size: 1.8rem;
    color:#ec1a3a;
    position: absolute;
    text-align: center;
    margin-top: .5rem;
    width: 100%;
}
#good .colors .item:hover .cost{
    display: block;
}
#good .colors ul{
    margin: 0 1.5rem;
    width: 100px;
}
#good .colors>div{
    position: relative;
}

#good .colors .disabled{
    display: none;
}
#good .colors .owl-prev,
#good .colors .owl-next{
    background: url(/imgs/arr.png) 0 0 no-repeat;
    width: 9px;
    height:15px;
    position: absolute;
    top:50%;
    left: 0;
    margin-top:-7px;
    cursor: pointer;
}
#good .colors .owl-prev:hover,
#good .colors .owl-next:hover{
    background-image: url(/imgs/arr_h.png);
}
#good .colors .owl-next{
    transform: rotate(180deg);
    left: auto;
    right:0;
}

.tabcontrol>.tabcaption{
    display: table;
    background: #ec1a3a;
    color: white;
    width: 100%;
    border: 2px solid transparent;
    line-height: 55px;
    border-spacing: 0;
}
.tabcaption>div{
    display: table-cell;
    text-align: center;
    position: relative;
    width: auto;
}
.tabcaption .block-tabs{
    display: flex;
}
.tabcaption>div:not(.active){
    cursor: pointer;
}
.tabcontent>div:not(.active){
    display: none;
}
.tabcaption>div>.img{
    height: 5rem;
}
.tabcaption>div>.img>img{
    position: relative !important;
}
.tabcaption .title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
}
.tabcaption>.active{
    background: #4e4e4e;
}
.tabcaption>.active:after{
    content: '';
    position: absolute;
    bottom:-1px;
    border-bottom: 7px solid #ec1a3a;
}
.tabcaption .string {
    position: relative;
    top: 6px;
    left: -7px;
}
.tabcaption .delivery {
    position: relative;
    top: 11px;
    left: -7px;
}
.tabcaption .cash {
    position: relative;
    top: 8px;
    left: -7px;
}
.tabcaption .talk {
    position: relative;
    top: 10px;
    left: -7px;
}

.tabcontent {
    margin-top: 60px;
}
.text-response {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 25px;
    color: rgb(68, 68, 68);
}
.goods.bottom {
    box-sizing: border-box;
    padding: 0 !important;
    margin-bottom: 20px;
}
.goods.bottom .tocompare {
    position: initial;
    width: 80px;
    height: 60px;
    background-color: #f1f1f1;
}
.goods.bottom .tocredit {
    display: flex;
    cursor: pointer;
    height: 60px;
    align-items: center;
    padding: 0 15px;
    background-color: #deb8bb !important;
}
.goods.bottom .tocredit img {
    padding: 0 5px;
    width: 40px;
    height: 40px;
}
.goods.bottom .tocredit p {
    font-weight: bold;
    font-size: 2rem !important;
    text-transform: uppercase;
}

.goods.bottom .tocart {
    display:inline-block;
    flex:1 1 auto;
    height: 60px;
}
.goods.bottom .tocart a {
    width: 100%;
    overflow: hidden;
    font-size: 2rem !important;
    background-color: #ec1a3a !important;
}
.goods.bottom .tocompare.dispose:after {
    background-color:  #f5c1c1 !important;
}
.goods.bottom .tocart.dispose a {
    background-color:  rgb(230, 165, 165) !important;
}
.goods.bottom .tocompare a {
    width: 80px;
    height: 60px;
}
.modal-content-block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 20px;

}
.modal-content-block img{
    width: 50px;
    height: 50px;
    margin: 0 15px;
}
.modal-content-block p, .modal-content p {
    font-size: 16px;
    text-align: center;
}
#modal-reserve {
    padding-top: 30px;
}
#paymenttr6 img {
    width: 60px;
    height: 60px;
}
@media (max-width: 800px) {
    .table-goods {
        flex-direction: column;
    }
    #good .cost {
        align-items: center;
    }
    .leftcol, .rightcol {
        padding: 0 !important;
        width: 100% !important;
    }
}
@media (max-width: 600px) {
    .tab-content-text {
        display: none;
    }
}

@media (max-width: 500px) {
    .title-good {
        flex-direction: column;
        margin-bottom:  2rem;
    }
    #good .article {
        margin: initial;
    }
    .photo-block {
        flex-direction: column;
    }

    .photo.img {
        height: 250px;
    }
    #good .photos {
        display: none;
    }
    .tabcaption i{
        left: 0 !important;
    }
}
.td .noexists {
    color: rgb(233, 33, 99);
    font-weight: bold;
    text-align: left;
}
/** cart **/
#goods_cart form {
    padding: 0 2%;
}
.table.goods {
    box-sizing: border-box;
    overflow: hidden;
}
.cart_header {
    display: flex;
    flex-direction: row;
    background-color: #ec1a3a;
    color: #fff;
    font-weight: bold;
    border-bottom: none;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
.cart_header .header__title:last-child {
    width: 25px !important;
}
.cart_header .header__title:nth-child(1n) {
    width: calc((100% - 25px)/5);
    box-sizing: border-box;
}

.line__item {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
}
.item__el {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.product_data {
    display: flex;
    flex-direction: row;
    width: calc((100% - 25px) /5 * 3);
}
.product_data .item__el:first-child {
    width: 33.3%;
}
.product_block {
    display: flex;
    flex-direction: row;
    width: 66.6%;
}
.item__price {
    margin: 0 auto;
}
.product_block .item__el:nth-child(1n){
    width: 50%;
}

.product_total {
    display: flex;
    flex-direction: row;
    width: calc((100% - 25px) /5 * 2);
}
.product_total .item__el:nth-child(1) {
    width: 50%;
}
.product_total .item__el:nth-child(2) {
    width: 50%;
}
.item__delete {
    width: 25px;
}
.item__title .desc {
    text-align: center;
    padding: 0 5px;
}
.cost_title, .cost_qty_title {
    display: none;
}
.item__qty input{
    background: none;
    border: none;
    font-size: 1.8rem;
    width: 6rem;
}
#incart {
    padding: 2em 2% 0;
}
#incart .cost{
    font-size:2.4rem;
    color: #333;
    width:auto;
}
#incart .cost.updated{
    color:#ec1a3a;
}

#incart .summ{
    padding-top:1rem;
    padding-right: 8rem;
    box-sizing: border-box;
}
#incart .summ .cost{
    color:#ec1a3a;
}
#incart .summ>.tr>div{
    text-align:right;
    padding:1rem 0;
    vertical-align: middle;
}
#incart .summ>.tr>div:first-child{
    text-transform:uppercase;
    font-weight:bold;
}
#incart .summ>.tr>div:last-child{
    width:13.5rem;
}
#incart input[type=text]{
    background:none;
    border:none;
    font-size:1.8rem;
    width: 6rem;
}
.bottom_line{
    margin-bottom: 2.5rem;
    padding-bottom:2.5rem;
    border-bottom: 3px solid #dbdbdb;
}
#pay_cart h2,
#delivery_cart h2,
#info_cart h2{
    text-transform:uppercase;
    display:inline-block;
    padding: 1rem 7rem 1rem 0;
    font-size:1.7rem;
}
#delivery_cart h2{
    background: url('../imgs/delivery.png') 100% 50% no-repeat;
}
#pay_cart h2{
    background: url('../imgs/pay.png') 100% 50% no-repeat;
}

#delivery_cart .desc{
    width:50rem;
}
#delivery_cart .tablechange .tr{
    display: flex;
    overflow: auto;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 2rem;
}
#delivery_cart .tablechange .tr div:nth-child(1) {
    width: 2em;
    display: inline-block;
    margin: auto;
}
#delivery_cart .tablechange .tr div:nth-child(2) {
    width: 7em;
    display: inline-block;
    margin: auto;
}
#delivery_cart .tablechange .tr div:nth-child(3) {
    text-align: left;
    padding: 0 10px;
    flex: auto;
}
#delivery_cart .tablechange .tr div:nth-child(4) {
    width: 10rem;
}
#pay_cart .tablechange .tr{
    display: flex;
    overflow: auto;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 2rem;
}
#pay_cart .tablechange .tr div:nth-child(1) {
    width: 2em;
    display: inline-block;
    margin: auto;
}
#pay_cart .tablechange .tr div:nth-child(2) {
    min-width: 6em;
    display: inline-block;
    margin: auto;
}
#pay_cart .tablechange .tr div:nth-child(3) {
    text-align: left;
    padding: 0 10px;
    flex: auto;
}
#pay_cart .img {
    width: 100px;
}
.emptycart{
    margin:2rem 0 5rem 0;
}
.form_cart{
    background-color: #f5f5f5;
    padding:0 6.5rem 4rem 6.5rem;
    margin: 0 0 3rem 0;
}
.form_cart>.table>.tr>div:first-child{
    width:19.5rem;
    padding-right:.5rem;
}
.form_cart>.table>.tr>div{
    padding:.9rem 0;
}
.form_cart>.table>.tr>div input{
    height:3rem;
}
.form_cart>.table>.tr>div input,
.form_cart>.table>.tr>div textarea{
    border:1px solid transparent;
}
.form_cart>.table>.tr>div textarea{
    height:8rem;
}
.form_cart .radiocheck>label{
    background:#333333;
    margin-right:1.5rem;
}
.form_cart span:not(:first-child)>.radiocheck>label{
    margin-left:2rem;
}
@media (max-width: 800px)  {
    #incart {
        padding: 0 2% 0;
    }
    .cart_header {
        display: none;
    }
    .line__item {
        box-sizing: border-box;
        margin-bottom: 1.5rem;
        padding-bottom:1.5rem;
        border-bottom: 3px solid #dbdbdb;
    }
    .line__item {
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
    }
    .product_data, .product_total{
        width: 100%;
    }
    .product_data {
        padding-bottom: 15px;
    }
    .product_block {
        flex-direction: column;
        justify-content: space-evenly;
    }
    .product_block .item__el {
        width: 100% !important;
    }
    .product_total .item__el:nth-child(1) {
        width: 33.3% !important;
    }
    .product_total .item__el:nth-child(2) {
        width: 66.6% !important;
    }
    .cost_title, .cost_qty_title {
        display: block;
        font-family: 'OpenSansRegular', Verdana, serif;
        font-weight: bold;
        font-size: 1.6rem;
        text-transform: uppercase;
    }
    .cost_title {
        padding: 5px 25px;
    }
    .cost_qty_title {
        padding: 5px 25px;
    }
    .item__price {
        justify-content: left;
    }
    .item__delete {
        position: absolute;
        top:0;
        right: 0;
        bottom: 0;
        justify-content: right;
    }
}
@media (max-width: 770px)  {
    #info_cart .form_cart {
        padding: 0 2%;
    }

    #info_cart .table>.tr {
        display: flex;
        flex-direction: column;
    }
    #info_cart .form_cart>.table>.tr>div {
        padding: 0 0 0.5rem 0;
    }
    #info_cart .form_cart > .table > .tr:nth-child(5) > div:last-child {
        display: flex;
        justify-content: space-evenly;
    }
}
@media (max-width: 400px)  {
    .product_data {
        flex-direction: column;
    }
    .product_block {
        width: 100%;
    }
    .product_data .item__el {
        width: 100% !important;
    }
    .product_total {
        flex-direction: column;
    }
    .product_total .item__el:nth-child(n) {
        width: 100% !important;
    }
    .item__delete {
        position: initial;
        width: 100%;
        height: 30px;
        background: #cbc5c5;
        justify-content: center;
    }
    a.rounddelbut {
        height: 11px;
    }
}
@media (max-width: 450px)  {
    #info_cart .form_cart > .table > .tr:nth-child(5) > div:last-child {
        display: flex;
        flex-direction: column;
    }

    .form_cart span:not(:first-child) > .radiocheck > label {
        margin-left: 0;
    }

    #incart .summ {
        padding-right: 0;
    }
}


#compare table{
    padding: 2rem 0;
    width:100%;
}
#compare .default-skin{
    margin: 3rem 0;
}
#compare table tr>td:first-child{
    width:23.5rem;
    vertical-align:bottom;
    text-align:right;
    font-weight:bold;
    min-height:2.5rem;
    padding-right: 2rem;
}
.reviews-container {
    display: flex;
    flex-direction: column;
}
.container-input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.container-input input{
    width: 20%;
    margin: 0 2.5%;
    background: #f4f4f4;
    border: none;
    padding: 10px;
}
.container-input textarea{
    background: #f4f4f4;
    padding-bottom: 10px;
    color: rgb(68, 68, 68);
    border: none;
    width: 75%;
}
.reviews-container .responses {
    position: initial;
    float: initial;
    align-self: flex-end;
    margin-right: 45px;
}
@media (max-width: 600px)  {
    .tab-content {
        margin-top: 30px;
    }
    .container-input {
        flex-direction: column;
    }
    .container-input input{
        width: 95%;
        display: block;
        box-sizing: border-box;
        margin-bottom: 1rem;
    }
    .container-input textarea {
        margin: 0 2.5%;
        width: 95%;
    }

}
.center2 {
    width: 80%;
    margin: 0 auto;
    padding: 0 2% !important;
}
.maincat input[type='image'] {
    width: 250px;
}
.photos-mob {
    display: none;
}
.main-slider {
    display: none;
}
@media (max-width: 500px) {
    .photo-block {
        display: none;
    }
    .main-slider {
        display: initial !important;
        min-height: inherit;
        width: 80%;
        left: 10%;
    }
    .slick-track
    {
        display: flex !important;
    }

    .slick-slide
    {
        height: inherit !important;
    }
}

.emptypropuct a:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(230, 165, 165, .3);
}

.blocks {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.saloon-box {
    display: inline-block;
    width: 180px;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 3px 1px;
    position: absolute;
    text-align: center;
    top: 15px;
    right: 50px;
    background: #e93f11;
}
.saloon-box span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: -9px;
    border-top: 10px solid #ff0000;
    border-left: 10px solid transparent;
}
.saloon-mobile {
    display: none;
}
@media (max-width: 500px) {
    .saloon-mobile {
        display: inline-block;
        top: initial;
        bottom: -13px;
        left: 30px;
    }
    .saloon-box span:after {
        content: '';
        position: absolute;
        top: -9px;
        bottom: initial;
        border-top: initial;
        border-bottom: 10px solid #ff0000;
        border-left: 10px solid transparent;
    }
}


.official-partner-note{
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px;
    margin: 14px 0 18px 0;
    border: 1px solid #f0d7db;
    border-left: 6px solid #ec1a3a;
    background: #fff7f8;
    border-radius: 4px;
    box-sizing: border-box;
}

.official-partner-note__icon{
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    margin-top: 2px;
}
.official-partner-note__icon img{
    width: 34px;
    height: 34px;
    display: block;
}

.official-partner-note__body{
    flex: 1 1 auto;
    min-width: 0;
}

.official-partner-note__title{
    font-size: 1.8rem;
    font-family: "OpenSansBold", serif;
    color: #ec1a3a;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.official-partner-note__text{
    font-size: 1.6rem;
    color: #444444;
    line-height: 1.45;
}

.official-partner-note__badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #f0d7db;
}

.official-partner-note__badge-icon{
    width: 18px;
    height: 18px;
    display: block;
}

.official-partner-note__badge-text{
    font-size: 1.4rem;
    font-family: "OpenSansBold", serif;
    color: #4e4e4e;
}

@media (max-width: 800px){
    .official-partner-note{
        margin: 12px 0 16px 0;
    }
}

@media (max-width: 500px){
    .official-partner-note{
        padding: 12px 12px;
    }
    .official-partner-note__text{
        font-size: 1.5rem;
    }
}

