/*@font-face {
    font-family: 'century-gothic';
    src: url('./fonts/century-gothic.ttf') format('truetype');
}
*/
body, html{
    max-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    background: #EDEDED;
}
body.common-home header {
    margin-bottom: 0;
}
.single-choose {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.panel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common-home .owl-item img{

    width: 100%;
}
.common-home  .owl-controls {
    display: block!important;
}
.common-home  .partners .owl-controls {
    display: none!important;
}
.common-home  .owl-controls .owl-page span {
    background:green;
}
.common-home  .owl-controls .owl-page.active span {
    background: #683519;
}

.row-padding {
    padding: 0 0 20px 0;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #F5F6F7;
    border-radius: 0 30px 30px 0;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
.fa.fa-shopping-cart {
    margin-left: auto;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #000;
}
a:hover {
    color: #808080;
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
/*khrystyna*/
.link-product-desc {
    height: 60px;
    display: block;
}
.content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.tab-content li {
    list-style-type: disc;
    margin-left: 40px;
}
/*khrystyna*/
.alert-success {
    color: #000;
    background-color: #ffa31a;
    border-color: #ffa31a;
}
.alert-success a {
    color: green;
}


.btn-green {
    background: -moz-linear-gradient(90deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(28,80,12,1)), color-stop(50%, rgba(28,80,12,1)), color-stop(100%, rgba(34,134,4,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* w3c */
    color: #fff!important;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0 auto;
    border: none;
    width: auto;
    border-radius: 0;
}
.btn-green:hover {
    color: #fff!important;
    background: -moz-linear-gradient(270deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34,134,4,1)), color-stop(50%, rgba(28,80,12,1)), color-stop(100%, rgba(28,80,12,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%); /* w3c */
}


button.btn.dropdown-toggle.selectpicker.btn-default {
    background: #fff;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 2, 0.12);
    border-radius: 30px;
    border: 1px solid #a19d9d;
    color: #ffa31a;
    min-width: 150px;
    width: 100%;
}

.dropdown-menu.inner.selectpicker {
    margin-left: 0;
    border-radius: 0;
}
.bootstrap-select:not([class*=span]) {
    width: 100%;
}
.dropdown-menu.open:before,
.dropdown-menu.open:after {
    content: '';
    display: table;
}
.dropdown-menu>li>a>i {
    display: none;
}

.dropdown-menu.open:after {
    clear: both;
}

.open>.dropdown-menu {
    display: block;
    overflow: visible!important;
    padding: 0!important;
    min-height: 0!important;
}
.caret {
    position: absolute;
    right: 5px;
    top: calc(50% - 2px);
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bootstrap-select  .dropdown-menu{
    width: 100%;
    min-width: 100%;
}
.bootstrap-select  .dropdown-menu li:focus{
    outline: none;
}
.bootstrap-select  .dropdown-menu li.selected a:focus {
    outline: 1px solid #ffa31a;
}
.bootstrap-select  .dropdown-menu li a:hover{
    color: #000;
}
.product-stickers {
    position: absolute;
    top: 13px;
    left: 30px;
    text-align: left;
    border-radius: 30px;
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    resize: none;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
/*----------header----------*/
.padding-block {

}
.my-container {
    height: 500px!important;
    width: 500px!important;
}
header{
    background: #1B1B1B;
    font-size: 15px;
    padding: 0px 0;
    margin-bottom: 15px;
    width: 100%;
    position: fixed;
    z-index: 10;
    height: 75px;
    line-height: 75px;
}
body.common-home {
    height: 100%;
    min-height: 100%;
}

body.common-home header {
    margin-bottom: 0;
}
/*header .container-fluid {
    padding: 0;
}*/
ul {
    padding:0;
    margin:0;
}
li {
    list-style-type: none;
}
.main-page header{
    margin-bottom: 0px;
}

.language-group {
    position: relative;
}
.language-group .dropdown-menu {
    min-width: 120px;
}
.title-nav {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 10px auto;
}
.logo_smart.main-categories-nav .list-item:hover .link-main-category {
    background: -moz-linear-gradient(270deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34,134,4,1)), color-stop(50%, rgba(28,80,12,1)), color-stop(100%, rgba(28,80,12,1)));
    background: -webkit-linear-gradient(270deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%);
    background: -o-linear-gradient(270deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%);
    background: -ms-linear-gradient(270deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%);
    background: linear-gradient(180deg, rgba(34,134,4,1) 0%, rgba(28,80,12,1) 50%, rgba(28,80,12,1) 100%);
    color:#fff;
}
.logo_wood.main-categories-nav .list-item:hover .link-main-category {
    background: -moz-linear-gradient( 90deg, rgb( 187, 130, 21 ) 0%, rgb( 112, 91, 25 ) 100%);
    background: -webkit-linear-gradient( 90deg, rgb( 187, 130, 21 ) 0%, rgb( 112, 91, 25 ) 100%);
    background: -o-linear-gradient( 90deg, rgb( 187, 130, 21 ) 0%, rgb( 112, 91, 25 ) 100%);
    background: -ms-linear-gradient( 90deg, rgb( 187, 130, 21 ) 0%, rgb( 112, 91, 25 ) 100%);
    background: linear-gradient( 90deg, rgb( 187, 130, 21 ) 0%, rgb( 112, 91, 25 ) 100%);
    color:#fff;
}


.logo_wood{
    /*font-size: 15px;
    background: url(../image/wood.png);
    background-repeat: no-repeat;
    background-position: 95%;
    height: 100%;*/
    position: relative;
}






.button_menu_smart {
    width: calc(100% + 70px);
    height: 100%;
}
.button_menu_wood {
    width: calc(100% - 70px);
}
.logo_smart:before {
    width: 70px;
    left: 0;
}

.button_menu_header_wood {
    margin: 9px auto;
}



.logo_wood a{
    display: block;
    width: 100%;
}
.logo_wood img{
    font-size: 15px;
    margin: 36px 0 0 45px;
}
/*.button_menu_header_wood {
    font-size: 32px;
    clear: both;
    margin: 9px auto;
    width: 32px;
    height: 16px;
    background: url(../image/burger.png);
    background-repeat: no-repeat;
    display: block;
}*/
.button_menu_header_wood {
    position: relative;
    clear: both;
    margin: 9px auto;
    width: 46px;
    height: 16px;
    background: url('../image/arrow.svg') center center;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}
.button_menu_header_wood span {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
}
.menu_wood{
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    min-height: 450px;
    left: -300px;
    max-width: 300px;
    width: 300px;
    transition: 1s;
    overflow: auto;
}
.menu_wood>li>a{
    padding:5px 10px 5px 10px;
    background: rgba(255, 255, 255, 0.90);
    border-bottom:1px solid white;
    font-size: 20px;
    color: black;
}
.menu_wood>li>ul{
    padding:0 0 0 30px;
    background: rgba(255, 255, 255, 0.85);
}
.menu_wood>li>ul>li a{
    font-size:20px;
    color:black;
}
.menu_wood>li>ul>li a:hover{
    color:#ffa31a;
}
.menu_wood>li>ul{
    display:none;
}
.menu_wood>li:hover ul{
    display:block;
}
.active_wood{
    left:0;
    transition: 1s;
}
.logo_smart{
    /*font-size: 15px;
    background-image: url(../image/logo-tree-black.png);
    background-repeat: no-repeat;
    background-position: 6%;
    height: 100%;
	z-index:1;*/
    position: relative;

}

.logo_smart.active:before{
    filter: grayscale(100%);
}
.logo_smart.active .button_menu_smart {
    filter: invert(70%);
}
.logo_smart a{
    display: block;
    width: 100%;
}
.logo_smart img{
    font-size: 15px;
    margin: 36px 45px 0 0;
    float: right;
}
.button_menu_smart:before, .button_menu_smart:after {
    content:'';
    display: table;

}
.button_menu_smart:after {
    clear: both;

}
.button_menu_header_smart{
    font-size: 32px;
    clear: both;
    float: right;
    margin: 9px 87px 0;
    width: 32px;
    height: 16px;
    background: url(../image/burger.png);
    background-repeat: no-repeat;
}
.menu_smart{
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    max-height: 450px;
    width: 300px;
    right: -300px;
    text-align: right;
    transition: 1s;
    overflow: auto;
}
.menu_smart>li>a{
    padding:5px 10px 5px 10px;
    background: rgba(239, 239, 239, 0.90);
    border-bottom:1px solid rgb(222, 219, 219);
    font-size: 20px;
    color: black;
}
.menu_smart>li>ul{
    padding:0 30px 0 0;
    background: rgba(239, 239, 239, 0.85);
}
.menu_smart>li>ul{
    display:none;
}
.menu_smart>li>ul>li a{
    font-size:20px;
    color:black;
}
.menu_smart>li>ul>li a:hover{
    color:#ffa31a;
}
.menu_smart>li:hover ul{
    display:block;
}
.dropdown-menu {
    margin: 0;
    border: 1px solid transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-width:90px;

}
.language-group .dropdown-menu {
    right: 0;
}
.active_smart{
    right:0;
    transition: 1s;
}


.categories-nav::-webkit-scrollbar {
    width: 0px;
}

.categories-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.categories-nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
}

.categories-nav::-webkit-scrollbar-thumb:window-inactive {
    background: transparent;
}

img.logo_img{
    margin-left: 0;
    margin-top: 15px;
    max-width: 195px;
    width: 100%;
}

.top_header{

    padding:0;
    font-size:14px;
    color: #7B7B7B;
}

.top_header>div:nth-child(2){
    text-align: right;
}

.header_phone{
    font-weight: bold;
    color: #ffa31a;
    position: relative;
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_phone:after{
    content: " ";
    position: absolute;
    width: 1px;
    height: 23px;
    background: #C4C4C4;
    top: 25px;
    right: -15px;
}

.top_header>ul>li {
    display:inline-block;
    width:23%;
    text-align:center;
    cursor: pointer;
}
.top_header>ul>li.link-compare {
    width: 27px;
}

.top_header>ul>li.link-compare img {
    width: 100%;
}
.top_header>ul>li:hover{
    background:#dddddd;
}
.dropdown-language-list {
    position: relative;
}
.top_header>ul>li>ul.phone-list{
    width:100%;
    min-width: 150px;
    left: 0;
}
.top_header>ul>li:hover ul.phone-list{
    display:block;
}

.top_header>ul>li>ul{
    display:none;
    position:absolute;
    width:140px;
    text-align:center;
    background:white;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding:10px 0;
    z-index: 5;
}
.top_header>ul>li:hover ul{
    display:block;
}

.top_header>ul>li>ul a{
    color:black;
}
.search_header input{
    font-size: 12px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    width: 100%;

    display: block;
    margin: 0 auto;
    padding-left: 20px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    box-sizing: border-box;

}
.search_header input:focus{
    outline:none;
}
.search_header .button_search{
    font-size: 15px;
    position: absolute;
    left: 10px;
    width: 15px;
    height: 15px;
    border: none;
    background: url(../../../image/search_icon.png);
    background-repeat: no-repeat;
    box-shadow: none;
    margin-top: 0;
    outline: none;
    top: 3px;
}

.cart_header{
    background: url(../../../image/cart_icon.png) no-repeat;
    background-size: 27px;
    width: 35px;
    height: 42px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-left: -30px;
    transition:all .3s;
    filter: contrast(10);
}
.icon_menu_header.add-compare .cart_header {
    margin-left: -20px;
    transition:all .3s;
}
.icon_menu_header .compare {
    display: none;
}
.icon_menu_header.add-compare .compare {
    width: 50px;
    position: absolute;
    left: -73px;
    display: block;
}
.icon_menu_header.add-compare .compare img {
    width: 100%;
    border-right: 2px solid;
    padding-right: 10px;
    filter: invert(1) contrast(10);
}
.icon_menu_header.add-compare {
    position: relative;
}

.language-group {
    margin-top: -2px;
}
.shopping_cart_count{
    position: absolute;
    width: 100%;
    left: -3px;
    color: #ffa31a;
    font-weight: bold;
    top: -5px;
    line-height: 52px;
    font-size: 12px;
}

.menu_header ul{
    display: inline-block;
}
.search_header{
    display: inline-block;
    width: 160px;
    position: relative;
}


#form-language>.language-group> button img{
    display: none;
}

#form-language>.language-group>button span{
    color: #9C9C9C;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#form-language >.language-group>button:after{
    content: ">";
    transform: rotate(90deg);
    position: absolute;
    font-family: cursive;
    font-size: 24px;
    font-weight: lighter;
    color: #9C9C9C;
    margin-left: 5px;
    line-height: 24px;
}

.icon_menu_header>li{
    float:left;
}

.icon_menu_header>li:last-child{
    margin-right: 0;
    padding-right: 0;
    float: right;
}

.icon_menu_header>li:last-child span{
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    margin-right: 4px;
}

.icon_menu_header li a:hover span,
.icon_menu_header li button:hover span{
    color: #ffffff !important;
    transition: all .4s;
}

.menu_header ul li{
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding-left: 15px;
}
.menu_header ul li a{
    font-size: 14px;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    transition: all .4s;
}

.menu_header ul li a:hover{
    color: #808080;
    transition: all .4s;
}


.icon-header {
    width: 14px;
    margin: 0 0 5px 3px;
}
.language-btn {
    padding: 0!important;
    font-size: 16px!important;
}




.home-page-banner{
    height: 100%!important;
    max-height: calc(100% - 142px)!important;
}
.home-page-banner img{
    height: 100%!important;
    width: 100%!important;
}

/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
/*#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}*/
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
#search {

}


/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}


@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/*  menu
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
/*khrystyna*/
.cat_menu_header{
    position: relative;
}
.cat_menu_header:before{
    width: 1000%;
    top: 0;
    height: 1px;
    background: #ffa31a;
    left: -100%;
    position: absolute;
}

.cat_menu_header:after{
    width: 1000%;
    bottom: 0;
    height: 1px;
    background: #ffa31a;
    left: -100%;
    position: absolute;
}

#menu {
    min-height: 45px;
    border-radius: 0;
    line-height: 45px;
    text-align: center;

}
#menu .nav > li > a {
    color: #1B1B1B;
    padding: 0px 20px 0px 20px;
    line-height: 45px;
    box-sizing: border-box;
    height: 45px;
    font-weight: bold;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #ffa31a;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #000;/*khrystyna*/
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #ffa31a;
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
        margin-left: 0 !important;
    }
}
@media (max-width: 767px) {
    .menu_header ul li {
        /*width: 49%;*/
        padding: 10px 0;
    }
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 600px;
}





