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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline
}

a:active,
a:hover {
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	scroll-behavior: smooth;
	-ms-scroll-snap-type: mandatory;
	    scroll-snap-type: mandatory;
}

:focus {
	outline: 0
}

audio,
img,
video {
	max-width: 100%;
	height: auto
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

iframe {
	border: 0
}

textarea {
	resize: none;
	vertical-align: top;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

button,
input,
select,
textarea {
	outline: none;
	border: none;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

table {
	border-spacing: 0
}

td,
th {
	padding: 0;
	text-align: left
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	background-color: rgba(0, 0, 0, 0)
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]),
a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

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

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	margin:0 auto;
	box-sizing: border-box;
}
.header_new {
	display:flex;
	flex-direction:column;
	width:100%;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #cfcfd7;
	background: #fff;
}
.header_new a{text-decoration:none;}
.header_new input[type="text"]{border:none;}
.header_new .t_menu{
	width: 100%;
	background: #37474f;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-top:3px;
	padding-bottom:3px;
}
.header_new .t_menu .t_menu_content{
	width:100%;
	max-width: 1250px;
	display: flex;
	color: #fff;
	flex-direction: row;
	justify-content: space-between;
}
.header_new .t_menu .t_menu_content .hml .location{
	color:#fff;
	font-size: 15px;
}
.header_new .t_menu .t_menu_content .hml .location>i{
	margin-right:5px;
}

.header_new .t_menu .t_menu_content .hmr .personal{
	color:#fff;
	font-size: 15px;
}
.header_new .t_menu .t_menu_content .hmr .personal>i{
	margin-right:5px;
}


.header_new .c_menu{
	width:100%;
	max-width: 1250px;
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header_new .c_menu .pc_logo{width:150px;margin-right: 25px;}
.header_new .c_menu .pc_logo img{max-width:150px;}

.header_new .c_menu .pc_burger_menu{
	display:flex;
	margin-right: 25px;
}
.header_new .c_menu .pc_burger_menu a{
	background: #f2640e;
	color: #fff;
	font-size: 19px;
	padding: 4px 15px;
	border-radius: 7px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: 'Roboto';
}
.header_new .c_menu .pc_burger_menu a>i{
	margin-right: 5px;
}

.header_new .c_menu .pc_burger_menu a>i.open_menu_icon{
	display:block;
}
.header_new .c_menu .pc_burger_menu a>i.close_menu_icon{
	display:none;
}

.header_new .c_menu .pc_burger_menu.open a>i.open_menu_icon{
	display:none;
}
.header_new .c_menu .pc_burger_menu.open a>i.close_menu_icon{
	display:block;
}


.header_new .c_menu .pc_search{
	border:1px solid #dfdee2;
	border-radius:7px;
	overflow: hidden;
	flex-grow: 1;
	margin-right: 25px;
	padding: 3px;
}

.header_new .c_menu .pc_search form{
	display:flex;
	flex-direction:row;
	width: 100%;
	height: 100%;
}
.header_new .c_menu .pc_search form .search_input{
	flex-grow: 1;
}
.header_new .c_menu .pc_search form .search_button{
	background: #f2640e;
	color: #fff;
	border: none;
	border-radius: 7px;
	width: 35px;
}

.header_new .c_menu .pc_icons_menu{
	display:flex;
}

.header_new .c_menu .pc_icons_menu .h_phone{
	display:flex;
	flex-direction:column;
	color:#39393d;
	align-items: center;
	padding-left: 7px;
	padding-right: 7px;
	justify-content: space-between;
	margin-right: 20px;
}

.header_new .c_menu .pc_icons_menu .h_phone .p_number{
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 600;
}
.header_new .c_menu .pc_icons_menu .h_phone .p_tt{
	font-family: 'Roboto';
	font-size: 11px;
	color: #9a999d;
}

.header_new .c_menu .pc_icons_menu .contacts{
	display:flex;
	flex-direction:column;
	color:#39393d;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
	justify-content: space-between;
}
.header_new .c_menu .pc_icons_menu .contacts i{
	font-size: 22px;
}
.header_new .c_menu .pc_icons_menu .contacts span{
	font-size: 14px;
	font-family: 'Roboto';
}


.header_new .c_menu .pc_icons_menu .wishlist{
	display:flex;
	flex-direction:column;
	color:#39393d;
	align-items: center;
	padding-left: 7px;
	padding-right: 7px;
	justify-content: space-between;
}
.header_new .c_menu .pc_icons_menu .wishlist i{
	font-size: 22px;
	position:relative;
}
.header_new .c_menu .pc_icons_menu .wishlist span{
	font-size: 14px;
	font-family: 'Roboto';
}


.header_new .c_menu .pc_icons_menu .small_cart{
	display:flex;
	flex-direction:column;
	color:#39393d;
	align-items: center;
	padding-left: 7px;
	padding-right: 7px;
	justify-content: space-between;
}
.header_new .c_menu .pc_icons_menu .small_cart i{
	font-size: 22px;
	position:relative;
}
.header_new .c_menu .pc_icons_menu .small_cart span{
	font-size: 14px;
	font-family: 'Roboto';
}

.header_new .c_menu .pc_icons_menu .wishlist i>span, .header_new .c_menu .pc_icons_menu .small_cart i>span{
	display:none;
}

.header_new .c_menu .pc_icons_menu .wishlist i>span.actv, .header_new .c_menu .pc_icons_menu .small_cart i>span.actv{
	width: 16px;
	height: 16px;
	position: absolute;
	border-radius: 16px;
	color: #fff;
	background: #f2640e;
	left: -9px;
	top: -13px;
	display: block;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}


.header_new .b_menu{
	width:100%;
	max-width: 1250px;
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header_new .b_menu>a{
	font-size: 14px;
	font-family: 'Roboto';
	color: #333;
	font-style: normal;
	text-transform: uppercase;
	transition: color .2s;
	font-weight: 600;
}
.header_new .b_menu>a.discounts{
	color: #fff;
	background: #f2640e;
	padding: 0 10px;
	border-radius: 7px;
}

.header_new .s_menu{
	display:none;
}

.popup_city_approv{
	width: 440px;
	height: 74px;
	background: #37474f;
	position: absolute;
	top: 84px;
	z-index: 10;
	padding-left: 20px;
}
.popup_city_approv .arrow_up {
    bottom: 100%;
    left: 16px;
    border: 14px solid transparent;
    border-bottom-color: rgb(55 71 79);
    position: absolute;
}
.popup_city_approv .pca_content {
    padding-top: 27px;
    color: #fff;
}
.popup_city_approv .pca_content a.pca_ok {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
	background: #f2640e;
	color: #fff;
	border-radius: 7px;
    min-width: 200px;
    font-weight: 600;
	padding: 10px 25px;
}
.popup_city_approv .pca_content a.pca_abort {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
	background: #dfdee2;
	color: #000;
	border-radius: 7px;
    min-width: 200px;
    font-weight: 600;
	padding: 10px 25px;
}

@media (max-width: 1250px) {
	.header_new .t_menu, .header_new .c_menu, .header_new .b_menu{
		padding-left:5px;
		padding-right:5px;
	}

}

@media (max-width: 955px) {
	.header_new .c_menu .pc_icons_menu .contacts, .header_new .c_menu .pc_icons_menu .wishlist, .header_new .c_menu .pc_icons_menu .small_cart{
		justify-content: space-around;
	}
	.header_new .c_menu .pc_icons_menu .contacts>span, .header_new .c_menu .pc_icons_menu .wishlist>span, .header_new .c_menu .pc_icons_menu .small_cart>span{
		display:none;
	}
}


@media (max-width: 850px) {
	.header_new .c_menu .pc_logo {
		display: flex;
		flex-direction: row;
		align-items: center;
		max-width: 120px;
	}
	.header_new .c_menu .pc_logo img {
		max-width: 120px;
	}
	
	.header_new .b_menu>a{
		font-size:12px
	}
}

@media (max-width: 820px) {
	.header_new .c_menu .pc_burger_menu a>i{
		margin-right:0;
	}
	.header_new .c_menu .pc_burger_menu a>span{
		display:none;
	}
}

@media (max-width: 768px) {
	.header_new .b_menu{
		display:none;
	}
	
	.header_new .c_menu .pc_icons_menu .contacts, .header_new .c_menu .pc_icons_menu .wishlist, .header_new .c_menu .pc_icons_menu .small_cart {
		display:none;
	}
	
}
@media (max-width: 630px) {
	.header_new .c_menu .pc_search{
		display:none;
	}
	
	
	.header_new .s_menu{
		display:flex;
		overflow: hidden;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		height: 35px;
		margin-bottom: 7px;
	}
	
	.header_new .s_menu form{
		display:flex;
		flex-direction:row;
		width: 100%;
		height: 100%;
	}
	.header_new .s_menu .search_input{
		background: #dfdee2;
		border-radius: 7px;
		flex-grow: 1;
		margin-right: 15px;
		padding-left: 10px;
	}
	.header_new .s_menu .search_button{
		background: #f2640e;
		color: #fff;
		border: none;
		border-radius: 7px;
		width: 35px;
	}
	
}
@media (max-width: 440px) {
	.popup_city_approv {
		width: 205px;
		height: 183px;
	}
	.popup_city_approv .pca_content {
		display: flex;
		flex-direction: column;
	}
	.popup_city_approv .pca_content a{
		min-width: 145px !important; 
		width: max-content;
		margin-bottom:12px;
	}
}

@media (max-width: 388px) {
	.header_new .c_menu .pc_icons_menu .h_phone{
		margin-right:5px
	}
	.header_new .c_menu .pc_burger_menu{
		margin-right: 10px;
	}
}

.footer_fixed{
	display:none;
}
@media (max-width: 768px) {
	.footer_fixed{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding-left: 5px;
		padding-right: 5px;
		position: fixed;
		bottom: 0;
		z-index: 100;
		background: #fff;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px solid #cfcfd7;
	}
	.footer_fixed a{
		color: #39393d;
		font-size: 24px;
		padding-left: 8px;
		padding-right: 8px;
		position:relative;
		flex-grow: 1;
		text-align: center;
	}
	
	.footer_fixed a>i{
		position:relative;
	}
	
	.footer_fixed a>i>span{
		display:none;
	}
	.footer_fixed a>i>span.actv{
		width: 16px;
		height: 16px;
		line-height: 16px;
		border-radius: 14px;
		background: #f2640e;
		color: #fff;
		display: block;
		font-size: 11px;
		text-align: center;
		position: absolute;
		bottom: -5px;
		left: -9px;
	}
}




main{
	background-color: #f6f8f9;
}
main .container{
	max-width:1250px;
	width:100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
@media (max-width: 1250px) {
	main .container{
		padding-left: 10px;
		padding-right: 10px;
	}
}

.breadcrumbs {
	display: inline-block;
	padding: 20px 0px;
}
.breadcrumbs__box {
  padding-top: 20px;
  margin-bottom: 20px;
}
.breadcrumbs__link {
  display: inline;
  font-weight: 600;
  font-size: 16px;
  line-height: 114%;
  text-decoration: none;
  color: #8e8e93;
  transition: color 0.3s ease-in-out;
}
.breadcrumbs__link:hover, .breadcrumbs__link:active, .breadcrumbs__link:focus {
  color: #ff7e36;
}
.breadcrumbs .arrow {
  position: relative;
}
.breadcrumbs .arrow::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  padding-left: 10px;
  padding-right: 8px;
  background: url(../images/breadcrumbs-arrow.svg) no-repeat center center;
}
.breadcrumbs__title {
  display: inline;
  font-weight: 600;
  font-size: 16px;
  line-height: 114%;
  color: #201d19;
  position: relative;
}