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%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	margin: 0; padding: 0; min-height: 100%;
}
body {
	position: relative; font-size: 14px; color: #575757;
	-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
	font-family: 'Montserrat', sans-serif;
}
* {
	outline: none; box-sizing: border-box;
}
img {
	border: none; vertical-align: top;
}
form {
	margin: 0; padding: 0;
}
input, textarea, select, button {
	margin: 0; padding: 0; border: none; resize: none;
	display: block; width: 100%;
	font-family: 'Montserrat', sans-serif;
}
input[type="text"] {
	background: #fff; display: flex; -ms-align-items: center; align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
::-moz-placeholder {
  opacity: 1;
}
label {
	cursor: pointer;
}
H1, H2, H3, H4, H5 {
	margin: 0; padding: 0;
}
H1, H2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
H4 {
	font-size: 18px;
}
.hidden {
	display: none;
}
.viewport-wrapper {
	position: relative; min-width: 300px; overflow: hidden;
}
.viewport-wrapper.overflow {
    width: 100%; height: 100vh; -webkit-overflow-scrolling: touch;
    z-index: 90;
}
.viewport-wrapper.overflow:before {
	content: '';
	display: block;
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 60;
}
.container {
	margin: 0 auto; min-width: 320px; max-width: 1210px;
	padding: 0 15px;
}
.flex-row {
	display: flex; flex-wrap: wrap;
}
.justify-space {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.align-start {
	align-items: flex-start;
}
.align-center {
	align-items: center;
}
.align-end {
	align-items: flex-end;
}
ul, ul li {
	margin: 0; padding: 0; list-style: none;
}
a {
	color: #0062d1; text-decoration: none; transition: all 300ms ease;
}
p {
	margin: 0;
}


.bt-menu {
	position: relative; width: 18px; height: 12px; border-top: solid 2px #000000; z-index: 10;
	cursor: pointer; display: none;
}
.bt-menu:before {
	content: ''; display: block; height: 2px; width: 100%; position: absolute; top: 3px; left: 0;
	background: #000000; transition: .3s;
}
.bt-menu:after {
	content: ''; display: block; height: 2px; width: 100%; position: absolute; bottom: 0; left: 0;
	background: #000000; transition: .3s;
}
.bt-menu.close {
	border-top-color: transparent;
}
.bt-menu.close:before {
	transform: rotate(45deg);
}
.bt-menu.close:after {
	transform: rotate(-45deg); bottom: 5px;
}

.mobile-bar {
	display: none;
}







/* header
------------------------------------------------ */
.header-top {
	position: relative;
	z-index: 100;
	background: #ffffff;
	color: #000000;
}
.header-city {
	position: relative;
	height: 41px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-right: 50px;
}
.header-city .current {
	font-weight: 600;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.header-city .current:after {
	content: ''; display: block;
	background: url(../i/arrow-down.png);
	width: 15px;
	height: 7px;
	background-size: 100% 100%;
	margin-left: 8px;
}
.header-city ul {
	position: absolute;
	left: -15px; top: 100%;
	background: #ffffff;
	width: 140px;
	padding: 2px 0 7px;
	display: none;
}
.header-city ul li a {
	display: block;
	color: #000000;
	padding: 3px 15px;
	word-wrap: break-word;
}
.header-city ul li a:hover {
	text-decoration: underline;
}
.header-search {
	position: relative;
	display: none;
}
.header-search form {
	position: relative; padding-left: 32px;
}
.header-search input[type="text"] {
	background: transparent;
	border-bottom: solid 1px #000000;
	font-size: 12px;
	font-weight: 500;
	color: rgb(0, 0, 0);
	padding: 2px 0 0;
}
.header-search ::-moz-placeholder {
	color: rgba(255,255,255,.35);
}
.header-search ::-webkit-input-placeholder {
    color: rgba(255,255,255,.35);
}
.header-search ::-ms-placeholder {
    color: rgba(255,255,255,.35);
}
.header-search ::placeholder {
    color: rgba(255,255,255,.35);
}

.header-search button {
	background: url(../svg/search-gray.svg);
	width: 22px; height: 22px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 0;
}
.header-nav {
	margin-left: auto; font-weight: 600;
}
.header-nav > ul > li {
	display: flex; -ms-align-items: center;
	align-items: center; height: 41px;
	position: relative;
}
.header-nav > ul > li:after {
	content: '|'; display: block; margin: 0 12px;
}
.header-nav > ul > li:last-child:after {
	display: none;
}
.header-nav > ul > li > a {
	color: #000000;
}
.header-nav > ul > li > a:hover {
	text-decoration: underline;
}



.header-mid {
	padding: 52px 0 50px;
	position: relative;
	z-index: 40;
}
.header-phone {
	padding-right: 33px;
	margin-right: auto;
}
.header-phone a {
	font-size: 18px;
	font-weight: 600;
	color: #575757;
}
.header-logo {
	width: 380px;
	margin: 0 auto;
}
.header-logo a {
	display: block;
}
.header-logo img {
	width: 100%;
}
.header-logo .header-logo__title {
	position: absolute;
	right: 1000%;
}
.header-tools {
	margin-left: auto;
}
.header-tools a {
	position: relative;
	display: block;
	margin-right: 50px;
}
.header-tools a:last-child {
	margin-right: 0;
}
.header-tools a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
}
.header-tools a.user {
	width: 26px; height: 22px;
}
.header-tools a.user:before {
	background: url(../svg/user.svg);
	width: 26px; height: 22px;
	background-size: 100% 100%;
}
.header-tools .login {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-weight: 600;
    color: #575757;
}
.header-tools .login:after {
	background: url(../svg/user.svg);
	width: 26px; height: 22px;
	background-size: 100% 100%;
	content: '';
	display: block;
	margin-left: 5px;
}
.header-tools .login .name {
	display: block;
	white-space: nowrap;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-tools a.active:after {
	content: '';
	display: block;
	background: #eb2434;
	width: 10px; height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 4px; right: -4px;
}
.header-menu {
	width: 100%; padding-top: 40px;
	position: relative;
}
.header-menu > ul {
	position: relative;
}
.header-menu > ul > li {
	margin: 6px 10px 0;
}
.header-menu > ul > li > a, .header-menu > ul > li > span {
	font-size: 18px;
	font-weight: 600;
	color: #575757;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 8px;
	height: 29px;
	line-height: 29px;
	position: relative;
}
.header-menu > ul > li > .link-submenu {
	padding-right: 20px;
}
.header-menu > ul > li > .link-submenu:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px; right: 5px;
	border-bottom: solid 2px #575757;
	border-right: solid 2px;
	transform: rotate(45deg);
	transition: .3s;
	width: 6px; height: 6px;
}
.header-menu > ul > li > a.active, .header-menu > ul > li > span.active {
	background: #bba36a;
	color: #fff;
}
.header-menu > ul > li:hover > a:after,
.header-menu > ul > li > a.active:after, .header-menu > ul > li:hover > span:after,
.header-menu > ul > li > span.active:after {
	border-color: #fff;
}
.header-menu > ul > li:hover > a,.header-menu > ul > li:hover > span {
	background: #bba36a;
	color: #fff;
}
.header-menu li a.stock,.header-menu li span.stock {
	color: #fff; background: #eb2434;
}
.header-menu li a.new,.header-menu li span.new {
	color: #fff; background: #3bbb9d;
}
.mobile-bt-menu {
	display: none;
	text-align: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 36px;
	background: #eb2434;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.mobile-bt-menu:after {
	content: '';
	display: block;
	margin-left: 10px;
	position: relative;
	top: -3px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	transition: .3s;
	width: 6px; height: 6px;
	transition: .3s;
}
.mobile-bt-menu.active:after {
	transform: rotate(-135deg);
	top: 1px;
}


.header-menu--dropdown {
	background: #fff;
	position: absolute;
	left: 50%;
	width: 2000px;
	margin-left: -1000px;
	top: 100%;
	z-index: 2;
	font-size: 12px;
	font-weight: 500;
	padding: 22px 0 25px;
	display: none;
}
.header-menu--dropdown .container {
	max-width: 1000px;
}
.header-menu--dropdown .col {
	width: 25%;
}
.header-menu--dropdown .abox img {
	max-width: 100%;
}
.header-menu--dropdown .subhead {
	color: #b4b4b4;
}
.header-menu--dropdown li {
	margin: 3px 10px 0 0;
}
.header-menu--dropdown li a {
	color: #575757;
}
.header-menu--dropdown li a:hover {
	color: #eb2434;
}
/* end header */


.slider-promo {
	position: relative;
	z-index: 10;
	margin-top: 12px;
	max-height: 400px;
	overflow: hidden;
}
.slider-promo:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slider-promo .item:first-child {
	display: block;
}
.slider-promo .item {
	float: left; width: 100%;
	display: none;
}
.slider-promo .slick-slide {
	display: block;
}
.slider-promo .item a {
	display: block;
}
.slider-promo .item img {
	width: 100%; height: auto;
}
.slider-promo .item iframe {
    position: relative;
    pointer-events: none;
}
.slider-promo .slick-dots {
	position: absolute;
	left: 0; right: 0; bottom: 10px;
	margin: 0;
}
.slider-promo .slick-dots li {
	background: #fff;
}

.progress-block {
	padding-top: 25px;
}
.item-progress {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	/*color: #eb2434;*/
	color: #0b0d00;
	font-weight: 600;
	margin-top: 25px;
}
.item-progress .icon {
	margin-right: 20px;
}


.catalog-block {
	position: relative;
	z-index: 20;
	padding-top: 55px;
}
.catalog-block:hover {
	z-index: 50;
}
.catalog-block__title {

}
.catalog-block__title h2 {
	font-weight: bold;
	color: #000;
}
.catalog-block__title a {
	text-transform: uppercase;
	font-size: 10px;
	color: #000;
}
.item-catalog {
	position: relative;
	overflow: hidden;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
}
.item-catalog:hover {
	z-index: 12;
}
.item-catalog .wrapper {
	position: relative;
	background: #fff;
	border: solid 1px transparent;
	border-bottom: 0;
	padding: 37px 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: .3s;
	width: 100%; height: 100%;
}
.item-catalog .favorites {
	opacity: 0;
}
.item-catalog .favorites.current,
.item-catalog:hover .favorites {
	opacity: 1;
}
.item-catalog:hover .wrapper {
	border-color: #e6e6e6;
}
.item-catalog .label {
	position: absolute;
	top: 17px; right: 20px;
}
.item-catalog .favorites {
	position: absolute;
	left: 20px; top: 17px;
}


.item-catalog a.cart {
	margin-top: auto;
	margin-bottom: 3px;
}
.label {
	height: 20px;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0 6px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.label.green {
	background: #3bbb9d;
}
.label.blue {
	background: #6a99df;
}
.label.red {
	background: #eb2434;
}

.item-catalog .image {
	margin-top: 10px;
	position: relative;
	display: flex;
	height: 160px;
	width: 100%;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
}
.item-catalog .image img {
	max-width: 100%;
	max-height: 150px;
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.item-catalog .discount {
	position: absolute;
	top: 0; right: 0;
}
.item-catalog .title {
	min-height: 30px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: 500;
	width: 100%;
}
.item-catalog .title a {
	color: #575757;
	text-decoration: underline;
	text-decoration-color: transparent;
}
.item-catalog .title a:hover {
	text-decoration-color: inherit;
}
.item-catalog .price {
	margin-top: auto;
	min-height: 40px;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
}
.item-catalog .price .old {
	width: 100%;
}
.item-catalog .hide-content {
	position: absolute;
	left: 0; right: 0; top: 100%;
	background: #fff;
	border: solid 1px #e6e6e6;
	border-top: 0;
	transition: .3s;
	padding: 18px 20px 26px;
	opacity: 0;
}
.item-catalog:hover {
	overflow: visible;
}
.item-catalog:hover .hide-content {
	opacity: 1;
}
.item-catalog .parameter {
	max-width: 180px;
}
.item-catalog .bt-radio {
	margin: 3px 9px 6px 0;
}
.item-catalog .bt-radio:nth-child(4n) {
	margin-right: 0;
}
.item-catalog .bt-stroke {
	margin: 13px auto 0;
	max-width: 166px;
}


.slider-catalog {
	position: relative;
	z-index: 10;
	margin-top: 20px;
	height: 290px;
	overflow: hidden;
}
.slider-catalog.slick-slider {
	height: auto;
	overflow: visible;
}
.slider-catalog:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slider-catalog .slick-list {
	position: relative;
	z-index: 10;
}
.slick-list:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slider-catalog .item-catalog {
	float: left;
}
.slick-slider .item-catalog {
	opacity: 0;
}
.slick-slider .slick-active {
	opacity: 1;
}


.slider-catalog-sm {
	position: relative;
	margin-top: 10px;
}
.slider-catalog-sm .slick-list {
	position: relative;
	z-index: 10;
}
.slider-catalog-sm .item-catalog {
	float: left;
	position: relative;
	z-index: 20;
}
.slick-catalog-sm .item-catalog {
	opacity: 0;
}
.slick-catalog-sm .slick-active {
	opacity: 1;
}




.b-group {
	padding-top: 40px;
}
.b-group .bbox {
	width: 32%; margin-right: 2%;
}
.b-group .bbox:nth-child(3n) {
	margin-right: 0;
}
.bbox {
	margin-top: 20px;
}
.bbox a {
	display: inline-block;
}
.bbox img {
	max-width: 100%;
    width: 100%;
    height: 100%;
}


.subs-block {
	margin-top: 60px;
	background: #f0f0f0;
	padding: 20px 0;
}
.subs-block .flex-row {
	max-width: 980px;
	margin: 0 auto;
}
.subs-block .text {
	font-size: 18px;
	font-weight: 600;
	width: 37%;
	max-width: 270px;
}
.subs-block .form {
	width: 61%;
}
.subs-block .form input[type="text"], .subs-block .form input[type="email"] {
	width: calc(100% - 120px);
	height: 45px;
	padding: 0 15px;
	border: solid 1px #575757;
	padding: 0 16px;
	font-size: 12px;
	font-weight: 500;
	color: #000;
}
.subs-block .form ::-moz-placeholder {
	color: #b4b4b4;
}
.subs-block .form ::-webkit-input-placeholder {
    color: #b4b4b4;
}
.subs-block .form ::-ms-placeholder {
    color: #b4b4b4;
}
.subs-block .form ::placeholder {
    color: #b4b4b4;
}


.subs-block .form ::-moz-placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}
.subs-block .form ::-webkit-input-placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}
.subs-block .form ::-ms-placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}
.subs-block .form ::placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}
.subs-block .form .bt-dark {
	margin-left: auto;
	width: 100px;
	height: 45px;
}

