﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
	box-sizing: border-box;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
}

body {
	font-family: 'Open Sans', 'Roboto', 'Arial', sans-serif;
	min-width: 303px;
	color: #333;
	font-size: 14px;
} 

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	font-family: 'Open Sans', 'Roboto', 'Arial', sans-serif;
}

table td {
	padding: 7px 15px 7px 0;
	border-bottom: solid 1px #dedede;
}

input, button, label, textarea, select {
	font-family: 'Open Sans', 'Roboto', 'Arial', sans-serif;
}

input {outline: none;}
input[type="text"],
input[type="password"],
input[type="numeric"],
input[type="mail"],
input[type="tel"] {
    width: 100%;
    height: 48px;
    border: solid 1px #b4b4b4;
    font-size: 14px;
    padding-left: 16px;
    border-radius: 0;
}

.form__select select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}

input:-moz-focusring {
    text-shadow: 0 0 0 #000 !important;
} 

.hide {display: none !important;}

.test-d {
	display: none;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/***GRID***/
.row {margin: 0 -15px;}
.row:after {content: '';display: table; clear: both;}
.col-6, .col-3, .col-2 {float: left;padding: 0 15px;}

.col-6 {width: 50%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666666%;}

.table {display: table;width: 100%;}
.table-cell {display: table-cell;}

.wrapper {
	max-width: 1440px;
	padding: 1px 30px;
	margin: 0 auto;
	position: relative;
}

.sales-top-block {
	display: block;
	padding: 12px 0;
	background-color: #333333;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.sales-top-block:hover {
	color: #fff;
	text-decoration: none;
}

.sales-top-text {
	padding: 0 55px;
}

.sales-top-close {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
}

.logo {
	margin: 30px 0;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
}

.logo a {
	color: #333;
	text-decoration: none;
}

.logo a img {
	vertical-align: middle;
	margin-top: -9px;
}

.main-menu {
	text-align: center;
	margin-bottom: 27px;
}

.main-menu > ul > li {
	display: inline-block;
	margin: 0 22px;
}

.main-menu > ul > li > a {
	display: block;	
	padding: 0 0 6px;
	border-bottom: solid 2px transparent;
	transition: .4s;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.main-menu > ul > li > a:hover {
	border-color: #333; 
}

.main-slider-container {
	position: relative;
}

.main-slider-item-title {
	font-size: 48px;
  	font-weight: bold;
}

.main-slider-item-title a {
	color: #333;
	text-decoration: none;
	display: inline-block;
}

.light-text .main-slider-item-title a {
	color: #fff;
}

.light-text .main-slider-item-title {color: #fff;}

.main-slider-item {
	position: relative;
	padding: 0 0 40%;
	z-index: 1;
}

.main-slider-item > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.main-slider-item-tsell {
	display: table;
	height: 100%;
	width: 100%;
}

.main-slider-item-sell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.main-slider-item-link {
	margin-top: 40px;
}

.main-slider-item-link a {
	padding: 13px 55px;
	background-color: #333;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.light-text .main-slider-item-link a {
	background-color: #fff;
	color: #333;
}

.main-slider .owl-dots {
	position: absolute;
	bottom: 27px;
	width: 100%;
	left: 0;
	text-align: center;
}

.main-slider .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 4px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: solid 1px #979797;
	cursor: pointer;
	transition: .4s;
	background: #fff;
}

.main-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover {
	border: solid 1px #fff;
	cursor: pointer;
	transition: .4s;
	background: #333;
}

.search-btn {
	position: absolute;
	width: 24px;
	height: 24px;
	background: url('../images/search-ico.svg');
	top: 50px;
	left: 30px;
	cursor: pointer;
}

.user-panel {
	height: 26px;
	position: absolute;
	top: 52px;
	right: 60px;
}

.user-panel a {
	text-decoration: none;
	color: #333;
}

.user-ico {
	display: inline-block;
	width: 20px;
	height: 26px;
	background: url('../images/user-ico.svg') no-repeat;
	vertical-align: middle;
	margin-right: 30px;
}

.cart-ico {
	display: inline-block;
	width: 20px;
	height: 26px;
	background: url('../images/cart-ico.svg') no-repeat;
	vertical-align: middle;
	padding-left: 27px;
}

.cart-ico span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #ebebeb;
	font-size: 11px;
	text-align: center;
	line-height: 19px;
	color: #333;
	border-radius: 50%;
	position: relative;
	top: 5px;
}

.new-sales-container {
	padding-top: 85px !important;
	padding-bottom: 40px; 
}

.new-sales-container-title {
	font-size: 26px;
	padding-bottom: 17px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
}

.new-sales-desc {
	font-size: 16px;
	line-height: 1.38;
	padding-bottom: 34px;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.new-sales-slider {overflow-x: scroll;white-space: nowrap;}
.owl-carousel.owl-loaded {overflow-x: visible;}

.new-sales-slider .owl-prev {
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -14px;
	background: url('../images/prev.svg');
	width: 19px;
	height: 28px;
}

.new-sales-slider .owl-next {
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -14px;
	background: url('../images/next.svg');
	width: 19px;
	height: 28px;
}

.new-sales-slider-item {
	width: 220px;
	position: relative;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	margin-right: 15px;
}

.owl-item .new-sales-slider-item {
	display: block;
	width: 100%;
	white-space: normal;
}

.new-sales-slider-item-photo {
	position: relative;
	padding-bottom: 150%;
}

.new-sales-slider-item-photo--main-sl-img, 
.new-sales-slider-item-photo--subs-sl-img 
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}
.new-sales-slider-item:hover .new-sales-slider-item-photo--main-sl-img {display: none;}
.new-sales-slider-item:hover .new-sales-slider-item-photo--subs-sl-img {display: block;}
.new-sales-slider-item-photo--subs-sl-img {display: none;}

.new-sales-slider-item-name-price {
	font-size: 12px;
	text-transform: none;
	padding: 18px 22px 0;
	text-align: center;
}
.new-sales-slider-item-name-price::first-letter {

	text-transform: uppercase;
}

.new-sales-slider-item-name-price a {
	color: #333;
	text-decoration: none;
}

.new-sales-slider-item-name-price-price {color: #888888;}

.new-sales-slider-item--informer-item {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	padding: 14px 17px 17px; 
	background: #fff;
}

.informer-item-name {
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.43;
}

.informer-item-name a {
	color: #333;
	text-decoration: none;
}

.informer-item-price {color: #888888;padding: 0 0 8px;}

.informer-item-attributes {
	padding: 0 0 13px;
}

.colors-attributes-inf a {
	color: #333;
}

.informer-item-buy-link-box a {color: #333; text-decoration: none;padding-right: 23px;background: url('../images/mp-cart-ico.svg') right 2px no-repeat;}

.item-marker {
	position: absolute;
	padding: 2px 17px 5px;
	top: 22px;
	left: 15px;
	color: #fff;
}

.actual-marker {background: #f49a9a;}

.big-blocks-container {
	padding-top: 45px;
	padding-bottom: 10px;
}

.big-blocks-one-wrap {
	margin-bottom: 30px;
}

.big-blocks-one {
	display: block;
	position: relative;
	padding-bottom: 115%;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}

.big-blocks-one > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.big-blocks-one-img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.big-blocks-one .table,
.big-blocks-one .table-cell {
	position: relative;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	text-align: center;
	color: #ffffff;
}

.big-blocks-one a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.big-blocks-one-img {
	transition: 6s;
}

.big-blocks-one:hover .big-blocks-one-img {
	transform: scale(1.6);
}

.text-btn-block1 {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.text-btn-block1-title {
	font-size: 26px;	
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	padding-bottom: 28px;
}

.text-btn-block1-desc {
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.67;
	padding-bottom: 37px;
}

.text-btn {
	position: relative;
	display: inline-block;
	padding: 0 70px;
	height: 50px;
	line-height: 50px;
	background: #333;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	overflow-x: hidden;
}

.text-btn:hover {
	color: #fff;
	text-decoration: none;
}

.text-btn:after {	
	content: '';
    display: block;
    position: absolute;
    left:100%;
    top:0;
	height: 0;
	width: 100%;
	border-top: 50px solid rgba(255,255,255,0.1); 
	border-left: 50px solid transparent;
	transition: .4s;
}

.text-btn:before {	
	content: '';
    display: block;
    position: absolute;
    right:100%;
    top:0; 
	height: 0;
	width: 100%;
	border-bottom: 50px solid rgba(255,255,255,0.1); 
	border-right: 50px solid transparent;
	transition: .3s;
}

.text-btn:hover::after {left:37%;}
.text-btn:hover::before {right:40%;}

.instagram-widjet-container {
	padding-top: 40px;
	padding-bottom: 40px;	
}

.instagram-widjet-title {
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 7px;
	font-weight: 400;
}

.instagram-widjet-desc {
	text-align: center;
	font-size: 16px;
	margin-bottom: 37px;
}

.inst-one-block {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.inst-one-block a {	
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: .4s;
}

.inst-one-block:hover a {
	transform: scale(1.1);
}

footer {
	padding-top: 40px;
	padding-bottom: 0px;
}

footer .wrapper {
	border-top:solid 1px #dcdcdc;
	padding-top: 45px;
}

.footer-subscribe {
	float: left;
	padding-right: 135px;
	margin-bottom: 70px;
}

footer h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	padding-bottom: 17px;
}

footer ul {
	margin-top: -6px;
}

.footer-subscribe input[type="text"] {
	float: left;
	width: 350px;
  	height: 50px;
  	border: solid 1px #979797;
  	padding-left: 13px;
  	font-size: 16px;
  	color: #888;  	
}

.footer-subscribe input[type="submit"] {
	position: relative;
	float: left;
	width: 105px;
	height: 50px;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	overflow-x: hidden;
}

.footer-subscribe input[type="submit"]:after {	
	content: '';
    display: block;
    position: absolute;
    left:100%;
    top:0;
	height: 0;
	width: 100%;
	border-top: 50px solid rgba(255,255,255,0.1); 
	border-left: 50px solid transparent;
	transition: .4s;
}

.footer-subscribe input[type="submit"]:before {	
	content: '';
    display: block;
    position: absolute;
    right:0;
    top:0; 
	height: 0;
	width: 100%;
	border-bottom: 50px solid rgba(255,255,255,0.1); 
	border-right: 50px solid transparent;
	transition: .3s;
}

.footer-subscribe input[type="submit"]:hover::after {left:37%;}
.footer-subscribe input[type="submit"]:hover::before {right:40%;}


.footer-subscribe button {
	position: relative;
	float: left;
	width: 105px;
	height: 50px;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	overflow-x: hidden;
}

.footer-subscribe button:after {	
	content: '';
    display: block;
    position: absolute;
    left:100%;
    top:0;
	height: 0;
	width: 100%;
	border-top: 50px solid rgba(255,255,255,0.1); 
	border-left: 50px solid transparent;
	transition: .4s;
}

.footer-subscribe button:before {	
	content: '';
    display: block;
    position: absolute;
    right:100%;
    top:0; 
	height: 0;
	width: 100%;
	border-bottom: 50px solid rgba(255,255,255,0.1); 
	border-right: 50px solid transparent;
	transition: .3s;
}

.footer-subscribe button:hover::after {left:26%;}
.footer-subscribe button:hover::before {right:26%;}


.footer-menu {
	float: left;
	margin-right: 100px;
	margin-bottom: 30px;
}

.footer-menu li {
	margin-bottom: 10px;
	color: #888888;
}

.footer-menu li a {
	color: #888888;
	text-decoration: none;
}

.footer-menu:last-child {
	margin: 0;
}

.footer-menu:last-child li {
	line-height: 1.7;
}

.social-footer {
	padding-top: 30px;
}

.social-footer a {
	vertical-align: middle;
	margin-right: 10px;
	width: 23px;
	height: 23px;
	display: inline-block;
}

.menu-header-toggle {
	display: none;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	cursor: pointer;
}

.menu-header-toggle > div {
	width: 20px;
	height: 3px;
	background: #333;
	margin: 0 0 4px;
	cursor: pointer;
}

.sizes-attributes-inf span {margin-right: 10px;}

.face {background: url('../images/face.svg') 50% 50% no-repeat;}
.inst {background: url('../images/inst.svg') 50% 50% no-repeat;}
.tele {background: url('../images/tele.svg') 50% 50% no-repeat;}
.vkon {background: url('../images/vkon.svg') 50% 50% no-repeat;}

/***template nav2***/
.nav-v2 {border-top: solid 1px #888;}
.nav-v2 .search-btn {position: static;display: inline-block;vertical-align: bottom;margin-right: 24px;}
.nav-v2 .user-panel {margin: 0;top: 30px;}
.nav-v2 .logo {margin-top: 15px;margin-bottom: 21px;}
.nav-v2 .menu-header-toggle {left: 30px;top: 35px;display: block;margin-top: 0;}
/***end template nav2***/

/***template nav3***/
.nav-v3 {border-top: solid 1px #888;}
.nav-v3 .search-btn {position: static;display: inline-block;vertical-align: bottom;margin-right: 24px;}
.nav-v3 .user-panel {margin: 0;top: 30px;}
.nav-v3 .logo {margin-top: 15px;margin-bottom: 21px;text-align: left;padding-left: 60px;}
.nav-v3 .menu-header-toggle {left: 30px;top: 35px;display: block;margin-top: 0;}
/***end template nav3***/

/***template nav3***/
.nav-v4 {border-top: solid 1px #888;text-align: left;}
.nav-v4::after {content: '';display: table;clear: both;}
.nav-v4 .search-btn {position: static;display: inline-block;vertical-align: bottom;margin-right: 24px;}
.nav-v4 .user-panel {margin: 0;top: 30px;}
.nav-v4 .logo {margin-top: 15px;margin-bottom: 21px;text-align: left;padding-left: 60px;margin-right: 70px;float: left;}
.nav-v4 .menu-header-toggle {left: 30px;top: 35px;display: block;margin-top: 0;}
.nav-v4 .main-menu {float: left;padding-top: 37px;}
.nav-v4 .main-menu li {margin: 0 40px 0 0;}
/***end template nav3***/

/***SEARCH***/
.header__search {
	position: absolute;
	padding-left: 47px;
	padding-right: 25px;
	padding-top: 17px;
	padding-bottom: 26px;
	z-index: 1;
	display: none;
	background: #fff;
	left: 30px;
	right: 30px;
}
.nav-v1 .header__search {
	padding-top: 30px;	
}
.search__back {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
	cursor: pointer;
	background: url(../images/search-back.svg);
}
.search__field {
	width: 100%;
}
.search__field input[type="text"] {
	font-size: 18px;
	padding: 15px 5px;
	padding-right: 35px;
	width: 100%;
	border: transparent;
	border-bottom: 1px solid #333;
	outline: none;
}
.search__field input[type="submit"] {
	position: absolute;
	content: '';
	background-color: transparent;
	background: url(../images/search-ico.svg);
	width: 24px;
	height: 24px;
	right: 30px;
	top: 50%;
	margin-top: -12px;
	border: transparent;
	cursor: pointer;
	outline: none;
}


.search-results {margin: 58px 0;}
.search-results .products-listing--main-title {margin-bottom: 30px;}
.search-result {
	position: relative;
	width: 570px;
	margin: auto;
}
.search-result input[type="text"] {
	border: transparent;
	border-bottom: 1px solid #333;
	width: 100%;
	text-align: center;
	padding: 10px 30px;
	font-size: 24px;
	outline: none;
}
.search-result__delete {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 10px;
	background: url(../images/search-delete.svg);
	cursor: pointer;
}

.listing-group-items {
	padding-top: 80px;
}

.photo-container {
	position: relative;
	padding-bottom: 100%;
}

.photo-container a { 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.photo-container-table {
	height: 100%;
	width: 100%;
}

.photo-container-table-cell {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}


/***standart-page-styles***/
.standart-page-styles table {

}

.standart-page-styles table tr:first-child td {
	background: #f8f8f8;
}

.standart-page-styles table tr td {
	text-align: center;
	padding: 12px 23px;
	border: solid 1px #eef0f3;
}

.standart-page-styles table tr td p {
	text-align: center;
	margin: 0;
} 

.standart-page-styles .text-title {
	font-size: 36px;
	padding-bottom: 20px;
}
/***endstandart-page-styles***/

.popup-infolinks {
	display: none;
}


@media (max-width: 768px) {
	.search-result {
		width: 450px;
	}
	.search-result input {
		font-size: 20px;
	}
	.search__field input[type="text"] {
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 16px;
	}
	.header__search {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 0;
		padding-left: 30px;
		left: 15px;
		right: 15px;
	}
	.search__field input[type="submit"] {
		right: 4px;
	}
}

@media (max-width: 550px) {
	.search-result {
		width: 100%;
		font-size: 18px;
	}
	.search-result input {font-size: 18px;}
}

/******/

/***ACCOUNT HTML***/
.auth-block input[type="text"],
.auth-block input[type="password"],
.regi-block input[type="text"],
.regi-block input[type="password"] {
	margin-bottom: 15px;
}

.auth-block input[type="submit"], .regi-block input[type="submit"], #r_email input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 0 70px;
    height: 50px;
    line-height: 50px;
    background: #333;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    overflow-x: hidden;
    cursor: pointer;
}

#r_email input[type="submit"] {
	width: auto;
	overflow-x: visible;
}

#r_email>p {
	max-width: 320px;
}

.auth-block input[type="submit"],
.regi-block input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 0 70px;
    height: 50px;
    line-height: 50px;
    background: #333;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    overflow-x: hidden;
    cursor: pointer;
}
.auth-block input[type="submit"] {margin-right: 15px;margin-top: 15px;}
.auth-soc {margin-top: 15px;}
.auth-soc p {font-size: 12px;}
.regi-block input[type="checkbox"] {display: none;}
.regi-block label.ch-label {
	font-size: 13px;
	cursor: pointer;
	display: block;
	position: relative;
	margin-bottom: 12px;
	margin-left: 28px;
}
.regi-block label.ch-label:before {
	content: '';
	width: 17px;
	height: 17px;
	border: 1px solid #979797;
	display: block;
	margin-right: 11px;
	cursor: pointer;
	position: absolute;
	left: -28px;
	top: 1px;
}
.regi-block label.ch-label:after {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	display: inline-block;
	transition: 0.4s;
	top: 4px;
	left: -25px;
}
.regi-block input[type=checkbox]:checked + label.ch-label:after {
	background-color: #333;
	transition: 0.4s;
}
.regi-block, .auth-block {padding-right: 35px;}

/***END ACCOUNT HTML***/

/***Brands***/
.brands-container .text-btn-block1-title {padding-top: 60px;}
.brands-slider {padding: 0 60px;}
.brands-slider-item {text-align: center;padding: 0 25px;}
.brands-slider-item img {display: inline !important;width: auto !important;max-width: 100% !important;vertical-align: middle;}
.brands-slider .owl-prev {
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -12px;
	background: url(../images/prev.svg);
	width: 19px;
	height: 24px;
}
.brands-slider .owl-next {
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -12px;
	background: url(../images/next.svg);
	width: 19px;
	height: 24px;
}

.subscribe-success {
	min-height: 22px;
	color: green;
	padding-top: 7px;
	clear: both;
}

@media (max-width: 1440px) {
	.brands-slider .owl-prev {left: 0;}
	.brands-slider .owl-next {right: 0;}
} 

@media (max-width: 768px)  {
	.brands-slider .owl-prev {left: 0;}
	.brands-slider .owl-next {right: 0;}
	.brands-slider {padding: 0 30px;}
	.listing-one-product--informer-item {display: none !important;}
	.regi-block {padding-top: 35px;}
}
/***end brands***/

@media (max-width: 1200px) {
	.main-slider-item {height: 650px;}
	.footer-subscribe input[type="text"] {width: 210px;}
	.footer-subscribe input[type="submit"], .footer-subscribe button {width: 65px;}

}
@media (max-width: 991px) {
	.big-blocks-one .table, .big-blocks-one .table-cell {font-size: 30px;}
	.footer-subscribe, .footer-menu {float: none;margin: 0 0 30px;padding: 0;text-align: center;}
	.form-subscribe {width: 280px;margin: 0 auto;}
	footer {padding-bottom: 50px;}
	.nav-v4 .main-menu {display: none;}
}
@media (max-width: 768px) {
	.auth-block input[type="submit"], .regi-block input[type="submit"] {padding: 0 35px;}
	.instagram-widjet-container .row {margin: 0 -8px;}
	.instagram-widjet-container .col-3 {padding: 0 8px;}
	.new-sales-slider-item--informer-item {display: none !important;}
	.col-3, .col-2 {width: 50%;margin-bottom: 15px;}
	.col-2 {margin: 0;}
	.wrapper {padding-left: 15px;padding-right: 15px;}
	.instagram-widjet-container {padding-bottom: 25px;}
	.main-menu {display: none;margin: 0 -15px;}
	.main-menu li {display: block;text-align: left;margin: 0;}
	.main-menu li a {display: block;padding: 15px;}
	.menu-header-toggle {display: block;}	
	.menu-header-toggle {top: 30px;margin-top: 0;}
	.user-panel {top: 30px;margin-top: 0;}
	.user-ico {margin-right: 12px;}
	.logo {text-align: left;margin-top: 23px;padding-left: 35px;padding-right: 120px;font-size: 28px;margin-bottom: 21px;}
	.main-slider-item {height: 450px;}
	.main-slider-item-title {font-size: 28px;}
	.main-slider-item-link a {font-size: 14px;}
	.col-6 {width: 100%;margin-bottom: 30px;}
	.text-btn-block1-title {font-size: 22px;}
	.text-btn-block1-desc {font-size: 16px;}
	.search-btn {top: 30px;margin-top: 0;left: auto;right: 100px;}
	.cart-ico {background-size: 15px auto;padding-left: 19px;}
	.cart-ico span {display: inline-block;width: 14px;height: 14px;background-color: #ebebeb;font-size: 9px;text-align: center;line-height: 14px;color: #333;border-radius: 50%;position: relative;top: -2px;}
	.user-ico {background-size: 15px auto;background-repeat: no-repeat;width: 16px;margin-right: 16px;background-position: 0 1px;}
	.user-panel {right: 30px;top:34px;}
	.search-btn {width: 18px;height: 18px;background-size: cover;right: 105px;top: 35px;}
	.menu-header-toggle {left: 15px;top: 35px;display: block;margin-top: 0;}
	/***NAVS***/
	.nav-v3 .logo, .nav-v4 .logo, .nav-v2 .logo {margin-top: 20px;margin-bottom: 21px;text-align: left;padding-left: 35px;}
	.nav-v4 .search-btn , .nav-v3 .search-btn, .nav-v2 .search-btn { vertical-align: middle;margin-right: 7px;margin-top: -7px;}
	.nav-v4 .user-panel, .nav-v3 .user-pane, .nav-v2 .user-panel, .nav-v2 .menu-header-toggle, .nav-v3 .menu-header-toggle, .nav-v4 .menu-header-toggle {top: 32px;}
	.menu-header-toggle {left: 15px !important;}
}

#unisender-subscribe-form table, table tr, table td {border-width: 0; border:0; border-bottom: 0; padding: 0; margin: 0;}