html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.table {
    margin: 0 auto;
    max-width: 1170px;
    box-sizing: border-box;

}
.left {
    float: left;
}
.right {
    float: right;
}
menu label:after,
.clearfix:after {
    content: '';
    display: block;
    width: 1px;
    clear: both;
}
section {
    overflow: hidden;
}
h1, h2, h3 {
    margin: 0;
    font-weight: normal;
}
@font-face {
  font-family: 'Intro-Regular';
  src: url("/style/newfonts/Intro-Regular-Alt.eot");
  src: url("/style/newfonts/Intro-Regular-Alt.eot?#iefix") format("embedded-opentype"), url("/style/newfonts/Intro-Regular-Alt.woff2") format("woff2"), url("/style/newfonts/Intro-Regular-Alt.woff") format("woff"), url("/style/newfonts/Intro-Regular-Alt.ttf") format("truetype"), url("/style/newfonts/Intro-Regular-Alt.svg#svgFontName") format("svg");
}


h1 {
    font-family: 'Intro-Regular';
    font-size: 32px;
    margin-bottom: 27px;
    margin-bottom: 31px;
        line-height: 23px;
}
h2 {
    font-family: 'Intro-Regular';
    font-size: 42px;
}
h3 {
    font-family: 'Intro-Regular';
    font-size: 26px;
}
p {
    font-size: 16px;
}
b {
    font-weight: 700;
}
.lora {
    font-family: 'Lora', serif;
}
header {
    padding: 16px 0 40px 0;
    font-size: 14px;
    overflow: hidden;
        height: 82px;
    background-image: linear-gradient(to top,#f3f3f3 0,#fff 50%);


}
.logo {
    display: block;
    float: left;
}
footer .logo {
    width: 150px;
    height: 83px;
    display: inline-block;
    margin-right: 0px;
    background-size: 289px;
    overflow: hidden;
    background: none;
    background: url(../image/logo-footer.png) no-repeat 0 0;
}
footer .logo img {
    display: none;
}
footer .logo img {
    width: 289px;
    -webkit-filter: grayscale(1);
      -moz-filter: grayscale(1);
      -ms-filter: grayscale(1);
      -o-filter: grayscale(1);
      filter: grayscale(1);
      filter: gray;
}
.reviews .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -50px;
    width: 16px;
    height: 24px;
    background: url(../image/spr.png) no-repeat -179px -121px;
}
.reviews .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -50px;
    width: 16px;
    height: 24px;
    background: url(../image/spr.png) no-repeat -195px -121px;
}
.reviews .owl-prev:hover {
    background: url(../image/spr.png) no-repeat -179px -145px;
}
.reviews .owl-next:hover {
    background: url(../image/spr.png) no-repeat -195px -145px;
}
.nav_s .nav_a {
        margin-right: 33px;
    margin-top: 5px;
    display: inline-block;
    color: #f8653b;
}
.nav_a {
    color: #403d3e;
    text-decoration: none;
}
.nav_a:hover {
    color: #e83741;
}
.nav_a:hover span {
    border-bottom: 1px solid #e83741;
}
.nav_a + .nav_a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #ed1c24;
    margin: 7px 19px 0 21px;
}
header nav {
    display: inline-block;
    vertical-align: top;
    padding-top: 42px;
    margin-right: 30px;
}
.nav_s .nav_a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 2px 14px 0 0;
    width: 12px;
    height: 16px;
    background: url(../image/spr.png) no-repeat -151px 0px;
}
.btn {
    font-size: 13px;
    color: #ffffff;
    background: #f8653b;
    text-decoration: none;
    padding: 12px 14px 12px 19px;
    letter-spacing: 0.2px;
    border-radius: 35px;
    border: 4px solid #fff;
    box-shadow: 2px 1px 3px rgba(0,0,0,0.2);
    margin-left: 0%;
    display: block;
    float: right;
    box-sizing: border-box;
    margin-top: -12px;
}
.btn:hover {
    background: #e83741;
}
.btn span:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 20px;
    margin-right: 7px;
    vertical-align: top;
    background: url(../image/spr.png) no-repeat -151px -16px;
}
.main_slider {
    background: #000;
    background-size: cover;
    color: #fff;
    position: relative;
}
.main_slider .bg div,
.main_slider .bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    
}
.main_slider .bg div {
    display: none;
    transition: all ease 0.5s;
}
.main_slider .bg div.current {
    display: block;
}
.main_slider .table {
    padding: 47px 0 0px 0;
}
.main_slider_item .lora {
        padding-top: 52px;
    padding-bottom: 30px;
}
.main_slider_item .left {
    width: 42%;
}
.main_slider_item .right {
    width: 58%;
}
.main_slider_item {
        padding-bottom: 57px;
    padding-top: 50px;
}
.main_slider_item .right img {
    margin: 0 auto;
/*    max-width: 550px;
    width: 100%;*/
}
.main_slider_item h3 {
    font-size: 36px;
    font-family: 'Intro-Regular';
}
.main_slider_item .btn_more {
    margin-top: 62px;
}


.cat_more {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #f8653b;
        padding: 22px 44px 22px 48px;
    background: #fff;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #f8653b;
    text-decoration: none;
    text-transform: uppercase;
}
.cat_more span:after {
    content: '';
    vertical-align: top;
    margin-top: 4px;
    margin-left: 20px;
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../image/spr.png) no-repeat -175px 0px;
}
.cat_more:hover span:after {
    background-position: -191px 0px;
}
.cat_more:hover {
    background: #f8653b;
    color: #fff;
}


.btn_more {
        padding: 22px 44px 22px 48px;
    background: #fff;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #322e2e;
    text-decoration: none;
    text-transform: uppercase;
}
.btn_more span:after {
    content: '';
    vertical-align: top;
    margin-top: 4px;
    margin-left: 20px;
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../image/spr.png) no-repeat -175px 0px;
}
.btn_more:hover span:after {
    background-position: -191px 0px;
}
.btn_more:hover {
    background: #f8653b;
    color: #fff;
}


.btn_more1 {
        padding: 22px 44px 22px 48px;
    background: #fff;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #322e2e;
    text-decoration: none;
    text-transform: uppercase;
    margin-top:60px;
}
.btn_more1 span:after {
    content: '';
    vertical-align: top;
    margin-top: 4px;
    margin-left: 20px;
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../image/spr.png) no-repeat -175px 0px;
}
.btn_more1:hover span:after {
    background-position: -191px 0px;
}
.btn_more1:hover {
    background: #f8653b;
    color: #fff;
}


