* {
	margin: 0;
	padding: 0;
	outline: none;
}
img:not([src]):not([srcset]) {
	visibility: hidden;
} 
.width-1200 {
	max-width: 1200px;
	margin: 0 auto;
}
img {
	display: block;
	width: auto;
    max-width: 100%;
    height: auto;
}
.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.img-center img,
.img-center svg {
	display: block;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: 0 auto;
}
.img-position {
	display: block;
	position: relative;
	font-size: 0;
	-webkit-transform: none;-ms-transform: none;transform: none;
}
.img-position img {
	position: absolute;
    top: 0;
    left: 0;
	width: 101%;
    height: 101%;
	object-fit: cover;
	object-position: center;
}
a img {
	border: none;
}
use,
use:hover,
a,
a:hover {
	transition: 0.3s ease all;
}
@media screen and (min-width: 1280px) {
	select {
		display: none !important;
	}
	.mobileMenu {
        display: none;
    }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
button {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: inherit;
}
textarea {
	font-family: inherit;
}
button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
body {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #343434;
	background: #fff;
	font-size: 16px;
}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
::-webkit-input-placeholder {color: rgba(46, 24, 20, 0.4);}
::-moz-placeholder          {color: rgba(46, 24, 20, 0.4);}
:-moz-placeholder           {color: rgba(46, 24, 20, 0.4);}
:-ms-input-placeholder      {color: rgba(46, 24, 20, 0.4);}
strong,
b {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.overflow-hidden {
	overflow: hidden;
}
.rel {
	position: relative;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.size-0 {
	display: table;
	font-size: 0;
	width: 100%;
}
.table-responsive {
	overflow-x: auto;
} 
.hidden {
	display: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.f_wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_none {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.a-i_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.a-i_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.a-i_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.j-c_start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.j-c_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.j-c_around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.j-c_end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.j-c_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-d_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  touch-action: manipulation;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
		touch-action: manipulation;
		user-select: none;
	}
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}
.width-100 {
	width: 100%;
}
footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.inner-page header {
 	z-index: 4;
}
header {
	position: relative;
	z-index: 2;
}
.button-tabletSearch,
.button-tabletMenu {
	display: none;
}
.headerTop {
	background: #343434;
}
.headerTop_item {
	height: 38px;
}
.headerBottom {
	background: #f5c629;
	position: relative;
}
.headerBottom:after {
	display: block;
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 2px;
    margin: 0 auto;
    height: 30px;
    border-radius: 100%;
    background: #d9d9d9;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.headerBottom_item {
	height: 108px;
}
.menuLeft {

}
.menuLeft li {
	margin-right: 31px;
}
.menuLeft a {
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.menuLeft li.active a,
.menuLeft a:hover {
	color: #f5c629;
}
.boxLanguages {
	margin: 2px 0 0 6px;
	position: relative;
}
.boxLanguages_button {
	background: transparent;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	padding-right: 6px;
}
.boxLanguages_button i {
	width: 20px;
	height: 14px;
	margin-right: 10px;
}
.boxLanguages.open .boxLanguages_button svg {
	transform: rotate(180deg);
	transition: 0.3s ease transform;
}
.boxLanguages_button svg {
	margin-left: 13px;
	transition: 0.3s ease transform;
}
.boxLanguages.open .boxLanguages_button use,
.boxLanguages_button:hover use {
	fill: #F5C629;
}
.boxLanguages_button use {
	fill: #fff;
}
.modalLanguages {
	display: none;
    width: 181px;
    position: absolute;
    top: 100%;
    right: -24px;
    z-index: 20;
    margin: 16px 0 0 0;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 29px 10px 0px 33px;
    background: #fff;
    box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.25);
}
.modalLanguages:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 16px solid #fff;
    border-top: 0;
    position: absolute;
    top: -13px;
    right: 22px;
}
.boxLanguages.open .modalLanguages {
	display: block;
}
.modalLanguages a {
	font-size: 14px;
	color: #343434;
	text-decoration: none;
	margin-bottom: 25px;
}
.modalLanguages a i {
	width: 26px;
	height: 19px;
	margin-right: 15px;
	position: relative;
    top: -1px;
}
.modalLanguages a.active,
.modalLanguages a:hover {
	color: #F5C629;
}
.headerBottom_right {
	padding-right: 6px;
}
.boxLogo {
	display: inline-block;
	max-width: 244px;
	font-size: 0;
	margin-top: -13px;
}
.linkFavorites,
.linkBasket,
.linkLogin {
	width: 22px;
	height: 22px;
	font-size: 0;
	position: relative;
}
.linkFavorites:hover,
.linkBasket:hover,
.linkLogin:hover {
	opacity: 0.6;
}
.linkLogin {
	margin-left: 20px;
}
.linkFavorites {
	margin-left: 32px;
	margin-top: 1px;
}
.linkBasket {
	margin-left: 22px;
}
.linkLogin use {
	stroke: #343434;
}
.linkFavorites use,
.linkBasket use {
	fill: #343434;
}
.linkTelephone {

}
.linkTelephone a {
	font-weight: 500;
	font-size: 22px;
	color: #343434;
	text-decoration: none;
	margin-top: 2px;
}
.linkTelephone svg {
	margin-right: 12px;
	position: relative;
	top: -1px;
}
.linkTelephone a:hover {
	text-decoration: underline;
}
.headerBottom_center {
	width: 100%;
	box-sizing: border-box;
    padding: 0 26px 0 14px;
}
.buttonMenu {
	width: 173px;
	height: 49px;
	font-weight: 500;
	font-size: 16px;
	color: #343434;
	border-radius: 30px 0 0 30px;
	box-sizing: border-box;
    padding-right: 28px;
    position: relative;
    background: transparent;
    background: rgba(255, 255, 255, 0.31);
    transition: 0.3s ease all;
}
.buttonMenu:hover {
	background: #343434;
	color: #fff;
    transition: 0.3s ease all;
}
.buttonMenu:hover use {
	stroke: #fff;
}
.buttonMenu svg {
	margin-right: 9px;
	position: relative;
	top: -2px;
}
.buttonMenu use {
	stroke: #343434;
}
.all-boxSearch {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-left: -20px;
}
.boxSearch {
	background: #fff;
	border-radius: 30px;
	position: relative;
	z-index: 2;
}
.boxSearch_input {
	width: 100%;
	height: 49px;
	font-size: 14px !important;
	line-height: 49px;
	color: #a3a3a3;
	border-radius: 30px 0 0 30px;
	box-sizing: border-box;
    padding: 0 26px;
}
.boxSearch_button {
	width: 75px;
	height: 43px;
	background: #f5c629;
	border-radius: 30px;
	margin: 3px 3px 0 0;
	font-size: 0;
	transition: 0.3s ease all;
}
.boxSearch_button use {
	fill: #343434;
}
.boxSearch_button:hover {
	background: #343434;
}
.boxSearch_button:hover use {
	fill: #fff;
}
.boxSearch_select {
	position: relative;
	width: 137px;
}
.boxSearch_select:before {
	display: block;
	content: "";
	width: 1px;
	position: absolute;
	top: 7px;
	bottom: 7px;
	width: 1px;
	background: #cecece;
}
.modalSearch {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
	box-sizing: border-box;
	border-radius: 25px;
	z-index: 1;
	padding: 73px 13px 27px 8px;
}
.all-sliderTop {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sliderTop {
	height: 544px;
}
.sliderTop_title {
	font-weight: 300;
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	color: #343434;
}
.sliderTop_title strong,
.sliderTop_title b {
	font-weight: 900;
}
.sliderTop_width {
	max-width: 55%;
	min-height: 100%;
	box-sizing: border-box;
	padding: 20px 0 62px 0;
	position: relative;
	z-index: 5;
}
.sliderTop p {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #343434;
	margin-top: 5px;
    line-height: 1.25;
}
.sliderTop p strong,
.sliderTop b strong {
	font-weight: 900;
}
.sliderTop_link {
	width: 279px;
	height: 63px;
	border-radius: 30px;
	background: #f5c629;
	text-decoration: none;
	margin-top: 29px;
	font-weight: 500;
	font-size: 16px;
	color: #343434;
	transition: 0.3s ease all;
}
.sliderTop_link:hover {
	color: #fff;
	transition: 0.3s ease all;
}
.sliderTop_link:active {
	color: #fff;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	transition: 0.3s ease all;
}
.sliderTop_thumb {
	position: absolute;
    top: 28px;
    right: 0;
    width: 575px;
    height: 431px;
}
.sliderTop .swiper-button-prev, 
.sliderTop .swiper-button-next {
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: 3;
}
.sliderTop .swiper-button-prev {
	right: 53px;
}
.all-categoryMenu {
    background: #343434;
    margin-bottom: 85px;
    padding: 29px 0 18px 0;
}
.categoryMenu > ul {
	margin-left: -13px;
	margin-right: -13px;
	position: relative;
}
.categoryMenu > ul > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	box-sizing: border-box;
	margin: 0 13px;
	padding: 17px 0;
	position: relative;
}
.categoryMenu > ul > li:after {
	display: block;
	content: "";
	border-left: 1px solid #565656;
	border-right: 1px solid #1f1d1d;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	right: -13px;
	border-radius: 50%;
	opacity: 0.5;
}
.categoryMenu > ul > li:last-child:after {
	display: none;
}
.categoryMenu > ul > li > a {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 3;
	cursor: pointer;
	text-align: center;
}
.categoryMenu > ul > li:hover > a,
.categoryMenu > ul > li > a:hover {
	color: #f5c629;
}
.categoryMenu_icons {
    width: 92px;
    height: 86px;
    margin: 0px auto 15px auto;
}
.categoryMenu > ul > li:hover > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.categoryMenu > ul > li > ul {
    display: none;
    position: absolute;
    bottom: 100%;
    width: 924px;
    right: 0;
    z-index: 2;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 36px 47px 18px 47px;
    background: #fff;
    box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.25);
}
.categoryMenu > ul > li:nth-child(-n+3) > ul {
	left: 0;
}
.categoryMenu > ul > li:nth-child(4) > ul,
.categoryMenu > ul > li:nth-child(5) > ul {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.categoryMenu > ul > li.dropDown > a:before {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
	border-top: 16px solid #fff;
    border-bottom: 0;
    position: absolute;
    bottom: calc(100% - -5px);
    left: 50px;
    z-index: 2;
}
.categoryMenu > ul > li.dropDown:hover > a:before {
	display: block;
}
.categoryMenu > ul > li > ul > li {
	margin-bottom: 15px;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 15px;
}
.categoryMenu > ul > li > ul > li > a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #33485d;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	padding-left: 21px;
}
.categoryMenu > ul > li > ul > li > a:before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #33485d;
    position: absolute;
    top: 6px;
    left: 9px;
}
.categoryMenu > ul > li > ul > li > a:hover {
	font-weight: 600;
	text-decoration: underline;
	color: #f5c629;	
}
.inner-page .all-categoryMenu {
    margin-bottom: 34px;
    padding: 11px 0 7px 0;
}
.inner-page .categoryMenu > ul > li > a {
	height: 100%;
}
.inner-page .categoryMenu > ul > li > ul {
	bottom: initial;
	top: 100%;
}
.inner-page .categoryMenu > ul > li.dropDown > a:before {
	bottom: initial;
    top: calc(100% - -5px);
        border-bottom: 16px solid #fff;
    border-top: 0;
}
.boxBreadcrumbs {
    margin-bottom: 27px;
}
.boxBreadcrumbs li {
	font-weight: 500;
	font-size: 12px;
	color: #343434;
	line-height: 1.2;
	margin-right: 41px;
	padding: 5px 0;
	position: relative;
}
.boxBreadcrumbs li:last-child {
	margin-right: 0;
}
.boxBreadcrumbs li:before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f5c629;
	position: absolute;
	right: -25px;
    top: 9px;
}
.boxBreadcrumbs li:last-child:before {
	display: none;
}
.boxBreadcrumbs a {
	display: inline-block;
	vertical-align: top;
	color: #343434;
	text-decoration: none;
	line-height: 1.2;
}
.boxBreadcrumbs a:hover {
	color: #f5c629;
}
.titleTop {
    margin-bottom: 42px;
}
.titleTop h2 {
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #343434;
	margin-right: 20px;
}
.boxSorting {
	min-height: 40px;
}
.boxSorting p {
	font-size: 14px;
	line-height: 1.2;
	color: #a3a3a3;
	opacity: 0.5;
	margin: 2px 21px 0 0;
}
.boxSorting_select {
	width: 249px;
}
.boxSorting_select .selectric-wrapper {
	width: 100%;
}
.listProduct {
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 40px;
}
.listProduct_li {
	width: 20%;
	box-sizing: border-box;
	padding: 0 8px 23px 8px;
}
.sliderPopular_thumb img:not(.loaded) {
	width: auto;
	height: auto;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.showMore {
	text-align: center;
	margin-bottom: 66px;
}
.showMore a {
	width: 338px;
	height: 60px;
	background: #343434;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
}
.showMore a svg {
	margin-left: 15px;
}
.showMore a use {
	fill: #fff;
}
.showMore a:hover {
	background: #f5c629;
}
.showMore a:active {
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.titleH1 {
	padding-top: 4px;
	margin-bottom: 24px;
}
.titleH1 h1,
.titleH1 h2 {
	font-size: 36px;
	line-height: 1.2;
	color: #343434;
}
.menuSchemes {
    margin-bottom: 42px;
}
.menuSchemes ul {
	margin-left: -4px;
	margin-right: -4px;
}
.menuSchemes li {
	box-sizing: border-box;
	padding: 0 4px 14px 4px;
}
.menuSchemes li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
    padding: 0 28px;
	height: 41px;
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	font-size: 16px;
	color: #a3a3a3;
	text-decoration: none;
}
.menuSchemes li a:hover,
.menuSchemes li.active a {
	background: #343434;
	border-color: #343434;
	color: #fff;
}
.boxCard {
	padding-top: 13px;
	margin-bottom: 60px;
}
.boxCard_left {
	width: 51%;
}
.boxCard_right {
	width: 49%;
	box-sizing: border-box;
	padding-left: 50px;
}
.boxCard_title {
	display: none;
}
.allSlider {
	position: relative;
}
.bigSlider {
	border: 1px solid #a3a3a3;
	border-radius: 30px;
	width: 100%;
	box-sizing: border-box;
	height: 454px;
}
.bigSlider_thumb {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 100%;
}
.smallSlider.swiper {
	width: 102px;
	height: 454px;
	margin-left: 15px;
}
.smallSlider_thumb {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #a3a3a3;
	border-radius: 30px;
	cursor: pointer;
}
.smallSlider .swiper-slide-thumb-active .smallSlider_thumb {
    border: 1px solid #f5c629;
}
.bigSlider .swiper-button-prev, 
.bigSlider .swiper-button-next {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
	margin: 0;
}
.bigSlider .swiper-button-prev {
	right: 68px;
}
.boxCard_right h1 {
	font-weight: 500;
	font-size: 25px;
	line-height: 1.2;
	color: #343434;
	margin-top: -4px;
	margin-bottom: 34px;
}
.boxCard_item-1 {

}
.listСharacteristics {
	box-sizing: border-box;
	padding-right: 20px;
}
.listСharacteristics_text {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #343434;
	margin-bottom: 9px;
}
.listСharacteristics_text span {
	margin-right: 4px;
}
.listСharacteristics_text img {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.boxCard_status {
	font-size: 16px;
	line-height: 1.2;
	margin-right: 22px;
}
.green {
	color: #47b39c;
}
.red {
	color: red;
}
.statusStar {
	margin-top: -2px;
}
.boxCard_star-img {
	font-size: 0;
	margin-right: 4px;
}
.boxCard_star-img img {
	margin-right: 4px;
}
.boxCard_star-quantity {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: #33485d;
	text-decoration: underline;
	text-decoration-color: #5c6d7d;
	text-underline-offset: 5px;
}
.boxCard_star-quantity:hover {
	color: #f5c629;
	text-decoration-color: #f5c629;
}
.boxCard_item-2 {
    margin-bottom: 43px;
}
.boxCard_price {
	font-weight: 500;
	font-size: 24px;
	color: #464455;
	line-height: 1.2;
	padding: 11px 31px 0 0;
}
.boxCard_price span {
	font-size: 18px;
	margin-right: 6px;
}
.boxCard_price i {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}
.boxCard_favorites {
	font-size: 14px;
	color: #464455;
	background: transparent;
	transition: 0.3s ease all;
	padding-top: 4px;
}
.boxCard_favorites svg {
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.boxCard_favorites use {
	fill: #464455;
}
.boxCard_favorites.active,
.boxCard_favorites:hover {
	color: #f5c629;
}
.boxCard_favorites.active use,
.boxCard_favorites:hover use {
	fill: #f5c629;
}
.boxCard_item-3 {
	margin-bottom: 48px;
}
.boxCard_button {
	border-radius: 50px;
	width: 217px;
	height: 48px;
	background: #343434;
	transition: 0.3s ease all;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.boxCard_button:hover {
	background: #f5c629;
	transition: 0.3s ease all;
}
.boxCard_button:active {
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	transition: 0.3s ease all;
}
.boxCard_oneClick {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #343434;
	background: transparent;
	transition: 0.3s ease all;
	padding: 5px;
}
.boxCard_oneClick:hover {
	color: #f5c629;
	transition: 0.3s ease all;
}
.boxCard_buttonInfo {
	display: block;
	font-size: 0;
	border-radius: 50px;
	width: 62px;
	height: 48px;
	background: #f5c629;
	transition: 0.3s ease all;
}
.boxCard_buttonInfo:hover {
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	transition: 0.3s ease all;
}
.boxCard_info {
	position: relative;
	padding-left: 36px;
	margin-left: 5px;
}
.boxCard_info:before {
	display: block;
	content: "";
	background: #e4e4e4;
	width: 1px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
}
.boxCard_description {
	border-top: 1px solid #e4e4e4;
	padding-top: 25px;
}
.size-14.description table tr td,
.size-14.description blockquote,
.size-14.description ul li,
.size-14.description ol li,
.size-14.description p,
.size-14.description {
	font-size: 15px !important;
	line-height: 1.42 !important;
}
.size-14.description ul li:before {
    top: 8px;
}
.mr_b-15.description table,
.mr_b-15.description blockquote,
.mr_b-15.description ul,
.mr_b-15.description ol,
.mr_b-15.description p,
.mr_b-15.description img,
.mr_b-15.description iframe {
	margin-bottom: 15px  !important;
}
.mr_b-15.description > *:last-child {
	margin-bottom: 0 !important;
}
.scroll-up {
	display: none;
    position: fixed;
    bottom: 50px;
    right: 3vw;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #343434;
    cursor: pointer;
    z-index: 100;
    transition: 0.3s ease all;
}
.categoryChildren {
	margin: -15px -15px 15px -15px;
} 
.categoryChildren_li {
	width: 16.66%;
	box-sizing: border-box;
	padding: 0 15px 15px 15px;
	text-align: center;
}
.categoryChildren_link {
	display: block;
	padding: 10px;
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	height: 100%;
}
.categoryChildren_link:hover {
	border-color: #f5c629;
}
.categoryChildren_thumb {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.categoryChildren_title {
    font-size: 16px;
    line-height: 1.25;
    color: #343434;
    text-decoration: none;
    margin-top: 11px;
    transition: 0.3s ease all;
}
.categoryChildren_link:hover .categoryChildren_title {
	color: #f5c629;
	transition: 0.3s ease all;
}
@media screen and (max-width: 1279px) {
	.sliderTop .swiper-button-next {
	 	right: 15px;
	}
	.sliderTop .swiper-button-prev {
		right: 68px;
	}
	.modalLanguages {
		right: -12px;
	}
	.modalLanguages:before {
		right: 11px;
	}
	.linkFavorites {
	    margin-left: 21px;
	}
	.categoryMenu > ul > li > ul {
		width: 860px;
	}
	.buttonMenu {
		display: none;
	}
	.all-boxSearch {
	    width: 100%;
	    margin-left: 0;
	}
	.headerTop {
		display: none;
	}
	.all-boxSearch {
		display: none;
	}
	.headerBottom_item {
	    height: 60px;
	}
	.boxLogo {
	    max-width: 170px;
	    margin-top: -2px;
	}
	.button-tabletMenu {
		display: flex;
		font-weight: 500;
	    font-size: 16px;
	    color: #343434;
	    position: relative;
	    background: transparent;
	    margin-right: 25px;
	}
	.button-tabletMenu svg {
		margin-right: 7px;
	}
	.button-tabletMenu use {
		fill: #343434;
	}
	.sliderTop {
		border-bottom: 1px solid #f0f0f0;
    	margin-bottom: 50px;
	}	
	.all-categoryMenu {
    	display: none;
    }
	.button-tabletSearch {
		display: block;
		width: 21px;
		height: 21px;
		background: transparent;
		font-size: 0;
		margin-left: 22px;
	}
	.button-tabletSearch use {
		fill: #343434;
	}
	.headerBottom_center {
		padding: 0;
	}
	.open-menu {
		overflow-y: hidden;
	}
	.open-menu:before {
	    display: block;
	    content: "";
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 300;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.6);
	}
	.open-menu .mobileMenu {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	    box-shadow: -7px 0px 6px rgba(0, 0, 0, 0.25);
	}
	.mobileMenu {
	    display: block;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    background: #fff;
	    box-sizing: border-box;
	    width: 360px;
	    z-index: 700;
	    -webkit-transform: translate3d(-360px, 0, 0);
	    transform: translate3d(-360px, 0, 0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease, -webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	    padding: 15px 20px 20px 20px;
	}
	.mobileMenu-top .boxLanguages_button {
		color: #343434;
	}
	.mobileMenu-top .boxLanguages_button use {
		fill: #F5C629;
	}
	.mobileMenu-top .modalLanguages {
        right: -28px;
    }
    .mobileMenu-top .modalLanguages:before {
        right: 27px;
    }
    .mobileMenu-top .boxLanguages {
	    margin: 2px 0 0 0;
	}
    .modalLanguages {
    	padding: 15px 10px 0px 20px;
    }
    .modalLanguages a {
    	margin-bottom: 15px;
    }
    .mobileMenu_close {
		display: block;
		font-size: 0;
		background: transparent;
	}
	.mobileMenu_close use {
		fill: #363636;
	}
	.mobileMenu-top {
		padding-bottom: 25px;
	}
	.mobileMenu_scroll {
	    height: calc(100% - 50px);
	    box-sizing: border-box;
	    padding: 11px 5px 11px 0;
	    overflow: hidden;
	    overflow-y: auto;
	    scrollbar-color: #F7F7F7 transparent;
	}
	.mobileMenu_scroll::-webkit-scrollbar-track {
		background: transparent;
	}
	.mobileMenu_scroll::-webkit-scrollbar-thumb {
		background: #F5C629;
	}
	.mobileMenu_scroll::-webkit-scrollbar {
		background-color: #F7F7F7;
		width: 5px; 
	}
	.mobileMenu .menuLeft ul {
		display: block;
	}
	.mobileMenu .menuLeft li {
	    margin: 0 0 14px 0;
	}
	.mobileMenu .menuLeft ul a {
		font-size: 16px;
	    line-height: 1.25;
	    color: #343434;
	}
	.mobileMenu .linkTelephone {
		display: block;
		margin-top: 15px;
	}
	.nav-menu {
		border-bottom: 1px solid #f0f0f0;
		margin-bottom: 15px;
	}
	.nav-menu > ul > li {
		position: relative;
		margin-bottom: 16px;
	}
	.nav-menu > ul > li.dropDown > a {
		box-sizing: border-box;
		margin-right: 30px;
	}
	.nav-menu > ul > li > a {
		display: block;
	    position: relative;
	    text-decoration: none;
	    font-size: 16px;
	    color: #343434;
	    font-weight: 500;
	    line-height: 1.2;
	    cursor: pointer;
	}
	.nav-menu > ul > li > ul {
		display: none;
		box-sizing: border-box;
		padding: 15px 0 1px 20px;
	}
	.nav-menu > ul > li > ul li {
		margin-bottom: 10px;
	}
	.nav-menu > ul > li > ul li:last-child {
		margin-bottom: 0;
	}
	.nav-menu > ul > li > ul > li > a {
		display: block;
	    text-decoration: none;
	    font-size: 14px;
	    color: #343434;
	    line-height: 1.2;
	}
	.buttonDrop {
		display: block;
		position: absolute;
		top: 1px;
		right: 5px;
		width: 18px;
		height: 18px;
		font-size: 0;
		background: transparent;
	}
	.buttonDrop:before,
	.buttonDrop:after {
		display: block;
		content: "";
		background: #F5C629;
		position: absolute;
	}
	.buttonDrop:before {
		top: 2px;
		right: 8px;
		height: 14px;
		width: 2px;
	}
	.buttonDrop:after {
		height: 2px;
		width: 14px;
		top: 8px;
		right: 2px;
	}
	.nav-menu ul > li.dropDown.open .buttonDrop:before {
		display: none;
	}    
	.tabletSearch_icons-2 {
		display: none;
	}
	.open-search .tabletSearch_icons-1 {
		display: none;
	}
	.open-search .tabletSearch_icons-2 {
		display: block;
	}
	.open-search .all-boxSearch {
		display: block;
	    position: absolute;
	    top: 60px;
	    left: 0;
	    right: 0;
	    width: 100%;
	    z-index: 350;
	    box-sizing: border-box;
        padding: 10px 15px;
        background: #fff;
	}
	.open-search body:before {
	    display: block;
	    content: "";
	    position: fixed;
	    top: 0px;
	    left: 0;
	    z-index: 2;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.6);
	}
	.open-search .boxSearch {
		box-sizing: border-box;
		border: 1px solid #f0f0f0;
	}
	.open-search .modalSearch {
		border-radius: 0;
	}
	.boxBreadcrumbs {
	    margin: 12px 0 20px 0;
	}
	.titleTop {
	    margin-bottom: 25px;
	}


}
@media screen and (max-width: 1230px) {
	.pd-15 {
		box-sizing: border-box;
		padding-left: 15px !important;
		padding-right: 15px !important; 
	}
	.scroll-up {
		display: none !important;
	}
}
@media screen and (max-width: 1199px) {
	.sliderTop_width {
		max-width: 45%;
	}
	.sliderTop_title {
		font-size: 42px;
	}
	.sliderTop p {
		font-size: 18px;
	}
	.boxCard_right {
	    padding-left: 30px;
	}
	.boxCard_price {
		padding-right: 20px;
	}
	.boxCard_status {
	    margin-right: 20px;
	}
	.boxCard_button {
		width: 166px;
	}
	.boxCard_info {
	    padding-left: 0;
	    margin-left: 0;
	}
	.boxCard_info:before {
		display: none;
	}
	.categoryChildren {
	    margin: -10px -10px 15px -10px;
	}
	.categoryChildren_li {
	    padding: 0 10px 10px 10px;
	}

}
@media screen and (max-width: 1023px) {
	.categoryChildren_li {
		width: 20%;
	}	
}
@media screen and (max-width: 991px) {
	.titleH1 {
	    padding-top: 0;
	}
	.titleH1 h1, .titleH1 h2 {
	    font-size: 32px;
	}
	.menuSchemes li a {
	    padding: 0 10px;
	    height: 36px;
	    font-size: 14px;
	}
	.menuSchemes li {
	    padding: 0 4px 8px 4px;
	}
	.menuSchemes {
	    margin-bottom: 20px;
	}
	.sliderTop {
	    height: 370px;
	}
	.sliderTop_title {
	    font-size: 36px;
	}
	.sliderTop p {
		font-size: 16px;
	}
	.sliderTop_link {
	    width: 216px;
	    height: 48px;
	    margin-top: 20px;
	    font-size: 15px;
	}
	.sliderTop_thumb {
	    top: 40px;
	    width: auto;
	    height: auto;
	    bottom: 40px;
	}
	.sliderTop_width {
	    padding: 20px 0 20px 0;
	}
	.sliderTop .swiper-button-prev, 
	.sliderTop .swiper-button-next {
		bottom: 15px;
	}
	.all-categoryMenu {
		margin-bottom: 45px;
	}
	.titleTop {
		display: block;
	}
	.boxSorting {
	    -webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;
	    margin-top: 10px;
	}
	.titleTop h2 {
		margin-right: 0;
	}

	.boxCard {
		display: block;
		padding-top: 0;
	}
	.boxCard_title {
		display: block;
		font-weight: 500;
	    font-size: 25px;
	    line-height: 1.2;
	    color: #343434;
	    margin-bottom: 25px;
	}
	.boxCard_right h1 {
		display: none;
    }
    .boxCard_left {
	    width: 100%;
	}
	.boxCard_right {
        padding: 30px 0 0 0;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
	.titleH1 h1, .titleH1 h2 {
        font-size: 24px;
    }
    .titleH1 {
	    margin-bottom: 15px;
	}
	.sliderTop_thumb {
        top: 80px;
        bottom: 80px;
    }
    .sliderTop_width {
        max-width: 56%;
    }
    .sliderTop {
    	margin-bottom: 30px;
    }
    .button-tabletMenu {
    	margin-right: 15px;
    }
    .headerBottom_right {
	    padding-right: 0;
	}
	.boxBreadcrumbs {
		margin-left: -15px;
		margin-right: -15px;
	}
	.boxBreadcrumbs ul {
	 	-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        overflow-x: auto;
        padding-left: 15px;
        padding-right: 15px;
        scrollbar-color: transparent transparent;
    }
    .boxBreadcrumbs ul::-webkit-scrollbar-track {
        background: transparent;
    }
    .boxBreadcrumbs ul::-webkit-scrollbar-thumb {
        background: transparent;
    }
    .boxBreadcrumbs ul::-webkit-scrollbar {
        background-color: transparent;
        height: 0;
    }
    .boxBreadcrumbs li {
        white-space: nowrap;
        margin-right: 20px;
    }
    .boxBreadcrumbs li:before {
    	right: -14px;
    }
    .allSlider {
    	display: block;
    }
    .smallSlider.swiper {
	    width: 100%;
	    height: 60px;
	    margin: 10px 0 0 0;
	}
	.bigSlider {
	    height: 340px;
	}
	.boxCard_title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .smallSlider_thumb {
	    padding: 5px;
	    border-radius: 15px;
	}
	.boxCard_item-3,
	.boxCard_item-2 {
	    margin-bottom: 30px;
	}
	.boxCard {
	    margin-bottom: 50px;
	}
	.categoryChildren_li {
        width: 25%;
    }
    .categoryChildren_thumb {
	    width: 80px;
	    height: 80px;
	}
	.categoryChildren_title {
		font-size: 14px;
	}

}
@media screen and (max-width: 639px) {
	.linkTelephone {
		display: none;
	}
	.sliderTop_title {
        font-size: 22px;
    }
    .sliderTop p {
		font-size: 14px;
	}
	.sliderTop {
        height: 290px;
    }
    .sliderTop_thumb {
        top: 60px;
        bottom: 60px;
    }
    .categoryChildren_li {
        width: 33.33%;
    }

}
@media screen and (max-width: 479px) {
    .menuSchemes li a {
        padding: 0 6px;
        height: 32px;
        font-size: 12px;
        border-radius: 10px;
    }
    .menuSchemes li {
        padding: 0 2px 4px 2px;
    }
    .menuSchemes ul {
	    margin-left: -2px;
	    margin-right: -2px;
	}
	.button-tabletMenu {
		font-size: 0;
		margin-right: 10px;
	}
	.button-tabletMenu svg {
        margin-right: 0;
    }
    .button-tabletSearch {
    	margin-left: 0;
    }
    .linkLogin,
    .linkBasket,
    .linkFavorites {
        margin-left: 14px;
    }
	.sliderTop_thumb {
        top: 80px;
        bottom: 80px;
    }
    .sliderTop_link {
        width: 186px;
        height: 38px;
        margin-top: 14px;
        font-size: 12px;
    }
    .sliderTop .swiper-button-prev {
        right: 55px;
    }
    .sliderTop {
        height: 266px;
    }
    .boxSearch_button {
    	width: 43px;
    }
    .boxSearch_select {
	    width: 118px;
	}
	.boxSearch_input {
		padding: 0 10px;
	}
	.boxSorting p {
		margin-right: 15px;
	}
	.bigSlider {
        height: 300px;
    }
    .boxCard_item-1 {
    	margin-bottom: 20px;
    }
    .boxCard_item-2,
    .boxCard_item-1 {
    	display: block;
    }
    .boxCard_favorites {
	    padding: 0;
	    margin-top: 15px;
	}
	.boxCard_item-3 {
		flex-wrap: wrap;
	}
	.boxCard_button {
        width: 100%;
        margin-bottom: 15px;
    }
    .boxCard_item-3, 
    .boxCard_item-2 {
        margin-bottom: 20px;
    }
    .boxCard_description {
	    padding-top: 20px;
	}
	.bigSlider .swiper-button-prev {
	    right: 55px;
	}
	.categoryChildren_li {
        width: 50%;
    }

}
@media screen and (max-width: 374px) {
	.showMore a {
		width: 100%;
	}
	.showMore a {
	    width: 100%;
	    height: 48px;
	    font-size: 14px;
	}
	.sliderTop p {
        font-size: 12px;
    }
    .boxSorting_select {
	    width: 228px;
	}
	
}
@media screen and (max-width: 359px) {
	.linkLogin, .linkBasket, .linkFavorites {
        margin-left: 10px;
    }
   	.boxLogo {
        max-width: 136px;
        margin-top: -4px;
    }
    .sliderTop_title {
        font-size: 18px;
    }
    .sliderTop p {
        font-size: 10px;
    }
    .mobileMenu {
	    width: 100vw;
	    -webkit-transform: translate3d(-100vw, 0, 0);
	    transform: translate3d(-100vw, 0, 0);
	}
	.boxSearch_select {
        width: 102px;
    }
    .priceQuantity {
    	display: block;
    }
    .boxCard_price {
        padding: 0 0 10px 0;
    }
}