* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto Condensed';
    color: #000;
    min-width: 360px;
	 overflow-x: hidden;
}

h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: 'Merriweather';
    line-height: 150%;
}

h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 18px;
    font-weight: 700;
}

h4, .h4 {
    font-size: 16px;
    font-weight: 700;
}

a, input {
    outline: none;
}

img {
	max-width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.vapy-button {
    display: block;
    width: 200px;
    font-weight: bold;
    text-align: center;
    padding: 8px 5px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    background: none;
    cursor: pointer;
    margin: 0 auto;
    border: solid 2px #000;
}

.vapy-button.white {
    font-family: Roboto Condensed;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-color: #d0ae0d;
    width: 140px;
    padding: 5px 5px;
}

.vapy-button.inline {
    display: inline-block;
}

.vapy-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 45px 0 40px;
}

.vapy-title::after {
    content: '';
    display: block;
    height: 18px;
    background: url(../image/brends-up-title.png) bottom center no-repeat;
    width: 159px;
    max-width: 100%;
    margin: auto;
}

.vapy-title.small::after {
    width: 100px;
}

.vapy-title.big::after {
    width: 419px;
}

.clr {
    clear: both;
}

/*====================================================*/
/*================ BREADCRUMBS =======================*/
/*====================================================*/
#breadcrumbs {
    display: block;
    margin: 15px 0;
}

#breadcrumbs ul {
    list-style: none;
    text-align: left;
}

#breadcrumbs ul li {
    display: inline-block;
    vertical-align: top;
    background-color: #e8eee9;
    margin-top: 3px;
}

#breadcrumbs ul li a {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    color: #62896a;
    text-decoration: none;
}

#breadcrumbs ul li:first-child a {
    width: 30px;
    height: 30px;
    background: url(../image/home.svg) center center no-repeat;
}

#breadcrumbs ul li:last-child a {
    color: #20572B;
	 white-space: nowrap;
}

/*====================================================*/
/*===================== HEADER =======================*/
/*====================================================*/
header {
	display: flex;
    background: #20572B;
	height: 68px;
}

header .upper_layer {
    background-color: #20572B;
    width: 36px;
    position: relative;
    z-index: 999;
}

header .upper_layer .container {
    padding-right: 0;
	 padding-left: 0;
}

header .upper_layer ul {
    list-style: none;
    text-align: center;
}

header .upper_layer ul li {
    display: inline-block;
    width: 175px;
    text-align: center;
    position: relative;
}

header .upper_layer ul li.open::after {
    content: '';
    display: block;
    width: 100%;
    background-color: #d2ddd4;
    height: 68px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 1;
}

header .upper_layer ul li:nth-child(3) {
    margin-left: 180px;
}

header .upper_layer ul li a {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 0 15px 0 25px;
    line-height: 37px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
}

header .upper_layer ul li.open a {
	 background-color: #44784f;
    text-decoration: none;
}

header .upper_layer ul li.open a::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -7px;
    z-index: 9999;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #44784f;
}

header .upper_layer ul li:not(.open) a:hover {
    color: #000;
    background: rgba(228, 225, 215, 0.78);
    text-decoration: none;
}

 header .upper_layer ul {
	  display: block;
	  width: 200px;
	  height: 605px;
	  position: absolute;
	  top: 36px;
	  padding-top: 30px;
	  padding-bottom: 35px;
	  margin-left: -10px;
	  background: #20572B;
	  left: -525px;
	  transition: all 0.3s;
 }

	header .upper_layer ul::before {
		content: '';
		display: block;
		width: 500px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -495px;
		background-color: #20572B;
	}

    header .upper_layer ul.open {
        left: -10px;
    }

    header .upper_layer ul li {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
    }

    header .upper_layer ul li.open::after {
        display: none;
    }

    header .upper_layer ul li:nth-child(3) {
        margin-left: 0;
    }

    header .upper_layer ul li a {
        display: block;
        width: 100%;
    }

    header .upper_layer ul li:not(.open) a:hover {
        background: #f2f2f2;
    }

header .logo {
    position: relative;
    z-index: 999;
}

header .logo img {
    max-width: 94px;
}

header .main_layer {
    display: none;
}

header .main_layer > .container {
    padding: 0;
    position: absolute;
    top: 56px;
    left: 180px;
}

header .main_layer .type1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(230, 235, 230, 0.78);
    padding: 40px 40px 10px 70px;
}

header .main_layer .type1::after {
    content: '';
    display: block;
    clear: both;
}

header .main_layer .type1 a {
    width: 190px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

header .main_layer .type1 a:last-child {
    margin-right: 0;
}

header .main_layer .type1 a .image {
    height: 110px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

header .main_layer .type1 a .image img {
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    margin: auto;
    height: 100%;
    min-width: 100%;
    width: auto;
}

header .main_layer .type1 a .image img:hover {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
}

header .main_layer .type1 a .title {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    padding-top: 10px;
}

header .main_layer .type1 a .title:hover {
    text-decoration: underline;
}

header .main_layer .type2 {
    position: absolute;
    top: 0;
    background: rgba(230, 235, 230, 0.78);
    padding: 25px 45px;
    z-index: 99;
	 width: 714px;
}

@media (max-width: 670px) {
	.type2 {
		top: -3px;
	}
}

/* new */
header .main_layer .type2 .category {
	display: flex;
}

header .main_layer .type2 .category::after {
    content: '';
    display: block;
    clear: both;
}

header .main_layer .type2 .category .category-item a {
    width: 190px;
    height: 90px;
    background-size: cover;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 90px;
    float: left;
    position: relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(../image/grayscale.svg);*/
    filter: gray;
    transition: all 0.3s;
}

header .main_layer .type2 .category .category-item a:hover {
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -ms-filter: inherit;
    -o-filter: inherit;
    filter: inherit;
}

header .main_layer .type2 .category .category-item a img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

header .main_layer .type2 .category .category-item a span {
    display: inline-block;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
}

header .main_layer .type2 .category .category-item a span:hover {
    text-decoration: underline;
}


/* new */
header .main_layer .type2 .category .subcategory {
	display: flex;
	flex-wrap: wrap;
}


header .main_layer .type2 .category .subcategory a {
    background: #5d5a50;
    background-size: cover;
    position: relative;
    border-left: solid 1px #b7b3aa;
    border-bottom: solid 1px #b7b3aa;
    padding: 0 5px;
	 display: flex;
	 justify-content: center;
	 width: 95px;
	 min-height: 45px;
}

header .main_layer .type2 .category .subcategory a {
    background: #fff;
    opacity: 0.9;
}

header .main_layer .type2 .category .subcategory a:hover {
    opacity: 1;
    transition: opacity .2s;
    -webkit-box-shadow: inset -1px 1px 4px 0px rgba(214, 204, 190, 1);
    -moz-box-shadow: inset -1px 1px 4px 0px rgba(214, 204, 190, 1);
    box-shadow: inset -1px 1px 4px 0px rgba(214, 204, 190, 1);
}

header .main_layer .type2 .category .subcategory a:hover img {
    max-width: 80%;
    max-height: 80%;
}

header .main_layer .type2 .category .subcategory a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    bottom: 0;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
}

 .open_mobile_menu {
	  width: 36px;
	  height: 32px;
	  outline: none;
	  border: solid 1px #fff;
	  border-radius: 4px;
	  background: none;
 }

 .open_mobile_menu i {
	  display: block;
	  width: 80%;
	  height: 2px;
	  border-radius: 3px;
	  background: #fff;
	  margin: 5.5px auto;
	  transition: all 0.3s;

	  top: 0;
 }

 .open_mobile_menu.open i:nth-child(2) {
	  background: transparent;
 }

 .open_mobile_menu.open i:nth-child(1) {
	  position: relative;
	  transform: rotate(45deg) translate(5px, 5px);
	  width: 95%;
 }

 .open_mobile_menu.open i:nth-child(3) {
	  position: relative;
	  transform: rotate(-45deg) translate(5px, -5px);
	  width: 95%;
 }

.menu-item-title {
    display: flex;
	 justify-content: center;
    align-items: center;
	 text-align: center;
    position: relative;
    color: #494949;
	 font-size: 13px;
}
a.menu-item-title:hover {
    text-decoration: none;
}

@media (max-width: 1200px) {
    header .main_layer .type2 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 991px) {
    header .main_layer .type2 .category .category-item a {
        width: 147px;
        height: 70px;
		  margin: 0 0 1px 0;
        line-height: 70px;
        font-size: 14px;
    }
    header .main_layer .type2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    header .main_layer .type1 a {
        width: 140px;
    }

    header .main_layer .type1 a .image {
        height: 80px;
    }
	
    header .upper_layer ul {
		  height: 491px;
    }
	.menu-item-title {
		 font-size: 12px;
	}
	header .main_layer .type2 .category .subcategory a {
		 width: 85px;
		 min-height: 35px;
	}
	header .main_layer .type2 {
		 width: 675px;
	}

}

@media (max-width: 769px) {
	
	header .container {
		width: 100%;
	}
	
    header .main_layer .type1 {
        padding: 10px;
        text-align: center;
    }

    header .main_layer .type1 a {
        float: none;
        width: 125px;
        display: inline-block;
        vertical-align: top;
        margin: 10px !important;
    }

    header .main_layer .type1 a .title {
        font-size: 11px;
    }

    header .main_layer .type2 {
        background: rgba(228, 225, 215, 1);
        padding: 20px 10px 10px;
		  width: 575px;
    }

    header .main_layer .type2 .category {
        text-align: left;
        /*border-bottom: solid 2px #333;*/
        /*margin-bottom: 1px;*/
    }

    header .main_layer .type2 .category .category-item a {
        width: 147px;
        line-height: 68px;
        margin: 0 0 1px 0;
        display: block;
        float: none;
    }

    header .main_layer .type2 .category .subcategory a {
        min-height: 30px
    }
	
    header .upper_layer ul {
		  height: 472px;
    }
}

@media (max-width: 670px) {
	header .logo {
		 display: none;
	}
	header .main_layer .type2 {
		top: -3px;
	}
    header .main_layer .type2 .category .category-item a {
        line-height: 50px;
    }
	header .main_layer .type2 .category .category-item a span {
		top: 10px;
	}
    header .main_layer .type2 .category .subcategory a {
        display: none;
    }
}

/*====================================================*/
/*================== HOME-PAGE =======================*/
/*====================================================*/
.first-screen h1 {
    background: linear-gradient(104.04deg, #EFC167 8.77%, #A37922 36.81%, #FFDD9A 63.19%, #C78F27 91.23%);
    font-size: 72px;
    line-height: 85%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.first-screen h1::after {
    content: '';
    display: block;
    height: 1px;
    max-width: 320px;
    background: linear-gradient(104.04deg, #EFC167 8.77%, #A37922 36.81%, #FFDD9A 63.19%, #C78F27 91.23%);
    margin: 20px auto 0;
}

.first-screen h1 span {
    font-size: 24px;
}

@media screen and (max-width: 420px) {
    .first-screen h1 {
        font-size: 60px;
        line-height: 85%;
    }

    .first-screen h1 span {
        font-size: 18px;
    }
}

#home_page .first-screen {
    background: url(../image/home-first-bg.jpg) center;
    background-repeat: no-repeat;
    height: 600px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home_page .first-screen p {
    font-size: 16px;
    line-height: 21px;
    max-width: 450px;
    margin: auto;
}

#home_page .first-screen img {
    max-width: 100%;
}

#home_page .brands {
    padding: 35px 0;
    display: flex;
    max-width: 1090px;
    margin: 0 auto;
}

#home_page .brands .slide {
    width: 200px;
    text-align: center;
}

#home_page .brands .slide .logo {
    height: 110px;
    width: 100%;
    position: relative;
}

