html, body {
    height: 100%;
}

body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'CoreSans', Tahoma, Arial;
    color: #000011;
}

a {
    text-decoration: none;
    outline: none;
    color: black;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.align {
    max-width: 1140px;
    margin: 0 auto;
}

/* Topline */
.topline_wrapper {
    background-color: #282828;
}

.topline_section {
    text-align: center;
    font-size: 0;
    padding: 15px 0;
}

.topline_menu {
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 90px 0 0;*/
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*width: 580px;*/
    width: 695px;
}

.topline_menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    padding: 0;
}

.topline_menu li:last-child {
    margin-right: 0;
}

.topline_menu_link {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.topline_menu_link:hover,
.topline_menu_link.active {
    color: #a6a6a6;
}

.topline_phone {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    background: url(../img/phone.png) no-repeat left center;
    font-family: 'CoreRhino';
    font-size: 18px;
    color: #000011;
    margin-right: 60px;
}

.topline_worktime {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    background: url(../img/worktime.png) no-repeat left center;
    font-family: 'CoreRhino';
    font-size: 14px;
    color: #fff;
}

/* Hat */
.hat_wrapper {

}

.hat_section {
    padding: 5px 0;
    text-align: center;
    font-size: 0;
}

.hat_logo {
    display: inline-block;
    vertical-align: middle;
    width: 189px;
    margin-right: 10px;
}

.hat_search {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 638px);
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
}

.hat_search input[type="text"] {
    display: block;
    height: 43px;
    line-height: 43px;
    background: none;
    padding: 0 55px 0 25px;
    width: calc(100% - 82px);
    border: 1px solid #f5f4f5;
    text-align: left;
    font-size: 13px;
    color: rgba(0, 0, 17, 0.6);
    outline: none;
    border-radius: 0;
    font-family: 'CoreRhino';
}

.hat_search input[type="submit"] {
    display: block;
    width: 55px;
    text-align: center;
    text-transform: uppercase;
    height: 43px;
    background: url(../img/search.png) no-repeat center;
    font-size: 0;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    color: #000011;
    position: absolute;
    right: 0;
    top: 0;
}

.hat_social {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}

.hat_social_link {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    background-color: #282828;
    margin: 0 6px 0 0;
    background-repeat: no-repeat;
    background-position: center;
}

.hat_social_link:last-child {
    margin-right: 0;
}

.vk {
    background-image: url(../img/vk.png);
}

.fb {
    background-image: url(../img/fb.png);
}

.google {
    background-image: url(../img/google.png);
}

.hat_cart {
    width: 195px;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0px;
}

.hat_cart_img {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    margin-right: 20px;
    position: relative;
}

.hat_cart_count {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background: #20cdf6;
    font-size: 9px;
    font-family: 'CoreRhino';
    color: #fff;
    position: absolute;
    top: -2px;
    right: -9px;
}

.hat_cart_content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 52px);
    text-align: left;
    padding: 0 5px 0 0;
    background: url(../img/hat_arrow_right.png) no-repeat right center;
}

.hat_cart_title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000011;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
}

.hat_cart_price {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 17, 0.7);
}

/* Offer */
.offer_wrapper {
    height: 306px;
    background: url(../img/slide1.png) no-repeat center top;
    margin-bottom: 65px;
}

.offer_section {
    box-sizing: border-box;
    padding: 30px 0 30px 50px;
    position: relative;
}

.offer_slide {
    max-width: 510px;
}

.offer_slide_title {
    font-size: 36px;
    color: #ffffff;
    font-family: 'CoreRhino';
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 35px;
}

.offer_slide_title strong {
    font-family: 'CoreSans';
    display: block;
}

.offer_slide_description {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 25px;
}

.offer_slide_link {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 30px;
    text-transform: uppercase;
    text-align: center;
    background-color: #f4f4f4;
    font-size: 14px;
    color: rgba(0, 0, 17, 0.7);
    font-family: 'CoreRhino';
    font-weight: bold;
}

.offer_dots {
    font-size: 0;
}

.offer_dot {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 10px;
    background: url(../img/dot.png) no-repeat center;
    margin-right: 15px;
}

.offer_dot:last-child {
    margin-right: 0;
}

.offer_dot:hover,
.offer_dot.active {
    background: url(../img/dot_a.png) no-repeat center;
}

/* Advantages */
.advantages_wrapper {

}

.advantages_section {
    background: url(../img/advantages.png) no-repeat center top;
    background-size: cover;
    min-height: 162px;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 5px 40px 5px;
}

.advantage_one {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 60px;
    font-size: 18px;
    color: #000011;
    position: relative;
    box-sizing: border-box;
    width: 260px;
    text-align: left;
    margin: 0 45px 20px 45px;
}

.advantage_one:after {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background: url(../img/advantages_divider.png) no-repeat center;
    position: absolute;
    right: -45px;
    top: 50%;
    margin-top: -12px;
}

.advantage_one:last-child:after {
    display: none;
}

.advantage_one:nth-child(1) {
    background: url(../img/advantages1.png) no-repeat left center;
}

.advantage_one:nth-child(2) {
    background: url(../img/advantages2.png) no-repeat left center;
}

.advantage_one:nth-child(3) {
    background: url(../img/advantages3.png) no-repeat left center;
}

.advantage_one a {
    font-size: 18px;
    color: #000011;
    text-decoration: underline;
}

/* Catalog */
.catalog_wrapper {

}

.catalog_section {
    font-size: 0;
    padding: 60px 0 35px 0;
    text-align: center;
    background: url(../img/lines.png) repeat-x center bottom;
}

.catalog_one {
    display: inline-block;
    vertical-align: top;
    width: 165px;
    box-sizing: border-box;
    min-height: 210px;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #000011;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    padding: 130px 10px 10px 10px;
    margin: 0 30px 25px 0;
    background-repeat: no-repeat;
    background-position: center 35px;
}

.catalog_one:nth-child(6n+6) {
    margin-right: 0;
}

.catalog_one:last-child {
    margin-right: 0;
}

.catalog_one:hover {
    background-color: #575757;
    text-decoration: underline;
    color: #26ccf6;
}

.catalog_one:nth-child(1) {
    background-image: url(../img/cat1.png);
}

.catalog_one:nth-child(2) {
    background-image: url(../img/cat2.png);
}

.catalog_one:nth-child(3) {
    background-image: url(../img/cat3.png);
}

.catalog_one:nth-child(4) {
    background-image: url(../img/cat6.png);
}

.catalog_one:nth-child(5) {
    background-image: url(../img/cat_zavesa.png);
}

.catalog_one:nth-child(6) {
    background-image: url(../img/cat8.png);
}

.catalog_one:nth-child(7) {
    background-image: url(../img/cat10.png);
}

.catalog_one:nth-child(8) {
    background-image: url(../img/cat9.png);
}

.catalog_one:nth-child(9) {
    background-image: url(../img/cat4.png);
}

.catalog_one:nth-child(10) {
    background-image: url(../img/cat7.png);
}

.catalog_one:nth-child(11) {
    background-image: url(../img/cat1111.png);
}

.catalog_one:nth-child(12){
    background-image: url(../img/menu_12_new_b_.png);
}

.catalog_one:nth-child(13){
    background-image: url(../img/menu_13_new_b.png);
}

/*.catalog_one:nth-child(12){
    background-image: url(../img/cat5.png);
}*/

.catalog_one:nth-child(1):hover {
    background-image: url(../img/cat1h.png);
}

.catalog_one:nth-child(2):hover {
    background-image: url(../img/cat2h.png);
}

.catalog_one:nth-child(3):hover {
    background-image: url(../img/cat3h.png);
}

.catalog_one:nth-child(4):hover {
    background-image: url(../img/cat6h.png);
}

.catalog_one:nth-child(5):hover {
    background-image: url(../img/cat_zavesah.png);
}

.catalog_one:nth-child(6):hover {
    background-image: url(../img/cat8h.png);
}

.catalog_one:nth-child(7):hover {
    background-image: url(../img/cat10h.png);
}

.catalog_one:nth-child(8):hover {
    background-image: url(../img/cat9h.png);
}

.catalog_one:nth-child(9):hover {
    background-image: url(../img/cat4h.png);
}

.catalog_one:nth-child(10):hover {
    background-image: url(../img/cat7h.png);
}

.catalog_one:nth-child(11):hover {
    background-image: url(../img/cat111h.png);
}

.catalog_one:nth-child(12):hover{
    background-image: url(../img/menu_12_new_w.png);
}

.catalog_one:nth-child(13):hover{
    background-image: url(../img/menu_13_new_w.png);
}

/*.catalog_one:nth-child(12):hover{
    background-image: url(../img/cat5h.png);
}*/

/* Product */
.product_wrapper {

}

.product_section {
    padding: 60px 0 35px 0;
    /*background: url(../img/lines.png) repeat-x center bottom;*/
}

.product_container {
    font-size: 0;
    text-align: center;
}

.product_one {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 260px;
    border: 1px solid #f4f4f4;
    padding: 10px;
    position: relative;
    margin: 0 30px 25px 0;
}

.product_one:nth-child(4n+4) {
    margin-right: 0;
}

.product_one:hover {
    box-shadow: #bbb 0 0 25px;
}

.product_one_low {
    width: 200px;
    height: 36px;
    line-height: 36px;
    background: #f4f4f4 url(../img/star.png) no-repeat 13px center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 33px;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(0, 0, 17, 0.5);
    font-size: 12px;
}

.product_one_img {
    margin-bottom: 20px;
}

.product_one_title {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    color: #282828;
    font-family: 'CoreRhino';
    font-weight: 500;
    line-height: 1.5;
    height: 106px;
    overflow: hidden;
}

.product_one:hover .product_one_title {
    color: #979797;
    text-decoration: underline;
}

.product_one_price {
    text-align: left;
    font-weight: 900;
    font-size: 24px;
    color: #282828;
    margin-bottom: 20px;
    display: inline-block;
}

.product_one_mics {
    text-align: center;
}

.product_one_more {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    height: 39px;
    line-height: 39px;
    background-color: #bababa;
    width: 106px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    font-weight: 900;
}

.product_one:hover .product_one_more {
    background-color: #25ccf5;
}

/*.product_one_cart {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 39px;
    background-color: #282828;
    background-repeat: no-repeat;
    background-image: url(../img/product_cart.png);
    background-position: center;
    border: 0px;
    outline: none;
    cursor: pointer;
    color: transparent;
}

.product_one:hover .product_one_cart {
    background-color: #0eafd6;
}*/

.product_one_cart {
    display: block;
    margin: 0 auto 5px;
    height: 39px;
    line-height: 39px;
    background-color: #bababa;
    width: 106px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: 'CoreSans',Tahoma,Arial;
}