.agree {
	position: relative;
	margin-top: 18px;
	padding-left: 18px;
	font-size: 12px;
	font-weight: 500;
}
.agree label {
	position: relative; z-index: 2;
	display: inline-block;
}
.agree label input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2; opacity: 0;
}
.agree label input + .custom {
	position: absolute;
	left: -18px; top: 0;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border: solid 1px #575757;
	background: #fff;
	width: 13px; height: 13px;
	padding-bottom: 2px;
}
.agree label input + .custom:before {
	content: '';
	display: block;
	transition: .3s;
	border-bottom: solid 2px #575757;
	border-right: solid 2px #575757;
	width: 3px; height: 6px;
	transform: rotate(45deg);
	opacity: 0;
	transition: .3s;
}
.agree label input:checked + .custom:before {
	opacity: 1;
}
.agree a {
	text-decoration: underline;
	color: #575757;
}
.agree a:hover {
	text-decoration: none;
}



.card-gallery {
	width: 42.5%;
	margin-top: 16px;
}
.card-content {
	width: 57.5%; margin-top: 16px; padding-left: 60px;
}
.card-content .form-wrapper {
	padding: 25px 30px 28px;
	max-width: 620px;
}
.card-content .form-wrapper .title-red {
	font-weight: 600;
	color: #eb2434;
	text-transform: uppercase;
	text-align: center;
}
.card-content .form-wrapper .note {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	max-width: 512px;
	margin: 4px auto 0;
	color: #575757;
}
.form-wrapper .group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-wrapper .group .form-item {
	width: calc(50% - 6px);
}
.card-content .form-wrapper .captcha {
	width: calc(100% - 206px);
}
.form-wrapper .bt-stroke-red {
	height: 78px;
	text-align: center;
	width: 194px;
	font-size: 12px;
	font-weight: 600;
	color: #eb2434;
	text-transform: uppercase;
	background: transparent;
	border: solid 1px #eb2434;
	margin-top: auto;
}



.slider-preview {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 500px;
}
.slider-preview:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slider-preview .item {
	float: left; width: 100%;
	height: 500px; display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
}
.slider-preview .item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: calc(100% - 1px); height: 100%;
	box-sizing: border-box;
	border: solid 1px #f2f2f2;
}
.slider-preview .item img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: cover;
}
.slider-thumbnail {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 80px;
	max-width: 272px;
	padding: 0 1px;
	margin: 15px auto 0;
}
.slider-thumbnail:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slider-thumbnail .slick-list {
	margin: 0 -7px;
}
.slider-thumbnail .item {
	position: relative; float: left;
	height: 80px;
	cursor: pointer; margin: 0 7px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border: solid 1px #f2f2f2;
	transition: .3s;
	overflow: hidden;
}
.slider-thumbnail .item:before {
	content: '';
	display: block;
	background: #575757;
	transition: .3s;
	opacity: 0;
	position: absolute;
	left: 0; top: 0; right: 0;
	height: 2px;
}
.slider-thumbnail .slick-current:before,
.slider-thumbnail .item:hover:before {
	opacity: 1;
}
.slider-thumbnail .item img {
	width: 100%; height: auto; max-height: 82px; object-fit: cover;
}