#home_page .brands .slide .logo img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#home_page .brands .slide .name {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

#home_page .brands .slide .link a {
    font-weight: 100;
    font-size: 12px;
    color: #ebc09f;
    text-decoration: underline;
    letter-spacing: 0.4px;
}

#home_page .brands .vapy-button {
    margin-top: 30px;
}

#home_page .table-menu {
    width: 100%;
    background: #2b1d12;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#home_page .table-menu .col {
    height: auto;
    float: left;
    overflow: hidden;
}

#home_page .table-menu .col-1 {
    width: 44.8%;
    overflow: hidden;
}

#home_page .table-menu .col-2 {
    width: 34.6%;
}

#home_page .table-menu .col-3 {
    width: 20.6%;
}

#home_page .table-menu .col-4 {
    width: 25%;
}

#home_page .table-menu .col-5 {
    width: 46.6%;
}

#home_page .table-menu .col-6 {
    width: 50%;
}

#home_page .table-menu .cell {
    background: #1a1312 center center;
    background-size: cover;
    height: 200px;
    display: table;
}

#home_page .table-menu .cell:hover {
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -ms-filter: inherit;
    -o-filter: inherit;
    filter: inherit;
}

#home_page .table-menu .cell p {
    font-family: Merriweather;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;

}

#home_page .table-menu .cell span {
    font-size: 18px;
    display: block;
}

#home_page .table-menu .cell b {
    font-size: 36px;
    display: block;
    font: 400;
}

#home_page .table-menu .vapy-button {
    margin-top: 25px;
}

#home_page .table-menu .cell-1 {
    width: 100%;
    height: 27.432vw;
    background-image: url(../image/table/oruzhie.jpg);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#home_page .table-menu .cell-2 {
    width: 100%;
    height: 17.914vw;
    background-image: url(../image/table/pnevmatika.jpg);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#home_page .table-menu .cell-3 {
    width: 100%;
    height: 47.296vw;
    background-image: url(../image/table/odezhda.jpg);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#home_page .table-menu .cell-4 {
    width: 100%;
    height: 19.893vw;
    background-image: url(../image/table/travmaticheskoe.jpg);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#home_page .table-menu .cell-5 {
    width: 100%;
    height: 29.411vw;
    background-image: url(../image/table/boepripasi.jpg);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#home_page .table-menu .cell-6 {
    width: 100%;
    height: 17.914vw;
    background-image: url(../image/table/optika.jpg);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#home_page .table-menu .cell-7 {
    width: 100%;
    height: 17.914vw;
    background-image: url(../image/table/aksessuary.jpg);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#home_page .table-menu .cell-8 {
    width: 100%;
    height: 17.914vw;
    background-image: url(../image/table/seyfi.jpg);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#home_page .table-menu .cell a {
    opacity: 0;
}

#home_page .table-menu .cell:hover a {
    opacity: 1;
    transition: all 1s;
}

#home_page .table-menu .cell:hover a:hover {
    text-shadow: none;
    text-decoration: none;
}

@media (max-width: 1200px) {
    #home_page .table-menu .cell b {
        font-size: 34px;
    }

    #home_page .table-menu .cell span {
        font-size: 16px;
    }

    #home_page .table-menu .vapy-button {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    #home_page .table-menu .cell b {
        font-size: 28px;
    }

    #home_page .table-menu .cell span {
        font-size: 14px;
    }

    #home_page .table-menu .vapy-button {
        margin-top: 10px;
        width: 120px;
        font-size: 14px;
    }
}

@media (max-width: 769px) {
    #home_page .first-screen {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #home_page .first-screen img {
        margin-top: 0;
        margin-bottom: 20px;
        width: 300px;
    }

    #home_page .first-screen p br {
        display: none;
    }

    #home_page .table-menu .col {
        width: 100%;
    }

    #home_page .table-menu .cell {
        height: auto;
        padding: 15px 0;
        border: solid 1px #000;
    }
}

/*===============================================================*/
/*===================== BRENDS ==================================*/
/*===============================================================*/

#brends .up {
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
    position: relative;
}

#brends .up .logo {
    padding-top: 30px;
    text-align: center;
}

#brends .up .link {
    text-decoration: underline;
    font-weight: 100;
    text-align: center;
    color: #ebc09f;
    font-size: 13px;
    margin-bottom: 19px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

#brends .up p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

#brends .tabs {
    background: #000;
    overflow: hidden;
    margin-top: -30px;
}

#brends .tabs ul {
    list-style: none;
    position: relative;
}

#brends .tabs ul::before,
#brends .tabs ul::after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    bottom: 0;
    width: 1000px;
    height: 14px;
    background: url(../image/brends-tabs-ba.png) center center no-repeat;
    right: 100%;
    margin-right: 10px;
}

#brends .tabs ul::after {
    right: auto;
    left: 100%;
    margin-left: 10px;
    margin-right: 0;
}

#brends .tabs ul li {
    display: block;
    float: left;
    width: 16.666666%;
    height: 60px;
    background-size: cover;
}

#brends .tabs ul li:nth-child(1) {
    background-image: url(../image/menu-category0.jpg);
}

#brends .tabs ul li:nth-child(2) {
    background-image: url(../image/menu-category1.jpg);
}

#brends .tabs ul li:nth-child(3) {
    background-image: url(../image/menu-category2.jpg);
}

#brends .tabs ul li:nth-child(4) {
    background-image: url(../image/menu-category3.jpg);
}

#brends .tabs ul li:nth-child(5) {
    background-image: url(../image/menu-category4.jpg);
}

#brends .tabs ul li:nth-child(6) {
    background-image: url(../image/menu-category5.jpg);
}

#brends .tabs ul li {
    background: #000;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    transition: all 0.3s;
}

#brends .tabs ul li:hover,
#brends .tabs ul li.active {
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -ms-filter: inherit;
    -o-filter: inherit;
    filter: inherit;
}

#brends .tabs ul li a {
    background: rgba(0, 0, 0, 0.4);
    display: block;
    text-align: center;
    width: 100%;
    line-height: 60px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
}

#brends .tabs ul li:hover a,
#brends .tabs ul li.active a {
    background: rgba(0, 0, 0, 0);
}

#brends .down {
    color: #000;
    padding-bottom: 50px;
}

#brends .down.no-bg {
    background-image: none;
}

#brends .down .list {
    margin-top: 50px;
}

#brends .down .list .item {
    float: left;
    margin: 10px;
    width: 165px;
    height: 240px;
    transition: all 0.3s;
    border: solid 2px transparent;
}

#brends .down .list .item:hover {
    background: #000000;
    border: solid 2px #1e1e1e;
}

#brends .down .list .item .image {
    width: 100%;
    text-align: center;
    height: 140px;
    position: relative;
}

#brends .down .list .item .image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    height: auto;
}

#brends .down .list .item .title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

#brends .down .list .item .link {
    display: block;
    text-decoration: underline;
    font-weight: 100;
    text-align: center;
    color: #ebc09f;
    font-size: 13px;
    margin-bottom: 19px;
}

#brends .down .list .item .more {
    color: #838791;
    text-decoration: underline;
    text-align: center;
    display: block;
    opacity: 0;
    transition: all 0.3s;
}

#brends .down .list .item:hover .more {
    opacity: 1;
}

#brends .down h1 {
    font-weight: 600;
    font-size: 24px;
}

#brends .down p {
    font-size: 14px;
    line-height: 16px;
    font-weight: lighter;
}

@media (max-width: 991px) {
    #brends .down {
        padding-bottom: 20px;
    }

    #brends .down .list {
        text-align: center;
        margin: 20px 0 0px 0;
    }

    #brends .down .list .item {
        float: none;
        display: inline-block;
        width: 120px;
        height: 180px;
    }

    #brends .down .list .item .image {
        height: 100px;
    }

    #brends .down .list .item .link {
        margin-bottom: 8px;
    }
}

