@import url(fonts.css);
input {
    outline: none; }

.clearfix:before, .clearfix:after {
    display: table;
    content: ""; }

.clearfix:after {
    clear: both; }

.float_right {
    float: right;
}

.float_left {
    float: left; }

h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0; }

body {
    margin: 0 auto;
    padding: 0;
    font-family: "glober_regular", sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    max-width: 100%;
    color: #768b90;
}

.container {
    max-width: 1200px;
    min-width: 300px;
    margin: 0 auto;
    text-align: left;
    position: relative; }

a {
    color: #666e5f; }
a:hover {
    text-decoration: none; }

.btn {
    color: #fff;
    /* font-size: 13px; */
    text-align: center;
    line-height: 38px;
    height: 38px;
    display: inline-block;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 3px;
    border: none;
}
.btn-green {
    background: #45a8a3;
    background: -webkit-gradient(linear, left top, left bottom, from(#45a8a3), to(#69bb1b));
    background: linear-gradient(#7c8f6a 0%, #a8b997 100%); }
.btn-green:hover {
    background: #69bb1b;
    background: -webkit-gradient(linear, left top, left bottom, from(#69bb1b), to(#45a8a3));
    background: linear-gradient(#4c5742 0%, #78856c 100%); }
.btn-blue {
    background-color: #249dd6; }
.btn-grey {
    background-color: #e5eae8;
    color: #768b90; }
.btn-basket-icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("../img/icon/sm_basket_icon.png") no-repeat center;
    margin-right: 12px;
    position: relative;
    top: 3px; }

.btn_view {
    padding: 12px 7px 16px;
    display: inline-block;
    color: #768b90; }
.btn_view-ic {
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url("../img/icon/arrow_icon_grey.png") no-repeat center;
    position: relative;
    margin-left: 8px; }

.hidden {
    display: none; }

.db {
    display: block; }

h1 {
    color: #191919;
    font-size: 30px;
    font-family: "glober_bold", sans-serif;
    margin: 24px 0 16px; }

h2, .h2 {
    color: #191919;
    font-family: "Glober Bold", sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin-top: 58px;
    margin-bottom: 27px; }

.h2{
    font-weight: bold;
}

h3 {
    color: #191919;
    font-family: "Glober Bold", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 10px; }

/*------------------------ bg_card_product ------------------------- */
.bg_card_product {
    width: 286px;
    height: 346px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f4f5;
    padding: 23px 20px 30px;
    position: relative;
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: top;
}
.bg_card_product:last-child {
    margin-right: 0; }
.bg_card_product:hover {
    -webkit-transform: scale(1.15, 1.1);
    transform: scale(1.15, 1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 16px rgba(199, 199, 199, 0.16);
    box-shadow: 0 0 16px rgba(199, 199, 199, 0.16);
    z-index: 5; }
.bg_card_product-img_box {
    height: 200px;
    width: 246px;
    position: relative;
    overflow: hidden;
}
.bg_card_product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50%;
    /* min-height: 100%; */
}
.bg_card_product-name {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    width: 165px;
    height: 40px;
    overflow: hidden;
}
.bg_card_product .btn {
    position: absolute;
    bottom: 30px;
    right: 23px; }

.discount {
    display: block;
    position: absolute;
    top: 22px;
    left: 23px;
    width: 90px;
    height: 26px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    background-color: #015cb5;
    background-image: linear-gradient(2deg, #f8c72a 0%, #fd9811 100%); }

.new_price {
    display: block;
    width: 100px;
    color: #323230;
    font-family: "glober_bold", sans-serif;
    font-size: 19px;
    margin-top: 22px;
}

.old_price {
    display: block;
    text-decoration: line-through; }

/*------------------------ sm_card_product ------------------------- */
.sm_card_product {
    width: 200px;
    height: 254px;
    background: #fff;
    border: 1px solid #f2f4f5;
    padding: 25px 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 15; }
.sm_card_product:hover {
    padding: 35px 30px;
    height: 332px;
    width: 220px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -68px;
    z-index: 99; }
.sm_card_product .discount {
    display: block;
    position: absolute;
    top: 22px;
    left: 23px;
    width: 90px;
    height: 26px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    background-color: #015cb5;
    background-image: linear-gradient(2deg, #f8c72a 0%, #fd9811 100%); }
.sm_card_product-img_box {
    width: 160px;
    height: 138px;
    position: relative;
    overflow: hidden; }
.sm_card_product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50%;
    /* min-height: 100%; */
}
.sm_card_product-name {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    height: 32px;
    overflow: hidden;
    word-break: break-word; }
.sm_card_product .price_box {
    margin-top: 15px; }
.sm_card_product .price_box .n_price {
    color: #323230;
    font-family: "glober_bold", sans-serif;
    font-size: 22px; }
.sm_card_product .price_box .o_price {
    text-decoration: line-through;
    padding-top: 10px; }
.sm_card_product .btn {
    margin-top: 20px; }

/*------------------------ catalog_card_product ------------------------- */
.catalog_card_product {
    width: 225px;
    height: 346px;
    background: #fff;
    border: 1px solid #f2f4f5;
    padding: 29px 15px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.catalog_card_product .discount {
    display: block;
    position: absolute;
    top: 22px;
    left: 23px;
    width: 90px;
    height: 26px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    background-color: #015cb5;
    background-image: linear-gradient(2deg, #f8c72a 0%, #fd9811 100%); }
.catalog_card_product-img_box {
    width: 195px;
    height: 195px;
    position: relative;
    overflow: hidden; }
.catalog_card_product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50%;
    /* min-height: 100%; */
}
.catalog_card_product-name {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    height: 32px;
    overflow: hidden;
    word-break: break-word; }
.catalog_card_product .price_box {
    margin-top: 24px;
    display: inline-block;
    width: 110px; }
.catalog_card_product .price_box .n_price {
    display: block;
    color: #323230;
    font-family: "glober_bold", sans-serif;
    font-size: 19px;
}
.catalog_card_product .price_box .o_price {
    display: block;
    text-decoration: line-through; }
.catalog_card_product .btn {
    margin-top: 20px;
    padding: 0 11px;
    position: absolute;
    bottom: 29px;
    right: 15px; }

/*------------------------ catalog_card_product ------------------------- */
.catalog_card_product_c {
    width: 225px;
    height: 359px;
    background: #fff;
    border: 1px solid #f2f4f5;
    padding: 29px 15px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.catalog_card_product_c .discount {
    display: block;
    position: absolute;
    top: 22px;
    left: 23px;
    width: 90px;
    height: 26px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    background-color: #015cb5;
    background-image: linear-gradient(2deg, #f8c72a 0%, #fd9811 100%); }
.catalog_card_product_c-img_box {
    width: 195px;
    height: 180px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden; }
.catalog_card_product_c-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50%;
    /* min-height: 100%; */
}
.catalog_card_product_c-name {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    height: 34px;
    overflow: hidden;
    word-break: break-word;
}
.catalog_card_product_c .calc {
    margin: 0;
    margin-top: 5px; }
.catalog_card_product_c .price_box {
    margin-top: 10px;
    display: inline-block;
    width: 110px; }
.catalog_card_product_c .price_box .n_price {
    display: block;
    color: #323230;
    font-family: "glober_bold", sans-serif;
    font-size: 20px;
}
.catalog_card_product_c .price_box .o_price {
    display: block;
    text-decoration: line-through; }
.catalog_card_product_c .btn {
    margin-top: 20px;
    padding: 0 11px;
    position: absolute;
    bottom: 29px;
    right: 15px; }

/*------------------------ calc ------------------------- */
.calc {
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #f2f4f5;
    width: 110px;
    position: relative;
    overflow: hidden; }
.calc .button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    border: none;
    border-right: 1px solid #f2f4f5;
    background: url("../img/icon/minus_icon.png") no-repeat center;
    z-index: 3; }
.calc .button:last-child {
    border: none;
    border-left: 1px solid #f2f4f5; }
.calc input {
    width: 36px;
    height: 36px;
    padding: 13px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 36px;
    border: none; }
.calc input + .button {
    top: 0;
    left: 72px;
    right: 0;
    background: url("../img/icon/plus_icon.png") no-repeat center; }

/*------------------------ header ------------------------- */
header .header_top_line {
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4; }
header .header_top_line .town {
    display: inline-block;
    color: #191919;
    width: 230px; }
header .header_top_line .town .town_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon/town_icon.png") no-repeat;
    position: relative;
    top: 4px;
    margin-right: 3px; }
header .header_top_line .town a {
    margin-left: 3px;
    text-decoration: none; }
header .header_top_line-nav {
    display: inline-block;
    list-style: none;
    width: 570px;
    text-align: center; }
header .header_top_line-nav .menu-item {
    display: inline-block;
    margin-right: 24px; }
header .header_top_line-nav .menu-item:last-child {
    margin-right: 0; }
header .header_top_line .time {
    display: inline-block;
    margin-right: 65px; }
header .header_top_line .personal_area {
    display: inline-block; }
header .header_top_line .personal_area-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon/personal_area-icon.png") no-repeat;
    position: relative;
    top: 3px;
    margin-right: 10px; }
header .header_middle_line {
    padding: 30px 0; }
header .header_middle_line-logo, header .header_middle_line-email, header .header_middle_line-phone, header .header_middle_line-basket {
    display: inline-block;
    position: relative;
    line-height: 22px;
    padding-right: 25px; }
header .header_middle_line-logo {
    width: 210px;
    margin-right: 55px; }
header .header_middle_line-email {
    width: 160px;
    margin-right: 10px; }
header .header_middle_line-email_icon {
    background: url("../img/icon/email_icon.png") no-repeat;
    width: 16px;
    height: 12px;
    display: block;
    position: absolute;
    top: 5px;
    left: -25px; }
header .header_middle_line-phone {
    margin-right: 37px; }
header .header_middle_line-phone a {
    font-size: 19px;
    color: #515151;
    font-family: "glober_bold", sans-serif;
    width: 220px;
    text-decoration: none;
}
header .header_middle_line-phone_icon {
    background: url("../img/icon/phone_icon.png") no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 1px;
    left: -25px; }
header .header_middle_line-basket {
    padding-right: 0; }
header .header_middle_line-basket .basket_box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f2f4f4;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#69bb1b), to(#45a8a3));
    background-image: linear-gradient(to top, #7c8f6a 0%, #e0f8c9 100%);
    position: relative;
    top: 5px;
    margin-right: 7px;
    display: inline-block; }
header .header_middle_line-basket .basket_box-icon {
    background: url("../img/icon/basket_icon.png") no-repeat center;
    width: 28px;
    height: 24px;
    display: block;
    position: relative;
    top: 11px;
    left: 10px; }
header .header_middle_line-basket .basket_box-icon-p {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #fbac1b;
    line-height: 15px;
    text-align: center;
    color: #2d2f32;
    font-size: 11px;
    border-radius: 50%; }
header .header_middle_line-basket .basket_box-text {
    display: inline-block;
    font-size: 15px;
    color: #282828;
    font-family: "globersemibold", sans-serif;
    text-align: left; }
header .header_middle_line-basket .basket_box-text .basket-text a {
    margin-right: 7px; }
header .header_middle_line-text, header .header_middle_line .basket-text {
    display: block;
    font-size: 12px;
    color: #768b90; }
header .header_bottom_line {
    background-color: #7c8f6a;
    padding: 15px 0; }
header .header_bottom_line .m_main {
    display: inline-block;
    width: 100%;
    max-width: 286px;
    border-radius: 4px;
    background-color: #a0b48d;
    position: relative;
    margin-right: 15px; }
header .header_bottom_line .m_main-btn_link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 11px;
    padding: 11px 10px 11px 15px;
    height: 39px;
    font-family: "globersemibold", sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
}
header .header_bottom_line .m_main-btn_link:hover + .f_menu_wraper {
    display: block; }
header .header_bottom_line .m_main-btn_link-icon {
    width: 20px;
    height: 16px;
    display: block;
    background: url("../img/icon/m_icon.png") no-repeat; }
header .header_bottom_line .m_main .f_menu_wraper {
    display: none;
    position: absolute;
    z-index: 10;
    padding-top: 25px; }
header .header_bottom_line .m_main .f_menu_wraper:hover {
    display: block; }
header .header_bottom_line .m_main .f_menu {
    width: 284px;
    height: 490px;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 16px #f0f0f0;
    box-shadow: 0 0 16px #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0; }
header .header_bottom_line .m_main .f_menu:hover {
    min-height: 490px;
    height: auto;
    border-radius: 5px 0 0 5px; }
header .header_bottom_line .m_main .f_menu-l {
    list-style: none;
    position: relative; }
header .header_bottom_line .m_main .f_menu-l-i {
    padding-left: 45px;
    padding-right: 35px;
    line-height: 36px; }
header .header_bottom_line .m_main .f_menu-l-i:hover {
    background-color: #f2f4f5; }
header .header_bottom_line .m_main .f_menu-l-i:hover .f_menu-second {
    display: block; }
header .header_bottom_line .m_main .f_menu-l-i-link {
    position: relative;
    display: block; }
header .header_bottom_line .m_main .f_menu-l-i-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 9px;
    top: 14px;
    left: -16px;
    background: url("../img/icon/ul_li_icon.png") no-repeat center; }
header .header_bottom_line .m_main .f_menu-second {
    display: none;
    position: absolute;
    width: 914px;
    top: -10px;
    left: 284px;
    background-color: #f2f4f5;
    min-height: 490px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 29px 10px 39px 78px;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 4px 5px 16px -4px #f0f0f0;
    box-shadow: 4px 5px 16px -4px #f0f0f0;
    overflow: hidden;
    z-index: 9;
}
header .header_bottom_line .m_main .f_menu-second-l {
    -webkit-column-count: 3;
    column-count: 3;
    list-style: none; }
header .header_bottom_line .m_main .f_menu-second-title {
    color: #2f2f2f;
    font-size: 15px;
    font-family: "globersemibold", sans-serif;
    margin-bottom: 7px;
    display: block; }
header .header_bottom_line .m_main .f_menu-second-i {
    line-height: 23px; }
header .header_bottom_line .m_main .f_menu-second-i-link {
    color: #43484b;
    font-size: 12px;
    text-decoration: underline; }
header .header_bottom_line .m_main .f_menu-second-i-link:hover {
    text-decoration: none; }
header .header_bottom_line .header_form_search {
    display: inline-block;
    height: 39px;
    width: 100%;
    max-width: 896px;
    background: #fff;
    border-radius: 4px;
    vertical-align: top;
    position: relative; }
header .header_bottom_line .header_form_search-text {
    width: 100%;
    max-width: 649px;
    height: 39px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 30px 11px 8px;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
    border: none;
    background: none;
}
header .header_bottom_line .header_form_search-btn {
    position: absolute;
    top: 9px;
    right: 11px;
    background: url("../img/icon/btn_search_icon.png") no-repeat top left;
    background-color: transparent;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer; }
header .header_bottom_line .header_form_search .selecter {
    min-width: 240px;
    margin: 0;
    height: 39px;
    display: inline-block; }
header .header_bottom_line .header_form_search .selecter-selected {
    height: 39px;
    padding: 0 40px 0 16px;
    font-size: 12px;
    line-height: 39px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    max-width: 240px;
    border: none; }
header .header_bottom_line .header_form_search .selecter-selected:focus, header .header_bottom_line .header_form_search .selecter-selected:active, header .header_bottom_line .header_form_search .selecter-selected:hover {
    border: none; }
header .header_bottom_line .header_form_search .selecter-selected:before {
    content: "";
    display: block;
    border-right: 1px solid #d5dadd;
    height: 24px;
    position: absolute;
    top: 7px;
    right: 0; }
header .header_bottom_line .header_form_search .selecter-selected:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #249dd6;
    right: 28px; }
header .header_bottom_line .header_form_search .selecter-options {
    width: 300px;
    min-height: 470px;
    border-radius: 4px; }
header .header_bottom_line .header_form_search .selecter-item {
    border: none; }
header .header_bottom_line .header_form_search .selecter-item:hover {
    background: #f2f4f5;
    color: #47c4ff; }

/*------------------------POpup city list ------------------------- */
.city_list {
    position: relative;
    background: #fff;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
    height: auto;
    border-radius: 4px; }
.city_list a {
    text-decoration: none; }
.city_list .h2 {
    display: block;
    padding: 8px 15px 8px;
    margin: 0;
    font-size: 16px;
    background: #f2f4f5;
    border-radius: 4px 4px 0 0; }
.city_list-text {
    padding: 10px;
    text-align: center; }
.city_list-o {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px; }
.city_list-o a {
    display: block;
    margin-bottom: 10px;
}
.city_list-l {
    text-align: left;
    column: 5;
    padding: 10px 15px 15px; }
.city_list-l .ul_ch {
    display: inline-block;
    width: 130px;
    vertical-align: top;
    margin-bottom: 15px; }
.city_list-l .ul_ch a {
    display: block;
    margin-bottom: 10px;
}
.city_list-l .ul_ch .ch {
    display: block;
    color: #191919;
    font-family: "Glober Bold", sans-serif;
    font-size: 14px;
    margin-bottom: 10px; }

/*------------------------ CONTENT ------------------------- */
/*------------------------ banner_slider ------------------------- */
.banner_slider {
    text-align: center;
    margin-bottom: -30px; }
.banner_slider .banner_slide {
    background: url("../img/slide_bg.jpg") no-repeat center;
    background-size: cover;
    text-align: right; }
.banner_slider .banner_slide .container {
    text-align: right; }
.banner_slider .banner_slide-content {
    width: 100%;
    max-width: 800px;
    display: inline-block;
    text-align: left;
    padding: 50px 0 80px; }
.banner_slider .banner_slide-content-img_box {
    display: inline-block;
    width: 310px;
    height: 390px;
    margin-right: 15px;
    position: relative; }
.banner_slider .banner_slide-content-img_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.banner_slider .banner_slide-content-img_box .discount_bg {
    width: 87px;
    height: 87px;
    padding: 15px 8px;
    text-align: center;
    font-family: "Arial MT", sans-serif;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #fafcf7;
    background-image: linear-gradient(-123deg, #f8c72a 0%, #fd9811 100%);
    position: absolute;
    top: 165px;
    left: 32px; }
.banner_slider .banner_slide-content-img_box .discount_bg-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 7px;
    display: block;
    background: url("../img/icon/gift_icon.png") no-repeat; }
.banner_slider .banner_slide-content-text {
    display: inline-block;
    width: 100%;
    max-width: 405px;
    vertical-align: top;
    padding-top: 40px; }
.banner_slider .banner_slide-content-text h1 {
    color: #3e3f41;
    font-family: "glober_bold", sans-serif;
    font-size: 30px;
    margin-bottom: 30px; }
.banner_slider .banner_slide-content-text .h2 {
    color: #191919;
    font-family: "glober_regular", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.16px;
    margin: 0 0 15px; }
.banner_slider .banner_slide-content-text p {
    color: #3e3f41;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 35px; }
.banner_slider .banner_slide-content-text .batton {
    color: #fefefe;
    font-size: 12px;
    font-family: "Arial MT", sans-serif;
    text-align: center;
    line-height: 38px;
    height: 42px;
    display: inline-block;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.3px;
    border: 2px solid #b1c1a2;
    margin-right: 15px;
    letter-spacing: 0.4px; }
.banner_slider .banner_slide-content-text .batton-green {
    background: #45a8a3;
    background: -webkit-gradient(linear, left top, left bottom, from(#45a8a3), to(#69bb1b));
    background: linear-gradient(to top, #7c8f6a 0%, #e0f8c9 100%); }
.banner_slider .banner_slide-content-text .batton-green:hover {
    background: none;
    color: #191919;
    border: 2px solid #96a389; }
.banner_slider .banner_slide-content-text .batton-trn {
    background: none;
    color: #191919; }
.banner_slider .banner_slide-content-text .batton-trn:hover {
    color: #fefefe;
    background: #45a8a3;
    background: -webkit-gradient(linear, left top, left bottom, from(#45a8a3), to(#69bb1b));
    background: linear-gradient(to top, #7c8f6a 0%, #e0f8c9 100%); }
.banner_slider .owl-dots {
    padding: 10px;
    border-radius: 10px;
    position: relative;
    top: -15px;
    background-color: #FFF;
    display: inline-block; }
.banner_slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e8ebec;
    display: inline-block;
    margin-right: 10px; }
.banner_slider .owl-dots .owl-dot:last-child {
    margin-right: 0; }
.banner_slider .owl-dots .owl-dot.active {
    background-color: #249dd6; }

/*------------------------ section plus_company ------------------------- */
.plus_company {
    border-bottom: 1px solid #f4f4f4; }
.plus_company .container {
    text-align: center;
    padding: 38px 0; }
.plus_company-item {
    display: inline-block;
    text-align: left;
    padding-left: 60px;
    position: relative;
    margin-right: 65px; }
.plus_company-item:last-child {
    margin-right: 0; }
.plus_company-item .certif_icon {
    position: absolute;
    top: -10px;
    left: 0;
    width: 46px;
    height: 46px;
    display: block;
    background: url("../img/icon/certif_icon.png") no-repeat; }
.plus_company-item .shield_icon {
    position: absolute;
    top: -10px;
    left: 0;
    width: 46px;
    height: 49px;
    display: block;
    background: url("../img/icon/shield_icon.png") no-repeat; }
.plus_company-item .label_icon {
    position: absolute;
    top: -10px;
    left: 0;
    width: 46px;
    height: 49px;
    display: block;
    background: url("../img/icon/label_icon.png") no-repeat; }
.plus_company-item .man_icon {
    position: absolute;
    top: -10px;
    left: 0;
    width: 46px;
    height: 49px;
    display: block;
    background: url("../img/icon/man_icon.png") no-repeat; }
.plus_company-item .phone_icon_t {
    position: absolute;
    top: -10px;
    left: 0;
    width: 46px;
    height: 49px;
    display: block;
    background: url("../img/icon/phone_icon_t.png") no-repeat; }

/*------------------------ section hits ------------------------- */
/*------------------------ popular_categories ------------------------- */
.popular_categories-box {
    width: 289px;
    height: 218px;
    padding: 34px 30px 37px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #67ba8a;
    background: linear-gradient(45deg, #67ba8a 0%, #99cf4c 100%);
    position: relative;
    margin-right: 11px;
    margin-bottom: 40px; }
.popular_categories-box:last-child {
    margin-right: 0; }
.popular_categories-box-img {
    width: 289px;
    height: 218px;
    position: absolute;
    top: 0;
    left: 0; }
.popular_categories-box-name {
    color: #ffffff;
    font-family: "glober_bold", sans-serif;
    font-size: 18px; }
.popular_categories-box a {
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 37px;
    left: 30px; }

.manufacturer_slider {
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
.manufacturer_slider .navigation .owl-prev, .manufacturer_slider .navigation .owl-next {
    position: absolute;
    top: 25px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer; }
.manufacturer_slider .navigation .owl-prev {
    background: url("../img/icon/nav_perw.png") no-repeat center #f4f5f8;
    left: 10px; }
.manufacturer_slider .navigation .owl-next {
    background: url("../img/icon/nav_next.png") no-repeat center #f4f5f8;
    right: 10px; }

.colum {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-width: 550px;
    column-width: 550px;
    -webkit-column-gap: 100px;
    column-gap: 100px; }
.colum p {
    color: #191919;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.33px;
    margin-bottom: 25px; }

/*------------------------ footer search ------------------------- */
.footer_search {
    padding: 30px 0;
    border-top: 1px solid #f4f4f4; }

.footer_form_search {
    display: inline-block;
    height: 39px;
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 4px;
    vertical-align: top;
    position: relative; }
.footer_form_search-text {
    width: 100%;
    max-width: 925px;
    height: 39px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 30px 11px 8px;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
    border: none;
    background-color: #f4f4f4; }
.footer_form_search-btn {
    position: absolute;
    top: 9px;
    right: 11px;
    background: url("../img/icon/btn_search_icon.png") no-repeat top left;
    background-color: transparent;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer; }
.footer_form_search .selecter {
    min-width: 270px;
    margin: 0;
    height: 39px;
    display: inline-block; }
.footer_form_search .selecter-selected {
    height: 39px;
    padding: 0 23px 0 16px;
    font-size: 12px;
    line-height: 39px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    background-color: #f4f4f4;
    max-width: 270px;
    border: none; }
.footer_form_search .selecter-selected:focus, .footer_form_search .selecter-selected:active, .footer_form_search .selecter-selected:hover {
    border: none; }
.footer_form_search .selecter-selected:before {
    content: "";
    display: block;
    border-right: 1px solid #d5dadd;
    height: 24px;
    position: absolute;
    top: 7px;
    right: 0; }
.footer_form_search .selecter-selected:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #249dd6;
    right: 11px; }
.footer_form_search .selecter-options {
    width: 300px;
    min-height: 470px;
    border-radius: 4px;
    background-color: #f4f4f4; }
.footer_form_search .selecter-item {
    border: none;
    background-color: #f4f4f4; }
.footer_form_search .selecter-item:hover {
    background: #fff;
    color: #47c4ff; }

/*------------------------ footer ------------------------- */
.footer_top_line {
    background: #57b4df;
    padding: 55px 0; }
.footer_col {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-right: 50px;
    text-align: left; }
.footer_col a, .footer_col p {
    color: #fff;
    line-height: 30px;
    opacity: 0.77; }
.footer_col:last-child {
    margin-right: 0; }
.footer_col .footer_phone a {
    font-family: "glober_bold", sans-serif;
    font-size: 22px;
    color: #fff;
    display: block;
    line-height: 30px;
    text-decoration: none; }
.footer_col p {
    margin-top: 5px;
    line-height: 12px; }
.footer_catalog-items {
    list-style: none; }
.footer_bottom_line {
    background-color: #7c8f6a;
    color: #FFF;
    padding: 41px 0 47px; }
.footer_bottom_line .menu {
    list-style: none;
    text-align: right; }
.footer_bottom_line .menu-item {
    display: inline-block;
    margin-left: 25px; }
.footer_bottom_line .menu-item a {
    color: #fff; }

/*------------------------ breadcrumbs ------------------------- */
.breadcrumbs {
    padding-top: 25px; }
.breadcrumbs-l {
    list-style: none; }
.breadcrumbs-i {
    display: inline-block;
    margin-right: 15px;
    position: relative; }
.breadcrumbs-i-link {
    color: #768b90; }
.breadcrumbs-i:after {
    content: "/";
    color: #768b90;
    position: absolute;
    right: -12px;
    top: 0; }
.breadcrumbs-i:last-child .breadcrumbs-i-link {
    text-decoration: none; }
.breadcrumbs-i:last-child:after {
    content: ""; }

/*------------------------ card_page ------------------------- */
/*------------------------ detail ------------------------- */
.detail {
    border-bottom: 1px solid #f2f4f5;
    margin-bottom: 25px;
    padding-bottom: 70px;
    /*------------------------ tabs ------------------------- */
    /*------------------------ prev_watched-slider ------------------------- */ }
.detail-slider {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 470px;
    border: 1px solid #f2f4f5;
    padding: 20px 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    position: relative;
}
.detail-slider .discount {
    top: 25px;
    left: 25px; }
.detail-slider .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 20px; }
.detail-slider .bx-wrapper img {
    margin: 0 auto;
    max-height: 251px; }
.detail-slider .bx-wrapper .bx-controls-direction .bx-prev, .detail-slider .bx-wrapper .bx-controls-direction .bx-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 8; }
.detail-slider .bx-wrapper .bx-controls-direction .bx-prev {
    background: #f4f5f8 url("../img/icon/nav_perw.png") no-repeat center; }
.detail-slider .bx-wrapper .bx-controls-direction .bx-next {
    background: #f4f5f8 url("../img/icon/nav_next.png") no-repeat center; }
.detail-slider #bx-pager {
    text-align: center; }
.detail-slider #bx-pager a {
    width: 90px;
    height: 75px;
    display: inline-block;
    border: 1px solid #f2f4f5;
    margin-right: 19px;
    overflow: hidden; }
.detail-slider #bx-pager a:last-child {
    margin-right: 0; }
.detail-slider #bx-pager .active {
    border: 1px solid #249dd6; }
.detail_char {
    display: inline-block;
    vertical-align: top;
    margin-right: 63px;
    margin-bottom: 30px;
    max-width: 360px;
}
.detail_char h3 {
    margin-bottom: 20px; }
.detail-min_char-table {
    width: 359px;
    border-collapse: collapse; }
.detail-min_char-table tr {
    background-color: #f2f4f4; }
.detail-min_char-table tr:nth-child(even) {
    background-color: #fff; }
.detail-min_char-table tr td {
    color: #38383a;
    font-size: 14px;
    padding: 15px;
    border-radius: 3px 0 0 3px; }
.detail-min_char-table tr td:last-child {
    color: #768b90;
    text-align: right;
    border-radius: 0 3px 3px 0; }
.detail-box_buy {
    display: inline-block;
    vertical-align: top;
    width: 286px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f4f5;
    padding: 26px 20px;
    margin-bottom: 30px;
    font-size: 14px; }
.detail-box_buy .old_price {
    font-family: "Arial MT", sans-serif;
    font-size: 16px;
    width: 100%; }
.detail-box_buy .new_price {
    margin-top: 0;
    font-size: 36px;
    width: 100%; }
.detail-box_buy .stock {
    display: block;
    color: #8abb6a;
    margin-top: 10px;
    margin-bottom: 24px; }
.detail-box_buy .btn {
    display: block;
    text-align: center;
    margin-bottom: 18px;
    height: 46px;
    line-height: 46px; }
.detail-box_buy .btn + a {
    text-align: center;
    display: block;
    color: #768b90; }
.detail-tabs-i {
    width: 25%;
    text-align: center;
    color: #249dd6;
    font-family: "glober_bold", sans-serif;
    font-size: 17px;
    border-bottom: 1px solid #f2f4f5;
    padding: 21px 0; }
.detail-tabs .ionTabs__tab_state_active {
    border-bottom: 2px solid #249dd6;
    color: #282828;
    margin-bottom: -2px; }
.detail-tabs-c .h2 {
    margin-top: 35px; }
.detail-tabs-c p {
    margin-bottom: 8px;
    color: #191919;
    font-size: 13px;
    line-height: 22px;
}
.detail-tabs-c .description {
    /* -webkit-column-count: 2; */
    /* column-count: 2; */
    /* -webkit-column-gap: 80px; */
    /* column-gap: 80px; */
}
.detail table {
    width: 100%;
    border-collapse: collapse; }
.detail table tr {
    background-color: #f2f4f4; }
.detail table tr:nth-child(even) {
    background-color: #FFF; }
.detail table tr td {
    color: #38383a;
    font-size: 14px;
    line-height: 44px;
    border-radius: 3px 0 0 3px;
    padding: 0 20px 0 11px;
    /* vertical-align: top; */
}
.detail table tr td:last-child {
    text-align: right;
    color: #768b90;
    border-radius: 0 3px 3px 0;
    line-height: 20px;
}

.prev-watched-slider {
    margin-bottom: 10px; }
.prev-watched-slider .owl-stage-outer {
    padding: 15px 0 70px; }
.prev-watched-slider .owl-prev, .prev-watched-slider .owl-next {
    position: absolute;
    top: -27px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer; }
.prev-watched-slider .owl-prev {
    background: url("../img/icon/nav_perw.png") no-repeat center #f4f5f8;
    right: 39px; }
.prev-watched-slider .owl-next {
    background: url("../img/icon/nav_next.png") no-repeat center #f4f5f8;
    right: 0; }

/*------------------------ catalog_page ------------------------- */
/*------------------------ catalog ------------------------- */
.catalog {
    border-bottom: 1px solid #f2f4f5; }
.catalog-side_bar {
    width: 226px;
    border: 1px solid #f2f4f5;
    margin-bottom: 100px; }
.catalog-side_bar .btn_view {
    color: #768b90;
    display: block;
    padding: 14px 4px 12px 7px; }
.catalog-side_bar-l {
    list-style: none; }
.catalog-side_bar-l.open .catalog-side_bar-i:nth-child(n+16) {
    display: list-item; }
.catalog-side_bar-i:nth-child(n+16) {
    display: none; }
.catalog-side_bar-i-link {
    display: block;
    padding: 14px 4px 12px 7px;
    border-bottom: 1px solid #f2f4f5; }
.catalog-side_bar-i-link:hover {
    background: #f2f4f5;
    text-decoration: underline; }
.catalog-wraper {
    width: 954px;
    padding-top: 48px;
    padding-bottom: 30px;
}
.catalog-wraper p {
    color: #191919;
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
    line-height: 22px; }
.catalog-wraper .catalog_card_product {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 18px; }
.catalog-wraper .catalog_card_product:nth-child(4n) {
    margin-right: 0; }

.plus_company .container {
    padding: 42px 0 64px; }

/*------------------------ categoria_page ------------------------- */
/*------------------------ categoria -------------------------- */
.categoria {
    padding-bottom: 58px;
    border-bottom: 1px solid #f2f4f5; }
.categoria .selecter {
    min-width: 215px;
    display: inline-block;
    margin-left: 18px;
    position: relative;
    top: 13px;
    margin-bottom: 15px;
}
.categoria .selecter .selecter-selected {
    min-width: 215px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f4f4;
    border-radius: 4px;
    color: #768b90;
    padding-left: 13px;
    padding-right: 8px; }
.categoria .selecter .selecter-item {
    color: #768b90;
    border-bottom: 1px solid #f2f4f4; }
.categoria .filter_active {
    margin-bottom: 15px; }
.categoria .filter_active-l {
    list-style: none; }
.categoria .filter_active-i {
    display: inline-block;
    border-radius: 4px;
    background-color: #e5eae8;
    margin-right: 7px;
    margin-bottom: 10px; }
.categoria .filter_active-i-link {
    color: #43484b;
    text-decoration: none;
    display: block;
    padding: 10px 14px; }
.categoria .sidebar_filter {
    width: 230px; }
.categoria .sidebar_filter-btn {
    padding: 15px;
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    font-size: 18px;
    font-family: "glober_bold", sans-serif; }
.categoria .sidebar_filter-catal {
    border: 1px solid #f2f4f5;
    margin-bottom: 22px; }
.categoria .sidebar_filter-catal-title {
    display: block;
    color: #323230;
    font-size: 22px;
    font-family: "glober_bold", sans-serif;
    padding: 15px 10px 0; }
.categoria .sidebar_filter-catal-l {
    list-style: none; }
.categoria .sidebar_filter-catal-l.open .sidebar_filter-catal-i:nth-child(n+5) {
    display: list-item; }
.categoria .sidebar_filter-catal-i:nth-child(n+5) {
    display: none; }
.categoria .sidebar_filter-catal-i-link {
    display: block;
    padding: 14px 7px 12px;
    border-bottom: 1px solid #f2f4f5; }
.categoria .sidebar_filter-catal-i-link:hover {
    background: #f2f4f5;
    text-decoration: underline; }
.categoria .sidebar_filter-items {
    border: 1px solid #f2f4f5;
    margin-bottom: 22px;
}
.categoria .sidebar_filter-items .filter_paramaters-i {
    padding: 24px 18px 27px;
    border-bottom: 1px solid #f2f4f5; }
.categoria .sidebar_filter-items .filter_paramaters-i-header {
    color: #282828;
    font-size: 15px;
    font-family: "globersemibold", sans-serif;
    margin-bottom: 10px;
    display: block;
}
.categoria .sidebar_filter-items .filter_paramaters-i .range-input {
    margin-top: 15px; }
.categoria .sidebar_filter-items .filter_paramaters-i .range-input .input_text {
    width: 68px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #e5eae8;
    /* padding: 15px 12px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
    color: #768b90;
}
.categoria .sidebar_filter-items .filter_paramaters-i .range-input .input_text:last-child {
    margin-right: 0;
    margin-left: 17px; }
.categoria .sidebar_filter-items .filter_paramaters-i .marck.open li:nth-child(n+6) {
    display: list-item; }
.categoria .sidebar_filter-items .filter_paramaters-i .marck li:nth-child(n+6) {
    display: none; }
.categoria .sidebar_filter-items .filter_paramaters-i .type.open li:nth-child(n+5) {
    display: list-item; }
.categoria .sidebar_filter-items .filter_paramaters-i .type li:nth-child(n+5) {
    display: none; }
.categoria .sidebar_filter-items .filter_paramaters-i-l {
    list-style: none; }
.categoria .sidebar_filter-items .filter_paramaters-i-l-i {
    margin-bottom: 20px; }
.categoria .sidebar_filter-items .filter_paramaters-i label {
    cursor: pointer; }
.categoria .sidebar_filter-items .filter_paramaters-i input[type=checkbox] {
    display: none; }
.categoria .sidebar_filter-items .filter_paramaters-i input[type=checkbox] + span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #e5eae8;
    border-radius: 2px;
    position: relative;
    margin-right: 14px;
    top: 5px; }
.categoria .sidebar_filter-items .filter_paramaters-i input[type=checkbox]:checked + span:before {
    content: "";
    background: url("../img/icon/check_icon.png") no-repeat;
    width: 9px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 5px; }
.categoria .sidebar_filter-items .filter_paramaters-i .btn {
    padding: 0 11px;
    cursor: pointer;
}
.categoria .sidebar_filter-items .filter_paramaters-i .btn-box {
    margin-top: 10px; }
.categoria .categoria_wraper {
    width: 954px; }
.categoria .categoria_wraper .catalog_card_product_c {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 18px; }
.categoria .categoria_wraper .catalog_card_product_c:nth-child(4n) {
    margin-right: 0; }
.page_nav-l {
    list-style: none; }
.page_nav-l .active .page_nav-i-link {
    pointer-events: none;
    background: #e5eae8;
}
.page_nav-i {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px; }
.page_nav-i-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 38px;
    height: 40px;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #e5eae8;
    border-radius: 3px;
    text-decoration: none;
    color: #768b90; }
.page_nav-i-prev, .page_nav-i-next {
    width: 88px; }
.page_nav-i .circk {
    width: 6px;
    height: 6px;
    border: 1px solid #e5eae8;
    border-radius: 50px;
    display: inline-block;
    margin-right: 2px; }

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

.ionTabs__body ul{
    margin: 15px 0px;
    padding-left: 35px;
    color: #000;
}

.ionTabs__body li{
    margin: 5px 0px;
}

.seo_text, .block-content {

    padding: 15px 0px;
}

.seo_text h2, .block-content h2{

    margin: 10px 0px;
}

.seo_text p, .block-content p {
    color: #191919;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.33px;
    margin-bottom: 25px;
}

/*------------------------ korzina ------------------------- */
/*------------------------ basket -------------------------- */
.basket-table {
    width: 1200px;
    border-collapse: collapse; }
.basket-table tr {
    border: 1px solid #f2f4f4; }
.basket-table td {
    padding: 12px 0;
    vertical-align: middle; }
.basket-table td:first-child {
    padding-left: 30px; }
.basket-table td:first-child a {
    vertical-align: top;
    line-height: 75px;
    text-decoration: none; }
.basket-table-img {
    display: inline-block;
    border: 1px solid #f2f4f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90px;
    height: 75px;
    overflow: hidden;
    margin-right: 30px; }
.basket-table-img img {
    height: 100%;
    margin: 0 auto;
    display: block; }
.basket-table thead td {
    font-size: 17px;
    color: #282828;
    font-family: "glober_bold"; }
.basket-table tfoot {
    text-align: right; }
.basket-table tfoot td {
    padding-right: 30px; }
.basket-table .calc {
    margin: 0; }
.basket-table .del {
    color: #768b90;
    font-size: 12px; }
.basket-form {
    margin-bottom: 124px; }
.basket-form div {
    margin-bottom: 16px; }
.basket-form label {
    width: 170px;
    display: inline-block;
    font-size: 14px;
    color: #282828;
    margin: 0;
    vertical-align: top;
    padding: 12px 0; }
.basket-form input {
    width: 287px;
    height: 38px;
    border: 1px solid #e5eae8;
    border-radius: 3px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px; }
.basket-form input[id=address] {
    width: 437px; }
.basket-form textarea {
    width: 437px;
    height: 88px;
    border: 1px solid #e5eae8;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px; }
.basket-form span {
    display: block;
    font-size: 14px;
    color: #282828;
    margin-bottom: 16px; }
.basket-form .pdgl {
    padding-left: 170px; }
.basket-form .btn {
    width: 289px;
    padding: 0;
    cursor:  pointer;
}

.form-orders-errors h3{
    color:#fff;
}
.form-orders-errors {
    padding: 20px;
    background: #ec3939;
    border-radius: 8px;
    color: #fff;
    margin-top: 30px;
}

.form-orders-errors ul{  list-style-position: inside;}
.form-orders-errors ul li{padding: 5px;}

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

.catalog-wraper.search-result{
    width: 100%;
}

.catalog-wraper.search-result .catalog_card_product:nth-child(4n), .catalog-wraper.search-result .catalog_card_product{
    margin-right: 12px;
}

.slider-text-h1{
    color: #3e3f41;
    font-family: "glober_bold", sans-serif;
    font-size: 30px;
    margin-bottom: 30px
}

.filter_paramaters-i .slider-range{
    margin-top: 10px;
}

::-webkit-input-placeholder {color:#e1e1e1;}
::-moz-placeholder          {color:#e1e1e1;}/* Firefox 19+ */
:-moz-placeholder           {color:#e1e1e1;}/* Firefox 18- */
:-ms-input-placeholder      {color:#e1e1e1;}


.detail-slider-wrap{
    list-style: none;
}

.detail-slider-wrap img{
    max-width: 100%;
}





.iframe-info-tov{

}

.iframe-info-tov .title{padding: 15px 0px;}

.seo_text ul{
    padding-left: 20px;
    color: #000;
}

.categoria .ch{
    display: none;
}

.categoria .view-line{}
.categoria .view-line .catalog_card_product_c{
    width: 100%;
    height: auto;
}
.categoria .view-line .catalog_card_product_c-img_box{
    display: inline-block;
    vertical-align: top;
    width: 245px;
    height: 200px;
    margin-right: 40px;
}
.categoria .view-line .ch{
    display: block;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
.categoria .view-line .catalog_card_product_c-img{}
.categoria .view-line .catalog_card_product_c-name{
}
.categoria .view-line .calc{
    display: inline-block;
}
.categoria .view-line .button{}
.categoria .view-line .button .minus{}
.categoria .view-line .button .plus{}
.categoria .view-line .price_box{
    display: block;
}
.categoria .view-line .n_price{}
.categoria .view-line .v-line-b3{
    display: inline-block;
    width: 200px;
}
.categoria .view-line .in_cart{
    display: block;
    position: initial;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}

.catalog-views{
    display: inline-block;
    text-align: left;
}

.catalog-views > div.active{
    color: #000;
}

.catalog-views > div{
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #f2f4f4;
    margin-right: 5px;
    color: #aba4a4;
    cursor: pointer;
    font-size: 17px;
    border-radius: 2px;
}

.catalog-control{
    position: relative;
    margin-bottom: 13px;
}

.catalog-control .sort{
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.categoria .existence{
    display: none;
}
.categoria .view-line .existence{
    display: block;
    color:#00aa00;
    margin-top: 12px;
}


.file-item{width: 23%;display: inline-block;margin-top: 20px;}

.file-item img{vertical-align: middle;margin-right: 7px;}

.file-item a{
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    display: block;
    text-overflow: ellipsis;
}
/* VESYSTEM_CATALOG_INDEX_CATEGORY_BUTTONS_HOVER */
.catalog-index-item {
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.catalog-index-item:hover {
    border-color: rgba(71, 196, 255, 0.95) !important;
    box-shadow: 0 6px 18px rgba(71, 196, 255, 0.26);
    background-color: #f7fcff;
    transform: translateY(-1px);
}

.catalog-index-item:hover .catalog-index-link {
    color: #1d7ea8;
    text-decoration: none !important;
}