.product_one:hover .product_one_cart {
    background-color: #25ccf5 !important;
}

/* Articles */
.articles_wrapper {

}

.articles_section {
    padding: 60px 0 35px 0;
    /*background: url(../img/lines.png) repeat-x center bottom;*/
}

.block_header_container {
    margin-bottom: 60px;
    font-size: 0;
}

.block_header {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 530px);
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    color: #282828;
}

.block_header strong {
    color: #25ccf5;
}

.block_links {
    width: 520px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.block_link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #6d6d6d;
}

.block_link:hover,
.block_link.active,
.articles_section .block_link {
    text-decoration: underline;
    color: #282828;
}

.block_link:first-child {
    margin-left: 0;
}

.articles_container {
    font-size: 0;
    text-align: center;
}

.article_one {
    display: inline-block;
    vertical-align: top;
    max-width: 360px;
    margin: 0 30px 25px 0;
}

.article_one:last-child {
    margin-right: 0;
}

.article_one_img {
    margin-bottom: 20px;
}

.article_one:hover .article_one_img img {
    outline: 1px solid #b5b4b3;
    outline-offset: -10px;
}

.article_one_title {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #252525;
    font-weight: bold;
    margin-bottom: 20px;
}

.article_one:hover .article_one_title {
    color: #26ccf6;
    text-decoration: underline;
}

.article_one_body {
    text-align: left;
    font-size: 12px;
    color: #898989;
    margin-bottom: 20px;
    line-height: 1.5;
}

.article_one_mics {

}

.article_one_more {
    display: block;
    float: left;
    font-size: 10px;
    color: #111111;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.article_one_data {
    display: block;
    float: right;
    padding-left: 20px;
    background: url(../img/calendar.png) no-repeat left center;
    font-size: 10px;
    color: #636363;
    font-weight: bold;
}

/* Text */
.text_wrapper {

}

.text_section {
    padding: 50px 10px;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.7);
}

/* Subscribe */
.subscribe_wrapper {
    background: url(../img/subscribe.png) no-repeat center top;
    background-size: cover;
}

.subscribe_section {
    font-size: 0;
    box-sizing: border-box;
    padding: 40px 0;
}

.subscribe_content {
    display: inline-block;
    vertical-align: middle;
    width: 51%;
}

.subscribe_title {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.subscribe_description {
    font-size: 14px;
    color: #ffffff;
}

.subscribe_form {
    display: inline-block;
    vertical-align: middle;
    width: calc(49% - 70px);
    margin-left: 70px;
    position: relative;
}

.subscribe_form input[type="email"] {
    display: block;
    height: 46px;
    line-height: 46px;
    background: #fff;
    padding: 0 130px 0 25px;
    width: calc(100% - 155px);
    border: 0;
    text-align: left;
    font-size: 13px;
    color: #b7b7b7;
    outline: none;
    border-radius: 0;
}

.subscribe_form input[type="submit"] {
    display: block;
    width: 130px;
    text-align: center;
    height: 46px;
    background: none;
    border: 0;
    border-radius: 0;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 10px;
    color: #282828;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-text-decoration-color: #c8c8c8;
    text-decoration-color: #c8c8c8;
    position: absolute;
    right: 0;
    top: 0;
}

/* Prefooter */
.prefooter_wrapper {

}

.prefooter_section {
    font-size: 0;
    text-align: center;
    padding: 55px 0;
}

.prefooter_menu_block {
    display: inline-block;
    vertical-align: top;
    width: 540px;
    margin-right: 40px;
}

.prefooter_menu {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    /*width: 155px;*/
}

.prefooter_menu:last-child {
    margin-right: 0;
}

.prefooter_menu li {
    margin: 0 0 20px 0;
    padding: 0;
}

.prefooter_menu_link {
    display: block;
    font-size: 14px;
    color: #000011;
}

.prefooter_menu_link:hover {
    text-decoration: underline;
}

.prefooter_menu_link.active {
    color: #717171;
}

.prefooter_map {
    display: inline-block;
    vertical-align: top;
    width: 292px;
    height: 200px;
    background: url(../img/map.png) no-repeat center top;
    margin-right: 55px;
}

.prefooter_contacts {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    text-align: left;
}

.prefooter_title {
    font-size: 14px;
    color: rgba(0, 0, 17, 0.6);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prefooter_phone {
    font-size: 18px;
    color: #000011;
    font-family: 'CoreRhino';
    margin-bottom: 20px;
    padding-left: 30px;
    background: url(../img/phone.png) no-repeat left center;
    display: inline-block;
}

.prefooter_link {
    display: block;
    background-color: #555555;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prefooter_worktime {
    padding-left: 30px;
    background: url(../img/worktime.png) no-repeat left center;
    font-size: 14px;
    color: #000011;
    margin-bottom: 20px;
}

.prefooter_adress {
    padding-left: 30px;
    background: url(../img/adress.png) no-repeat left center;
    font-size: 14px;
    color: #000011;
}

/* Footer */
.footer_wrapper {
    background: #f3f3f3;
}

.footer_section {
    padding: 20px 0;
    text-align: center;
}

.footer_copyright {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: rgba(0, 0, 17, 0.6);
    line-height: 1.5;
}

.footer_copyright a {
    font-size: 12px;
    color: rgba(0, 0, 17, 0.6);
    text-decoration: underline;
}

input[type="submit"] {
    display: block;
    width: 280px;
    text-align: center;
    text-transform: uppercase;
    height: 55px;
    background: #000;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #da861f;
    border-radius: 0;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    color: #f7961e;
}

input[type="text"] {
    display: block;
    height: 55px;
    line-height: 55px;
    background: none;
    padding: 0 30px;
    width: calc(100% - 62px);
    border: 1px solid #656c74;
    text-align: left;
    font-size: 16px;
    color: #000;
    outline: none;
    border-radius: 0;
}

/* Type */
.type_section {
    padding: 60px 0;
}

.type_hat_wrapper {
    background: url(../img/type_hat.png) no-repeat center top;
    background-size: cover;
    min-height: 129px;
}

.type_hat {
    padding: 50px 0;
    font-size: 0;
}

.type_hat h1 {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

.breadcrumbs {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 40%;
    line-height: 1.5;
}

.breadcrumbs a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs a:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 15px;
}

.breadcrumbs > span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.type_container {

}

.type_sidebar {
    float: left;
    width: 260px;
    margin-right: 15px;
    padding-top: 1px;
}

.type_menu_container {
    margin-bottom: 30px;
}

.type_menu_title {
    background: #282828;
    padding: 20px 15px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

.type_menu {
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
    background: #f4f4f4;
}

.type_menu li {
    margin: 0;
    padding: 0;
}

.type_menu li .type_menu_link {
    display: block;
    padding: 20px 40px 20px 50px;
    background: #f4f4f4;
    font-size: 14px;
    color: #000011;
    font-weight: bold;
    text-transform: uppercase;
}

.type_menu li:nth-child(1) .type_menu_link {
    background: url(../img/menu1.png) no-repeat 10px center;
}

.type_menu li:nth-child(2) .type_menu_link {
    background: url(../img/menu2.png) no-repeat 10px center;
}

.type_menu li:nth-child(3) .type_menu_link {
    background: url(../img/menu3.png) no-repeat 10px center;
}

.type_menu li:nth-child(4) .type_menu_link {
    background: url(../img/menu4.png) no-repeat 10px center;
}

.type_menu li:nth-child(5) .type_menu_link {
    background: url(../img/menu5.png) no-repeat 10px center;
}

.type_menu li:nth-child(6) .type_menu_link {
    background: url(../img/menu_zavesa.png) no-repeat 10px center;
}

.type_menu li:nth-child(7) .type_menu_link {
    background: url(../img/menu7.png) no-repeat 10px center;
}

.type_menu li:nth-child(8) .type_menu_link {
    background: url(../img/menu8.png) no-repeat 10px center;
}

.type_menu li:nth-child(9) .type_menu_link {
    background: url(../img/menu9.png) no-repeat 10px center;
}

.type_menu li:nth-child(10) .type_menu_link {
    background: url(../img/menu10.png) no-repeat 10px center;
}

.type_menu li:nth-child(11) .type_menu_link {
    background: url(../img/menu111.png) no-repeat 10px center;
}

.type_menu li:nth-child(12) .type_menu_link {
    background: url(../img/menu__left_12_new_b_.png) no-repeat 10px center;
    background-size: 26px;
}

.type_menu li:nth-child(13) .type_menu_link {
    background: url(../img/menu_13_new_b.png) no-repeat 10px center;
    background-size: 26px;
}

/*.type_menu li:nth-child(12) .type_menu_link {
    background: url(../img/menu6.png) no-repeat 10px center;
}*/

.type_menu li .type_menu_link:hover,
.type_menu li .type_menu_link.active {
    text-decoration: underline;
}

.new_collection {
    max-width: 328px;
    height: 406px;
    position: relative;
    background: url(../img/new_collection.png) no-repeat center top;
    margin: 0 auto;
}

.new_collection:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1))
}

.new_collection_content {
    position: absolute;
    left: 15px;
    bottom: 35px;
    width: 230px;
    z-index: 2;
}

.new_collection_title {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.new_collection_year {
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
}

/*.new_collection_content a {
    color: #20cdf6;
    border: 1px solid #20cdf6;
    display: inline-block;
    padding: 10px;
}*/

.new_collection_more {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 106px;
    height: 39px;
    line-height: 39px;
    background-color: #bababa;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
}

.type_content {
    padding: 1px 0;
    float: left;
    width: calc(100% - 275px);
    font-size: 14px;
    color: #282828;
    line-height: 1.5;
}

.type_content h1 {
    font-size: 28px;
    color: #282828;
    margin: 0 0 30px 0;
}

.type_content h2 {
    font-size: 25px;
    color: #282828;
    margin: 0 0 30px 0;
}

.type_content h3 {
    font-size: 22px;
    color: #282828;
    margin: 0 0 30px 0;
}

.type_content h4 {
    font-size: 19px;
    color: #282828;
    margin: 0 0 30px 0;
}

.type_content table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 20px 0;
}

.type_content table td {
    border: 1px solid #f4f4f4;
    padding: 20px 30px;
    font-size: 14px;
    color: #282828;
}

.type_content table tr:first-child td {
    background-color: #f4f4f4;
    font-weight: bold;
    border: 1px solid #fff;
    font-size: 16px;
}

