

/* Start:/bitrix/templates/oh_new/css/style.css?162368583869015*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Open Sans', Arial, Helvetica, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    line-height: 1.5;
    color: #000;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000
}

a:hover{
    text-decoration: none;
}

button:disabled{color:#000;}

strong, b {
    font-weight: bold;
}

strong i, strong em, b i, b em {
    font-weight: bold;
    font-style: italic;
}

em, i {
    font-style: italic;
}

em strong, em b, i strong, i b {
    font-weight: bold;
    font-style: italic;
}

p {
    margin: 0 0 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 16px 0
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child{
    margin-top: 0;
}

h1 {
    margin-top: 0;
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.125
}

h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2
}

h3 {
    font-size: 28px;
    font-size: 1.4rem;
    line-height: 1.2
}

h4, h5, h6 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
}

hr {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
    height: 1px;
    margin: 16px 0;
    line-height: 0;
    font-size: 0;
}

ul li, ol li {
    list-style: none outside;
}

.ul-list {
    margin-bottom: 32px;
}

.ul-list ul, .ul-list ol {
    margin: 16px 0;
}

.ul-list li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
}

.ul-list > li:before, .ul-list ul > li:before{
    content: '';
    background: #000;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 1px;
}

.ol-list {
    counter-reset: olCounter;
    margin-bottom: 32px;
}

.ol-list ol, .ol-list ul {
    counter-reset: olCounter;
    margin: 16px 0;
}

.ol-list li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
}

.ol-list > li:before, .ol-list ol > li:before{
    counter-increment: olCounter;
    content: counter(olCounter) '.';
    display: inline-block;
    position: absolute;
    left: 0;
}

.table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 16px 0;
}

.table th, .table td {
    background: none;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    padding: 10px;
    text-align: left;
}

.table th {
    border-bottom-width: 2px;
}

q, blockquote {
    margin-bottom: 16px;
    font-weight: bold;
}

fieldset {
    border: 1px solid #ccc;
    margin-bottom: 16px;
    padding: 32px;
}

fieldset legend {
    position: relative;
    margin-left: -10px;
    padding: 0 10px;
}

.text-specify {
    color: #999;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42;
}

@font-face {
    font-display: swap;
    font-family: 'OpenSansRegular';
    src: url('/bitrix/templates/oh_new/css/../fonts/OpenSansRegular/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.header {
    background: #000;
    padding: 6px 0 20px 0
}

.header__logo{
    border: none;
    padding: 18px 0 8px 0;
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
}

.header-box{
    float: left;
    width: 75%;
    padding-left: 48px;
    position: relative;
}

.header-box .telephones_header-box, .header-box__usr{
    float: left;
    width: 50%;
    position: relative;
}

.header-box__top{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header-box__bottom{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header-box__usr{
    margin: auto;
    text-align: right;
    color: white;
}

.header-box__usr a{
    color: white;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
}

.header-box__usr a:hover{
    text-decoration: underline;
}

.header-box__shops{
    margin-right: 32px;
}

.header-box__shops:before{
    display: inline-block;
    content: ' ';
    background-image: url('/bitrix/templates/oh_new/css/../img/svg/pin.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 15px;
    width: 12px;
    margin-right: 10px;
}

.header-box__login:before{
    display: inline-block;
    content: ' ';
    background-image: url('/bitrix/templates/oh_new/css/../img/svg/login.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 15px;
    width: 10px;
    margin-right: 10px;
}

.header-box__descr{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    background-color: #f6bd04;
    padding: 0 44px 0 34px;
    line-height: 45px;
    line-height: 2.8125rem;
    height: 35px;
    text-align: middle;
    vertical-align: top;
    color: white;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.header-box__descr:after{
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
    border-top: 35px solid transparent;
    border-left: 23px solid #f6bd04;
    right: -21px;
}

.header-box__list{
    margin: auto 0 auto auto;
}

.header-box__list li{
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 16px;
}

.header-box__list li a{
    color: #fff;
    text-decoration: none;
}

.header-box__list li a:hover{
    text-decoration: underline;
}

.header-box__list li:last-child{
    margin-right: 0;
}

.header-box__line{
    min-height: 1px;
    background-color: #f6bd04;
    margin-bottom: 20px;
}

.category-products {
    width: -webkit-calc(99.9% * 1/3 - 17.333333333333336px);
    width: calc(99.9% * 1/3 - 17.333333333333336px);
    height: 128px;
    border: 3px solid #f6bd04;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    padding: 32px 0 0 26px;
    background-repeat: no-repeat;
    background-position: 96% ;
    background-size:contein;
    text-decoration:none;
}

.category-products:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.category-products:last-child{
    margin-right: 0;
}

.category-products:nth-child(3n){
    margin-right: 0;
    float: right;
}

.category-products:nth-child(3n + 1){
    clear: both;
}

.category-products span {
    line-height: 22px;
    line-height: 1.375rem;
    position: relative;
    margin: 0;
    max-width: 170px;
    display: block;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.35;
}

.category-products span:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 58px;
    border-top: 2px solid #f6bd04;
}

.category-products:hover{
    border-color: #fbd148;
    color: #000;
    text-decoration:underline;
}

.category-products:hover h6:before{
    border-top: 2px solid #f6bd04;
}

.section--main-menu{
    position: relative;
    width: 100%;
    z-index: 10000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section--main-menu.sticky{
    top: 0;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section--category-products{
    padding: 30px 0 20px;
}

.section--detail-product{
    padding-bottom: 50px;
}

.section--feed{
    padding: 30px 0 88px 0;
}

.section--interested-carousel{
    padding: 0 0 60px 0;
}

.section--news{
    padding: 0 0 80px 0;
}

.section--news-detailed{
    padding: 0 0 115px 0;
}

.section--contact{
    padding: 0 0 90px 0;
}

.section--not-found {
    text-align: center;
}

.section--filter-wrap{
    width: -webkit-calc(99.9% * 1/4 - 19.5px);
    width: calc(99.9% * 1/4 - 19.5px);
    padding-top: 96px;
}

.section--filter-wrap:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.section--filter-wrap:last-child{
    margin-right: 0;
}

.section--filter-wrap:nth-child(4n){
    margin-right: 0;
    float: right;
}

.section--filter-wrap:nth-child(4n + 1){
    clear: both;
}

.section--catalog-wrap{
    padding-bottom: 72px;
    width: -webkit-calc(99.9% * 3/4 - 6.5px);
    width: calc(99.9% * 3/4 - 6.5px);
}

.section--catalog-wrap:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.section--catalog-wrap:last-child{
    margin-right: 0;
}

.section--catalog-wrap:nth-child(4n){
    margin-right: 0;
    float: right;
}

.section--catalog-wrap:nth-child(4n + 1){
    clear: both;
}

.section--catalog-product .catalog-item-product{
    width: 100%;
    margin-bottom: 22px;
    width: -webkit-calc(99.9% * 1/3 - 17.333333333333336px);
    width: calc(99.9% * 1/3 - 17.333333333333336px);
	box-shadow: 8px 8px 9px 0px rgb(41 39 89 / 25%);
}

.section--catalog-product .catalog-item-product:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.section--catalog-product .catalog-item-product:last-child{
    margin-right: 0;
}

.section--catalog-product .catalog-item-product:nth-child(3n){
    margin-right: 0;
    float: right;
}

.section--catalog-product .catalog-item-product:nth-child(3n + 1){
    clear: both;
}

.section--carousel {
    margin-top: 32px;
}

.feed {
    width: -webkit-calc(99.9% * 1/3 - 17.333333333333336px);
    width: calc(99.9% * 1/3 - 17.333333333333336px)
}

.feed:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.feed:last-child{
    margin-right: 0;
}

.feed:nth-child(3n){
    margin-right: 0;
    float: right;
}

.feed:nth-child(3n + 1){
    clear: both;
}

.feed__list a{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000;
    border: none;
    text-decoration: underline;
    text-transform: uppercase;
}

.feed__list a:hover{
    color: #fbd148;
}

.feed__list li{
    margin-bottom: 10px;
}

.feed__list li:last-child{
    margin-bottom: 0;
}

.feed__news-list li{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px dashed #dbdde0;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.feed__news-list li:last-child{
    margin-bottom: 30px;
}

.feed__news-img{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: white;
    background-size: cover;
}

.feed__news-dsc{
    display: inline-block;
    margin: auto 0;
}

.feed__news-date{
    font-size: 14px;
    font-size: 0.875rem;
    color: #939ca4;
}

.feed__news-item{
    display: block;
    color: #000;
    border: none;
    text-decoration: underline;
    font-size: 15px;
    font-size: 0.9375rem;
    max-width: 220px;
}

.feed__news-item:hover{
    color: #fbd148;
}

button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    display: inline-block;
    position: relative;
    overflow: visible;
    clear: both;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    outline: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    white-space: nowrap;
    font-weight: 700;
    background-color: transparent;
    border-width: 2px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 30px;
    line-height: 1.875rem;
}

.button {
    height: 34px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #f6bd04;
    border-color: #f6bd04;
    color: #000;
    fill: #000;
    -webkit-box-shadow: 0 2px 0 #ca9b03;
    box-shadow: 0 2px 0 #ca9b03
}

.button:not(.button__light):hover{
    background-color: #fbd148;
    border-color: #fbd148;
}

.button:not(.button__light):active{
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    background-color: #ca9b03;
    border-color: #ca9b03;
}

.button-size{
    height: 48px;
    border: 1px solid #ccc;
    padding: 0 26px;
    margin-right: 12px;
}

.button_lg{
    height: 46px;
    padding: 0 16px;
}

.button__login{
    width: 50%;
}

.button__reg{
    width: 100%;
}

.button_popup{
    display: inline-block;
    padding-left: 19px;
    padding-right: 19px;
}

.button__light{
    border: 1px solid #ccc;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
}

.button__add-to-card{
    display: inline-block;
    line-height: 46px;
    line-height: 2.875rem;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    max-width: 210px;
    height: 46px;
}

.button__href{
    display: inline-block;
    line-height: 46px;
    line-height: 2.875rem;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    height: 46px;
}

.button__href_sm {
    height: 34px;
    line-height: 34px;
}

.icon {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.icon--news-feed{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.icon--cart{
    height: 22px;
    width: 22px;
    margin: -6px 8px 0 0;
}

.icon-search{
    width: 17px;
    height: 17px;
    background-image: url('/bitrix/templates/oh_new/css/../img/svg/search.svg');
    margin: -7px 7px 0 0;
}

.icon-social{
    width: 36px;
    height: 36px;
    fill: #697585;
}

.icon-social--vk:hover{
    fill: #5181b8;
}

.icon-social--twitter:hover{
    fill: #1da1f2;
}

.icon-social--facebook:hover{
    fill: #3b5998;
}

.footer {
    /*min-width: 1254px;*/
}

.footer--top{
    padding: 44px 0;
    background: #ecedef;
}