/* footer */
.wrap_mW._show_1e {
    left: 0!important;
}
.scrollup {
    width: 50px!important;
    height: 50px!important;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: fixed;
    bottom: 150px;
    right: 20px;
}
.scrollup.btn-options img {
    margin-top: calc(50% - 10px);
    width: 20px;
}
.scrollup  .fa-angle-up {
    font-size: 2em!important;
    padding: 5px;
}
.fa-angle-up:before {
    content: "\f106";
    color: green;
}


footer {
    position: relative;
    /* background: url("../image/footer-background.png")center bottom no-repeat; */
    background-size: cover;
    min-height: 200px;
    font-size: 18px;
    margin-top: 18px;
}
.footer-nav {
    margin: 10px 0;
    font-size: 20px;
    /* columns: 2; */
    /* -webkit-columns: 2;
    -moz-columns: 2;
    display: flex;
    flex-wrap: wrap;*/
}
.footer-nav p {
    color: #fff;
    margin: 0;
}
.footer-nav li {
    padding: 10px 20px;
    /*flex: 0 0 50%;*/
}
.footer-nav li a {
    color: #ffffff;
}
.footer-nav li:hover a {
    color: #ffa31a;
}
.footer-social {
    padding: 0;
}
.footer-social li {
    display: inline-block;
    padding: 0;
}

footer{
    position: relative;
}
footer:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 3px;
    background: #ffa31a;
    bottom: 95px;
}

.copy{
    float: right;
    color: #808080;
    margin-top: 8px;
}

footer .block1_soc{    margin: 0;}

footer .block1_soc li  i{
    color: #ffa31a;
    font-size: 36px;
}

footer .row:last-child{
    padding-top: 40px;
    padding-bottom: 43px;
}


footer .block1_soc li:after{
    background: #ffa31a;
}

footer {
    margin-top: 0px;
    padding-top: 30px;
    background-color: #1B1B1B;
    /* color: #e2e2e2; */
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}




.container-shadow {
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0 0 23px 0px rgba(0, 0, 2, 0.39);
    margin: 20px 0 40px;
    padding:25px 0;
}

.categories-grid {
    text-align: center;
    padding-top: 8px;
}
.sale_filter {
    font-size: 18px;
}
.sale_filter div[class*=col-] {
    padding: 0;
}
.sale_filter li {
    display: inline-block;
    padding: 0 5px;
}
.sale_filter li a {
    color: #ffa31a;
}
.sale_filter li:hover a , .sale_filter li a.active   {
    color: #000000;
}

.filter-panel-box .list-group a.active, .filter-panel-box .list-group a.active:hover, .filter-panel-box .list-group a:hover {
    color: #444444;
    background: transparent;
    border: none;
    text-shadow: none;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 8px 0 0 0;
    background: transparent;
    border: 1px solid transparent;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    /*text-shadow: 0 1px 0 #FFF;*/
    padding: 0 5px;
    position: relative;
    white-space: nowrap;

}
.breadcrumb > li  a{
    color: #ffa31a;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.breadcrumb > li:first-child  a{
    color:#000;

}
.breadcrumb > li:first-child:after {

    content: "/\00a0";
    padding: 0 5px;
    color: #000;;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: "/\00a0";
    padding: 0 5px;
    color: #0f8a06;;
}


.breadcrumb.back-calculation > li  a.continue-href {
    color: #6b6b6b;
}