.card-content H1 {
	font-size: 26px;
	font-weight: 700;
	text-transform: none;
	padding-top: 26px;
}
.card-content .code {
	font-size: 12px;
	font-weight: 500;
	padding-top: 20px;
}
.card-content .price {
	margin-top: 25px;
}
.card-content .profit {
	margin-top: 23px;
	border: solid 1px #b4b4b4;
	line-height: 1.1;
	font-size: 18px;
	font-weight: 600;
	color: #b4b4b4;
	padding: 9px 16px 10px;
}
.card-content .parameter {
	margin-top: 28px;
}
.card-content .parameter .subhead {
	font-size: 12px;
	color: #575757;
}
.card-content .parameter .bt-radio {
	margin: 11px 16px 0 0;
}
.card-content .parameter .bt-radio:last-child {
	margin-right: 0;
}
.card-content .parameter .bt-radio span {
	height: 31px;
	min-width: 45px;
}
.link-hint {
	display: inline-block;
	margin-top: 12px;
	font-size: 12px;
	font-weight: 500;
	color: #aaaaaa;
}
.link-hint:hover {
	color: #eb2434;
}
.card-content .buttons {
	padding-top: 10px;
}
.card-content .buttons > * {
	padding: 0 10px;
	margin: 16px 16px 0 0;
}
.card-content .buttons > *:last-child {
	margin-right: 0;
}
.card-content .tools {
	padding-top: 30px;
}
.card-content .tools a {
	margin-right: 20px;
}
.card-content .progress {
	padding-top: 30px;
}
.card-content .progress .subhead {
	font-size: 12px; font-weight: 500;
}
.card-content .item-progress {
	margin-top: 10px;
}
.card-content .item-progress .icon {
	margin-right: 10px;
}
.card-content .item-progress .text {
	font-size: 12px;
	font-weight: 500;
	color: #575757;
}


.set-block {
	position: relative;
	z-index: 10;
	margin-top: 40px;
}
.set-item {
	display: flex;
	position: relative;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
}
.icon-symbol {
	display: flex;
	position: relative;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: #f2f2f2;
	border-radius: 50%;
	width: 38px; height: 38px;
	font-size: 18px;
	font-weight: 600;
}
.set-item .item-catalog {
	width: 220px;
	margin: 0 10px;
}
.set-item .desc {
	width: 210px;
	margin-left: 30px;
}
.set-item .desc .head {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	color: #b4b4b4;
	line-height: 1.1;
}
.set-item .desc .head .val {
	font-size: 42px;
	margin-right: 10px;
}
.set-item .desc p {
	font-size: 12px;
	font-weight: 500;
	margin-top: 6px;
}
.set-item .desc .price {
	margin-top: 12px;
}


.tabs-block {
	padding-top: 55px;
}
.tabs a {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #575757;
	padding: 9px 15px 8px;
	background: #f2f2f2;
	margin: 0 15px;
	flex-wrap: wrap;
}
.tabs a.active,
.tabs a:hover {
	color: #de1c1c;
	background: #e3e3e3;
}
.tabs-block .tabs a {
	margin: 0 10px 0 0;
	flex-grow: 1;
	flex-basis: 0;
}
.tabs-block .tabs a br {
	display: none;
}
.tabs-block .tabs a:last-child {
	margin-right: 0;
}



.feature-list {
	padding-top: 20px;
}
.feature-list li {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4px;
}
.feature-list li .val {
	width: 180px;
	padding-right: 10px;
	font-weight: 600;
}
.feature-list li a {
	text-decoration: underline;
	color: #575757;
}
.feature-list li a:hover {
	text-decoration: none;
}


picture img,
.responsive-image {
	max-width: 100%;
}
.text-center {
	text-align: center;
}
.text-success {
	color: #eb2434;
}
.bold {
	font-weight: 700;
}
.bt-stroke {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 300ms ease;
	height: 40px;
	color: #575757;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border: solid 1px #575757;
	background: transparent;
}
.bt-stroke:hover {
	background: #575757;
	color: #fff;
}



.bt-dark {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 300ms ease;
	height: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border: solid 1px #575757;
	background: #575757;
}
.bt-dark:hover {
	background: #6b6969;
}
button.bt-dark {
	display: block;
	line-height: 40px;
}
.bt-white {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 300ms ease;
	height: 40px;
	color: #575757;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
}
.bt-white:hover {
	color: #eb2434;
}
a.favorites {
	position: relative;
	display: block;
	width: 26px;
	height: 22px;
}
a.favorites:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
	background: url(../svg/icon-favorites.svg);
	width: 26px; height: 22px;
	background-size: 100% 100%;
}
a.favorites.current:before {
	background: url(../svg/heart-fill-red.svg);
	background-size: 100% 100%;
}
a.share {
	position: relative;
	display: block;
	width: 26px;
	height: 22px;
}
a.share:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
	background: url(../svg/icon-share.svg);
	width: 26px; height: 22px;
	background-size: 100% 100%;
}

a.cart {
	position: relative;
	display: block;
	width: 21px;
	height: 22px;
}
a.cart:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
	background: url(../svg/icon-cart.svg);
	width: 21px; height: 22px;
	background-size: 100% 100%;
}
.price .old {
	font-size: 12px;
	font-weight: 500;
	text-decoration: line-through;
}
.price .new {
	font-size: 18px;
	font-weight: 600;
	color: #eb2434;
	margin-top: 3px;
}
.price a {
	color: #eb2434;
}
.discount {
	font-size: 18px;
	font-weight: 600;
	color: #eb2434;
}
.parameter {
	font-size: 12px;
	margin-top: 13px;
	font-weight: 500;
}
.parameter:first-child {
	margin-top: 0;
}
.parameter .subhead {
	color: #b4b4b4;
}
.parameter .val span {
	display: inline-block;
	vertical-align: top;
}
.bt-radio {
	position: relative; display: inline-block; 
}
.bt-radio input {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; cursor: pointer;
	z-index: 2; opacity: 0;
}
.bt-radio span {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 22px;
	transition: .3s;
	border: solid 1px #c8c8c8;
	min-width: 37px; padding: 0 5px;
}
.bt-radio input:checked + span,.bt-radio input[checked] + span
.bt-radio:hover span {
	border-color: #eb2434;
}
.old-price {
	font-size: 12px;
	font-weight: 500;
	text-decoration: line-through;
}
.new-price {
	font-size: 18px;
	font-weight: 600;
	color: #eb2434;
}




