@charset "utf-8";

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: Ubuntu, Sans-Serif;
    font-size: 14px;
}

* html body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
}

a {
    color: #df1d32;
}

a:hover {
    color: #b00903;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.container .container {
    margin: 0 15px 0 15px;
    width: auto;
}

.devider, .divider {
    position: relative;
    height: 20px;
}

.hidden {
    display: none;
}

input {
    font-family: Ubuntu;
    font-size: 14px;
}

.top_note {
    position: relative;
    width: 100%;
    padding: 4px 0;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #df1d32;
    border-bottom: 2px solid #000;
    background-color: #fff999;
    font-weight: bold;
}

header {
    position: relative;
    width: 100%;
    height: 110px;
}

header .top {
    display: block;
    position: relative;
    width: 100%;
    height: 39px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

header .top ul {
    float: right;
    list-style-type: none;
}

header .top li {
    display: inline;
    margin-left: 20px;
}

header .login {
    padding-left: 22px;
    background: transparent url('/images/ico-login.gif?v2') 0 1px no-repeat;
}

header .top a {
    color: #555;
    font-size: 85.7%;
    line-height: 39px;
}

header .top a:hover {
    color: #df1d32;
}

#logo {
    position: absolute;
    left: 0;
    top: -27px;
    width: 230px;
    height: 84px;
    background: url('/images/logo.png?v2') 0 0 no-repeat;
}

header .city {
    position: absolute;
    left: 16px;
    top: 40px;
    width: 200px;
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
    text-align: center;
}

header .phone {
    position: absolute;
    left: 300px;
    top: 24px;
    font-size: 18px;
    color: #555555;
    font-weight: 600;
}

header .phone span {
    font-size: 14px;
    font-weight: normal;
}

header .mail {
    display: block;
    position: absolute;
    left: 37%;
    top: 24px;
    font-size: 18px;
    color: #555555;
    font-weight: 600;
}

header .mail span {
    color: #df1d32;
}

header .main ul {
    float: right;
    list-style-type: none;
}

header .main li {
    display: inline;
    margin-left: 20px;
}

header .main a {
    color: #555;
    font-size: 100%;
    line-height: 70px;
}

header .main a:hover {
    color: #df1d32;
    font-size: 100%;
    line-height: 70px;
}

header a.whatsapp,
header a.telegram {
    display: none;
    position: absolute;
    right: 0;
    top: 19px;
    width: 32px;
    height: 32px;
    background: transparent url('/images/icons-chat.png') 0 0 no-repeat;
}

header a.telegram {
    right: 40px;
    background-position: 0 -32px;
}

/* main line */

#line {
    position: relative;
    width: 100%;
    height: 40px;
    background: #fafafa;
    border: 1px solid #eee;
    border-left-width: 0;
    border-right-width: 0;
    /*margin-bottom: 40px;*/
}

#line .cat_title {
    position: relative;
    float: left;
    width: 230px;
    height: 40px;
    margin-right: 10px;
}

#line .cat_title > a:first-child {
    display: block;
    background: transparent url('/images/bg-lines.gif') 0 0 repeat;
    color: #fff;
    line-height: 40px;
    font-size: 120%;
    font-weight: 600;
    text-indent: 35px;
    cursor: pointer;
    text-decoration: none;
}

#line .cat_title > a:first-child:after {
    content: " ";
    display: block;
    position: absolute;
    right: 20px;
    top: 18px;
    width: 7px;
    height: 5px;
    background: transparent url('/images/arr-cat-title.png') 0 0 no-repeat;

}

#line form {
    position: relative;
    margin: 0 250px 0 240px;
    height: 28px;
    padding: 6px;
    width: auto;
}

#line .input {
    position: relative;
    width: auto;
    margin-right: 70px;
    background: #fff;
    border: 1px solid #aaa;
    /*padding-left: 4px;*/
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}

#line input[type=text] {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-width: 0;
    background: #fff;
    outline: none;
    text-indent: 4px;
}

#line input[type=text]:focus {
    -webkit-box-shadow: inset 0 0 1px #df1d32;
    -moz-box-shadow: inset 0 0 1px #df1d32;
    box-shadow: inset 0 0 1px #df1d32;
}