.breadcrumb.back-calculation > li:after {
    display: none;
}
/* ---------------------------------------------- /*
 * Pagination
/* ---------------------------------------------- */
.pagination {
    margin: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: linear-gradient(0deg, #ffa31a 0%, #e58e0c 50%, #c37500 100%); /* w3c */
    border-color: transparent;
}

.pagination>li>a, .pagination>li>span {
    color: #ffa31a;
}

/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
/*.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ffa31a;
	background-image: linear-gradient(to bottom, #ffa31a, #ffa31a);
	background-repeat: repeat-x;
	border-color: #ffa31a #ffa31a #155003;
}*/
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff!important;
    background: -moz-linear-gradient(270deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f89406), color-stop(50%, #f89406), color-stop(100%, #ad6704)); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* ie10+ */
    background: linear-gradient(180deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* w3c */
}
.btn-primary  {
    background: -moz-linear-gradient(90deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f89406), color-stop(50%, #f89406), color-stop(100%, #ad6704)); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* ie10+ */
    background: linear-gradient(0deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* w3c */
    border-radius: 0;
    font-size: 19px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0 auto;
    border: none;
    width: auto;
    border-radius: 0;
}

#collapse-checkout-confirm .btn-primary {
    width: auto;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    /*color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;*/
    background: -webkit-linear-gradient(90deg, rgb(148 148 148) 0%, rgb(0 0 0) 100%);
    background: linear-gradient(90deg, rgb(107 104 104) 0%, rgb(0 0 0) 100%);
    color: #fff;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #808080 !important;
    border-radius: 0;
}
.btn-link:hover {
    color: #0c3e01!important;
    text-decoration:none;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin: 0 auto;
}

/* product list */


.position-btn {
    float: left;
    margin: 0 5px!important;
}

.product-thumb {
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    overflow: auto;
    width:100%;
    display: flex;
}

.product-thumb > div {
    width: 50%;
}

.type-single-page {
    padding: 0 25px;


}

.product-thumb .image {
    text-align: center;

}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    object-fit: cover;
    height: 480px;
}


.related-products.product-thumb .image img,
.viewed-product .product-thumb .image img {
    width: 90%;
    height: auto;
}
.img-category-news img {
    max-width: 100px;
}
.caption-category-news {
    margin-left: 100px!important;
    min-height: 100px!important;
}
.caption-category-news h4 {
    padding: 25px;
}
.product-grid .product-thumb .image {
    float: none;
}
.related-products.product,
.viewed-product .product {
    flex-direction: column;
}
.related-products.product-thumb > div,
.viewed-product .product-thumb > div {
    width: 100%;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
}
.product-thumb .caption p.fs-14 {
    font-size: 14px;
}

/*.viewed-product .product-description {
    height: 65px;
    overflow: hidden;
}*/
.viewed-product .product-thumb .caption {
    padding: 0 20px;
    min-height: 120px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
.image-additional-thumbnail {
    max-width: 25%;
    float: left;
}
.image-additional-thumbnail img {
    width: 100%!important;
}




@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {

    .sale-bunner img {
        width: 100%!important;
    }
    header{
        height: auto;
        position: relative;
    }
    header :after, .shopping_cart_count:after {
        clear: both;
    }
    header :before,
    header :after, .shopping_cart_count:after , .shopping_cart_count:before {
        content: "";
        display: table;
    }

    .logo_wood :after, .logo_smart:after {
        clear: both;
    }
    /*serhii*/
    .wrap_mW._show_1e {
        left: 0!important;
        width: 65px!important;
    }

    .logo_wood .list-item a , .logo_smart .list-item a{
        width: calc(100% - 40px);
        background: transparent;
        border-bottom: 1px solid transparent;
        font-size: 16px;
    }
    .logo_smart .list-item a {
        margin-left: auto;
    }
    .logo_wood .list-item {
        background: rgba(255, 255, 255, 0.90);
        border-bottom: 1px solid white;
        position: relative;
    }
    .logo_wood .menu_wood li.list-item:after{
        content:'';
        background:url('../image/up-arrow.png')center center no-repeat;
        background-size: cover;
        position:absolute;
        right:calc((40px - 15px)/2);
        top:10px;
        width:15px;
        height:10px;
        text-align:center;
        transform: rotateX(180deg);
    }


    .logo_smart .list-item {
        background: rgba(222, 219, 219, 0.90);
        border-bottom: 1px solid rgb(222, 219, 219);
        position: relative;
    }
    .logo_smart .menu_smart  li.list-item:after{
        content:'';
        background:url('../image/up-arrow.png')center center no-repeat;
        background-size: cover;
        position:absolute;
        left:calc((40px - 15px)/2);
        top:10px;
        width:15px;
        height:10px;
        text-align:center;
        transform: rotateX(180deg);
    }

    .logo_wood :before,.logo_smart:before
    .logo_wood :after, .logo_smart:after {
        content: "";
        display: table;
    }
    .logo_wood, .logo_smart {
        background: none;
    }
    .logo_smart img{
        margin: 10px 0 10px auto;
        float: none;
        display: block;
    }
    .logo_wood img {
        font-size: 15px;
        margin: 10px 0;
    }
    .button_menu_header_wood, .button_menu_header_smart {
        margin: 0 auto;
    }
    /*.menu_smart {
        margin-top: 23px;
    }
        */


    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {font-weight: bold;color: #ffa31a;font-size: 18px;margin-top: auto;margin-bottom: 10px;}

.button-block {
    /*margin: 15px 0 0 0;
    position: absolute;
    bottom: 0px;
    padding-bottom: 40px;*/
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid transparent;
    background-color: transparent;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}


/*----------home_window_4----------*/

.container-news-block {
    /* padding: 25px 8.33333333% 0 8.33333333%;
     border-top: 1px solid #959595;*/
}
.container-news-block .product-thumb {
    border: none;
    flex-direction: column;
}

.container-news-block h4{
    font-size: 24px;
    margin-bottom: 20px;
}

.container-news-block p{
    font-size: 14px !important;
}

.container-news-block button{}

.container-news-block .product-thumb > div {
    width: 100%;
}
.container-news-block .button-group {

}

.product-thumb .block-news, .product-thumb .news {
    font-size: 18px;
    margin: 0;
    /* float: left;*/
}
.product-thumb .read-next{
    overflow: initial;
}
.product-thumb .button-group.read-next button {
    background:transparent;
    font-size: 16px;
    color: #ffa31a;
    text-align: right;
    width: 100%;
    float: none;
}
.product-thumb .read-next button:hover {
    color: #444;
    background-color: #fff;
    outline: none;
}
.title-block {
    text-align: center;
    padding: 10px 0;
}
.slider_home{
    text-align: center;
    padding: 10px 0;
}
.owl-controls {
    display: none!important;
}
.owl-wrapper-outer {
    border: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
}


@media (min-width: 768px) {
    .grayscale {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .grayscale:hover {
        filter: grayscale(100%);
        -webkit-filter: grayscale(0%);
        filter: gray;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;

    }
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 15px;
    margin: 0;
}
.thumbnails > li {
    margin-left: 0;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    /*float: left;
    margin-left: 20px;*/
    display: inline-block;
    margin: auto;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/*page category-product*/
.sort-form {
    width: 100%;
    border-bottom: 1px solid #898989;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px!important;
    line-height: 1.42857143;
    background-image: none;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    outline: none;
}

.filter-panel-box {
    border: none;
    background: transparent;
}
.panel-default>.panel-heading {
    color: #ffa31a;
    background: transparent;
    border-color: transparent;
    font-size: 18px;
    text-align: center;
    padding: 30px 0 10px 0;
    text-transform: uppercase;
}
.line {
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-box-shadow: 0px -5px 25px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 25px 1px rgba(0,0,0,0.75);
    box-shadow: 0px -5px 25px 1px rgba(0,0,0,0.75);
    margin-top: 26px;
}
button.advanced-search {
    border-width: 0 0 1px 0;
    background: transparent;
    text-align: center;
    margin: 18px auto 30px;
    display: block;
    font-size: 18px;
    color: #000;
    border-color: #000;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.list-group .single-filter, .list-group .single-params {
    display: none;
}
.filter-panel-box .list-group-item {
    font-size: 18px;
    color: #000;
    border: none;
    padding: 10px 0px;
    background: transparent;

}
.list-group+.panel-footer {
    border-top-width: 0;
    background: transparent;
}
.sort-form .form-control {
    background: transparent;
}
.form-control:focus {
    border-color:transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label.control-label {
    padding: 6px 12px;
    font-size: 18px;
    min-height: 62px;
    display: flex;
    align-items: center;
}
.choose-size-door .control-label {
    display: block;
}
.choose-size-door .form-group .control-label {
    width: 70%;
    float: left;
}

.choose-size-door .form-group input {
    float: left;
    width: 30%;
}
.product {
    box-shadow: 0 0px 12px 0px rgba( 0, 0, 2, 0.48 );
    border: 1px solid #b8b6b6;
    border-radius: 30px;
    padding: 14px;
    margin: 10px 0;
    width: 100%;
    font-size: 11px;
}

.product-description,
.product-description p {
    font-size: 14px;
    height: 240px;
}

body.product-category-59 .product-description,
body.product-category-59_60 .product-description,
body.product-category-59 .product-description p,
body.product-category-59_60 .product-description p {
    font-size: 14px;
    height: 300px;
}

.product-title {
    font-size: 19.64px;
    color: #ffa31a;

}
.product-img {
    width: 50%;
    float: left;
}

.product-img img {
    width: 95%;
    object-fit: cover;
    height: 480px;
}

body:not(.product-category-59) .product-img img,
body:not(.product-category-59_60) .product-img img {
    height: 410px;
    width: 100%;
}

body.product-category-59 .product-img img,
body.product-category-59_60 .product-img img {
    height: 480px;
    /*	width: 95%;*/
}

.product-category-174_93 .product-img img {
    height: auto;
}

.product-info {
    /*width: 50%;*/
    padding-right: 10px;
    /*height: 100px;*/
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-info p {
    /*overflow: visible;*/
}

.block-product-title {
    width: auto;
    float: none;
}
.product-info .title {
    width: 95px;
    float: right;
    padding: 0 5px;
    color: #000;
}
.product-info p {
    margin-bottom: auto;
    clear: both;
    /*float: left;*/
}

.product-info .values.type-tree, .product-info .values.type-window {
    width: 100%;
    float: left;
}
.product-info .title.type-tree, .product-info .title.type-window {
    width: 100%;
    padding-bottom:5px;
}




.smart_category .product-info {
    width: auto;
    float: none;
}

.smart_category .product-info .title {
    width: auto;
    float: none;
}
.smart_category .product-img {
    width: 90%;
    float: none;
    margin: 0 auto;

}
.smart_category  .product-info p:not(.price) {
    display: none;
}
.smart_category  .product-info p {
    float: none;
}
.smart_category  .buy-product {
    margin: 0;

}
.smart_category  .rating {
    display: none;
}
.product-info .value-title-product {
    color: #ffa31a;
    text-transform: uppercase;
}
.product-info .values {
    width: calc(100% - 95px);
    float: right;
    color: #643e26;
}
.product-info .values.value-title-product {
    color: #ffa31a;
    text-transform: uppercase;
}
.product-info .type-window li {
    font-size: 10px;
    margin: 0;
    width: 20%;
    float: right;
    text-align: center;
}
.product-info .type-window li img {
    box-shadow: 0 0 13px 0 rgba(0,0,2, 0.54);
    display: block;
    margin: 0 auto;
}
.product-info .type-window li img.active {
    border: 2px solid green;
}
.type-tree li{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(255,255,255,1)), color-stop(99%, rgba(216,216,216,1)), color-stop(100%, rgba(215,215,215,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    margin-bottom: 2px;
    padding: 3px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.type-tree li > span {
    text-transform: uppercase;
}
.type-tree li .wood_name {
    padding-right: 24px;
    position: relative;
}
.type-tree img {
    width: 11px;
}

.type-tree li:nth-child(1)  .wood_name:before, .type-tree li:nth-child(2)  .wood_name:before , .type-tree li:nth-child(3)  .wood_name:before , .type-tree li:nth-child(4)  .wood_name:before  {
    position: absolute;
    content: '';
    height: 21px;
    width: 14px;
    right: 0;
    top: 7px;
}
.type-tree li:nth-child(1)  .wood_name:before {
    background: url(../image/pine.png) no-repeat;
    background-size: 14px 21px;
}
.type-tree li:nth-child(2)  .wood_name:before {
    background: url(../image/alder.png) no-repeat;
    background-size: 14px 21px;
}
.type-tree li:nth-child(3)  .wood_name:before {
    background: url(../image/oak.png) no-repeat;
    background-size: 14px 21px;
}
.type-tree li:nth-child(4)  .wood_name:before {
    background: url(../image/yasen.png) no-repeat;
    background-size: 23px 21px;
}





.type-tree li .price {
    float: left;
    width: 60%;
    text-align: left;
    color: #ffa31a;
    font-weight: normal;
    font-size: 11px;
}







.buy-product {
    background-image: -moz-linear-gradient( 90deg, rgb( 34, 134, 4 ) 0%, rgb( 28, 80, 12 ) 100%);
    background-image: -webkit-linear-gradient(90deg, #ffa31a 0%, #fe9903 100%);
    color: #1B1B1B;
    text-transform: uppercase;
    padding: 5px 12px;
    /* margin: 0 0 0 90px;*/
    margin: 0;
    border: none;
    float: right;
    width: auto!important;
    border-radius: 0;
}
.buy-product:hover {
    background-image: -moz-linear-gradient( 90deg, rgb( 28, 80, 12 ) 0%, rgb( 34, 134, 4 ) 100%);
    background-image: -webkit-linear-gradient(90deg, #f5d4a4 0%, #ffa31a 100%);
    color: #1B1B1B;
}
.buy-product:focus {
    color: #fff;
    text-decoration: none;
}
.additional-options {
    float: left;
    margin-right: 20px;
}
.additional-options .social {
    right: 40px;
}
/*.additional-options img {
    border: 1px solid #b8b6b6;
    box-shadow: 0px 0px 16px 1px rgba(0,0,2,.3);
    border-radius: 25px;
    width: 27px;
    height: 27px;
    margin: 0 5px;
}
/*page product-single*/
.tabs
{
    border: none;
    width: 100%;
    list-style: none;
    margin: 0 20px;
    padding: 0;
}

.tabs li
{
    margin: 0;
    padding: 0;
    display: inline-block;
}

.tabs>li>a {
    -moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 2, .48);
    background-color: transparent;
    color: #b8b6b6;

    padding: 0 48px;
    text-decoration: none;
    border-radius: 17px 17px 0 0;
    border: 1px solid #b8b6b6;
    font-size: 18px;
    border-bottom: 1px solid transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: transparent;
    color: #333;
    position: relative;
}
.nav-tabs>li.active>a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    bottom: -3px;
    left: 0;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.content{
    box-shadow: 0 0 3px rgba(0, 0, 2, .48);
    background: #fff;
    color: #000;

    padding: 0 48px;
    text-decoration: none;
    border-radius: 17px;
    border: 1px solid #b8b6b6;
    padding: 30px;
}
.product-single-characteristic-tree {
    padding: 10px 1px 30px 1px;
    margin-bottom: 10px;
}
.shadow-border {
    box-shadow: 0 0px 6px 0px rgba( 0, 0, 2, 0.5 );
    border: 1px solid #b8b6b6;
    border-radius: 30px;

}

.flag_on {
    background: url(../image/tree1.png) center center no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 13px;
    height: 23px;
    display: inline-block;
}
.flag_off{
    background: url(../image/tree2.png) center center no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 13px;
    height: 23px;
    display: inline-block;
}
.flag_on, .flag_off{
    margin: 0 3px;
}

.prev-products a {
    color: #6b6b6b;
    font-size: 19px;
}

.prev-products .fa {
    margin-right: 5px;
}
.breadcrumb.prev-products > li:first-child:after, .breadcrumb.prev-products > li:after{
    content: '';
    display: none;
}
.breadcrumb > li:after {
    content: "/\00a0";
    padding: 0 5px;
    color: #0f8a06;
}
.block-wood-attribute {
    padding-right: 14px;

}
.wood-attribute-name {
    font-size: 18px;
    padding: 0;
}
.wood-attribute {
    text-align: center;
}
.thumbnail.shadow-border {
    margin: 25px 20px;
}
a.thumbnail.shadow-border.active, a.thumbnail.shadow-border:focus, a.thumbnail.shadow-border:hover {
    border-color: red;
}
.product-single {
    padding: 20px 0;
}
.product-single-atributes{
    border-radius: 30px;
    background-color: rgb( 174, 172, 172 );
    box-shadow: inset 0 0 23px 3px rgba(0, 0, 2, 0.3);

}
.product-single-atributes:after{
    clear: both;
}

.product-single-atributes:before,
.product-single-atributes:after{
    content: "";
    display: table;
}

.product-single-buy {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb( 34, 134, 4 ) 0%, rgb( 28, 80, 12 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 34, 134, 4 ) 0%, rgb( 28, 80, 12 ) 100%);
    border-radius: 0;
    color: #fff;
    padding: 5px 15px;
    margin: 1px 1%;
    border: none;
    width: 98%;
}

#button-recalculate {
    max-width: 200px;
    margin: 10px auto;
}
.product-single-buy:hover {
    background-image: -moz-linear-gradient( 90deg, rgb( 28, 80, 12 ) 0%, rgb( 34, 134, 4 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 28, 80, 12 ) 0%, rgb( 34, 134, 4 ) 100%);
}
/*button search-options*/
.btn-view {
    background-image: -moz-linear-gradient( 90deg, rgb( 187, 130, 21 ) 0%, rgb( 112, 91, 25 ) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(75 75 75) 0%, rgb(0 0 0) 100%);
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 1px 1%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.one-click-button .btn-view {
    width: 98%;
}
.panel-footer .btn-view {
    width: auto;
}
.btn-view:hover {
    background-image: -moz-linear-gradient( 90deg, rgb( 112, 91, 25 ) 0%,rgb( 187, 130, 21 ) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0 0 0) 0%, rgb(167 167 167) 100%);
}
.btn-success.focus, .btn-success:focus, .btn-success:active:focus, .btn-warning.focus, .btn-warning:focus .btn-warning:active:focus{
    outline: none;
}

.choose-size-door h3 {
    margin-top: 0;
}
.product-single-price {
    /* padding-top: 55px; */
    color: #ffa31a;
    text-align: center;
    font-size: calc(20px + (23 - 20) * ((100vw - 300px) / (1600 - 300)));


}
.col-md-1.col-md-push-1 {
    padding: 0;
}
.block-enter-width {
    padding-bottom: 20px;
}
.choose-size-door h3 {
    margin: 0 0 40px 0;
}
.enter-width {
    font-size: 18px;
    text-align: center;
}
.badge {
    min-width: 10px;
    padding: 7px 3px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 10px;
}
.badge.active {
    background-image: -moz-linear-gradient( 90deg, rgb( 28, 80, 12 ) 0%, rgb( 34, 134, 4 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 28, 80, 12 ) 0%, rgb( 34, 134, 4 ) 100%);
}

.product-single-title {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(255,255,255,1)), color-stop(99%, rgba(216,216,216,1)), color-stop(100%, rgba(215,215,215,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(216,216,216,1) 99%, rgba(215,215,215,1) 100%);
    margin-bottom: 20px;
    position: relative;
}


#col_pine_wood_type .product-single-title:before, #col_alder_wood_type .product-single-title:before, #col_oak_wood_type .product-single-title:before, #col_ash_wood_type .product-single-title:before {
    position: absolute;
    content: '';
    height: 42px;
    width: 26px;
    left: 0;
    top: -3px;
}
#col_pine_wood_type .product-single-title:before {
    background: url("../image/pine.png") no-repeat;
    background-size: 26px 42px;
}
#col_alder_wood_type .product-single-title:before {
    background: url("../image/alder.png") no-repeat;
    background-size: 26px 42px;
}
#col_oak_wood_type .product-single-title:before {
    background: url("../image/oak.png") no-repeat;
    background-size: 26px 42px;
}
#col_ash_wood_type .product-single-title:before {
    background: url("../image/yasen.png") no-repeat;
    background-size: 43px 42px;
}
.product-single-title h3 {
    text-align: center;
    text-transform:uppercase;
    font-size: 30px;
    color: #643e26;
}
/*large*/
@media screen and (min-device-width: 1400px) and (max-device-width: 2600px) {
    .product {
        font-size: 18px;
    }
    .product-description {
        height: 240px;
    }

    body.product-category-59 .product-description,
    body.product-category-59_60 .product-description,
    body.product-category-59 .product-description p,
    body.product-category-59_60 .product-description p {
        height: 300px;
    }

    .product-single-img img {
        /* width: 80%;
         height: 450px;*/
    }
}



/*----------pop up----------*/

.fon_pop_up, .fon_pop_up1  {

    position: fixed;
    height: 100%;
    width: 100%;
    top: 0.00001px;
    background-color: rgba(18, 18, 18, 0.8);
    z-index: 1;
    display: none;
}
.fon_pop_up.is-visible, .fon_pop_up1.is-visible {

    display: block;
}

.pop_up {

    position: fixed;
    background: #fff;
    text-align: center;
    width: 300px;
    top: calc((100% - 400px)/2);
    z-index: 2;
    left: calc((100% - 300px)/2);
    display: none;
    height: 400px;
    overflow-y: auto;
}
.pop_up1 {

    position: fixed;
    background: #fff;
    text-align: center;
    width: 70%;
    top: 50%;
    z-index: 2;
    left: 50%;
    display: none;
    height: 50%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
}
.pop_up.is-visible,.pop_up1.is-visible {

    display:block;
}


.pop_up .popup-close,.pop_up .popup-close1  {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}


/* Let's get this party started */

.pop_up.is-visible::-webkit-scrollbar {
    width: 6px;
}


/* Track */

.pop_up.is-visible::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* Handle */

.pop_up.is-visible::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: green;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/*.pop_up.is-visible::-webkit-scrollbar-thumb::window-inactive {
  background: rgba(255, 0, 0, 0.4);
}*/

.mail-form {
    color: #000;
    font-size: 18px;
    padding: 10px 0;
}
.mail-form legend {
    border: none;
    color: #000;
}
.mail-form input {
    width: calc(100% - 20px);
    margin-bottom: 20px;
}
.mail-form textarea {
    background-color: #fff;
    width: calc(100% - 20px);
    height:100px;
    resize:none;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    font-size: 12px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    font-size: 12px;
}
.mail-form input[type="submit"] {
    background-color: rgb( 18, 169, 14 );
    border: none;
    border-radius: 0;
    display:block;
    margin: 5px auto;
    max-width: 205px;
    padding: 5px 0;
}



/* ---------------------------------------------- /*
 * checkout
/* ---------------------------------------------- */

.title_checkout{
    font-size: 24px;
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
    padding: 20px 0;
    -moz-box-shadow: inset 0px 0px 10px -25px rgba(0, 0, 0, 0.39), inset 0px -17px 26px -27px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: inset 0px 0px 10px -25px rgba(0, 0, 0, 0.39), inset 0px -17px 26px -27px rgba(0, 0, 0, 0.39);
    box-shadow: inset 0px 0px 10px -25px rgba(0, 0, 0, 0.39), inset 0px -17px 26px -27px rgba(0, 0, 0, 0.39);
}
.table-bordered {
    border: 1px solid transparent;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid transparent;
}
.product_one_checkout:nth-child(2n) {
    background: #e6e2e2;
}
.plus_one_product{
    background: #00470c;


}
.minus_one_product{
    background: #f24841;
}
.delete_one_product{
    background: #c6c6c6;
}
.delete_one_product, .minus_one_product, .plus_one_product {
    font-size: 18px;
    height: 33px;
    width: 33px;
    margin: 0 2px;
    border-radius: 50%!important;
    border: none!important;
    box-shadow: none!important;
    text-align: center;
    line-height: 0;
    color: white;
    padding: 0;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    outline:none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 1px solid yellowgreen;
}
.count_input{
    font-size: 18px!important;
    width: 77px!important;
    height: 33px;
    border-radius: 56px!important;
    border: 1px solid #ccc;
    text-align: center;
}
.count_one_product_checkout{

}
.total_price_product_checkout, .price_one_product_checkout {

    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.text-middle {
    display: table-cell;
    vertical-align: middle!important;
}



.total_price {
    font: 300 24px/1.6 'century-gothic', sans-serif;
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
    color: #000;
}
.continue-href {
    color: #6b6b6b;
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.additional-options-cart {
    float: left;
    position: relative;
}

.name_one_product_checkout, .model_one_product_checkout{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.model_one_product_checkout{
    font-size: 18px;
    padding: 5px;
}
button:focus {
    outline: none;
}
.social {
    position: absolute;
    right: -30px;
    transform-origin:50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform:scale(0) translateY(-190px);
    -o-transform:scale(0) translateY(-190px);
    transform:scale(0) translateY(-190px);
    opacity:1;
    background: #fff;
    border: 1px solid #b8b6b6;
    border-radius: 7px;
    padding: 2px 7px;
    box-shadow: 0px 0px 16px 1px rgba(0,0,2,.3);
    z-index: 2;
}
.social ul {
    position:relative;
    left:0;
    right:0;
    margin:auto;
    color:#fff;
    height:45px;
    width:100px;
    padding:0;
    list-style:none;
}

.social ul li {
    background: #000;
    cursor: pointer;
    width: 45px;
    margin: 0 1px;
    padding: 8px;
    text-align: center;
    display: inline-block;
    height: 45px;
}
.social ul li img {
    width: 100%;
    margin: auto;

}
.social ul li:first-child:hover{
    background: #3a559f;

}
.social ul li:nth-child(2):hover {
    background: #7b519c;
}
.social ul li:last-child:hover {
    background: #44678d;
}
.social.open {
    opacity:1;
    -webkit-transform: scale(1) translate(30px);
    -moz-transform:scale(1) translate(30px);
    -o-transform:scale(1) translate(30px);
    transform: scale(1) translate(30px);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.social li.gplus,
.social li.vk {
    display: none;
}
.btn-options {
    width: 37px;
    height: 37px;
    border: 1px solid #b8b6b6;
    box-shadow: 0px 0px 16px 1px rgba(0,0,2,.3);
    background: #fff;
    border-radius: 50%;
    padding: 0;

}
.btn-options img {
    width: 16px;
    display: block;
    margin: 0 auto;
}
.button_checkout {
    margin: 0 0 0 30px;
    font-size: 20px;
}
.additional-options-cart .download {
    display: block;
    float: left;
}
.additional-options-cart .download img {
    width: 80%;

}


/* ---------------------------------------------- /*
 * prefooter
/* ---------------------------------------------- */
.banner {
    min-height: 200px;
    font-size: 18px;
    position: relative;
    margin: 30px 0 0 0;
    overflow: hidden;
}
.banner img {
    height: 100%;
    width: 100%;
}
.banner .info a {
    font-size: calc(30px + (48 - 30) * ((100vw - 300px) / (1600 - 300)));
    color: rgb(255,255,255);
    text-align: center;
    text-shadow: -2px -1px 9px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}






/* ---------------------------------------------- /*
 * tab home
/* ---------------------------------------------- */
.home_window_2 div[class*=col-] {
    padding: 0;
}

.larg-tab {
    float: left;
    height: 293px;
    position: relative;
    width: 100%;
}

.small-tab-col-1{
    float: left;
    height: 148px;
    position: relative;
    width: 50%;
}
.small-tab{
    float: left;
    height: 157px;
    position: relative;
    width: 50%;
}
.larg-tab-col-2{
    float: left;
    height: 420px;
    position: relative;
    width: 100%;
}
.hover {
    position: relative;
}
.tab-hover {
    overflow: hidden;
}
/*.tab-hover img {
    width: 100%;
    min-height: 100%;
	height: auto;
}*/
.tab-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: contain;
    -ms-object-fit: contain;
    -moz-object-fit: contain;
    -webkit-object-fit: contain;
}
.tab-hover .title-tab {
    margin-left: 0;
    position: absolute;
    width: auto;
    bottom: 50px;
    padding: 5px 10px;
    margin-bottom: 0;
    background: rgba(224,220,219,0.8);
    border-radius: 0 15px 15px 0;
    color: #fff;
    color: #000;
    font-weight: bold;
    bottom: 0;
    border-bottom-right-radius: 0;
    padding: 11px 52px;
    left: 1px;
    transition: all .4s;
}

.tab-hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.tab-hover .overlay {
    width: 100%;
    height: 100%;

}


.tabs0 a:hover .title-tab{
    transition: all .4s;
    background: rgba(224,220,219,1);
}




.product-thumb.news-thumb {
    border-bottom: 1px solid #959595;

}

/* ---------------------------------------------- /*
 * product single
/* ---------------------------------------------- */

.pop-up-type {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0,0,2, .4);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    margin: 2px 0;
}
.select-type {
    width: 40px;
}

.select-type img {
    width: 90%;
}
.pop-up-type li {
    width: 40px;
    height: 40px;
    display:inline-block;
}

.pop-up-type li img {
    width: 100%;
}

/*.product-block-img img {
	width: 50%;
}*/

.product-block-img img {
    width: 50%;

}
.thumbnail:after {
    clear: both;
}
.thumbnail:before,
.thumbnail :after{
    content: "";
    display: table;
}
.product-single-img {
    padding: 25px 0 0 0;
    margin-left: 0;
}
.product-single-img img {
    padding: 10px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #fff;
    border: none;
    outline: none;
}
.thumbnail {
    border: none;
}
.window-types-list {
    padding-top: 30px;
    clear: none;
}
.window-types-list img{
    width: 45px;
    /*height: 90px;*/
    box-shadow: 0 0 13px 0 rgba(0,0,2, 0.54);

}
/*#product {
    margin-top: 30px;
}*/
.product-single-atributes{
    border-radius: 30px;
    background-color: rgb( 174, 172, 172 );
    box-shadow: inset 0 0 23px 3px rgba(0, 0, 2, 0.3);
    max-width: 64%;
    padding-bottom: 15px;
}
.product-single-atributes .form-group {
    width: 24.4%;
    float: left;
    margin: 0 0.3%;
    position: relative;
}
.product-single-atributes .form-group:last-child {
    width: 70%;
}
.form-group select, .choose-size-door input {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 2, 0.12);
    border-radius: 30px;
    border: 1px solid #a19d9d;
}

button.btn.dropdown-toggle.selectpicker.btn-default img {
    width: 40px;
}
.dropdown-menu>li>a img {
    width: 60px;
    margin-left: 10px;
}
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff);
    border: 1px solid rgb( 28, 80, 12 );
}
li.selected {
    outline: none;
}
/*.choose-size-door .form-group {
	width: 60%;
}*/
/*select-checkbox */

.select-checkbox {
    margin-right: 8px;
    /*width: calc(32% - 8px);*/
    width: calc(49% - 8px);
}
/*.single-choose.color .select-checkbox {
    width: auto;
}*/
.single-choose.color p {
    display: none;
}
.select-checkbox input[type="checkbox"] {
    display:none;
}

.select-checkbox input[type="checkbox"] + span {
    /* display:inline-block;
    margin-right: 5px;*/
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    /*width: 27px;
    height: 27px;*/

    width: 40px;
    height: 40px;

    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 2, 0.12);
    border: 1px solid #a19d9d;
}
.select-checkbox p {
    text-align: center;
    height: 34px;
    margin: 0;
    font-size: 12px;
    overflow: hidden;
}
.select-checkbox input[type="checkbox"]:checked + span{
    background-color: #ffa31a;
}
.select-checkbox input[type="checkbox"] + span,
.select-checkbox input[type="checkbox"]:checked + span {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 2, 0.12);
    border: 1px solid #a19d9d;
    -webkit-transition:background-color 0.3s linear;
    -o-transition:background-color 0.3s linear;
    -moz-transition:background-color 0.3s linear;
    transition:background-color 0.3s linear;
}

.single-choose .select-checkbox input[type="checkbox"] + span{
    border: 1px solid #a19d9d;
    border-radius: 10px;
}

.single-choose .select-checkbox input[type="checkbox"]:checked + span {

    border: 2px solid #ffa31a;
    -webkit-transition:border 0.3s linear;
    -o-transition:border 0.3s linear;
    -moz-transition:border 0.3s linear;
    transition:border 0.3s linear;
    border-radius: 10px;
}
/*radio*/
.single-choose img{ /* IMAGE STYLES */
    cursor:pointer;
    /*height: 85px;*/
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}
.single-choose .select-checkbox input[type="checkbox"] + img{
    border: 2px solid #a19d9d;
}

.single-choose .select-checkbox input[type="checkbox"]:checked + img {

    border: 5px solid #ffa31a;
    -webkit-transition:border 0.3s linear;
    -o-transition:border 0.3s linear;
    -moz-transition:border 0.3s linear;
    transition:border 0.3s linear;
}





.block-radio {
    float: left;
    margin: 0;
    max-width: 25%;
}
/*.form-group :after {
  clear: both;
}

.form-group :before, .form-group :after{
  content: "";
  display: table;
}*/
.block-radio+.block-radio{
    margin: 0;
}
.select-radio {
    padding-left: 15px;
}
/*serhii display:none!important; zabratu*/
.select-radio input[type="radio"] {
    display: none!important;
}

.select-radio img{ /* IMAGE STYLES */
    cursor:pointer;
    height: 40px;
    max-width: 40px;
    border-radius: 10px;
}

.window_type_key_radio .select-radio img{
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 4px solid transparent;
    border-radius: 0;
}
.select-radio input[type="radio"]:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
    border: 4px solid rgb( 34, 134, 4 );
    position: relative;
}

.select-radio input[type="radio"]:checked + img + p{
    color: rgb( 34, 134, 4 );
    font-weight: bold;
}

.block-radio.window_type_key_radio{
    width: 20%;
    text-align: center;
}

.block-radio.window_type_key_radio label{
    padding-left: 10px;
    padding-right: 10px;
}



.select-radio input[type="radio"]:after:checked + img {
    content:"";
    position:absolute;
    z-index:-1;
    bottom:10px;
    right:10px;
    width:40px;
    height:40px;
}

.select-radio p {
    padding: 10px 5px;
}




/* ---------------------------------------------- /*
 * product related
/* ---------------------------------------------- */

.related-products  .rating {
    display: none;
}
.related-products  .rating .caption {
    padding: 0;
}


/* ---------------------------------------------- /*
 * account form :not(':input[type=submit]')
/* ---------------------------------------------- */

.account-form  input, .account-form select, .account-form textarea, .panel-group input, .panel-group textarea, .panel-group select{
    width: 64%;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 2, 0.12);
    border-radius: 30px;
    border: 1px solid #a19d9d;
    padding: 5px 10px;
    margin: 3px 0;
}
/* ---------------------------------------------- /*
 * search product
/* ---------------------------------------------- */
.search.account-form input, .search.account-form textarea {
    width: auto;
}
.search .product-thumb .button-group button {
    display: block;
    float: none;
    margin: 0 auto;
}