.footer--bottom{
    padding: 30px 0 35px 0;
    background: #9b9ea5;
}

.footer-content__col{
    width: -webkit-calc(99.9% * 1/4 - 19.5px);
    width: calc(99.9% * 1/4 - 19.5px);
}

.footer-content__col:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.footer-content__col:last-child{
    margin-right: 0;
}

.footer-content__col:nth-child(4n){
    margin-right: 0;
    float: right;
}

/* .footer-content__col:nth-child(4n + 1){
    clear: both;
} */
.footer-content__col:first-child{
    clear: both;
}
.footer-content__social-title{
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
}

.footer-top__list a{
    font-size: 14px;
    font-size: 0.875rem;
    color: #000;
    border: none;
    text-decoration: underline;
}

.footer-top__list a:hover{
    color: #424242;
}

.footer-bottom-content__col{
    width: -webkit-calc(99.9% * 1/2 - 13px);
    width: calc(99.9% * 1/2 - 13px);
}

.footer-bottom-content__col:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.footer-bottom-content__col:last-child{
    margin-right: 0;
}

.footer-bottom-content__col:nth-child(2n){
    margin-right: 0;
    float: right;
}

.footer-bottom-content__col:nth-child(2n + 1){
    clear: both;
}

.footer-bottom__copyright{
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
}

.telephones {
    text-align: right;
    line-height: 18px;
    line-height: 1.125rem


}

.telephones__phone{
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display:inline-block;
}

.time{
    /* float:right; */
    color:#fff;
    position:absolute;
    top:35%;
    white-space: nowrap;
    padding-left:5%;
    font-size:1.2em;
}

.time_mob {font-size: 32px;font-weight:900;}

.telephones__phone a{
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
}

.telephones_header-box{
    text-align: left;
}

.slick-dots{
    position: absolute;
    bottom: 10px;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before{
    font-family: 'slick';
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 20px;
    line-height: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .75;
    color: #f6bd04;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #fbd148;
}

.slick-lightbox-slick .slick-prev, .slick-lightbox-slick .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-repeat: no-repeat;
}

.slick-lightbox-slick .slick-prev{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-yellow-left.svg);
}

.slick-lightbox-slick .slick-next{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-yellow-right.svg);
}

.product-carousel {
  height: 24vw;	
 overflow: hidden;  
}


.product-carousel .slick-arrow {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -31px;
    text-align: left;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer
}

.product-carousel .slick-arrow.slick-prev{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-left.svg);
    left: 8%;
    z-index: 10;
}

.product-carousel .slick-arrow.slick-next{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-right.svg);
    right: 8%;
    z-index: 10;
}

.product-carousel img {
    width: 100%;
}

.product-carousel .container {
    height: 100%
}

.product-carousel .container__inner{
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.product-carousel__slide{
    min-height: 370px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-carousel__content{
    margin: auto 0;
}

.product-carousel__title{
    position: relative;
    font-size: 58px;
    font-size: 3.625rem;
    text-transform: uppercase;
    color: #fff;
    max-width: 360px;
    line-height: 58px;
    line-height: 3.625rem;
    margin-bottom: 70px;
}

.product-carousel__title:before{
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 45px;
    border-top: 2px solid #a8adb1;
}

.product-carousel__descr{
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    max-width: 200px;
    margin-bottom: 48px;
}

.product--interested-carousel .slick-slide img {
    display: inline-block;
    max-height: 162px;
    min-height: 162px;
}

.product--interested-carousel .slick-arrow {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: 0;
    text-align: left;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer
}

.product--interested-carousel .slick-arrow.slick-prev{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-yellow-left.svg);
    left: -36px;
    z-index: 10;
}

.product--interested-carousel .slick-arrow.slick-next{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-yellow-right.svg);
    right: -36px;
    z-index: 10;
}

.detail-product-slider {
    margin-left: 110px;
}

.detail-product-slider img {
    display: block;
    max-width: 100%;
}

.detail-product-slider-nav {
    float: left;
    width: 90px;
}

.detail-product-slider-nav .slick-arrow {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-top: 0;
    text-align: left;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer
}

.detail-product-slider-nav .slick-arrow.slick-prev{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-yellow-left.svg);
    left: 40%;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.detail-product-slider-nav .slick-arrow.slick-next{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-yellow-right.svg);
    left: 40%;
    margin-top: 8px;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.detail-product-slider-nav__item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    padding: 14px;
}

.detail-product-slider-nav__item {
    border: 1px solid #ccc !important;
    margin: 12px 0;
    height: 90px;
    width: 90px;
    cursor: pointer
}

.detail-product-slider-nav__item.slick-current{
    border: 1px solid #fbd148 !important;
}

.breadcrumbs {
    padding: 42px 0 32px 0;
}

.breadcrumbs span {
    display: inline-block;
    padding-right: 22px;
    position: relative;
    color: #000;
}

.breadcrumbs span a {
    color: #000;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
}

.breadcrumbs span .breadcrumbs__active {
    color: #9e9e9e;
}

.breadcrumbs span:after{
    position: absolute;
    right: 8px;
    top: 10px;
    display: inline-block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6bd04;
}

.breadcrumbs span:last-child{
    padding-right: 0;
}

.breadcrumbs span:last-child:after{
    display: none;
}

.title {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 60px
}

.title:before{
    content: "";
    position: absolute;
    bottom: -34px;
    left: 0;
    width: 58px;
    border-top: 2px solid #f6bd04;
}

.title__catalog{
    float: left;
}

.catalog-item{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: -webkit-calc(99.9% * 1/4 - 19.5px);
    width: calc(99.9% * 1/4 - 19.5px);
    text-decoration: none;
    height: 194px;
    border: 3px solid #dbdbdb;
    color: #000;
    text-transform: uppercase;
    background-repeat: no-repeat;
    /* background-position: 109px -26px; */
    margin-bottom: 35px;

    background-size: cover;
    -moz-background-size: cover;  /* Firefox 3.6 */
    background-position: center;
}

.catalog-item:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.catalog-item:last-child{
    margin-right: 0;
}

.catalog-item:nth-child(4n){
    margin-right: 0;
    float: right;
}

.catalog-item:nth-child(4n + 1){
    clear: both;
}

.catalog-item:hover{
    color: #000;
    border-color: #f6bd04;
}

.catalog-item__wrap{
    margin: auto 10px;
}

.catalog-item__title{
    display: block;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    max-width: 155px;
    width: 100%;

    text-shadow:
            -0   -1px 0   #FFFFFF,
            0   -1px 0   #FFFFFF,
            -0    1px 0   #FFFFFF,
            0    1px 0   #FFFFFF,
            -1px -0   0   #FFFFFF,
            1px -0   0   #FFFFFF,
            -1px  0   0   #FFFFFF,
            1px  0   0   #FFFFFF,
            -1px -1px 0   #FFFFFF,
            1px -1px 0   #FFFFFF,
            -1px  1px 0   #FFFFFF,
            1px  1px 0   #FFFFFF,
            -1px -1px 0   #FFFFFF,
            1px -1px 0   #FFFFFF,
            -1px  1px 0   #FFFFFF,
            1px  1px 0   #FFFFFF;
}

.catalog-item__banner{
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.1rem;
    font-weight: 700;

}

.catalog-item__count{
    display: block;
    color: #afafaf;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: lowercase;
}

.catalog-item-product{
    position: relative;
    width: 264px;
    text-align: center;
    border: 2px solid #dbdbdb;
    padding: 20px 15px 30px 15px;
    margin-right: 28px;
    text-decoration: none;
    display: inline-block;
}

.catalog-item-product:hover{
    border: 2px solid #f6bd04;
}

.catalog-item-product__sale{
    position: absolute;
    top: -7px;
    left: 15px;
    width: 38px;
    height: 42px;
    background: #f6bd04;
    color: #000;
    font-weight: 700;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
}

.catalog-item-product__percent{
    margin: 6px auto;
}

.catalog-item-product__descr{
    min-height: 70px;
}

.catalog-item-product__title{
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    max-height: 40px;
    overflow: hidden;
}

.catalog-item-product__small-dsc{
    font-size: 14px;
    font-size: 0.875rem;
}

.catalog-item-product__old-rice{
    font-size: 14px;
    font-size: 0.875rem;
    color: #848484;
    text-decoration: line-through;
    padding-top:15px;
}

.catalog-item-product__spec-rice{
    font-size: 14px;
    font-size: 0.875rem;
    color: #848484;
    /*text-decoration: line-through;*/
    padding-top:15px;
}

.catalog-item-product__price{
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

.catalog-filter{
    padding: 20px 16px 40px 20px;
    border: 1px solid #dbdbdb;
}

.catalog-filter__title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 14px;
}

/*.catalog-filter_pt{*/
/*margin-top: 26px;*/
/*}*/

.price-sort {
    float: right;
    margin-left: 40px;
    font-size: 12px;
    font-size: 0.75rem;
}

.show-by {
    font-size: 12px;
    font-size: 0.75rem;
    float: right;
}

.news-item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdde0;/* lost-column: 1; */
}

.news-item-detailed__img{
    float: left;
    margin-right: 20px;
}

.news-item-detailed__descr{
    margin: 0 0 28px 0;
}

.news-item-detailed__descr:last-child{
    margin: 0;
}

.news-item__img{
    display: inline-block;
    overflow: hidden;
    max-width: 130px;
    margin-right: 24px;
     height: 110px; 
    vertical-align: top;
}

.news-item__news{
    display: inline-block;
    vertical-align: top;
    max-width: 84%;
}

.news-item__lnk{
    display: block;
    margin-bottom: 3px;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #f6bd04 !important;
}

.news-item__lnk:hover{
    color: #fbd148;
}

.news-item__lnk_detailed{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fbd148;
}

.news-item__descr{
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
}

.pagination {
    margin-bottom: 30px;
}

.pagination__number{
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height: 37px;
    line-height: 37px;
    line-height: 2.3125rem;
    border: 1px solid #dbdbdb;
    text-align: center;
    text-decoration: none;
}

.pagination__number.active {
    cursor: default;
}

.pagination__number.active, .pagination__number:hover{
    color: #000;
    border-color: #000;
}

.contact-item{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    border: 3px solid #dbdbdb;
    height: 238px;
    width: 100%;
}

.contact-item__wrap-descr{
    margin: auto 0 auto 30px;
}

.contact-item__title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
}

.contact-item__descr{
    font-size: 15px;
    font-size: 0.9375rem;
}

.contact-item__map{
    position: absolute;
    right: 0;
}

input, textarea {
    display: block;
    min-height: 40px;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 13px;
    font-size: 0.8125rem;
}

.form-question input{
    margin-bottom: 30px;
}