.type_content table td:last-child {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.type_content ul {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
}

.type_content ul li {
    padding: 0 0 0 30px;
    background: url(../img/ul.jpg) no-repeat left center;
    margin-bottom: 20px;
}

.type_content ol {
    margin: 30px 0;
    padding: 0 0 0 20px;
}

.type_content ol li {
    font-size: 14px;
    color: #25ccf5;
    padding-left: 10px;
    margin-bottom: 20px;
}

.type_content ol li span {
    color: #000011;
    font-weight: normal;
}

.topline_phone a {
    color: #fff;
}

.subscribe_form .error_message {
    font-size: 12px;
    color: #fff;
}

.product_one .error, .product_page_one_content .error {
    height: 39px;
    line-height: 39px;
    background-color: #bababa;
    width: 174px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0px 0px 0px;
}

.product_one .error a, .product_page_one_content .error a {
    color: inherit;
}

.tabs_content {
    display: none;
}

.tabs_content.active {
    display: block;
}

/* Modal window */

.modal_window_wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.modal_window_sub_wrapper {
    position: relative;
    height: 100%;
}

.modal_window_container {
    max-width: 400px;
    min-height: 310px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -200px;
}

.modal_window_container_wrapper {
    background: #f2f2f2;
    padding: 30px 35px;
    border-radius: 0px 0px 4px 4px;
}

.modal_window_container_close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 31px;
    height: 31px;
    background: url(../img/modal_x.png) no-repeat top center;
}

.modal_window_container h2 {
    color: #282828;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.modal_window_container input[type="text"], .modal_window_container input[type="tel"], .modal_window_container input[type="email"] {
    display: block;
    width: calc(100% - 50px);
    padding: 0 25px;
    height: 46px;
    line-height: 46px;
    outline: none;
    background: #ffffff;
    border: 0;
    color: #000000;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 6px 0;
}

.modal_window_container input[type="submit"] {
    background-color: #282828;
    border: 0;
    outline: 0;
    display: block;
    width: 210px;
    height: 51px;
    margin: 20px auto 0 auto;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.modal_window_container input[type="submit"]:hover {
    background-color: #25ccf5;
}

.conf {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.conf.left{
    text-align: left;
}
.conf.black{
    color: #000;
}
.conf a {
    color: #000011;
    text-decoration: underline;
}

.modal_designer_something_one {
    height: 4px;
    background-color: #0eafd6;
    margin: 0px 20px;
    border-radius: 0px 0px 4px 4px;
}

.modal_designer_something_two {
    height: 4px;
    background-color: #25ccf5;
    margin: 0px 40px;
    border-radius: 0px 0px 4px 4px;
}

.feedback_form_param .error_message {
    display: none !important;
}

.feedback_form .infofield{
   margin: 8px 0;
    margin-top: 12px;
}

.feedback_form .inpattachment input[type=file]::-webkit-file-upload-button {
    display: none;
}
.feedback_form .inpattachment_delete{
    display: none;
}
.feedback_form .file_infofield{
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
    border-bottom: 1px dotted;
}

.feedback_form select{
    display: block;
    width: calc(100%);
    padding: 0 25px;
    height: 46px;
    line-height: 46px;
    outline: none;
    background: #fff;
    border: 0;
    color: #000;
    font-size: 16px;
    color: rgba(0,0,0,.7);
    margin: 0 0 6px 0;
}

.error_input {
    box-shadow: 0px 0px 10px red inset;
}

.simple_form {
    max-width: 350px;
    margin: 0 auto;
}

.simple_form input[type="text"], .simple_form input[type="tel"], .simple_form input[type="email"], .simple_form textarea {
    display: block;
    height: 55px;
    line-height: 55px;
    background: none;
    padding: 0 30px;
    width: calc(100% - 62px);
    border: 1px solid #656c74;
    text-align: left;
    font-size: 16px;
    color: #000;
    outline: none;
    border-radius: 0;
    font-family: 'CoreSans', Tahoma, Arial;
    margin-bottom: 10px;
}

.simple_form textarea {
    height: 95px;
    line-height: 25px;
    padding: 15px 30px;
}

.simple_form input[type=submit] {
    background-color: #20cdf6;
    border: 0px;
    color: #fff;
    margin: 10px auto;
}

.simple_form input[type=submit]:hover {
    background-color: #000;
}

.clauses_list .article_one {
    margin: 0px 10px 30px;
    max-width: calc(50% - 20px);
}

.sort-by {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: right;
}

.sort-by a {
    color: #000011;
}

 .product_one {
    margin: 0px 5px 10px;
    width: 206px;
    text-align: center;
}
.product_one_img{
    position: relative;
}
 .product_one .cat_znak{
    /*width: 45%;*/
    /*max-width: 100px;*/
     width: auto;
     right: -11px;
    top: auto;
     bottom: 8px;
}

.product_one .cat_znak .text{
    padding: 5px 20px;
}


.cat_znak_mobile{
    display: none;
}

/*.product_one:hover .cat_znak{*/
/*    display: none;*/
/*}*/

.paginator {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}

.shop-pane + .paginator {
    display: none;
}

.paginator a {
    color: #20cdf6;
}

.bnr {
    display: block;
    text-align: center;
    font-size: 0;
}

.bnr img {
    max-width: 100%;
    height: auto;
}

.product_page_one_container {
    margin-bottom: 50px;
}

.product_page_one_images {
    position: relative;
    width: calc(100% - 400px);
    float: left;
}

.product_page_one_img {
    text-align: center;
    font-size: 0;
    margin-bottom: 6px;
    position: relative;
}

.product_page_one_img img {
    max-width: 100%;
    height: auto;
}

.product_page_one_thumbs {
    font-size: 0;
}

.product_page_one_thumbs a {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 5px);
    margin-right: 6px;
    text-align: center;
}

.product_page_one_thumbs a img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.product_page_one_thumbs a:hover,
.product_page_one_thumbs a.active {
    outline: 3px solid #ebebeb;
    outline-offset: -3px;
}

.product_page_one_thumbs a:last-child {
    margin-right: 0;
}

.product_page_one_content {
    width: 355px;
    float: left;
    margin-left: 45px;
}

.product_page_one_content_text {
    font-size: 14px;
    color: #000011;
    font-weight: bold;
    margin-bottom: 40px;
}

.product_page_one_content_select {
    margin-bottom: 30px;
}

.product_page_one_content_price_cart {
    font-size: 0;
}

.product_page_one_content_price {
    font-size: 18px;
    color: #000011;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.product_page_one_content_price strong {
    font-family: Arial;
    color: #1d3b3e;
    font-size: 30px;
}

.product_page_one_content_cart {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    background: #f0bb3e url(../img/product_cart.png) no-repeat 30px center;
    padding: 0 0 0 70px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'RalewayB';
    border: 0px;
    outline: none;
}

.product_page_header {
    font-size: 36px;
    color: #000011;
    font-family: 'RalewayEB';
    margin: 0 0 10px 0;
}

.product_page_back {
    display: block;
    padding: 0 0 0 25px;
    background: url(../img/back_arrow.png) no-repeat left center;
    font-size: 16px;
    color: #1d3b3e;
    margin-bottom: 40px;
}

.product_buy_with_title {
    font-size: 24px;
    color: #000011;
    font-family: 'RalewayEB';
    margin-bottom: 40px;
}

.product_tabs_container {

}

.product_tabs {
    font-size: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 0px 10px;
}

.product_tab {
    display: inline-block;
    vertical-align: top;
    height: 45px;
    line-height: 45px;
    border: 1px solid #f4f4f4;
    color: #000011;
    font-size: 16px;
    padding: 0 15px;
    min-width: 105px;
    position: relative;
    margin: 0 7px -1px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px 5px 0px 0px;
    text-transform: uppercase;
}

.product_tab:hover,
.product_tab.active {
    /* background: #282828; */
    color: #0eafd6;
}

.product_tab.active:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.product_tabs_content {
    padding: 25px 17px 40px 17px;
    color: #595960;
    font-size: 14px;
    line-height: 1.5;
}

.type_content a.product_tab.product_video_tab {
    padding-left: 65px;
    border-radius: 10px 10px 0 0;
    background-color: red;
    color: #fff;
}

.type_content a.product_tab.product_video_tab:hover {
    opacity: .7;
}

.type_content a.product_tab.product_video_tab:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 4px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    background-image: url("../img/video-play-dv.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Cart Page */
.check_wrapper {
    background: url(../img/subscribe.png) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.check {
    padding: 55px 0;
}

.check_header {
    color: #0eafd6;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold;
}

.check_form {

}

.check_form_line {
    margin-bottom: 20px;
    font-size: 0;
}

.check_form_input {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    width: calc(25% - 15px);
}

.check_form_input:last-child {
    margin-right: 0;
}

.check_form_input.wide {
    width: 100%;
}

.check_form_input input[type="text"], .check_form_input input[type="tel"], .check_form_input input[type="email"] {
    background: #fff;
    border: 0;
    outline: none;
    border-radius: 0;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    display: block;
    padding: 0 15px;
    color: rgba(40, 40, 40, 0.8);
    width: calc(100% - 30px);
}

.check_form input[type="submit"], #pay input[type="submit"] {
    display: block;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    background: #0eafd6;
    font-size: 16px;
    border: 0;
    outline: none;
    border-radius: 0;
    margin: 45px 0 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    color: #ffffff;
    padding: 0;
}

.cart_table_header-line {
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 20px 0;

}

.cart_table_header {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'RalewayB';
    color: #282828;
}

.adaptive_title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 3px;
    color: #2d7178;
    font-weight: bold;
    display: none;
}

.cart_table_header.first {
    text-align: left;
    width: 220px;
    margin-right: 250px;
}

.cart_table_header.second {
    width: 120px;
    margin: 0 120px 0 0;
}

.cart_table_header.third {
    width: 120px;
    margin: 0 120px 0 0;
}

.cart_table_header.fourth {
    width: 170px;
}

.cart_products {
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.cart_product_line {
    margin-bottom: 20px;
}

.cart_product_line:last-child {
    margin-bottom: 0;
}

.cart_product_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 380px;
}

.cart_product_name_img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    text-align: center;
    margin-right: 25px;
}

.cart_product_name_img img {
    max-width: 100%;
    height: auto;
    font-size: 0;
}

.cart_product_name_container {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #282828;
    font-weight: bold;
    width: 260px;
}

.cart_product_price-per-one {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #282828;
    font-family: 'RalewayB';
    width: 120px;
    font-weight: bold;
    margin: 0 40px;
}

.cart_product_price-per-one span {
    font-family: Arial;
}

.cart_product_quantity {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    margin: 0 60px 0 60px;
}

.cart_product_sum {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #282828;
    font-family: 'RalewayB';
    width: 120px;
    margin-left: 100px;
    font-weight: bold;
}