@media (max-width: 769px) {
    #brends .down {
        padding-bottom: 20px;
    }

    #brends .down .list {
        margin: 10px 0 0px 0;
    }

    #brends .down .list .item {
        float: none;
        display: inline-block;
        width: 100px;
        height: 160px;
    }

    #brends .down .list .item .image {
        height: 80px;
    }

    #brends .down .list .item .title {
        font-size: 12px;
    }

    #brends .down .list .item .link {
        margin-bottom: 8px;
        font-size: 11px;
    }

    #brends .tabs ul li {
        width: 33.33%;
    }
}

/*===============================================================*/
/*=================== PAGES =====================================*/
/*===============================================================*/
#page .item {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    padding: 0 30px 30px 50px;
}

#page .item::after {
    content: '';
    display: block;
    clear: both;
}

#page .item ul {
	margin-left: 15px;
}



@media (max-width: 769px) {
	#page .item {
		 padding: 0 15px 20px;
	}
}

/*===============================================================*/
/*=================== CONTACTS ==================================*/
/*===============================================================*/
#contacts .item {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

#contacts .item::after {
    content: '';
    display: block;
    clear: both;
}

#contacts .item .info {
    width: 30%;
}

#contacts .item .map {
    width: 70%;
}

#contacts .item .info h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #20572B;
}

#contacts .item .info .address {
    font-size: 16px;
    line-height: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
}

#contacts .item .info .phones a {
    font-size: 16px;
    color: #20572B;
}

#contacts .item .info .worktime {
    font-size: 16px;
    padding-top: 10px;
    clear: both;
}

#contacts .item .info .worktime b {
    color: #20572B;
}

#contacts .item .map > ymaps,
#contacts .item .map > ymaps > ymaps {
    height: 100% !important;
    position: absolute !important;
}

@media (max-width: 769px) {
    #contacts .item .info {
        width: 100%;
    }

    #contacts .item .info .address,
    #contacts .item .info .phones {
        width: 100%;
        min-height: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #contacts .item .info .worktime {
        padding-top: 0;
    }

    #contacts .item .map {
        position: relative;
        width: 100%;
    }

    #contacts .item .map > ymaps,
    #contacts .item .map > ymaps > ymaps {
        height: 200px !important;
        position: relative !important;
    }
}

@media (max-width: 450px) {
    #contacts .item .info .address,
    #contacts .item .info .phones {
        float: none;
        width: 100%;
    }
}

/*===============================================================*/
/*===================== GAllERY =================================*/
/*===============================================================*/
#media .vapy-button {
    margin-top: 40px;
    margin-bottom: 30px;
}

#media .top_nav {
    width: 100%;
    position: relative;
}

#media .top_nav::after {
    content: '';
    display: block;
    clear: both;
}

#media .top_nav a {
    width: 25%;
    float: left;
    display: block;
    height: 230px;
    background-size: cover;
    line-height: 230px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

#media .top_nav a:nth-child(1) {
    background-image: url(../image/gallery-cat1.jpg);
}

#media .top_nav a:nth-child(2) {
    background-image: url(../image/gallery-cat2.jpg);
}

#media .top_nav a:nth-child(3) {
    background-image: url(../image/gallery-cat3.jpg);
}

#media .top_nav a:nth-child(4) {
    background-image: url(../image/gallery-cat4.jpg);
}

#media .gallery {
    padding: 30px 0 30px;
}

#media .gallery .list {
    text-align: center;
}

#media .gallery .list a {
    overflow: hidden;
    float: left;
    height: 270px;
    display: block;
    position: relative;
}

#media .gallery .list a img {
    position: absolute;
    top: -300px;
    left: -300px;
    bottom: -300px;
    right: -300px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

#media .gallery .list a:nth-child(1) {
    width: 33%;
}

#media .gallery .list a:nth-child(2) {
    width: 24%;
}

#media .gallery .list a:nth-child(3) {
    width: 14%;
}

#media .gallery .list a:nth-child(4) {
    width: 29%;
}

#media .gallery .list a:nth-child(5) {
    width: 15%;
}

#media .gallery .list a:nth-child(6) {
    width: 34%;
}

#media .gallery .list a:nth-child(7) {
    width: 34%;
}

#media .gallery .list a:nth-child(8) {
    width: 17%;
}

#media .video {
    background: #efefef;
    padding: 30px 0 30px;
}

#media .video .list {
    text-align: center;
}

#media .video .list .item {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    text-align: left;
    text-decoration: none;
}

#media .video .list .item .image {
    display: block;
    overflow: hidden;
    position: relative;
    height: 215px;
    width: 100%;
}

#media .video .list .item .image img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 10;
}

#media .video .list .item .image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e1116;
    opacity: 0;
    z-index: 11;
    transition: all 0.3s;
}

#media .video .list .item:hover .image::before {
    opacity: 0.72;
}

#media .video .list .item .image::after {
    content: '';
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 12;
    border-top: 17px solid transparent;
    border-left: 32px solid #fff;
    border-bottom: 17px solid transparent;
    border-right: 0px solid #fff;
    transition: all 0.3s;
}

#media .video .list .item:hover .image::after {
    opacity: 1;
}

#media .video .list .item .title {
    padding-top: 10px;
}

#media .video .list .item .title a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#media .news .list {
    text-align: center;
}

#media .news .list .item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 40px;
}

#media .news .list .item .image {
    position: relative;
    height: 200px;
    overflow: hidden;
    float: left;
    width: 30%;
    margin-right: 20px;
}

#media .news .list .item .image img {
    width: 100%;
}

#media .news .list .item .text {
    overflow: hidden;
    text-align: left;
}

#media .news .list .item .text .title a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

#media .news .list .item .text .content {
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
    padding-right: 20px;
}

#media .news .list .item .text .vapy-button {
    margin: 10px 0 0;
    width: 160px;
    font-size: 14px;
}

#media .review {
    background: #efefef;
    text-align: center;
}

#media .review .item {
    display: inline-block;
    width: 49%;
    margin-bottom: 50px;
    text-align: left;
}

#media .review .item .title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

#media .review .item .content {
    padding-top: 30px;
    font-size: 14px;
    line-height: 16px;
    padding-right: 20px;
}

#media .review .item .date {
    color: #646871;
    font-weight: 400;
    font-size: 14px;
    padding-top: 20px;
}

@media (max-width: 1200px) {
    #media .top_nav a {
        height: 170px;
        line-height: 170px;
    }

    #media .video .list .item {
        width: 210px;
    }

    #media .video .list .item .image {
        height: 130px;
    }
}

@media (max-width: 991px) {
    #media .top_nav a {
        height: 130px;
        line-height: 130px;
        font-size: 22px;
    }

    #media .video .list .item {
        width: 160px;
    }

    #media .video .list .item .image {
        height: 100px;
    }

    #media .video .list .item .title {
        font-size: 12px;
    }

    #media .news .list .item {
        width: 100%;
    }

    #media .gallery .list a {
        width: 25% !important;
        height: 180px;
    }

    #media .gallery .list a img {
        width: 120%;
    }

}

@media (max-width: 769px) {
    #media .vapy-button {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #media .top_nav a {
        height: 100px;
        line-height: 100px;
        font-size: 18px;
    }

    #media .video .list .item {
        width: 250px;
        margin: 5px;
    }

    #media .video .list .item .image {
        height: 120px;
    }

    #media .video .list .item:nth-child(5),
    #media .video .list .item:nth-child(6),
    #media .video .list .item:nth-child(7),
    #media .video .list .item:nth-child(8) {
        display: none;
    }

    #media .review .item {
        width: 100%;
    }

    #media .review .item .content {
        padding-top: 10px;
    }

    #media .gallery .list a {
        width: 50% !important;
    }

}

@media (max-width: 450px) {
    #media .top_nav a {
        height: 70px;
        width: 50%;
        line-height: 70px;
        font-size: 16px;
    }

    #media .news .list .item .image {
        float: none;
        height: auto;
        margin: 0 auto 20px;
    }

    #media .gallery .list a {
        height: 150px;
    }
}

/*===============================================================*/
/*===================== GAllERY =================================*/
/*===============================================================*/
#gallery {
    padding: 50px 0 0;
}

#gallery .description {
    color: #fff;
    padding: 30px 5px 20px;
}

#gallery .vapy-button {
    margin-top: 40px;
    margin-bottom: 30px;
}

#gallery .gallery a {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
}

#gallery .gallery a img {
    max-width: 100%;
}

#gallery .gallery a div {
    display: none;
}

#gallery .gallery a:hover div {
    display: block;
}

#gallery .gallery a:hover div span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: #fff;
    font-size: 30px;
}

#gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    #gallery .gallery a {
        padding: 5px;
        margin-bottom: 5px;
    }
}

@media (min-width: 769px) {
    #gallery .gallery a {
        padding: 5px;
        margin-bottom: 5px;
    }
}

@media (min-width: 410px) {
    #gallery .gallery a {
        padding: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 409px) {
    #gallery .gallery a {
        width: 100%;
        margin-bottom: 5px;
    }
}

/*===============================================================*/
/*===================== CATEGORY ================================*/
/*===============================================================*/
#category > div {
    background-size: cover;
    background-position: center;
    border-bottom: solid 3px #000
}

#category > div:nth-child(5n+1) {
    background-image: url(../image/category-bg1.jpg);
}

#category > div:nth-child(5n+2) {
    background-image: url(../image/category-bg2.jpg);
}

#category > div:nth-child(5n+3) {
    background-image: url(../image/category-bg3.jpg);
}

#category > div:nth-child(5n+4) {
    background-image: url(../image/category-bg4.jpg);
}

#category > div:nth-child(5n) {
    background-image: url(../image/category-bg5.jpg);
}

#category .container {
    padding-bottom: 30px;
    padding-top: 10px;
}

#category .list {
    text-align: center;
}

#category .list .item {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: 165px;
    height: 240px;
    transition: all 0.3s;
    border: solid 2px transparent;
}