input[type="checkbox"], input[type="radio"], .pull-right input[type="button"] {
    width: auto;
}
.account-form input[type="button"], .panel-group input[type="button"] {
    border-radius: 0;

}
.radio input[type="radio"] {
    background-color: #ddd;
    background: -moz-linear-gradient(90deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* ff3.6+ */
    background: -webkit-linear-gradient(90deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* ie10+ */
    background: linear-gradient(0deg, #f89406 0%, #f89406 50%, #ad6704 100%); /* w3c */
    border-radius: 10px;
    border: none!important;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    min-height: auto!important;
    margin-right: 5px;
    position: relative;
    padding: 0!important;
    width: 15px;
    -webkit-appearance: none;
    outline: none;
}
input[type="radio"]:after {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 13px;
    left: 1px;
    position: relative;
    top: 1px;
    width: 13px;
}
input[type="radio"]:checked:after {
    background-image: -moz-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    background-image: -webkit-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);

}
.list-oreder {
    font-size: 18px;
}
.list-oreder:nth-child(2n) {
    background: #d1d1d1!important;
}


.account-form  input[type=submit]{
    width: auto;
    border-radius: 0;
}
.account-form  .form-group:before, .account-form  .form-group:after {
    content: "";
    display: block;
}
.green-title {
    color: #ffa31a;
    font-size: 24px;
}
.border-bottom {
    border-bottom: 1px solid rgba(0,0,2,.1);
    height: 60px;
    text-align: center;
    padding: 0 22px;
    font-size: 18px;
}
.adreses-book:nth-child(2n) {
    background: #d1d1d1!important;
}
.list-address {
    font-size: 18px;
    border: none;
    border-radius: 0;
    box-shadow: none;

}
.list-address:first-child {
    color: #0f8a06;
}

.account-list {
    font-size: 16px;
}

.account-list a {
    color: #000;
    border: none;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.account-list a:hover {
    color: #000;
    border: none;
    background: #fff;
}

.account-list a.active, .account-list a.active:focus,.account-list a.active:hover  {
    color: #0f8a06;
    background: #fff;
    border-color: #fff;
}

.account-list h3 {
    font-size: 24px;
    margin-bottom: 30px;


}
.button-cancel{
    font-size: 18px;
    padding: 5px;
    color: #aeaead;
}
.button-cancel:focus, .button-cancel:hover {
    color: #000;
    outline: none;
}

.button-cancel:hover {
    color: #333;
}
.mobile-filter {
    display: none;
}
.table-bordered>thead>tr>td {
    border-bottom: 1px solid rgba(0,0,2,.1);
}



/* ---------------------------------------------- /*
 * sale all
/* ---------------------------------------------- */
.sale-page div[class*=col-] {
    padding: 0 9px;
}
/*.sale-shadows {
    -moz-box-shadow: inset 0px 25px 25px -25px rgba(0, 0, 2, 0.39), inset 0px -25px 25px -25px rgba(0, 0, 2, 0.39);
    -webkit-box-shadow: inset 0px 25px 25px -25px rgba(0, 0, 2, 0.39), inset 0px -25px 25px -25px rgba(0, 0, 2, 0.39);
    box-shadow: inset 0px 25px 25px -25px rgba(0, 0, 2, 0.39), inset 0px -25px 25px -25px rgba(0, 0, 2, 0.39);
}
*/

.sale_container {

    margin-top: 30px;
    margin-bottom: 30px;
}
.categories-grid {
    text-align: center;
    padding-top: 30px;
}
.sale_filter {
    font-size: 18px;
}
.sale_filter div[class*=col-] {
    padding: 0;
}
.sale_filter li {
    display: inline-block;
    padding: 0 5px;
}
.sale_filter li a {
    color: #ffa31a;
}
.sale_filter li:hover a , .sale_filter li a.active   {
    color: #000000;
}
.sale_filter li:first-child {
    /*text-transform: uppercase;*/
}
.sale_item.work-grid img {
    width: 100%;
}

.sale-box {
    position: relative;
    margin: 30px 0;
}

.sale-box img {
    width: 100%;
}
.sale-box::before {
    content: '';
    position: absolute;
    top: -30px;
    height: 60px;
    width: 60%;
    background-color: rgba( 34, 134, 4, 0.702 );
    box-shadow: 0px 0px 5px 0px rgb( 0, 0, 2 );
    margin: 0 20%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border-radius: 30px;
    padding: 10px;
}
.sale-box {
    box-shadow: 0px 0px 5px 0px rgb( 0, 0, 2 );
    border-radius: 0 0 30px 30px;
}
.sale-info {
    font-size: 14px;
    position: relative;
}
/*.sale-info:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    top: -5px;
    background: #fff;
    z-index: 2;
}
*/
.sale-info:after {
    clear: both;
}

.sale-info:before,
.sale-info:after {
    content: "";
    display: table;
}


.sale-timer {
    width: 38%;
    margin: 5px 1%;
    border-radius: 30px;
    padding: 30px 0;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 0px 5px 0px rgb( 0, 0, 2 );
    position: absolute;
    top: 50%;
    top: 50%;
    left: 0;
    transform: translate(0%, -55%);
    color: #ffa31a;
    font-size: 17px;
    text-align:center;
}
.sale-timer .secondWord{

    color: #ffa31a;
    font-size: 60px;
    text-align: center;
}


.timer-block {
    display: flex;
    align-items: center;
    justify-content: center;

}
.titloftimer {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
    text-align: center;
    color: #000;
    margin-bottom: 35px;
}
#timer{
    text-align: center;
}


#timer span  {
    border-radius: 30px;
    background-image: -moz-linear-gradient( 90deg, rgb( 34, 134, 4 ) 0%, rgb( 28, 80, 12 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 34, 134, 4 ) 0%, rgb( 28, 80, 12 ) 100%);
    font-size: 50px;
    color: #fff;
    padding: 5px 20px;
    margin: 0 5.5px;
    position: relative;
    font-size: 60px;
    font-size: calc(20px + (60 - 20) * ((100vw - 300px) / (1600 - 300)));
    text-align: center;
    width: 100px;

}

#timer span:last-child {
    background-image: -moz-linear-gradient( 90deg, rgb( 134, 68, 4 ) 0%, rgb( 80, 66, 12 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 134, 68, 4 ) 0%, rgb( 80, 66, 12 ) 100%);

}
#timer span b {
    position: absolute;
    top:  100%;
    color: #000;
    font-size: calc(14px + (30 - 14) * ((100vw - 300px) / (1600 - 300)));
    left: 0;
    right:0;
    text-align: center;
    font-weight: 300;
}