section.catalog_slider {
    padding: 69px 0 37px 0;
}
.catalog_slider_item > *{
    display: block;
    text-align: center;
    color: #565050;
    font-size: 14px;
}
.catalog_slider_item {
    border-right: 1px solid #e4e4e4;
    padding-bottom: 14px;
    padding-left: 35px;
    padding-right: 35px;
}
.catalog_img img {
    display: block;
    margin: 16px auto;
}
.catalog_a {
    /*padding-top: 23px;*/
        margin-bottom: 5px;
    color: #565050;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    height: 80px;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
}
.catalog_item .catalog_a {
    padding: 18px 0 0px 0;
    height: 63px;
    margin-bottom: 5px;
}
.catalog_item .lora {
    font-size: 13px;
}
.catalog_btm {
    color: #1f8193;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
        margin-top: 11px;
}
.catalog_btm:hover {
    text-decoration: underline;
}
.catalog_item:hover .catalog_btm {
    text-decoration: underline;
    color: #f8653b;
}
.catalog_btm span:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 10px;
    width: 6px;
    height: 9px;
    background: url(../image/spr.png) no-repeat -164px -16px;
}
.catalog_item:hover .catalog_btm span:after {
    background: url(../image/spr.png) no-repeat -164px -25px;
}
.catalog_go {
    color: #f8653b;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 48px auto;
    width: 230px;
    padding: 20px 0;
    border: 1px solid #f9593a;
    border-radius: 35px;
}
.catalog_go:hover {
    color: #fff;
    background: #f8653b;
}
.advantages {
    background: url(../image/temp/5.jpg) no-repeat top center;
    background-size: cover;
    padding: 100px 0 150px 0;
}
.advantages h2 {
    color: #fff;
    text-align: center;
}
.advantages_slider_cir {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #f8653b;
    margin: 0 auto;
    padding-top: 19px;
    box-sizing: border-box;
}
.advantages_slider_cir span {
    display: block;
    margin: 0 auto;
    width: 37px;
    height: 46px;
    background: url(../image/spr.png) no-repeat 0px -120px;
}
.advantages_slider_cir span.sec_cir {
    width: 45px;
    background-position: -37px -120px;
}
.advantages_slider_cir span.third_cir {
    width: 39px;
    background-position: -82px -120px;
    margin-top: 7px;
}
.advantages_slider_item {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
}
.advantages_slider_item > * {
    display: block;
    color: #fff;
    text-align: center;
}
.advantages_slider_item > span {
    margin: 32px 0 15px 0;
    font-size: 22px;
    font-weight: 700;
}
.test {
    background: url(../image/temp/7.jpg) no-repeat top center;
    background-size: cover;
    padding: 127px 0 130px 0;
    color: #fff;
}
.test .left,
.test .right {
    width: 50%;
}
.test h2,
.test .lora {
    display: block;
}
.test h2 {
    font-size: 30px;
    margin-top: 2px;
}
.test .lora {
    padding: 21px 0; 
}
.a_t {
    color: #fff;
    display: block;
}
.test .a_t {
    margin: 25px 0 50px 0;
    font-size: 14px;
}
.reviews {
    text-align: center;
    padding: 100px 0 80px 0;
    color: #4c4847;
    background: #f7f7f7;
}
.rev_img {
    width: 30px;
    text-align: center;
        margin: 20px auto 36px auto;
    position: relative;
}
.rev_img:before,
.rev_img:after {
    content: '';
    display: block;
    width: 138px;
    height: 1px;
    background: #d7d7d8;
    position: absolute;
    top: 50%;
    left: -150px;
}
.rev_img:after {
    left: auto;
    right: -150px;
}
.rev_img span {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 20px;
    background: url(../image/spr.png) no-repeat -170px -16px;
}
/* CATALOG - PAGE */
header.page {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 );
    padding-bottom: 40px;
}
.page {
    padding-bottom: 120px;
    position: relative;
    
}
.bread_a {
    color: #a3a3a3;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.bread_a span {
    border-bottom: 1px solid #a3a3a3;
}
.bread_a:hover span ,
.bread_a:last-child span {
    border-bottom: none;
}
.bread_a + .bread_a:before {
    content: '/';
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 5px;
}
.bread_a:last-child {
    color: #403d3e;
}
.bread {
    padding-top: 14px;
    padding-bottom: 25px;
}
aside + .content_page {
    margin-left: 300px;
}
/* FILTER */
aside {
    width: 248px;
    float: left;
}
menu {
    margin: 0 0 29px 0;
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 9px;
}
.filter_head {
    color: #ec535c;
    font-size: 16px;

    padding: 15px 0 12px 29px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease-in-out;

}

.filter_head.current {
    color: #fff;
    font-size: 16px;

    padding: 15px 0 12px 29px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    background:#f8653b;



}
.filter_head.current .filter_head_circle {
 background-color: #fff;
 color: #f8653b;
}