#category .list .item:hover {
    background: #000000;
    border: solid 2px #1e1e1e;
}

#category .list .item .image {
    width: 100%;
    text-align: center;
    height: 140px;
    position: relative;
}

#category .list .item .image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    height: auto;
}

#category .list .item .title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

#category .list .item .link {
    display: block;
    text-decoration: underline;
    font-weight: 100;
    text-align: center;
    color: #ebc09f;
    font-size: 13px;
    margin-bottom: 19px;
}

#category .list .item .more {
    color: #838791;
    text-decoration: underline;
    text-align: center;
    display: block;
    opacity: 0;
    transition: all 0.3s;
}

#category .list .item:hover .more {
    opacity: 1;
}

@media (max-width: 991px) {
    #category .list {
        text-align: center;
        margin: 20px 0 0px 0;
    }

    #category .list .item {
        float: none;
        display: inline-block;
        width: 120px;
        height: 180px;
    }

    #category .list .item .image {
        height: 100px;
    }

    #category .list .item .link {
        margin-bottom: 8px;
    }
}

@media (max-width: 769px) {
    #category .list {
        margin: 10px 0 0px 0;
    }

    #category .list .item {
        float: none;
        display: inline-block;
        width: 100px;
        height: 160px;
    }

    #category .list .item .image {
        height: 80px;
    }

    #category .list .item .title {
        font-size: 12px;
    }

    #category .list .item .link {
        margin-bottom: 8px;
        font-size: 11px;
    }

    #brends .tabs ul li {
        width: 33.33%;
    }
}

/*===============================================================*/
/*==================== CATALOG ==================================*/
/*===============================================================*/
#catalog h1 {
    margin: 10px 0;
    font-size: 20px;
    text-align: center;
}

#catalog .category_menu {
    padding-bottom: 10px;
}

#catalog .category_menu ul {
    display: block;
    list-style: none;
}

#catalog .category_menu ul li {
    height: 65px;
    display: table;
    float: left;
    width: 16.66666%;
    background-color: #e8eee9;
    position: relative;
}

#catalog .category_menu ul li a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #20572B;
    padding: 10px;
}

#catalog .category_menu ul li a:hover, #catalog .category_menu ul li a.active {
    text-decoration: none;
    background-color: #d2ddd4;
}

#catalog .category_menu ul li + li::before {
    content: '';
    width: 1px;
    display: block;
    position: absolute;
    height: 30%;
    top: 0;
    left: -1px;
    bottom: 0;
    margin: auto;
    background-color: #D2DDD5;
}

#catalog #compare-total {
    margin-left: 25px;
    color: #000;
    text-decoration: underline;
}

#catalog #compare-total:hover {
    text-decoration: none;
}

#catalog .category_sort ul {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 2px;
}

#catalog .category_sort ul li {
    height: 53px;
    display: table;
    float: left;
    width: 16.66666%;
    position: relative;
    border: solid 2px #f0ccab;
    margin-left: -2px;
    margin-top: -2px;
}

#catalog .category_sort ul li a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
}

#catalog .category_sort ul li a:hover,
#catalog .category_sort ul li a.active {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

#catalog .open_filter {
    display: block;
    cursor: pointer;
    padding: 10px 0;
    color: #fff;
    background: #20572B;
    border: solid 1px #fff;
    border-left: none;
    width: 200px;
    text-align: center;
    position: relative;
}

@media (min-width: 992px) {
    #catalog .open_filter {
        display: none;
    }
}

#catalog .product-buttons a {
    cursor: pointer;
}

#catalog .table {
    z-index: 10;
    position: relative;
    display: table;
    margin-bottom: 0;
    margin-top: 30px;
}

#catalog .table .sidebar-left, #catalog .table .sidebar-right {
    z-index: 12;
    display: table-cell;
    position: relative;
    width: 300px;
    padding-bottom: 40px;
}

#catalog .table .sidebar-right {
    padding: 0 10px 0 40px;
    margin-left: 15px;
}

#catalog .table .sidebar-left form {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
}

#catalog .table .sidebar-left .title {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 18px 0;
}

#catalog .table .sidebar-left .checkbox {
    display: block;
    position: relative;
}

#catalog .table .sidebar-left .checkbox input {
    position: absolute;
    width: 0px;
    height: 0px;
    vertical-align: top;
    margin: 0;
}

#catalog .table .sidebar-left .checkbox label {
    vertical-align: top;
    display: inline-block;
    padding-left: 26px;
    line-height: 16px;
    position: relative;
}

#catalog .table .sidebar-left .checkbox label::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    border: solid 2px #d0ae0d;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
}

#catalog .table .sidebar-left .checkbox input:checked + label::before {
    content: '✔';
    color: #fff;
    background: #d0ae0d;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
}

#catalog .table .sidebar-left .price {
    display: block;
}

#catalog .table .sidebar-left .price input:first-child {
    margin-left: 20px;
}

#catalog .table .sidebar-left .price input {
    background: #fff;
    border: 1px solid #20572B;
    display: inline-block;
    color: #000;
    height: 28px;
    text-align: center;
    width: 80px;
    float: left;
}

#catalog .table .sidebar-left .price input[type="number"]::-webkit-outer-spin-button,
#catalog .table .sidebar-left .price input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

#catalog .table .sidebar-left .price .dash {
    display: block;
    float: left;
    height: 28px;
    position: relative;
    width: 26px;
}

#catalog .table .sidebar-left .price .dash::before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    background: #20572B;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#catalog .table .sidebar-left .price .currency {
    display: block;
    float: left;
    color: #000;
    padding-left: 6px;
    line-height: 26px;
}

#catalog .table .sidebar-left .price .price_slider {
    width: 270px;
    display: block;
    max-width: 100%;
    height: 21px;
    border-radius: 0;
    background-color: #EAEAEA;
    border: solid 2px #EAEAEA;
    margin-top: 13px;
    padding: 0 13px 0 33px;
}

#catalog .table .sidebar-left .price .price_slider .ui-slider {
    background: none;
    height: 100%;
    width: 100%;
    border: none;
}

#catalog .table .sidebar-left .price .price_slider .ui-slider-handle {
    height: 100%;
    width: 0px;
    border-radius: 0;
    background: #000;
    top: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

#catalog .table .sidebar-left .price .price_slider .ui-slider-handle::before {
    content: '';
    right: 100%;
    width: 23px;
    height: 100%;
    background: #20572B;
    position: absolute;
}

#catalog .table .sidebar-left .price .price_slider .ui-slider-handle:last-child::before {
    right: auto;
    left: 100%;
}

#catalog .table .sidebar-left .price .price_slider .ui-slider-handle::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -14px;
    bottom: 0;
    margin: auto 0;
}

#catalog .table .sidebar-left .price .price_slider .ui-slider-handle:last-child::after {
    left: 9px;
}

#catalog .table .sidebar-left .price .price_slider .ui-slider-range {
    opacity: 0;
}

#catalog .table .list {
    padding-left: 15px;
    padding-bottom: 30px;
    margin-top: -12px;
}

#catalog .table .list .info {
    display: block;
    padding: 12px 12px 0;
}

#catalog .table .list .info .find {
    font-size: 14px;
    float: left;
    text-align: left;
}

#catalog .table .list .info .sort {
    float: right;
    text-align: right;
}

#catalog .table .list .info .sort a {
    color: inherit;
    text-decoration: none;
    margin-left: 10px;
}

#catalog .table .list .info .sort a.active {
    text-decoration: underline;
    font-weight: 600;
}

#catalog .table .list .info .sort a.up::after {
    content: '↑';
    display: inline-block;
    padding-left: 2px;
}

#catalog .table .list .info .sort a.down::after {
    content: '↓';
    display: inline-block;
    padding-left: 2px;
}

#catalog .table .list #items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#catalog .table .list #items .item {
    flex: 1 1 48%;
    max-width: 48%;
    padding: 25px 25px 10px;
    border: 2px solid #EAEAEA;
    margin: 10px 5px;
}

@media (max-width: 768px) {
    #catalog .table .list #items .item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

#catalog .table .list .item::after {
    content: '';
    display: block;
    clear: both;
}

#catalog .table .list .item .title {
    margin-top: 20px;
}

#catalog .table .list .item .title a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Merriweather';
}

#catalog .table .list .item .code {
    margin-top: 5px;
    background: #20572B;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    display: inline-block;
}

#catalog .table .list .item .params .text {
    margin: 20px 0;
}

#catalog .table .list .item .params .text p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

#catalog .table .list .item .image {
    overflow: hidden;
    position: relative;
}

#catalog .table .list .item .image img {
    width: 100%;
}

#catalog .table .list .item .funcs .price {
    float: left;
    color: #20572B;
    font-size: 17px;
    line-height: 18px;
    font-weight: 600;
}

#catalog .table .list .item .funcs .price::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-top: 2px;
    background: url(../image/price_icon.svg) center center no-repeat;
    float: left;
}

#catalog .table .list .item .funcs .buy {
    display: block;
    float: left;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -7px;
    white-space: nowrap;
    height: 30px;
}

#catalog .table .list .item .funcs .buy:hover {
    color: #fff;
}

#catalog .table .list .item .funcs .buy.disabled {
    background: #9f9f9f;
	 cursor: auto;
}

#catalog .table .list .item .funcs .right {
    float: right;
    text-align: right;
}

#catalog .table .list .item .funcs .right a {
    color: #616161;
    font-size: 16px;
}

#catalog .table .list .item .funcs .right a + a {
    margin-left: 10px;
}