.breadcrumbs li {
	font-size: 12px;
	font-weight: 500;
	color: #c3c3c3;
}
.breadcrumbs li:after {
	content: '/';
	margin: 0 8px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs li a {
	color: #c3c3c3;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}



.mobile-bt-filter {
	display: none;
	margin: 0 20px;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 15px;
}
.mobile-bt-filter:after {
	content: '';
	display: block;
	background: url(../i/icon-filter.svg);
	width: 28px; height: 21px;
	background-size: 100% 100%;
	margin-left: 12px;
}
.page-sidebar {
	margin-top: 28px;
	background: #f2f2f2;
	width: 240px;
	padding: 0 10px 20px;
}
.page-sidebar > H2 {
	padding: 25px 10px 0;
}
.page-sidebar .subs-block {
	border-top: solid 1px #c3c3c3;
	padding: 26px 10px 0;
	margin: 25px 0 0;
}
.page-sidebar .subs-block .text {
	min-width: 100%;
}
.page-sidebar .subs-block .form {
	width: 100%; margin-top: 25px;
}
.page-sidebar .subs-block .form input[type="text"],.page-sidebar .subs-block .form input[type="email"] {
	width: 100%;
}
.page-sidebar .subs-block .form .bt-dark {
	margin: 30px auto 0;
}
.page-sidebar .social {
	border-top: solid 1px #c3c3c3;
	padding: 25px 10px 10px;
	margin: 30px 0 0;
}
.page-sidebar .social .title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.page-sidebar .social a {
	margin: 0;
}



.item-article {
	width: calc(50% - 15px); margin-bottom: 54px;
}
.list-articles + .pagination {
	padding-top: 0;
}
.item-article .image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.item-article .info {
	margin-top: 26px;
	font-size: 12px;
	font-weight: 500;
	color: #c3c3c3;
}
.item-article .info a {
	color: #c3c3c3;
}
.item-article .title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
}
.item-article .title a {
	color: #575757;
}
.page-content .item-article p {
	font-size: 12px;
	color: #c3c3c3;
	margin-top: 10px;
}
.item-article p a {
	color: #c3c3c3;
}
.item-article .tags a {
	color: #eb2434;
}
.item-article .tags {
	margin-top: 11px;
}

.page-content {
	margin: 28px 0 0 auto;
	width: calc(100% - 260px);
	position: relative;
	z-index: 30;
}
.page-content > .bbox:first-child {
	margin-top: 0;
}
.article H1 {
	font-size: 26px;
	font-weight: 700;
	text-transform: none;
}
.page-content > p:first-child {
	margin-top: 0;
}
.page-content .low > p {
	font-size: 14px;
}
.page-content .low > strong {
	margin-top: 23px;
	display: inline-block;
}
.page-content .low > strong ~ p {
	margin-top: 0;
}

.article-wrapper {
	max-width: 680px;
	margin: 0 auto;
}
.page-content .article-wrapper p {
	font-size: 14px;
}
.page-content .article-wrapper H2 {
	margin-top: 25px;
}
.page-content .article-wrapper .image {
	margin: 25px -60px 0;
}
.page-content .article-wrapper .image img {
	max-width: 100%;
}
.article-wrapper .slider-gallery {
	margin: 25px -60px 0;
}
.tags {
	margin-top: 20px;
}
.tags a {
	color: #575757;
}
.page-content .tools {
	margin-top: 26px;
}
.page-content .tools a {
	margin-right: 22px;
}


.reviews-block {
	padding-top: 35px;
}
.reviews-block .note {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.reviews-block .note a {
	text-decoration: underline;
	color: #575757;
}
.reviews-block .note a:hover {
	text-decoration: none;
}


.item-review {
	position: relative;
	margin-top: 55px;
	padding-left: 120px;
	min-height: 84px;
}
.item-review .photo {
	position: absolute;
	left: 0; top: 0;
	background: url(../i/photo.png);
	width: 84px; height: 84px;
	background-size: 100% 100%;
	overflow: hidden;
}
.item-review .name {
	font-size: 14px;
	font-weight: 700;
	color: #575757;
}
.item-review p {
	font-size: 14px;
}
.item-review .form {
	margin-top: 25px;
	max-width: 700px;
}
.item-review .form textarea {
	height: 84px;
	padding: 15px;
	border: solid 1px #b4b4b4;
}
.item-review .form .bt-dark {
	margin-top: 30px;
	max-width: 116px;
}









.widget-filter {
	position: relative;
}
.widget-filter .close {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: #fff;
	border: solid 1px #575757;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 100;
	color: #575757;
	text-decoration: none;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 25px;
	height: 25px;
}

.widget-filter .section {
	border-bottom: solid 1px #c3c3c3;
}
.widget-filter .entry {
	padding-bottom: 20px;
	font-size: 14px;
	display: none;
}
.widget-filter .section.active .entry {
	display: block;
}
.widget-filter .head {
	position: relative;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 62px;
	line-height: 1;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.widget-filter .head:after {
	content: '+';
	margin-left: 7px;
}
.widget-filter .active .head:after {
	content: '-';
}
.widget-filter li {
	margin-top: 3px;
	font-size: 14px;
}
.widget-filter li a {
	font-weight: 500;
	color: #575757;
}
.widget-filter li a:hover {
	text-decoration: underline;
}
.widget-filter .col {
	width: 50%;
}
.widget-filter .bt-dark {
	margin-top: 25px;
	/*width: 122px;*/
	width: 100%;
}
.widget-filter .bt-white {
	margin-top: 10px;
	/*width: 176px;*/
	width: 100%;
}
.filter-price--row .item {
	font-weight: 500;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.filter-price--row .value {
	width: 80px;
}
.filter-price--row .value span:after {
	content: '₽';
}
.filter-price--row .value input {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 6px;
	margin-left: 5px;
	white-space: nowrap;
	height: 20px;
	background: #fff;
	border: solid 1px #c3c3c3;
}
.item-color {
	position: relative;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	margin: 10px 10px 0 0;
}
.widget-filter .item-color:nth-child(4n) {
	margin-right: 0;
}
.widget-filter .list-colors {
	margin-top: -10px;
}
.item-color label {
	position: relative;
	display: inline-block;
}
.item-color span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	z-index: 1;
	box-sizing: border-box;
	border: solid 1px #eb2434;
	opacity: 0;
	transition: .3s;
	border-radius: 50%;
}
.item-color img {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	object-fit: cover;
}
.item-color input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	opacity: 0;
	z-index: 2; cursor: pointer;
}
.item-color input:checked + span:after,
.item-color:hover span:after {
	opacity: 1;
}
.widget-menu {
	padding: 17px 10px 0;
}
.widget-menu li {
	padding-top: 16px;
}
.widget-menu li:first-child {
	padding-top: 0;
}
.widget-menu li a, .widget-menu li span {
	color: #575757;
	font-weight: 500;
}
.widget-menu li.selected a,
.widget-menu li a.active,
.widget-menu li a:hover, .widget-menu li.selected span,
.widget-menu li span.active,
.widget-menu li span:hover {
	font-weight: 600;
}



.catalog-tools {
	padding-top: 24px;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	z-index: 99;
}
.catalog-tools .result {
	color: #c3c3c3;
}
.sort a {
	color: #575757;
}
.sort a:hover {
	color: #eb2434;
}
.sort .text {
	margin-right: 10px;
}
.sort .selection .list {
	display: flex;
	flex-wrap: wrap;
}
.sort .selection .list li:after {
	content: '|';
	margin: 0 10px;
}
.sort .selection .list li:last-child:after {
	display: none;
}
.form-mobile-current {
	display: none;
}
.sort .selection .list li .active {
	font-weight: 700; color: #575757;
}



.catalog-content {
	padding-top: 15px;
	margin-top: -25px;
}
.catalog-content .item-catalog {
	width: 23.5%;
	margin-top: 25px;
	margin-right: 2%;
}
.catalog-content .item-catalog:nth-child(4n) {
	margin-right: 0;
}
.catalog-content .item-catalog .bt-radio:nth-child(4n) {
	margin-right: 9px;
}
.catalog-content .item-catalog .bt-stroke {
	max-width: 100%;
}
.catalog-content .bbox {
	max-width: 100%;
	margin-top: 25px;
}
.catalog-content .bbox + .bbox {
	margin-left: auto;
}
.catalog-content .bbox.col-6 {
	width: 47%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.item-catalog .bbox {
	text-align: center;
}



.pagination {
	display: flex;
	justify-content: center;
	padding-top: 26px;
	font-weight: 500;
	color: #c3c3c3;
}
.pagination a {
	color: #c3c3c3;
	margin: 0 10px;
}
.pagination span {
	margin: 0 10px;
}
.pagination a:hover {
	color: #eb2434;
}
.pagination a.active {
	color: #575757;
	font-weight: 700;
}
.map {
	margin-top: 60px;
	overflow: hidden;
	height: 600px;
	width: 100%;
}


.adds-list .section {
	margin-top: 50px;
}
.adds-list .section .head {
	font-size: 18px;
	font-weight: 600;
	color: #de1c1c;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	cursor: pointer;
}
.adds-list .section a {
	width: 33.333%;
	font-weight: 500;
	margin: 24px 0 0;
	padding-right: 15px;
	font-size: 14px;
	cursor: pointer;
	display: block;
}
.adds-list .section a:nth-child(3n) {
	margin-right: 0;
}
.adds-list .section a:before {
	color: #de1c1c;
	content: '•';
	margin-right: 4px;
}


.crt-block {
	margin-top: 50px;
	text-align: center;
}
.item-crt {
	width: 210px;
	margin: 32px 16px 0;
	text-align: center;
}
.item-crt a {
	display: block;
}
.item-crt img {
	width: 100%;
	height: 286px;
	object-fit: cover;
}
.item-crt .caption {
	font-size: 12px;
	font-weight: 500;
	margin-top: 12px;
}
.crt-block {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.slider-crt {
	margin-top: 34px;
	overflow: hidden;
}
.slider-crt .slick-list {
	margin: 0 -15px;
}
.slider-crt .item-crt {
	float: left;
	margin: 0 15px;
}


.vacancies-block {
	margin-top: 50px;
}
.vacancies-block .image {
	width: 255px;
	margin-top: 3px;
}
.vacancies-block .content {
	width: calc(100% - 255px);
	margin-top: 0;
	padding-left: 20px;
}
.vacancies-block p {
	font-size: 18px;
	margin-top: 20px;
}
.vacancies-block .bt-dark {
	margin: 30px 30px 0 0;
	width: 210px;
}
.vacancies-block H2 {
	margin-top: 56px;
}
.vacancies-block H2:first-child,
.vacancies-block p:first-child {
	margin-top: 0;
}
.vacancy-item {
	margin-top: 25px;
	border-bottom: solid 1px #c3c3c3;
	padding-bottom: 28px;
}
.vacancy-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.vacancy-item li {
	font-size: 18px;
}
.vacancy-item .head {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 8px;
}
.vacancy-item .head:after {
	content: '+';
	margin-left: 7px;
}
.vacancy-item.active .head:after {
	content: '-';
}
.vacancy-item .entry {
	display: none;
}
.vacancy-item.active .entry {
	display: block;
}


.vacancies-block + .slider-gallery {
	margin-top: 40px;
}
.slider-gallery {
	position: relative;
	margin-top: 55px;
	overflow: hidden;
	height: 490px;
}
.slider-gallery.slick-slider {
	height: auto;
}
.slider-gallery .item {
	float: left;
	width: 100%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.slider-gallery .item a {
	display: block;
}
.slider-gallery .item img {
	width: 100%;
	height: auto;
}
.page-content .step {
	margin-top: 20px;
}
.page-content .step p {
	font-size: 18px;
}
.page-content .step .bt-dark {
	display: inline-flex;
	padding: 0 10px;
	margin-top: 8px;
}
.page-content .step img {
	max-width: 100%;
	margin-top: 10px;
}


.page-content p {
	font-size: 18px;
	margin-top: 20px;
}
.image-right {
	float: right;
	margin: 25px 0 0 10px;
}

.page-content > H2 {
	margin-top: 40px;
}
.page-content > H4 {
	margin-top: 24px;
}
.page-content > img {
	max-width: 100%;
	margin-top: 25px;
}
.list-card {
	display: flex;
	flex-wrap: wrap;
}
.list-card .item {
	margin: 18px 20px 0 0;
}
.list-card .item img {
	width: 80px; height: auto;
}


.contacts-info .item {
	position: relative;
	padding-left: 35px;
	font-weight: 500;
	margin-top: 30px;
}
.contacts-info .item a {
	color: #575757;
}
.contacts-info .icon-phone:before {
	content: '';
	display: block;
	background: url(../svg/phone.svg);
	width: 16px; height: 19px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 50%;
	margin-top: -9px;
}
.contacts-info .icon-mail:before {
	content: '';
	display: block;
	background: url(../svg/mail.svg);
	width: 25px; height: 16px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 50%;
	margin-top: -8px;
}


.form-wrapper {
	max-width: 470px;
	border: solid 1px #b4b4b4;
	margin-top: 20px;
	padding: 27px 30px 30px;
}
.form-wrapper .head {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.form-item {
	position: relative;
	margin-top: 15px;
}
.form-item input {
	border: solid 1px #b4b4b4;
	height: 40px;
	padding: 0 14px;
	font-size: 14px;
	font-weight: 700;
	color: #575757;
}
.form-item textarea {
	border: solid 1px #b4b4b4;
	height: 200px;
	padding: 12px 14px;
	font-size: 14px;
	font-weight: 700;
	color: #575757;
	max-height: 300px;
}
.form-item ::-moz-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #b4b4b4;
}
.form-item ::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #b4b4b4;
}
.form-item ::-ms-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #b4b4b4;
}
.form-item ::placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #b4b4b4;
}
.form-item .subhead {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
	padding-bottom: 7px;
}
.form-item .link-hint {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
	position: absolute;
	right: 0;
	bottom: 4px;
	z-index: 2;
}
.form-item .link-hint:hover {
	text-decoration: underline;
}
.form-item .subhead {
	font-size: 12px;
	font-weight: 500;
	color: #c3c3c3;
	padding-bottom: 12px;
}
.form-item .subhead a {
	color: #c3c3c3;
	text-decoration: underline;
}
.form-item .subhead a:hover {
	text-decoration: none;
}
.captcha {
	padding-top: 14px;
	max-width: 100%;
	width: 100%;
}
.g-recaptcha {
	width: 100%;
}
.captcha .subhead {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
	padding: 0 0 2px 15px;
}
.form-wrapper .bt-stroke {
	margin: 10px auto 0;
	max-width: 210px;
}
.form-wrapper form .bt-stroke {
	margin-top: 30px;
}
.form-wrapper .re-password {
	text-align: center;
	margin-top: 12px;
}
.form-wrapper .re-password a {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
	text-decoration: underline;
}
.form-wrapper .re-password a:hover {
	text-decoration: none;
}
.form-wrapper .re-password + .bt-dark {
	margin-top: 12px;
}
.form-wrapper .hint {
	text-align: center;
	margin-top: 12px;
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}
.form-wrapper .note {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
	margin: 12px 0 0 15px;
}



.faq-list {
	margin-top: 50px;
}
.fay-item {
	margin-top: 50px;
}
.fay-item p:first-child {
	margin-top: 0;
}
.faq-list img {
	max-width: 100%;
	margin-top: 20px;
}


.personal-data .photo {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 84px; height: 84px;
	background: #b4b4b4 url(../svg/photo.svg) 50% 50% no-repeat;
	background-size: 40% auto;
	margin-top: 20px;
}
.personal-data .photo img {
	width: 100%;
	height: 84px;
	object-fit: cover;
}
.personal-data .photo input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	z-index: 2; cursor: pointer;
	opacity: 0;
}
.personal-data .form-item {
	max-width: 260px;
}
.personal-data .form-item input {
	height: 20px;
	border: 0;
	padding: 0;
	border-bottom: solid 1px #f2f2f2;
}
.personal-data .password-change {
	margin-top: 58px;
}
.personal-data .password-change .head {
	font-weight: 700;
}
.personal-data .form-item {
	margin-top: 25px;
}
.personal-data .bt-dark {
	margin-top: 60px;
	max-width: 210px;
}


.orders-content p {
	font-size: 14px;
}
.orders-content > .bt-dark {
	max-width: 210px;
	margin-top: 20px;
}
.orders-content .section-info:first-child {
	padding-top: 0;
}
.section-info {
	padding-top: 30px;
}
.item-info {
	margin-top: 20px;
}
.order-list .item-goods {
	width: 190px;
	position: relative;
	margin-top: 20px;
	border-right: solid 1px #b8b8b8;
	padding: 0 20px;
}
.order-list .item-goods:last-child {
	border-right: 0;
}
.order-list .item-goods .image {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 160px;
	justify-content: center;
}
.order-list .item-goods .image img {
	max-width: 100%;
}
.order-list .item-goods .label {
	font-weight: 700;
}
.orders-content .button {
	margin-top: 60px;
	display: flex;
}
.orders-content .button .bt-stroke,
.orders-content .button .bt-dark {
	padding: 0 32px;
}


.item-casket {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #b8b8b8;
	padding: 28px 0 25px;
}
.item-casket .image {
	position: relative;
	width: 220px;
}
.item-casket .image img {
	max-width: 100%;
}
.item-casket .label {
	font-weight: 700;
	color: #fff;
	background: #eb2434;
	position: absolute;
	top: 0; left: 0;
}
.item-casket .content {
	position: relative;
	width: calc(100% - 220px);
}
.item-casket .info-list li {
	font-weight: 500;
	margin-top: 20px;
}
.item-casket .info-list li:first-child {
	margin-top: 0;
}
.item-casket .info-list li span {
	color: #b4b4b4;
}
.item-casket .info-list li a {
	text-decoration: underline;
	color: #575757;
}
.item-casket .info-list li a:hover {
	text-decoration-color: transparent;
}
.casket-content + .button {
	display: flex;
	margin-top: 60px;
}
.casket-content + .button * {
	padding: 0 30px;
	min-width: 210px;
}


.subs-content p {
	font-size: 14px;
	font-weight: 500;
}
.subs-content .item-checkbox {
	margin-top: 30px;
}
.subs-content .item-checkbox label {
	padding-left: 0;
}
.subs-content .bt-stroke {
	margin-top: 60px;
	max-width: 210px;
}


.order-table {
	margin-top: 23px;
	font-size: 12px;
	font-weight: 500;
	max-width: 846px;
}
.order-table--head {
	display: flex;
	flex-wrap: wrap;
	color: #c3c3c3;
	border-bottom: solid 1px #b4b4b4;
	padding-bottom: 25px;
}
.order-table--row {
	display: flex;
	flex-wrap: wrap;
	padding: 14px 0;
	-ms-align-items: center;
	align-items: center;
	border-bottom: solid 1px #b4b4b4;
}
.order-table .cell:nth-child(1) {
	width: 30%;
	padding-right: 10px;
}
.order-table .cell:nth-child(2) {
	width: 30%;
	padding-right: 10px;
}
.order-table .cell:nth-child(3) {
	width: calc(40% - 114px);
	padding-right: 10px;
}
.order-table .cell:nth-child(4) {
	width: 114px;
}


.cart-block {
	padding: 20px 0 0;
}
.cart-block .link-back {
	font-size: 12px;
	font-weight: 500;
	color: #c3c3c3;
	text-decoration: underline;
}
.cart-block .link-back:hover {
	text-decoration-color: transparent;
}
.cart-table {
	margin-top: 25px;
	text-align: center;
}
.cart-head {
	display: flex;
	flex-wrap: wrap;
	color: #c3c3c3;
	font-size: 12px;
	font-weight: 500;
	padding-right: 35px;
}
.mobile-title {
	padding-bottom: 10px;
	color: #c3c3c3;
	font-size: 13px;
	font-weight: 500;
	display: none;
}
.cart-row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 35px 20px 0;
	-ms-align-items: center;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	border-bottom: solid 1px #e6e6e6;
}
.cart-table .cell:nth-child(1) {
	width: 22%;
	text-align: left;
}
.cart-table .cell:nth-child(2) {
	width: 24%;
	text-align: left;
}
.cart-table .cell:nth-child(3) {
	width: 10%;
}
.cart-table .cell:nth-child(4) {
	width: 11%;
}
.cart-table .cell:nth-child(5) {
	width: 11%;
}
.cart-table .cell:nth-child(6) {
	width: 10%;
}
.cart-table .cell:nth-child(7) {
	width: 12%;
}
.cart-table .image {
	position: relative;
}
.cart-table .image img {
	max-width: 80%;
}
.cart-table .image .label {
	position: absolute;
	left: 0; top: 0;
	color: #fff;
	background: #eb2434;
	font-weight: 700;
}
.cart-row .delete {
	position: absolute;
	right: 0;
	display: flex;
	height: 10px;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	color: #575757;
	text-decoration: none;
	top: 50%;
	margin-top: -5px;
}
.cart-row .delete:before {
	content: 'Х';
	display: block;
}
.cart-row .delete:hover {
	color: #eb2434;
}
.quantity-form {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.quantity-form input {
	width: 24px;
	text-align: center;
	padding: 0;
}
.quantity-form .plus,
.quantity-form .minus {
	cursor: pointer;
}
.quantity-form .plus:before {
	content: '>'
}
.quantity-form .minus:before {
	content: '<'
}
.cart-block .total {
	font-size: 18px;
	font-weight: 600;
	padding-top: 28px;
	display: flex;
}




.form-order {
	max-width: 1080px;
}
.form-order .section {
	margin-top: 56px;
}
.form-order .title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.form-order .col-4 {
	width: calc(33.333% - 20px);
	margin-right: 30px;
}
.form-order .col-4:nth-child(3n) {
	margin-right: 0;
}
.form-order .col-8 {
	width: calc(66.6667% - 20px);
}
.form-order .hint {
	font-size: 12px;
	font-weight: 500;
	color: #c3c3c3;
	margin-bottom: 30px;
}

.form-order .progress {
	padding-top: 50px;
}
.form-order .item-progress {
	margin: 10px 25px 0 0;
}
.form-order .item-progress .icon {
	margin-right: 10px;
}
.form-order .item-progress .text {
	font-size: 12px;
	font-weight: 500;
	color: #575757;
}
.form-order .agree {
	margin-top: 60px;
}
.form-order .agree-inner {
	position: relative;
	display: inline-block;
}
.form-order .total {
	font-size: 18px;
	font-weight: 600;
	margin-top: 56px;
}
.form-order .total p {
	margin: 0;
}
.form-order .form-item textarea {
	height: 80px;
}
.form-order .bt-dark {
	margin-top: 60px;
	max-width: 210px;
}

.form-order .agree {
	padding-left: 45px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	height: 30px;
	line-height: 1.1;
	margin: 60px 0 0;
	display: inline-block;
}
.form-order .agree label {
	margin-right: 4px;
}
.form-order .agree input + .custom {
	left: -45px; top: 50%;
	margin-top: -15px;
	width: 30px; height: 30px;
}
.form-order .agree input + .custom:before {
	border: 0;
	transform: rotate(0deg);
	background: url(../i/check.png);
	width: 18px; height: 16px;
	background-size: 100% 100%;
}
.cart-block .summ {
	padding-left: 10px;
}


.item-stock {
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 30px;
}
.item-stock .image {
	width: 100%;
}
.item-stock .image a {
	display: block;
}
.item-stock .image img {
	width: 100%;
	height: 355px;
	object-fit: cover;
}
.item-stock .title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 28px;
	width: calc(100% - 282px);
	
}
.item-stock .title a {
	color: #575757;
}
.item-stock .title a:hover {
	color: #eb2434;
}
.item-stock .countdown {
	width: 282px;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
}
.item-stock .countdown .item {
	position: relative;
	width: 62px;
	font-size: 12px;
	font-weight: 500;
	display: block;
}
.item-stock .countdown .item span {
	position: relative;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: #575757;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	height: 50px;
	margin-bottom: 6px;
}
.item-stock .countdown .item span:after {
	content: ':';
	color: #575757;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	left: calc(100% + 2px);
	top: 0; bottom: 2px;
}


