/* Webfont: Lato-Hairline */@font-face {
    font-family: 'Lato';
    src: url('/font/Lato-Hairline.eot'); /* IE9 Compat Modes */
    src: url('/font/Lato-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/Lato-Hairline.woff2') format('woff2'), /* Modern Browsers */
         url('/font/Lato-Hairline.woff') format('woff'), /* Modern Browsers */
         url('/font/Lato-Hairline.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
    text-rendering: optimizeLegibility; }

/* Webfont: Lato-Light */@font-face {
    font-family: 'Lato';
    src: url('/font/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('/font/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('/font/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('/font//Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility; }

/* Webfont: Lato-LightItalic */@font-face {
    font-family: 'Lato';
    src: url('/font/Lato-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('/font/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/Lato-LightItalic.woff2') format('woff2'), /* Modern Browsers */
         url('/font/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('/font/Lato-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
    text-rendering: optimizeLegibility; }

/* Webfont: Lato-Medium */@font-face {
    font-family: 'Lato';
    src: url('/font/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('/font/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('/font/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('/font/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility; }

/* Webfont: Lato-MediumItalic */@font-face {
    font-family: 'Lato';
    src: url('/font/Lato-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('/font/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/Lato-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
         url('/font/Lato-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('/font/Lato-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
    text-rendering: optimizeLegibility; }

:root {
    --light-green: #232222;
	--main-hover: #677283; }

* {
	box-sizing: border-box;
	outline: none;
	font: inherit; }
	
html {
	position: relative; }
body {
	margin: 0 auto;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #232222;
	overflow-x: hidden;
	max-width: 2560px;
	/*position: relative;*/ }
	
h1 {
    font-size: 32px;
    margin-bottom: 90px;
    margin-top: 0;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
	
.mobile-only {
	display: none; }
	
img {
	max-width: 100%;
	height: auto; }
	
a {
	color: var(--light-green); }
	
strong {
	font-weight: 500; }
	
.bold-text {
	font-weight: 500; }
.caps-text {
	text-transform: uppercase; }
.color-text {
	color: var(--light-green); }
	
header {
	padding: 25px 60px 25px;
    border-bottom: 10px solid var(--light-green); }
.home-page header {
    border-bottom: none; }
.header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
.header-top > div {
	width: 50%; }
header ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	text-transform: uppercase; }

.help-menu ul li {
	border-right: 1px solid #232222;
	padding-right: 15px;
	margin-right: 15px;
	font-size: 13px; }
.help-menu ul li:last-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    font-weight: 500; }
	
header a {
	text-decoration: none;
	color: #232222;
	display: flex;
	font-weight: 500; }
header a:hover,
header .active a,
header .lang-active {
	text-decoration: underline;
	font-weight: 500; }
	
.mod-languages {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px; }
.mod-languages ul li {
	font-size: 13px;
	margin-left: 20px; }
.mod-languages ul li:first-of-type {
	margin-left: 0; }
	
/*.help-menu,
.lang-switcher {
	border-bottom: 1px solid var(--light-green);
	padding-bottom: 20px;
	margin-bottom: 10px; }*/
.header-top .border-line {
	width: 100%;
	height: 1px;
	margin: 20px 0 10px;
	background: var(--light-green); }
	
.soc-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	flex-wrap: wrap; }
svg.insta {
    width: 21px;
    height: 21px; }
svg.youtube {
    width: 23px;
    height: 16px; }
svg.facebook {
    height: 21px;
    width: 12px; }
svg.tiktok {
    width: 21px;
    height: 21px; }
.soc-buttons a {
	margin-left: 15px; }
.soc-buttons a:first-of-type {
	margin-left: 0; }
.heder-phone {
    font-size: 13px; }
.heder-phone p {
	margin: 0; }
	
.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    flex-wrap: wrap; }
.logo {
    width: 200px; }
.logo svg {
	width: 151px;
	height: 68px; }
.cart {
    width: 200px;
    display: flex;
    justify-content: flex-end;
	position: relative; }
.cart svg {
	width: 41px;
	height: 40px; }
span.prod-count {
    position: absolute;
    top: 14px;
    right: 15px;
    font-weight: 500;
    font-size: 20px; }
.main-menu {
    width: 100%;
    display: flex;
    justify-content: center; }
.main-menu li {
	margin-right: 55px; }
.main-menu li:last-of-type {
	margin-right: 0; }
.main-menu li a {
	font-size: 18px;
	font-weight: 500; }
/*.mobile-menu {
	display: none; }*/
.mobile-menu {
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    z-index: 1;
    overflow: auto;
	border-left: 10px solid var(--light-green);
    padding: 30px 25px;
	transition: .5s; }
.mobile-menu > div {
	margin-bottom: 45px; }
.mobile-menu > div:last-of-type {
	margin-bottom: 0; }
.mobile-menu .mobile-arrow {
	text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 20px; }
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 15px; }
.mobile-menu .mod-list > li.deeper > ul > li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid var(--light-green); }
.mobile-menu a {
	text-decoration: none;
	color: #232222; }
.mobile-menu .close-button {
	position: absolute;
    top: 30px;
    right: 25px;
    display: flex;
    cursor: pointer; }
.mobile-menu .close-button svg {
	width: 20px;
	height: 20px; }
	
.banner {
	position: relative;
	display: flex;
	align-items: center; }
.banner .arrow {
	position: absolute;
	font-size: 37px;
	color: var(--light-green);
	cursor: pointer; }
.arrow.don-t-show,
.blog-items .arrow {
	display: none; }
.banner .left-arrow {
	left: 10px; }
.banner .right-arrow {
	right: 10px; }
.banner ul {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none; 
	overflow: hidden; }
.banner ul li {
	flex-shrink: 0;
	width: 100%;
	transition: .5s; }

.banner p {
	margin: 0; }
	
.main {
	margin: 90px 60px; }
	
	
	
footer {
	padding: 45px 60px 5px;
	background: #232222;
	color: #fff;
	border-top: 1px solid var(--light-green); }
footer a {
	color: #fff; }
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 150px; }
.footer-menu {
    display: flex; }
.footer-menu > div {
	margin-right: 115px; }
.footer-menu .mobile-arrow {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 35px; }
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
    padding-top: 10px; }
.footer-menu ul li {
	margin-bottom: 15px; }
.footer-menu ul a {
	font-size: 16px;
	color: #fff;
	text-decoration: none; }
	.footer-menu ul a:hover {
		text-decoration: underline; }
.fotter-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px; }
.fotter-bottom a {
	color: #fff;
	text-decoration: none; }
footer .soc-buttons svg {
	fill: #fff; }
	
	
/*home*/

.mod-head {
	font-size: 30px;
    margin-bottom: 90px;
    margin-top: 0;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
.latest_products.jshop_list_product {
	display: flex;
    flex-wrap: wrap;
	justify-content:space-between; }
.latest_products.jshop_list_product  > div {
	max-width: 405px;
	/*min-width: 280px;*/
	width: 24%;
	margin-bottom: 35px;
	display: flex;
    flex-direction: column;
    align-items: center; }
	
.home-main-cat {
    display: flex;
    justify-content: space-between;
	/*margin-bottom: 110px;*/ }
.slick-list.draggable {
	margin-bottom: 120px; }
.moduletable.home-main-cat-item {
    position: relative;
    display: flex; }
.main .slick-dots li.slick-active button:before {
    color: #fff; }
.main .slick-dots {
    bottom: 30px;
    right: 50%;
    text-align: right;
	transform: translate(50%, 0);
    width: auto; }
.main .slick-dots li button:before {
    font-size: 12px;
	color: #f3eeee; }
.home-main-cat-title {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
	z-index: 3;
	font-weight: 300; }
.moduletable.home-main-cat-item a {
	display: flex; }
.moduletable.home-main-cat-item p {
	margin: 0; }
.moduletable.home-main-cat-item img {
	margin: auto;
    filter: brightness(0.6);
	transition: .5s; }
/*.moduletable.home-main-cat-item:hover img {
	transform: scale(1.2); }*/

.home-video video {
	width: 100%; }
.home-video {
    margin: 0 -60px; }
.video-holder {
    margin-bottom: 120px;
	display: flex;
	position: relative;
	overflow: hidden; }
.video-holder:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5); }
	
.home-text {
	position: relative;
    display: flex;
    justify-content: space-between; }
.home-text > div {
	width: 48%; }
.home-text .custom *:first-of-type {
	margin-top: 0; }
.home-text .custom *:last-of-type {
	margin-bottom: 0; }
.home-text > .home-text-holder {
	position: absolute;
	right: 0;
	height: 100%;
	padding-right: 20px;
	overflow: auto; }
.home-text-holder h1 {
	text-align: left;
	font-weight: 300;
	margin-bottom: 0;
	padding-bottom: 40px; }
.home-text .cover-show-more {
	display: none;
	justify-content: center;
	margin-top: 30px;
	text-align: center; }
.home-text .show-more {
	position: absolute;
	bottom: 0;
	padding: 6px 47px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: white;
	background: var(--light-green);
	border: 1px solid var(--light-green);
	cursor: pointer;
	transition: .3s; }
	.home-text .show-more:hover {
		background: var(--main-hover);
		border: 1px solid var(--main-hover); }
body.hide-button .home-text .cover-show-more {
	display: none; }
	
/*product*/
.productfull form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1240px;
    margin: auto; }
.productfull .cover-image-box {
    width: 50%; }
.productfull .prod-image-box {
	/*width: 50%;*/
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-end; }
.productfull .prod-image-box img {
	margin-bottom: 50px; }
.productfull .prod-image-box img:last-of-type {
	margin-bottom: 0; }
.productfull .all-prod-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    padding-left: 30px;
	/*position: sticky;
    top: 20px;*/
    align-self: flex-start; }
.productfull h1 {
	font-size: 31px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 30px; }
.productfull .prod_price {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 50px; }
.productfull .related_header {
    font-size: 15px;
    margin-bottom: 15px; }
.productfull .list_related .row-fluid {
	display: flex;
	flex-wrap: wrap; }
.productfull .list_related .row-fluid > div {
	margin-right: 20px;
	margin-bottom: 10px; }
.productfull .jshop_related img {
	max-width: 120px; }
.productfull .jshop_related .name,
.productfull .jshop_related .oiproduct {
	display: none; }
.productfull .jshop_list_product {
	margin-bottom: 50px; }

.productfull .images-box {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 50%; }
.productfull .images-box .img-thumb img {
	width: 70px; }
.productfull .images-box .arrow {
	position: absolute;
	left: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 20px;
	color: white;
	background: black;
	border-radius: 50%;
	cursor: pointer;
	border: none; }
.productfull .images-box .arrow.hide {
	display: none; }
.productfull .images-box .arrow svg {
	fill: #fff; }
.productfull .images-box .arrow.inactive {
	opacity: .3;
	cursor: default; }
.productfull .images-box .top-arrow {
	top: 0;
	transform: rotate(-90deg); }
.productfull .images-box .bottom-arrow {
	bottom: 0;
	transform: rotate(90deg); }
.productfull .thumbs-list {
	position: absolute;
	top: 46px;
	bottom: 46px;
	overflow: hidden; }
.productfull .thumb-images {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0; }
.productfull .thumb-images .img-thumb {
	display: flex;
	justify-content: center;
	width: 100px;
	height: 100px;
	border: 1px solid grey;
	transition: .3s;
	margin-bottom: -1px; }
.productfull .big-image {
	position: relative;
	padding-left: 80px; }
.productfull .product_label {
	position: absolute;
	top: 10px;
	left: 110px; }

	
.productfull .jshop_prod_attributes {
	margin-bottom: 50px; }
.productfull .jshop_prod_attributes .attributes_title {
	margin-bottom: 15px; }
.productfull .jshop_prod_attributes .input_type_radio {
	margin-right: 15px; }
.productfull .jshop_prod_attributes .input_type_radio input[type=radio] {
	display: none; }
.productfull .jshop_prod_attributes .input_type_radio label {
	font-size: 16px;
	padding: 5px 10px;
	border: 1px solid #232222; }
.productfull .jshop_prod_attributes > div {
	display: flex;
	flex-direction: column; }
.productfull .jshop_prod_attributes .attr-holder {
	display: flex; }
.productfull .prod_buttons {
	margin-bottom: 50px; }
.productfull .prod_buttons .btn-buy,
.popup button {
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	background: var(--light-green);
	border: 1px solid var(--light-green);
	padding: 25px 90px;
	transition: .3s; }
.productfull .get-price {
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	background: var(--light-green);
	border: 1px solid var(--light-green);
	padding: 10px 35px;
	transition: .3s;
	margin: auto; }
	.productfull .prod_buttons .btn-buy:hover,
	.popup button:hover,
	.productfull .get-price:hover {
		background: var(--main-hover);
		border: 1px solid var(--main-hover); }
.productfull .get-price {
	margin-bottom: 50px;
	margin-top: 20px; }
.productfull .jshop_prod_description {
	margin-bottom: 50px; }
.productfull .jshop_prod_description p:first-of-type {
	margin-top: 0; }
.productfull .jshop_prod_description p:last-of-type {
	margin-bottom: 0; }
	
.productfull .extra_fields {
    margin-bottom: 50px; }
.productfull .extra_fields ul {
	padding-left: 18px;
	margin: 0; }
	
.productfull .review_item {
    margin-bottom: 30px; }
.productfull .review_item .review_text {
	margin-top: 25px;
	font-size: 16px; }
.productfull .review_item span.review_user {
    font-style: italic; }
.productfull .reviews-holder {
	display: none;
	max-height: 250px;
	width: 100%;
	padding-right: 20px;
	margin-top: 25px; }
.productfull .simplebar-track.simplebar-vertical:after {
	content: "";
	position: absolute;
	width: 1px;
	right: 5px;
	height: 100%;
	background: black; }
.productfull .simplebar-scrollbar.simplebar-visible:before {
	opacity: 1; }
	
.productfull .prod-help-menu {
	margin-bottom: 50px; }
.productfull .prod-help-menu ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    text-transform: uppercase; }
.productfull .prod-help-menu ul li {
    border-right: 1px solid #232222;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 14px; }
.productfull .prod-help-menu ul li:last-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0; }
.productfull .prod-help-menu a {
	color: #232222;
	text-decoration: none; }

.productfull .show-reviews {
	cursor: pointer; }

.productfull .add_review,
.productfull .show-reviews .text-hide,
body.show-reviews .show-reviews .text-show {
	display: none; }
	
.productfull .block_rating_hits {
	display: flex;
	justify-content: space-between;
	width: 100%; }
.block_rating_hits .give-feedback {
	cursor: pointer; }
body.show-reviews .reviews-holder,
body.add-review .add_review,
body.show-reviews .show-reviews .text-hide {
	display: block; }

.productfull .rating-view {
	position: relative; }
.productfull .rating-view .empty-stars,
.productfull .rating-view .full-stars {
	width: 142px;
	height: 23px;
	background-size: contain;
	background-repeat: no-repeat; }
.productfull .rating-view .cover-full-stars {
	position: absolute;
	top: 0;
	height: 23px;
	overflow: hidden; }
.productfull .rating-view .empty-stars {
	background-image: url(/images/empty-five-star.svg); }
.productfull .rating-view .full-stars {
	position: absolute;
	top: 0;
	background-image: url(/images/full-five-star.svg); }

.star-rating-control {
	display: flex; }
.star-rating {
	width: 12px !important;
	height: 25px;
	background: url(/images/star.svg) no-repeat 0 0px; }
.star-rating:nth-child(odd) {
	background-position: top 0 left -12px; }
.star-rating-hover {
	background-position: -30px 0; }
.star-rating-hover:nth-child(odd) {
	background-position: top 0 left -42px; }
.star-rating-on {
	background-position: top 0px right -18px; }
.star-rating-on:nth-child(odd) {
	background-position: top 0 right -6px; }
.star-rating a {
	display: none; }
	
.all-prod-info .add_review {
	margin-top: 25px;
	width: 100%;
	font-weight: 400;
    font-size: 14px; }
.all-prod-info .add_review input,
.all-prod-info .add_review textarea {
	width: 100%;
	border: 1px solid #E5EAEE;
	padding: 5px;
    margin-top: 3px; }
.all-prod-info .add_review .row-fluid {
	margin-bottom: 10px; }
.all-prod-info .add_review .row-fluid:last-of-type {
	margin-bottom: 0; }
.all-prod-info .add_review input.btn.btn-primary.button.validate {
    background: var(--light-green);
    border: 1px solid var(--light-green);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s; }
	.all-prod-info .add_review input.btn.btn-primary.button.validate:hover {
		background: var(--main-hover);
		border: 1px solid var(--main-hover); }
.productfull .jshop_prod_attributes .input_type_radio input:checked + label {
	border-color: var(--light-green);
	color: var(--light-green); }
.productfull .jshop_prod_attributes .input_type_radio label {
	cursor: pointer; }

/*div.star-rating {
	width: 13px !important; }
div.star-rating a {
	margin-left: -13px !important; }

div.rating-cancel,
div.rating-cancel a {
	background: url(/images/delete.gif) no-repeat 0 -16px; }
div.star-rating,
div.star-rating a {
	background: url(/images/star.svg) no-repeat 0 0; }
div.rating-cancel a,
div.star-rating a {
	display: block;
	width: 25px;
	height: 25px;
	background-position: 0 0px;
	border: 0; }
div.rating-cancel,
div.star-rating {
	float: left;
	width: 25px;
	height: 25px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden; }
div.star-rating {
	background: transparent!important;
	overflow: hidden!important; }
/*div.star-rating-hover a {
	background-position: -32px 0; }
div.star-rating-on a {
	background-position: -16px 0!important; }
div.rating-cancel.star-rating-hover a {
	background-position: 0 -16px; }*/
	
/*category*/
.block_sorting_count_to_page {
    display: flex;
    justify-content: flex-end;
	margin-bottom: 25px;
    font-weight: 400; }
.control-group.box_products_sorting {
    display: flex;
    align-items: center; }
.control-group.box_products_sorting select {
    border: none;
	color: #757575;
    font-weight: 300;
    margin-left: 10px;
	cursor: pointer;
	background: transparent;
	box-shadow:none;   
	outline:none;      
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 25px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: right; }
.control-group.box_products_sorting select:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+); }

.jshop_list_product .list-prod-holder,
.jshop_list_category .list_category {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between; }
.jshop_list_product .list-prod-holder  > div {
	position: relative;
	max-width: 405px;
	min-width: 280px;
	width: 24%;
	margin-bottom: 35px; }
.jshop_list_category .list_category > div {
	position: relative;
	max-width: 405px;
	min-width: 240px;
	width: 19%;
	margin-bottom: 35px; }
.jshop_list_product .list-prod-holder .block_product {
    display: flex;
    justify-content: center; }
.jshop_list_product .list-prod-holder .product_label {
	position: absolute;
	top: 10px;
	left: 10px; }
.jshop_list_product .name a,
.jshop_categ.category .product_link {
    color: #232222;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 19px;
	margin-top: 15px;
    margin-bottom: 15px;
	text-align: center;
    padding: 0 10px; }
.jshop_list_product .jshop_price {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 19px;
	font-weight: 500; }
.jshop_list_product .not_available,
.jshop_list_product .available {
	display: flex;
    justify-content: center;
    text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px; }
	
/*.out-of-stock img.jshop_img {
    filter: grayscale(1);
	transition: .3s; }
.out-of-stock:hover img.jshop_img {
    filter: grayscale(0); }*/
	
.block_product .image_block {
	position: relative;
	text-align: center; }




.latest_products.jshop.jshop_list_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 110px; }


/* css: blog */

.blog .items-leading {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px 60px; }
.blog .item-title a {
	color: #232222;
	text-decoration: none;
	font-weight: 600; }
.blog .item-title {
    margin-top: 25px; }
.blog .intro-item {
	margin-top: 15px; }
.blog .intro-item > *:first-of-type {
	margin-top: 0; }
.blog .intro-item > *:last-of-type {
	margin-bottom: 0; }
	
.view-article .main,
.view-contact .main {
    margin: 90px auto;
    max-width: 1320px;
	padding: 0 60px; }
	
	
	
	
div#system-message {
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(130 130 130 / 50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center; }
.alert.alert-info {
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
h4.alert-heading {
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #f79c4e;
    color: #fff; }
a.close {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 22px;
    color: #fff;
	cursor: pointer; }
.alert.alert-info > div {
	padding: 10px; }

body.close-button .block-button {
	display: none; }
.block-button {
	/*display: flex;*/
	display: none;
	justify-content: center;
	margin-top: 50px; }
	.jshop_pagination + .block-button {	/* only display "show more" when there is pagination (even though it's hidden) */
		display: flex; }
.block-button .show-all {
	padding: 22px 47px;
	font-size: 20px;
	font-weight: 300;
	color: white;
	text-transform: uppercase;
	background: var(--light-green);
	border: 1px solid var(--light-green);
	cursor: pointer;
	transition: .3s; }
	.block-button .show-all:hover {
		background: var(--main-hover);
		border: 1px solid var(--main-hover); }
.block-button .cover-button {
	position: relative; }
.block-button.processing .process {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4); }
.jshop_pagination {
	display: none; }

body.show-menu .mobile-menu {
	/*display: block;*/
	left: 0;
    right: 0; }
body.show-menu {
	overflow: hidden; }
	
	
	
/* SPECIFIC DEMAND */

.view-contact .contact-misc {
    text-align: center;
    margin-bottom: 90px; }
.rare-form .row-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.rare-form .row-input .input-holder {
	width: 32%; }
.rare-form input[type="text"],
form input[type="text"],
.rare-form textarea,
input[type="email"] {
    width: 100%;
	border: 1px solid #E5EAEE;
	font-size: 18px;
	padding: 16px;
	margin-top: 10px;
	margin-bottom: 30px; }
.rare-form textarea {
	height: 180px; }
.rare-form span {
	color: var(--light-green);
	font-size: 20px; }
.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
.form-footer button {
    padding: 22px 47px;
    font-size: 20px;
	width: 324px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    background: var(--light-green);
    border: 1px solid var(--light-green);
    cursor: pointer;
	transition: .3s; }
	.form-footer button:hover {
		background: var(--main-hover);
		border: 1px solid var(--main-hover); }
.msg-sent  {
	display: none;
	text-align: center;
	text-align: center;
    flex-direction: column;
    align-items: center; }
body.form-sent .msg-sent {
	display: flex; }
body.form-sent .just-text,
body.form-sent .rare-form {
	display: none; }
.msg-sent .msg-sent-heading {
	text-transform: uppercase;
	font-size: 20px; }
.msg-sent > div {
	border-top: 1px solid #D8DFE3;
	border-bottom: 1px solid #D8DFE3;
	padding: 10px 0; }
.msg-sent a {
	text-decoration: none;
	color: inherit; }
.msg-sent a.home-link {
    background: var(--light-green);
    color: #fff;
    border: 1px solid var(--light-green);
    text-transform: uppercase;
    padding: 23px 45px;
    display: flex;
    margin-top: 20px; }
	.msg-sent a.home-link:hover {
		background: var(--main-hover);
		border: 1px solid var(--main-hover); }

.home-contact-form .rare-form .row-input {
	flex-direction: column; }
.home-contact-form .rare-form .row-input .input-holder {
	width: 100%; }
.home-contact-form .rare-form .top-code {
	background: white; }
.home-contact-form .rare-form .form-footer {
	justify-content: flex-start; }
.home-contact-form .form-success {
	display: none; }
body.form-sent .home-contact-form .form-success {
	display: flex;
    align-items: center;
    color: #fff;
    height: 150px;
    font-size: 22px;
    text-shadow: 0 0 8px #232222; }

body.processing .processing-block {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 111;
	background: rgba(0, 0, 0, .5); }

.rare-form.invalid-name .name-here input,
.rare-form.invalid-email .email-here input,
.rare-form.invalid-phone .cover-codes,
.contact-form.bad-fields .cover-codes,
.contact-form.bad-fields .contact-phone,
.popup.invalid-email .contact-email {
	border: 1px solid #D62C2B; }
.contact-form.bad-fields label span {
	border-bottom: 1px solid #D62C2B; }

#oneStepCheckoutForm .checkout_input_item .os-value {
	position: relative; }

#oneStepCheckoutForm .os-name {
	margin-bottom: 10px; }
#oneStepCheckoutForm .checkout_input_item {
	margin-bottom: 30px; }
#oneStepCheckoutForm .checkout_input_list input {
	margin: 0; }
#oneStepCheckoutForm .phone-block {
	display: none;
 	position: absolute;
	top: 1px;
	right: 1px;
	left: 1px;
	bottom: 1px;
	margin: 0;
	background: white; }
#oneStepCheckoutForm #tr_field_phone .phone-block {
	display: flex; }
#oneStepCheckoutForm .phone-block input {
	border: none; }