#catalog .table .list .show_more {
    display: block;
    text-align: center;
    margin: 50px 0 20px;
    text-decoration: underline;
    color: #a99484;
    font-size: 14px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #catalog .table .filter {
        width: 240px;
    }

    #catalog .category_menu ul li {
        height: auto;
        width: 33.33%;
    }

    #catalog .category_menu ul li a {
        height: 70px;
    }

    #catalog .category_menu ul li:nth-child(4)::before {
        display: none;
    }

    #catalog .category_menu ul li:nth-child(4)::after,
    #catalog .category_menu ul li:nth-child(5)::after,
    #catalog .category_menu ul li:nth-child(6)::after {
        position: absolute;
        content: '';
        display: block;
        width: 30%;
        height: 1px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -1px;
        background: #D2DDD5;
    }

    #catalog .table .sidebar-left {
        width: 240px;
    }

    #catalog .table .sidebar-left .price input:first-child {
        margin-left: 0;
    }

    #catalog .table .sidebar-left .price .price_slider {
        width: 210px;
    }

    #catalog .table .list .item {
        padding: 15px 15px;
    }

    #catalog .table .list .item .funcs .right {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    #catalog .table .list {
        padding-left: 0;
    }
    #catalog .table .sidebar-left {
        position: absolute;
        height: 100%;
        display: block;
        left: -365px;
        transition: all 0.3s;
        border-top: solid 1px #fff;
        background-color: #fff;
    }

    #catalog .table .sidebar-left.open {
        left: -10px;
    }

    #catalog .table .sidebar-left::before {
        border-top: solid 1px #fff;
        top: -1px;
    }

    #catalog .table .sidebar-left::after {
        content: '';
        position: absolute;
        display: block;
        top: -1px;
        left: 100%;
        height: 100%;
        width: 10px;
        background: #20572B;
        border-right: solid 1px #fff;
        border-top: solid 1px #fff;
    }

    #catalog .category_sort ul li {
        width: auto;
        display: inline-block;
        vertical-align: top;
        float: none;
        border-left: solid 2px #f0ccab !important;
        height: auto;
    }

    #catalog .category_sort ul li a {
        display: block;
    }

    /**/
    #catalog .category_menu ul li {
        width: 100%;
    }

    #catalog .category_menu ul li::before {
        display: none !important;
    }

    #catalog .category_menu ul li:not(:first-child)::after {
        position: absolute;
        content: '';
        display: block;
        width: 30%;
        height: 1px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -1px;
        background: #D2DDD5;
    }

    #catalog .category_menu ul li a {
        height: auto;
    }

    #catalog .table .list .item .params {
        float: none;
        height: auto;
        width: 100%;
    }

    #catalog .table .list .item .params .text {
        height: auto;
        padding-top: 10px;
    }

    #catalog .table .list .item .image {
        float: none;
        height: auto;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #catalog .table .list .item .image img {
        position: relative;
        max-width: 100%;
    }

    #catalog .table .list .item .funcs .buy,
    #catalog .table .list .item .funcs .price,
    #catalog .table .list .item .funcs .rate {
        float: none;
        margin-left: 0;
    }
}

@media (max-width: 769px) {
    #catalog .table .sidebar-left {
        left: -250px;
    }
}

/*===============================================================*/
/*==================== PRODUCT ==================================*/
/*===============================================================*/
#product {

}

#product .item {
    background: #fff;
    padding: 20px 70px;
	 position: relative;
}

#product .item .left {
    float: left;
    width: calc(100% - 220px);
}

#product .item .right {
	 position: absolute;
	 right: 0;
	 z-index: 9;
}

#product .item h1 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

#product .item .code {
    margin-top: 10px;
    background: #20572B;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    display: inline-block;
}

#product .item .main_image {
    margin-top: 35px;
    margin-bottom: 0;
}

#product .item .main_image a {
    border: none;
    outline: none;
}

#product .item .main_image img {
    display: block;
    margin: 0 auto;
    max-height: 225px;
}

#product .item .nav_images {
    text-align: center;
    padding: 0 10px;
    margin: 0 auto 40px;
    max-width: 528px;
}

#product .item .nav_images .slick-track {
    margin: 0 auto;
}

#product .item .nav_images .slick-slide {
    margin: 0 5px;
    min-height: 70px;
    padding: 0 5px;
    border: solid 2px #ebebeb;
    position: relative;
    outline: none;
    cursor: pointer;
}

#product .item .nav_images .slick-slide.slick-current {
    outline: none;
    border-color: #20572B;
}

#product .item .nav_images .slick-slide img {
    max-width: 95%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#product .item .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#product .item .info .description {
    vertical-align: top;
    padding: 0 20px 10px 10px;
    color: #616161;
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 30px;
    width: 100%;
}

.caption .description {
    color: #616161;
    line-height: 16px;
    margin-top: 10px;
}

#product .item .info .description p + p {
    margin-top: 20px;
}

#product .item .info .description .more {
    color: #a99484;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}

#product .item .info .description ol, #product .item .info .description ul {
    padding-left: 15px;
}

#product .item .info .control {
    width: 475px;
    border-left: solid 2px #ebebeb;
    padding-top: 25px;
    padding-bottom: 15px;
}

#product .item .info .control .price {
    padding: 14px 10px;
    float: left;
    color: #20572B;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-left: 15px;
}

#product .item .info .control .price::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-top: 2px;
    background: url(../image/price_icon.svg) center center no-repeat;
    float: left;
}

#product .item .info .control .buy {
    padding: 14px 45px;
    background: #ED1C24;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin-left: 25px;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

#product .item .info .control .buy.disabled {
    background: #9f9f9f;
    cursor: auto;
}

#product .item .info .control .availability {
    font-size: 14px;
    color: #20572B;
    line-height: 17px;
    padding: 19px 0 19px 20px;
    background: #f2f2f2;
    border-top: solid 2px #ebebeb;
    border-bottom: solid 2px #ebebeb;
    margin-top: 27px;
}

#product .item .info .control .availability::before {
    content: '✔';
    display: block;
    float: left;
    margin-right: 5px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #20572B;
}

#product .item .info .control .availability.not {
    color: #ED1C24;
}

#product .item .info .control .availability.not::before {
    content: '×';
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
    padding-top: 0px;
	 background: #ED1C24;
}

#product .item .info .control .func {
    border-bottom: solid 2px #ebebeb;
    padding: 15px 0;
    text-align: center;
}

#product .item .info .control .func button {
    border: none;
    padding: 0;
}

#product .item .info .control .func button:hover {
    text-decoration: underline;
    background: none;
    border: none;
}

#product .item .info .control .func, #product .item .info .control .func a {
    color: #624e47;
    font-size: 14px;
}

#product .item .info .control .func a:first-child, #product .item .info .control .func button:first-child {
    padding-right: 13px;
    border-right: solid 2px #ebebeb;
}

#product .item .info .control .func a:last-child, #product .item .info .control .func button:last-child {
    padding-left: 13px;
}

#product .item .info .control .links {
    padding: 20px 0;
}

#product .item .info .control .links a {
    display: block;
    text-decoration: underline;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    margin-left: 20px;
    margin-top: 10px;
}

#product .item .switch {
    border-top: solid 2px #DEE6DF;
    border-bottom: solid 2px #DEE6DF;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

#product .item .switch li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
}

#product .item .switch li a {
    display: block;
    min-width: 130px;
    max-width: 100%;
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
    color: #20572B;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

#product .item .switch li.active a {
    background: #E9EFEA;
    text-decoration: none;
}

#product .item .switch li:hover a {
    background: #E9EFEA;
}

#product .item .switch_content {
    color: #616161;
    font-size: 14px;
    line-height: 16px;
}

#product .item .switch_content::after {
    content: '';
    display: block;
    clear: both;
}

#product .item .switch_content > div:not(:first-child) {
    display: none;
}

#product .item .switch_content .left {
    float: left;
    width: 49%;
    border-right: 2px solid #DEE6DF;
}

#product .item .switch_content .right {
    float: right;
    width: 50%;
    text-align: left;
	 position: relative;
}

#product .item .switch_content .title {
    text-align: center;
    color: #616161;
    padding-bottom: 20px;
    font-weight: bold;
}

#product .item .switch_content table {
    width: 100%;
}

#product .item .switch_content table td {
    padding: 4px 5px;
    width: 50%;
}

#product .item .switch_content table td:first-child {
    font-weight: bold;
}

#product .item .switch_content .comment,
#reviews .comment {
    padding: 20px;
    background: #f2f2f2;
}

#product .item .switch_content .comment.reply,
#reviews .comment.reply {
    background: #fff4e5;
}

#product .item .switch_content .comment + .comment,
#reviews .comment + .comment {
    margin-top: 20px;
}

#product .item .switch_content .comment::after,
#reviews .comment::after {
    content: '';
    display: block;
    clear: both;
}

#product .item .switch_content .comment .name,
#reviews .comment .name {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    float: left;
    font-weight: 600;
	margin-bottom: 15px;
}

#product .item .switch_content .comment .name span,
#reviews .comment .name span {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
}

#product .item .switch_content .comment .date,
#reviews .comment .date {
    float: right;
    font-size: 14px;
    text-align: right;
    position: relative;
    top: -10px;
}

#product .item .switch_content .comment .text,
#reviews .comment .text {
    clear: both;
    padding-bottom: 15px;
    font-size: 14px;
}

#product .item .switch_content .comment .button-reply,
#reviews .comment .button-reply {
    text-decoration: underline;
    cursor: pointer;
    display: block;
    color: #696969;
    font-size: 14px;
    background: none;
    border: none;
    outline: none;
}

#reviews .comment .rate {
    margin-top: 35px;
}

#reviews input, #reviews textarea, #product input, #product textarea {
    border-radius: 0;
}

#product .item .similar_products {
    border-top: solid 2px #DEE6DF;
}

#product .item .similar_products .grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
}

#product .item .similar_products .title {
    line-height: 50px;
    text-align: center;
    color: #616161;
    padding-bottom: 0px;
    font-weight: bold;
}

#product .item .similar_products .s_item {
    width: 23%;
    border: solid 2px #ebebeb;
    padding: 0 12px 12px;
    margin: 6px;
}