.stock-wrapper {
	margin-top: 25px;
	padding-top: 0px;
	border-top: 11px solid #f2f2f2;
}
.stock-wrapper .tabs a {
	padding-left: 0;
	padding-right: 0;
	margin: 0 30px 0 0;
	min-width: 110px;
}
.stock-wrapper .tabs a:last-child {
	margin-right: 0;
}
.stock-wrapper img {
	max-width: 100%;
}
.stock-wrapper .image {
	margin-top: 30px;
}
.stock-wrapper p + .image, .stock-wrapper p + .video {
	margin-top: 26px;
}
.stock-wrapper > .image:first-child {
	margin-top: 0;
}
.stock-wrapper .col-6 {
	width: calc(50% - 15px);
}
.stock-wrapper .col-6 > .image:first-child {
	margin-top: 22px;
}
.stock-wrapper .tabs {
	padding-top: 30px;
}
.stock-wrapper .tabs a.active {
	background: #575757;
	color: #fff;
}
.stock-wrapper p {
	font-size: 18px;
	margin-top: 23px;
}
.stock-wrapper .bt-dark {
	padding: 0 15px;
	margin-top: 30px;
}
.annotation {
	margin: 30px auto 0;
	background: #eb2434;
	max-width: 354px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 44px 20px 42px 30px;
}
.annotation small {
	font-size: 10px;
	line-height: 1.1;
	display: inline-block;
}


