/***** FONTS *****/

@font-face {
	font-family: "Circe-Light";
	font-display: swap;
	src: url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Circe-Regular";
	font-display: swap;
	src: url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Circe-Bold";
	font-display: swap;
	src: url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

/***** GENERAL ELEMENTS *****/
.err {
	border: 1px solid #f00!important;
}
html {
	font-size: 16px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Circe-Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
	color: #141414;
	background: #fff;
	margin: 0;
}

.wrapper {
	min-height: 100%;
	width: 100%;
}

main {
	width: 100%;
	position: relative;
	padding-top: 84px;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.md-hidden {
	display: none;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

*:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	color: #589afc;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #589afc;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

figure {
	margin: 0;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
	-webkit-transition: 0.05s;
	-o-transition: 0.05s;
	transition: 0.05s;
}

svg:not(:root) {
	overflow: hidden;
}

h1,
h2,
h3 {
	font-weight: normal;
	margin: 0;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

mark {
	background: #ff0;
	color: #000;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
	border: 0;
	border-top: 1px solid #f2f2f2;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	outline-offset: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

i.fa-shopping-cart {
	position: relative;
	font-size: 20px;
}

.shopping-cart {
	position: relative;

}
.count-cart {
    display: flex;
    width: 17px;
    height: 17px;
    border-radius: 15px;
    background-color: #2a97ff;
    color: #FFFFFF;
    font-size: 11px;
    position: absolute;
    top: -6px;
    right: -9px;
    justify-content: center;
    align-items: center;
   
}
.page-title {
	font-family: "Circe-Bold";
	font-size: 30px;
	line-height: 41px;
	color: #000000;
	margin-top: -10px;
	margin-bottom: 16px;
}

.section-title {
	text-align: center;
	font-size: 32px;
	line-height: 44px;
	font-family: "Circe-Bold";
	color: #000000;
}

.enter-title {
	font-size: 34px;
	line-height: 47px;
	font-family: "Circe-Bold";
	color: #111;
	margin-bottom: 25px;
}

.subtitle {
	font-size: 20px;
	line-height: 29px;
	color: #000;
	margin-top: -15px;
	margin-bottom: 30px;
}

/***** BLOCKS GLOBAL *****/

/*----header-----*/

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 888;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

header.sticky {
	top: -51px;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
}

.header-top {
	width: 100%;
	position: relative;
	z-index: 1;
}

.header-bottom {
	width: 100%;
	background: #333333;
	position: relative;
	z-index: 5;
	padding: 11px 0;
}

.header-bottom .header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 16px;
	color: #fff;
}

.header-bottom .header .search-link {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../img/icons/search-w.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

.header-bottom .header .search-link.active {
	background-image: url(../img/icons/close-h.svg);
	background-size: contain;
	background-position: 50% 50%;
}

.logo img {
	width: 85px;
}

.location {
	font-size: 12px;
	color: #212121;
	text-decoration: underline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.location img {
	margin-right: 8px;
}

.location:hover {
	text-decoration: none;
}

.search-head {
	font-family: "Circe-Light";
	font-size: 10px;
	color: #212121;
	text-decoration: underline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.search-head img {
	margin-right: 8px;
}

.search-head:hover {
	text-decoration: none;
}

.phone span {
	color: #6d6d6d;
	font-size: 12px;
}

.phone a {
	color: #589afc;
	font-family: "Circe-Bold";
	margin-left: 6px;
}

.search {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	background: #333333;
	z-index: 999;
	padding: 0 16px 26px;
	overflow-y: auto;
}

.search hr {
	opacity: 0.1;
	margin-bottom: 30px;
}

.search.active {
	display: block;
}

footer {
	padding: 40px 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer .widget {
	width: 200px;
	font-size: 14px;
	color: #000;
	margin-bottom: 25px;
}

footer .widget .copiryng {
	font-size: 11px;
}

footer .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .widget ul li {
	padding: 7px 0;
}

footer .widget .label {
	padding: 7px 0;
}

footer .widget .phone-link {
	font-family: "Circe-Bold";
	font-size: 24px;
	line-height: 35px;
	color: #559cff;
	margin-bottom: 6px;
	display: block;
}

footer .widget .mail-link {
	font-family: "Circe-Bold";
	font-size: 18px;
	line-height: 27px;
	color: #559cff;
	margin-bottom: 6px;
	display: block;
}

article h2,
article h3,
article h4,
article h5 {
	font-weight: bold;
	line-height: 1.2;
	margin: 15px 0;
}

article h2 {
	font-size: 26px;
	line-height: 44px;
}

article h3 {
	font-size: 22px;
	line-height: 32px;
}

article h4 {
	font-size: 20px;
}

article h5 {
	font-size: 16px;
}

article p {
	margin: 0.8em 0;
	font-size: 18px;
	line-height: 27px;
}

article a {
	color: inherit;
	text-decoration: underline;
}

article a:hover {
	text-decoration: none;
	color: #589afc;
}

article ul {
	list-style: none;
	padding-left: 20px;
	margin: 0.5em 0;
}

article ul li {
	padding: 5px 12px;
	position: relative;
}

article ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #589afc;
	border-radius: 100%;
	position: absolute;
	left: -10px;
	top: 10px;
}

article ol {
	padding-left: 20px;
	margin: 0.5em 0;
}

article ol li {
	counter-increment: listCounter;
	padding: 5px 12px;
}

article ol li::marker {
	color: #589afc;
	font-weight: 600;
}

article blockquote {
	margin: 30px 20px;
	padding: 20px;
	border-left: 2px solid #589afc;
	background: #fafafa;
}

article blockquote p {
	font-size: 18px;
	font-family: "Circe-Bold";
}

article blockquote cite {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #939393;
}

.description {
	padding: 30px 0;
	background: #fafafa;
}

.desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.desc .text {
	width: 50%;
	color: #000000;
	padding: 15px 0;
}

.desc img {
	max-width: 45%;
}

.article-box {
	padding: 25px 0;
	margin-bottom: 25px;
}

.article-box .item {
	padding: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	margin-bottom: 27px;
}

.article-box .item .image {
	width: 65px;
	min-width: 65px;
	margin-right: 45px;
	margin-bottom: 20px;
}

.article-box .item .caption {
	width: 85%;
}

.article-box .item .caption .title {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000;
}

.article-box .item .caption p {
	font-family: "Circe-Light";
	font-size: 16px;
	line-height: 24px;
	color: #555;
}

.article-box.grid {
	padding: 25px 0;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-box.grid .item {
	width: 31.5%;
	padding: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	margin: 0 auto 27px;
}

.article-box.grid .item .image {
	width: 65px;
	min-width: 65px;
	margin-right: 45px;
	margin-bottom: 20px;
}

.article-box.grid .item .caption {
	width: 100%;
}

.article-box.grid .item .caption .title {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000;
}

.article-box.grid .item .caption p {
	font-family: "Circe-Light";
	font-size: 16px;
	line-height: 24px;
	color: #555;
}

.offers {
	padding: 36px;
	background: #fafafa;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 40px;
}

.offers .title {
	font-size: 36px;
	line-height: 53px;
	font-family: "Circe-Bold";
	margin-bottom: 15px;
}

.offers .text {
	font-size: 23px;
	line-height: 34px;
	font-family: "Circe-Light";
	margin-bottom: 30px;
}

.offers .button {
	width: 280px;
	max-width: 100%;
	height: 48px;
	background: #589afc;
	-webkit-box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Circe-Bold";
	font-size: 1rem;
	line-height: 1.4286;
	color: #fff;
	margin: 0 auto 10px;
	cursor: pointer;
}

.offers .button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.error-content {
	padding: 30px 15px;
	margin-bottom: 45px;
}

.error-content .button {
	width: 280px;
	max-width: 100%;
	height: 48px;
	background: #589afc;
	-webkit-box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Circe-Bold";
	font-size: 1rem;
	line-height: 1.4286;
	color: #fff;
	margin: 30px 0 0;
}

.error-content .button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-content {
	padding: 30px 15px;
	margin-bottom: 45px;
}

.page-content {
	padding: 30px 15px;
	margin-bottom: 45px;
}

.page-content p {
	font-size: 16px;
	line-height: 23px;
}

.page-top {
	border-bottom: 1px solid #cfcfcf;
}

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

.product {
	width: 265px;
	padding: 25px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 10px auto 16px;
	position: relative;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	border-radius: 10px;
}

.product:hover {
	-webkit-box-shadow: 0 0 0.1429rem rgba(5, 15, 41, 0.03), 0 0.8571rem 2.2143rem rgba(5, 15, 41, 0.06);
	box-shadow: 0 0 0.1429rem rgba(5, 15, 41, 0.03), 0 0.8571rem 2.2143rem rgba(5, 15, 41, 0.06);
}

.product .image {
	position: relative;
	z-index: 5;
	display: block;
	height: 290px;
	margin-bottom: 16px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.product .caption .title {
	min-height: 2.8571rem;
	display: block;
	color: #202020;
	font-family: "Circe-Bold";
}

.product .caption .cat {
	font-size: 0.9286rem;
	line-height: 1.2308;
	color: #939393;
	min-height: 2.5rem;
}

.product .caption .scu {
	font-size: 0.9286rem;
	line-height: 1.5385;
	color: #939393;
}

.product .stikers {
	position: absolute;
	z-index: 10;
	top: 12px;
	right: 13px;
	width: 50%;
	text-align: right;
}

.product .stikers a {
	font-family: "Circe-Bold";
	color: #fff;
	font-size: 12px;
	line-height: 1.1667;
	width: auto;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 5px;
	margin-bottom: 0.2857rem;
}

.product .stikers a:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.product .stikers a.sale {
	background: #f73d34;
}

.product .stikers a.stock {
	background: #24ce2c;
}

.product .stikers a.recomend {
	color: #9c7d28;
	background: #ffdc7d;
}

.product .stikers a.hit {
	background: #ff6769;
}

.product .price {
	padding: 14px;
}

.product .price .ins {
	font-family: "Circe-Bold";
	font-size: 20px;
	line-height: 1.2;
	display: inline-block;
}

.product .price .old {
	font-size: 1rem;
	line-height: 1.4286;
	display: inline-block;
	color: #939393;
	text-decoration: line-through;
	margin-left: 0.5714rem;
}

.product .product-btn .add-cart {
	width: 100%;
	height: 40px;
	background: #589afc;
	-webkit-box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Circe-Bold";
	font-size: 1rem;
	line-height: 1.4286;
	color: #fff;
	margin-bottom: 10px;
}

.product .product-btn .add-cart:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.product .product-btn .add-click {
	width: 100%;
	text-align: center;
	font-family: "Circe-Bold";
	color: #2a97ff;
	padding-top: 10px;
	cursor: pointer;
}

.product .product-btn .add-click:hover {
	text-decoration: underline;
}

.list .product {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	margin: 0.5rem 1.0714rem;
}

.list .product .image {
	width: 5.7143rem;
	height: 5.7143rem;
	margin-bottom: 1.4286rem;
}

.list .product .stikers {
	top: auto;
	bottom: 0.5rem;
}

.list .product .caption {
	min-width: 50%;
}

.list .product .product-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 10rem;
}

.tile .product {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	margin: 0.5rem 1%;
	padding-top: 1.7857rem;
}

.tile .product .image {
	width: 40%;
	height: 8.5714rem;
}

.tile .product .price {
	width: 40%;
	text-align: center;
}

.tile .product .stikers {
	width: 30%;
	top: 0.3571rem;
	left: 0.3571rem;
}

.tile .product .caption {
	min-width: 60%;
	width: 60%;
}

.tile .product .product-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
}

/***** COMPONENTS GLOBAL *****/

/*----------navigation-------------*/

.head-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.head-nav ul {
	padding-left: 22px;
	margin: 0 0 0 32px;
	border-left: 1px solid #585858;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.head-nav ul li {
	padding: 0 22px;
}

.head-nav ul li a {
	font-size: 15px;
}

.head-nav ul li .submenu{
	display: none;
	position: absolute;
	top: 96%;
	left: -35px;
	right: -35px;
	border: none;
	column-count: 3;
	background: #333333;
	padding: 40px;
}
.head-nav ul li:hover .submenu{
	display: block;
}
.head-nav ul li .submenu li{
	padding: 7px 0;
	font-family: "Circe-Light";
    font-size: 14px;
}
.toggle {
	display: none;
	width: 22px;
	position: relative;
}

.toggle span {
	display: block;
	height: 1px;
	background: #fff;
	margin: 6px 0;
}

.toggle.active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0;
}

.toggle.active span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -1px 0 0;
}

.toggle.active span:nth-child(3) {
	display: none;
}

.top-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-nav ul li {
	padding: 0 15px;
}

.top-nav ul li a {
	font-size: 14px;
}

.nav-mobile {
	display: none;
	position: fixed;
	top: 45px;
	bottom: 0;
	width: 100%;
	background: #333333;
	color: #fff;
	z-index: 999;
	padding: 0 16px 16px;
	overflow-y: auto;
}

.nav-mobile ul {
	list-style: none;
	padding: 0;
	width: 95%;
	margin: 0 auto 30px;
}

.nav-mobile ul.menu-cat li {
	padding: 7px 0;
	font-size: 18px;
position: relative;

}

.nav-mobile ul.menu-cat  li .submenu{
margin: 10px 0;
padding: 0 15px;
display: none;
}
.nav-mobile ul.menu-cat  li .submenu.active{
display: block;
}
.nav-mobile ul.menu-cat  li .submenu li{
font-size: 14px;
font-family: "Circe-Light";
}
.nav-mobile ul.menu-cat  li  .but{
	width: 16px;
	height: 16px;
	background-image: url(../img/icons/faq-h.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 05px;
	right: 0;
}
.nav-mobile ul.menu-cat  li  .but.active{
	transform: rotate(45deg);
}
.nav-mobile ul.menu li {
	padding: 6px 0;
	font-size: 14px;
}

.nav-mobile .contacts ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.nav-mobile .contacts ul li {
	font-size: 18px;
	line-height: 27px;
	font-family: "Circe-Light";
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-mobile .contacts ul li:before {
	content: "";
	width: 19px;
	height: 19px;
	margin-right: 14px;
	background-image: url(../img/icons/pin.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.nav-mobile p {
	font-size: 14px;
	line-height: 21px;
	font-family: "Circe-Light";
}

.nav-mobile hr {
	opacity: 0.1;
}

.nav-mobile .phone {
	margin: 20px 0 30px;
}

.nav-mobile .phone a {
	font-size: 18px;
}

.nav-mobile.active {
	display: block;
}

/*-----breadcrumbs-----*/

.breadcrumbs {
	font-size: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 0;
}

.breadcrumbs a {
	color: #000000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs a:hover {
	color: #589afc;
}

.breadcrumbs a:after {
	content: "/";
	display: inline-block;
	margin: 0 5px 0;
}

.home-link {
	font-size: 11px;
	padding: 16px;
}

/*-----pagination-----*/

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 36px;
}

.nav-links .page-numbers {
	margin: 0 12px;
	font-family: "Circe-Bold";
	font-size: 18px;
}

.nav-links .page-numbers .disabled {
	opacity: 0;
}

.nav-links .current {
	color: #589afc;
}

.nav-links a.page-numbers:hover {
	color: #36398b;
}

.sort-box {
	background: #fafafa;
	border-radius: 5px;
	padding: 20px;
	color: #757575;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 16px 0 30px;
}

.sort-box .sort-by {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 0;
}

.sort-box .sort-by span {
	margin-right: 8px;
}

.sort-box .sort-by a {
	margin: 0 8px;
	color: #000000;
}

.sort-box .sort-by a.active {
	color: #589afc;
}

.sort-by .checkbox:nth-child(2) span {
	color: #ff7576;
}

/*-----form-----*/

.forma label {
	display: block;
	font-size: 0.8571rem;
	margin-bottom: 0.2857rem;
}

.forma input {
	width: 100%;
	background: #ffffff;
	border: 0.07143rem solid #d6dbe6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0.2857rem;
	padding: 1rem 1.1429rem;
}

.forma textarea {
	width: 100%;
	height: 7.1429rem;
	background: #ffffff;
	border: 0.07143rem solid #d6dbe6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0.2857rem;
	padding: 1rem 1.1429rem;
}

.forms {
	padding-top: 30px;
}

.forms input {
	width: 266px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #e7e7e7;
	border-radius: 10px;
	padding: 15px 16px;
	margin-right: 13px;
}

.forms button {
	background: #589afc;
	-webkit-box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	border-radius: 10px;
	border: none;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	width: 227px;
	height: 52px;
}

.forms button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wide-row {
	width: 100%;
	margin-bottom: 0;
}

.checkbox > span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 2px 5px 0;
	color: #000;
}

.checkbox > span:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #ffffff;
	border: 1px solid #949494;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80% 80%;
	margin-top: -2px;
}

.checkbox > span a {
	color: #589afc;
	display: inline-block;
}

.checkbox > span p {
	margin: 0;
}

.checkbox > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox > input:not(:disabled):not(:checked) + span:hover::before {
	background: #ffffff;
	border: 0.07143rem solid #c1c6d2;
}

.checkbox > input:not(:disabled):active + span::before {
	background-color: #589afc;
	border-color: #589afc;
}

.checkbox > input:checked + span::before {
	background-color: #589afc;
	border-color: #589afc;
	background-image: url(../img/icons/check.svg);
}

.checkbox > input:disabled + span::before {
	background-color: #e9ecef;
}

/*radio*/

.radio {
	margin-bottom: 20px;
	display: block;
	cursor: pointer;
}

.radio > span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio > span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	margin-right: 10px;
}

.radio > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.radio > input:not(:disabled):active + span::before {
	background-color: #589afc;
	border-color: #e5e5e5;
}

.radio > input:focus:not(:checked) + span::before {
	border-color: #e5e5e5;
}

.radio > input:checked + span::before {
	border-color: #e5e5e5;
	background-color: #589afc;
	-webkit-box-shadow: 0 0 0 4px inset #fff;
	box-shadow: 0 0 0 4px inset #fff;
}

.radio > input:disabled + span::before {
	background-color: #e9ecef;
}

/*------ modal ------*/

.state {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.state.active {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.8);
}

.state .state-box {
	width: 400px;
	max-width: 90%;
	min-height: 206px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 95%;
	padding: 32px;
}
.state .state-box.big-state{
	width: 1000px;
} 
.state .state-box .close {
	width: 26px;
	height: 26px;
	background-image: url(../img/icons/close.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 40px;
	right: 32px;
	cursor: pointer;
}

.state .state-box .section-title {
	text-align: left;
	font-size: 25px;
}

.state .state-box .forma {
	margin-top: 32px;
	display: block;
}

.state .state-box .forma input {
	margin: 8px 0;
	background: #f9f9f9;
	border-radius: 10px;
	padding: 12px 27px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Circe-Light";
	color: #000;
	border: none;
}

.state .state-box .forma .button {
	width: 100%;
	min-height: 48px;
	background: #589afc;
	-webkit-box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	border-radius: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-family: "Circe-Bold";
	border: none;
	margin-top: 10px;
}

.tabs {
	margin-bottom: 30px;
}

.tabs .tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	padding: 0 20px;
	margin: 0;
	background: #fafafa;
	border-radius: 5px;
}

.tabs .tabs-list li {
	padding: 20px 15px;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

.tabs .tabs-list li.active {
	color: #589afc;
}

.tabs .tabs-content {
	padding: 16px 40px;
}

.atributes {
	padding: 0;
	margin: 30px 0;
	list-style: none;
}

.atributes li {
	padding: 7px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
}

.garant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 0;
}

.garant .item {
	width: 48.5%;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	padding: 35px 60px 30px 40px;
	color: #555;
	font-size: 14px;
	line-height: 18px;
	font-family: "Circe-Light";
}

.garant .item .title {
	text-transform: uppercase;
	color: #000000;
	font-family: "Circe-Regular";
}
.buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.buttons .button{
    width: 250px;
    height: 40px;
    background: #589afc;
    -webkit-box-shadow: 0px 4px 15px rgb(42 151 255 / 33%);
    box-shadow: 0px 4px 15px rgb(42 151 255 / 33%);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Circe-Bold";
    font-size: 1rem;
    line-height: 1.4286;
    color: #fff;
		cursor: pointer;
    margin: 10px;
}
.buttons .button:hover{
	-webkit-box-shadow: none;
    box-shadow: none;
}
.checkouts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 0;
}

.checkouts .item {
	width: 23.5%;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	padding: 26px 40px 26px 26px;
	color: #555;
	font-size: 14px;
	line-height: 18px;
	font-family: "Circe-Light";
}

.checkouts .item .title {
	text-transform: uppercase;
	color: #000000;
	font-family: "Circe-Regular";
}

.checkouts .item span {
	display: block;
	color: #589afc;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.payments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 0;
}

.payments .item {
	width: 18.5%;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	padding: 25px 20px 17px;
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-family: "Circe-Light";
}

.delivers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 0;
}

.delivers .title {
	width: 100%;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-family: "Circe-Light";
	text-align: center;
	margin-bottom: 35px;
}

.delivers .item {
	width: 32%;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.06);
	padding: 25px;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-family: "Circe-Light";
}

.tab {
	padding: 10px 0;
}
.tab-box {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: -1px;
}
.tab-box .top {
	width: 100%;
	min-height: 84px;
	background: #fff;
	padding: 12px 0 12px 40px;
	font-size: 19px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tab-box .top::after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../img/icons/faq.svg);
	background-size: contain;
	transition: 0.5s;
}
.tab-box.active .top::after {
	background-image: url(../img/icons/faq-h.svg);
	transform: rotate(45deg);
	transition: 0.5s;
}
.tab-box .body {
	display: none;
	position: relative;
	padding: 12px 40px;
	font-size: 17px;
	line-height: 25px;
	font-family: "Circe-Light";
	color: #000000;
}

.tab-box.active .body {
	display: block;
}

.section-slider {
	padding-top: 17px;
	position: relative;
	overflow: hidden;
}
/*-------search------*/

.head-search {
	position: relative;
}

.search-form {
	position: relative;
	padding: 0.3571rem 15px;
}

.search-form input {
	width: 100%;
	padding: 0.7143rem 5.7143rem 0.7143rem 1.1429rem;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 0.2143rem;
	border: none;
}

.search-form button {
	position: absolute;
	top: 1.0714rem;
	right: 2rem;
	width: 1.4286rem;
	height: 1.4286rem;
	background-color: transparent;
	border: none;
	background-image: url(../img/icons/search.svg);
	background-size: cover;
}

.search-form button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.search-form .closest {
	position: absolute;
	cursor: pointer;
	right: 4.2857rem;
	top: 1.2857rem;
	width: 0.8571rem;
	height: 0.8571rem;
	background-image: url(../img/icons/close.svg);
	background-size: cover;
	opacity: 0.5;
	display: none;
}

.search-form .closest:hover {
	opacity: 1;
}

.search-form .closest.active {
	display: block;
}

.search-result {
	position: absolute;
	padding: 0.5714rem 0;
	z-index: 888;
	top: 89%;
	left: 1rem;
	right: 1.0714rem;
	background: #ffffff;
	border: 0.07143rem solid rgba(0, 13, 114, 0.06);
	-webkit-box-shadow: 0 0 0.1429rem rgba(5, 15, 41, 0.03), 0 0.8571rem 2.2143rem rgba(5, 15, 41, 0.1);
	box-shadow: 0 0 0.1429rem rgba(5, 15, 41, 0.03), 0 0.8571rem 2.2143rem rgba(5, 15, 41, 0.1);
	border-radius: 0 0 0.2857rem 0.2857rem;
	height: 21.2857rem;
	overflow-y: auto;
	display: none;
}

.search-result.active {
	display: block;
}

.search-result .item {
	padding: 0.5714rem 1.1429rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-result .item img {
	width: 4rem;
	height: auto;
	margin-right: 1.1429rem;
}

/***** SECTIONS GLOBAL (Widgets) *****/

.subcategory {
	background: #fafafa;
	padding: 30px 0;
}

.cat {
	padding: 0 30px;
}

.cat .item {
	text-align: center;
	display: block;
}

.cat .item .image {
	position: relative;
	display: inline-block;
	/*	&:after {
				content: "";
				width: 1px;
				height: 1px;
				left: 50%;
				right: 50%;
				top: 30%;
				border-radius: 100%;
				position: absolute;
				z-index: 5;
				box-shadow: 0px 4px 26px 40px rgba(0, 0, 0, 0.05);
			} */
}

.cat .item .image img {
	height: 107px;
	width: auto !important;
	display: block;
	margin: 0 auto 10px;
	position: relative;
	z-index: 10;
}

.cat .item .title {
	font-size: 14px;
	color: #212121;
	font-family: "Circe-Bold";
	margin-bottom: 5px;
}

.cat .item .cost {
	font-size: 12px;
	color: #939393;
	margin-bottom: 5px;
}

.category-widget {
	padding: 40px 15px;
	text-align: center;
}

.category-widget .cat-grid {
	padding-top: 20px;
}

.category-widget .cat-grid .item {
	background: #f5f5f5;
	width: 23%;
	height: 280px;
	margin: 13px 1%;
	padding: 30px 20px 0;
	text-align: center;
	color: #000000;
	font-size: 14px;
	overflow-y: hidden;
}

.category-widget .cat-grid .item .caption {
	margin-bottom: 15px;
}

.category-widget .cat-grid .item .title {
	font-family: "Circe-Bold";
	font-size: 22px;
	line-height: 32px;
}

.category-widget .cat-grid .item p {
	font-size: 14px;
	line-height: 1;
	margin: 5px 0;
}

.category-widget .cat-grid .item a {
	color: #2a97ff;
	font-family: "Circe-Bold";
}

.category-widget .cat-grid .item:nth-child(1),
.category-widget .cat-grid .item:nth-child(2) {
	width: 48%;
	height: 226px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.category-widget .cat-grid .item:nth-child(1) .caption,
.category-widget .cat-grid .item:nth-child(2) .caption {
	width: 50%;
}

.category-widget .cat-grid .item:nth-child(1) .image,
.category-widget .cat-grid .item:nth-child(2) .image {
	width: 50%;
}

.catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 60px 15px;
	margin-bottom: 45px;
}

.catalog .item {
	width: 49%;
	background: #f5f5f5;
	padding: 0;
	color: #000000;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catalog .item .title {
	font-family: "Circe-Bold";
	font-size: 22px;
	line-height: 32px;
}

.catalog .item .text {
	width: 65%;
	padding: 30px 0 20px 20px;
}

.catalog .item .text ul {
	padding: 0;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.catalog .item .text ul li {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0;
}

.catalog .item .image {
	width: 35%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.catalog .item img {
	width: 120%;
	max-width: 120%;
}

.catalog.norow .item:last-child {
	width: 100%;
}

.catalog.norow .item:last-child .text {
	width: 50%;
}

.catalog.norow .item:last-child .image {
	width: 50%;
}

.catalog.norow .item:last-child .image img {
	width: 80%;
	max-width: 80%;
}

.widget-new {
	padding: 45px 15px 65px;
}

.widget-new .product-widgets {
	padding-top: 26px;
}

.widget-popular {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 30px 0;
}

.popular {
	padding-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.popular .item {
	width: 214px;
	margin: 15px auto;
	padding: 30px 20px 20px;
	background: #f5f5f5;
	text-align: center;
}

.popular .item .caption .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}

.popular .item .caption a {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #2a97ff;
	display: block;
	margin-bottom: 30px;
}

.popular .item .image img {
	height: 120px;
	width: auto;
	margin: 0 auto;
}

.infobar {
	background: #fafafa;
	margin-bottom: 30px;
}

.infobar .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0;
}

.infobar .grid .item {
	font-family: "Circe-Light";
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	padding: 7px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.infobar .grid .item img {
	width: 30px;
	margin-right: 12px;
}

.owl-carousel .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	background-image: url(../img/icons/nav.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.owl-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.owl-carousel .owl-dots .owl-dot {
	width: 5px;
	height: 5px;
	background: #c4c4c4;
	margin: 3px;
	border-radius: 100%;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #589afc;
}

.infobox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.infobox .item {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	margin: 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.infobox.infobox-2 {
	padding: 25px 16px;
}

.infobox.infobox-2 .item {
	width: 47%;
	padding: 25px 30px;
	margin: 8px 12px;
}

.infobox.infobox-2 .item .image {
	width: 24%;
}

.infobox.infobox-2 .item .text {
	width: 76%;
	padding-left: 20px;
}

.infobox.infobox-2 .item .text .title {
	font-size: 20px;
	font-family: "Circe-Bold";
}

.infobox.infobox-2 .item .text p {
	margin: 2px 0;
	font-family: "Circe-Light";
}

.infobox.infobox-4 {
	padding: 40px 16px;
}

.infobox.infobox-4 .item {
	width: 22%;
	margin: 0 auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: center;
	padding: 20px;
}

.infobox.infobox-4 .item .image {
	width: 100%;
	padding: 0 20px 15px;
}

.infobox.infobox-4 .item .text {
	width: 100%;
}

.infobox.infobox-4 .item .text .title {
	font-size: 20px;
	font-family: "Circe-Bold";
}

.infobox.infobox-4 .item .text p {
	margin: 6px 0;
	font-family: "Circe-Light";
	min-height: 95px;
}

.infobox.infobox-4 .item .text a {
	color: #2a97ff;
	font-size: 14px;
	font-family: "Circe-Bold";
}
.offer-box {
	background: #fafafa;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 25px 0 15px;
}
.offer-box .item {
	width: 50%;
	display: inline-flex;
	align-items: center;
	padding: 22px 35px;
	font-family: "Circe-Light";
	text-align: left;
}
.offer-box .item img {
	width: 34px;
	margin-right: 20px;
}
.home-content .infobox {
	background: #fbfbfb;
	padding: 60px 16px;
}

.contacts-widget {
	position: relative;
	overflow: hidden;
}

.contacts-widget .container {
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.contacts-widget .container .contacts {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 36px;
	max-width: 350px;
	color: #000000;
	position: relative;
	z-index: 10;
}

.contacts-widget .container .contacts .title {
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 10px;
}

.contacts-widget .container .contacts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contacts-widget .container .contacts ul li {
	font-size: 18px;
	line-height: 27px;
	font-family: "Circe-Light";
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts-widget .container .contacts ul li:before {
	content: "";
	width: 19px;
	height: 19px;
	margin-right: 14px;
	background-image: url(../img/icons/pin.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#map {
	width: 150%;
	height: 100%;
	margin-left: -25%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

/***** COMPONENTS PAGE (Article) *****/

.home-one {
	height: 350px;
	background-image: url(../img/home-1.jpg);
	background-size: auto 100%;
	background-position: 50% 50%;
	text-align: center;
	padding-top: 50px;
	color: #ffffff;
	font-size: 18px;
	font-family: "Circe-Light";
	margin-bottom: 20px;
}

.home-one h1 {
	font-family: "Circe-Bold";
	font-size: 36px;
	line-height: 1;
	margin-bottom: -5px;
}

.home-one a {
	font-size: 16px;
	font-family: "Circe-Bold";
	color: #2a97ff;
	display: block;
	margin-top: -7px;
}

.product-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.product-detail .product-title {
	font-family: "Circe-Bold";
	font-size: 32px;
	line-height: 47px;
	color: #111111;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 10px;
}

.product-detail .stikers a {
	font-size: 18px;
	line-height: 27px;
	margin-right: 10px;
}

.product-detail .stikers a.stock {
	color: #24ce2c;
}

.product-detail .stikers a.sale {
	color: #f73d34;
}

.product-detail .stikers a.recomend {
	color: #ffdc7d;
}

.product-detail .stikers a.hit {
	color: #ff6769;
}

.product-detail .images {
	width: 40%;
	padding: 30px;
}

.product-detail .images .top {
	display: none;
}

.product-detail .summary {
	width: 60%;
	padding: 30px;
}

.options-block {
	padding: 10px 0;
}

.options {
	font-size: 14px;
	line-height: 21px;
	color: #252525;
	margin: 20px 0;
}

.options .option-groop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -10px;
}

/*radio*/

.option-radio {
	margin: 10px;
	display: block;
	cursor: pointer;
}

.option-radio > span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	width: 99px;
	padding: 20px 10px;
	font-size: 13px;
}

.option-radio > span .round {
	width: 29px;
	height: 29px;
	border-radius: 100%;
	margin-bottom: 10px;
}

.option-radio > span p {
	width: 100%;
	text-align: center;
	margin: 0;
}

.option-radio > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.option-radio > input:not(:disabled):active + span {
	border-color: #d6d6d6;
}

.option-radio > input:focus:not(:checked) + span {
	border-color: #d6d6d6;
}

.option-radio > input:checked + span {
	border-color: #559cff;
}

.option-radio > input:disabled + span {
	background-color: #e9ecef;
}

.product-buttons {
	background: #fafafa;
	border-radius: 5px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-buttons .price {
	width: 50%;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-buttons .price .ins {
	font-family: "Circe-Bold";
	font-size: 34px;
	line-height: 50px;
	color: #111111;
	margin-right: 15px;
}

.product-buttons .price .old {
	font-family: "Circe-Light";
	font-size: 22px;
	line-height: 30px;
	color: #6d6d6d;
	text-decoration: line-through;
}

.product-buttons .stocks {
	width: 50%;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-buttons .stocks img {
	width: 18px;
	margin-right: 10px;
}

.product-buttons .stocks ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	font-size: 13px;
	line-height: 141.9%;
	color: #4e4e4e;
}

.product-buttons .button {
	width: 46%;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 12px 2%;
	font-family: "Circe-Bold";
	cursor: pointer;
}

.product-buttons .button.shop {
	background: #589afc;
	-webkit-box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	box-shadow: 0px 4px 15px rgba(42, 151, 255, 0.33);
	border-radius: 10px;
	color: #ffffff;
}

.product-buttons .button.credit {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	color: #589afc;
}

.product-buttons .button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sendCart input {
	margin: 8px 0;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 12px 27px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Circe-Light";
    color: #000;
    border: none;
}


.ul-shopping-cart
 {
    list-style: none;
    margin-bottom: 0;
}

.product-buttons .button.shop.to-cart {
    width: 100%;
    display: block;
    text-align: center;
}
/**/

.slider {
	max-width: 100%;
	margin-bottom: 20px;
}

.slider-nav {
	padding: 0 30px;
	width: 100%;
	margin: 0;
}

.slider-nav .slick-slide {
	margin: 0 15px;
	width: 50px;
	height: 100px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	outline: none !important;
	border: none !important;
	cursor: pointer;
}

.slider-nav .slick-next {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	top: 48%;
	bottom: 0;
}

.slider-nav .slick-prev {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 0;
	top: 48%;
	bottom: 0;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev,
.slick-next {
	width: 15px;
	height: 15px;
	border-top: 0.125rem solid #a7a7a7;
	border-right: 0.125rem solid #a7a7a7;
	position: absolute;
	z-index: 100;
}

.slick-prev:hover,
.slick-next:hover {
	border-color: #559cff;
}

.slider .slick-prev {
	left: 0;
	top: 48%;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0;
}

.slider .slick-next {
	right: 0;
	top: 48%;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slider:hover .slick-prev,
.slider:hover .slick-next {
	opacity: 1;
}

.slider__item {
	width: 100%;
	display: block;
	height: 450px;
	margin: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	outline: none !important;
	border: none !important;
}

.fancybox-bg {
	background: white;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	-o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-button {
	background: #fff;
	color: #111111;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 20px;
	height: 20px;
	padding: 0;
	border-top: 2px solid #111;
	border-left: 2px solid #111;
}

.fancybox-navigation .fancybox-button div {
	display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 30px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (min-width: 280px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 380px) {
	.container {
		width: 95%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 98%;
	}

	.ul-shopping-cart {
		display: none;
	}
}

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

@media (min-width: 1150px) {
	.container {
		width: 1170px;
	}
}

@media (max-width: 1440px) {
	.widget-new .product-widgets {
		padding: 26px 30px 0;
	}

	.home-one {
		height: 300px;
		padding-top: 35px;
	}
}

@media (max-width: 1150px) {
	.top-nav ul li {
		padding: 0 5px;
	}
	.head-nav ul {
    padding-left: 0;
	}
	.head-nav ul li a {
    font-size: 13px;
}
}

@media (max-width: 1140px) {
	.enter-title {
		font-size: 30px;
		line-height: 40px;
	}

	article h2 {
		font-size: 22px;
		line-height: 32px;
	}

	article h3 {
		font-size: 18px;
		line-height: 30px;
	}
	.tabs .tabs-list {
		padding: 0;
	}
	.tabs .tabs-content {
		padding: 16px 0;
	}

	.payments .item {
		padding: 20px 15px 16px;
		width: 18.7%;
	}

	.category-widget .cat-grid .item {
		height: 250px;
	}

	.category-widget .cat-grid .item .title {
		font-size: 20px;
	}

	.category-widget .cat-grid .item:nth-child(1),
	.category-widget .cat-grid .item:nth-child(2) {
		height: 200px;
	}

	.catalog {
		width: 98%;
	}

	.popular .item {
		width: 180px;
	}

	.product-detail .product-title {
		font-size: 28px;
		line-height: 40px;
	}

	.product-detail .summary {
		padding: 30px 0;
	}
}

@media (max-width: 991px) {

	ul-shopping-cart {
		display: block;
	}
	header {
		background: #f5f5f5;
	}

	header.sticky {
		top: 0;
	}

	header.sticky .header-top {
		margin-top: -51px;
	}

	.header-top {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.header-top .header {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-bottom .header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-bottom .header .search-link {
		display: block;
	}

	.location {
		display: none;
	}

	.search-head {
		display: none;
	}

	.search {
		position: fixed;
		top: 45px;
		bottom: 0;
	}

	footer .widget:nth-child(1) {
		width: 100%;
	}

	footer .widget .copiryng {
		width: 60%;
		margin: 0 0 15px;
	}

	.article-box .item .caption {
		width: 80%;
	}

	.article-box.grid .item {
		width: 100%;
	}

	.article-box.grid .item .caption {
		width: 80%;
	}

	.head-nav ul {
		display: none;
	}

	.toggle {
		display: block;
	}

	.top-nav {
		display: none;
	}

	.forms input {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}

	.forms button {
		width: 100%;
		margin-bottom: 15px;
	}

	.tabs .tabs-list {
		width: auto;
		overflow-x: auto;
		padding: 0;
		margin: 0 -30px;
	}

	.tabs .tabs-list li {
		min-width: 170px;
		font-size: 12px;
		padding: 20px 10px;
	}

	.checkouts .item {
		width: 48.5%;
		margin-bottom: 20px;
	}

	.payments .item {
		width: 32.5%;
		margin-bottom: 20px;
	}

	.search-form {
		padding: 0.3571rem 0;
	}

	.category-widget .cat-grid .item {
		width: 48%;
		height: 318px;
	}

	.category-widget .cat-grid .item:nth-child(1),
	.category-widget .cat-grid .item:nth-child(2) {
		width: 48%;
		height: 318px;
	}

	.category-widget .cat-grid .item:nth-child(1) .caption,
	.category-widget .cat-grid .item:nth-child(2) .caption {
		width: 100%;
	}

	.category-widget .cat-grid .item:nth-child(1) .image,
	.category-widget .cat-grid .item:nth-child(2) .image {
		width: 100%;
	}

	.catalog .item {
		width: 100%;
	}

	.catalog.norow .item:last-child .text {
		width: 65%;
	}

	.catalog.norow .item:last-child .image {
		width: 35%;
	}

	.catalog.norow .item:last-child .image img {
		width: 120%;
		max-width: 120%;
	}

	.popular .item {
		width: 48%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 15px auto 0;
		text-align: left;
		padding: 30px 30px 20px;
	}

	.popular .item .caption {
		width: 50%;
	}

	.popular .item .image {
		width: 50%;
		text-align: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.infobox.infobox-2 .item {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
	}

	.infobox.infobox-4 .item {
		width: 42.5%;
		margin-bottom: 20px;
		padding: 20px 10px;
	}

	.product-detail .images {
		width: 100%;
	}

	.product-detail .images .top {
		display: block;
		margin-bottom: 40px;
	}

	.product-detail .summary {
		width: 100%;
	}

	.product-detail .summary .top {
		display: none;
	}
}

@media (max-width: 767px) {
	.desc .text {
		width: 100%;
	}

	.desc img {
		max-width: 95%;
		margin: 0 auto;
	}

	.desc img:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (max-width: 640px) {
	.tab-box .top {
		min-height: 64px;
		padding: 8px 0;
		font-size: 16px;
	}
	.tab-box .body {
		padding: 0 30px 12px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.article-box {
		margin-bottom: 15px;
	}

	.article-box .item .image {
		width: 100%;
		margin-right: 0;
	}

	.article-box .item .caption {
		width: 75%;
	}

	.article-box .item .caption {
		width: 100%;
	}

	.article-box.grid {
		margin-bottom: 15px;
	}

	.article-box.grid .item .image {
		width: 100%;
		margin-right: 0;
	}

	.article-box.grid .item .caption {
		width: 75%;
	}

	.article-box.grid .item .caption {
		width: 100%;
	}

	.offers {
		margin-bottom: 0;
		padding: 26px 15px 15px;
	}

	.offers .title {
		font-size: 28px;
		line-height: 32px;
	}

	.offers .text {
		font-size: 18px;
		line-height: 24px;
	}

	.category-widget .cat-grid .item {
		height: 290px;
	}

	.category-widget .cat-grid .item:nth-child(1),
	.category-widget .cat-grid .item:nth-child(2) {
		height: 290px;
	}

	.infobar .grid {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.infobar .grid .item {
		width: 230px;
	}

	.contacts-widget .container {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		height: 700px;
		padding-bottom: 25px;
	}

	.contacts-widget .container .contacts {
		width: 100%;
		max-width: 100%;
	}

	#map {
		height: 70%;
		width: 100%;
		margin-left: 0;
	}

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

	.options .option-groop {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.buttons{
		justify-content: center;
	}
	.tab-box .top::after {
    width: 20px;
    height: 20px;
    margin-left: 15px;
		background-repeat: no-repeat;
}
	.offer-box {
		padding: 10px 0;
	}
	.offer-box .item {
		width: 100%;
		padding: 12px 30px;
	}
	.page-title {
		font-size: 25px;
		line-height: 37px;
		text-align: center;
	}

	.section-title {
		font-size: 24px;
		line-height: 36px;
	}

	.enter-title {
		font-size: 28px;
		line-height: 36px;
		text-align: center;
	}

	.subtitle {
		text-align: center;
		font-size: 18px;
	}

	footer .widget {
		width: 100%;
		text-align: center;
	}

	footer .widget .copiryng {
		width: 250px;
		text-align: center;
		margin: 0 auto;
	}

	article p {
		font-size: 16px;
	}

	article blockquote {
		margin: 20px 0;
	}

	.desc .text {
		text-align: center;
		padding: 15px 0;
	}

	.article-box .item {
		text-align: center;
		padding: 30px;
	}

	.article-box.grid .item {
		text-align: center;
		padding: 30px;
	}

	.error-content .button {
		margin: 30px auto 0;
	}

	.breadcrumbs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sort-box .sort-by {
		width: 100%;
		display: block;
	}

	.sort-box .sort-by span {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}

	.sort-box .sort-by a {
		width: 100%;
		display: block;
		margin: 0 0 10px;
		text-align: center;
	}

	.tabs .tabs-content article {
		text-align: center;
	}

	.garant .item {
		width: 250px;
		margin: 0 auto 20px;
		padding: 25px;
	}

	.checkouts .item {
		width: 250px;
		margin: 0 auto 20px;
		padding: 25px;
	}

	.payments .item {
		width: 200px;
		margin: 0 auto 20px;
		padding: 20px;
	}

	.delivers .item {
		width: 250px;
		margin: 0 auto 20px;
	}

	.cat {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cat .item {
		width: 100px;
		display: block;
		margin: 15px auto;
	}

	.category-widget .cat-grid {
		margin: 0;
	}

	.category-widget .cat-grid .item {
		width: 100%;
		height: 318px;
	}

	.category-widget .cat-grid .item:nth-child(1),
	.category-widget .cat-grid .item:nth-child(2) {
		width: 100%;
		height: 318px;
	}

	.catalog {
		width: 100%;
		padding: 30px 15px;
	}

	.catalog .item .title {
		font-size: 20px;
		line-height: 30px;
	}

	.catalog .item .text {
		width: 100%;
		padding: 30px 30px 0;
	}

	.catalog .item .image {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.catalog .item img {
		width: auto;
		max-width: 90%;
	}

	.catalog.norow .item:last-child .text {
		width: 100%;
	}

	.catalog.norow .item:last-child .image {
		width: 100%;
	}

	.catalog.norow .item:last-child .image img {
		width: auto;
		max-width: 90%;
	}

	.widget-popular {
		border: none;
		padding: 0 0 15px;
	}

	.popular .item {
		width: 100%;
	}

	.popular .item .caption .title {
		font-size: 17px;
	}

	.popular .item .caption a {
		margin-bottom: 0;
	}

	.infobox.infobox-4 .item {
		margin: 0 auto 20px;
	}

	.home-one {
		height: 380px;
		padding-top: 50px;
		background-image: url(../img/home-2.jpg);
	}

	.product-detail .product-title {
		font-size: 25px;
		line-height: 36px;
	}

	.product-detail .stikers a {
		font-size: 16px;
	}

	.product-detail .images {
		padding: 30px 0;
	}

	.product-detail .summary {
		padding: 10px 0;
	}

	.product-buttons .price {
		width: 100%;
	}

	.product-buttons .stocks {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-buttons .stocks ul {
		width: 100%;
	}

	.product-buttons .button {
		width: 100%;
	}

	.slider__item {
		height: 350px;
	}
}

@media (max-width: 414px) {
	.nav-mobile .contacts ul li {
		font-size: 15px;
	}

	.infobox.infobox-2 .item {
		width: 270px;
		padding: 20px;
		margin: 0 auto 20px;
	}

	.infobox.infobox-2 .item .image {
		width: 100%;
		padding: 0 20px 15px;
	}

	.infobox.infobox-2 .item .text {
		width: 100%;
		text-align: center;
	}

	.infobox.infobox-2 .item .text p {
		margin: 6px 0;
	}

	.infobox.infobox-4 .item {
		width: 270px;
		padding: 20px;
		margin: 0 auto 20px;
	}

	.infobox.infobox-4 .item .text p {
		min-height: 50px;
		margin-bottom: 10px;
	}

	.contacts-widget .container .contacts {
		padding: 32px;
	}

	.contacts-widget .container .contacts .title {
		font-size: 20px;
	}

	.contacts-widget .container .contacts ul li {
		font-size: 15px;
	}
	.state .state-box .close {
    width: 16px;
    height: 16px; 
    top: 12px;
    right: 12px;
}
}

@media (max-width: 380px) {
	.product {
		width: 237px;
	}

	.product .image {
		height: 240px;
	}
}

@media (max-width: 375px) {
	.catalog .item .text ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (max-width: 360px) {
	.section-title {
		font-size: 22px;
		line-height: 32px;
	}

	.popular .item {
		padding: 16px 16px 16px 30px;
	}
}

@media (max-width: 340px) {
	.category-widget .cat-grid .item {
		height: 280px;
	}

	.category-widget .cat-grid .item:nth-child(1),
	.category-widget .cat-grid .item:nth-child(2) {
		height: 280px;
	}
}