.sale-inside-img {
    position: relative;
}
.sale-inside-img img {
    width: 100%;
}
.img-info {
    position: absolute;
    bottom: 50px;
    left: 15px;
    width: 100%;
    text-align: left;
}
.img-info h3 a{

}
.img-info h3::before {
    content: '';
    background: #000;
    height: 1px;
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.text_one_sale{
    content: '';
    position: absolute;
    top: -30px;
    height: 60px;
    width: 60%;
    background-color: rgba( 34, 134, 4, 0.702 );
    box-shadow: 0px 0px 5px 0px rgb( 0, 0, 2 );
    margin: 0 20%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border-radius: 30px;
    padding: 10px;
}




.sale-title {
    width: 60%;
    float: right;
    max-height: 200px;
    overflow: hidden;
    margin: 20px auto;
    padding-left: 10px;
    padding-right: 10px;
}
.sale-title .date-sale {
    color:#a1a1a1;
}
.sale-title p {
    color:#000!important;
    margin: 10px 0!important;
    font-size: 14px!important;
}



.selectpicker:focus {
    outline: none;
}

.selectpicker {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 2, 0.12);
    max-width: 70%;
    margin-left: 5%;
    border-radius: 30px;
    border: 1px solid #a19d9d;
    padding: 5px 10px;
}

.hida:before {
    content: '';

}
.hida p{
    margin: 0;
    font-size: 12px;
}

.selectpicker option {
    width: 70%;
    margin-left: 5%;
    background: #e8e8e8;

}
.selectpicker option.active {
    background: red;

}
.dropdownlist .select-checkbox {
    width: auto;
}
.dropdownlist label p:hover{
    color: #ffa31a;
}
.dropdownlist label {
    display: block;
}

.dropdownlist label span {
    display: none!important;
}

.dropdownlist label p {
    font-size: 16px;
    text-align: center;
    margin: 0;
}



.my-container{

    display: none;
    width: 250px;
    height: 250px;
}



@media print{
    .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
        border:thin solid red;
        width: 170px;
        border-collapse: collapse
    }
}
.sale-banner img {
    width: 50%!important;
    float: left;
}





/* ---------------------------------------------- /*
 * gallery
/* ---------------------------------------------- */

.categories-grid {
    padding-top: 15px;
}
.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-item {
    border-radius: 30px;
    position: relative;
    padding: 3px;
    overflow: hidden;
    margin: 12px 0;
}