.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow:hidden; 
	margin-top: 30px;
}
.video-responsive iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%; 
}


.sticky-sidebar {
	margin-top: 18px;
	width: 240px;
	position: relative;

}
.sticky-wrapper {
	position: absolute;
	background: #f2f2f2;
	padding: 0 20px 30px;
	width: 240px;
}


.thank-block {
	position: relative;
	text-align: center;
	max-width: 1180px;
	margin: 0 auto;
	border-top: 11px solid #f2f2f2;
	padding-top: 60px;
}
.thank-block .head {
	font-size: 18px;
	font-weight: 600;
	color: #de1c1c;
	text-transform: uppercase;
}
.thank-block .subhead {
	margin-top: 55px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.thank-block .image {
	margin-top: 60px;
}



.form-item select {
	background: url(../i/arrow-down-gray.png) no-repeat;
	background-position-y: 50%;
	background-position-x: calc(100% - 20px);
	background-size: auto 18%; 
	cursor: pointer;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	border: solid 1px #b4b4b4;
	height: 40px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 500;
	color: #575757;
}
.select select::-ms-expand {
    display: none;
}
.item-checkbox {
	position: relative;
	font-weight: 500;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.2;
}
.item-checkbox:first-child {
	margin-top: 0;
}
.item-checkbox label {
	position: relative; z-index: 2;
	padding: 1px 0 0 20px;
	display: inline-block;
}
.item-checkbox label input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2; opacity: 0;
}
.item-checkbox input + .custom {
	position: absolute;
	left: 0; top: 50%;
	margin-top: -6px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border: solid 1px #575757;
	background: #fff;
	width: 13px; height: 13px;
	padding-bottom: 2px;
}
.item-checkbox input + .custom:before {
	content: '';
	display: block;
	transition: .3s;
	border-bottom: solid 2px #575757;
	border-right: solid 2px #575757;
	width: 3px; height: 6px;
	transform: rotate(45deg);
	opacity: 0;
	transition: .3s;
}
.item-checkbox input:checked + .custom:before {
	opacity: 1;
}
.item-checkbox .sticker {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 6px 4px;
}
.item-checkbox .sticker.green {
	background: #3bbb9d;
}
.item-checkbox .sticker.red {
	background: #eb2434;
}
.item-checkbox .sticker.blue {
	background: #6a99df;
}


.big-tick {
	padding-left: 45px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	height: 30px;
	line-height: 1.1;
	margin: 15px 0 0;
}
.agree.big-tick label {
	margin-right: 4px;
}
.big-tick input + .custom {
	left: -45px; top: 50%;
	margin-top: -15px;
	width: 30px; height: 30px;
}
.big-tick input + .custom:before {
	border: 0;
	transform: rotate(0deg);
	background: url(../i/check.png);
	width: 18px; height: 16px;
	background-size: 100% 100%;
}



.slick-list:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.slick-arrow {
	font-size: 0;
	color: transparent;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	top: 50%;
	background: #fff;
	height: 42px; width: 21px;
	margin-top: -10px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.slick-prev {
	 border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	 left: 0; padding-right: 4px;
}
.slick-next {
	 border-radius: 100% 0 0 100% / 50% 0 0 50%;
	 right: 0; padding-left: 4px;
}
.slick-arrow:before {
	content: '';
	display: block;
	background: url(../i/arrow-left.png);
	background-size: 100% 100%;
	width: 7px; height: 15px;
}
.slick-next:before {
	transform: rotate(180deg);
}

.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 35px;
	position: relative;
	z-index: 1;
}
.slick-dots li * {
	display: none;
}
.slick-dots li {
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	transition: opacity 200ms ease;
	transition: all .4s;
	background: #ababab;
	opacity: .5;
}
.slick-dots li:hover, .slick-dots li.slick-active {
	opacity: 1;
}


#up-button {
	cursor: pointer;
	background: url(../svg/up.svg);
	width: 54px; height: 54px;
	background-size: cover;
	position: fixed;
	z-index: 20;
	right: 5px; bottom: 70px;
	display: none;
}


.tooltip {
	position: relative;
	background: url(../i/info.svg);
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	z-index: 20;
	overflow: hidden;
}
.tooltip .tooltip-text {
	width: 400px;
	position: absolute;
	left: 50%; margin-left: -200px;
	bottom: calc(100% + 15px);
	box-shadow: 0px 2px 6px rgba(45, 40, 94, 0.2);
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.3;
	padding: 12px;
	border-radius: 6px;
	transition: .3s;
	opacity: 0;
}
.tooltip .tooltip-text:after {
	content: '';
	display: block;
	width: 12px; height: 12px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 50%; margin-left: -6px; bottom: -6px;
}
.tooltip .tooltip-text .title {
	font-size: 16px;
	font-weight: 700;
}
.tooltip .tooltip-text p {
	margin-top: 10px;
}
.tooltip .tooltip-text p:first-child {
	margin-top: 0;
}
.tooltip:hover {
	overflow: visible;
}
.tooltip:hover .tooltip-text {
	opacity: 1;
}