.filter_head_circle {
 position: absolute;
 top: 12px;
 right: 10px;
 content: '';
 width: 25px;
 height: 25px;
 background-color: #f8653b;
 border-radius: 50%;
 color: #fff;
 font-size: 12px;
 text-align: center;
 line-height: 25px;
 transition: all 0.2s ease-in-out;
}

 .filter_head:after {
    
}
.open .filter_head:after {
    border-top-color: #fff;
    border-bottom-color: #bdbdbd;
    top: 16px;
}
label {
    display: block;
    cursor: pointer;
    line-height: 19px;
}
label + label {
    margin-top: 14px;
}
label span + span {
    display: block;
    margin-left: 28px;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + span {
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #bababb;
    float: left;
    margin-top: 4px;
}
input[type=checkbox] ~ span {
    color: #74726e;
}
input[type=checkbox]:checked ~ span {
    color: #000;
}
input[type=checkbox]:checked + span {
    background: #d9e2ec url(../image/spr.png) no-repeat -187px -15px;
}
.filter_item {
    padding: 20px 0px 23px 0;
    margin: 0 26px 0 30px;
    color: #565050;
    display: none;
    font-size: 15px;
}
.open .filter_item {
    display: block;
}
.filter_item div {
    margin-bottom: 15px;
    font-weight: 600;
}
.filter_item + .filter_item {
    border-top: 1px solid #ebebeb;
}
.filter_block + .filter_block{
    border-top: 1px solid #ebebeb;
}
.filter_block.open {
    height: auto;
}
.filter_block.open .filter_head {
    border-bottom: 1px solid #ebebeb
}
.filter_block {
    overflow: hidden;
}
.filter_block filter_item {
    display: none;
}
.catalog_item > * {
    display: block;
    text-align: center;
}
.catalog {
    border-bottom: none;
}
.catalog_item {
    float: left;
    width: 33.3333333%;
    border: 1px solid #ebebeb;
    padding-bottom: 36px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}
.catalog_item + .catalog_item {
    border-left: none;
}
.catalog_item:nth-child(3n+1) {
    border-left: 1px solid #ebebeb;
}
.catalog_item:nth-child(3n) ~ .catalog_item {
    border-top: none;
}
.more_prod .catalog_item {
    width: 100%;
}
.list .catalog_item {
    width: 25%;
}
.catalog_item:hover {
    box-shadow: inset 0 0 0 2px #f8653b;
    z-index: 2;
    min-height: 430px;
}
.owl-item .catalog_item:hover {
    min-height: 100%;
}
.aside_btn {
    display: block;
    margin: 29px 0;
    border-radius: 9px;
    border: 1px solid #ebebeb;
    padding: 27px 0 26px 72px;
    color: #565050;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}
.aside_btn:hover {
    border: 1px solid #e83741;
    background: #e83741;
    color: #fff;
}
.aside_btn:before {
    content: '';
    display: block;
    width: 36px;
    height: 30px;
    background: url(../image/spr.png) no-repeat -214px 0;
    position: absolute;
    top: 22px;
    left: 25px;
}
.aside_btn.que:before {
    height: 25px;
    background: url(../image/spr.png) no-repeat -214px -30px;
    top: 25px;
}
.aside_btn.rev:before {
    height: 25px;
    background: url(../image/spr.png) no-repeat -214px -56px;
    top: 25px;
    left: 27px;
}
.aside_btn:hover:before {
    width: 26px;
    background: url(../image/spr.png) no-repeat -250px 0;
}
.aside_btn.que:hover:before {
    background: url(../image/spr.png) no-repeat -250px -30px;
}
.aside_btn.rev:hover:before {
    background: url(../image/spr.png) no-repeat -250px -56px;
}
hr {
    border: none;
    height: 1px;
    background: #ebebeb;
    margin-bottom: 35px;
        margin-bottom: 40px;
}
.catalog_info {
    margin-top: 48px;
}
.catalog_info + .catalog_info {
    margin-top: 0px;
}
.catalog_info > div  {
    width: 49%;
    position: relative;
}
.catalog_info > .left + div {
    margin-left: 2%;
}
.catalog_info > div > img {
    position: absolute;
    top: -137px;
    right: -2px;
}
.catalog_info > .left > img {
    right: -25px;
}
.catalog_info_head {
    font-size: 32px;
    color: #fff;
    padding: 43px 0 40px 37px;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-family: 'Intro-Regular';
}
.left .catalog_info_head {
    background-image: url(../image/temp/8.jpg);
}
.right .catalog_info_head {
    background-image: url(../image/temp/9.jpg);
}
.a_box {
    padding: 10px 0 10px 34px;
    border: 1px solid #ebebeb;
    margin-top: -1px;
}
.catalog_info_a {
    display: block;
    padding: 21px 0;
    position: relative;
    color: #1f8193;
    font-family: 'Intro-Regular';
    font-size: 16px;
    text-decoration: none;
    width: 280px;
}
.catalog_info_a:hover {
    color: #f8653b;
    text-decoration: underline;
}
.catalog_info_a:after {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background: url(../image/spr.png) no-repeat -188px -25px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
}
.catalog_info_a:hover:after {
    background: url(../image/spr.png) no-repeat -175px -0px;
}
.catalog_info_a + .catalog_info_a {
    border-top: 1px solid #ebebeb;
}
.about_menu_a {
    color: #949292;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    margin-right: 3%;
    margin-bottom: 20px;
    display: inline-block;
}
.about_menu_a:hover,
.about_menu_a.current {
    color: #f8653b;
}
.go_cat {
    padding: 16px 39px;
    border: 1px solid #f8653b;
    border-radius: 30px;
    color: #f8653b;
    text-decoration: none;
    margin-top: -15px;
    display: inline-block;
    font-size: 14px;
}

.go_span {
    display: block;
    float: left;
    width: 23px;
    height: 26px; 
    padding-right: 10px;  
    background: url(../image/pdf.png) no-repeat;
}
.go_text {

    padding: 16px 39px;

    color: #f8653b;
    text-decoration: none;
    margin-top: -15px;
    display: inline-block;
    font-size: 14px;
}

.go_text {
    padding: 16px 39px;

    color: #f8653b;
    text-decoration: none;
    margin-top: -15px;
    display: inline-block;
    font-size: 14px;
}
h1 .go_text {
    padding: 35px 39px 0 39px;
}
h1 .go_text:hover {
    padding: 35px 39px 0 39px;
}
.go_text:hover {
    padding: 16px 39px;
    color: #e83741;
    text-decoration: none;
    margin-top: -15px;
    display: inline-block;
    font-size: 14px;
}

.go_cat:hover {
    background: #f8653b;
    color: #fff;
}
.about .left {
    width: 51%;
}
.about .right {
    width: 42%;
}
.about p + hr {
    margin-top: 40px;
}
.table.about {
    padding-bottom: 40px;
}
.table.about > h3 {
    max-width: 78%;
    margin-bottom: 30px;
}
.manufacturer img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.manufacturer {
    margin-top: 27px;
    color: #565050;
        margin-bottom: 33px;
}
.manufacturer ~ p {
    line-height: 24px;
}
.manufacturer b {
    color: #0b0a0b;
}

.d_block_item span {
    vertical-align: middle;
    display: inline-block;
}
.d_block_item {
    vertical-align: top;
    display: inline-block;
    width: 24%;
    margin-bottom: 25px;
    margin-top: 15px;
}
.d_block_item img {
    vertical-align: middle;
    margin-right: 10px;
}
.sert_b .right {
    width: 320px;
}
.sert_b .left {
    max-width: 700px;
}
.sert_b h3 {
    margin-bottom: 46px;
}
.setr a {
    display: block;
    padding: 20px 30px;
    border: 1px solid #e1e1e1;
    float: left;
    width: 46%;
    box-sizing: border-box;
    margin-right: 8%;
    margin-bottom: 25px;
}
.setr a:nth-child(2n) {
    margin-right: 0;
}
.setr {
    margin-bottom: 30px;
}
.setr span {
    display: inline-block;
    vertical-align: middle;
}
.setr span + span  {
    margin-left: 30px;
    width: 80%;
}
.remove_item {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #7f7f7f;
    box-sizing: border-box;
    top: 9px;
    right: 9px;
}
.remove_item:hover {
    background: #ff020e;
}
.remove_item:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../image/spr.png) no-repeat -123px -122px;
    top: 50%;
    right: 50%;
    margin: -7px -7px 0 0;
}
.remove_item:hover:after {
    background: url(../image/spr.png) no-repeat -123px -142px;
}
h1 .number {
    color: #f8653b;
    margin-right: 15px;
        display: inline-block;
}
.prod_info img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.prod_info {
    padding-top: 25px;
    color: #565050;
}
.prod_info span {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 17px;
}
.prod_info span.weight {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    padding: 7px 13px;
    border-radius: 25px;
    background: #e5e8ed;
}
.product_main hr {
    margin-bottom: 35px;
}
.ingredients h4 {
    margin-bottom: 0;
}
.product_main .left {
    width: 45%;
    border: 1px solid #ebebeb;
    border-radius: 9px;
    padding-top: 37px;
    text-align: center;
    /*padding: 37px 8% 0 8%;*/
    box-sizing: border-box;
}
.product_main .right {
    width: 49%;
}
.social {
        padding-top: 29px;
    color: #565050;
    font-size: 12px;
}
.social span {
    display: block;
}
.social a {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin: 16px 4px 20px 4px;
        vertical-align: middle;
}
.social a.vk {
    cursor: pointer;
    background: #6996c7 url(../image/soc_vk.png) no-repeat center;
}
.social a.fb {
    cursor: pointer;
    background: #496194 url(../image/soc_fb.png) no-repeat center;
}
/*.social a:hover {
    background-color: #f8653b;
}
*/
.add_in:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../image/spr.png) no-repeat -138px -122px;
    margin-right: 10px;
}
.add_in:hover:before {
    background: url(../image/spr.png) no-repeat -159px -122px;
}
.add_in {
    color: #1f8193;
    font-size: 12px;
    text-decoration: none;
        font-weight: bold;
}
.add_in:hover {
    text-decoration: underline;
}
a.b_btn {
    width: 185px;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    background: #f9593a;
    border: 1px solid #f9593a;
    margin-bottom: 10px;
    transition: all ease 0.5s;
}
a.b_btn + a.b_btn {
    background: #fff;
    color: #f9593a;
}
div.b_btn > a.b_btn + a.b_btn:hover {
    background: #f9593a;
    color: #fff;
}
div.b_btn {
   margin-bottom: 30px;
}
div.b_btn > a.b_btn:hover {
    color: #f9593a;
    background: #fff;
}
.product_main {
    padding-bottom: 40px;
}
.prod_tab_a {
    display: inline-block;
    padding: 11px 50px;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    text-decoration: none;
    margin-right: 15px;
    color: #74726e;
        margin-bottom: 15px;
    margin-top: -13px;
}
.tab_content {
    padding-bottom: 15px;
}
.prod_tab_a:hover,
.prod_tab_a.current {
    background: #f3f0eb;
    border: 1px solid #f3f0eb;
    color: #171614;
}
.tab_head {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0 15px 0;
}
.tab_item ul {
    padding-left: 17px;
    color: #b7b7b7;
}
.tab_item li span {
    color: #565050;
}
.tab_item .clearfix li {
    width: 33%;
    padding-bottom: 24px;
    float: left;
}
.tab_item li {
    padding-bottom: 21px;
}
.tab_item {
    color: #565050;
}
p.red {
    /*color: #f9593a;*/
     color: #000;
}
.more_prod h2 {
    font-size: 26px;
    margin-bottom: 35px;
}
.more_prod_slider {
    
}

.tab_item table {
    width: 100%;
    text-align: left;
    color: #565050;
    margin-bottom: 25px;
}
.tab_item th {
    /*
    background: #1f8193;
    color: #fff;*/
    padding: 13px 0 13px 20px;
    width: 20%;
    color: #000;
}
.tab_item td {
    padding: 13px 0 13px 20px;
    width: 20%;
}
.tab_item td {
    border-top: 1px solid #eeeeee;
}
.more_prod_slider_nav > i {
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url(../image/spr.png) no-repeat -179px -121px;
    cursor: pointer;
}
.more_prod_slider_nav > i:hover {
    background: url(../image/spr.png) no-repeat -179px -145px;
}
.more_prod_slider_nav > i + i {
    background: url(../image/spr.png) no-repeat -195px -121px;
    margin-left: 20px;
}
.more_prod_slider_nav > i + i:hover {
    background: url(../image/spr.png) no-repeat -195px -145px;
}
.go_cat span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 3px 15px 0 0;
}
.ques_btn span:before {
    width: 16px;
    height: 16px;
    background: url(../image/spr.png) no-repeat -138px -143px;
}
.mail_btn span:before {
    width: 17px;
    height: 12px;
    margin-top: 5px;
    background: url(../image/spr.png) no-repeat -230px -121px;
}
.clear_btn span:before {
    width: 18px;
    height: 18px;
    background: url(../image/spr.png) no-repeat -211px -121px;
}
.clear_btn {
    border-color: #b7b7b7;
    color: #9e9e9e;
    margin-right: 20px;
}
.clear_btn:hover {
    background: #b2b2b2;
    color: #fff;
    margin-right: 20px;
}
.ques_btn:hover span:before {
    background: #f8653b url(../image/spr.png) no-repeat -154px -143px;
}
.mail_btn:hover span:before {
    background: #f8653b url(../image/spr.png) no-repeat -230px -133px;
}
.clear_btn:hover span:before {
    background: url(../image/spr.png) no-repeat -211px -139px;
}
.ques_btn:hover {
    background: #f8653b;
    color: #fff;
}
.que_item {
    border: 1px solid #ebebeb;
    color: #0f0f0f;
}
.que_item:nth-child(2n) {
    background: #fff;
}
.que_item.open .que_head {
    border-bottom: none;
}
.que_item + .que_item{
    border-top: none;
}
.que_head {
    padding: 19px 44px 20px 19px;
    cursor: pointer;
    position: relative;
}
.que_item.open .que_head {
    font-weight: 600;
}
.que_head:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../image/spr.png) no-repeat -248px -121px;
    vertical-align: top;
    margin: -1px 14px 0 0;
}
.que_head:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/spr.png) no-repeat -276px 0px;
    position: absolute;
    top: 18px;
    right: 20px;
}
.que_item.open .que_head:after {
    background: url(../image/spr.png) no-repeat -276px -24px;
}