#product .item .similar_products .s_item .image {
    display: block;
    width: 100%;
    text-align: center;
}

#product .item .similar_products .s_item .image img {
    margin: auto;
}

#product .item .similar_products .s_item .name, .caption .name a {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    min-height: 50px;
    padding-bottom: 20px;
    text-decoration: underline;
    font-family: 'Merriweather';
}

#product .item .similar_products .s_item .name a {
    color: #000;
}

#product .item .similar_products .s_item .price, .caption .price {
    font-weight: 700;
    font-size: 16px;
    color: #20572B;
}

@media (max-width: 990px) {
    #product .item .similar_products .s_item {
        width: 31%;
    }
    #product .item .left {
        float: left;
        width: 100%;
    }

}

@media (max-width: 576px) {
    #product .item .similar_products .s_item {
        width: 90%;
    }
}

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

.accessories .image a {
    display: inline-block;
}

#button-review {
    color: #111;
}

@media (max-width: 1200px) {
    #product .item .switch li a {
        min-width: 100px;
    }
}

@media (max-width: 991px) {
    #product .item .switch_content .left {
        margin-bottom: 20px;
    }

    #product .item .switch_content .left,
    #product .item .switch_content .right {
        float: none;
        width: 100%;
    }
}

@media (max-width: 769px) {
    #product .item .info .control .buy {
        margin-left: 10px;
    }
    #product .item {
        padding: 10px 10px;
    }

    #product .item .left,
    #product .item .right {
        display: block;
        float: none;
        text-align: left;
    }

    #product .item .right {
		width: 100px;
		float: right;
    }

    #product .item .info {
        display: flex;
        flex-wrap: wrap;
    }

    #product .item .info .description {
        display: block;
        order: 2;
    }

    #product .item .info .control {
        margin: 0 auto;
        width: 100%;
        display: block;
        border-top: solid 2px #ebebeb;
        border-right: solid 2px #ebebeb;
        border-bottom: solid 2px #ebebeb;
        margin-bottom: 40px;
    }

    #product .item .info .control .links {
        text-align: center;
    }

    #product .item .switch {
        flex-wrap: wrap;
    }

    #product .item .switch li {
        display: block;
        width: 100%;
    }

    #product .item .switch li a {
        line-height: 35px;
    }

    #product .item .switch_content .comment .name span {
        display: block;
        padding-left: 0;
    }

    #product .item .main_image {
        position: relative;
    }

    #product .item .main_image {
        text-align: center;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    #product .item .main_image .slick-track {
        margin: 0 auto;
    }

    #product .item .main_image .slick-slide.slick-current {
        outline: none;
        border-color: #ababab;
    }
    #product .item .switch_content .left {
       border: none;
    }
}

/*===============================================================*/
/*===================== FOOTER ==================================*/
/*===============================================================*/
footer .main {
    background-color: #20572B;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-logo {
    display: flex;
    align-items: center;
	 margin-left: -10px;
}

@media (max-width: 769px) {
    .footer-logo {
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
    }
}

.footer-logo img {
    width: 62px;
    margin-right: 12px;
}

.footer-logo .merriweather {
    font-family: 'Merriweather';
    background: linear-gradient(104.04deg, #EFC167 8.77%, #A37922 36.81%, #FFDD9A 63.19%, #C78F27 91.23%);
    font-size: 24px;
    line-height: 85%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-logo .merriweather span {
    font-size: 12px;
}

footer .main .menu {
    position: relative;
}

footer .main .menu > ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

footer .main .menu > ul > li {
    float: left;
    position: relative;
}

footer .main .menu > ul > li > a, footer .main .menu > ul > li > div.jw-notlink {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

footer .main .menu > ul > li > a::hover {
    color: #fff;
    text-decoration: none;
}

footer .main .menu > ul > li:last-child > a {
    padding-right: 0;
}

footer .main .menu > ul > li > ul {
    text-align: left;
    margin-top: 5px;
}

footer .main .menu > ul > li > ul > li > a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}

footer .main .menu > ul > li > ul > li > a::hover {
    color: #fff;
}

footer .main .callback {
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

footer .main .callback .phones {
    float: left;
}

footer .main .callback .phones b {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

footer .main .callback .phones p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 0;
}

footer .main .callback .phones a {
    color: #fff;
    margin-right: 10px;
}

footer .main .callback .button {
    float: right;
    height: 42px;
    width: 200px;
    background: none;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 15px;
    line-height: 39px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 2px solid #FFFFFF;
}

footer .main .address {
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    padding-left: 30px;
}

footer .main .address b {
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}

footer .main .address p + p {
    margin-top: 15px;
}

footer .social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

footer .social a {
    margin-right: 35px;
}

footer .copyright {
    font-size: 12px;
    line-height: 160%;
    color: #fff;
    margin-top: 50px;
    padding: 0 15px;
}

@media (max-width: 1200px) {
    footer .main .menu > ul > li > a {
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    footer .main .menu {
        text-align: left;
        padding-left: 50px;
    }

    footer .social {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    footer .social a {
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 991px) {
    footer .main .menu {
        text-align: center;
        padding-left: 25px;
    }

    footer .main .callback .button {
        float: none;
        margin: 20px auto 20px;
    }

    footer .main .callback .phones {
        float: none;
        width: 265px;
        margin: 0 auto;
        max-width: 100%;
    }

    footer .main .address p {
        width: 265px;
        max-width: 100%;
        margin: 0 auto;
    }

    footer .main .address p + p {
        margin-top: 5px;
    }
}

/*===============================================================*/
/*===================== Blog ==================================*/
/*===============================================================*/
#blog .vapy-title {
    margin-top: 0;
}

#blog .title a, #blog-video .title a {
    font-weight: bold;
    font-size: 18px;
    color: #c49876;
    text-transform: uppercase;
}

#blog .panel, #blog .article-description {
    border-radius: 0;
    color: #616161;
    font-size: 14px;
    line-height: 20px;
}

#blog .date {
    margin-top: 5px;
    background: #616161;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    display: inline-block;
}

#blog .results {
    color: #fff;
}

#blog > .article {
    padding-bottom: 35px;
}

#blog .article-video {
    margin-bottom: 20px;
}

.vapy-button.black {
    color: #777;
    font-size: 16px;
    letter-spacing: 2px;
    border-color: #777;
    width: 170px;
    padding: 4px 5px;
    background: none;
}

.vapy-button.black:hover {
    color: #fff;
    background-color: #777;
}

#blog .article-subtitle {
    text-align: right;
    color: #A58064;
    margin-bottom: 15px;
}

#blog .article-description {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px 30px;
}

#blog .article-intro figure {
    margin-bottom: 15px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

iframe {
	width: 100%;
	height: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span, .pagination > li.active > span {
    border: solid 1px #fff;
    background-color: transparent;
    color: #fff;
    margin-right: 5px;
    font-size: 15px;
}

.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li > a:hover {
    color: #000;
    background-color: #fff;
    border: solid 1px #fff;
}

@media (max-width: 991px) {
    .vapy-button.black {
        width: 160px;
    }

    .vapy-title {
        font-size: 24px;
        margin: 25px 0 20px;
    }
}

@media (max-width: 769px) {
    .vapy-button.black {
        font-size: 14px;
        width: 145px;
        padding: 3px 4px;
    }

    .vapy-title {
        font-size: 20px;
        margin: 15px 0 10px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 4px 10px;
    }
}

#form-review select, #form-review input {
    color: #000;
}

#form-review #button-review {
    border: 2px solid #000;
    border-radius: 0;
    background: none;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#form-review #button-review:hover {
    background: #fff;
    color: #000;
}

/*====================================================*/
/*==================== FAQ =======================*/
/*====================================================*/
.faq-item {
    margin-bottom: 10px;
}

.faq-item .faq-question span {
    border-bottom: 1px dashed;
}

.faq-item .faq-question i {
    color: #b61819;
    margin-right: 5px;
}

.faq-item .faq-question:hover {
    cursor: pointer;
}

.faq-item .faq-answer {
    display: none;
    margin-left: 30px;
    background-color: #F8F8F6;
    padding: 10px;
}

.faq-item .faq-answer p:last-child {
    margin-bottom: 0;
}

.price button {
    border: solid 2px #fff;
    background-color: #d9d9d9;
    padding: 4px 10px;
    margin-top: 20px;
}

#breadcrumbs i.fa-home::before {
    content: '';
}

#breadcrumbs i.fa-home {
    overflow: hidden;
    text-indent: -100px;
    display: inline-block;
}

#content.compare {
    color: #fff;
    background: #0c0c0c;
}

#content.compare tr, #content.compare td {
    border: solid #281d1a 3px;
}

#content.compare table a {
    color: #c49876;
}

#content.compare table img {
    border-radius: 0;
}

#content.compare table input, #content.compare table input + a {
    background: none;
    border: none;
    font-weight: bold;
}

#content.compare table input {
    color: #c49876;
}

#content.compare table input + a {
    color: #b35653;
}

#content.compare table input:hover, #content.compare table input + a:hover {
    text-decoration: underline;
}

#content.checkout input, #content.login .well input {
    outline: none;
}

#content.checkout a, #content.register a, #content.login .well a {
    color: #20572B;
}

#content.checkout input[type="button"], #content.checkout input[type="submit"], 
#content.register input[type="submit"],
#content.login .well input[type="submit"],
#content.login .well a.btn-primary,
#content.error a.btn-primary {
    background: none;
    text-transform: uppercase;
    border: solid 2px #000;
}

#content.checkout input,
#content.register input,
#content.register select,
#content.login .well input,
#content.login .well a.btn-primary,
#content.error a.btn-primary {
    border-radius: 0;
}

#content.checkout input[type="button"]:hover, #content.checkout input[type="submit"]:hover,
#content.register input[type="submit"]:hover,
#content.login .well input[type="submit"]:hover,
#content.login .well a.btn-primary:hover,
#content.error a.btn-primary:hover {
    text-decoration: underline;
}