/* footer
------------------------------------------------ */
.site-footer .top {
	padding: 55px 0;
}
.site-footer .title {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 18px;
}
.site-footer .title:after {
	content: '';
	display: block;
	height: 1px; width: 42px;
	background: #575757;
	margin-top: 16px;
}
.footer-nav {
	width: 68%;
}
.footer-nav ul {
	width: 25%;
}
.footer-nav li {
	margin-top: 10px;
}
.footer-nav li:first-child {
	margin-top: 0;
}
.footer-nav li a, .footer-nav li span {
	font-weight: 500;
	color: #575757;
}
.footer-nav li a:hover, .footer-nav li span:hover {
	color: #eb2434;
}
.site-footer .col-last {
	width: 32%;
}
.social a {
	margin-right: 50px;
}
.social a:last-child {
	margin-right: 0;
}
.social a:hover {
	opacity: .8;
}
.footer-search {
	position: relative;
	max-width: 155px;
	margin-top: 22px;
}
.footer-search form {
	position: relative;
	padding-left: 32px;
}
.footer-search input[type="text"] {
	background: transparent;
	border-bottom: solid 1px #000000;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	padding: 2px 0 0;
}
.footer-search ::-moz-placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}
.footer-search ::-webkit-input-placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}
.footer-search ::-ms-placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}
.footer-search ::placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}

.footer-search button {
	background: url(../svg/search-gray.svg);
	width: 22px; height: 22px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 0;
}
.site-footer .mid {
	background: #f0f0f0;
	font-weight: 500;
	padding: 38px 0;
}
.footer-copy {
	width: 30%;
	text-transform: uppercase;
}
.footer-phone {
	width: 40%;
	text-align: center;
}
.footer-phone a {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	color: #575757;
}
.footer-phone a:before {
	content: '';
	display: block;
	background: url(../svg/phone.svg);
	width: 16px; height: 19px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 50%;
	margin-top: -9px;
}
.footer-mail {
	width: 30%;
	text-align: right;
}
.footer-mail a {
	position: relative;
	display: inline-block;
	padding-left: 47px;
	color: #575757;
}
.footer-mail a:before {
	content: '';
	display: block;
	background: url(../svg/mail.svg);
	width: 25px; height: 16px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 50%;
	margin-top: -8px;
}
.site-footer .bot {
	text-align: center; padding: 5px 0 12px;
}
.policy p {
	margin-top: 10px; font-size: 12px;
}
/* end footer */


/* modal
------------------------------------------------ */
.modal {
 	position: relative;
 	margin: 0 auto;
 	max-width: 470px;
 	background: #fff;
 	border: solid 1px #b4b4b4;
}
.modal .form-wrapper {
	max-width: 100%;
	border: none;
}
.modal .agree {
	margin-left: 15px;
}
.modal .bt-dark {
	margin: 15px auto 0; max-width: 210px;
}


.modal-cities {
	max-width: 680px;
	padding: 24px 30px 28px;
}
.modal .head {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.modal-cities .search {
	position: relative;
	margin-top: 30px;
}
.modal-cities .search form {
	position: relative;
	padding-left: 32px;
}
.modal-cities .search .input-search {
	background: transparent;
	border-bottom: solid 1px #000000;
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
	padding: 2px 0 0;
}
.modal-cities .search .bt-search {
	background: url(../svg/search-gray.svg);
	width: 22px; height: 22px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 0;
}
.modal-cities .col {
	width: 32%;
	max-width: 170px;
}
.modal-cities .item {
	margin-top: 30px;
}
.modal-cities .item a {
	color: #b4b4b4;
	font-weight: 500;
}
.modal-cities .item a:hover {
	color: #eb2434;
}


.modal-availability {
	max-width: 600px;
	padding: 24px 30px 28px;
}
.modal-availability .flex-row {
	justify-content: space-between;
}
.modal-availability .adds-list .section p {
	width: 50%;
	margin-right: 0;
	max-width: 240px;
	font-size: 14px;
}
.modal-availability .adds-list .section:first-child {
	margin-top: 20px;
}

.modal-order-control {
	text-align: center;
	padding: 27px 30px 30px;
}
.modal-order-control .subhead {
	margin-top: 26px;
	font-size: 12px;
	font-weight: 500;
	color: #b4b4b4;
}
.modal-order-control .buttons > * {
	width: calc(50% - 18px);
	margin: 22px 0 0;
}

.modal-sizes {
	max-width: 620px;
	padding: 30px;
}
.modal-sizes ol {
	margin: 0; padding: 15px 0 0;
	list-style-type: none;
	counter-reset:  item;
}
.modal-sizes ol li {
	position: relative;
	margin: 4px 0 0;
	padding: 0;
}
.modal-sizes ol li:before {
	content: counter(item) '. ';
	counter-increment: item;
	font-weight: 600;
}
.modal-sizes .table {
	margin-top: 22px;
}


.modal-added-cart {
	padding: 30px;
}
.modal-added-cart .item-catalog {
	margin-top: 25px;
}
.modal-added-cart .item-catalog .wrapper {
	border: 0;
	padding: 0;
}
.modal-added-cart .item-catalog .top {
	position: relative;
	max-width: 260px;
	margin: 0 auto;
}
.modal-added-cart .item-catalog .label {
	font-weight: 700;
	line-height: 28px;
	height: 30px;
	font-size: 14px;
	min-width: 30px;
	text-align: center;
	justify-content: center;
	margin-left: 0;
}
.modal-added-cart .item-catalog .image {
	margin-top: 0;
	height: auto;
}
.modal-added-cart .item-catalog .title {
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
}
.modal-added-cart .item-catalog .price {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
	padding-top: 18px;
	min-height: 0;
}
.modal-added-cart .item-catalog .price .old {
	font-size: 18px;
	font-weight: 500;
	width: auto;
}
.modal-added-cart .item-catalog .price .new {
	font-size: 26px;
	font-weight: 700;
}
.modal-added-cart .item-catalog .price > div {
	margin: 0 23px;
}
.modal-added-cart .buttons {
	display: flex;
	justify-content: space-between;
	padding-top: 18px;
	flex-wrap: wrap;
}
.modal-added-cart .buttons .bt-stroke:first-child {
	width: calc(45% - 10px);
	margin-top: 10px;
}
.modal-added-cart .buttons .bt-stroke:last-child {
	width: calc(55% - 10px);
	margin-top: 10px;
}


.
/* end modal */


/* ui-slider
------------------------------------------------ */
.ui-slider {

}
.ui-slider .ui-slider-handle {
    position:absolute;z-index:2;
    width: 10px; height: 10px;
	background: #575757;
	border-radius: 50%;
	top:-4px;margin-left:-6px;
	cursor: pointer;
}
.ui-slider-horizontal {
	height: 2px;
	background: #c3c3c3;
	background:#575757;
	width: 100%;
	position:relative;
	width: 100%;
	margin-top: 16px;
}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%;}
.ui-slider-horizontal .ui-slider-range-min{left:0;}
.ui-slider-horizontal .ui-slider-range-max{right:0;}
.ui-widget-header{background:#575757;}
/* end ui-slider */
#modef {
	width: 100%;
}
#modef a {
	display: flex;
	justify-content: space-evenly;
}
.polit-page p {
	margin: 10px 0;
}
.error-page-in {
	display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 200px;
align-content: center;
align-items: start;
}
.error-page-in p {
	font-size: 25px;
}
#shareLinkClient {
	position: absolute;
right: 10px;
top: 5% !important;
}
#shareLinkClient .ya-share2__container_size_l .ya-share2__badge + .ya-share2__title {
	display: none;
}
.form-message {
    text-align: center;
}
/*
.mobile-baner, .mobile-gift {
    display: none;
}
#action-popup {
    max-width: 1050px;
}
#action-popup .mfp-close {
    background: url(/images/close-popup.svg);
    background-size: cover;
    width: 45px;
    height: 45px;
    top: 40px;
    right: 40px;
}
.desktop-gift {
    position: absolute;
    bottom: 90px;
    left: -130px;
}
.desktop-baner {
    max-width: 100%;
}
.action-banner {
    position: fixed;
    right: 100px;
    top: 15%;
    max-width: 160px;
    cursor: pointer;
    z-index: 100;
}
.action-banner img {
    max-width: 100%;
}

@media (max-width: 960px) {
    #action-popup {
        max-width: 290px;
    }
    .desktop-baner, .desktop-gift {
        display: none;
    }
    .mobile-baner, .mobile-gift {
        display: block;
    }
    .mobile-gift {
        position: absolute;
        bottom: 45px;
        right: -125px;
    }
    #action-popup .mfp-close {
        width: 24px;
        height: 24px;
        top: 15px;
        right: 15px;
    }
    .action-banner {
        right: 10px;
        top: 27%;
        max-width: 120px;
    }
}
*/

.action-banner-new {
    position: fixed;
    right: 100px;
    top: 15%;
    max-width: 160px;
    cursor: pointer;
    z-index: 99;
}
.action-banner-new img {
    max-width: 100%;
}
.action-banner-new .desktop_btn {
    display: block;
}
.action-banner-new .mobile_btn {
    display: none;
}

#action-popup-new {
    max-width: 1013px;
    background: transparent;
    border: none;
}
#action-popup-new .mfp-close {
    background: url(/images/close_popup_2.svg);
    background-size: cover;
    width: 45px;
    height: 45px;
    top: 40px;
    right: 50px;
}