.form-question input[type="text"]::-webkit-input-placeholder, .form-question textarea[type="text"]::-webkit-input-placeholder{
    color: #000;
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    text-overflow: ellipsis;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.form-question input[type="text"]:-ms-input-placeholder, .form-question textarea[type="text"]:-ms-input-placeholder{
    color: #000;
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    text-overflow: ellipsis;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.form-question input[type="text"]::-moz-placeholder, .form-question textarea[type="text"]::-moz-placeholder{
    color: #000;
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    text-overflow: ellipsis;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.form-question input[type="text"]::placeholder, .form-question textarea[type="text"]::placeholder{
    color: #000;
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    text-overflow: ellipsis;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.form-question textarea{
    min-height: 110px;
    resize: none;
    padding: 20px;
}

.form-question__col{
    width: -webkit-calc(99.9% * 1/3 - 17.333333333333336px);
    width: calc(99.9% * 1/3 - 17.333333333333336px);
}

.form-question__col:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.form-question__col:last-child{
    margin-right: 0;
}

.form-question__col:nth-child(3n){
    margin-right: 0;
    float: right;
}

.form-question__col:nth-child(3n + 1){
    clear: both;
}

.form-question__captcha-title{
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 5px;
}

.form-question-captcha__col{
    width: -webkit-calc(99.9% * 1/3 - 17.333333333333336px);
    width: calc(99.9% * 1/3 - 17.333333333333336px);
    line-height: 18px;
    line-height: 1.125rem;
}

.form-question-captcha__col:nth-child(1n){
    float: left;
    margin-right: 26px;
    clear: none;
}

.form-question-captcha__col:last-child{
    margin-right: 0;
}

.form-question-captcha__col:nth-child(3n){
    margin-right: 0;
    float: right;
}

.form-question-captcha__col:nth-child(3n + 1){
    clear: both;
}

.form-question-captcha__col input{
    margin-bottom: 8px;
}

.form-question-captcha__title{
    font-size: 13px;
    font-size: 0.8125rem;
}

.form__title{
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 40px 0 30px 0;
}

.detail-descr_col{
    position: relative;
    float: left;
}

.detail-descr__product{
    width: 33.33333333%;
    min-height: 354px;
    border: 1px solid #dbdbdb;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.detail-descr__img{
    margin: auto;
}

.detail-descr__text{
    width: 66.66666667%;
    padding-left: 24px;
}

.detail-descr__text p{
    font-size: 14px;
    font-size: 0.875rem;
}

.detail-descr__title{
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.detail-descr__title_sm{
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.detail-descr__benefits{
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.detail-product-slider .slick-slide img{
    margin: auto;
}

.detail-product-slider__wrap{
    float: left;
    width: 744px;
}

.detail-product-slider__slide{
    height: 616px;
    width: 616px;
    border: 2px solid #dbdbdb;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.detail-product-descr{
    float: left;
    width: 395px;
}

.detail-product-descr__old-price{
    font-size: 18px;
    font-size: 1.125rem;
    color: #848484;
    text-decoration: line-through;
}

.detail-product-descr__price{
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
}

.detail-product-descr__simple-price{
    font-size: 16px;
    color: #606060;
    font-weight: 700;
}
.detail-product-descr__cash-back{
    font-size: 16px;
    color: rgb(102, 181, 102);
    font-weight: 700;
}

.detail-product__btns{
    padding: 3px 0 36px 0;
    border-bottom: 1px solid #dbdbdb;
}
.detail-product__btns p {
    text-align:center;
    font-size:26px;
    font-weight:bolder;
}

.detail-product__links{
    padding: 33px 0 30px 0;
    border-bottom: 1px solid #dbdbdb;
}

.detail-product__lnk{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight:bold;
}

.detail-product__lnk:last-child{
    margin-bottom: 0;
}

.detail-product-presence{
    padding-top: 46px;
}

.detail-product-presence__title{
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.detail-product-presence__towns{
    max-width: 226px;

@clearfix;
}

.detail-product-presence__lnk{
    font-size: 12px;
    font-size: 0.75rem;
    float: left;
}

.detail-product-presence__btn{
    height: 26px;
    border: 1px solid #dbdbdb;
    float: right;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
    padding: 0 22px;
    color: #999999;
    clear: none;
}

.detail-product-presence__town{
    margin-bottom: 4px;
}

.detail-product-presence__town:after{
    content: '';
    display: block;
    clear: both;
}

.detail-product-presence__town:last-child{
    margin-bottom: 0;
}

.slider div {
    margin-bottom: 24px;
    height: 90px;
    width: 90px;
}

.slider-for .slick-slide img{
    margin: auto;
}

.aaa {
    height: 616px;
    width: 616px;
    border: 2px solid #dbdbdb;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.main-menu {
    display: inline-block;
    font-size: 0;
}

.main-menu li {
    /*position: relative;*/
    display: inline-block;
    padding: 8px 22px;
}

.main-menu li a {
    text-transform: uppercase;
    /*  color: #000; */
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem
}

.main-menu li a:hover,
.main-menu li a:active {
    color: #bb7b00;
}

.main-menu li:before{
    position: absolute;
    left: 0;
    height: 22px;
    border-width: 0 0 0 1px;
    border-left: 1px dashed #ffd964;
    content: '';
}

.main-menu li:first-child{
    padding-left: 0;
}

.main-menu li:first-child:before{
    border-left: none;
}

.main-menu__wrap{
    background: #f6bd04;
}

.main-menu__wrap-search-form {
    margin: auto;
}

.main-menu__search-form{
    display: inline-block;
    position: relative;
    margin-left: 8px;
    vertical-align: middle;
}

.main-menu__search-form input{
    background: #fff;
    border-color: transparent;
    border-radius: 5px;
    padding: 7px 14px;
    width: 215px;
    min-height: 32px;
}

.main-menu__search-form input[placeholder]{
    font-size: 13px;
    font-size: 0.8125rem;
}

.main-menu__search-go{
    position: absolute;
    right: 0;
    top: 0;
}

.main-menu__cart-wrap {
    display: inline-block;
}

.main-menu__cart{
    width: 169px;
    margin: auto 0 auto auto;
    background: #fccb2c;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 26px;
    height: 41px;
    line-height: 41px;
    border: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    transition: all .15s;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.main-menu__cart:hover{
    text-decoration: underline;
}

.main-menu__content {
    display: flex;
}

.main-menu-sub li{
    display: inline-block;
    padding: 8px 12px;
}

.main-menu-sub li:first-child{
    padding-left: 0;
}

.main-menu-sub li:last-child{
    padding-right: 0;
}

.main-menu-sub a{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
}

.main-menu-sub__wrap{
    background: #495564;
}

.main-menu-sub__wrap {
    display: none;
}

.main-menu-sub__wrap.visible {
    display: block;
}

.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.accordion:after{
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion__active:after{
    content: "\2212";
}

.panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.size-square {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: -webkit-inline-flex;

    display: inline-flex;
    text-decoration: none;
    min-height: 36px;
    width: 36px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    margin: 0 2px 2px 0;
    border: 1px solid #dbdbdb
}

.size-square__wrap{
    font-size: 0;
    padding: 6px 0 14px;
}

.size-square:hover{
    border-color: #fbd148;
}

.size-square:last-child, .size-square:nth-child(6n){
    margin-right: 0;
}

.size-square__number{
    margin: auto;
}

.color-round {

    display: inline-block;
    cursor: pointer;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    background-clip: border-box;
    border: 1px solid #dbdbdb;
    margin: 0 4px 8px 0


}

.color-round__wrap{
    font-size: 0;
    padding: 6px 0 14px;
}

.color-round:last-child, .color-round:nth-child(7n){
    margin-right: 0;
}

.color-round_gray{
    background-color: #8e8e8e;
}

.color-round_beige{
    background-color: #f2dec4;
}

.color-round_brown{
    background-color: #926a3f;
}

.color-round_yellow{
    background-color: #f7f938;
}

.color-round_orange{
    background-color: #ffbd3e;
}

.color-round_red{
    background-color: #cc0505;
}

.color-round_black{
    background-color: #0d0d0d;
}

.color-round_blue{
    background-color: #2981ee;
}

.color-round_green{
    background-color: #2edd32;
}

.checkbox__label {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox__label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox__label .check:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox__label:last-child{
    margin-bottom: 0;
}

.check {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border: 1px solid #dbdbdb
}

.check:after{
    content: "";
    position: absolute;
    display: none;
}

.checkbox__label input:checked ~ .check:after {
    display: block;
}

.subdirectories {
    margin-bottom: 26px;
}

.subdirectories a {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid #f6bd04;
    line-height: 34px;
    line-height: 2.125rem;
    margin-bottom: 6px;
}

.subdirectories__lnk:last-child a{
    margin-bottom: 0;
}

.subdirectories__active{
    font-weight: 700;
}

.social-icon{
    height: 36px;
    width: 36px;
    display: inline-block;
}

.social-icons{
    text-align: center;
}

.popup-form{
    background-color: #fff;
    max-width: 460px;
    width: 100%;
    padding: 42px;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
}

.popup-form_size{
    max-width: 1000px;
}

.popup-form_purchase{
    max-width: 478px;
}

.popup-form__container{
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.popup-form__container::after{
    content: '';
    display: block;
    clear: both;
}

.popup-form__login-title{
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
}

.popup-form__field{
    margin-bottom: 15px;
}

.popup-form__field:last-child{
    margin-bottom: 20px;
}

.popup-form__forget{
    float: right;
    line-height: 30px;
    line-height: 1.875rem;
}

.popup-form__personal{
    color: #f6bd04;
    text-decoration: none;
}

.popup-form__personal-inf{
    margin-top: 10px;
}

.browse-happy {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}

.browse-happy strong {
    color: red;
}

.browse-happy__notice{
    font-size: 20px;
    font-size: 1.25rem;
}

.browse-happy__security{
    font-size: 12px;
    font-size: 0.75rem;
}

.browse-happy__update{
    font-size: 14px;
    font-size: 0.875rem;
}

.browse-happy__recommend{
    font-size: 12px;
    font-size: 0.75rem;
}

.wrap-main {
    position: relative;
    /*min-width: 1254px;*/
    min-height: 100%;
    margin: 0 auto;
    z-index: 1;

}

.wrap-main::after{
    content: '';
    display: block;
    clear: both;
}

.container {
    position: relative;
    /*min-width: 320px;*/
    margin: 0 auto;
    /*padding: 0 48px*/
    padding: 0;
}

.container::after{
    content: '';
    display: block;
    clear: both;
}

.container__inner{
    position: relative;
    width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.container__inner::after{
    content: '';
    display: block;
    clear: both;
}

.section {
    position: relative
}

.section::after{
    content: '';
    display: block;
    clear: both;
}

.section__hl{
    margin: 0 0 32px 0;
    text-align: center;
}

.rub {
    font-family: 'ruble';
    line-height: 1;
}


/*Добавить в сборщик эти стили*/
.description-form {
    padding: 0 0 40px 0;
}

.catalog-item-product__descr {
    min-height: 83px;
}

.icon-search {
    margin: 6px 6px 0 0;
    background-repeat: no-repeat;
}

.checkbox__label input {
    min-height: 10px;
    width: 10px;
    top: 0;
}

.accordion {
    text-transform: uppercase;
}

.min-price,
.max-price{
    min-height: 30px;
}

.button-filter-search {
    cursor: pointer;
    background: #f6bd04;
    height: 34px;
    padding-right: 30px;
    padding-left: 30px;
    border-color: #f6bd04;
    color: #000;
    fill: #000;
    -webkit-box-shadow: 0 2px 0 #ca9b03;
    box-shadow: 0 2px 0 #ca9b03;
    transition: .5s;
}

.button-filter-search:hover {
    background-color: #fbd148;
    border-color: #fbd148;
}

.button-filter-search:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    background-color: #ca9b03;
    border-color: #ca9b03;
}

.catalog-item-product__sale_green {
    background: #66b566;
}

.catalog-item-product__percent_white {
    color: #fff;
}

.not-found__img {
    max-width: 900px;
    width: 100%;
}

.not-found__dsc {
    font-size: 28px;
    text-align: center;
    padding: 40px 0 0px;
}

.main-menu-sub {
    position: absolute;
    padding: 0 .5%;
    width: 100%;
    left: 0px;
    top: 41px;
    z-index: 100;
    background: #495564;
    display: none;
}

.main-menu li:first-child .main-menu-sub{
    display: block;
}

.container-menu__inside {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.main-menu-sub li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
}

.main-menu-sub li:before {
    display: none;
}

.main-menuList__active .main-menu-sub {
    display: block;
}
.main-menuList__active{
    /* background:#fccb2c; */

}
.main-menuList__active a{color:#fff;}

.main-menu-sub .main-menu-list__wrap {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
    display: block;
}
.about{
    max-width:1130px;
}

.about_img li{
    display:inline-block;
    float:left;
}

.about_img li img{
    border:solid 2px #dbdbdb;
    width:140px;
    height:205px;
    margin-left:5px;
    padding:auto;
}

.about_foto  {
    float:right;
    max-width:450px;
    margin-top:50px;
}
.about_foto img{
    border:solid 2px #dbdbdb;
}

.about_content{
    max-width:600px;
    float:left;

}

.about_info{
    margin-top:15px;
}

.popup-form_about{
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
}
.more_photo a{
    float:left;
    margin-left:5px;
    margin-bottom:5px;
}
.more_photo a img{
    max-width:300px;
    display: block;
    border:2px solid #dbdbdb;
}
.detail_picture{border:2px solid #dbdbdb;max-width:400px}
.news-text{max-width:700px;float:left}
.more_img{margin-top:30px;}

.detail-product-slider__slide_video:before,
.detail-product-slider-nav__item_video:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url('/bitrix/templates/oh_new/css/../img/svg/play.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    margin-right: 10px;
}
.detail-product-slider-nav__item_video {
    position: relative;
}
.detail-product-slider-nav__item_video:before {
    height: 50px;
    width: 50px;
}

.family_text{
    max-width:280px;
    float:left;
    clear: none;
    margin-right:10px;
    margin-bottom:10px;
    border: 2px solid #dbdbdb;
    padding:10px;
}
.family_product{
    max-width:800px;
    float:left;
}

.family_product .catalog-item-product{
    position: relative;
    width: 255px;
    text-align: center;
    border: 2px solid #dbdbdb;
    padding: 20px 10px 30px 10px;
    margin-right: 5px;
    margin-bottom:10px;
    text-decoration: none;
    display: inline-block;
}
.family_product .catalog-item-product:hover{
    border: 2px solid #f6bd04;
}
.family_title{
    text-align:center;
    margin-bottom:50px;
}
.data-table textarea{border:2px solid #dbdbdb;}
.data-table input{border:2px solid #dbdbdb;}


.detail-product-slider__item{position:relative;}
.howies{
    position:absolute;
    right:25px;
    top:15px;
    width:170px;
    height:170px;
    background-image:url('/img/howies.png') ;
    background-size:cover;

}
.hide{
    display:none;


}
.howies:hover + .hide{
    display:block;
    position:absolute;
    font-weight:bold;
    font-size:18px;
    color:#FFD200;
    background-color:#243860;
    padding:5px;
    right:20px;
    top:160px;

}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    /* overflow: hidden;*/
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-container{
    padding:0;
    margin:0;
    list-style:none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-flow:row wrap;
    justify-content:space-around;
}
.flex-item{
    padding:5px;
    width:200px;
    height:250px;
    margin-top:10px;
    line-height:15px;
    color:#000;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}

/*Спецзаказ*/
#sel271, #sel272{
    background: transparent;
    display: block;
    width: 100%;
    border: 2px solid #dbdbdb;
    border-radius:5px;
    color: #32353a;
    font-family: 16/Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    padding: 7px 10px 7px 10px;
    height: 36px;
    vertical-align: top;
    outline: 0;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    -ms-appearance: none;
    /*    appearance: none !important; */
    margin-bottom:50px;

}

.spec_1{
    width:600px;
    float:left;
    margin-bottom:30px;

}
.spec_2{
    max-width:500px;
    float:right;
    border:2px solid #dbdbdb;
    padding:10px 15px;
    margin-top:30px;
    border-radius:5px;
}
.data-table td:first-child{
    text-align:center;
    vertical-align:top;
}

.akciy{
    color:red;
    font-weight:bold;
}
.loyalnost{
    margin:0 20% 0 20%;
    width:60%;
}
.loyalnost ul li{list-style-type:disc}
.menu-trigger{
    display: none;
    background-color: #f6bd04;
    height: 40px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.menu-trigger-icon{
    width: 24px;
    height: 13px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -12px;
    z-index: 5;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    opacity: 1;
    transition: all ease .5s;
}
.menu-trigger-icon:after{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
}
.menu-trigger.active .menu-trigger-icon{
    opacity: 0;
    visibility: hidden;
}
.menu-trigger.active .fa{
    opacity: 1;
    visibility: visible;
}
.menu-trigger .fa{
    font-size: 40px;
    line-height: 1;
    position: relative;
    top: -2px;
    transition: all ease .5s;
    opacity: 0;
}
.section-mobile-nav{
    display: none;
    background-color: #f6a404;
    margin: 0 -20px;
    padding: 35px 20px 0;
}
.section-user-link{
    padding: 25px 0 45px;
}
.section-user-link a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.section-user-link .header-box__shops{
    display: block;
    margin: 0 0 8px;
}
.section-user-link .header-box__login::before{
    background-image: url('/bitrix/templates/oh_new/css/../img/svg/login-black.svg');
}
.section-user-link .header-box__shops::before{
    background-image: url('/bitrix/templates/oh_new/css/../img/svg/pin-black.svg');
}
.main-menu .link-mobile{
    display: none;
}
.news-item__img-bg{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 0;
}
.section-descr{
    max-width: 800px;
    width: 100%;
    margin: 35px auto 50px;
}
.section-deliv{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.form-ask{
    margin: 0 0 30px 100px;
}

.detail-product-slider .slick-arrow {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: 0;
    text-align: left;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer
}

.detail-product-slider .slick-arrow.slick-prev{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-yellow-left.svg);
    left: 0;
    z-index: 10;
}

.detail-product-slider .slick-arrow.slick-next{
    background-image: url(/bitrix/templates/oh_new/css/../img/svg/arrow-yellow-right.svg);
    right: 0;
    z-index: 10;
}
.list-default{
    margin: 0 0 0 15px;
}
.search-wrap-mobile{
    display: none;
    background-color: #000;
    padding: 0 15px 15px;
}

/*Сервис*/

.service_price{width:60%;text-align: center;font-weight:bold;margin-bottom:40px}

.service_price td:first-child {width:70%}
.service_price td:even-child{ text-align: center;vertical-align: middle; }
.service_price td {
    background: #FCCB2C;
    border-bottom: 1px solid #fff;
    color: #000;
    border-top: 1px solid transparent;
    padding: 8px;
}
.service_price tr:hover td {background: #F6BD04;}
.spec_butt{
    -moz-border-radius:  5px; /* Firefox */
    -webkit-border-radius:  5px; /* Safari 4 */
    border-radius:  5px; /* IE 9, Safari 5, Chrome */
    background-color:#fccb2c;
    padding: 10px 10px;
    border: 2px solid #495564;
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    color:#495564;
}


#reg{width: 60%;
    margin: 20px auto;
}
#reg_button {background-color: #f6bd04;
    border-color: #f6bd04;
    color: #000;
    fill: #000;
    -webkit-box-shadow: 0 2px 0 #ca9b03;
    box-shadow: 0 2px 0 #ca9b03;
}

.adv_tel {
    border-radius: 5px;
    color: #000;
    font-weight:bold;
    background-color: #00FF0E;
    padding: 10px 3px;
    text-decoration:none;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    text-shadow: 1px 0 1px #fff,
    0 1px 1px #fff,
    -1px 0 1px #fff,
    0 -1px 1px #fff;

}


/*Всплывающее окно*/

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #f6bd04;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    /* font: 14px Helvetica, Arial, Sans-Serif; */
    top: 40%;
    visibility: hidden;
    z-index: 10;
    max-width:90%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p{
    font-weight:bold;
    font-size:150%;
    display: inline-block;
    margin-top:40px;
}

/*Конец всплывающего окна*/
/*Black_fr*/
.catalog-item-product__black_fr_NY{
    position: absolute;
    top: -7px;
    left: 0px;
    width: 100px;
    height: 100px;
    background-image:url(/img/BF.svg);
    background-repeat:no-repeat;
	background-size:cover;
    color: #000;
    font-weight: 700;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}
.black_fr_NY{
    position:absolute;
    right:25px;
    top:15px;
    width:150px;
    height:150px;
    background-image:url('/img/BF.svg') ;
    background-size:cover;

}

.seo_filtr{margin-bottom: 50px;}
.seo_filtr a{
    background-color: #f5f5f5;
    color: #666;
    border-radius: 4px;
    font-size: .9286em;
    float: left;
    padding: 3px 11px 4px;
    margin-bottom: 7px;
    margin-right: 7px;

}
/*============style-new==================*/
.title-page{
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 50px;
}
.social__svg{
    width: 80px;
    height: 130px;
    margin: 0;
    fill:#E0E0E0
}
.lk-tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 60px;
}
.lk-tabs__li{
    width: 33.3%;
}
.lk-tabs__card{
    cursor: pointer;
    position: relative;
    margin: 0 60px;
    height: 130px;
    background: #E0E0E0;
    padding: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lk-tabs__card .social__svg--l{
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 1;
}
.lk-tabs__card .social__svg--r{
    position: absolute;
    top: 0;
    right: -80px;
    z-index: 1;
}
.lk-tabs__li:first-child .lk-tabs__card{
    margin: 0 60px 0 0;
    border-radius: 22px 0 0 22px;
}
.lk-tabs__li:first-child .social__svg--l{
    display: none;
}
.lk-tabs__li:last-child .lk-tabs__card{
    margin: 0 0 0 60px;
    border-radius: 0 22px 22px 0;
}
.lk-tabs__li:last-child .social__svg--r{
    display: none;
}
.lk-tabs__title{
    font-size: 32px;
    line-height: 36px;
    color: #B0B0B0;
    text-transform: uppercase;
}
.lk-tabs__label{
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding: 10px 0 0 0;
}
.lk-tabs__li.current .lk-tabs__card{
    background: #F6BD04;
}
.lk-tabs__li.current .lk-tabs__title{
    color: #000000;
}
.lk-tabs__li.current .lk-tabs__label{
    color: #774E1C;
}
.lk-tabs__li.current .social__svg{
    fill: #F6BD04;
}
.lk-box-info{
    display: none;
}
.lk-box-info.visib{
    display: block;
}
.balls-wrap{
    padding: 0 35px;
    margin: 0 0 55px;
}
.balls-wrap__number{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 8px;
}
.balls-wrap__number span{
    font-size: 48px;
    margin: 0 10px 0 0;
}
.balls-wrap__link{
    font-size: 16px;
    line-height: 1.2;
    color: #A0A3AA;
    text-decoration: underline;
    font-weight: 300;
}
.balls-wrap__link:hover{
    color: #A0A3AA;
    text-decoration: none;
}
.balls-info-page__caption-b-line{
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    background: #000000;
    padding: 70px 0;
    position: relative;
    font-weight: 700;
    margin: 0 0 100px;
}
.balls-info-page__caption-b-line:after,
.balls-info-page__caption-b-line:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4000px;
    background-color: #000;
    z-index: 1;
}
.balls-info-page__caption-b-line:after{
    right: -4000px;
}
.balls-info-page__caption-b-line:before{
    left: -4000px;
}
.balls-table{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.balls-table__heading{
    flex-basis: 260px;
    min-width: 260px;
    width: 260px;
    padding: 145px 0 0 0;
}
.balls-table__body{
    width: 100%;
}
.balls-table__cell{
    margin: 0 0 100px;
}
.balls-table__heading .balls-table__cell{
    margin: 0 0 89px;
}
.balls-table__h-title{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}
.balls-table__row-title, .balls-table__row-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.balls-table__row-title .balls-table__cell,
.balls-table__row-content .balls-table__cell{
    width: 16.6666%;
    padding: 0 15px 0 0;
}
.balls-table__b-title{
    font-size: 14px;
    line-height: 1.2;
    color: #A0A3AA;
}
.balls-table__b-info{
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #333;
}
.status-pay-balls{
    background: #F5F5F5;
    padding: 75px 0;
    position: relative;
    margin: 0 0 55px;
}
.status-pay-balls:after,
.status-pay-balls:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4000px;
    background-color: #f5f5f5;
    z-index: 1;
}
.status-pay-balls:after{
    right: -4000px;
}
.status-pay-balls:before{
    left: -4000px;
}
.status-pay-balls__title{
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.status-pay-balls__number{
    font-size: 49px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #F6BD04;
    padding: 25px 0 0 0;
}
.table-info{
    width: 100%;
    max-width: 740px;
    margin: 0 auto 30px;
    border-collapse: collapse;
}
.table-info tr th{
    padding: 15px 10px;
    background-color: #f6bd04;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
}
.table-info tr td{
    border: 1px solid #000;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
}
.table-info tr td:first-child{
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}
.photo-list{
    padding: 20px 0 10px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.photo-item{
    width: 25%;
    padding: 0 10px 20px;
}
.photo-card{
    display: block;
    overflow: hidden;
    padding: 100% 0 0 0;
    position: relative;
}
.photo-card:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    transition: all ease .5s;
}
.photo-card:hover:after{
    opacity: 1;
}
.photo-card:before{
    content: "\f00e";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    z-index: 2;
    font-size: 45px;
    color: #fff;
    font-family:'FontAwesome';
    transition: all ease .5s;
    opacity: 0;
}
.photo-card:hover:before{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.photo-card img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 1199px) {
    .lk-tabs__card{ padding: 0 25px; }
    .lk-tabs__title{ font-size: 28px; line-height: 1.2; }
    .balls-info-page__caption-b-line{ font-size: 26px; padding: 40px 0; margin: 0 0 50px; }
    .balls-table__heading{ width: 210px; flex-basis: 210px; min-width: 210px; padding: 122px 0 0 0; }
    .balls-table__h-title{ font-size: 22px; }
    .balls-table__b-info{ font-size: 18px; }
    .balls-table__cell{ margin: 0 0 60px; }
    .balls-table__heading .balls-table__cell{ margin: 0 0 52px; }
    .status-pay-balls__title{ font-size: 26px; }
    .status-pay-balls__number{ padding: 15px 0 0 0; font-size: 38px; }
    .status-pay-balls{ padding: 40px 0; }
}
@media (max-width: 991px) {
    .lk-tabs__card{ height: 100px; margin: 0 45px; padding: 0 20px;}
    .lk-tabs__li:first-child .lk-tabs__card{ margin: 0 45px 0 0; }
    .lk-tabs__li:last-child .lk-tabs__card{ margin: 0 0 0 45px; }
    .social__svg{ width: 65px; height: 100px; }
    .lk-tabs__card .social__svg--l{ left: -65px; }
    .lk-tabs__card .social__svg--r{ right: -65px; }
    .lk-tabs__title{ font-size: 20px; }
    .lk-tabs__label{ font-size: 14px; padding: 6px 0 0 0; }
    .lk-tabs{ margin: 0 0 20px; }
    .balls-wrap{ padding: 0 15px; margin: 0 0 25px; }
    .balls-wrap__number span{ font-size: 38px; }
    .title-page{ margin: 0 0 30px; font-size: 28px; line-height: 1.2; }
    .balls-info-page__caption-b-line{ font-size: 24px; padding: 30px 0; margin: 0 0 40px; }
    .balls-table__heading{ width: 160px; flex-basis: 160px; min-width: 160px; padding: 114px 0 0 0; }
    .balls-table__h-title{ font-size: 18px; }
    .balls-table__b-info{ font-size: 14px; }
    .balls-table__cell{ margin: 0 0 50px; }
    .balls-table__heading .balls-table__cell{ margin: 0 0 42px; }
    .status-pay-balls{ padding: 30px 0; margin: 0 0 35px; }
    .status-pay-balls__title{ font-size: 22px; }
    .status-pay-balls__number{ font-size: 32px; }
    .photo-card:before, .photo-card:after{ display: none; }
}
@media (max-width: 767px) {
    .lk-tabs__card .social__svg{ display: none; }
    .lk-tabs{ display: block; margin: 0 0 10px;}
    .lk-tabs__li{ width: 100%; padding: 0 0 10px;}
    .lk-tabs__card{ height: 80px; }
    .lk-tabs__card, .lk-tabs__li:first-child .lk-tabs__card, .lk-tabs__li:last-child .lk-tabs__card{ margin: 0;
        border-radius: 15px; }
    .title-page{ font-size: 24px; margin: 0 0 20px; }
    .balls-wrap{ margin: 0 0 20px; }
    .balls-table__items{ width: 840px; }
    .balls-table__body{ overflow-x: auto; overflow-y: hidden; }
    .balls-table{ margin: 0 0 30px; }
    .balls-info-page br{ display: none; }
    .balls-info-page__caption-b-line{ font-size: 18px; margin: 0 0 30px; }
    .status-pay-balls__title{ font-size: 16px; }
    .status-pay-balls__number{ font-size: 24px; }
    .status-pay-balls{ margin: 0 0 25px; }
    .photo-item{ width: 50%; }
}
@media (max-width: 576px) {

.table-over{
    overflow-x: auto;
    margin: 0 0 30px;
}
.table-over .table-info{
    width: 700px;
    margin: 0;
}
.photo-list{
    margin: 0 -5px;
}
.photo-item{
    padding: 0 5px 10px;
}
}
@media (max-width: 480px) {
    .lk-tabs__title{ font-size: 18px; }
    .lk-tabs__label{ font-size: 12px; padding: 5px 0 0 0; }
    .lk-tabs__card{ height: 60px; }
    .lk-tabs__card, .lk-tabs__li:first-child .lk-tabs__card, .lk-tabs__li:last-child .lk-tabs__card{ border-radius: 10px; }
    .balls-wrap__number span{ margin: 0 5px 0 0; font-size: 32px; }
}
.isavailable{
    text-transform: lowercase;
    font-weight: normal !important;
    text-align: center;
    font-size: 16px;
    color: #78c67a;
	}
.prof{
	text-transform:lowercase;
	font-weight:normal!important;
	text-align:center;
	font-size:0.875rem;
	/* color:#78c67a; */}
.age{
	text-transform:lowercase;
	font-weight:normal!important;
	text-align:center;
	font-size:0.875rem;
	/* color:#78c67a; */}
	
.catalog-item-cashback{
	position: absolute;
    top: -7px;
    right: -5px;
    font-weight:bold;
    background: #66b566; 
     color:#fff; 
   /*  border-radius:  15px; */
    display: flex;
    padding-right:15px;
	padding-left:10px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	
	
}	

.catalog-item-arrival{
	position: absolute;
    top: -7px;
    right: -5px;
    font-weight:bold;
    background: #FCCB2C; 
     color:#fff; 
   /*  border-radius:  15px; */
    display: flex;
    padding-right:15px;
	padding-left:10px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	
	
}

.catalog-item-product__new{
    position: absolute;
    top: -7px;
    left: 15px;
    width: 42px;
    height: 42px;
    background:  #66b566;
    color: #fff;
    font-weight: 700;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
}


.detail-product-cashback{
	position: absolute;
    top: 10px;
    right: 70px;
    font-weight:bold;
    background: #66b566; 
    color:#fff; 
   font-size:2rem;
    display: flex;
    padding-right:20px;
	padding-left:15px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	}
	
.detail-product-arrival{
	position: absolute;
    top: 10px;
    right: 70px;
    font-weight:bold;
    background: #FCCB2C; 
    color:#fff; 
   font-size:2rem;
    display: flex;
    padding-right:20px;
	padding-left:15px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	}	
	
.filtr-trigger{

    background-color: #f6bd04;
    height: 40px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.filtr-trigger-icon{
    width: 24px;
    height: 13px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -12px;
    z-index: 5;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    opacity: 1;
    transition: all ease .5s;
}
.filtr-trigger-icon:after{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
}
.filtr-trigger.active .filtr-trigger-icon{
    opacity: 0;
    visibility: hidden;
}
.filtr-trigger.active .fa{
    opacity: 1;
    visibility: visible;
}
.filtr-trigger .fa{
    font-size: 40px;
    line-height: 1;
    position: relative;
    top: 5px;
    transition: all ease .5s;
    opacity: 0;
}
.mob_trigger_filtr {
	display:none;
}
.filtr-mob {font-weight:900}	
	
/* End */


/* Start:/bitrix/templates/oh_new/css/libs.css?154021294814516*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

/*.slick-lightbox-slick-item-inner img {
  width: 700px;
}*/

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.custom-select{position:relative}.custom-select__option{overflow:hidden;box-sizing:border-box;display:block;width:100%;padding:0;background-color:transparent;border:0;border-radius:0;font-family:inherit;white-space:nowrap;text-align:left;text-overflow:ellipsis;cursor:pointer;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select__option-wrap{position:relative}.custom-select__input{box-sizing:border-box;display:block;width:100%;padding:0;border-width:1px 0;border-style:solid;border-radius:0;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select__dropdown{position:absolute;box-sizing:border-box;width:100%;top:100%;left:0}.custom-select--dropup .custom-select__dropdown{top:auto;bottom:100%}.custom-select__option{position:relative;padding:0.375rem .75rem;font-size:1rem;line-height:1.5}.custom-select__option:focus{outline:none}.custom-select__option:hover,.custom-select__option:focus{background-color:#f9f9f9}.custom-select__option--value{padding-right:1.875rem;background-color:#fff;border:1px solid #e6e6e6;border-radius:0.25rem}.custom-select__option--value::after{position:absolute;box-sizing:border-box;width:0;height:0;top:50%;right:.75rem;border-width:0.3rem;border-bottom-width:0;border-style:solid;border-color:currentColor transparent;transform:translateY(-50%);content:""}.custom-select--active .custom-select__option--value::after{transform:translateY(-50%) rotate(-180deg)}.custom-select--active .custom-select__option--value{border-bottom-color:transparent;border-radius:0.25rem 0.25rem 0 0}.custom-select--active .custom-select__option--value:hover,.custom-select--active .custom-select__option--value:focus{background-color:#fff}.custom-select--dropup.custom-select--active .custom-select__option--value{border-top-color:transparent;border-bottom-color:#e6e6e6;border-radius:0 0 0.25rem 0.25rem}.custom-select__option--selected{background-color:#fcfcfc}.custom-select__option-wrap{overflow-y:auto;max-height:11.25rem}.custom-select__option-wrap::-webkit-scrollbar{width:16px}.custom-select__option-wrap::-webkit-scrollbar-thumb{background-color:#e6e6e6;background-clip:padding-box;border-width:0 4px;border-style:solid;border-color:transparent}.custom-select__input{position:relative;z-index:1;height:2.25rem;margin-top:-1px;padding:0 .75rem;border-color:#e6e6e6;transform:translateY(1px);font-size:1rem}.custom-select__input:focus{outline:none}.custom-select--dropup .custom-select__input{border-top-width:0;margin-top:0;transform:translateY(0)}.custom-select__dropdown{overflow:hidden;z-index:1;top:calc(100% - 1px);background-color:#fff;border-width:0 1px 1px;border-style:solid;border-color:#e6e6e6;border-radius:0 0 0.25rem 0.25rem}.custom-select--dropup .custom-select__dropdown{bottom:calc(100% - 1px);border-width:1px 1px 0;border-radius:0.25rem 0.25rem 0 0}.custom-select__dropdown{max-height:285px;overflow-y:scroll;}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}



.slick-lightbox{position:fixed;top:0;left:0;z-index:999999999999999999999999;width:100%;height:100%;background:black;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px;z-index:9999999999999999;}.slick-lightbox .slick-next{right:15px;z-index:999999;}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:100%;max-height:100%}.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox-close:focus{outline:none}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\00d7'}.slick-lightbox-slick-iframe-wrap iframe{width: 500px;height: 400px;}
/* End */


/* Start:/bitrix/templates/oh_new/css/font-awesome.min.css?155299911329063*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/oh_new/css/../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/bitrix/templates/oh_new/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/bitrix/templates/oh_new/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/bitrix/templates/oh_new/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/bitrix/templates/oh_new/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/bitrix/templates/oh_new/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/templates/oh_new/css/media.css?162091742414836*/
@charset "utf-8";
/* CSS Document */
html{
	overflow-x: hidden;
}
/*-----------------media-------------------*/
@media (max-width:1290px){
	.victory {display:none}
}

@media (max-width: 1199px) {
	.container__inner, .container-menu__inside, .main-menu-sub .main-menu-list__wrap{ max-width: 970px; }
	.header-box__shops{ display: block; margin: 0; }
	.main-menu li{ padding: 8px 10px; }
	.main-menu-sub li{ padding: 8px 5px; }
	.section--interested-carousel .catalog-item-product{ width: auto; margin: 0 10px; }
	.news-item__img{ display: block; margin: 0; height: auto; }
	.feed-first .button__href_sm{ margin: 0 0 10px; }
	.detail-product-slider__wrap{ width: 544px; }
	.section--catalog-product{ width: auto !important; }
	.store_list{ margin: 0; }
	.about_content{ max-width: 480px; }
	.about_foto{ margin-top: 0; }
	.form-ask{ margin: 0 0 40px; }
	.loyalnost{ margin: 0 0 30px; width: 100%; }
	.loyalnost img{ display: block; margin: 0 auto; max-width: 100%; }
	.spec_1{ width: 450px; }
	.spec_2{ margin: 30px 0; }
	.data-table{ width: 100% !important; }
	
	.news-item-detailed__img{ width: 320px; }
	.detail_picture{ max-width: 100%; }
	.news-text{ max-width: 100%; float: none; margin: 0 0 0 340px; }
	.more_img{ overflow: hidden; margin: 0 -5px;}
	.more_photo{ width: 50%; padding: 0 5px 10px; box-sizing: border-box; float: left;}
	.more_photo a{ float: none; margin: 0; display: block; }
	.more_photo a img{ max-width: 100%; }
	.victory {display:none}
	.time {white-space: normal;top:15%}
}
@media (max-width: 991px){
	#reg{width: 100%;}
	.container__inner, .container-menu__inside, .main-menu-sub .main-menu-list__wrap{ max-width: 750px; }
	.bx_catalog_tile .bx_catalog_tile_ul{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap;
    flex-wrap:wrap; margin: 0 -1%;}
    .bx_catalog_tile .bx_catalog_tile_ul .catalog-item:nth-child(n){float: none; margin: 0 1% 2%;}
    .bx_catalog_tile .bx_catalog_tile_ul .catalog-item{ width: 31.3%; }
    .footer-content__col:nth-child(n){ margin: 0; width: 25%; }
    .header-box__descr{ padding: 0 10px 0 15px }
    .header-box__list li{ margin-right: 5px; }
    .header-box__bottom .telephones_header-box{ width: 58%; }
    .header-box__bottom .telephones_header-box .telephones__phone a{ font-size: 1.175rem; }
    .header-box__bottom .header-box__usr{ width: 43%; }
    .header__logo{ width: 30%; }
    .header-box{ width: 70%; padding: 0 0 0 15px; }

.feed-first{ display: none; }
    .feed:nth-child(n){ margin: 0; width: 50%; padding: 0 25px 0 0; }
    .section--feed{ padding: 30px 0; }
    .section--main-menu{ padding: 42px 0 0 0; background-color: #f6bd04; }
    .main-menu__wrap-search-form{ position: absolute; top: -37px; left: 0; width: 100%; right: 0;
    max-width: 750px; width: 100%; }
    .main-menu__search-form{ display: block; margin-left: 0;}
    .main-menu__search-form input{ width: 100%; }
    .main-menu-sub li a{ font-size: 0.5575rem; }
    .main-menu-sub li{ padding: 10px 3px; }

    .section--filter-wrap:nth-child(n){ float: none; width: 100%; margin: 0; padding-top: 0; }
    .section--catalog-wrap:nth-child(n){ float: none; width: 100%; margin: 0; }
   /* .section--title--catalog .title{ display: none; } */
    .catalog-filter{ padding:20px; }
    .price-sort{ margin-left: 0; }
    .section--title--catalog{ padding: 30px 0; }

    .section-descr{ max-width: 100%; margin: 0; padding: 35px 0 0 0;}
    .about_foto{ max-width: 300px; }
    .about_content{ max-width: 420px; }

    .spec_1{ width: 100%; float: none; }
    .spec_2{ margin: 0 0 30px; float: none; max-width: 100%; }
    .detail-product-slider__wrap{ width: 100%; float: none; margin: 0 0 20px; }
    .detail-product-descr{ float: none; width: 100%; }
    .detail-product-slider-nav{ display: none; }
    .detail-product-slider{margin-left: 0;}

    .bx_ordercart_order_pay{ padding: 0 !important; }
    .subdirectories{ display: none; }
	.interested_you{display:none}
	.time {white-space: normal;top:8%}
}
@media (max-width: 767px) {
	.header{ min-height:75px; }
	.detail-product-slider {min-height:345px;}
	
	
	.header{ padding: 5px 0; }
	.container__inner, .container-menu__inside, .main-menu-sub .main-menu-list__wrap{ max-width: 100%; }
	.container__inner{ padding: 0 15px; }
	.header__logo{ width: 100%; float: none; }
	.header-box{ display: none; }
	.menu-trigger{ display: block; }
	
	.section--filter-wrap_mob {display: none;}
	.mob_trigger_filtr {display:block;} 
	
	.filtr-trigger.stickys{
		
		z-index:1000;
		top: 40px;
		left:3px;
		margin-top:5px;
		position: fixed;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;} 	
		
	.section--filter-wrap_mob.stickys{
			position:fixed;
			z-index:900;
			max-height:400px;
			width: 90%;
			top:80px;
			overflow: auto; 
			background-color:#F2F2F2
			
			} 
	
	
	.section--main-menu{ padding: 0 20px; display: none; transition: inherit; }
	.main-menu__wrap-search-form{ display: none; }
	/*.section--main-menu.sticky{ position: relative; } */
	.main-menu__content, .main-menu{ display: block; }
	.main-menu > li{ display: block; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.5); }
	.main-menu li::before{ display: none; }
	/*.main-menu li a{ display: block; padding: 0 30px 0 15px; position: relative; }*/
	.main-menu .link-mobile{ display: block; font-size: 17px; color: #000; text-transform: uppercase;
	padding: 0 30px 0 15px; position: relative; font-weight: bold; cursor: pointer; }
	.main-menu .link-mobile + a{ display: none; }
	.main-menu-sub{ position: relative; padding: 15px 15px 20px; top: inherit; background: transparent; display: none; }
	.main-menu li:first-child .main-menu-sub{ display: none; }
	.main-menu-sub li{ display: block; padding: 0; }
	.main-menu-sub li a{ font-size: 14px; color: #000; padding: 3px 20px; border-bottom: 1px dashed rgba(255,255,255,.5);
	display: block; position: relative; }
	.main-menu .link-mobile:after{ content: ""; position: absolute; top: 50%; right: 10px; z-index: 5; width: 0;
height: 0; border-style: solid; border-width: 6px 4px 0 4px; border-color: #000000 transparent transparent transparent;
margin: -3px 0 0 0; }
	.main-menu .link-mobile.active:after{ border-width: 0 4px 6px 4px; border-color: transparent transparent #000000 transparent; }
	.main-menu .link-mobile.active{ color: #fff; }
	.main-menu li a:hover, .main-menu li a:active{ color: #000; }
	.main-menu__cart{ display: block; width: auto; margin: 25px 10px 0; }
	.section--carousel{ margin-top: 0;display:none }
	.section-mobile-nav{ display: block; }
	.main-menu__wrap{ padding: 0 0 25px; }
	.header-box__list{ padding:0 0 25px; }
	.header-box__list li{ display: block; margin: 0 0 15px; }
	.header-box__list li a{ font-size: 16px; font-weight: bold; text-transform: uppercase; line-height: 1; color: #000;}
	.section-mobile-nav .telephones{ text-align: left; }
	.section-mobile-nav .telephones__phone a{ font-size: 32px; display: block; margin: 0 0 6px; color: #000;}
	.section-mobile-nav .telephones__phone{ color: #000; margin: 0 0 10px; }
	.main-menu li:first-child.main-menuList__active .main-menu-sub{ display: block; }
	.category-products:nth-child(n){ float: none; margin: 0 0 15px; width: 100%; }
	.section--feed .container__inner{ padding: 0; }
	.feed:nth-child(n){ width: 100%; float: none; padding: 0 0 25px; }
	.news-item{ overflow: hidden; margin-bottom: 15px; padding-bottom: 15px;}
	.news-item .news-item__img{ float: left; width: 60px; height: 60px; border-radius: 50%; overflow: hidden;
	position: relative; }
	.news-item .news-item__img img{ display: none; }
	.news-item__news{ display: block; max-width: inherit; }
	.news-item .news-item__img + .news-item__news{ margin: 0 0 0 75px; }
	.section--feed{ padding: 20px 0 0 0;  }
	.news-item__img-bg{ display: block; }
	.footer-content__col:nth-child(n){ width: 100%; float: none; }
	.footer-content__col:nth-child(-n+3){ display: none; }
	.footer-content__social-title{ text-align: left; }
	.social-icons{ text-align: left; }
	.footer-bottom-content__col:nth-child(n){ float: none; width: 100%; margin: 0; }
	.footer-bottom-content__col:nth-child(2n){ float: none; padding: 10px 0 0 0; text-align: left; }
	.footer-bottom-content__col:nth-child(2n) .telephones{ text-align: right; max-width: 305px;
	display: inline-block; vertical-align: top; width: 100%; }
	/*.section--interested-carousel, .section-not-mb{ display: none; }*/
	.bx_catalog_tile{ padding-top: 10px; }
	.bx_catalog_tile .bx_catalog_tile_ul{ margin: 0; }
	.bx_catalog_tile .bx_catalog_tile_ul .catalog-item:nth-child(n){
		width: 100%;
		margin: 0 0 15px;
	}
	.bx_catalog_tile .bx_catalog_tile_ul .catalog-item{
		/* background-position: 100% -26px; */
	}
	.section--catalog-wrap{ padding-bottom: 0; }
	.bx_pagination_section_two{ display: none; }
	.section--catalog-product .catalog-item-product:nth-child(3n){ float: none; }
	.section--catalog-product{ margin:0 -1%; }
	.section--catalog-product .catalog-item-product:nth-child(n){ width: 48%; margin: 0 1% 2%; }
	.about_foto{ max-width: 100%; float: none; }
	.about_content{ max-width: 100%; float: none; padding: 0 0 25px; }
	.about_img{ text-align: center; }
	.about_img li{ float: none; }

	.detail-descr__product{ display: none; }
	.detail-descr__text{ float: none; width: 100%; padding: 0; }
	dl.last{ display: block; margin: 0 0 10px; width: 100%; }

	.bx_ordercart .bx_ordercart_order_pay_left{ float: none; width: 100%; }
	.bx_ordercart .bx_ordercart_order_pay_right{ width: 100%; float: none; text-align: left; }
	.bx_ordercart .bx_ordercart_order_sum tr td{ text-align: left; }
	.bx_ordercart .bx_ordercart_order_pay_center{ text-align: left; }
	.section--interested-carousel .slick-slider{ position: static; }
	.product--interested-carousel .slick-arrow{ top: inherit; bottom: 15px; border: none; height: 24px; }
	.product--interested-carousel .slick-arrow.slick-prev{ left: 50%; margin: 0 0 0 -25px; }
	.product--interested-carousel .slick-arrow.slick-next{ right: 50%; margin: 0 -25px 0 0; }

	.popup-form__cont .button{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}

	.news-item-detailed__img{ width: 100%; float: none; margin:0 0 15px; }
	.news-text{ margin: 0; }
	.more_photo a img{ width: 100%; }
	.search-wrap-mobile{
		display: block;
		
		
		
	}
	
	
	/*--------------------------*/
	
	.catalog-item-product__goods img{max-width:40%;float:left;}
	.catalog-item-product__sale {width:25px; height:33px}
	.catalog-item-product__percent { margin: 1px auto;}
	.interested_you{display:none}
	.menu-trigger.stickys{
		width:100%;
		z-index:1000;
		top: 0;
		position: fixed;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;} 
		.section--main-menu.stickys{
			position:fixed;
			z-index:900;
			max-height:400px;
			top:40px;
			overflow: auto; } 
			
	.header__logo img{max-width:80%;display:block;margin:auto}	

	.service_price {width:100%}
	
	.black_fr_NY{

	width:100px;
	height:100px; 
}

   .catalog-item-product__black_fr_NY{
	width: 55px;
    height: 55px;
	}
	
		.seo_filtr{display:none;}
		
		.title__catalog {font-size: 1.5em;}
		.price-sort {float:right;}
	
}
@media (max-width: 600px) {
	.bx-touch .bx_ordercart .bx_ordercart_order_pay_left, .bx-touch .bx_ordercart .bx_ordercart_order_pay_right{
		text-align: left;
	}
}
@media (max-width: 530px) {
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.itemphoto{
		float: left;
		width: 110px;
		margin: 0 0 0 10px;
		padding: 0;
	}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.margin{
		padding: 10px 0 0 0;
	}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item,
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price,
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.custom{
		width: auto;
		margin: 0 0 0 130px;
		padding: 0;
		text-align: left;
	}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control{
		width: auto;
		padding: 15px 0 0 0;
	}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
		font-size: 16px;
	}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.custom + .custom,
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span{
		display: none;
	}
	.bx_ordercart .bx_ordercart_order_table_container .centered table.counter tr{ display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center; }
    .bx_ordercart .bx_ordercart_order_table_container .centered table.counter tr input{
    	max-width: 40px !important;
    	padding: 0 5px;
    	text-align: center;
    	min-height: 30px;
    }
    .bx_ordercart .bx_ordercart_order_sum tr td.fwb{
    	font-size: 20px;
    }
	.detail-product-cashback{
		
	top: 0px;
    right: 0px;
	font-size:1.5rem;	
	}
		.detail-product-arrival{
		
	top: 0px;
    right: 0px;
	font-size:1.5rem;	
	}
	.detail-product-descr__price{font-size: 1.5rem;}
	.detail-product-descr h1{font-size: 1.5rem;}
	
}
@media (max-width: 480px) {
	.bx_catalog_tile .bx_catalog_tile_ul .catalog-item{
		/* background-position: 130% -26px; */
	}
	.section--catalog-product{ margin:0; }
	.section--catalog-product .catalog-item-product:nth-child(n){ width: 100%; margin:0 0 15px; float: none; }
	.popup-form__container{ max-width: 100%; }
	.popup-form__container input, .popup-form__container textarea{ max-width: 100% !important; }

	.data-table, .data-table table, .data-table tbody, .data-table tr, .data-table td{ display: block; }
	.data-table thead{ display: none !important; }
	.data-table td{ padding: 0 0 10px;width:100%; }
	.data-table td:first-child{ text-align: left; padding: 0 0 5px; }
	.data-table td br{ display: none; }
	.data-table #sel271, .data-table #sel272{ margin-bottom: 0; }
	
	.catalog-item-product__title {overflow:visible;line-height:1.2}
} 
@media (max-width: 360px) {
	.footer-bottom-content__col:nth-child(2n) .telephones .telephones__phone a{
		font-size: 18px;
	}
	.footer-bottom-content__col:nth-child(2n) .telephones{
		max-width: 270px;
	}
	.bx_catalog_tile .bx_catalog_tile_ul .catalog-item{
		/* background-position: 150% -26px; */
	}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.itemphoto{ width: 80px; }
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item,
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price,
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.custom{ margin: 0 0 0 100px; }
}
@media (max-width: 320px) {
	
}

/*    */
.section--feed_1{display: none}
@media screen and (max-width: 767px) { 
.section--feed{display: none!important} 
.section--feed_1{display: block!important}
}
/* End */


/* Start:/bitrix/templates/oh_new/css/custom_preloader_style.css?14441695527494*/
/* AJAX CUSTOM PRELOADER */
#win8_wrapper{
    display: none;
    background: #000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.windows8 {
    /*position: relative;
    width: 50px;
    height:50px;
    margin:auto;*/
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.windows8 .wBall {
    position: absolute;
    width: 47px;
    height: 47px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.3225s infinite;
    -o-animation: orbit 3.3225s infinite;
    -ms-animation: orbit 3.3225s infinite;
    -webkit-animation: orbit 3.3225s infinite;
    -moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.windows8 #wBall_1 {
    animation-delay: 0.726s;
    -o-animation-delay: 0.726s;
    -ms-animation-delay: 0.726s;
    -webkit-animation-delay: 0.726s;
    -moz-animation-delay: 0.726s;
}

.windows8 #wBall_2 {
    animation-delay: 0.143s;
    -o-animation-delay: 0.143s;
    -ms-animation-delay: 0.143s;
    -webkit-animation-delay: 0.143s;
    -moz-animation-delay: 0.143s;
}

.windows8 #wBall_3 {
    animation-delay: 0.2865s;
    -o-animation-delay: 0.2865s;
    -ms-animation-delay: 0.2865s;
    -webkit-animation-delay: 0.2865s;
    -moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4 {
    animation-delay: 0.4295s;
    -o-animation-delay: 0.4295s;
    -ms-animation-delay: 0.4295s;
    -webkit-animation-delay: 0.4295s;
    -moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5 {
    animation-delay: 0.583s;
    -o-animation-delay: 0.583s;
    -ms-animation-delay: 0.583s;
    -webkit-animation-delay: 0.583s;
    -moz-animation-delay: 0.583s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* AJAX CUSTOM PRELOADER END */
/* End */


/* Start:/bitrix/templates/oh_new/js/popup1/jquery.fancybox.min.css?160269130710252*/
.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;-ms-touch-action:none;touch-action:none}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:4px;right:4px;padding:0;margin:0;width:30px;height:30px;font:21px/1 Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;cursor:pointer;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
/* End */


/* Start:/local/components/bitrix/search.title/templates/search_top/style.css?15870119772108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/components/bitrix/search.title/templates/search_top/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/style.css?15402127688372*/
.bx_cart_block{
	/*color:#404040;*/
	font-size:12px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	white-space: normal;
	line-height: normal !important;
}
.bx_cart_block.bx_cart_fixed{
	border:1px solid #b7b7b7;
	background:#fff;
	max-height: 100%;
	overflow: hidden;
	border-radius:3px;
	position:fixed;
	z-index:1000;
	width:210px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	/*max-height:100%;*/
	
}
.bx_cart_block.bx_cart_fixed.top 	{top:5px}
.bx_cart_block.bx_cart_fixed.right 	{right:5px}
.bx_cart_block.bx_cart_fixed.bottom {bottom:5px}
.bx_cart_block.bx_cart_fixed.left 	{left:5px}
.bx_cart_block.bx_cart_fixed.max_height{top:5px;bottom:5px}
/**/
.bx_cart_block.bx_cart_sidebar 			.bx_small_cart{padding:10px 8px;}
.bx_cart_block.bx_cart_fixed 			.bx_small_cart{padding:10px 8px;line-height: 18px;}
.bx_cart_block.bx_cart_fixed.min 						{min-height:88px}
.bx_cart_block.bx_cart_fixed.min		.bx_small_cart{padding:10px 8px}
/*.bx_cart_block.bx_cart_fixed.max_height .bx_small_cart{padding:10px 8px }*/
.bx_cart_block .bx_small_cart .icon_cart,
.bx_cart_block .bx_small_cart .icon_info,
.bx_cart_block .bx_small_cart .icon_spacer,
.bx_cart_block .bx_small_cart .icon_profile{
	display:inline-block;
	width:20px;
	height:14px;
	margin-right:3px;	
	position: relative;
	margin-bottom: -3px;
}
/*
.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/images/cart.png)    no-repeat top center}
.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/images/cart.png)    no-repeat top center}
.bx_cart_sidebar .bx_small_cart .icon_profile{background:url(/bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/images/profile.png) no-repeat top center}
*/

.bx_cart_block .bx_small_cart .icon_cart{background:url(/bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/images/cart.png)    no-repeat top center}
.bx_cart_block .bx_small_cart .icon_profile{background:url(/bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/images/profile.png) no-repeat top center}
.bx_cart_block .bx_small_cart .icon_info{background:url(/bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/images/info.png) no-repeat top center}

.bx_cart_block .bx_small_cart a{font-weight:bold;/*color:#404040*/}
.bx_cart_block .bx_small_cart a:hover{text-decoration:none}
.bx_cart_block .bx_small_cart .link_profile{font-weight:normal}
.bx_cart_block .bx_small_cart .link_another{font-weight:normal; margin-left:26px;}

.bx_cart_block 							.bx_item_listincart{position:relative;width:100%}
.bx_cart_block.bx_cart_fixed 			.bx_item_listincart{padding-bottom:21px}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart{
	position: absolute;
	bottom: 0;
	/*height: 100%;*/
	top: 70px;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top2{top: 55px;}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top1{top: 40px;}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{	top:auto !important}

.bx_cart_block 				 		 	.bx_item_listincart .bx_itemlist_container{/*padding-bottom:21px;*/padding-top:10px;width:100%}
.bx_cart_block.bx_cart_fixed 		 	.bx_item_listincart .bx_itemlist_container{position:relative}
/*.bx_cart_block.bx_cart_sidebar .bx_title_component{*/
	/*margin:10px;*/
	/*padding:10px 0 17px;*/
	/*font-size:18px;*/
	/*line-height:20px;*/
	/*color:#000;*/
	/*vertical-align:middle;*/
	/*border-bottom:1px solid #E5E5E5;*/
/*}*/
/*.bx_cart_block.bx_cart_sidebar .bx_title_component .cart_icon_big{*/
	/*line-height:20px;*/
	/*height:20px;*/
	/*width:25px;*/
	/*background:url(/bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/images/cart_big.png) no-repeat center;*/
/*}*/
/*.bx_cart_block.bx_cart_sidebar.close 	.bx_item_listincart{height:0;overflow:hidden}*/
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_itemlist_container{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow:auto;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_itemlist_container{
	position: absolute;
	bottom: 80px;
	top: 0;
}
.bx_cart_block.bx_cart_fixed.close.top{bottom:auto}
.bx_cart_block.bx_cart_fixed.close.bottom{top:auto}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{height:0;overflow:hidden}

.bx_cart_block.bx_cart_fixed .bx_item_listincart .status{
	width:100%;
	background:#f7f7f7;
	position:absolute;
	bottom:0;
	z-index:120;
	text-align:center;
	font-size:12px;
	color:#4f4f4f;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:3px;
	border-radius:0 0 2px 2px ;
}

.bx_cart_block 					.bx_item_listincart .status:hover{background:#ececec;cursor:pointer}
.bx_cart_block 					.bx_item_listincart .bx_itemincart{
	position:relative;
	padding:0 10px;
	margin-bottom:15px;
}
.bx_cart_block 					.bx_item_listincart .bx_item_status{
	font-weight:bold;
	padding:3px;
	background:#ebebeb;
	margin:0 10px 20px;
	line-height:16px;
	font-size:13px;
	/*height:16px;*/
	border-radius:3px;
	text-align:center;
}
/*.bx_cart_block.bx_cart_fixed    .bx_item_listincart .bx_itemincart{position:relative}*/
.bx_cart_block .bx_item_listincart .bx_item_delete{
	background:url(/bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/images/delete_item.png) no-repeat center;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:-3px;
	cursor:pointer;
	opacity: .2;
}
.bx_cart_block .bx_item_listincart .bx_item_delete:hover{opacity: 1;}
.bx_cart_block .bx_item_listincart .bx_item_img_container{
	text-align:center;
	padding-bottom:16px;
	color:#3f3f3f;
	font-size:12px;
}
.bx_cart_block .bx_item_listincart .bx_item_img_container a{}
.bx_cart_block .bx_item_listincart .bx_item_img_container a img{
	max-width:90px;
	height:auto;
	border:1px solid #e6e6e6;
}
.bx_cart_block .bx_item_listincart .bx_item_title{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_title a{
	font-size:13px;
	color:#3f3f3f;
	text-decoration:none;
}
.bx_cart_block .bx_item_listincart .bx_item_title a:hover{text-decoration:underline}
.bx_cart_block .bx_item_listincart .bx_item_price{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_price .bx_item_oldprice{
	text-decoration:line-through;
	color:#b0b0b0;
	vertical-align:bottom;
	font-size:12px;
	font-weight:bold;
}
.bx_cart_block .bx_item_listincart .bx_item_col_summ{
	font-size:12px;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:10px;
}
.bx_cart_block .bx_item_listincart .bx_itemincart:last-child .bx_item_col_summ{border-bottom:none}
.bx_cart_block .bx_item_hr{
	border:none;
	border-top:1px solid #e5e5e5;
	width:100%;
	margin:11px 0;
}
.bx_cart_block .bx_item_listincart .bx_button_container{
	/*height:62px;*/
	width:100%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:15px 10px;
	text-align:center;
}
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_button_container{position:relative}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_button_container{
	position:absolute;
	bottom:21px;
}


/* buttons */
.bx_cart_block .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
}

.bx_cart_block .bx_bt_button_type_2 				{
	border:1px solid #e9e9e9;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image:-webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_cart_block .bx_bt_button_type_2:hover 		{background:#fff}
.bx_cart_block .bx_bt_button_type_2:active 	{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image:-webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_cart_block .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}

.bx_cart_block .bx_small.bx_bt_button_type_2 		{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:hover 	{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:active 	{ }


.bx_cart_block .bx_medium.bx_bt_button_type_2		{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}

.bx_cart_block .bx_medium.bx_bt_button_type_2 		{font-weight:bold}
.bx_cart_block .bx_medium.bx_bt_button_type_2:hover{ }
.bx_cart_block .bx_medium.bx_bt_button_type_2:active{ }



/* End */


/* Start:/bitrix/templates/oh_new/components/bitrix/breadcrumb/bread_crumb/style.min.css?1540212768448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/oh_new/components/bitrix/menu/og_menu_bottom/style.css?1540212769887*/
/* Left menu*/
ul.bottom-menu
{
	list-style:none;
	margin:0; padding:0;
	position: relative; /*IE bug*/
}

ul.bottom-menu li
{
	padding: 10px 16px;
	display: inline-block;
}

ul.bottom-menu li a
{
	font-size:100%;
	color:black;
	font-weight:normal;
	font-size: 16px;
}
ul.bottom-menu li a.selected{
	font-weight: bold;
	color: black;
}
ul.left-menu li a:hover
{
	text-decoration: underline !important;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color: black;
	font-weight: bold;
}

.og_footer{
	width: 1100px;
	margin: 0 auto;
	margin-top: 45px;
}
.og_footer td{
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	line-height: 2em;
	width: 25%;
}
.og_footer .og_social{
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}




/* End */


/* Start:/bitrix/components/kuznica/metatags/templates/.default/style.css?1587993464238*/
#kuznica_megameta{
	width: 800px;
	background: #fff;
	position: static;
	opacity: 1;
}
#kuznica_megameta .li-item{
	padding-left: 10px;
	display: inline-block;
}
#kuznica_megameta .li-item-2{
	padding-left: 30px;
	display: inline-block;
}
/* End */
/* /bitrix/templates/oh_new/css/style.css?162368583869015 */
/* /bitrix/templates/oh_new/css/libs.css?154021294814516 */
/* /bitrix/templates/oh_new/css/font-awesome.min.css?155299911329063 */
/* /bitrix/templates/oh_new/css/media.css?162091742414836 */
/* /bitrix/templates/oh_new/css/custom_preloader_style.css?14441695527494 */
/* /bitrix/templates/oh_new/js/popup1/jquery.fancybox.min.css?160269130710252 */
/* /local/components/bitrix/search.title/templates/search_top/style.css?15870119772108 */
/* /bitrix/templates/oh_new/components/bitrix/sale.basket.basket.line/basket/style.css?15402127688372 */
/* /bitrix/templates/oh_new/components/bitrix/breadcrumb/bread_crumb/style.min.css?1540212768448 */
/* /bitrix/templates/oh_new/components/bitrix/menu/og_menu_bottom/style.css?1540212769887 */
/* /bitrix/components/kuznica/metatags/templates/.default/style.css?1587993464238 */