#line input[type=submit] {
    position: absolute;
    right: 0;
    top: 6px;
    width: 77px;
    height: 28px;
    line-height: 28px;
    outline: none;
    background: transparent url('/images/bg-lines.gif') 0 0 repeat;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#cart {
    position: relative;
    float: right;
    max-width: 160px;
    height: 68px;
    display: table;
    background: transparent url('/images/ico-cart.png') 0 6px no-repeat;
    padding-left: 40px;
    margin-bottom: 10px;
    z-index: 1;
}

#cart > div {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding-bottom: 28px;
}

#cart a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: transparent url('/images/bg-lines.gif') 0 0 repeat;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0 5px 0 5px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#cart a:hover {
    background: #df1d32;
}

/* banner */

.banner_line {
    position: relative;
    width: 100%;
    height: 200px;
    clear: both;
}

/* goods item */

.goods, ul.dots li {
    display: block;
    position: relative;
    float: left;
    width: 198px;
    height: 218px;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0 0 20px 15px;
}

.goods {
    height: 234px;
}

.goods:hover, ul.dots li:hover {
    box-shadow: 0 0 4px rgba(175, 13, 32, 0.5);
}

.goods a, ul.dots li a:hover {
    display: block;
    width: 198px;
    height: 200px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
}

.goods a {
    height: 216px;
}

.goods a:hover, ul.dots li a:hover {
    color: #df1d32;
}

.goods img, ul.dots li img {
    border-width: 0;
    width: 200px;
    height: 150px;
    margin: 0 -1px 0 -1px;
}

.goods .price {
    font-size: 140%;
    margin-top: 4px;
    font-weight: 600;
}

.goods .old-price {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 28px;
    text-decoration: line-through;
    color: #999;
}

.goods .buy {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 14px;
    background: #FFD700;
    color: #00008B;
    width: auto;
    height: auto;
}

.goods .buy:hover {
    color: #fff;
    background: #df1d32;
}

.goods span.info, .gallery span.info {
    position: absolute;
    top: 12px;
    left: -5px;
    line-height: 30px;
    background: transparent url('/images/bg-lines.gif') 0 0 repeat;
    padding: 0 9px;
    color: #fff;
}

.gallery span.info {
    left: 0;
    z-index: 1;
}

.goods span.info:after, .gallery span.info:after {
    content: '';
    border-left: 5px solid transparent;
    border-top: 5px solid #700f1a;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.banner_line .goods {
    position: relative;
    float: right;
    margin: 0;
}

ul.dots li div.name {
    position: absolute;
    top: 168px;
    left: 15px;
    width: 200px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}

/* hits */

.goods_hits, .goods_sale {
    position: relative;
    margin: 0 0 0 230px;
    height: 310px;
    overflow: hidden;
    clear: both;
}

.goods_hits, .goods_sale {
    margin: 0 0 0 -20px;
}

.goods_hits h4, .goods_sale h4 {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 120%;
    color: #555;
    padding: 0;
    margin: 0 0 20px 20px;
    font-weight: 600;
}

.goods_hits > a, .goods_sale > a {
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.goods_hits .goods span.info {
    display: none;
}

#content {
    padding: 0 0 140px 0;
}

#content .left_col {
    float: left;
    width: 230px;
    box-sizing: border-box;
}

.has_left_col main {
    position: relative;
    margin-left: 270px;
}

footer {
    position: relative;
    margin-top: -120px;
    height: 119px;
    clear: both;
    width: 100%;
    background: #fafafa;
    border-top: 1px solid #eee;
    overflow: hidden;
}

footer .container {
    height: 119px;
}

/* main catalog */

#main_catalog {
    position: absolute;
    left: 0;
    width: 230px;
    top: 40px;
    z-index: 9;
}

#line .cat_title:hover #main_catalog > ul {
    display: block;
}

/*
body.main #main_catalog > ul {
    display: block;
}
*/
#main_catalog ul {
    margin: 0;
    padding: 1px 0;
    width: 230px;
    z-index: 9;
    background-color: #fafafa;
    box-shadow: inset 0 0 1px #000;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: none;
}