.que_item .que_b {
    display: none;
    padding: 0 30px 25px 59px;
    overflow: hidden;
}
.que_block {
    background: #fcfcfc;
}
.close_pop_up {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 24px;
    right: 24px;
    background: url(../image/spr.png) no-repeat -276px -49px;
}
.hint_p .close_pop_up {
    width: 36px;
    height: 36px;
    position: absolute;
        top: 10px;
    right: 14px;
    border-radius: 50%;
    background: url(../image/cl_p.jpg) no-repeat center #fff;
}
.hint_p .close_pop_up:hover {
    background: url(../image/cl_p.jpg) no-repeat center #fff;
}
.close_pop_up:hover {
    background: url(../image/spr.png) no-repeat -276px -69px;
}
.c_pop_up,
.pop_up {
    background: rgba(13, 13, 13, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 50;
}
.c_pop_up {
    background: none;
    z-index: 51;
}
.pop_up_content {
    width: 580px;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 465px;
    margin: -235px 0 0 -290px;
    z-index: 52;
}
.pop_up_top {
    height: 60px;
    background: #fff;
}
.pop_up_top:after,
.pop_up_top:before {
    content: '';
    display: block;
    height: 32px;
    width: 262px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -131px;
    background: url(../image/spr.png) no-repeat 0 -169px;
}
.pop_up_top:after {
    background: url(../image/spr.png) no-repeat 0 -201px;
    top: -4px;
    width: 129px;
    margin-left: -64.5px;
    height: 55px;
}

.pop_up_in {
    background: #fff;
    color: #565050;
    padding-bottom: 45px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}
.pop_up_in .go_cat {
    margin-top: 7px;
    min-width: 230px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pop_up_in h2 {
    color: #ea4751;
    font-size: 30px;
    text-align: center;
    margin-bottom: 24px;
    padding-top: 20px;
}

.pop_up_in h3 {
    color: #ea4751;
    font-size: 19px;
    text-align: center;
    margin-bottom: 24px;
    padding-top: 20px;
}

.feedback {
    text-align: center;
}

.pop_up_in label {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin: 8px 10px 0 0;
    width: 22%;
    text-align: left;
}
.pop_up_in input {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 10px 10px 15px 16px;
    color: #565050;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
}
form > div > span {
    position: relative;
}
form > div > span:before {
    content: '';
    display: block;
    width: 22px;
    height: 23px;
    background: url(../image/spr.png) no-repeat -129px -201px;
    position: absolute;
    left: 14px;
    top: 15px;
}
form > div > span.pass:before {
    background: url(../image/spr.png) no-repeat -129px -224px;
    height: 24px;
    top: 14px;
}
.pop_up_in span > input {
     padding-left: 50px;  
}
.pop_up_in input.error {
    border-color: #ed1c24;
}
.pop_up_in * {
    box-sizing: border-box;
}
form > div {
    margin-bottom: 19px;
}
form {
    margin-top: 30px;
}
form span {
    display: inline-block;
    position: relative;
}
.pop_up {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}
textarea {
    width: 100%;
    border-radius: 4px;
    min-height: 93px;
    max-height: 93px;
    max-width: 407px;
    outline: none;
    padding: 14px;
    border-color: #e1e1e1;
}
form a {
    color: #1f8193;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}
form a:hover {
    text-decoration: underline;
}
form a + a {
    margin-left: 20px;
    margin-bottom: 25px;
}
.social_in a {
    display: inline-block;
    vertical-align: top;
    margin: -25px 9px 18px 9px;
}
.social_in a img {
    display: block;
}
.social_in {
    text-align: center;
    background: #e1e1e1;
    padding-bottom: 35px;
    color: #565050;
    font-size: 12px;
}
.add_c .left {
    width: 32%;
    border: 1px solid #ebebeb;
    border-radius: 9px;
    padding: 25px;
}
.add_c .right {
    width: 52%;
    text-align: left;
}
.add_c .go_cat {
    margin-top: 25px;
}
.nav_s {
    display: inline-block;
    vertical-align: top;
    margin-top: 37px;
}
.owl-prev,
.owl-next {
    text-indent: -999999px;
}
section.main_slider > .table,
.advantages .table,
section.catalog_slider .table {
    padding: 0 65px;
}
.m_s .owl-prev,
.advantages_slider .owl-prev,
section.catalog_slider .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -50px;
    width: 16px;
    height: 24px;
    background: url(../image/spr.png) no-repeat -179px -121px;
}
.m_s .owl-prev {
    width: 63px;
    height: 22px;
    background: url(../image/spr.png) no-repeat -151px -36px;
    left: -90px;
    opacity: 0.5;
}
.m_s .owl-next,
.advantages_slider .owl-next,
section.catalog_slider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -50px;
    width: 16px;
    height: 24px;
    background: url(../image/spr.png) no-repeat -195px -121px;
}
.m_s .owl-next {
    width: 63px;
    height: 22px;
    background: url(../image/spr.png) no-repeat -151px -59px;
    right: -70px;
    opacity: 0.5;
}
.advantages_slider .owl-prev:hover,
section.catalog_slider .owl-prev:hover {
    background: url(../image/spr.png) no-repeat -179px -145px;
}
.m_s .owl-next:hover,
.m_s .owl-prev:hover {
    opacity: 1;
}
.advantages_slider .owl-next:hover,
section.catalog_slider .owl-next:hover {
    background: url(../image/spr.png) no-repeat -195px -145px;
}
.m_s .owl-dots {
    width: 266px;
    height: 32px;
    margin: 0 auto;
    background: url(../image/spr.png) no-repeat -0px -87px;
    text-align: center;
    position: relative;
}
.m_s .owl-dots .owl-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 1px 3px 0 3px;
    vertical-align: top;
}
.m_s .owl-dots .owl-dot.active {
    background: #fff;
}
.m_s .owl-dots:after,
.m_s .owl-dots:before {
    content: '';
    display: block;
    right: 100%;
    height: 32px;
    left: -10000%;
    top: 0;
    position: absolute;
    background: #fff;
}
.m_s .owl-dots:after {
    left: 100%;
    right: -10000%;
}
.rev_block {
        margin-top: 53px;
   margin-bottom: 45px;
}
.center .rev_item {
    padding-top: 0px;
}
.rev_item {
    height: 200px;
    box-sizing: border-box;
    padding-top: 40px;
    position: relative;
    cursor: pointer;
}
.rev_item img  {
    max-width: 100px;
    display: block;
    margin: 0px auto;
    transition: all ease 0.3s;
}
.center .rev_item img  {
    max-width: 180px;
    margin: 0 auto;
}
.rev_block_txt {
    text-align: center;
    color: #a1a1a1;
    font-size: 14px;
    position: relative;
    height: 38px;
}
.rev_block_txt > div {
    display: none;
    position: absolute;
    width: 100%;
}
.rev_block_txt > div.current {
    display: block;
}
.rev_block_txt b {
    display: block;
    color: #565050;
    margin-bottom: 6px;
    font-size: 17px;
}
.best_a {
    color: #565050;
    display: block;
    margin-top: 28px;
    font-size: 14px;
    color: #4c4847;
}
.best_a:hover {
    text-decoration: none;
}
.best {
    text-align: center;
    padding-top: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.best_item {
    width: 245px;
    height: 245px;
    overflow: hidden;
    /* float: left; */
    display: inline-block;
    position: relative;
    margin-right: -5px;
    margin-bottom: -5px;
    text-decoration: none;
}
.best_item img{
    display: block;
    width: 100%;
}
.best_item span {
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    color: #fff;
    padding-top: 90px;
    text-align: center;
}
.best_item i + i {
    display: block;
    height: 58px;
    width: 66px;
    margin: 18px auto 0 auto;
    background: url(../image/spr.png) no-repeat -152px -201px;
    padding-top: 14px;
}
.best_item:hover span {
    opacity: 1;
}

.best_img_a {
    height: 490px;
    width: 120%;
    overflow: hidden;
    margin-top: 40px;
    text-align: left;
}
footer {
    width: 100%;
    padding: 33px 0 60px 0;
    background: url(../image/footer.png);
    box-sizing: border-box;
}
.nav_f {
    padding-top: 33px;
    float: right;
}
.nav_f a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: right;
    float: left;
}
.nav_f a + a:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 17px;
    background: #fff;
    margin-right: 57px;
    margin-left: 55px;
    margin-top: 5px;
    vertical-align: top;
}