#oneStepCheckoutForm .phone-block .cover-codes {
	border: none; }
#oneStepCheckoutForm .checkout_input_item.open .codes-list {
	display: block; }


/* css: checkout */
.checkout_page_content {
	max-width: 1200px;
	margin: 0 auto; }
.checkout_page_content .column_heading {
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid #CFD7DC; }
.checkout_page_content .cart_prod_item {
	display: flex;
	align-items: center;
	margin-top: 30px; }
.checkout_page_content .mob-top-box {
	display: flex;
	align-items: center;
	width: calc(100% - 50px); }
.checkout_page_content .mob-right-box {
	display: flex;
	align-items: center;
	width: calc(100% - 120px); }
.checkout_page_content .prod_del svg {
	width: 22px;
	height: 22px;
	fill: #FF0E0E; }
.checkout_page_content .prod_del {
	width: 50px; }
.checkout_page_content .prod_del span {
    display: none; }
.checkout_page_content .mob-left-box {
    width: 120px; }
.checkout_page_content .prod_name {
    width: 45%;
    padding-left: 60px; }
.checkout_page_content .prod_name a {
	text-decoration: none;
	color: #232222; }
.checkout_page_content .list_attribute {
    font-size: 14px; }
.checkout_page_content .prod_quantity {
	width: 25%; }
.checkout_page_content .prod_price,
.checkout_page_content .prod_total_price {
	width: 15%; }
.checkout_page_content span.call_title {
	display: none; }
.checkout_page_content .prod_total_price {
    display: flex;
    justify-content: flex-end; }
.checkout_page_content .prod_quantity input {
    padding: 17px;
    width: 100px;
    text-align: center;
    border: 1px solid #CFD7DC; }
.checkout_page_content .total_to_pay .total {
	display:flex;
	justify-content: flex-end;
	border-top: 1px solid #CFD7DC;
	padding-top: 30px;
	margin-top: 30px; }
.checkout_page_content .total_to_pay .total .value {
	font-weight: 600;
	margin-left: 30px; }
	
.checkout_page_content .checkout_input_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px; }
.checkout_page_content .checkout_input_item {
    width: 30%; }
.checkout_page_content .checkout_input_list input {
    width: 100%;
    padding: 15px;
    border: 1px solid #CFD7DC; }
.checkout_page_content textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #CFD7DC;
	height: 180px;
	margin-top: 10px; }
	
.checkout_page_content .checkout-footer {
    margin-top: 30px;
    display: flex;
    justify-content: space-between; }
.checkout_page_content button.button_order_finish {
	background: var(--light-green);
	color: #fff;
	text-transform: uppercase;
	cursor: pointer; 
	border: none;
	width: 30%; }
.checkout_page_content .order_comment {
	margin-top: 30px; }
.checkout_page_content i.uk-icon-warning {
	color: var(--light-green);
	font-size: 22px; }



/* css: finish */
.finish-page {
	max-width: 1200px;
    margin: 0 auto; }
.finish-text {
    text-align: center; }
.finish-text span {
	font-weight: bold; }
.finish-prod-list {
    margin: 60px 0;
    padding-top: 30px;
    border-top: 1px solid #BFCAD1;
    border-bottom: 1px solid #BFCAD1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
.finish-prod-item {
    display: flex;
	align-items: center;
    margin-bottom: 30px; }
.finish-prod-item .finish-prod-img {
	flex-shrink: 0; }
.finish-prod-item .finish-prod-info {
	width: 210px; }
.finish-prod-name a {
    text-decoration: none;
    color: #232222; }
.finish-prod-param {
    font-size: 14px; }
.finish-prod-price {
    font-size: 14px;
	margin-top: 20px; }
.finish-prod-price span {
	font-size: initial;
	font-weight: 600; }
.finish-total {
    text-align: center; }
.finish-total span {
	font-weight: 600; }
.finish-prod-img img {
	width: 120px; }
.finish-prod-info {
    margin-left: 10%; }
	
/* css: 404 */
.page-404 {
	text-align: center;
	font-weight: 300; }
p.title-404 {
    font-size: 23vw;
    line-height: 17vw;
    margin: 7vw 0;
    font-weight: 100; }
p.sub-title-404 {
    font-size: 4vw;
    font-weight: 100;
    line-height: 3vw;
    margin: 4vw; }
.page-404 a {
	background: var(--light-green);
	border: 1px solid var(--light-green);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 40px;
	display: inline-block;
    margin-top: 4vw;
	transition: .3s; }
.page-404 a:hover {
	background: var(--main-hover);
	border: 1px solid var(--main-hover); }
	
.checkout_page_content .checkout_input_list input.fielderror {
	border: 1px solid red; }
.checkout-footer .fielderror,
.checkout-footer .fielderror a {
	color: red; }
	
.view-article .item-image img {
	width: 100%; }

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	background: rgba(0, 0, 0, .5);
	transition: .4s;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	z-index: 100; }
body.active-popup .popup {
	opacity: 1;
	visibility: visible; }
.popup.invalid-phone .cover-codes {
	border: 1px solid red; }
.popup .cover {
	position: relative;
	width: 450px;
	margin: auto;
	padding: 25px;
	background: white; }
.popup .top-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
	font-size: 20px;
	text-transform: uppercase; }
.popup .close {
	font-size: 33px;
	line-height: 30px;
	cursor: pointer; }
.popup .for-button {
	text-align: center; }
.popup button {
	width: 100%; }
.popup-contact .success,
form .success,
form.success .popup-fields,
.popup-contact.success .popup-fields {
	display: none; }
.popup-contact.success .success,
form.success .success {
	display: block; }
form .phone-block {
	position: relative; }
form input.phone.phone,
.popup-contact .contact-form input.phone.phone {
	margin: 0;
	padding-left: 5px;
	border: none; }
form .phone-block {
	margin-top: 10px;
	margin-bottom: 30px; }
form .cover-codes {
	width: 100%;
	border: 1px solid #E5EAEE; }
form .phone-block,
form .top-code,
form .cover-flag,
form .cover-codes {
	display: flex;
	align-items: center; }
form .codes-list {
	display: none;
	position: absolute; 
	top: 55px;
	left: 0;
	right: 0;
	height: 200px;
	overflow: auto;
	background: white;
	border: 1px solid #E5EAEE; }
form.open .codes-list {
	display: block; }
form .code-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer; }
	form .code-line.active,
	form .code-line:hover {
		background: #f2f4f5; }
form .phone-block img {
	width: auto;
	height: 15px;
	margin-left: 15px; }
form .top-code {
	flex-shrink: 0;
	width: 120px;
	margin-left: 0;
	padding: 16px 0;
	cursor: pointer; }
form .current-code {
	margin: 0 10px; }
form .arrow {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid black; }
.popup-contact.processing .processing,
.popup-contact.qr .processing,
.popup.processing .processing {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 111;
	background: rgba(0, 0, 0, .5); }

.block-gdpr {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: white;
	box-shadow: -1px -5px 20px 4px rgb(0 0 0 / 20%);
	padding: 15px;
	z-index: 1000; }
	.block-gdpr button {
		float: right;
		font-size: 14px;
		color: #fff;
		cursor: pointer;
		text-transform: uppercase;
		background: var(--light-green);
		border: 1px solid var(--light-green);
		padding: 15px 50px;
		transition: .3s; }
		.block-gdpr button:hover {
			background: var(--main-hover);
			border: 1px solid var(--main-hover); }
	body.show-gdpr .block-gdpr {
		opacity: 1;
		visibility: visible; }

.checkout-steps {
	display: flex;
	flex-direction: column; }
	.checkout-steps > * {
		order: 50; }
	.checkout-step-5 {
		order: 10; }
	.checkout-step-3 {
		order: 20;
		margin-top: 60px; }
	.checkout-step-3 table {
		width: 100%;
		margin-top: 20px; }
	.checkout-step-3 table tbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;	}
	.checkout-step-3 #tr_payment_pm_purchase_order,
	.checkout-step-3 #tr_payment_pm_liqpay {
		display: none !important; }
		
		
.alert {
	background: #fff;
	position: relative; }
.alert .alert-message {
	padding: 10px;
	font-size: 14px; }
	
.chat-box .contact-list {
	display: flex;
	/*gap: 50px;*/ }
.all-prod-info .chat-box .contact-list {
	width: 100%;
	justify-content: space-between; }
.all-prod-info .chat-box .contact-item {
	margin-top: 30px; }
.all-prod-info .for-contact-form {
	width: 100%; }
.chat-box .contact-name {
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px; }
.chat-box .contact-name span {
	font-size: 12px; }
.chat-box svg {
	height: 30px;
	width: 30px; }
.chat-box .chat-holder {
	display: flex; }
.chat-box .chat-holder > div {
	margin-right: 15px; }
	.chat-box .chat-holder > div:last-of-type {
		margin-right: 0; }

.chat-box .we-chat svg {
	cursor: pointer; }
.chat-box .we-chat img {
	display: none; }
.popup-contact.qr .we-chat img {
	display: block;
	position: absolute;
	top: 70px;
	left: 50%;
	z-index: 111;
	width: 200px;
	margin-left: -100px; }
.popup-contact.qr .processing {
	position: fixed; }
.popup-contact.qr {
	background: transparent; }
	
.heder-phone {
	display: flex;
	align-items: center; }
.heder-phone .mobile-phone {
	display: none; }
.heder-phone .desctop-phone {
	cursor: pointer; }
	.heder-phone .desctop-phone:hover {
		text-decoration: underline; }
		
.contact-button button {
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    background: var(--light-green);
    border: 1px solid var(--light-green);
    padding: 4px 10px;
    transition: .3s;
	font-size: 12px; }
	.contact-button button:hover {
		background: var(--main-hover);
		border: 1px solid var(--main-hover); }
.heder-phone .contact-button {
	margin-left: 15px; }
	
footer .contact-button {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
	font-size: 13px; }
	
.popup-contact {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    color: #212121;
    background: rgba(0, 0, 0, .5);
    z-index: 10; }
	.popup-contact.active {
		display: flex; }
.popup-contact .cover {
	position: relative;
    width: 95%;
    max-width: 1150px;
    padding: 50px;
    box-shadow: 0 0 16px 2px #232222;
    background: white;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px; }
.popup-contact .form-head {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    width: 100%; }
.popup-contact .contact-form,
.popup-contact .chat-info {
	width: calc(50% - 15px); }
.popup-contact .contact-form {
	display: flex;
	flex-direction: column; }
.popup-contact .contact-form label {
	margin-bottom: 20px;
	display: flex;
    align-items: center; }
.popup-contact .contact-form input[type="checkbox"] {
	margin-right: 7px;
	margin-left: 0; }
.popup-contact .contact-form input[type="text"] {
	padding: 16px;
	font-weight: 300;
	margin-bottom: 20px; }

.popup-contact button {
	color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    background: var(--light-green);
    border: 1px solid var(--light-green);
    padding: 4px 10px;
    transition: .3s;
	width: 100%; }
	.popup-contact button:hover {
		background: var(--main-hover);
		border: 1px solid var(--main-hover); }
		
.popup-contact .chat-box .contact-list {
    justify-content: space-between; }
.popup-contact .chat-title {
    /*margin-bottom: 20px;*/
    text-align: center;
	font-size: 18px; }
.popup-contact .chat-box .contact-item {
	margin-top: 30px; }
.popup-contact .close-button svg {
    width: 25px;
    height: 25px;
    fill: #232222;
	cursor: pointer; }
	
.all-prod-info .chat-title {
	margin-bottom: 15px;
	font-size: 18px; }
	
/*dropdown menu*/
.main-menu .nav > li {
	padding: 0 0 10px 0; }
.main-menu .mod-list > li.parent {
	position: relative;
	display: flex;
    align-items: center;
	padding-right: 16px; }
.main-menu li.parent > a:after {
	/*display: none;*/
	content: "❯";
    position: absolute;
    right: 0px;
    font-size: 15px;
    transform: rotate(90deg); }
.main-menu li.parent .nav-child {
	display: flex;
	flex-direction: column;
	align-items: center; }
.main-menu .mod-list > li.parent > .nav-child {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	z-index: 100;
	padding: 4px;
	background: #fff;
	box-shadow: 0 0 6px #ccc;
	min-width: 200px; }
.main-menu .mod-list > li.parent:hover > .nav-child {
	display: flex; }
.main-menu .mod-list li.deeper > a {
	/*margin-bottom: 6px;*/
	font-weight: 500; }
.main-menu .nav-child li {
	margin-right: 0;
	margin-bottom: 1px;
	width: 100%; }
.main-menu .nav-child li:last-of-type {
	margin-bottom: 0; }
.main-menu .nav-child li a {
	font-size: 16px;
    font-weight: 400;
	display: block;
	text-decoration: none;
	padding: 3px;
	transition: .3s; }
.main-menu .nav-child li:last-of-type a {
	border-bottom: none; }
.main-menu .nav-child a:hover,
.main-menu .nav-child li.active > a {
	background: var(--light-green);
	color: #fff; }

li.deeper {
	position: relative; }
li > span.arrow,
.mob-main-menu .mod-list > li.deeper > span.arrow {
	display: none; }
li > span.arrow {
	position: absolute;
	top: -2px;
	right: 0;
	padding: 0px 5px;
	transform: rotate(90deg);
	font-weight: normal;
	cursor: pointer;
	transition: .2s; }

.mob-main-menu .nav > li {
	text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px; }
.mob-main-menu .nav-child li {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
}

li.deeper.parent li.deeper.parent ul.nav-child.small {
	display: none;
	position: absolute;
	top: 0;
	left: 99%;
	flex-direction: column;
    z-index: 101;
    padding: 4px;
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    min-width: 200px; }
li.deeper.parent li.deeper.parent:hover ul.nav-child.small {
	display: flex; }
li.deeper.parent li.deeper.parent > a:after {
	content: "❯";
    transform: rotate(0deg);
}
.show-menu li.deeper.parent li.deeper.parent > a:after {
	display: none; }
	
.show-menu li.deeper.parent li.deeper.parent:hover ul.nav-child.small {
	display: none; }
.show-menu li.deeper.parent li.deeper.parent.show-sub > ul.nav-child.small {
	display: flex;
	position: static;
	padding: 0 0 0 15px;
    background: none;
    box-shadow: none;
    min-width: auto; }
	
.mob-main-menu {
    margin-top: 50px; }
a.mobile-menu-logo svg {
    width: 138px;
    height: 62px; }
.mob-main-menu > ul {
	padding-left: 0; }
	
	
/*blog mod*/

.home-blog {
	margin: 110px 0; }
.home-blog ul.category-module.mod-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    list-style: none;
    padding-left: 0; }
.home-blog a.mod-articles-category-title {
	color: #232222;
    text-decoration: none;
    font-weight: 600;
	margin: 20px 0;
	display: block; }



.home-contact {
	background: url(/images/home-contact-bg-2560x700.jpg);
	background-size: cover;
	background-position: center center;
	margin: 0 -60px;
	padding: 0 60px;
	margin-bottom: 110px; }
.home-contact-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
    margin: auto; }
.home-contact-info {
	width: 35%;
	background: var(--light-green);
	color: #fff;
	padding: 50px;
	display: flex;
    flex-direction: column; }
.home-contact-info .chat-title {
	font-size: 22px;
	text-transform: uppercase; }
.home-contact-info .soc-buttons {
	justify-content: flex-start; }
.home-contact-info .contact-list {
	flex-direction: column;
	margin: 30px 0; }
.home-contact-info .contact-list .contact-item {
	margin-bottom: 25px; }
.home-contact-info .contact-list .contact-item:last-of-type {
	margin-bottom: 0; }
.home-contact-info .home-contact-text {
    margin-bottom: 60px;
	font-size: 16px;
	text-transform: uppercase; }
.home-contact-info .phone a {
	color: #fff;
	margin: 15px 0;
	display: block;
	text-decoration: none; }
.home-contact-info .soc-buttons a {
	display: flex; }
.home-contact-info .soc-buttons a:first-of-type{
	margin-left: 0; }
.home-contact-info svg.insta {
	width: 30px;
    height: 30px;
	fill: #fff; }
.home-contact-info svg.youtube {
    width: 36px;
    height: 25px;
	fill: #fff; }
.home-contact-info svg.facebook {
    height: 30px;
    width: 17px;
	fill: #fff; }
.home-contact-info svg.tiktok {
	width: 30px;
    height: 30px;
	fill: #fff; }
.home-contact-form {
    width: 65%;
    padding: 40px;
    /*background: rgba(255,255,255,0.4);*/
    border-radius: 0 30px 30px 0; }
.home-contact-form textarea {
    height: 56px; }
.home-contact-form .rare-form input[type="text"], 
.home-contact-form form input[type="text"], 
.home-contact-form .rare-form textarea, 
.home-contact-form input[type="email"] {
	background: rgb(255 255 255 / 80%); }
.home-contact-form .rare-form .top-code {
	background: rgb(255 255 255 / 80%); }
.home-contact-form .form-privacy {
	text-align: left; }

.form-privacy {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
	color: #fff;
	text-align: center; }
.home-contact-form button {
	width: auto;
	color: var(--light-green);
    cursor: pointer;
    text-transform: uppercase;
    background: #fff;
    border: none;
    padding: 10px 40px;
    transition: .3s;
	margin: auto;
	display: block; }
.home-contact-form button:hover {
	border: none;
    background: #b5b5b5; }
.home-contact-info .vuber-icon g {
	fill: #fff; }
.home-contact-info .watsapp-icon .bg {
	fill: #fff!important; }
.home-contact-info .watsapp-icon .obj {
	fill: var(--light-green)!important; }
	
.home-contact-info .telegram-icon .color-2 {
	fill: #fff!important; }
.home-contact-info .telegram-icon .color-1 {
	fill: var(--light-green)!important; }
	
.home-contact-info .wechat-icon .color-1 {
	fill: #fff!important; }
.home-contact-info .wechat-icon .color-2 {
	fill: var(--light-green)!important; }
	
.home-main-cat .slick-prev, 
.home-main-cat .slick-next {
	display: none!important; }
	
	
/*pagination*/
ul.pagination-list {
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	list-style: none;
	padding-left: 0; }
.pagination-list .icon-first svg,
.pagination-list .icon-previous svg {
	transform: rotate(180deg); }
ul.pagination-list a {
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s; }
ul.pagination-list li {
	margin: 0 5px; }
ul.pagination-list a:hover,
ul.pagination-list .active a {
	background: var(--light-green);
	color: #fff; }
ul.pagination-list a:hover svg {
	fill: #fff; }
ul.pagination-list .disabled a:hover {
	background: #fff; }
ul.pagination-list .disabled a:hover svg {
	fill: unset; }
	
/*button back*/
.button_back {
	display: none; }