/*
#main_catalog li:hover > ul {
    display: block;
}
*/
#main_catalog ul ul {
    position: absolute;
    left: 230px;
    margin: 0;
    padding: 1px 0;
    /*margin: -7px 0 0 0;*/
}

#main_catalog li.bottom > ul {
    top: auto;
    margin: 0;
    bottom: 0;
    left: 230px;
}

#main_catalog li.top > ul {
    top: 0;
    margin: 0;
    left: 230px;
    bottom: auto;
}


#main_catalog li {
    width: 230px;
    /*margin: 6px 0 6px 10px;
    height: 32px;*/
    padding: 0;
    margin: 0;
    list-style-type: none;
    vertical-align: middle;
    display: table;
}

#main_catalog a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    margin: 0 1px;
    -webkit-transition: color 0.5s ease;
}

#main_catalog li.sub > a:before {
    content: '';
    position: absolute;
    left: 200px;
    top: 14px;
    width: 4px;
    height: 7px;
    background: transparent url('/images/arr-cat.gif') 0 0 no-repeat;
}

#main_catalog li:hover > a {
    color: #df1d32;
    background-color: #fff;
}

#main_catalog li:hover > a:before {
    background-position: 0 -7px;
}

/* search */

header .search {
    position: absolute;
    top: 14px;
    left: 0;
    margin-left: -480px;
    width: 398px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

header .search input[type=text] {
    position: relative;
    width: 100%;
    font-size: 14px;
    padding: 6px 35px 5px 6px;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #fbfbfb;
    outline: none;
    color: #cdcdcd;
}

.search input[type=submit] {
    display: block;
    width: 36px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #7abc26 url('/images/ico-search.png') 9px 7px no-repeat;
    border-width: 0;
    cursor: pointer;
}

/* user menu */

#user_menu {
    position: absolute;
    right: 0;
    top: 20px;
}

#user_menu ul {
    margin: 0;
    padding: 0;
}

#user_menu li {
    float: left;
    padding: 0 30px 0 30px;
    border-left: 2px solid #000;
}

#user_menu li:first-child {
    border-width: 0;
}

#user_menu a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

#user_menu a:hover {
    color: #333;
    text-decoration: underline;
}

#user_menu a.basket {
    padding-left: 26px;
    background: transparent url('/images/ico-basket.png') 0 0 no-repeat;
}

/* footer elements */

footer .description {
    display: none;
    width: 270px;
    float: right;
    text-align: right;
    padding-top: 40px;
}

footer .contacts .title {
    display: none;
}

footer .copyright {
    position: absolute;
    left: 15px;
    top: -100px;
    line-height: 20px;
    color: #555;
    font-weight: 600;
}

footer .ways_to_pay {
    display: none;
    position: absolute;
    left: 35.5%;
    top: -37px;
    font-size: 0;
    width: 80px;
    height: 20px;
    padding-right: 200px;
    background: transparent url('/images/ways-to-pay.png') right 0 no-repeat;
}

footer .ways_to_pay img {
    display: none;
}

footer a {
    color: #555;
}

footer a:hover {
    color: #df1d32;
}

footer nav {
    display: block;
    position: relative;
    padding-top: 19px;
    float: right;
    line-height: 20px;
    /*margin-left: 300px;*/
}

footer nav ul {
    list-style-type: none;
}

footer nav > ul > li {
    display: block;
    float: left;
    margin-left: 40px;
    margin-bottom: 80px;
}

footer nav > ul > li span {
    display: block;
    font-weight: bold;
}

footer nav > ul > li li {
    font-size: 14px;
}


footer ul.contacts {
    display: block;
    position: absolute;
    left: 0;
    top: 39px;
    list-style-type: none;
}

footer ul.contacts li {
    display: block;
    line-height: 20px;
}

footer ul.contacts a,
footer ul.contacts span {
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
}

footer ul.contacts li a:before,
footer ul.contacts li span:before {
    font-family: 'Unisiter-Icons';
    display: inline-block;
    padding-right: 3px;
}

footer ul.contacts li.address a:before,
footer ul.contacts li.address span:before {
    content: '\e904';
}

footer ul.contacts li.phone a:before,
footer ul.contacts li.phone span:before {
    content: '\e902';
}