footer .social {
    width: 43%;
}
footer > .table:first-child {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07)
}
footer .social,
footer .social span {
    display: inline-block;
    vertical-align: middle;
    color: #c4c4c4;
    font-size: 14px;
        margin-right: 14px;
}
footer .social a {
    margin: 0px 4px;
}
.copy {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-top: 40px;
}
.footer_btn {
    background: #4b4a4a;
    border-radius: 30px;
    width: 196px;
    display: block;
    float: right;
    margin-top: 25px;
    padding: 10px 0 10px 50px;
    text-decoration: none;
    color: #c4c4c4;
    box-sizing: border-box;
    position: relative;
}
.footer_btn span:before {
    content: '';
    position: absolute;
    display: block;
    width: 33px;
    height: 33px;
    background: #f8653b;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}
.footer_btn span:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 12px;
    top: 15px;
    left: 12px;
    display: block;
    background: url(../image/spr.png) no-repeat -230px -133px;
}
.m_btn {
    width: 40px;
    height: 25px;
    position: relative;
    margin-top: 46px;
    float: left;
    margin-right: 33px;
    cursor: pointer;
    display: none;
}
.m_btn span {
    width: 35px;
    height: 5px;
    background: #f8653b;
    border-radius: 6px;
    display: block;
}
.m_btn span + span {
    margin-top: 5px;
}
.hidd {
    overflow: hidden;
    position:fixed;
}
.open_t {
    display: block !important;
}
.open_filter {
    background: #f9f9f9;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 22px 16px;
    color: #f8653b;
    font-size: 18px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    display: none;
    cursor: pointer;
}
.open_filter:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid rgba(255,255,255,0);
    border-top-color: #eb4c56;
    position: absolute;
    right: 30px;
    top: 33px;
    
}
.about .right img {
    max-width: 520px;
    display: block;
    margin: 0 auto;
}
.m_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 13, 13, 0.9);
    padding: 47px 30px;
    z-index: 9999;
    color: #fff;
    overflow: scroll;
}
.m_menu .social {
    color: #fff;
}
.m_menu a.close_m_m,
.m_menu a.m_nav_a {
    display: block;
    color: #fff;
}
.m_menu a.m_nav_a {
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #404040;
    padding: 5px 0;  
}
.m_menu a:hover,
.m_menu a.close_m_m {
    text-decoration: none;
}
.m_menu a.close_m_m {
    font-size: 36px;
    margin-bottom: 50px;
    position: relative;
    padding-left: 45px;
}
.m_menu a.close_m_m:after,
.m_menu a.close_m_m:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 22px;
    left: 5px;
}
.m_menu a.close_m_m:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.helpful {
        padding: 70px 0 100px 0;
    text-align: center;
    color: #4c4847;
}
.helpful_i {
    float: left;
    width: 35%;
    height: 318px;
        padding: 47px 0 0 32px;
    box-sizing: border-box;
    background-size: cover;
    background-position: right top;
}
.helpful_block > .left {
    width: 75%;
}
.helpful_block > .right {
    width: 25%;
}
.width_2 {
    width: 65%;
}
.helpful_block {
    text-align: left;
        margin-top: 79px;
}
.helpful_i > .left {
    width: 50%;
}
.helpful_i .catalog_btm {
     display: block;
}
.helpful_i .lora {
    display: block;
    margin-bottom: 18px;
}
.help_h {
    line-height: 24px;
    letter-spacing: 1.5px;
    padding-bottom: 9px;
    font-weight: 600;
}
.best_helpful p {
    padding: 0 20px;
    margin: 0px 0 25px 0;
    line-height: 24px;
    letter-spacing: -0.5px;
}
.yello_h {
    color: #ffdf5d;
}
.yello_h span:after {
    background-position: -212px -159px;
}
.blue_h {
    color: #c5eeff;
}
.blue_h span:after {
    background-position: -218px -159px;
}
.best_helpful .btn_more {
        background: #42bef1;
    color: #fff;
    box-sizing: border-box;
    margin: 0 41px;
    display: block;
}
.best_helpful .btn_more:hover {
    background: #30a8d9;
}
.best_helpful {
    text-align: center;
    color: #fff;
}
.helpful_block > .right {
    background: #1f8193;
    height: 636px;
    overflow: hidden;
}
.best_helpful .left {
    height: 365px;
    width: 100%;
    position: relative;
}
.best_helpful .left img {
    position: absolute;
    width: 327px;
    left: 50%;
    margin-left: -163.5px;
    top: 24px;
}