.cart_product_sum span {
    font-family: Arial;
}

.counter_container {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

input[type="text"].counter_count {
    display: inline-block;
    vertical-align: middle;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 95px;
    font-family: Arial;
    border: 0px;
    height: 33px;
    line-height: 33px;
    box-sizing: border-box;
}

.counter_action {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #777777;
    font-size: 14px;
    cursor: pointer;
}

.counter_action:hover {
    color: #000;
    border: 1px solid #0eafd6;
}

.final_sum {
    text-align: right;
    font-size: 30px;
    color: #282828;
}

.final_sum strong {
    font-weight: bold;
    margin-left: 10px;
    color: #0eafd6;
}

.payment_text {
    font-style: italic;
    font-size: 13px;
    margin-top: 5px;
}

.payment {
    margin-bottom: 15px;
}

.check_form_input .errors {
    display: none !important;
}

table.cart {
    width: 100%;
    border-collapse: collapse;
}

table.cart tr th {
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    color: #0eafd6;
    padding-bottom: 20px;
}

.cart_name {
    text-align: left;
}

.cart_price, .cart_summ {
    text-align: center;
    font-size: 20px;
    color: #282828;
    font-weight: bold;
}

.cart_product_name_container a {
    color: #282828;
}

table.cart td {
    padding: 20px 0px;
}

.cart_check {
    text-align: center;
}

.cart_delivery_title {
    text-align: left;
}

.cart_delivery_text {
    font-style: italic;
    font-size: 13px;
    margin-top: 5px;
}

.cart_count {
    text-align: center;
}

.cart_order .errors.error.error_message {
    display: none !important;
}
.cart_order  .shop_block_coupon .errors.error.error_message{
    display: initial!important;
}
.js_cart_remove {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #777777;
    font-size: 11px;
    cursor: pointer;
}

.js_cart_remove:hover {
    color: #000;
    border: 1px solid #0eafd6;
}

.cart_remove {
    text-align: center;
}

.cart_last_tr td {
    border-top: 1px solid #ebebeb;
    padding: 40px 0px !important;
}

.cart_section {
    padding-bottom: 0px;
}

.product_page_one_content .product_one_price {
    color: #0eafd6;
    font-size: 26px;
}

/*.product_page_one_content .product_one_cart {
    color: #fff;
    width: 152px;
    background-position: 91% 50%;
    text-transform: uppercase;
    font-family: 'CoreSans', Tahoma, Arial;
    font-size: 12px;
    text-align: left;
    padding: 10px 14px 10px 20px;
    font-weight: bold;
    display: block;
}*/

.product_page_one_content .product_one_cart {
    color: #fff;
    width: 149px;
    background-position: 91% 50%;
    text-transform: uppercase;
    font-family: 'CoreSans', Tahoma, Arial;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}

.product_page_one_content .product_one_cart:hover {
    background-color: #0eafd6;
}

.cat_one .product_one_title {
    text-align: center;
    margin: 0px;
}

#mob_menu_opener {
    display: none;
}

.shop_one_click input {
    background-color: #0eafd6;
    font-family: 'CoreSans', Tahoma, Arial;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    border: 0px;
    color: #fff;
    font-weight: bold;
    margin: 5px 0px;
    font-size: 12px;
    padding: 0px 20px;
}

.cart_one_click_form {
    font-size: 12px;
}

.cart_one_click_form .required_field{
    text-align: center;
}

.type_content a {
    text-decoration: underline;
    color: #282828;
}

.comments_form.simple_form {
    margin: 0;
}

.comments_form.simple_form .block_header {
    font-size: 26px;
    width: auto;
}

.comments_param {
    font-weight: bold;
}

.comment {
    margin-bottom: 30px;
}

.cart_check input, .payment input {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

.product_page_one_img > a {
    display: none;
}

.product_page_one_img > a:first-child {
    display: block;
}

.prefooter_yandex {
    display: inline-block;
    vertical-align: middle;
}

.shop-pane-rel .product_one {
    width: 258px;
}

.type_content table ul {

    margin: 0;

}

.type_content table ul li {

    margin: 0;

}

.deliver_one {

    display: inline-block;

    vertical-align: top;

    width: 285px;

    box-sizing: border-box;

    height: 252px;

    background-color: #f4f4f4;

    font-size: 16px;

    font-weight: 700;

    text-align: center;

    line-height: 1.5;

    padding: 190px 10px 10px 10px;

    background-repeat: no-repeat;

    background-position: center 35px;

    background-size: 140px auto;

}

.deliver_one:nth-child(1) {

    background-image: url(../img/box.png);

}

.deliver_one:nth-child(2) {

    background-image: url(../img/purse.png);

}

.deliver_one:nth-child(3) {

    background-image: url(../img/r-box.png);

}

.deliver_one:nth-child(1):hover {

    background-image: url(../img/box-h.png);

}

.deliver_one:nth-child(2):hover {

    background-image: url(../img/purse-h.png);

}

.deliver_one:nth-child(3):hover {

    background-image: url(../img/r-box-h.png);

}

.delivery_page table tr:hover {

    background-color: #f1fcff;

}

.delivery_page table tr:nth-child(1):hover {

    background-color: #f4f4f4;

}

/* DVFORM */
.dvform_wrapper {
    background: url(../img/dvform/dvform.jpg) no-repeat center top;
    background-size: cover;
    min-height: 791px;
}

.dvform_section {
    padding: 65px 0 75px 0;
}

.dv_block_header {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 45px 0;
}

.dvform_tabs_container {

}

.dvform_tabs {
    font-size: 0;
    border-bottom: 1px solid #52585a;
    margin-bottom: 50px;
}

.dvform_tab {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-family: 'CoreRhino';
    background-repeat: no-repeat;
    background-position: 30px center;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    width: 275px;
    padding: 0 10px 0 75px;
}

.dvform_tab:nth-child(1) {
    background-image: url(../img/dvform/tab1.png);
}

.dvform_tab:nth-child(2) {
    background-image: url(../img/dvform/tab2.png);
}

.dvform_tab:hover,
.dvform_tab.active {
    background-color: #52585a;
    color: #ffffff;
}

.dvform_tab:nth-child(1):hover,
.dvform_tab:nth-child(1).active {
    background-image: url(../img/dvform/tab1_a.png);
}

.dvform_tab:nth-child(2):hover,
.dvform_tab:nth-child(2).active {
    background-image: url(../img/dvform/tab2_a.png);
}

.dvform_tabs_content_container {

}

.dvform_tabs_content {

}

.dvform {

}

.dvform_line {
    font-size: 0;
}

.dvform_line label {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1;
    font-family: 'CoreRhino';
    text-align: left;
}

.dvform_line:first-child .dv_input_wrapper:hover label {
    color: #fff;
}

.dvform_line:nth-child(2):hover label {
    color: #fff;
}

.dv_input_wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 20px 0;
    width: calc(25% - 15px);
}

.dv_input_wrapper:last-child {
    margin-right: 0;
}

.dv_input_wrapper input[type="text"], .dv_input_wrapper input[type="email"], .dv_input_wrapper input[type="tel"] {
    display: block;
    width: 100%;
    height: 49px;
    line-height: 49px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 0;
    background: #fff;
    outline: none;
    border-radius: 0;
    text-align: left;
    font-size: 15px;
    color: #000011;
    font-family: 'CoreRhino';
}

.dvform_line textarea {
    display: block;
    width: 100%;
    height: 76px;
    box-sizing: border-box;
    padding: 20px;
    border: 0;
    background: #fff;
    outline: none;
    border-radius: 0;
    text-align: left;
    font-size: 15px;
    color: #000011;
    font-family: 'CoreRhino';
    resize: none;
}

.dvform input[type="submit"] {
    display: inline-block;
    height: 51px;
    margin: 40px 0 0 0;
    padding: 0 60px;
    background: #0eafd6;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'CoreRhino';
}

.dvform_payment {
    margin: 30px 0 0 0;
}

.dvform_payment_title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
}

.dvform_payment_container {
    font-size: 0;
}

.dvform_payment_one {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 18px 30px;
    background-color: #52585a;
}

.dvform_payment_one:hover {
    background-color: #75797b;
}

.dvform_payment_one:last-child {
    margin-right: 0;
}

.dvform_payment_one_container {
    position: relative;
    font-size: 0;
}

.dvform_payment_one_container input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    width: 29px;
    height: 29px;
    visibility: hidden;
}

.dvform_payment_one_container label {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 59px);
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
}

.dvform_payment_one_container label strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.dvform_payment_one_container label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    width: 29px;
    height: 29px;
    background: url(../img/dvform/checkbox.png) no-repeat center;
}

.dvform_payment_one_container input[type="radio"]:checked + label:before {
    background: url(../img/dvform/checkbox_checked.png) no-repeat center;
}

.dv_file_container {
    margin-top: 20px;
}

.dv_file_block {
    display: inline-block;
    vertical-align: middle;
    width: 690px;
    box-sizing: border-box;
    background-color: #52585a;
    padding: 25px;
    font-size: 0;
}

.dv_file_title {
    padding: 5px 0 5px 50px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/dvform/file.png) no-repeat left center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    width: 260px;
    margin-right: 20px;
}

.dv_file_input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 280px);
    position: relative;
    background: #fff;
    height: 52px;
}

.dv_file_block input[type="file"] {
    color: rgba(0, 0, 17, 0.6);
    font-size: 15px;
    margin: 15px 0 0 5px;
    outline: none;
}

.dv_file_input_button {
    width: 130px;
    height: 46px;
    line-height: 46px;
    background-color: #0eafd6;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    font-family: "CoreRhino";
    text-transform: uppercase;
    letter-spacing: 0.65px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.dvform_payment_one.po2 {
    margin-right: 0;
}

.po_3 {
    display: none;
}

.new_mob_menu {
    display: none;
}

.cart_block_form {
    background: #282828;
    display: none;
    position: absolute;
    z-index: 1;
    right: 0px;
    width: 320px;
    font-size: 12px;
    color: #fff;
    top: 22px;
    padding: 10px;
    box-sizing: border-box;
}

.hat_cart:hover + .cart_block_form,
.cart_block_form:hover {
    display: block;
}

#show_cart {
    position: relative;
}

.cart_block_form .cart_price, .cart_block_form .cart_summ {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 10px;
}

.c_header {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #929292;
    padding: 10px 0px 17px;
}

.cart_block_form .cart_name a {
    color: #929292;
}

.cart_block_form .cart_last_tr td {
    border: 0px !important;
    padding: 40px 0px 0px !important;
}

.pereiti {
    background: #555555;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    display: block;
}