/*footer ul.contacts li.phone a:first-child {
    display: none;
}*/

footer ul.contacts li.mail a:before,
footer ul.contacts li.mail span:before {
    content: '\e906';
}

footer .metrika {
    position: absolute;
    left: -9999px;
}

/* footer sub */

footer .subscription {
    display: none;
    width: 270px;
    height: 60px;
    float: right;
    text-align: right;
    margin-top: 20px;
}

footer .subscription form {
    position: relative;
    width: 100%;
}

footer .subscription .title {
    height: 18px;
    width: 187px;
    overflow: hidden;
    text-align: right;
    margin: 0 0 10px 0;
}

footer .subscription .input input {
    display: block;
    margin-right: 50px;
    width: 90%;
    padding: 0 5%;
    font-size: 12px;
    color: #392a25;
    height: 25px;
    line-height: 40px;
    background-color: #fff;
    border: none;
    border-width: 0;
    outline: none;
}

footer .subscription form input[type=submit] {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 7px 10px 7px 15px;
    border-width: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    cursor: pointer;
    background: #666666;
    outline: none;
    text-decoration: none;
    border-width: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    top: 0;
}

/*иконки социальных сетей в footer*/

footer ul.social {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 17px;
    width: 200px;
    height: 26px;
    list-style-type: none;
}

.social {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 17px;
    width: 200px;
    height: 26px;
    list-style-type: none;
}

footer ul.social li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

footer ul.social li {
    display: inline-block;
    margin: 4px;
}

footer ul.social li a {
    display: block;
    width: 29px;
    height: 29px;
    background: transparent url(/engine/public/img/services.png) -6px -6px no-repeat;
    border-radius: 4px;
    background-color: #FFD700;
    color: #00008B;
}

footer ul.social li a:hover {
    color: #fff;
    background-color: #df1d32;
}

footer ul.social li.fb a {
    background-position: 1px 1px;
}

footer ul.social li.ig a {
    background-position: 1px -25px;
}

footer ul.social li.vk a {
    background-position: 1px -50px;
}

footer ul.social li.tw a {
    background-position: 2px -76px;
}

footer ul.social li.ok a {
    background-position: 1.5px -103px;
}

footer ul.social li.dr a {
    background-position: 1.5px -128px;
}

footer ul.social li.yt a {
    background-position: 1.5px -154px;
}

footer ul.social li.yl a {
    background-position: 1.5px -181px;
}

footer ul.social li.tg a {
    background-position: 1.5px -206px;
}

footer ul.social li.fp a {
    background-position: 1.5px -233px;
}

footer .unisiter {
    display: none;
    position: absolute;
    right: 15px;
    top: -35px;
}

footer .unisiter a {
    display: inline-block;
    padding-left: 18px;
    background: transparent url(/images/unisiter.png) 0 -17px no-repeat;
    transition: color 0.3s;
    color: #334141;
    text-decoration: none;
}

footer .unisiter a:hover {
    background-position: 0 -67px;
    text-decoration: underline;
    color: #000;
}

.clear {
    clear: both;
}

.rouble {
    font-family: 'ALSRubl-Verdana';
    font-style: normal;
}

#content h4 {
    font-size: 20px;
}


.basic_table {
    width: 100%;
    border-collapse: collapse;
}

.basic_table th {
    text-align: center;
    border-bottom: 2px solid #999;
    padding: 2px;
}

.basic_table td {
    border-bottom: 1px solid #aaa;
    padding: 2px;
    vertical-align: middle;
}

.lines_table tr:hover td {
    background-color: #eee;
}

.pagination {
    clear: both;
}

.pagination span {
    margin-right: 10px;
}

#shop_goods .pagination {
    margin-left: 20px;
}

.script_time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    color: #fafafa;
}

/* search hints */

#search_hints {
    display: none;
    position: absolute;
    top: 33px;
    left: 246px;
    border: solid 1px #eee;
    width: 50%;
    min-width: 220px;
    z-index: 55;
    background: transparent url('/images/cat_opacity.png') 0 0 repeat;
    padding: 15px 20px 20px 20px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

#search_hints .result {
    padding: 2px 0 2px 0;
    height: 16px;
    overflow: hidden;
}