#content.register {
    margin-bottom: 35px;
    color: #fff;
}

#content.register fieldset, #content.register fieldset legend {
    background: #1a1312;
    color: #fff;
    border: solid #281d1a 1px;
}

#content.register fieldset {
    margin-bottom: 20px;
}

#content.register fieldset legend {
    padding: 5px 15px;
}

#content.login .well {
    border-radius: 0;
    background: #1a1312;
    color: #fff;
    border: solid #281d1a 2px;
}

#content.login .well a.btn-primary {
    color: #fff;
}

.alert-success {
    border-radius: 0;
    opacity: .85;
    text-align: center;
}

#product #button-review {
    color: #666;
    border: solid 2px #555;
}

#product #button-review:hover {
    color: #111;
    border: solid 2px #111;
    transition: all 0.2s;
}

#product .pagination li a, #product .pagination li span {
    color: #666;
    border: solid 2px #555;
}

#product .pagination li a:hover, #product .pagination li.active span {
    color: #fff;
    background: #666;
    font-weight: bold;
    transition: all 0.3s;
}

#content.error {
    margin-bottom: 70px;
}

#content.error p {
    padding: 20px;
    margin-bottom: 15px;
    border: solid #281d1a 3px;
    text-align: center;
}

#blog-video .date {
    color: #c49876;
    text-align: right;
    margin: 5px;
}

#blog-video .title {
    margin-top: 25px;
}

#blog-video .title p {
    margin: 0;
}

#blog-video .introtext {
    color: #caa488;
}

#blog-video .buttons a {
    color: #ccad95;
    text-transform: uppercase;
    text-decoration: underline;
}

#blog-video .image {
    position: relative;
    display: block;
}

#blog-video .image i {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
}

#blog-video .image:hover i {
    font-size: 36px;
    margin-top: -18px;
    margin-left: -18px;
}

@media (max-width: 991px) {
    #blog-video .title a {
        font-size: 14px;
    }

    #blog-video .image i {
        font-size: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
}

@media (max-width: 769px) {
    #blog-video .image {
        text-align: center;
    }

    #blog-video .image img {
        display: inline-block;
    }
}

.ya-share2 {
    float: left;
}

/* rate for products */
.rate {
    display: block;
    width: 90px;
    background: url(../image/stars_sprite.png) bottom center no-repeat;
    height: 14px;
    margin-bottom: 25px;
}

.rate.s0 {
    -ms-background-position-y: -75px;
    background-position-y: -75px;
}

.rate.s1 {
    -ms-background-position-y: -60px;
    background-position-y: -60px;
}

.rate.s2 {
    -ms-background-position-y: -45px;
    background-position-y: -45px;
}

.rate.s3 {
    -ms-background-position-y: -30px;
    background-position-y: -30px;
}

.rate.s4 {
    -ms-background-position-y: -15px;
    background-position-y: -15px;
}

.rate.s5 {
    -ms-background-position-y: -0px;
    background-position-y: -0px;
}

/* products main page */


.new .list .item {
    border: 2px solid #EAEAEA;
    margin: 0 12px 24px;
    padding: 35px 25px 15px;
}

.new .list .item img {
    max-width: 100%;
}

.new .list .item .h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.new .list .item .h4 a {
    color: #000;
}

@media screen and (max-width: 1201px) {
    .new .list .item .h4 {
        font-size: 13px;
    }
}

.new .list .item .code {
    background-color: #20572B;
    color: #fff;
    margin-top: 8px;
    padding: 1px 6px 2px;
    display: inline-block;
}

.new .list .item .params p {
    line-height: 100%;
}

.new .list .item .list-buttom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.new .list .item .list-buttom .price {
    font-size: 16px;
    font-weight: 700;
    color: #20572B;
}

.new .list .item .list-buttom .price img {
    margin-top: -2px;
    margin-right: 6px;
    display: inline-block !important;
}

.buy {
    font-family: 'Roboto Condensed';
    background-color: #ED1C24;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 13px 6px;
    outline: none;
    white-space: nowrap;
}

.buy img {
    margin-top: -2px;
    margin-right: 8px;
    display: inline-block !important;
}

.slider a,
.slider button {
    outline: none;
}

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

.slider .img a {
    display: inline-block;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 12px;
    height: 37px;
    background: transparent url("../image/slider-arrow.svg") no-repeat center;
    background-size: contain;
    border: none;
    text-indent: -100px;
    overflow: hidden;
    outline: none;
}

.slider .slick-arrow {
    top: 33%;
    margin-top: 0;
}

#product .slick-arrow {
    margin-top: -14px;
    width: 9px;
    height: 28px;
}

.slick-prev {
    left: -15px;
}

#product .slick-prev {
    left: 0;
}

.slick-next {
    right: -15px;
    transform: rotate(180deg);
}

#product .slick-next {
    right: 0;
}

.slick-slide {
    outline: none;
}

@media screen and (max-width: 991px) {
    .slider {
        max-width: 608px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 760px) {
    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 420px) {
    .container.new {
        padding-right: 0;
        padding-left: 0;
    }
    .new .list .item {
        margin-left: 6px;
        margin-right: 6px;
        padding-right: 12px;
        padding-left: 12px;
    }

    #product .slick-arrow {
        display: none!important;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1280px;
    }
}

#catalog .table .filter {
    padding: 0 24px 24px;
    border: 2px solid #EAEAEA;
}



/*===============================================================*/
/*======================= CART ==================================*/
/*===============================================================*/
#cart{
    padding-bottom: 50px;
}
#cart .basket{

}
#cart .basket .titles{
    margin-bottom: 15px;
}
#cart .basket .titles>div{
    float: left;
    text-align: center;
    font-size: 16px;
    color: #000;
}
#cart .basket .titles .image{ width: 32%;}
#cart .basket .titles .name	{ width: 25%;}
#cart .basket .titles .cost	{ width: 15%;}
#cart .basket .titles .count{ width: 13%;}
#cart .basket .titles .sum	{ width: 15%;}

#cart .basket .list .item{
    position: relative;
    min-height: 120px;
    background: #fff;
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
}
#cart .basket .list .item:after{
    content: '';
    display: block;
    clear: both;
}
#cart .basket .list .item>div,
#cart .basket .list .item .ni>div{
    float: left;
    display: table;
    height: 100px;
    color: #000;
    font-size: 14px;
}
#cart .basket .list .item>div p{
    display: table-cell;
    vertical-align: middle;
}
#cart .basket .list .item .ni{
    width: 57%;
    display: block;
}
#cart .basket .list .item .ni>div{
    float: right;
    display: table;
}
#cart .basket .list .item .ni .name{
    width: 44%;
    color: #000;
    font-family: 'Merriweather';
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
#cart .basket .list .item .ni .image{
    width: 56%;
    text-align: center;
}
#cart .basket .list .item .ni .image img{
    width: 80%;
}
#cart .basket .list .item .cost{
    width: 15%;
    text-align: center;
}
#cart .basket .list .item .count{
    width: 13%;
    text-align: center;
}
#cart .basket .list .item .count span{
    display: inline-block;
    width: 25px;
    height: 25px;
    border:none;
    background: transparent;
    cursor: pointer;
}
#cart .basket .list .item .count input{
    border:none;
    background: transparent;
    text-align: center;
    text-indent: 15px;
}
#cart .basket .list .item .sum{
    width: 15%;
    text-align: center;
}
#cart .basket .list .item .close{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    color:#000;
}
#cart .basket .list .item .close:after{
    content: '\2716';
}
#cart .controls{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cart .controls .back{
    float: left;
    color: #000;
    display: block;
    width: 170px;
    margin-left: 10%;
}
#cart .controls .buy{
    float: right;
    display: block;
    max-width: 100%;
    background-color: #20572B;
}
#cart .controls .buy .sum{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 210px;
    line-height: 42px;
}
#cart .controls .buy .sum b{
    font-weight: 600;
    padding-left: 7px;
    text-transform: none;
    color: #fff;
}

#cart .controls .buy button,
#cart .controls .buy a{
    width: 195px;
    padding: 2px 10px;
    background: #fff;
    height: 42px;
    text-align: center;
    font-weight: bold;
    color: #d52b2b;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
}

#cart .controls .buy a:hover {
    text-decoration: none;
}

#cart .controls .buy a{
    display: inline-block;
    line-height: 42px;
    width: 220px;
}

@media (max-width: 991px){
    #cart .basket .list .item .count span{
        display: none;
    }
    #cart .basket .list .item .count input{
        display: block;
        margin: auto;
        text-indent: 10px;
    }
}
@media (max-width: 769px){
    #cart .basket .titles{
        display: none;
    }
    #cart .basket .list .item{
        width: 380px;
        max-width: 100%;
        text-align: center;
        margin: 0 auto 10px;
    }
    #cart .basket .list .item .ni{
        float: none;
        width: 100%;
    }
    #cart .basket .list .item>div,
    #cart .basket .list .item .ni>div{
        height: auto;
        font-size: 14px;
    }
    #cart .basket .list .item .ni>div{
        float: none;
        width: 100%;
    }
    #cart .basket .list .item .ni .name{
        width: 100%;
        padding: 5px 0 5px 10px;
    }
    #cart .basket .list .item .ni .image{
        display: block;
        padding: 10px 0;
        width: 345px;
        max-width: 100%;
        margin: auto;
    }
    #cart .basket .list .item .cost{
        display: inline-block;
        width: 105px;
        padding-right: 5px;
        float: none;
    }
    #cart .basket .list .item .count{
        display: inline-block;
        width: 50px;
        float: none;
        position: relative;
    }
    #cart .basket .list .item .count input{
        display: inline-block;
        width: 40px;
    }
    #cart .basket .list .item .count:before{
        display: inline-block;
        position: absolute;
        left: -7px;
        content: 'Г—';
        color: #000;
        top: 0;
    }
    #cart .basket .list .item .count:after{
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        content: '=';
        color: #000;
    }
    #cart .basket .list .item .sum{
        display: inline-block;
        width: 110px;
        float: none;
        padding-left: 5px;
    }
    #cart .controls .back{
        text-align: center;
        width: 100%;
        float: none;
    }
    #cart .controls .buy{
        float: none;
        width: 100%;
    }
    #cart .controls .buy .sum{
        text-align: center;
        width: 100%;
        float: none;
    }
    #cart .controls .buy button,
    #cart .controls .buy a{
        float: none;
        margin: 0px auto 20px;
        display: block;
    }
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	 margin-top: 12px;
	 position: relative;
}