.gallery-item img {
    box-shadow: 0 0px 12px 0px rgba( 0, 0, 2, 0.48 );
    border: 1px solid #b8b6b6;
    border-radius: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
}
.gallery-item:hover .gallery-figcaption  {
    top: 0;
}
.gallery-item .gallery-figcaption {
    position: absolute;
    top: 100%;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    -webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.gallery-item .gallery-figcaption .gallery-content {
    text-align: center;
}
.gallery-content  h2{
    color: #fff;
    font: 300 20px/1.3 'century-gothic', sans-serif;
    padding-bottom: 30px;
    margin: 0;
}

.gallery-content .green-btn {
    background-image: -moz-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    background-image: -webkit-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 12px;
    margin: 10px auto;
    border: none;
    width: auto!important;
    border-radius: 0;
}
.gallery-content .green-btn:hover {
    background-image: -moz-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    background-image: -webkit-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    color: #fff;
}
.green-btn.wood_class {
    background: -moz-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    background: -webkit-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    background: -o-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    background: -ms-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    background: linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    color: #fff;
}

.green-btn.wood_class:hover {
    background-image: -moz-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
    background-image: -webkit-linear-gradient( 90deg, #f89406 0%, #f89406 50%, #ad6704 100%);
}




/* ---------------------------------------------- /*
 * single page gallery
/* ---------------------------------------------- */
.gallery-page-inside .green-title{
    text-align: center;
}
.gallery-page-inside .button_checkout {
    margin: 0;
}
.gallery-page-inside .continue-href {
    line-height: 2;
}
.product-gallery-price {
    margin: 0;
    color: #ffa31a;
    text-align: center;
    font-size: calc(20px + (23 - 20) * ((100vw - 300px) / (1600 - 300)));
    line-height:1.6;
}
.rating-title {
    margin: 0;
}
.rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}
.rating-input {
    float: right;
    width: 13px;
    height: 23px;
    padding: 0;
    margin: 0 auto;
    opacity: 0;
}

.rating-input:checked ~ .rating-star {
    background: url("../image/tree1.png") center center;
}
.rating-star{
    position: relative;
    float: right;
    display: block;
    width: 13px;
    height: 23px;
    background: url("../image/tree2.png") center center;
}


.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 15px;
}
#bx-pager a, .column {
    display: block;
    width: calc(15% - 15px);
    float: left;
    margin: 2px;
    height: 70px;
    overflow: hidden;
}
.pager-gallery{
    height: 160px;
    overflow: auto;
}
.pager-gallery::-webkit-scrollbar {
    width: 10px;
    margin:1px;
}

.pager-gallery::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.pager-gallery::-webkit-scrollbar-thumb {
    background-color: #ffa31a;
    outline: 1px solid #ffa31a;
}
#bx-pager a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    -ms-object-fit: contain;
    -moz-object-fit: contain;
    -webkit-object-fit: contain;
}

.mySlides {
    width: 80%;
    height: auto;
    margin: 15px auto;
}
.close {
    right: 0;
    top: -30px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #ababab;
    opacity: 1;
    z-index: 11;
    position: absolute;
}
.prev, .next {
    position: absolute;
    color: #fff;
    top: 40%;
    z-index: 11;
}
.next {
    right: 0;
}
.prev {
    left: 0;
}

.column img {
    width: 100%;
}

.mySlides img {
    width: 100%;
}
.demo {
    border: 2px solid transparent;
    margin-bottom:5px;
}

.gallery-page-inside  .active,
.demo:hover {
    border: 2px solid #ffa31a;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 8;
}

/*PRODUCT MAIN IMAGE FIX WIDE*/
.thumbnails.image-wide > li {

}

.thumbnails.image-wide > li:before {
    display: inline-block;
}

.product-block-img.image-wide img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.thumbnail:before,
.thumbnail :after {
    display: inline-block;
}

/*STORES PAGE*/
.wrapper__stores {

}

.wrapper__store-information {

}

.store-information {

}

.span__block {
    display: block;
    margin: 10px 0;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 500;
}

.store__name {
    color: #397b21;
    font-size: 27px;
}

.store__address {
    display: block;
    margin: 10px 0;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 500;
}
.store__phone-value {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.store-information__additional {
    padding: 10px 0;
}

.store-information__additional p {
    font-size: 15px;
    font-weight: 500;
}

.wrapper__store-map {

}

.store-map {

}

.store-map iframe {
    width: 100%;
}

.wrapper__stores-map-all {

}

.stores-map-all {

}

.stores-map-all iframe {
    width: 100%;
    margin: 20px 0;
}

.single-store__hr {
    margin-bottom: 50px;
}

.single-store__hr:after {
    content: '';
    position: relative;
    width: calc(100% - 30px);
    height: 1px;
    bottom: 0;
    left: 15px;
    background: #15151524;
}

.single-store__hr:last-child:after {
    content: '';
    display: none;
}



/*media*/
@media (max-width: 1025px) {
    .product-thumb {
        flex-direction: column;
    }

    .product-thumb > div {
        width: 100%;
    }

    .product-img img {
        width: 95%;
        height: 450px;
        object-fit: cover;
    }

    .product-description {
        height: 100px;
        overflow: scroll;
    }
}

@media (max-width: 480px) {
    .menu_header ul li {
        width: 49%;
    }
}
@media (max-width: 767px) {
    /* ---------------------------------------------- /*
     * gallery
    /* ---------------------------------------------- */

    .small-phone {
        min-height: 60px;
    }
    .gallery-inside .buttons {
        margin: 0;
    }
    #bx-pager a, .column {
        width: calc(30% - 5px);
        height: 56px;
        margin: 0 5px 5px 0;
    }





    .common-home .owl-item img{
        width: auto;
    }
    .sale-banner img {
        width: 100%!important;
        float: none;
    }

    .button_menu_smart, .button_menu_wood {
        width: auto;
    }
    .row-eq-height {
        display: block;
    }
    .continue-href {
        line-height: 4;
    }

    .type-single-page {
        padding: 30px 0 0 0;
    }
    /*#timer span  {
        font-size: 20px;

    }
    #timer span b {
        font-size: 14px;
        font-size: 14px;
    }*/
    #content {
        min-height: auto;
    }
    /*.mobile-filter {
        display: block;
        width: 50%;
        margin: 5px 50% 20px 0;
    }*/
    /* ---------------------------------------------- /*
     * home
    /* ---------------------------------------------- */

    .home-page-banner {
        height: auto!important;
    }
    .home-page-banner img {
        height: auto!important;
        width: 100%!important;
    }
    .top_header>ul>li {
        width: 20%;
    }
    .product-thumb .caption {
        padding: 0;
    }
    .product-thumb .block-news, .product-thumb .news {
        float: none;
    }
    .product-thumb .read-next button {
        width: auto;
        float: none;
    }

    /* ---------------------------------------------- /*
     * news
    /* ---------------------------------------------- */

    .caption-category-news {
        margin-left: 0px!important;
    }


    /* ---------------------------------------------- /*
     * prefooter
    /* ---------------------------------------------- */
    .banner {
        min-height:  auto;
    }
    .banner img {
        /*height: auto;
        width: auto;*/
    }


    /* ---------------------------------------------- /*
     * product
    /* ---------------------------------------------- */

    .product-single-atributes {
        border-radius: 0;
        max-width: 100%;
    }
    .product-single-atributes .form-group {
        width: 80%;
        margin: 0 10%;
    }

    .product-block-img img {
        width: 90%;
    }

    .tabs {
        border: none;
        width: 100%;
        list-style: none;
        margin: auto;
        padding: 0;
        text-align: center;
    }

    .tabs li{
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    .nav-tabs>li {
        float: none;
    }

    .tabs>li>a {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #000;
        border-radius: 0;
        border: none;
        border-bottom: none;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        background: #fff;
        border: 1px solid green;
        border-radius: 30px;
        color: #000;
        position: relative;
    }
    .nav-tabs>li.active>a:after{
        display: none;
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #fff;
        bottom: -3px;
        left: 0;
    }
    .nav-tabs>li>a:hover {
        border-color:transparent;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        background-color: #000;
    }
    .content{
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        border-radius: 0;
        border: none;
        padding: 15px 0;
    }


    .hida{
        max-width: 90%;
    }
    /* ---------------------------------------------- /*
     * btn
    /* ---------------------------------------------- */
    .btn-options {
        width: 30px;
        height: 30px;
    }
    .window-types-list img {
        height: 54px;
    }




    .col-width-2, .col-width-3, .edit-del-buttons {
        width: 100%;
    }

    .list-order {
        clear: both;
        display: block;
    }
    .list-title {
        display: none;
    }

    .prev-products a {
        color: #6b6b6b;
        font-size: 16px;
    }

    .footer-nav {
        text-align: center;
        /*font-size: 16px;*/
    }

    /*---account-page---*/
    .account-page h3 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .account-form label {
        width: 100%;
        text-align: left;
        font-size: 14px;
    }

    #form-review .col-sm-12 input[type='radio']{
        width: auto;
        box-shadow: none;
    }

    .account-form input {
        width: 100%;
    }
    .account-form input[type="submit"] {
        /*width: 50%;
        float: right;*/
        font-size: 14px;
    }
    .banner p {
        font-size: 25px;
    }

    /*---catalogue---*/

    .mobile-search {
        height: 0;
        overflow-y: hidden;
        transition: 0.5s;
    }
    .mobile-search.on {
        height: 100%;
    }

    .advanced-search {
        display: block;
        width: 100%;
        height: 30px;
        padding: 0 10px;
        font-size: 14px;
        vertical-align: middle;
        border: 1px solid rgb( 0, 0, 0 );
        border-radius: 30px;
        box-shadow: inset 0 0 4px 3px rgba(0, 0, 2, 0.12);
        background: #fff;
    }

    .buy-product {
        margin: 0px 35px 0 0;
    }
    #choose-type-box, #choose-welt {
        width: 100%;
    }
    .enter-size input[type="number"] {
        width: 49%;
        margin: 0;
    }
    .choose-size, .choose-furniture {
        margin-right: 2px;
    }


    .pull-right.checkout-button-options {
        float: none!important;
    }
    .checkout-button-options .buy-product.button_checkout {
        float: right;
        margin: 0;
    }



    /*--product--*/
    .product-img {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }

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

    .product-info .type-tree, .product-info .type-window, .product-info  .buttons,  .product-info{
        width: 100%;
    }


    /*--home_window_2--*/

    .dddd {
        float: left;
        height: 200px;
        position: relative;
        width: 100%;
    }

    .class148{
        float: left;
        height: 100px;
        position: relative;
        width: 50%;
    }
    .class157{
        float: left;
        height: 100px;
        position: relative;
        width: 50%;
    }
    .class420{
        float: left;
        height: 350px;
        position: relative;
        width: 100%;
    }
    .tab-hover h3 {
        font-size: 18px;
    }

    /*--home_window_4--*/
    .home_window_4 .block-news, .home_window_4 .news {
        font-size: 14px;
    }

    .home_window_4 .block-news .read-next {
        font-size: 18px;
    }
    /*--timer--*/
    /* .titloftimer {
         font-size: 20px;
     }*/
    .titles span {
        font-size: 17px;
        padding-left: 15px;
    }
    .result-day, .result-hour, .result-minute, .result-second {
        border-radius: 15px;
        font-size: 33px;
        padding: 5px 10px;
        margin: 0 5px;
    }

    /*---product-single---*/
    .product-single div[class*=col-] {
        padding: 15px;
    }
    .product-single-img {
        padding: 15px 0 0 0;
    }

    .select-glass-type p {
        font-size: 12px;
    }
    .select-glass-type img {
        height: 54px;
    }
    .product-single-type-window li {
        text-align: center;
    }

    .pop-up-type-welt {
        right: 3px;
        border-radius: 5px;
        padding: 5px;
    }
    .type-welt img {
        height: 30px;
    }

    .product-single-title {
        margin-bottom: 15px;
    }

    .product-single-title p {
        font-size: 24px;
        padding: 10px;
    }

    .product-single-characteristic-tree h4 {
        font-size: 16px;
    }

    .product-single-price {
        padding-top: 15px;
    }
    .static-width-select p {
        width: 20px;
        height: 20px;
        margin: 0;
    }
    .block-static-width .static-width-list {
        width: 100px;
        margin-left: 4px;
    }
    .static-value .size-door-label {
        width: 42%;
    }
    .choose-size-door input[type="button"] {
        width: 60%;
        margin: 10px 20%;
    }
    .hida {
        width: 90%;
    }
    /*---product-single---*/

}