#search_hints .result .parent {
    background: transparent url(/images/arr-cat-search.gif) right 5px no-repeat;
    padding-right: 10px;
    margin-right: 6px;
}

#search_hints h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0;
    font-weight: normal;
}

div.selection {
    position: relative;
    height: 80px;
}

div.selection form {
    padding: 24px 0 0 246px;
}

div.selection form select {
    width: 209px;
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    font-family: Ubuntu, Sans-Serif;
    font-size: 14px;
    padding: 4px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

div.selection form select:disabled {
    cursor: auto;
}

div.selection form input {
    width: 77px;
    height: 28px;
    line-height: 28px;
    outline: none;
    background: transparent url(/images/bg-lines.gif) 0 0 repeat;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    cursor: pointer;
}

/*недавно посещённые товары*/

.container-view-products {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.goods_viewed {
    position: relative;
    clear: both;
    width: 100%;
    height: 102px;
    overflow: hidden;
    background: #fff;
    padding: 40px 0 20px 0;
    border-top: 1px solid #eee;
    margin-top: 40px;
}

.goods_viewed .title {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: bold;
    color: #333;
    text-shadow: 0 0 2px #fff;
}

.goods_viewed > div {
    padding: 0 10px;
}

.goods_viewed .item {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 10px 20px 10px;
    background-color: #fff;
    border: 1px solid #999;
}

.goods_viewed .name {
    position: relative;
    padding: 10px 10px 14px 10px;
    width: 100px;
    height: 19px;
    font-size: 11px;
    line-height: 11px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}

.goods_viewed img {
    width: 80px;
    height: 60px;
    margin: 10px auto 0 auto;
    border: 0;
    display: block;
}

/* left column catalog */

aside.left_col .nav {
    display: none;
}

aside.left_col ul.dots {
    margin-left: -20px;
}

aside.left_col ul.dots li {
    width: 93px;
    height: 108px;
    margin-left: 20px;
    padding: 5px;
}

aside.left_col ul.dots li img {
    width: 100px;
    height: 75px;
    margin-left: -4px;
}

aside.left_col ul.dots li a {
    width: 93px;
    height: 98px;
}

aside.left_col ul.dots li div.name {
    font-size: 14px;
    width: 93px;
    left: 5px;
    font-weight: normal;
    top: 80px;
    line-height: 14px;
}

/* 22.07.2020 код от специалистов ruscovers */

#shop_goods .right {
    min-height: 300px
}

ul.type_map {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 250px);
    justify-content: space-around;
    margin: 20px 0 0 -20px;
    padding: 0
}

ul.type_map li {
    min-height: 0 !important
}

@media (max-width: 366px) {
    body .one_click_buy {
        padding-top: 10px
    }
}

@media (max-width: 480px) {
    ul.type_map {
        grid-template-columns: auto
    }
}

[colspan="2"] {
    text-align: left !important;
    padding-left: 140px !important
}

section.main_page_catalog {
    margin-left: 0 !important;
    padding: 0 !important;
    overflow: hidden
}

section.main_page_catalog ul.dots li {
    margin: 15px 6px 0 !important
}

.goods, ul.dots li {
    display: block;
    position: relative;
    float: left;
    border: 1px solid #ddd
}

.main_page_catalog > .dots {
    display: grid;
    grid-template-columns: repeat(auto-fit, 128px);
    justify-content: space-around
}

.banners_for_type {
    width: 97% !important
}

#shop_goods {
    margin: 40px 0 0 !important
}

.similar-goods {
    padding-bottom: 70px !important
}

.goods_hits, .goods_sale {
    margin: auto;
    position: relative;
    height: auto;
    overflow: hidden;
    clear: both;
    display: grid;
    grid-template-columns: repeat(auto-fit, 257px);
    justify-content: space-around;
    resize: horizontal
}

.goods_hits h4, .goods_sale h4 {
    position: absolute;
    font-size: 120%;
    color: #555
}

.goods, ul.dots li {
    margin-top: 38px;
    margin-bottom: 0
}