#action-popup-new .desktop-baner {
    max-width: 100%;
    display: block;
}
#action-popup-new .mobile-baner {
    display: none;
    max-width: 100%;
}
@media (max-width: 900px) {
    #action-popup-new .mfp-close {
        width: 35px;
        height: 35px;
        top: 40px;
        right: 50px;
    }
    .action-banner-new {
        right: 25px;
        top: 12%;
        max-width: 110px;
    }
}

@media (max-width: 767px) {
    .action-banner-new .desktop_btn {
        display: none;
    }
    .action-banner-new .mobile_btn {
        display: block;
    }

    .action-banner-new {
        right: 15px;
        top: 28%;
        max-width: 105px;
    }
    
    #action-popup-new {
        max-width: 318px;
    }
    #action-popup-new .desktop-baner {
        display: none;
    }
    #action-popup-new .mobile-baner {
        display: block;
    }

    #action-popup-new .mfp-close {
        width: 22px;
        height: 22px;
        top: 10px;
        right: 25px;
    }
}

.obzor-form-message, .kredit-form-message {
    color: #000;
}
#modal-obzor .thanks-for-order-modal__title {
    margin-bottom: 15px;
}
#modal-obzor .thanks-for-order-modal__text {
    text-decoration: underline;
    cursor: pointer;
}
.obzor-form-btn {
    width: 100%;
    max-width: 320px;
    height: 40px;
    line-height: 40px;
    background: #FF85A2;
    border-radius: 2px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
}
.obzor-form-btn:active {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.mfp-close.obzor-form-close {
    width: 20px;
    height: 20px;
    background-image: url(/images/close-form.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
}
.obzor-form-succes, .kredit-form-succes {
    padding: 40px 20px 30px 20px;
    font-family: Montserrat;
    font-style: normal;
    max-width: 320px;
    background-image: url(/images/obzor-form-success-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.form-sended .obzor-form-succes {
    display: block;
}
.form-sended .obzor-form-wrap {
    display: none;
}
.obzor-form-succes-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}
.obzor-form-succes-bottom {
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #54BBFF;
    margin-bottom: 10px;
}
#modal-obzor, #modal-kredit {
    max-width: 320px;
    background: transparent;
    border: none;
    position: relative;
}
.obzor-form-wrap, .kredit-form-wrap {
    font-family: Montserrat;
    font-style: normal;
    padding: 37px 20px 18px 20px;
    background-color: #fff;
    max-width: 320px;
    background-image: url(/images/obzor-form--bg.jpg);
    background-repeat: no-repeat;
    /*background-size: cover;*/
}
.obzor-form-title, .kredit-form-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}
.obzor-form-wrap input[type="text"], .obzor-form-wrap input[type="tel"], .kredit-form-wrap input[type="text"], .kredit-form-wrap input[type="tel"] {
    display: block;
    background: #FFFFFF;
    border: 1px solid #898989;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    padding: 12px;
    margin-bottom: 12px;
    width: 100%;
}
.obzor-form-wrap input[type="checkbox"], .kredit-form-wrap input[type="checkbox"] {
    width: 12px;
    height: 12px;
    border: 1px solid #898989;
    box-sizing: border-box;
    border-radius: 1px;
    margin-right: 8px;
}
.obzor-form-politic {
    margin-bottom: 12px;
    display: flex;
}
.obzor-form-politic span, .obzor-form-politic a {
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    color: #898989;
}
.obzor-form-politic a {
    text-decoration: underline;
}
.obzor-form-wrap input[type="submit"], .kredit-form-wrap input[type="submit"] {
    background: #BDE5FF;
    border: 1px solid #BDE5FF;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
    text-align: center;
    margin-bottom: 12px;
}
.obzor-form-wrap input[type="submit"]:hover, .kredit-form-wrap input[type="submit"]:hover {
    border: 2px solid #BDE5FF;
    background: transparent;
    line-height: 38px;
}
.obzor-form-wrap input[type="submit"]:active, .kredit-form-wrap input[type="submit"]:active {
    line-height: 40px;
    background: #BDE5FF;
    border: 1px solid #BDE5FF;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.obzor-form-bottom-text {
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #54BBFF;
    text-align: center;
}
.obzor-form-captcha {
    margin-bottom: 12px;
}
.obzor-form-captcha .g-recaptcha {
    transform: scale(0.9);
    margin-left: -10px;
}
.card-content .tools a.obzor-form-btn {
    margin-right: 0;
    margin-left: auto;
}
@media (max-width: 1024px) {
    .card-content .tools a.obzor-form-btn {
        margin-left: 10px;
    }
}

@media (max-width: 460px) {
    .card-content .tools a.obzor-form-btn {
        margin-left: 0;
        margin-top: -15px;
        max-width: 100%;
        order: -1;
        margin-bottom: 20px;
    }
}

.obzor-form-wrap.skidka-form-wrap {
    max-width: 320px;
    background-image: url(/images/baraban-form-bg.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: top right;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    padding: 24px 20px 18px 20px;
}
.skidka-form-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FF0000;
    margin-bottom: 30px;
}
.skidka-form-total {
    color: #FF0000;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.skidka-form-total span {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    padding-left: 10px;
    padding-bottom: 4px;
}
.obzor-form-wrap.skidka-form-wrap input[type="submit"], .show-baraban {
    background: #FF0000;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    text-align: center;
}
.page-content-full-width {
    margin: 28px 0 0 auto;
    width: 100%;
    position: relative;
}
.page-content-full-width h1 {
    margin-bottom: 30px;
}
.mfp-close.baraban-form-close {
    width: 25px;
    height: 25px;
    background-image: url(/images/close-form.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
}
.modal-baraban {
    max-width: 1015px;
    border: none;
}
.baraban {
    width: 100%;
    height: 100%;
    border: none;
}
.baraban-wrap {
    width: 1015px;
    height: 475px;
    padding: 20px;
}
@media (max-width: 768px) {
    .baraban-wrap {
        height: 855px;
        width: 100%;
    }
    .modal-baraban {
        max-width: 100%;
    }
}
@media (max-width: 450px) {
    .baraban-wrap {
        height: 875px;
    }
}
@media (max-width: 340px) {
    .baraban-wrap {
        height: 835px;
    }
}
.skidka-form-message {
    width: 100%;
    max-width: 364px;
    background: #fff;
    padding: 24px 22px 21px 22px;
    background-color: #fff;
    background-image: url(/images/baraban-form-message-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    margin: 0 auto;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
}
.mfp-close.skidka-form-message-close {
    width: 20px;
    height: 20px;
    background-image: url(/images/close-form.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
}
.skidka-form-message-wrp {
    font-family: Montserrat;
    font-style: normal;
}
.skidka-form-message__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 42px;
    max-width: 250px;
}
.skidka-form-message__title span {
    color: #FF0000;
}
.skidka-form-message__text {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #54BBFF;
}
.main-text {
    margin-top: 55px;
}
.main-text h1 {
    text-align: center;
    margin-bottom: 30px;
}
.main-sections-list a {
    color: #575757;
    display: inline-block;
    margin: 0 7px 7px 0;
    border: solid 1px #e6e6e6;
    padding: 3px 10px;
}
.main-sections-list a:hover {
    background: #575757;
    color: #fff;
}
.product-rating {}
.product-rating .rating {
    display: flex;
}
.product-rating .star {
    width: 25px;
    height: 25px;
}
.product-rating svg {
    max-width: 100%;
    max-height: 100%;
}
.detail-page-rating + .stikers {
    margin-top: 26px;
}
.listing-page-rating {
    width: 100%;
}
.listing-page-rating.product-rating .star {
    width: 20px;
    height: 20px;
}
.detail-dop-links .dop_menu_block {
    margin: 30px 0 0 0;
}
.header-menu span {
    cursor: pointer;
}

/******/

.rouble-txt {
	display: none;
}

.rouble-sign {
	position: relative;
	display: inline;
}

.rouble-sign::before {
	content: " ₽";
	position: relative;
}

.btnTBank {cursor: pointer}

.rz-menu__item .twgl__link {
	transition: color .3s ease;
}

.rz-menu__item .twgl__link:hover,
.rz-menu__item .twgl__link:focus {
	color: #ff0000;
}

.rz-user-block__link,
.rz-fixed-nav__link {
	position: relative;
}

.rz-user-block__link::after,
.rz-fixed-nav__link::after {
	content: "";
	position: absolute;
	top: 2px;
	right: -1px;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 50%;
	transition: background-color .3s ease;
}

.rz-fixed-nav__link::after {
	top: 12px;
	right: 22px;
}

.rz-user-block__link.active::after,
.rz-fixed-nav__link.active::after {
	background-color: #ff0000;
}

.rz-fixed-nav {
	z-index: 5000;
}

.rz-subscription {
	margin-top: 60px;
}

.rz-menu .rz-menu__body {
	z-index: 100;
}

.rz-product-card__favorite-button {
	position: relative;
	z-index: 1;
}

.rz-product-card__favorite-icon {
	position: relative;
	z-index: -1;
}

@media (max-width: 1279px) {
	.rz-search__form.rz-form {
		position: absolute;
		display: block;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		border: 0;
		clip: rect(0 0 0 0);
	}
}

@media (min-width: 1280px) {
	.rz-header .catalog_menu_catalog-menu__CtM88 {
		top: calc(133px + var(--topline-height));;
	}
}