@media (max-width: 767px) and (orientation: landscape){
    .product-layout .product-list .col-xs-12 {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    /* ---------------------------------------------- /*
     * home
    /* ---------------------------------------------- */


    .menu_header ul li {
        width: auto;
        padding: 5px 3px;
    }
    .menu_header ul li a, .menu_header ul li:hover a, .menu_header ul li a.active {
        font-size: 16px;

    }


    .select-checkbox, .single-choose.color .select-checkbox {
        margin-right: 0;
        width: 48%;
    }
    .select-checkbox p {
        font-size: 11px;
    }
    .single-choose img {
        height: auto;
        width: 90%;
    }
    .selectpicker {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .list-group+.panel-footer.clearfix {
        padding: 5px 0;
    }
    .list-group+.panel-footer.clearfix  .btn-view {
        width: 100%;
        margin: 2px 0;
    }
    .select-checkbox input[type="checkbox"] + span {
        width: 35px;
        height: 35px;
    }

    /*.button_menu_header_wood {
        margin: 9px 50px 0;
    }*/
    .logo_wood img {
        margin: 36px 0 0 0px;
    }
    .logo_smart {
        background-position: 0%;
    }
    .logo_smart img {
        margin: 36px 0px 0 0;
    }
    .button_menu_header_smart {
        margin: 9px 50px 0;
    }
    .home-page-banner {
        height: auto!important;
    }
    .home-page-banner img {
        height: auto!important;
        width: auto!important;
    }
    .product-thumb .caption {
        padding: 0;
    }
    .product-thumb .block-news, .product-thumb .news {
        float: none;
    }
    .product-thumb .read-next button {
        width: auto;
        float: none;
    }
    /* ---------------------------------------------- /*
     * product single
    /* ---------------------------------------------- */
    .product-single-atributes .form-group {
        width: 32%;
    }


    .history-page div[class*=col-] {
        padding: 0;
    }

    .edit-del-buttons {
        text-align: right;
    }

    .buy-product {
        margin: 0;
    }
    .search-category fieldset {
        float: left;
        width: 50%;
    }
    /*---product-single---*/
    .product-single-price {
        padding-top: 15px;
    }
    .product-single-title p {
        text-align: center;
        font-size: 20px;
        color: #643e26;
        padding: 10px;
    }

    /*---product-single---*/

    /* ---------------------------------------------- /*
     * banner
    /* ---------------------------------------------- */
    .banner img {
        height: 100%;
        max-width: 100%;
        width: auto;
    }
    /* ---------------------------------------------- /*
     * banner
    /* ---------------------------------------------- */
    .list-group-item {
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    /* ---------------------------------------------- /*
     * product
    /* ---------------------------------------------- */
    .product {
        font-size: 15px;
    }

    .product-description {
        /*height: 67px;
        overflow: hidden;*/
    }

    .col-width-2 {
        width: 15%;
    }

    .col-width-3 {
        width: 19%;
    }



    .product-info .type-tree,  .product-info .type-window, .product-info  .buttons {
        width: 100%;
    }

    /*--timer--*/
    .titloftimer {
        font-size: 20px;
    }
    .titles span {
        font-size: 17px;
        padding-left: 15px;
    }
    .result-day, .result-hour, .result-minute, .result-second {
        border-radius: 15px;
        font-size: 33px;
        padding: 5px 10px;
        margin: 0 5px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .product-single-title h3 {
        font-size: 25px;
    }
    #col_pine_wood_type .product-single-title:before, #col_alder_wood_type .product-single-title:before, #col_oak_wood_type .product-single-title:before, #col_ash_wood_type .product-single-title:before  {
        background-size: 21px 37px;
    }
    /* ---------------------------------------------- /*
     * nav
    /* ---------------------------------------------- */

    /*.logo_smart img{
        margin: 36px 15px 0 0;
    }
    .button_menu_header_smart{
        margin: 9px 47px 0;
        width: 32px;
    }
    .logo_wood img {
        margin: 36px 0 0 15px;
    }
    .button_menu_header_wood {
        margin: 9px 57px 0;
    }
    */


    .main-categories-nav {
        padding: 0 3px;
    }
    /*.button_menu_smart {
        width: calc(100% + 70px);
    }
    .button_menu_wood {
    filter: invert(70%);
    width: calc(100% - 70px);
}
    .logo_smart:before {
        width: 70px;
        left: 0;
    }
    .logo_wood:before {
        width: 42px;
        right: 0;
    }
    .button_menu_header_wood {
        margin: 9px auto;
    }*/

}

@media (min-width: 800px) and (max-width: 1280px) {
    .main-categories-nav {
        padding: 0 3px;
    }
    .button_menu_smart {
        width: calc(100% + 70px);
    }
    .logo_smart:before {
        width: 70px;
        left: 0;
    }
    .button_menu_header_wood {
        margin: 25px auto 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .product-img {
        width: 100%;
        float: none;
    }
    .product-info {
        width: 100%;
        float: none;
    }

    /*.product-info .product-description , .viewed-product .product-description{
        height: 65px;
        overflow: hidden;
    }*/
    .product-thumb .caption .viewed-product {
        min-height: 65px;
    }
    .top_header>ul>li {
        width: 22%;
    }

}

@media (min-width: 768px) {

    .navbar-collapse.collapse {
        display: flex !important;
    }

    .navbar-nav {
        margin: 0 auto;
    }

}
@media (max-width: 1199px) and (min-width: 992px) {
    /* ---------------------------------------------- /*
     * product
    /* ---------------------------------------------- */
    .product-single-title h3 {
        font-size: 25px;
    }
    #col_pine_wood_type .product-single-title:before, #col_alder_wood_type .product-single-title:before, #col_oak_wood_type .product-single-title:before, #col_ash_wood_type .product-single-title:before  {
        background-size: 21px 37px;
    }
    .product-single-price {
        padding-top: 15px;
        font-size: 23px;
    }
    .one-click-button .btn-view, .product-single-buy {
        padding: 5px 0px;
        font-size: 15px;
    }
    .product-thumb .caption {
        padding: 0;
    }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
    .btn-options {
        width: 29px;
        height: 29px;
    }
    .wood-attribute-name {
        margin: 0;
    }
    .window-types-list img {
        height: auto;
        width: 40px;
    }
    .window-types-list {
        padding-top: 10px;
    }

}
/*large*/
@media screen and (min-device-width: 1400px) and (max-device-width: 2600px) {
    .product, .type-tree li .price {
        font-size: 18px;
    }



    .product-single-img img {
        /* width: 100%;
         height: 450px;*/
    }

    /*.viewed-product .product-description {
    height: 100px;
    overflow: hidden;
}*/
}
/*tav product-singel*/

.newsblog-category .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    height: 170px;
    max-width: none;
}

.newsblog-category .product-thumb {
    flex-direction: column;
}

.newsblog-category .product-list .product-thumb .caption {
    margin-left: 0px;
    text-align: center;
    padding: 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    margin-left: 0px !important;
    min-height: auto !important;
}

.newsblog-category .product-thumb > div {
    width: 100%;
}

.newsblog-category .caption-category-news h4 {
    padding: 10px 0;
}

.home_block_1{
    margin-top: 80px;
    position: relative;
    font-size: 14px;
    color: #7B7B7B;
}

.block1_title{
    color: #000;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
}

.block1_text{
    font-size: 14px;
    color: #7B7B7B;
    margin-top: 25px;
    line-height: 2.5;
}

#slideshow0{
    margin-top: 40px;
}

.block1_but{
    border: 1px solid #ffa31a;
    background: #ffa31a;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 40px;
    transition: all .4s;
    clear: both;
    float: left;
}

.block1_but:hover{
    color: #ffa31a;
    background-color: transparent;
    transition: all .4s;
}

.block1_geo{
    font-weight: bold;
    margin-top: 120px;
    float: left;
    clear: both;
}
.block1_geo a{color: #7B7B7B;}
.block1_geo i{
    font-size: 20px;
}

.block1_soc{
    float: left;
    margin-top: 113px;
    margin-right: 30px;
}

.block1_soc li{
    display: inline-block;
    margin-right: 20px;
}
.block1_soc li:after{
    content: "";
    width: 1px;
    height: 29px;
    display: inline-block;
    background: #ffa31a;
    margin-right: 13px;
    position: absolute;
    margin-top: 5px;
}

.block1_soc li:last-child:after{
    display: none;
}

.block1_soc li i{
    color: #ffa31a;
    transition: all .4s;
    font-size: 22px;
}

.block1_soc a:hover i{
    color: #ffffff;
    transition: all .4s;
}

#slideshow0 .owl-prev {
    opacity: 1;
    text-shadow: none;
    bottom: 0;
    top: inherit;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 12px;
    text-align: center;
}
#slideshow0 .owl-prev:after{
    content: "";
    background: #fff;
    z-index: 2;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 12px;
    margin-left: 16px;
}
#slideshow0 .owl-next{
    opacity: 1;
    text-shadow: none;
    bottom: 0;
    top: inherit;
    left: 45px;
    background-color: rgba(0, 0, 0, .5);
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 12px;
    text-align: center;
}

#slideshow0 .owl-prev span,
#slideshow0 .owl-next span{
    font-size: 22px;
    color: #fff;
    margin: 0;
}
#slideshow0 .owl-nav{
    position: absolute;
    bottom: 0;
}
#slideshow0 .owl-dots{
    display: none;
}



#carousel0 .owl-prev,
.home_block_3 .owl-carousel .owl-nav .owl-prev {
    opacity: 1;
    text-shadow: none;
    bottom: 0;
    top: inherit;
    left: 5;
    background-color: rgba(0, 0, 0, .5);
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 12px;
    text-align: center;
}
#carousel0 .owl-prev:after,
.home_block_3 .owl-carousel .owl-nav .owl-prev:after{
    content: "";
    background: #fff;
    z-index: 2;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 12px;
    margin-left: 16px;
}

#carousel0 .owl-dots,
.home_block_3 .owl-carousel .owl-dots{
    display: none;
}
#carousel0 .owl-next,
.home_block_3 .owl-carousel .owl-nav .owl-next{
    opacity: 1;
    text-shadow: none;
    bottom: 0;
    top: inherit;
    left: 59px;
    background-color: rgba(0, 0, 0, .5);
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 12px;
    text-align: center;
}
#carousel0 .owl-nav,
.home_block_3 .owl-carousel .owl-nav{
    position: absolute;
    bottom: 0;
    margin-left: 5px;
}

#carousel0 .owl-prev span,
#carousel0 .owl-next span,
.home_block_3 .owl-carousel .owl-nav .owl-prev span,
.home_block_3 .owl-carousel .owl-nav .owl-next span{
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 24px;
}

.home_window_2{
    margin-top: 80px;
}

.home_window_2 .h3{
    margin-bottom: 30px;
}

.home_window_2 .container{
    padding-left: 0;
    padding-top: 0;
}
.home_window_2 .row{
    margin-left: -40px;
    margin-right: -40px;
}
.home_b_2{
    margin-top: 100px;
    margin-bottom: 100px;
}

.block2_home{}

.block2_home img{
    margin-top: 30px;
}

.home_window_2>div img{}

.block2_text{
    color: #7B7B7B;
    font-weight: bold;
    margin-bottom: 15px;
}

.home_block_3{
    margin-top: 100px;
}

.home_block_3 .slider_home{
    float: left;
    text-align: justify;
}

.slider_home .h3{
    font-weight: bold;
    font-size: 28px;
    margin-bottom:40px;
}
.slider_home .block1_but {
    margin-bottom: 20px;
}
/*.works {
    float: right;
    width: 830px !important;
    margin-right: 0px !important;
}*/
.common-home .adv_home {
    padding-top: unset;
}
.works .owl-item{
    padding-left: 5px;
    padding-right: 5px;
}

.works .owl-item>div{
    position: relative;
}
.works .owl-item a{
    display: block;
}

.works .owl-item span{
    position: absolute;
    background: rgba(224,220,219,0.8);
    color: #fff;
    opacity: 0;
    transition: all .4s;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    font-size: 18px;
    padding: 10px;
}

.works .owl-item>div:hover span{
    opacity: 1;
    transition: all .4s;
}

.adv_home{
    padding-top: 100px;
    padding-bottom: 100px;
}

.adv_home .h3{
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
    font-size: 28px;
    margin-left: 15px;
}