@media (max-width: 480px) {
    .goods_hits, .goods_sale {
        grid-template-columns: auto !important
    }

    #search_hints {
        left: 6px !important
    }

    body div.selection form input {
        display: inline-block !important;
        width: 100% !important;
        height: 40px !important;
        line-height: 30px !important;
        font-size: 13pt !important
    }

    table {
        width: 100% !important
    }

    .main .goods a {
        height: 100%
    }

    .main .goods .price {
        right: 110px !important;
        background: #fff
    }

    .main .goods .buy {
        display: block !important;
        height: 20px
    }

    body #line {
        margin-bottom: 0 !important;
        margin-top: 45px !important
    }

    body #cart {
        display: none !important
    }

    body #line .cat_title {
        width: 100% !important;
        padding-top: 50px !important
    }

    #line form {
        display: block !important;
        width: 95% !important;
        margin: 0 !important;
        position: absolute !important
    }

    #line .cat_title > a:first-child:after {
        top: 67px !important
    }

    #logo {
        top: 6px !important
    }

    #line {
        position: relative;
        width: 100% !important;
        height: 100px !important
    }
}

header .top li:first-child {
    display: none !important
}

@media (max-width: 720px) {
    #line form {
        display: table-cell !important
    }
}

@media (max-width: 480px) {
    header .phone {
        display: block !important;
        position: absolute !important;
        left: 86px !important;
        top: 80px !important;
        text-decoration: none !important
    }

    #content {
        padding-top: 0 !important
    }
}

.phone a {
    text-decoration: none;
    color: #4c4c4c !important
}

.phone {
    z-index: 999
}

#logo {
    top: 10px !important
}

#content {
    padding-top: 40px
}

@media (max-width: 1100px) {
    header .main {
        display: block !important;
        padding-top: 38px !important
    }
}

@media (max-width: 720px) {
    header .main {
        display: none !important
    }

    .banner_line {
        display: none
    }
}

header .phone {
    left: 266px
}

/*  advantages-company */
.advantagesCompanyWrapper {
    padding: 20px;
}

.advantagedCompany {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-grow: 3;
}

.advantagesCompanyWrapper h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #2F2F2F;
    max-width: 618px;
}

.advantagesCompanyWrapper h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #DF2438;
    margin: 30px 0 40px 0;
}

.itemAdvantages-name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
}

.itemAdvantages {
    display: flex;
    flex-grow: 1;
    width: 33%;
    max-width: 50%;
    margin-bottom: 40px;
}

.itemAdvantages img {
    width: 55px;
    height: 55px;
    margin-right: 20px;
}

/*text-faq*/

.text-faq {
    /*display: flex;*/
    display: none;
    justify-content: center;
}

.text-faq-container {
    width: 100%;
    max-width: 848.5px;
    position: relative;
}

.text-faq h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #555555;
    margin: 50px 0 70px 0;
}

.spoiler {
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}

.spoiler details + details {
    border-top: 1px solid #bababa;
    position: relative;
}

.spoiler summary {
    color: #555555;
    list-style: none;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
    cursor: pointer;
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}

.spoiler summary::after {
    content: url(/images/icon-plus.png);
    position: absolute;
    right: 0;
    transition: 0.2s;
}

details[open] summary::after {
    transition: 0.2s;
    transform: rotate(45deg);
}

.spoiler details div {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 30px;
    color: #555555;
}

.spoiler details[open] div {
    animation: spoiler 0.5s;
}

@keyframes spoiler {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 10em;
    }
}

/*reviews-slider*/
.customerReviews {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
}

.customerReviews .wrapperPictureCustomer {
    margin-top: 40px;
}

.customerReviews h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0 0 0;
}

.customerReviews-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 815px;
    text-align: center;
    margin: 44px auto;
    padding-top: 80px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.customerReviews-item .pictureCustomer {
    position: absolute;
    top: -44px;
    width: 88px;
    height: 88px;
}

.customerReviews-item .rewiewsText {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    margin: 0 25px;
    color: #515151;
}

.infoCustomer {
    margin: 20px 0 40px 0;
}

.infoCustomer .name {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.005em;
    color: #555555;
    margin: 0;

}

.infoCustomer .city {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.005em;
    color: #515151;
    margin: 0;
}

input[type="button_lite"] {
    display: none;
}