.best_h1 {
    font-size: 42px;
    font-family: 'Intro-Regular';
}
.testp {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 52;
}
.testp .table {
    padding: 35px 35px 0 35px;
    background: url(../image/test.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.text_block {
    max-width: 830px;
    margin: 37px auto;
    background: #fff;
    border-radius: 9px;
    text-align: left;
    color: #000;
}
.test_item .left > span {
    display: block;
    color: #9fa3a7;
    text-transform: uppercase;
}
.test_item .left > span + span {
    text-transform: inherit;
    margin-top: 20px;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.test_item {
    padding: 30px 0 30px 50px;
    float: left;
    box-sizing: border-box;
    opacity: 0;
}
.test_item.currents,
.test_item.current {
    opacity: 1;
}
.test_item a {
    display: block;
    font-size: 16px;
    color: #2b2b2b;
    text-decoration: none;
    margin-bottom: 13px;
}
.test_item a.current,
.test_item a:hover {
    text-decoration: underline;
    color: #ed1c24;
}
.test_item a span {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #ed1c24;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    margin-right: 20px;
    box-sizing: border-box;
}
.test_item .left {
    width: 60%;
}
.test_item .right {
    width: 40%;
}
.test__number {
    font-size: 25px;
    color: #6494a1;
}
.test__number span {
    color: #fff;
}
.test__sc {
    padding: 0 60px 30px 60px;
}
.test__sc * {
    cursor: pointer;
}
.test__left {
    width: 63px;
    height: 22px;
    background: url(../image/spr.png) no-repeat -151px -36px;
    left: -90px;
    opacity: 0.5;
}
.test__right {
    width: 63px;
    height: 22px;
    background: url(../image/spr.png) no-repeat -151px -59px;
    right: -70px;
    opacity: 0.5;
}
.test__left:hover {
    opacity: 1;
}
.test__right:hover {
    opacity: 1;
}
.test_i .close_pop_up {
    background: url(../image/spr.png) no-repeat -276px -89px;
}
.test_i {
    padding-top: 10%;
}
.hide_b {
    overflow: hidden;
    width: auto;
    margin-right: 17px !important;
}
.hide_b.mac {
    overflow: hidden;
    width: auto;
    margin-right: 0px !important;
}
.end_test {
    color: #000;
    padding: 30px 25px 30px 25px;
        background: #fff;
    border-radius: 9px;
}
.test_item .social span,
.test_item .social a {
    display: inline-block;
}
.test_item .social {
    padding-top: 0px;
}
.end_test.test_item .right {
    text-align: center;
}
.hit_item_main img {
    display: block;
    width: 100%;
}
.hit_item_main div {
    position: absolute;
    padding: 50px;
    background: rgba(0, 178, 227, 0.8);
    bottom: 0;
    left: 0;
    max-width: 600px;
    font-size: 32px;
    color: #fff;
    box-sizing: border-box;
}
.hit_item_main {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.hit_block .left {
    width: 65%;
}
.hit_block .right {
    width: 33%;
}

.hit_item {
      float: left;
    width: 48%;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding-bottom: 28px;
    
    min-height: 399px;
}
.hit_item:nth-child(2n+1) {
    margin-left: 4%;
}
.hit_item img {
    width: 100%;
}

.hit_top {
    position: absolute;
    left: 26px;
    top: 30px;
    color: #8b8585;
}
img + .hit_top {
    opacity: 0.8;

        color: #2c2c2c;
    background-color: #fff;
    padding: 10px
}

.hit_head {
    display: block;
    font-weight: 600;
    margin-top: 70px;
    padding-left: 25px;
    padding-right: 26px;
    margin-bottom: 23px;
    text-decoration: none;
    color: #262626;
}
.hit_head:hover {
    text-decoration: underline;
}
img ~ .hit_head {
    margin-top: 35px;
}

.hit_item .catalog_btm {
    display: block;
    margin-left: 26px;
}

.hit_item p {
    padding-left: 26px;
    padding-right: 26px;
}

.right .hit_item {
    width: 365px;
}
.more {
    padding: 30px 0 0 0;
    text-align: center;
}
.more a {
    color: #413c3c;
    text-decoration: none;
}
.more a:before {
    content: '';
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: url(../image/more.png) no-repeat center #ebebeb;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.map_list a:hover {
    color: #f8653b;
}
.map_list a {
    display: block;
    text-decoration: none;
    color: #2c2c2c;
    padding: 20px 0 15px 35px;
    position: relative;
        font-size: 14px;
}
.map_list a + a {
    border-top: 1px solid #ebebeb;   
}

.map_list .metro_line_6:after {
    background-color: #e88901;
}
.map_list .metro_line_4:after {
    background-color: #6db5ea;
}
.map_list .metro_line_3:after {
    background-color: #3552a1;
}
.map_list .metro_line_10:after {
    background-color: #98c426;
}
.map_list .metro_line_1:after {
    background-color: #d32411;
}
.map_list .metro_line_7:after {
    background-color: #a81574;
}
.map_list .metro_line_8:after {
    background-color: #ffd803;
}
.map_list .metro_line_2:after {
    background-color: #018913;
}
.map_list .metro_line_9:after {
    background-color: #9a9896;
}
.inp__s input[type=text] {
    height: 52px;
        padding: 16px 0 15px 15px;
    font-size: 16px;
    width: 100%;
    background: #fff;
    border: 1px solid #dadada;
    outline: none;
    color: #565050;
    box-sizing: border-box;
}
.inp__s input[type=text]::-webkit-input-placeholder {color:#565050;}
.inp__s input[type=text]::-moz-placeholder          {color:#565050;}
.inp__s input[type=text]:-moz-placeholder           {color:#565050;}
.inp__s input[type=text]:-ms-input-placeholder      {color:#565050;}
.inp__s input[type=button] {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
        top: 13px;
    right: 15px;
    cursor: pointer;
    border: none;
    background: url(../image/s_i.png) no-repeat center;
}
.inp__s {
    position: relative;
    margin-bottom: 20px;
    margin-top: -11px;
}
.men_a_block {
    position: relative;
    text-align: center;
        margin-top: -5px;
}
.dd_t_block {
    display: inline-block;
    vertical-align: top;
}
.dd_t_head {
    display: inline-block;
    background: #fff;
    padding: 15px;
    position: relative;
    color: #949292;
    font-weight: 600;
    border: 1px solid #fff;
}
.dd_t_block:hover .dd_t_head {
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.12);
    border: 1px solid #e2e2e2;
    z-index: 51;
    color: #f8653b
}
.dd_t_block:hover .dd_t_head span:before {
    content: '';
    display: block;
    top: 34px;
    left: -5px;
    right: -9px;
    height: 18px;
    top: 49px; 
    background: #fff;
    position: absolute;
}
.dd_t_head:after {
    content: '';
    display: inline-block;
    top: 34px;
    left: 40px;
    width: 12px;
    height: 8px;
    margin-left: 10px;
    background: url(../image/spr.png) no-repeat -273px -112px;
    vertical-align: middle;
}
.dd_t_head:hover:after {
    background: url(../image/spr.png) no-repeat -285px -112px;
}
.dd_t_block:hover .dd_t_body {
    display: block;
}
.dd_t_body {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 40px 40px 40px 40px; 
    border: 1px solid #e2e2e2;
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.12);
    z-index: 50;
    display: none;

}
/*
.dd_t_block:hover .dd_t_body {
    display: block;   
}*/
.sr_dd div {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
.dd_t_body a {
    display: block;
    margin-bottom: 25px;
    text-decoration: none;
    color: #0f0f0f;
    text-align: left;
}
.dd_t_body a:hover {
    text-decoration: underline;
    color: #f8653b;
}
.a_t_block {
    display: inline-block;
    background: #fff;
    padding: 15px;
    position: relative;
    text-decoration: none;
    color: #949292;
    font-weight: 600;
    float: left;
}
.dd_t_block + .dd_t_block {
    float: right;
}
.a_t_block:hover {
    color: #f8653b
}
.wh .content_page {
    width: 61%;
    position: relative;
}
.wh .table {
    position: relative;
}
.map_ {
    position: fixed;

    
    top: 0px;
    background: #fff none repeat scroll 0 0;
    bottom: 0px;
    right: 0;
    width: 36%;  
    overflow: hidden;
    z-index: 1;
}



.tab_item {
    /*display: none;*/
}
.tab_item.current {
    display: block;
}
.center .rev_item:after {
    content: '';
    display: block;
    position: absolute;
    width: 66%;
    height: 3px;
    bottom: -3px;
    left: 50%;
    margin-left: -33%;
    background: #f8653b;
}
.rev_block .owl-item {
    border-bottom: 3px solid #e8e9ed;
}
.rev_text_block p {
    display: none;
}
.rev_text_block p.current {
    display: block;
        margin: 0 60px;
    line-height: 24px;
}
.load_div {
    display: none;
}
.catalog_slider.owl-carousel .owl-stage-outer {
    width: 99% !important;
}
.helpful_i:nth-child(4n) {
    color: #fff;
}
.hint_p {
    position: relative;
    max-width: 600px;
    background: #fff;
    margin: 10% auto 50px auto;
    z-index: 52;
}
.hint_p_c {
    color: #262626;
    font-size: 16px;
}
.hint_p_c > img {
    display: block;
}
.hint_p_c .lora {
    color: #8b8585;
    font-size: 16px;
    margin-bottom: 18px;
}
.hint_p_c p {
    line-height: 25px;
    padding-bottom: 7px;
}
.hint_p_header {
    color: #262626;
    font-size: 18px;
}
.hint_c_p {
    padding: 27px 25px;
}
.hint_a {
    position: absolute;
    left: -182px;
    top: 50%;
    margin-top: -11px;
    display: block;
    width: 63px;
    height: 22px;
    background: url(../image/spr.png) no-repeat -151px -36px;
    opacity: 0.5;
}
.hint_a.right {
    left: auto;
    right: -182px;
    background: url(../image/spr.png) no-repeat -151px -59px;
}
.hint_a:hover {
    opacity: 1;   
}
.all_item {
    width: 24%;
    display: inline-block;
    padding-top: 26px;
    text-align: center;
    text-decoration: none;
    color: #1f8193;
    padding-left: 25px;
    box-sizing: border-box;
    padding-right: 25px;
    font-family: 'Intro-Regular';
    font-size: 20px;
}
.all_item:hover {
    color: #f8653b;
    text-decoration: underline;
}
.all_item p {
    line-height: 100px;
    height: 100px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: block;
    margin: 0 -25px;
}
.all_item p span {
    line-height: 20px;
    vertical-align: middle;
    width: 50%;
    display: inline-block;
}

.all_item img {
    margin-bottom: 20px;
        width: 100%;
}
.all_item + .all_item {
    border-left: 1px solid #e4e4e4;
}
@media screen and (max-width:1230px) {
    header,
    footer,
    section {
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    margin-bottom: 0px;
    height: 100%;
    }
    .page {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.main_slider {
        padding: 20px 20px 0px 20px ;
    }
}
@media screen and (max-width:1200px) {
    .nav_f a + a:before {
        margin-right: 30px;
        margin-left: 30px;
    }
}
@media screen and (max-width:1170px) {
    header nav {
        display: none;
    }
    .m_btn {
        display: block;
        margin-right: 0px;
    }
}
@media screen and (max-width:1050px) {
    section.main_slider > .table, .advantages .table, section.catalog_slider .table {
        padding: 0;
    }
    .m_s .owl-next, .m_s .owl-prev {
        display: none !important;
    }
    .test .left {
        width: 500px;
    }
    .nav_f {
        display: none;
    }
    .test .right {
        float: none;
        margin-left: 550px;
    }
    footer .logo {
        display: none;
    }
    .nav_f a {
        display: inline-block;
        float: none;
    }
    .page {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_f {
        margin-left: -20px;
        margin-right: -20px;
        text-align: center;
        float: none;
    }
}
@media screen and (max-width:1000px) {
    .main_slider_item h3 {
        font-size: 28px;
    }
    .m_s .owl-prev, .advantages_slider .owl-prev, section.catalog_slider .owl-prev {
        left: 0px;
    }
    .m_s .owl-next, .advantages_slider .owl-next, section.catalog_slider .owl-next {
        right: 0px;
    }
}
@media screen and (max-width:950px) {
    .catalog_item {
        width: 50%;
    }
    .about .right, 
    .about .left {
        width: 100%;
    }
    .catalog_info > div {
        width: 50%;
        margin-left: 0% !important;
    }
    .catalog_info > div > img {
        top: 10%;
        right: auto;
        left: 15px;
        width: 130px;
    }
    .current .catalog_info_head {
        background: #f8653b !important;
        position: relative;
        z-index: 1;
    }
    .current .catalog_info_head:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 7px solid rgba(255,255,255,0);
        border-top-color: #f8653b;
        position: absolute;
        bottom: -14px;
        left: 50%;
        margin-left: -7px;
    }
    .catalog_info_head span {
        display: none;
    }
    .catalog_info + .catalog_info > div {
        display: none;
    }
    .catalog_info + .catalog_info > .current {
        display: block;
    }
    .catalog_info_head {
        font-size: 28px;
        padding: 26px 0 26px 0px;
        text-align: center;
        background: #9b9b9b !important;
    }
    .catalog_info + .catalog_info > div {
        width: 100%;
    }
    .a_box {
        width: 320px;
        margin: 0 auto;
    }
    .helpful_block > .right,
    .helpful_block > .left {
        width: 100%;
    }
    .best_helpful .left {
        height: 260px;
        width: 40%;
        position: relative;
    }
    .best_helpful .right {
        height: 260px;
        width: 60%;
    }
    .helpful_block > .right {
        height: 260px;
        padding-top: 35px;
    }
    .helpful_block > .right span {
        display: none;
    }
    .best_helpful .left img {
        width: 223px;
        left: 50%;
        margin-left: -111.5px;
        top: 0px;
    }
    .helpful_i {
        background-position: left top;
    }
    
    .catalog_item + .catalog_item {
        border-left: none;
    }
    .catalog_item:nth-child(2n) + .catalog_item {
        border-left: 1px solid #ebebeb;
        border-top: none;
    }
    
}
@media screen and (max-width:900px) {
    .map_ {
    position: relative;
    background: #c1c1c1;
    width: 100%;
    top: 0 !important;
     height: 400px;
    }
    .wh .content_page {
        width: 100%;
    }
    .clear_btn,
    .mail_btn {
        margin-top: 15px;
        display: inline-block;
        float: none;
        margin-right: 0px;
    }
    .all_item {
        width: 48%;
        margin-bottom: 4px;
    }
    .all_item img {
        width: auto;
    }
    .all_item:nth-child(3) {
        border: none;
    }

}
}
@media screen and (max-width:850px) {
    footer > .table:first-child,
    footer .nav_f {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .ui-menu .ui-menu-item {
    margin: 4px !important;
    color: #000000;
    font-size: 15px;
    background: #fff;
    display: block;
    border-bottom: 1px solid #d6d6d6;
    padding: 5px 20px;
}
    .ui-menu {
    background: #fff;
    width: 80% !important;
    border: 1px solid #e83741;
    z-index: 100;
    padding: 0px;
}
    aside {
        display: none;
        width: 100%;
    }
    aside + .content_page {
        margin-left: 0px;
    }
    .catalog_item {
        width: 33.333333%;
    }
    .open_filter {
        display: block;
    }
    .test__sc {
        padding: 0 0px 30px 0px;
    }
    .test_item .left,
    .test_item .right {
        width: 100%;
    }
    .test_item .right {
       text-align: center;
    }
    .test_item {
        padding: 30px 25px 30px 25px;
    }
    .test_i {
        padding-top: 0%;
    }
    .wh .content_page ,
    .hit_block .left {
        width: 100%;
    }
    .hit_block .right {
        display: none;
    }
    .catalog_item + .catalog_item {
        border-left: none;
    }
    .catalog_item:nth-child(2n) + .catalog_item {
        border-left: none;
        border-top: none;
    }
    .catalog .catalog_item:nth-child(3) {
        border-top: 1px solid #ebebeb;
    }
    .catalog_item:nth-child(3n) + .catalog_item {
        border-left: 1px solid #ebebeb;
    }
}
@media screen and (max-width:750px) {
    h1 {
        line-height: inherit;
    }
    .test .right {
        display: none;
    }
    footer .social,
    .test .left {
        width: 100%;
    }
    .main_slider_item .right,
    .main_slider_item .left {
        width: 100%;
    }
    .main_slider_item .left {
        margin-top: 15px;
    }
    .main_slider_item .lora {
        display: none;
    }
    .main_slider_item .btn_more {
        margin-top: 0px;
        width: 55px;
        height: 55px;
        box-sizing: border-box;
        padding: 0;
        border-radius: 50%;
        text-indent: -99999px;
        float: right;
        display: none;
    }
    .main_slider_item h3 {
        font-size: 28px;
        width: 80%;
        float: left;
    }
    .catalog_slider_item {
        border-right: 0;
    }
    .best_img_a {
        height: 980px;
        width: 198%;
    }
    footer .social {
        text-align: center;
    }
    section {
        padding: 40px 15px !important;
    }
    section.best {
        padding: 40px 0px 0px 0px !important;
    }
    section.main_slider {
        padding: 40px 15px 0px 15px !important;
    }
    h2 {
        font-size: 35px;
    }
    .best_img_a {
        width: 100%;
    }
    .best_item {
        width: 50%;
    }
    .copy {
        width: 100%;
        text-align: center;
    }
    .footer_btn {
        float: none;
        margin: 30px auto 0 auto;
    }
    .setr span + span,
    .setr span {
        width: 100%;
        margin-left: 0;
        display: block;
        text-align: center;
    }
    .setr span + span {
        text-align: left;
    }
    
}
@media screen and (max-width:640px) {
    .a_box {
        float: right;
    }
    .helpful_block > .left {
        display: none;
    }
    .product_main .right,
    .product_main .left {
        width: 100%;
    }
    .product_main .left img {
        max-width: 100%;
    }
    .product_main .right hr {
        display: none;
    }
    .tab_item .clearfix li {
        width: 100%;
    }
    .prod_info + .prod_info {
        padding-bottom: 25px;
    }
    a.b_btn {
        width: 48%;
    }
    .dd_t_block:hover .dd_t_head span:before,
    .aside_btn {
        display: none;
    }
    .product_main {
        padding-bottom: 0px;
    }
    .sr_dd div {
        width: 100%;
    }
}
@media screen and (max-width:620px) {
    .hint_p {
        width: 100%;
        margin: 0;
    }
    .rev_text_block p.current {
        margin: 0 0px;
    }
    .hint_p .close_pop_up {
        position: fixed;
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
    }
}
@media screen and (max-width:600px) {
    .catalog_item {
        width: 100%;
        border: 1px solid #ebebeb !important;
    }
    .catalog_item + .catalog_item {
        border-top: none !important;
    }
    .pop_up_content {
        width: 100%;
        top: 32px;
        left: 0px;
        min-height: 300px;
        margin: 0px 0 0 0px;
        z-index: 52;
    }
    .pop_up_in {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pop_up_in label {
        width: 100%;
        margin-bottom: 10px;
    }
    .pop_up_in input {
        width: 100%;
    }
    .test_item .right img {
        width: 100%;
    }
    .testp_head h2 {
        font-size: 23px;
    }
    .men_a_block {
        background: #f7f7f7;
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        height: 50px;
        overflow: hidden;
    }
    .men_a_block.open {
        height: auto;
    }
    .men_a_block .open_m_block {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 50px;
        z-index: 5;
    }
    .men_a_block .open_m_block:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 6px solid rgba(255,255,255,0);
        border-top-color: #eb4c56;
        position: absolute;
        right: 30px;
        top: 24px;
    }
    .men_a_block.open .open_m_block:after {
        border-top-color: rgba(255,255,255,0);
        border-bottom-color: #bdbdbd;
        top: 16px;
    }
    .dd_t_body,
    .dd_t_head,
    .dd_t_block + .dd_t_block,
    .dd_t_body a,
    .dd_t_head,
    .dd_t_block,
    .a_t_block {
        display: block;
        background: none;
        float: none;
        box-shadow: none !important;
        border: none !important;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }
    .dd_t_body a {
        display: inline-block;
        width: 48%;
    }
    .dd_t_body {
        position: relative;
        display: block;
        top: auto;
        left: auto;
    }
    .dd_t_block:hover .dd_t_head:before {
        display: none;
    }
    .wh .ga_mag {
        float: none;
        display: block;
        margin: 10px auto;
        max-width: 50%;
        text-align: center;
    } 
}
@media screen and (max-width:580px) {
    .btn {
        display: none;
    }
    .main_slider_item h3 {
        font-size: 18px;
        width: 70%;
    }
    .best_helpful .right,
    .best_helpful .left {
        height: 260px;
        width: 100%;
    }
    .helpful_block > .right {
        height: auto;
        padding-top: 35px;
    }
    .helpful_block > .right span {
        display: block;
    }
    .hit_item:nth-child(2n+1) {
        margin-left: 0%;
    }
    .hit_item {
        float: left;
        width: 100%;
    }
    .hit_item_main div {
        font-size: 18px;  
        padding: 20px;
    }
    .best_item {
        height: auto;
    }
    .best_item span {
        padding-top: 30%;
    }
    .d_block_item {
        width: 48%;
    }
    .all_item {
        width: 100%;
        margin-bottom: 4px;
        border: none !important;
    }
}
@media screen and (max-width:500px) {
    .catalog_info > div > img {
        display: none;
    }
    .a_box {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 10px 20px;
    }
    .page {
        padding-bottom: 50px;
    }
    .catalog_info_head {
        font-size: 22px;
        padding: 16px 0 16px 0px;
    }
    .catalog_info_a {
        width: 100%;
    }
    footer {
        padding: 0px 0 25px 0;
    }
    .copy {
        padding-top: 24px;
    }
    footer .social a {
        margin: 10px 4px 0 4px;
    }
    footer .social, footer .social span {
        display: block;
    }
    .d_block_item {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:420px) {
    .btn {
        display: none;
    }
    .nav_s .nav_a span {
        display: none;
    }
    .nav_s .nav_a:before {
        margin: 2px 0px 0 0;
        width: 29px;
        height: 38px;
        background: url(../image/spr.png) no-repeat -219px -201px;
    }
    .nav_s .nav_a {
        margin-right: 0px;
    }
    
}
.bool {
    color: #2c2c2c;
    font-size: 14px;
    width: 300px;
    background: #fff;
    padding: 25px;
    text-align: left;
    box-sizing: border-box;
    position: relative; /* fxed */
    left: -294px;
    top: -27px;
}
.bool a {
    color: #f8653b;
    text-decoration: none;
}

.bool b {
    color: #0f0f0f;
    font-weight: bold;
    display: block;
    margin-bottom: 18px;
    margin-top: 15px;
}
.b_tel {
    display: block;
    margin: 20px 0;
}
.b_tel img {
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}

.bool_close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.h_ballon {
    display: none;
}
.hide_b footer {
    margin-right: 0px;
}
.ga_mag {
    color: #fff;
    background: #f8653b;
    border-color: #f8653b;
    transition: all ease 0.4s;
}
.ga_mag:hover {
    background: #bc2b33;
    border-color: #bc2b33;
}
.ga_mag span:before {
    height: 14px;
    width: 15px;
    background: url(../image/m_g.png) no-repeat 0 0;
}
.prod_info.lora hr {
    margin-bottom: 0px;
}
.about p {
    line-height: 24px;
}

.map_list p {
    margin: 0;
    padding: 0;
    display: block;
    margin-left: -24px;
    position: relative;
}
.map_list .metro:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 15px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-image: url(/image/m1.png);
    background-position: 2px 3px;
    background-repeat: no-repeat;
    background-color: #000;
}
.map_list .metro_line_6:after {
    background-color: #e88901;
}
.map_list .metro_line_4:after {
    background-color: #6db5ea;
}
.map_list .metro_line_3:after {
    background-color: #3552a1;
}
.map_list .metro_line_10:after {
    background-color: #98c426;
}
.map_list .metro_line_1:after {
    background-color: #d32411;
}
.map_list .metro_line_7:after {
    background-color: #a81574;
}
.map_list .metro_line_8:after {
    background-color: #ffd803;
}
.map_list .metro_line_2:after {
    background-color: #018913;
}
.map_list .metro_line_9:after {
    background-color: #9a9896;
}
.map_list p + p {
    border-top: 1px solid #dadada; 
}dd_t_block
.map_list a {
    display: block;
    text-decoration: none;
    color: #2c2c2c;
    padding: 25px;
}
.map_list .metro a {
    padding-left: 60px;
}
.map_list a:hover {
    color:#f8653b;
    box-shadow: 0 5px 16px 0 rgba(0,0,0,0.12);
}


.s_dd input[type=text] {
    height: 34px;
    margin-left: 15px;
padding: 0px 0 0 10px;
font-size: 16px;
}
.s_dd input[type=button] {
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    border: none;
    background: url(../img/s_i.png) no-repeat center;
}

.ui-menu {
   background: #fff; 
   width: 597px;
   border: 1px solid #e83741;
        z-index: 100;
}

.ui-menu .ui-menu-item {
    margin-top: 10px;
    padding-top: 10px;
    margin: 4px !important;
    color: #000000;
    font-size: 16px;
    background: #fff;
    
    display: block;
    
}
.m1__hover:hover ~ .m_n_block_j .dd_t_body:first-child {
    display: block;
}
.row {
 padding: 0px 0 20px 0;
}
.row:before {
 display: table;
 content: " ";
}
.row:after {
  display: table;
  content: " ";
  clear: both;
}
.row .go_cat {
  margin: 0;
}
.where-buy-title {
	font-family: 'Intro-Regular';
    font-size: 30px;
	line-height: 32px;
	margin-bottom: 30px;
}

.new_design_slider .right {
    float: left !important;
    margin-top: -50px;
}

.new_design_slider .intro-bold-title {
    font-size: 59px;
    line-height: 55px !important;
    font-family: 'Intro Bold', sans-serif;
    padding-top: 120px;
    font-weight: bold;
    letter-spacing: -2px;
    float: none;
    width: 100%;
    color: #007180;
}

.new_design_slider .left {
    width: 48%;
    position: absolute;
    left: 400px;
}

.new_design_slider .btn_more {
    position: absolute;
    right: 0;
    bottom: -130px;
}

.new_design_slider .intro-bold {
    font-size: 19px !important;
    line-height: 19px !important;
    font-family: 'Intro Bold', sans-serif;
    margin: 0;
    font-weight: normal !important;
    letter-spacing: 0px !important;
    position: relative;
    top: 160px;
}
.catalog_item .catalog_img {
    height: 250px;
}
.catalog_img img{    
    width: auto;
    max-width: 100%;
    max-height: 250px;
}
.catalog_item:hover{
    min-height: initial;
}