.top #cart {
    width: 200px;
    height: 20px;
    background: none;
    padding: 0;
	 white-space: nowrap;
	 z-index: 999;
}

.top #cart a {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    background: #fff;
    color: #000;
	 padding: 6px 7px;
}

.top #cart a:hover {
    text-decoration: none;
}

.top #cart a img {
    width: 19px;
    margin-right: 6px;
}

.buttom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lang {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
	z-index: 999;
}

.lang a {
    color: #96BD9E;
}

.lang .active {
    color: #fff;
}

.lang a:first-child::after {
    content: '\2044';
    display: inline-block;
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 1.5px;
	 line-height: 0;
}

header .upper_layer ul li:not(.open) .lang a:hover {
	background: none;
}

.buy img {
    width: 18px;
    filter: brightness(8);
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.dropdown-menu {
    padding: 0;
    margin: 8px 0 0;

}

#search {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 37px;
    padding: 0 15px;
    background-color: #45784f;
	z-index: 999;
}

#search input {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    width: 400px;
	 background-color: #45784f;
}

#search input::-webkit-input-placeholder {
    color: #fff;
}
#search input::-moz-placeholder {
    color: #fff;
}
#search input:-ms-input-placeholder {
    color: #fff;
}
#search input::placeholder {
    color: #fff;
}

#search .search-btn {
    background: #fff;
    border: none;
    outline: none;
	 background-color: #45784f;
}

#search .search-btn img {
    width: 17px;
}

@media (max-width: 1024px) {
    #search input {
        width: 350px;
    }
}

@media (max-width: 991px) {
    #search input {
        width: 275px;
    }
    .top #cart {
        top: -8px;
        right: 0;
		  width: 30px;
		  margin-left: 25px;
        z-index: 999;
    }
    .top #cart a {
        float: right;
		  background: none;
    }
    .top #cart #cart-total {
        display: none;
    }
    .top #cart a img {
        filter: brightness(8);
        width: 27px;
        margin-right: 0;
    }
}

@media (max-width: 769px) {
    .lang {
        margin-left: 15px;
    }
    .top #cart {
        margin-right: 15px;
    }
    #search {
        margin-left: 15px;
    }
    #search input {
        width: 200px;
    }
}

@media (max-width: 670px) {
	.top {
		margin-top: 15px;
	}
    #search input {
        width: 175px;
    }
	.lang {
		display: none;
	}
	.top #cart a {
		 padding: 6px;
	}
}

#cart .dropdown-menu p {
    margin-top: 10px;
}

tbody {
    line-height: 180%;
}

.pagination {
    padding-left: 20px;
}

.pagination li {
    display: inline-block;
    text-align: center;
    border: solid 1px #C4C4C4;
}

.pagination li > span,
.pagination li > a {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    color: #888888;
}

.btn-primary {
    color: #000;
}

.btn-primary:hover {
    color: #000 !important;
}

.panel-group .panel {
    border-radius: 0;
}

.params {
    margin-top: 20px;
    margin-bottom: 25px;
}

.filter-values {
    max-height: 300px;
    overflow-y: auto;
    margin: 30px 0;
}

.filter-values::-webkit-scrollbar {
    width: 6px;
}

.filter-values::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.filter-values::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(32, 87, 43, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.filter-values::-webkit-scrollbar-thumb:hover {
    background: rgba(32, 87, 43, 0.6);
}

.small, small {
    font-size: x-large;
}

.general .left table, .general .right, .parametrs table {
    margin: 20px 0 15px;
}

.page-success {
    padding-bottom: 50px;
}

.mobile-languages .lang {
	display: flex;
	margin-left: 23px;
}

.mobile-languages .lang a {
	width: auto;
	padding: 0 2px;
}

.mobile-languages .lang a span {
	color: #96BD9E;
}

.mobile-languages .lang a span.active {
	color: #fff;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex .flex-item {
	flex: 1 1 50%;
	max-width: 50%;
}

@media (max-width: 769px) {
	.flex .flex-item {
		flex: 1 1 100%;
		max-width: 100%;
	}
}


/*slider main page*/
.carousel {
  position: relative;
  overflow: hidden;
}

.carousel input {
	display: none;
}

.slides {
  width: 500%;
  height: 100%;
  background: #fff;
  display: flex;
}

@media (max-width: 769px) {
	.slides {
	  width: 650%;
	}
}


.slides .slide {
  width: 20%;
  height: 100%;
  transition: 0.6s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  -moz-transition: 0.6s all ease-in-out;
  -ms-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
}

@media (max-width: 769px) {
.slides .slide {
  width: 16%;
}
}

.slide img {
  width: 100%;
  height: 100%;
}

.selectors {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.selectors label {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
  margin: 10px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}

.selectors label:hover {
  background: #fff;
}

input[type=checkbox], input[type=radio] {
	cursor: pointer;
   position: relative;
   top: 3px;
}

/* Fill Selector */

#s1:checked ~ .selectors label[for="s1"] {
  background-color: #fff;
}

#s2:checked ~ .selectors label[for="s2"] {
  background-color: #fff;
}

#s3:checked ~ .selectors label[for="s3"] {
  background-color: #fff;
}

#s4:checked ~ .selectors label[for="s4"] {
  background-color: #fff;
}

#s5:checked ~ .selectors label[for="s5"] {
  background-color: #fff;
}

/* Slides navigation logic */

#s1:checked ~ .slides .slide:nth-child(1) {
  margin-left: 0%;
}

#s2:checked ~ .slides .slide:nth-child(1) {
  margin-left: -20%;
}

#s3:checked ~ .slides .slide:nth-child(1) {
  margin-left: -40%;
}

#s4:checked ~ .slides .slide:nth-child(1) {
  margin-left: -60%;
}


/* cart page */
#cart .cart-page-header {
	margin: 30px 0 20px;
}

#cart .cart-page-header .text-success a {
	color: #3c763d;
}

#cart .form-group .form-control {
	height: 37px;
	border-radius: 0;
	margin: 10px 0;
}

#cart .form-group .input-group {
	width: 100%;
}

#cart .form-group select {
	padding: 4px 8px;
}

#cart .form h5 {
	margin: 20px 0 0;
}

#cart .cart-img {
	margin: auto;
}

@media (max-width: 576px) {
	#cart .cart-img {
		width: 100%;
		text-align: center;
	}
}

#cart .cart-name {
	padding: 0;
	margin: auto;
}

#cart .cart-price {
	padding: 0;
   font-weight: 600;
   margin: auto;
   white-space: nowrap;
}

#cart .cart-number {
	padding: 0;
	margin: auto;
	margin-top: 25px;
}

@media (max-width: 576px) {
	#cart .cart-number {
		margin-top: 20px;
		margin-bottom: 15px;
	}
}

#cart .product {
   margin-top: 20px;
}

#cart .order {
   display: flex;
	flex-wrap: wrap;
   align-items: center;
   border: 1px solid lightgrey;
	margin-top: -1px;	
}

#cart .order .form-control {
	text-align: center;
   padding: 4px;
}

#cart .cart-remove {
   display: block;
   text-align: center;
   margin-top: 2px;
   color: red;
   font-size: 16px;
   text-decoration: none;
}

#cart .order-ready {
	margin: 15px 0;
   text-align: right;
}

#cart .order-ready .button {
   text-align: center;
	padding: 15px 50px;
	margin-top: 10px;
	font-size: 15px;
}

#cart .order-ready .button:hover {
   color: #fff;
	text-decoration: none;
}

#cart .order-ready h4 {
	margin-bottom: 25px;
}

/* search page */
#catalog.search-page .table .list #items .item {
	flex: 1 1 32%;
   max-width: 32%;
}

@media (max-width: 1024px) {
	#catalog.search-page .table .list #items .item {
		flex: 1 1 48%;
		max-width: 48%;
	}
}

@media (max-width: 768px) {
	#catalog.search-page .table .list #items .item {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.footer-tel {
	 position: fixed;
    bottom: 24px;
    right: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #20572B;
	 cursor: pointer;
	 z-index: 999;
}

.footer-tel a {
	display: block;
	padding: 15px;
}

.footer-tel img {
	width: 22px;
	height: 22px;
}

.price-old {
	color: #9e9e9e;
	font-weight: 500;
	text-decoration: line-through;
}

.info-main {
	margin: 5px 0 45px;
}

.info-main .flex {
	margin-bottom: 15px;
}

.mobile-call .call-button {
	font-size: 16px;
}

.mobile-call a:hover {
	background: none !Important;
	color: #fff !Important;
}

.war {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 15px 0;
	font-weight: 600;
}

.war .social img {
    margin-right: 24px;
	filter: brightness(0);
}

.war a {
	color: #20572B;
	text-decoration: none;
}

.war .point img {
    margin-right: 9px;
	filter: brightness(0);
}
.war .info {
    text-align: center;
}
@media (max-width: 600px) {
	.war {
		flex-wrap: wrap;
	}
	.war .info {
		width: 100%;
		order: -1;
		margin-bottom: 16px;
	}
}

.share-network-chat, .share-network-facebook, .share-network-telegram, .share-network-viber {
	background-color: #20572b!important;
}