.cart_block_form .cart td {
    border-bottom: 1px solid #929292;
}

.cart_block_form .js_cart_remove {
    width: 16px;
    height: 16px;
    border: 0px;
    background: url(../img/bclose2.png) no-repeat center center;
}

.c_close {
    width: 24px;
    height: 24px;
    background: url(../img/bclose1.png) no-repeat center center;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}

.js_cart_block_form.cart_block_form.ajax .c_close {
    display: none;
}

.cart_block_form .cart_name {
    width: 65%;
}

.wrap_numb a {
    height: 39px;
    width: 39px;
    display: inline-block;
    border: 1px solid #bababa;
    vertical-align: top;
    box-sizing: border-box;
}

.wrap_numb .number {
    display: inline-block;
    width: 50px;
    height: 39px;
    box-sizing: border-box;
    line-height: 39px;
    padding: 0px;
    text-align: center;
    border: 1px solid #bababa;
    vertical-align: top;
}

.wrap_numb {
    font-size: 0px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.nmb_min {
    background: url(../img/nstrl.png) no-repeat center center;
}

.nmb_plus {
    background: url(../img/nstrh.png) no-repeat center center;
}

.nmb_min:hover {
    background: url(../img/nstrl_on.png) no-repeat center center;
}

.nmb_plus:hover {
    background: url(../img/nstrh_on.png) no-repeat center center;
}

input[name="captcha"] {
    width: calc(50% - 62px) !important;
    display: inline-block !important;
}

span.input-title {
}

.block.captcha img {
    float: left;
    margin-right: 16px;
}

.captcha {
    position: relative;
}

.js_captcha_update.captcha_update {
    position: absolute;
    top: 0px;
}

.vnal {
    font-weight: bold;
    background: url(../img/gal.png) no-repeat 0% 50%;
    background-size: contain;
    padding-left: 30px;
    margin-bottom: 20px
}

.save_pdf {
    background: url(../img/pdf.png) no-repeat 0% 50%;
    background-size: contain;
    /* color: #fff !important; */
    /* text-decoration: none !important; */
    line-height: 40px;
    display: block;
    max-width: 100px;
    padding-left: 49px;
    margin: 10px 0px;
}

.cat_znak {
    width: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.cat_znak .text{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.product_one .cat_znak .blue{
    background: #00cdf7;
}

.product_one .cat_znak .red{
    background: #fe0015;
}

.product_one .cat_znak .orange{
    background: #fe9f00;
}

.product_one .cat_znak .green{
    background: #00d200;
}

.type_content .catalog_section {
    padding: 0px;
    background: none;
}

.type_content .catalog_one {
    margin: 0px 15px 25px;
}

.type_content .catalog_wrapper {
    position: static;
    display: block;
}

.type_content .mcat {
    display: none;
}

.cook_info {
    background: #474747;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 10;
    padding: 20px 0px;
}

.cook_wrap {
    font-size: 0px;
}

.cook_left {
    width: 70%;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.cook_right {
    width: 30%;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    text-align: right;
}

.cook_pon {
    color: #fff !important;
    background: #6dbd68;
    text-decoration: none !important;
    line-height: 46px;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 25px;
    margin-left: 20px;
}

.cook_uzn {
    color: #fff !important;
    background: #797979;
    text-decoration: none !important;
    line-height: 46px;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 25px;
    margin-left: 20px;
}

.rating_votes {
    margin-bottom: 10px;
    display: inline-block;
}

.type_content .shop_more {
    display: inline-block;
    background-color: #555;
    height: 35px;
    line-height: 39px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* margin: 0 auto; */
    width: 220px;
    height: 40px;
}

.type_content .catalog_on_mainpage {
    text-align: center;
}

.shop-search {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    font-size: 16px;
    background-color: #575758;
    color: #fff;
}

.s_form_wrap {
    display: block;
    position: relative;
    padding: 32px 30px;
}

.s_form_sidebtns_wrap {
    display: block;
    position: relative;
    padding: 22px 30px;
    background-color: #EEEEEE;
    color: #000;
    font-size: 13px;
}

.s_form_sidebtns_wrap_mobile {
    display: none;
}

.s_form_sidebtns_wrap a {
    color: #000;
}

.sver_btn {
    opacity: .6;
    padding-left: 20px;
    text-decoration: none !important;
    background-image: url(../img/up_filter_arrow.png);
    background-repeat: no-repeat;
    background-position: 0% 47%;
}

.sver_btn:hover {
    opacity: 1;
}

.sver_btn.active {
    background-image: url(../img/down_filter_arrow.png);
}

.sbros_search {
    float: right;
    opacity: .6;
    padding-left: 20px;
    text-decoration: none !important;
    background-image: url(../img/filter_x.png);
    background-repeat: no-repeat;
    background-position: 0% 47%;
}

.sbros_search:hover {
    opacity: 1;
}

.jq-selectbox__dropdown ul li {
    padding: 20px 10px;
    margin-bottom: 0;
    background-image: unset;
}

.search_left {
    display: inline-block;
    width: 100%;
}

.search_left .shop_search_param {
    display: block;
    position: relative;
    width: 50%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}

.search_left .shop_search_param.shop_search_param582,
.search_left .shop_search_param.shop_search_param584,
.search_left .shop_search_param.shop_search_param590,
.search_left .shop_search_param.shop_search_param592 {
    width: 100%;
    padding: 5px 10px;
}

.search_left .shop_search_param.shop_search_param577,
.search_left .shop_search_param.shop_search_param578,
.search_left .shop_search_param.shop_search_param579,
.search_left .shop_search_param.shop_search_param580,
.search_left .shop_search_param.shop_search_param581,
.search_left .shop_search_param.shop_search_param588,
.search_left .shop_search_param.shop_search_param591,
.search_left .shop_search_param.shop_search_param594,
.search_left .shop_search_param.shop_search_param597,
.search_left .shop_search_param.shop_search_param598,
.search_left .shop_search_param.shop_search_param600,
.search_left .shop_search_param.shop_search_param601,
.search_left .shop_search_param.shop_search_param603,
.search_left .shop_search_param.shop_search_param604,
.search_left .shop_search_param.shop_search_param607,
.search_left .shop_search_param.shop_search_param612,
.search_left .shop_search_price {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}

.shop_search_param562 .jq-selectbox li::before,
.shop_search_param562 .jq-selectbox__select-text::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.shop_search_param562 .jq-selectbox li.sv0::before,
.shop_search_param562 .sv0 .jq-selectbox__select-text::before {
    background-image: url(../img/razn.png);
    background-repeat: no-repeat;
    background-position: center;
}

.shop_search_param562 .jq-selectbox li.sv6::before,
.shop_search_param562 .sv6 .jq-selectbox__select-text::before {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px 0px #949494;
}

.shop_search_param562 .jq-selectbox li.sv7::before,
.shop_search_param562 .sv7 .jq-selectbox__select-text::before {
    background-color: #808080;
}

.shop_search_param562 .jq-selectbox li.sv8::before,
.shop_search_param562 .sv8 .jq-selectbox__select-text::before {
    background-color: #ffd700;
}

.shop_search_param562 .jq-selectbox li.sv9::before,
.shop_search_param562 .sv9 .jq-selectbox__select-text::before {
    background-color: #696969;
}

.shop_search_param562 .jq-selectbox li.sv10::before,
.shop_search_param562 .sv10 .jq-selectbox__select-text::before {
    background-color: #dbe4eb;
}

.shop_search_param562 .jq-selectbox li.sv11::before,
.shop_search_param562 .sv11 .jq-selectbox__select-text::before {
    background-color: #ecdea7;
}

.shop_search_param562 .jq-selectbox li.sv12::before,
.shop_search_param562 .sv12 .jq-selectbox__select-text::before {
    background-color: #f7f7e8;
}

.shop_search_param562 .jq-selectbox li.sv13::before,
.shop_search_param562 .sv13 .jq-selectbox__select-text::before {
    background-color: #bebebe;
}

.shop_search_param562 .jq-selectbox li.sv14::before,
.shop_search_param562 .sv14 .jq-selectbox__select-text::before {
    background-color: #bdbfbe;
}

.shop_search_param562 .jq-selectbox li.sv15::before,
.shop_search_param562 .sv15 .jq-selectbox__select-text::before {
    background-color: #ff0000;
}

.shop_search_param562 .jq-selectbox li.sv16::before,
.shop_search_param562 .sv16 .jq-selectbox__select-text::before {
    background-color: #0000ff;
}

.shop_search_param562 .jq-selectbox li.sv17::before,
.shop_search_param562 .sv17 .jq-selectbox__select-text::before {
    background-color: #010409;
}

.shop_search_param562 .jq-selectbox li.sv18::before,
.shop_search_param562 .sv18 .jq-selectbox__select-text::before {
    background-color: #e7e7e7;
}

.shop_search_param562 .jq-selectbox li.sv19::before,
.shop_search_param562 .sv19 .jq-selectbox__select-text::before {
    background-color: #0c1844;
}

.shop_search_param562 .jq-selectbox li.sv20::before,
.shop_search_param562 .sv20 .jq-selectbox__select-text::before {
    background-color: #000000;
}

.shop_search_param562 .jq-selectbox li.sv21::before,
.shop_search_param562 .sv21 .jq-selectbox__select-text::before {
    background-color: #c7c7c7;
}

.shop_search_param562 .jq-selectbox li.sv22::before,
.shop_search_param562 .sv22 .jq-selectbox__select-text::before {
    background-color: #0d0b15;
}

.shop_search_param562 .jq-selectbox li.sv23::before,
.shop_search_param562 .sv23 .jq-selectbox__select-text::before {
    background-color: #6c655f;
}

.shop_search_param562 .jq-selectbox li.sv24::before,
.shop_search_param562 .sv24 .jq-selectbox__select-text::before {
    background-color: #d8b994;
}

.shop_search_param562 .jq-selectbox li.sv25::before,
.shop_search_param562 .sv25 .jq-selectbox__select-text::before {
    background-color: #d5d5d5;
}

.shop_search_param562 .jq-selectbox li.sv1320::before,
.shop_search_param562 .sv1320 .jq-selectbox__select-text::before {
    background-color: #8B4513;
}

.shop_search_param562 .jq-selectbox li.sv1321::before,
.shop_search_param562 .sv1321 .jq-selectbox__select-text::before {
    background-color: #2E8B57;
}

.shop_search_param562 .jq-selectbox li.sv1322::before,
.shop_search_param562 .sv1322 .jq-selectbox__select-text::before {
    background-color: #dc143c;
}

.shop_search_param562 .jq-selectbox li.sv1349::before,
.shop_search_param562 .sv1349 .jq-selectbox__select-text::before {
    background-color: #F5F5DC;
}

.shop_search_param562 .jq-selectbox li.sv1351::before,
.shop_search_param562 .sv1351 .jq-selectbox__select-text::before {
    background-color: #ca6641;
}

.shop_search_param562 .jq-selectbox li.sv1353::before,
.shop_search_param562 .sv1353 .jq-selectbox__select-text::before {
    background-color: #790604;
}

.shop_search_param562 .jq-selectbox li.sv1354::before,
.shop_search_param562 .sv1354 .jq-selectbox__select-text::before {
    background-color: #654321;
}

.shop_search_custom_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.shop_search_custom_checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.shop_search_custom_checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #BCBCBC;
    background-color: #BCBCBC;
    border-radius: 50px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.shop_search_custom_checkbox:checked + label::before {
    border-color: #fff;
    background-color: #fff;
    background-image: url(../img/cust_checkbox_arrow.png);
}

.search_option_left_side {
    width: 25%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.search_option_right_side {
    width: 75%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.search_option_left_side_title {
    width: 100%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}

.search_right {
    display: inline-block;
    position: relative;
}

.input_title_measure_unit {
    color: #9F9F9F;
}

.clc_wrap {
    margin-top: 17px;
    display: block;
    position: relative;
    width: 100%;
}

.clc input[type="text"].from,
.clc input[type="text"].to {
    width: 15%;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 10px;
    height: 50px;
    float: left;
    display: block;
    box-sizing: border-box;
}

.clc input[type="text"].from {

}

.clc input[type="text"].to {

}

.filter_price_slider, .filter_prop577_slider,
.filter_price_slider, .filter_prop578_slider,
.filter_price_slider, .filter_prop578_diffuzory_slider,
.filter_price_slider, .filter_prop579_slider,
.filter_price_slider, .filter_prop579_vozduh_slider,
.filter_price_slider, .filter_prop579_diffuzory_slider,
.filter_price_slider, .filter_prop580_slider,
.filter_price_slider, .filter_prop580_reshetki_slider,
.filter_price_slider, .filter_prop580_diffuzory_slider,
.filter_price_slider, .filter_prop581_slider,
.filter_price_slider, .filter_prop588_slider,
.filter_price_slider, .filter_prop591_slider,
.filter_price_slider, .filter_prop594_slider,
.filter_price_slider, .filter_prop597_slider,
.filter_price_slider, .filter_prop598_slider,
.filter_price_slider, .filter_prop600_slider,
.filter_price_slider, .filter_prop601_slider,
.filter_price_slider, .filter_prop603_slider,
.filter_price_slider, .filter_prop604_slider,
.filter_price_slider, .filter_prop607_slider,
.filter_price_slider, .filter_prop612_slider {
    display: block;
    width: 70%;
    float: left;
    box-sizing: border-box;
    margin-top: 20px;
    background-image: url(../img/filter_slider_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-image: url(../img/cust_slider_filter_romb.png);
    background-size: contain;
    background-color: transparent;
    border: none !important;
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    top: -.6em;
    margin-left: -1em;
}

/* LEFT MENU FILTER - START*/
.s_form_wrap {
    padding: 32px 5px;
}

.search_right {
    width: 100%;
}

.s_form_wrap input[type="submit"] {
    width: auto;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
    background-color: #ffa302;
    color: #fff;
    font-size: 16px;
    height: 40px;
    margin-top: 15px;
}

.s_form_sidebtns_wrap a {
    width: auto;
    display: block;
    float: unset;
}

.search_option_right_side, .search_option_left_side {
    width: 100%;
}

.search_left .shop_search_param {
    width: 100%;
}

.clc input[type="text"].from,
.clc input[type="text"].to {
    width: 25%;
    height: 30px;
    font-size: 12px;
    padding: 5px;
}

.filter_price_slider,
.filter_prop577_slider,
.filter_prop578_slider,
.filter_prop578_diffuzory_slider,
.filter_prop579_slider,
.filter_prop579_vozduh_slider,
.filter_prop579_diffuzory_slider,
.filter_prop580_slider,
.filter_prop580_reshetki_slider,
.filter_prop580_diffuzory_slider,
.filter_prop581_slider,
.filter_prop588_slider,
.filter_prop591_slider,
.filter_prop594_slider,
.filter_prop597_slider,
.filter_prop598_slider,
.filter_prop600_slider,
.filter_prop601_slider,
.filter_prop603_slider,
.filter_prop604_slider,
.filter_prop607_slider,
.filter_prop612_slider {
    width: 50%;
    margin-top: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    width: 1.5em;
    height: 1.5em;
    top: -.35em;
    margin-left: -.8em;
}

.hidden_filter_mobile_block {
    display: none;
}

.cart_one_click.cart_one_click_wrapper_window {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background: rgba(0,0,0,.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.cart_one_click_wrapper_modal {
    max-width: 400px;
    min-height: 310px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -200px;
    background: #f2f2f2;
    padding: 30px 35px;
    border-radius: 0 0 4px 4px;
}

.modal_cart_one_click_wrapper_close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 31px;
    height: 31px;
    background: url('../img/modal_x.png') no-repeat top center;
}

.cart_one_click_wrapper_modal h2 {
    color: #282828;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.shop-like {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 22px;
    height: 21px;
    position: absolute;
    top: 5px;
    right: 10px;
}
.product_page_one_images .shop-like {
    right: unset;
    left: 10px;
    z-index: 10;
}
.shop-like:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    opacity: 0;
    visibility: hidden;
    transition: top 0s, opacity 0s, visibility 0s;
}
.shop-like.animate::after {
    opacity: 1;
    visibility: visible;
}
.shop-like.active::after {
    transition: top 0.4s, opacity 0.4s, visibility 0.4s;
    top: -12px;
    opacity: 0;
    visibility: hidden;
}
.shop-like .fa {
    font-size: 22px;
    color: #d63030;
}

.hat_favorites {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.hat_favorites_link {
    display: inline-block;
}

.hat_favorites_link .fa {
    font-size: 22px;
    color: #d63030;
}

.shop_compare_button {
    display: inline-block;
    border: none;
    padding: 0;
    background: none;
    text-decoration: underline;
    vertical-align: middle;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.shop_compare_form_product_item {
    font-size: 14px;
    color: #282828;
    line-height: 1.5;
}

.shop_add_compare {
    font-size: 13px;
    display: inline-block;
    margin: 5px 0;
    color: #282828;
    line-height: 1.5;
}

input[type="submit"].shop_compare_all_button,
.shop_compare_form.ajax input[type="submit"] {
    color: #fff;
    width: auto;
    background-position: 91% 50%;
    text-transform: uppercase;
    font-family: 'CoreSans',Tahoma,Arial;
    font-size: 12px;
    text-align: left;
    padding: 10px 20px;
    font-weight: 700;
    display: block;
    border: none;
}

input[type="submit"].shop_compare_all_button:hover,
.shop_compare_form.ajax input[type="submit"]:hover {
    background-color: #0eafd6;
}

.shop_compare_description{
    margin: 0;
    padding: 1px 0;
}

.shop_compare_left{
    float:left;
    width:19%;
}

.shop_compare_list{
    float:left;
    width:70%;
    padding: 0 5%;
    overflow: hidden;
}

.shop_compare_page{
    overflow: hidden;
}

.shop_compare_page ul li {
    background: none;
    padding: 0;
}

.shop_compare_page .shop {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #EEE;
    width: 95%;
}

.shop_compare_list .shop{
    width: 30%;
    margin: 0 10px 3% 0;
    float: left;
}

.shop_compare_list .shop_basic{
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
}

.shop_compare_list .shop_param{
    padding: 4px;
    background: #EEE;
    border-top:#CACACA solid 1px;
    border-bottom:#CACACA solid 1px;
    margin: 1px 0;
    font-size: 13px;
}

.shop_param_existed{
    padding: 4px;
    background: #EEE;
    border-top:#CACACA solid 1px;
    border-bottom:#CACACA solid 1px;
    margin: 1px 0;
    font-size: 13px;
}

.shop_compare_list   .shop_param_difference,
.shop_compare_left  .shop_param_difference{
    background: #F4C1C1;
    border-top:#C69393 solid 1px;
    border-bottom:#C69393 solid 1px;
}

.shop_compare_list .shop_basic .shop_compared_remove {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.shop_compare_list .shop_basic .shop_name a {
    font-weight: bold;
    text-decoration: none;
}

.shop_compare_list .shop_basic .shop_img {
    position: relative;
}

.shop_compare_list .shop_basic .shop_compare_form_product_item {
    display: none;
}

.shop_existed_params .param_id_51,
.shop_compare_param .param_id_51 {
    display: none;
}

.shop_compare_list .carousel.default .prev.button,
.shop_compare_list .carousel.default .next.button {
    color: #fff;
    width: auto;
    text-transform: uppercase;
    font-family: 'CoreSans',Tahoma,Arial;
    font-size: 20px;
    text-align: left;
    padding: 10px 20px;
    font-weight: 700;
    display: inline-block;
    border: none;
    height: 50px;
    background: #000;
    cursor: pointer;
    margin-bottom: 15px;
}

.shop_compare_list .carousel.default .next.button {
    margin-left: 5px;
}

.shop_compare_list .carousel.default .prev.button:hover,
.shop_compare_list .carousel.default .next.button:hover {
    background-color: #0eafd6;
}

.product_one .shop_one_click_go_to_cart_btn_wrapper {
    margin: 5px auto 0;
}

.product_one .shop_one_click_go_to_cart_btn_wrapper .shop_one_click_go_to_cart_btn {
    text-decoration: none;
}

table.wishlist {
    border-collapse: collapse;
    border: 1px solid #DEDEDE;
}

table.wishlist td {
    border: 1px solid #DEDEDE;
    padding: 10px;
}

.wishlist_count_minus,
.wishlist_count_plus {
    color: #665950;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
}

.wishlist_count .number {
    display: inline-block;
    vertical-align: middle;
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 95px;
    font-family: Arial;
    border: 0;
    height: 33px;
    line-height: 33px;
    box-sizing: border-box;
}

.wishlist_remove span {
    display: block;
    background: url(../img/remove.png) no-repeat center center;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 0 auto;
}

.wishlist_buy input {
    display: block;
    margin: 0 auto 5px;
    height: 39px;
    line-height: 39px;
    background-color: #bababa;
    width: 106px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: 'CoreSans',Tahoma,Arial;
}

.wishlist_buy input:hover {
    background-color: #25ccf5 !important ;
}

.wishlist_buy input {
    display: block;
    margin: 0 auto 5px;
    height: 39px;
    line-height: 39px;
    background-color: #bababa;
    width: 106px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: 'CoreSans',Tahoma,Arial;
}

.wishlist_buy input:hover {
    background-color: #25ccf5 !important ;
}

.cart_one_click_form input[type="button"] {
    display: block;
    margin: 0 auto 5px;
    height: 39px;
    line-height: 39px;
    background-color: #bababa;
    width: 106px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: 'CoreSans',Tahoma,Arial;
}

.cart_one_click_form input[type="button"]:hover {
    background-color: #25ccf5 !important ;
}

.catalog_menu li ul{
    list-style: none;
    padding: 0;
    display: none;
}

.catalog_menu li div.active + ul{
    display: block;
}

.catalog_menu li > div{
    position: relative;
}
.catalog_menu > li > div a.type_menu_link{
    display: inline-block;
    max-width: calc(84% - 50px);
    padding-right: 0;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.catalog_menu > li li a:hover{
    color: #da861f;
}
.catalog_menu > li > div.have_children:before{
    content: '';
    position: absolute;
    right: 20px;
    top: 42%;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/arrow_down.svg) no-repeat center;
    background-size: contain;
}

.catalog_menu li ul li{
    padding: 5px 20px;
    padding-left: 48px;
    font-size: 14px;
    border-bottom: 1px solid #d7d7d7;
}
.catalog_menu li ul li:first-child{
    border-top: 1px solid #d7d7d7;
}
.topline_menu > li{
    position: relative;
}
.topline_menu > li ul {
    display: none !important;
    background: none;
}
.topline_menu > li:hover > ul{
    display: block !important;
    padding-top: 18px !important;
}
.topline_menu .catalog_menu{
    position: absolute;
    width: 260px;
    z-index: 999;
}
.topline_menu > li{
    position: relative;
}
.topline_menu > li ul:not(.catalog_menu){
    position: absolute;
    left: 0;
    padding-left: 0;
    z-index: 99;
}

.topline_menu > li ul:not(.catalog_menu) li{
    background: #f4f4f4;
    border-bottom: 1px solid #d7d7d7;
    width: 230px;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
}

.topline_menu > li ul:not(.catalog_menu) li a{
    font-size: 12px;
    color: #001;
    font-weight: 700;
    text-transform: uppercase;
}

.topline_menu > li ul:not(.catalog_menu) li a:hover{
    text-decoration: underline;
}


.prefooter_menu .mcat{
    display: none;
}
.prefooter_menu .type_menu{
    background: transparent;
}
.prefooter_menu .type_menu a{
    font-weight: 100;
    color: #a6a6a6;
    padding: 10px 0 !important;
    background: transparent !important;
}
.new_mob_menu .prefooter_menu li li:first-child{
    /*border-top: none;*/
    margin-top: 15px;
}
.catalog_menu>li:last-child>div{
 border-bottom: 0;
}
.new_mob_menu .prefooter_menu li li{
    margin: 0;
}
.sale_coupon{
    background: #20b7de;
    padding: 6px 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.sale_coupon:before{
    content: 'Промокод скопирован';
    font-size: 12px;
    position: absolute;
    bottom: 100px;
    background: #bababa;
    /* height: 84%; */
    text-align: center;
    transition: all 0.6s;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    padding: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_block_coupon [type="submit"]{
    display: block;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    height: 49px;
    line-height: 46px;
    background: #0eafd6;
    font-size: 16px;
    border: 0;
    outline: none;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    color: #fff;
    padding: 0;
}

.coupon_input_wrap{
    display: flex;
    align-items: center;
}

.shop_block_coupon input[type="text"]{
    display: block;
    width: 100%;
    height: 49px;
    line-height: 49px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 0;
    background: #fff;
    outline: none;
    border-radius: 0;
    text-align: left;
    font-size: 15px;
    color: #001;
    font-family: 'CoreRhino';
    border: 1px solid #9f9f9f;
    margin: 20px 0;
}

.sale_coupon.copy:before{
    bottom:0;
}
.new_mob_menu .prefooter_menu li li li{
    padding: 10px 0;
    padding-left: 25px;
}
.prefooter_wrapper .catalog_menu{
    display: none !important;
}
.prefooter_menu .catalog_menu>li>div.have_children:before{
background-image: url(../img/arrow_down_white.svg);
}
.new_mob_menu .prefooter_menu li  li li:first-child{
    margin-top: 0;
    border-top: none;
}
.new_mob_menu .prefooter_menu li>div.have_children.active:before{
    transform: rotate(180deg);
}
.topline_menu .catalog_menu > li{
    width: 100%;

}
.topline_menu .catalog_menu li{
    border-bottom: 1px solid #d7d7d7;
    background: #f4f4f4;
}
.new_mob_menu .prefooter_menu li > div.have_children{
    position: relative;
}
.new_mob_menu .prefooter_menu li > div.have_children a{
    display: inline-block;
}
.new_mob_menu .prefooter_menu li > div.have_children + div + ul{
    display: none !important;
}
.new_mob_menu .prefooter_menu li > div.have_children.active + div + ul{
    display: block !important;
}

.new_mob_menu .prefooter_menu li > div.have_children + ul{
    display: none !important;
}

.new_mob_menu .prefooter_menu li > div.have_children + ul{
    list-style: none;
    padding: 0;
}
.new_mob_menu .prefooter_menu li > div.have_children + ul li{
    border-bottom: 1px solid #e6e6e6;
}
.new_mob_menu .prefooter_menu li > div.have_children + ul li a{
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    color: #a6a6a6;
    padding: 10px 0!important;
    display: block;
    text-transform: uppercase;
}
.new_mob_menu .prefooter_menu li > div.have_children.active + ul{
    display: block !important;
}

.new_mob_menu .prefooter_menu li > div.have_children:before{
    content: '';
    position: absolute;
    right: 20px;
    top: 42%;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/arrow_down_white.svg) no-repeat center;
    background-size: contain;
}
.topline_menu .catalog_menu li:last-child{
    border-bottom: none;
}
.topline_menu .catalog_menu > li{
    position: relative;
}
.topline_menu .catalog_menu > li  > ul{
    position: absolute;
    left: 100%;
    top: 0;
    background: #f4f4f4;
}
.topline_menu .catalog_menu > li li{
    width: 270px;
    text-align: left;
    padding: 10px 20px;
}



.topline_menu .catalog_menu>li>div.have_children:before{
    transform: rotate(-90deg);
}
.topline_menu .catalog_menu > li:hover  > ul{
    display: block;
}
.topline_menu .catalog_menu div{
    text-align: left;
}

.shop_brand_block {
    padding: 0;
    background: none;
    text-align: left;
}

.shop_brand {
    display: inline-block;
    vertical-align: top;
    width: 165px;
    box-sizing: border-box;
    min-height: 140px;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #001;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    padding: 10px;
    margin: 0 15px 25px;
    background-repeat: no-repeat;
    background-position: center 35px;
}

.certificate__list {
    display: flex;
    flex-wrap: wrap;
}

.certificate__item {
    margin: 10px 10px 0 0
}

.certificate__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #282828;
}

.certificate__img {
    height: 380px;
}

.climate__list {
    margin: 0 0 35px;
}

.climate__item:hover {
    background: whitesmoke;
    box-shadow: 1px 2px 2px 0px #20cdf6;
}

.climate__item {
    vertical-align: middle;
    padding: 10px;
    margin: 10px 0px;

    border-radius: 5px;
    box-shadow: 1px 2px 2px 0px #d5d5d5;

    transition: .3s;
    will-change: auto;
}

.climate-item__text {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.climate-item__img {
    width: 7%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.climate__img {
    max-width: 100%;
    height: auto;
    border: 2px solid #d0ae81;
    border-radius: 50%;
}

.climate-item__description {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #282828;
}

.climate-about__text {
    font-size: 16px;
    line-height: 24px;
    color: #282828;
}

.climate-about__link {
    font-size: 16px;
    line-height: 24px;
    color: #282828;
}

.climate-about__link-decoration {
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    position: relative;
}

.climate-about__link .climate-about__link-decoration:after {
    display: block;
    content: "";
    background-color: #20cdf6;
    height: 3px;
    width: 100%;
    left: 50%;
    position: absolute;
    transition: width .3s ease-in-out;
    transform: translateX(-50%);
}

.climate-about__link .climate-about__link-decoration:hover:after,
.climate-about__link .climate-about__link-decoration:focus:after {
    width: 0%;
}

.climate-block__list {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.climate-block__item:hover {
    background: whitesmoke;
    border-color: #20cdf5;
}

.climate-block__item {
    border: 2px solid #d5d5d5;
    border-top: 0px;
    border-left: 0px;
    border-radius: 5px;
    min-width: 300px;
    flex: 1;
    max-width: calc(50% - 5px);

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 10px;

    transition: .3s;
    will-change: auto;
}

.climate-block__images {
    width: 90px;
}

.climate-block__text {
    font-size: 16px;
    line-height: 24px;
    color: #282828;

    margin: 10px 0 0;
}

.climate-block__decoration {
    font-size: 26px;
    font-weight: 600;
    color: #20cdf6;
}

.climate-item__decoration {
    font-weight: 600;
}

.structure-item__wrapper {
    margin: 40px 0 0;
}

.structure-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.structure-item__last {
    border-bottom: none;
}

.structure-item__img {
    min-width: 140px;
    max-width: 140px;
    border-radius: 100px;
}

.structure-item__info {
    margin-left: 40px;
}

.structure-item__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #282828;
}

.structure-item__desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #282828;
}

.blockquote {
    box-shadow: 3px 9px 15px #d5d5d5;
    border-radius: 5px;
    padding: 25px 0px 25px 25px;
    margin: 40px 0;
}

.blockquote-text {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    color: #323232;

    width: 74%;
    position: relative;
    padding: 0 25px 0 70px;
    margin-top: 15px;
    box-sizing: border-box;
}

.blockquote-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: block;
    margin: -15px auto 18px;
    background: url(../img/climate/climate_blockquote.svg) no-repeat;
    background-size: cover;
}

.blockquote-images {
    width: 21%;
    text-align: center;
    box-sizing: border-box;
}

.blockquote .blockquote-text,
.blockquote .blockquote-images {
    display: inline-block;
    vertical-align: top;
}

.blockquote-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.blockquote-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #323232;
}

.blockquote-manager {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #323232;
}

.climate__block {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

.climate-buttwrapper {
    text-align: center;
    margin: 0 5px;
}

.climate__button {
    font-size: 14px;
    font-weight: 600;
    background-color: #20cdf6;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    display: flex;
    align-items: center;
    padding: 14px;
    height: 80%;
    box-sizing: border-box;
}

.climate__button:hover {
    background-color: #000000;
}

.climate-button__shop {
    font-size: 14px;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid #20cdf6;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000000 !important;
    display: flex;
    align-items: center;
    padding: 14px;
    height: 80%;
    box-sizing: border-box;
}

.climate-button__shop:hover {
    background-color: whitesmoke;
}

.error_captcha{
    color: red;
    margin: 15px 0;
}

.modal-popup {
    display: none;
}

.get-price-form h3 {
    margin-top: 0;
    text-align: center;
}
.product-get-price-btn-wrap {
    margin-bottom: 15px;
}
.product-get-price-btn {
    background-color: #0eafd6;
    font-family: 'CoreSans',Tahoma,Arial;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    border: 0;
    color: #fff !important;
    font-weight: 700;
    margin: 5px 0;
    font-size: 12px;
    display: inline-block;
    padding: 0 20px;
    text-decoration: none !important;
}
.product-get-price-row {
    text-align: right;
}

.modal_get_price_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/modal_x.png) no-repeat top center;
    background-size: contain;
}

@media screen and (max-width: 693px) {
    .certificate__list {
        justify-content: center;
    }
    .coupon_input_wrap{
        display: block;
    }

    .structure-item {
        flex-direction: column;
        align-items: center;
    }

    .structure-item__img {
        margin: 0 0 10px;
    }

    .structure-item__title {
        text-align: center;
    }

    .structure-item__info {
        margin-left: 0;
    }

    .structure-item__desc {
        text-align: center;
    }

    .certificate__img {
        height: auto;
    }
}

@media screen and (max-width: 693px) {
    .climate-block__item {
        max-width: 100%;
    }
}

@media (max-width: 948px) and (min-width: 801px) {
    .climate-block__item {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .blockquote-text {
        padding: 0 25px 0 50px;
        width: 100%;
    }

    .blockquote-images {
        margin-top: 15px;
        text-align: right;
        width: 100%;
    }

    .blockquote-img {
        max-width: 60px;
        float: right;
        margin: 0 15px 15px;
    }
}

#overlay,
.cross {
    will-change: transform
}

#overlay,
.center,
.cross {
    top: 0;
    right: 0
}

.cross {
    position: fixed;
    margin: 30px 55px 0 0;
    cursor: pointer;
    transition: .3s all ease-in-out;
    z-index: 99;
    opacity: 1
}

.cross::after,
.cross::before {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px
}

.cross::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cross::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cross--light::after,
.cross--light::before {
    background-color: #000
}

.cross--dark::after,
.cross--dark::before {
    background-color: #fff
}

.slb {
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, .2);
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.slb--invert {
    box-shadow: 2px 2px 12px 1px rgba(255, 255, 255, .3)
}

.slb--opened {
    cursor: auto
}

.pop-in {
    -webkit-animation: pop-in 250ms;
    -moz-animation: pop-in 250ms;
    -ms-animation: pop-in 250ms
}

.pop-out {
    -webkit-animation: pop-out 250ms;
    -moz-animation: pop-out 250ms;
    -ms-animation: pop-out 250ms
}

#overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    bottom: 0;
    pointer-events: none;
    cursor: pointer;
    z-index: 999
}

.center {
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pop-out {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes pop-out {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.reviews-link__wrapper {
    margin: 10px 0 0 0;
}

.reviews-grey {
    background: #f9f9f9;
}

.reviews-description__wrapper {
    margin: 10px 0;
}

.reviews__icon {
    width: 36px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.reviews-icons__stars {
    display: flex;
    flex: none;
}

.reviews-icon__star {
    margin: 0 2px 0 0;
}

.icon__star:first-child {
    margin-left: 0;
}

.reviews {
    margin: 0 0 45px;
}

.reviews__description {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.reviews__img {
    margin: 0 25px 0 0;
}

.reviews__text {
    font-size: 14px;
    line-height: 22px;
    color: #282828;
    width: 43%;
}

.reviews__link {
    font-size: 16px;
    line-height: 22px;
    color: #20cdf6 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border-bottom: 2px dotted #20cdf6;
}

.reviews__button {
    font-size: 14px;
    background-color: #20cdf6;
    text-decoration: none !important;
    color: #ffffff !important;
    border: 0;
    display: inline-block;
    margin: 0 auto 0 10px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}

.reviews__button:hover {
    background-color: #000000;
}

.reviews__yandex {
    padding: 10px;
    margin: 0 0 40px;
}

.reviews-head__wrapper {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.reviews__name {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.reviews-rating__wrapper {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.reviews__appraisal {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    margin: 0 0 0 10px;
}

.reviews-description__wrapper {
    font-size: 14px;
    line-height: 22px;
    color: #222222;
}

.reviews-decoration {
    font-weight: 600;
}

@media (max-width: 910px) and (min-width: 801px) {
    .reviews__text {
        width: 52%;
    }
}

.job-scroll__list {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.job-scroll__item {
    position: relative;
    display: inline-flex;
    margin: 0 5px 15px 0;
}

.job-scroll__link {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none!important;
    color: #ffffff!important;
    border-radius: 13px;
    padding: 3px 14px;
    background: #bababa;
    height: auto;
}

.job-scroll__link:hover {
    background-color: #0eafd6;
}

.job-container {
    margin: 0 0 50px;
    padding: 10px;
}

.bg-grey {
    background: #f9f9f9;
}

.job__title {
    font-size: 32px;
    line-height: 24px;
    color: #282828;
}

.job-title__link {
    text-decoration: none!important;
}

.job__row {
    display: flex;
    align-items: baseline;
    margin: 20px 0;
}

.job__row:before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.job__row:after {
    clear: both;
}

.job-row__designation {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #565656;

    text-align: left;
    padding-left: 0;
    padding-right: 20px;
    min-width: 15%;
    max-width: 15%;
}

.job-row__description {
    font-size: 14px;
    line-height: 24px;
    color: #282828;

    padding-left: 20px;
    border-left: 1px solid #cecece;
}

.job-button__wrapper {
    /* text-align: center;*/
    margin: 0;
}

.job__button {
    font-size: 14px;
    background-color: #20cdf6;
    text-decoration: none!important;
    color: #ffffff!important;
    border: 0;
    display: inline-block;
    margin: 10px auto;
    padding: 0px 20px;
}

.job__button:hover {
    background-color: #000000;
}

@media screen and ( max-width: 950px ) {
    .job-row__designation {
        min-width: 20%;
        max-width: 20%;
    }
}

@media screen and ( max-width: 693px ) {
    .job-row__designation {
        min-width: 30%;
        max-width: 30%;
    }

    .job-button__wrapper {
        text-align: center;

    }
}
/* LEFT MENU FILTER - END*/

@media screen and (max-width: 700px) {
    .shop_list .shop-pane .product_one .js_shop_one_click,
    .shop_list .shop-pane .product_one .js_shop_buy {
        display: block !important;
        text-align: left;
    }

    .shop_list .shop-pane .product_one .product_one_cart {
        margin: 5px 0 !important;
        display: block;
        font-size: 10px;
    }

    .shop_list .shop-pane .product_one .shop_one_click_go_to_cart_btn_wrapper {
        width: auto !important;
        display: inline-block;
    }

    .shop_list .shop-pane .product_one .shop_one_click input {
        width: auto !important;
        margin-bottom: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .shop_list .shop-pane .product_one .product_one_cart {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 601px) {
    .search_option_right_side, .search_option_left_side {
        width: 100%;
    }

    .search_left .shop_search_param {
        width: 100%;
    }

    .clc input[type="text"].from,
    .clc input[type="text"].to {
        width: 25%;
    }

    .filter_price_slider,
    .filter_prop577_slider,
    .filter_prop578_slider,
    .filter_prop578_diffuzory_slider,
    .filter_prop579_slider,
    .filter_prop579_vozduh_slider,
    .filter_prop579_diffuzory_slider,
    .filter_prop580_slider,
    .filter_prop580_reshetki_slider,
    .filter_prop580_diffuzory_slider,
    .filter_prop581_slider,
    .filter_prop588_slider,
    .filter_prop591_slider,
    .filter_prop594_slider,
    .filter_prop597_slider,
    .filter_prop598_slider,
    .filter_prop600_slider,
    .filter_prop601_slider,
    .filter_prop603_slider,
    .filter_prop604_slider,
    .filter_prop607_slider,
    .filter_prop612_slider {
        width: 50%;
    }
}
.tags_block{
    margin-top: 30px;
}
.tags_block .tags_list{
    margin-top: 10px;
}
.tags_block .tags_list li{
    display: inline-block;
    position: relative;
    padding: 3px 14px;
    border-radius: 13px;
    margin-bottom: 10px;
    background: #bababa;
    margin-right: 4px;
}
.paginator_more{
    text-align: center;
}
.paginator_more .js_paginator_more_button{
    border: none;
    margin: 20px auto;
    display: inline-block;
    background-color: #555;
    height: 35px;
    line-height: 39px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 220px;
    height: 40px;
    margin-bottom: 0;
}
.tags_block .tags_list li.active, .tags_block .tags_list li:hover{
    background: #0eafd6;
}
.tags_block .tags_list li a{
    color: #fff;
    border-color: rgba(98, 98, 98, 0.2);
    font-size: 14px;
    height: auto;
    text-decoration: none;
    line-height: 20px;
}
.tags_block .tags_list li.active a, .tags_block .tags_list li:hover a{
    color: #fff;
}
.tags_block .tags_title{
    font-size: 22px;
    font-weight: 600;
}

.product_one_brand_link_wrapper {
    display: block;
    position: relative;
    width: 100%;
}

.product_one_brand_link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
    text-align: center;
    padding: 10px;
    background-color: #f4f4f4;
}
.product_one_brand_link > span {
    display: block;
}

@media screen and (max-width: 1100px) {
    .shop-item-rate.rate {
        text-align: center;
    }
    .shop_compare_form_product_item {
        text-align: center;
        clear: both;
    }
    .product_one_brand_link_wrapper {
        text-align: center;
    }
    .product_tabs_container.shop.shop-item-container .vnal {
        display: block;
        max-width: 140px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 600px) {
    .hidden_filter_mobile_block {
        display: block;
    }
}

@media screen and (max-width: 500px) {

}


@media screen and (max-width: 425px) {
    .type_content .tabs a.product_tab {
        min-width: 70px;
        margin-right: 1px;
        margin-left: 1px;
    }
    .type_content a.product_tab.product_video_tab {
        padding-left: 35px;
    }
    .type_content a.product_tab.product_video_tab:before {
        left: 7px;
        top: 7px;
        width: 25px;
        height: 25px;
    }
}