.adv_home_item{
    display: inline-block;
    width: 19.5%;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.adv_home_item:after{

    content: ">";
    color: #fff;
    font-size: 55px;
    position: absolute;
    top: 50px;
    right: -15px;
    font-family: cursive;
}

.adv_home_item:last-child:after{
    display: none;
}

.adv_home_item img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

.adv_home_item span{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}


.footer_form{
    background: #fff;
    border-top-right-radius: 30px;
    padding: 30px;
    padding-bottom: 90px;
    width: 45%;
    margin-right: 5%;
    position: relative;
}

.footer_form:before{
    content: "";
    background: #fff;
    height: 100%;
    width: 1000%;
    position: absolute;
    left: -1000%;
    top: 0;}

.footer_form .h2{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer_form p{      margin-bottom: 40px;  color: #7B7B7B}

.footer_form input[type=text],
.footer_form input[type=tel]{
    background: #F5F6F7;
    margin-top: 25px;
    padding: 15px;
    width: 330px;
}

.submit_form {    border: 1px solid #ffa31a;
    background: #ffa31a;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 40px;
    transition: all .4s;
    text-decoration: none;
    margin-top: 40px;}

.submit_form:hover{    color: #ffa31a;
    background-color: transparent;
    transition: all .4s;}


.footer_contact{
    padding-top: 60px;
}

.foo_abs_text{
    color: #7B7B7B;
    font-weight: bold;
    font-size: 20px;
}

.logo_img_foo{
    margin-left: 0;
    margin-bottom: 50px;
    float: left;
    margin-top: -3px;
    margin-right: 50px;
}

.foo_contact_left{
    clear: both;
    float: left;
}

.foo_contact_left p{
    color: #7B7B7B;
    font-weight: bold;
    margin-bottom: 20px;
}

.foo_contact_left p i{
    margin-right: 10px;
    font-size: 22px;
}

.foo_contact_left>a{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
}



.foo_contact_left p a{ color: #7B7B7B;}

.foo_contact_left p a:hover{ color: #ffa31a;}

.foo_soc{
    float: left;
    margin-left: 30px;
}

.foo_soc li{
    text-align: center;
    margin-bottom: 16px;
}

.foo_soc li i {
    color: #9BBB72;
    font-size: 26px;
}

.foo_soc li:hover i{
    color: #000;
}


.toogle_plus{
    display: none;
}

#tab-description .one-click-button{
    display: block;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.viewed-product .product-description{
    display: none;
}

#tab-description iframe{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.thumbnail{
    background-color: transparent;
}

.account-login #column-right,
.account-forgotten #column-right,
.account-register #column-right,
.account-login #column-right,
.account-login #column-right{
    width: 25%;
    float: right;
}
.faq h4 {
    font-size: 20px;
    font-weight: 700;
}
.faq .panel-heading .panel-title a {
    font-size: 16px;
    text-transform: none;
}
.faq .panel-default>.panel-heading {
    padding: 15px;
    text-align: left;
}
.faq .panel-body a {
    text-decoration: underline;
    color: blue;
}
@media (max-width: 1200px) {

    .slider_home {
        width: 260px;
    }

    .works {

        width: 790px !important;
    }

    img.logo_img {
        margin-left: 0;
        margin-top: 21px;
        max-width: 155px;
    }


    .menu_header ul li{
        padding-right: 5px;
    }


    .search_header{
        width: 140px;}

    .cart_header{
        margin-left: -30px;
    }

    #form-language>.language-group> button span{
        display: inline-block !important;
    }

}

@media (max-width: 1000px) and (min-width: 769px) {
    img.logo_img{
        max-width: 100%;
        margin-top: 3vw;
    }

    .header_phone{
        line-height: 1.2;
        display: block;
        margin-top: 2.5vw;
    }

    .menu_header ul li:first-child{
        display: none;
    }

    .search_header {
        width: 100px;
    }

    .icon_menu_header>li {
        float: left;
        margin-right: -2px;
    }

    #menu .nav > li > a{
        font-size: 13px;
        padding: 0px 10px 0px 10px;
    }

    .block1_title{
        font-size: 30px;
        line-height: 1.2;
    }

    .home_block_1{
        margin-top: 30px;

    }
    .block1_text{
        line-height: 1.7;
    }

    .block1_but{
        margin-top: 25px;
    }

    .block1_geo{
        margin-top: 30px;
    }

    .block1_soc{
        margin-top: 30px;
    }

    .home_b_2{
        margin: 50px 0;
    }

    .block2_home img,
    .block2_home+div img{
        max-width: 100%;
        height: auto;
    }

    .home_block_3{
        padding-top: 50px;
    }
    .works{
        width: 550px !important;
    }

    .adv_home{
        padding: 50px 0;
    }

    .adv_home_item img{
        max-width: 80%;
        height: auto;
    }
    .adv_home_item span {
        font-size: 16px;
    }

    .adv_home_item:after {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº";
        color: #fff;
        font-size: 30px;
        position: absolute;
        top: 43px;
        right: -18px;
        font-family: cursive;
    }

    .footer_contact {
        padding-top: 60px;
        width: 50%;
    }

    .foo_abs_text{
        clear: both;
        float: left;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .logo_img_foo{
        margin-bottom: 10px;
    }
    .footer_form input[type=text], .footer_form input[type=tel] {
        width: 95%;
    }

}

@media (max-width: 768px) {
    .attributes-list {
        display: none !important;
    }

    ._orinationRight_b68.wrap_cab{
        right: inherit;
        left: 20px;
    }


    .block-radio.window_type_key_radio{
        max-width: 50%;
        width: 50%;
    }

    .window_type_key_radio .select-radio img{
        max-width: 100%;
        width: 100%;
    }

    header{
        line-height: inherit;
    }
    img.logo_img{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .header_phone {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
    }
    #top-links{
        text-align: center;
    }
    .menu_header ul li{
        width: inherit;
        padding-left: 3px;
        padding-right: 3px;
    }
    .search_header{
        width: 80%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #form-language>.language-group> button span,
    .icon_menu_header>li:last-child span{
        display: inline-block !important;
    }

    #form-language >.language-group>button:after{
        top: 2px;
        right: -15px;
    }

    .cart_header{
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .language-group,
    .icon_menu_header>li:last-child{
        margin-top: 9px;
    }

    .icon_menu_header>li {
        float: none;
        margin-right: 20px;
        vertical-align: top;
        text-align: center;
    }
    #menu #category{
        text-shadow: none;
        color: #ffa31a;
    }

    #menu .btn-navbar{
        background: #ffa31a !important;
        border-color: #ffa31a;
    }
    .home_block_1{
        margin-top: 10px;
    }

    .block1_title{
        font-size: 24px;
        text-align: center;
    }

    .block1_text{
        margin-top: 15px;
        line-height: 2;
    }


    .block1_but {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        max-width: 90%;
    }

    .block1_geo{
        margin-top: 40px;
        float: none;
        text-align: center;
    }

    .block1_soc {
        float: none;
        text-align: center;
        margin-top: 30px;
    }
    .home_b_2{
        margin: 50px 0;
    }

    .block2_home img,
    .block2_home+div img{
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    /*.home_b_2 .mobile-filter{
        display: none !important;
    }*/


    .home_b_2 .container-news-block h4 {
        text-align: center;
        font-size: 20px;
    }


    .home_window_2{
        margin-top: 40px;
    }

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

    .home_window_2 .h3{
        padding-top: 0px;
    }
    .slider_home .h3{
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .works .owl-item{
        margin-right: 0;
    }



    .slider_home{
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .works {
        float: none;
        width: 100% !important;
        margin-right: -0px !important;
    }

    .works .owl-item span{
        opacity: 1;
    }

    .adv_home{
        padding: 50px 0 0;
    }

    .footer-nav li {
        padding: 5px 5px;
    }

    .adv_home .h3{
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .adv_home_item{
        width: 100%;
        margin-bottom: 25px;
    }

    .adv_home_item img{
        margin-bottom: 10px;}


    .adv_home_item span{
        font-size: 16px;
    }

    .adv_home_item:after{

        right: inherit;
        bottom: -45px;
        top: inherit;
        transform: rotate(90deg);
        left: 50%;
        margin-left: -17px;
        font-size: 40px;
        z-index: 1;
    }


    .footer_form{
        width: 100%;
        border-radius: 0;
        padding: 15px;
        text-align: center;
        padding-bottom: 30px;
    }

    .footer_form .h2{
        font-size: 22px;
        margin-bottom: 15px;
    }

    .footer_form p {
        margin-bottom: 20px;
    }

    .footer_form input[type=text], .footer_form input[type=tel]{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .submit_form{
        width: 80%;
        margin-top: 30px;
    }

    .footer_contact{
        text-align: center;
        padding-top: 40px;
    }

    .logo_img_foo{
        float: none;
        margin: 0;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
    }

    .foo_abs_text{
        margin: 0;
        font-size: 16px;
    }

    .foo_contact_left{
        float: none;
        width: 100%;
    }
    .foo_contact_left>a{
        margin-top: 20px;
    }
    .foo_contact_left p{
        margin-bottom: 10px;
    }

    .foo_soc{
        float: none;
        margin-left: 0;
        margin-top: 20px;
    }

    .copy {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    .foo_soc li {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
    }

    .home_block_3	{
        padding-top: 30px;
    }
    .slider_home{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    footer:after{
        display: none;
    }

    footer div.row:nth-child(2):before {
        content: "";
        position: static;
        display: block;
        width: 100%;
        left: 0;
        height: 3px;
        background: #ffa31a;
        bottom: 95px;
        margin-bottom: 15px;
    }

    footer{
        padding-top: 15px;
    }
    footer .row:last-child {
        padding-top: 29px;
    }
    #menu .nav > li > a:hover{
        background-color: transparent !important;
    }

    #menu .nav > li > a {
        color: #ffa31a;
        padding: 10px 20px 10px 20px;
        box-sizing: border-box;
        height: auto;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }

    #menu .nav > li{
        position: relative;
    }

    #menu .nav > li > .toogle_plus{
        display: block;
        content: "+";
        position: absolute;
        right: 25px;
        top: -1px;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 20px;
        color: #ffa31a;
        z-index: 9;
    }

    #menu .nav > li>.dropdown-menu.open{
        display: block;
        position: static;
        width: 100%;
        color: #ffa31a;
        float: none;
        background: transparent;
        box-shadow: none;
        border-top: 1px solid #ffa31a;
        border-bottom: 1px solid #ffa31a;
    }

    #menu .nav > li>.dropdown-menu.open a{
        font-size: 14px;
        color: #ffa31a;
        padding: 10px 10px 10px 20px;
        background: transparent;
        display: block;
        height: auto;
        line-height: 1.2;
    }

}

.text_block a{
    color: rgb(17, 85, 204);
}

.modal-content .table-bordered {
    border: 1px solid #d0d0d0;
}
.modal-content .table-bordered>tbody>tr>td,
.modal-content .table-bordered>tbody>tr>th,
.modal-content .table-bordered>tfoot>tr>td,
.modal-content .table-bordered>tfoot>tr>th,
.modal-content .table-bordered>thead>tr>td,
.modal-content .table-bordered>thead>tr>th {
    border: 1px solid #d0d0d0;
}
.description-timer {padding: 20px 0;}

.timer-block {
    flex-direction: column;
}
.home_block_3>.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.category-list li a {
    border: 1px solid;
    padding: 10px;
    text-align: center;
    display: block;
}

.category-list li {
    margin-bottom: 20px;
}
.attributes-list {
    padding: 20px;
    display: none;
    position: absolute;
    top: 0;
    background-color: #f5f6f7;
    z-index: 1;
    width: 100%;
    box-shadow: 0 0px 12px 0px rgb(0 0 2 / 48%);
    border: 1px solid #b8b6b6;
    border-radius: 30px;
    transition: all .3s;
}

.product-layout.product-list {
    position: relative;
    height: auto !important;
}

.product-layout.product-list:hover .attributes-list {
    display: block;
    transition: all .3s;
}
.prev-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
#form-builder-68, #form-builder-69 {
    border: 1px solid #e0eded;
    padding: 15px 20px;
    border-radius: 2px 2px 0 0;
    background: #fcfcfc;
    word-wrap: break-word;
    overflow-x: hidden;
    max-width: 550px;
    margin: 0 auto;
}
#form-builder-68 .box-heading, #form-builder-69 .box-heading {color: #333;text-align: center;}

#form-builder-68 .box-content .pre-text, #form-builder-69 .box-content .pre-text {text-align: center;}

#form-builder-68 input, #form-builder-68 textarea, #form-builder-69 input, #form-builder-69 textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    padding:5px;
}
iframe#bx_form_iframe_8 {
    display: none;
}