@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
* {box-sizing: border-box; margin: 0;padding: 0;}
@font-face {
	font-family: Avanti;
	src: url(font/avanti.ttf);
	font-weight: 500;
}
@font-face {
	font-family: Avanti;
	src: url(font/avanti-bold.ttf);
	font-weight: 700;.sl_head_percent
}
body {
	/*font-family: 'Avanti', sans-serif;*/
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	overflow-x: hidden;
	font-size: 16px;
	color: #231F20;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input {
	-webkit-appearance: none;
	outline: none;
}
textarea {
	outline: none;
}
.g_container {
	width: 100%;
	max-width: 1688px;
	margin: 0 auto;
}
.slick-slide {
	outline: none;
}
.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.item_item {
	background: grey;
	padding: 50px;
}
.item_img img {
	display: none;
}
.main_sl .item_img img:nth-child(1) {
	display: block;
}
.main_sl .slick-slide img {
	display: none;
}
.top {
	background: #231F20;
	color: #fff;
	padding: 12px 0;
}
.top_content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
}
.top_close {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.top_close svg {
	margin-left: 15px;
}
.top_text {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.bur_btn {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px 20px;
	background: #84261e;
	border-radius: 56px;
}
.black_btn {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px 40px;
	background: #231F20;
	border-radius: 56px;
}
.tran_btn {
	color: #84261e;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px 40px;
	background: #fff;
	border-radius: 56px;
	border: 2px solid #84261e;
}
.burg {
	cursor: pointer;
	margin-right: 64px;
}
.burg span {
	display: block;
	background: #231F20;
	border-radius: 2px;
	margin: 6px 0;
	width: 24px;
	height: 2px;
}
header {
	border-bottom: 1px solid #E3E3E3;
	padding: 22px 0;
	font-size: 14px;
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_loc_adr_tel {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-around;
	/*margin: 0 30px;*/
}
.header_adr {
	/*margin: 0 125px;*/
}
.header_item {
	display: flex;
	align-items: center;
}
.header_item_icon {
	margin-right: 12px;
}
.header_logo_slogan {
	display: flex;
	align-items: center;
}
.header_logo_slogan .slogan {
	max-width: 116px;
	margin-left: 16px;
	display: inline-block;
	line-height: 14px;
}
.header_loc .header_item_inf_label {
	font-weight: 700;
}
.header_tel .header_item_inf_label a {
	font-weight: 700;
	color: #231F20;
}
.header_adr .header_item_inf_adress {
	font-weight: 700;
	display: inline-block;
}
.header_gr {
	align-items: flex-start;
}
header .bur_btn {
	/*padding: 9px 7px;*/
	padding: 12px 20px;
}
.header_btn {
	min-width: 195px;
}
.header_item_inf_city,
.header_item_inf_contact {
	text-decoration: underline;
	color: #84261e;
	position: relative;
	cursor: pointer;
}
.header_item_inf_gr span {
	font-weight: 700;
	color: #84261e;
}
.header_item_inf_city::after,
.header_item_inf_contact::after {
	position: absolute;
	top: 8px;
	right: -16px;
	width: 10px;
	height: 6px;
	background: url(img/arr_header.svg) no-repeat;
	content: '' ;
}
.header_item_inf_contact::after {
	right: -6px;
}
.page-id-184 .header_item_inf_contact::after {
	right: -16px;
}
.header_item_inf_city:hover::after,
.header_item_inf_contact:hover::after {
	transform: rotate(180deg);
}
.header_item_inf_adress {
	position: relative;
	cursor: pointer;
}
.header_item_inf_adress::after {
	position: absolute;
	top: 6px;
	right: -16px;
	width: 10px;
	height: 6px;
	background: url(img/arr_header_black.svg) no-repeat;
	content: '' ;
	display: none;
}
.header_item_inf_adress:hover::after  {
	transform: rotate(180deg);
}
.mobile {
	display: none;
}
.g_page {
	padding-top: 84px;
}
footer {
	/*background: #231F20;*/
	background: #fff;
	padding: 16px 0;
	color:  #fff;
	font-size: 14px;
	line-height: 14px;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_pp {
	display: flex;
	align-items: center;
	color: #231F20;
}
.footer_pp a {
	color: #231F20;
	text-decoration: underline;
	display: inline-block;
	margin-left: 40px;
}
.map_section {
	position: relative;
	height: 670px;
}
.map_section iframe {
	width: 100%;
	height: 100%;
}
#header_Fix {
	transition: .7s ease;
}
#header_Fix.active {
	top: 0 !important;
	transition: .7s ease;
}
.map_plah {
	background: #84261e;
	border-radius: 16px;
	padding: 40px;
	position: absolute;
	left: 144px;
	top: 160px;
	color: #fff;
	width: 632px;
}
.map_plah_head {
	display: flex;
	align-items: center;
}
.map_plah_head_name {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	margin-right: 16px;
}
.map_plah_head_city {
	color: #231F20;
	background: #fff;
	display: inline-block;
	border-radius: 16px;
	padding: 8px 12px;
	font-weight: 700;
}
.map_plah_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 26px;
	margin-top: 32px;
	align-items: start;
}
.f_adr {
	display: flex;
}
.f_adr_icon {
	margin-right: 12px;
}
.f_adr a {
	color:  #fff;
	display: inline-block;
	margin-top: 12px;
	text-decoration: underline;
}
.f_gr {
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.f_gr_icon {
	margin-right: 12px;
}
.f_tel {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.f_tel_icon {
	margin-right: 12px;
}
.f_tel a {
	color: #fff;
	font-weight: 700;
}
.f_social_head {
	font-weight: 700;
	margin-bottom: 20px;
}
.f_social_flex {
	display: flex;
	align-content: inherit;
}
.f_social_flex a {
	margin-right: 24px;
}
.f_social_flex a:last-child {
	margin-right: 0;
}
.read_more {
	width: 184px;
	height: 56px;
	text-align: center;
	background: #fff;
	border: 2px solid #84261e;
	border-radius: 56px;
	position: relative;
	color: #231F20;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.read_more svg {
	margin-right: 12px;
}
.read_more::after {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 185px;
    height: 56px;
    border: 4px solid #fff;
    border-radius: 56px;
    content: '';
    z-index: 0;
}
.main_screen {
/*	margin-top: 40px;*/
	height: 100%;
	display: grid;
	grid-template-columns: 1274px 1fr;
	grid-gap: 40px;
	align-items: center;
}
.m_slider {
	height: 700px;
}
.m_slider_item {
	position: relative;
	height: 700px !important;
	margin-bottom: 36px;
	color: #fff;
}
.m_slider_item_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.m_slider_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m_slider_item_btn {
/*	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -28px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;*/
	margin-top: 40px;
}
.m_slider_item_text {
	position: relative;
	left: 144px;
	top: 104px;
}
.m_slider_item_text_head {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 64px;
	max-width: 608px;
}
.m_slider_item_text_sub {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	margin-top: 24px;
}
.m_slider {
	position: relative;
}
.sl {
	border: 0;
	background: transparent;
	position: absolute;
	cursor: pointer;
}
.sl-prev {
	top: 50%;
	left: -16px;
	z-index: 1;
}
.sl-next {
	top: 50%;
	right: -16px;
	z-index: 1;
	transform: rotate(180deg);
}
.slick-dots {
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: center;
	position: relative;
	top: -20px;
}
.slick-dots li {
	margin-right: 8px;
	outline: none;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots li button {
	border: 0;
	background: #C1C1C1;
	color: transparent;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.slick-dots li.slick-active button {
	background: #84261e;
}
#countdown {
	display: flex;
	justify-content: center;
}
#countdown ul {
	display: flex;
	align-items: center;
	list-style: none;
}
#countdown ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 50px;
	justify-content: center;
	position: relative;
	color: #4E4A4B;
	font-size: 14px;
	margin-right: 22px;
}
#countdown ul li span {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	color: #84261e;
	display: inline-block;
	margin-bottom: 4px;
}
#countdown ul li::after {
	position: absolute;
	top: 0;
	right: -16px;
	content: ':';
	color: #84261e;
	font-size: 35px;
}
#countdown ul li:last-child {
	margin-right: 0;
}
#countdown ul li:last-child::after {
	display: none;
}
.m_inf_plah {
	padding: 35px 24px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.m_inf_plah_head {
	font-size: 32px;
	line-height: 40px;
	color: #231F20;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	max-width: 350px;
	margin: 0 auto 25px;
}
.m_inf_plah_btn {
	/*margin-top: 34px;*/
	width: 100%;
}
.m_inf_plah_btn a {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 34px;
}
.main_screen_inf_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*max-width: 324px;*/
	/*margin: 18px auto 0;*/
}
.main_screen_inf_btn a {
	display: inline-block;
}
.main_screen_inf_btn a:nth-child(1) {
	min-width: 324px;
	text-align: center;
}
.main_screen_inf_btn a:nth-child(2) {
	display: flex;
	align-items: center;
	color: #84261e;
	font-size: 14px;
	margin-top: 22px;
	font-weight: 700;
}
.main_screen_inf_btn a:nth-child(2) svg {
	margin-right: 12px;
}
.scr_2 {
	padding-top: 100px;
}
.scr_2_grid {
	display: grid;
	grid-template-columns: 824px 1fr;
	grid-gap: 120px;
}
.scr_2_head {
	color: #231F20;
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.scr_2_text {
	line-height: 24px;
	color: #4E4A4B;
	margin-bottom: 120px;
}
.scr_2_list_head {
	color: #231F20;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 80px;
}
.scr_2_list_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 64px;
}
.scr_2_list_grid_item {
	display: flex;
	align-items: center;
	flex-direction: column;
	/*margin-right: 80px;*/
}
.scr_2_list_grid_item:last-child {
	margin-right: 0;
}
.scr_2_list_grid_item_icon {
	/*margin-right: 24px;*/
	margin: 0 auto;
}
.scr_2_list_grid_item_text_head {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #fff;
	text-align: center;
}
.scr_2_list_grid_item_text_text {
/*	color: #4E4A4B;*/
	color: #fff;
	text-align: center;
}
.format {
	margin-top: 120px;
}

.angry-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 64px;
   width: 100%;
}
.item_gal {
	width: 100%;
}
.item_gal img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.item_gal:nth-child(1) {

   grid-row-start: 1;
   grid-column-start: 1;

   grid-row-end: 2;
   grid-column-end: 2;

}
.item_gal:nth-child(2) {

   grid-row-start: 1;
   grid-column-start: 2;

   grid-row-end: 2;
   grid-column-end: 3;

}
.item_gal:nth-child(3) {

   grid-row-start: 2;
   grid-column-start: 1;

   grid-row-end: 3;
   grid-column-end: 3;

}
.item_gal:nth-child(4) {

   grid-row-start: 3;
   grid-column-start: 1;

   grid-row-end: 4;
   grid-column-end: 2;

}
.item_gal:nth-child(5){
   grid-row-start: 3;
   grid-column-start: 2;

   grid-row-end: 4;
   grid-column-end: 3;

}
.action {
	padding-top: 200px;
}
.video_wrap {
    position: sticky;
    top: 90px;
    left: 0;
}
.video_btn {
	border: 0;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -48px;
	margin-top: -48px;
}
#video {
	width: 100%;
}
.foot_btn_block .g_container {
	margin: 50px auto;
	max-width: 1015px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.foot_btn_block .g_container a {
	display: inline-block;
	min-width: 328px;
	text-align: center;
}
.video_text {
	margin-bottom: 64px;
}
.video_text_head {
	font-size: 40px;
	line-height: 40px;
	color: #231F20;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
}
.video_text_sub {
	font-size: 14px;
}
.skil {
	background: #84261e;
	padding: 104px 0;
	height: 652px;
	position: relative;
	margin: 100px 0 0;
}
.skil_head {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 64px;
	text-transform: uppercase;
}
.skil_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.skil_flex_item {
	display: flex;
	align-items: center;
	max-width: 500px;
}
.skil_flex_item:nth-child(1) .scr_2_list_grid_item:nth-child(4),
.skil_flex_item:nth-child(1) .scr_2_list_grid_item:nth-child(5),
.skil_flex_item:nth-child(1) .scr_2_list_grid_item:nth-child(6) {
	display: none;
}
.skil_flex_item:nth-child(1) .scr_2_list_grid_item:nth-child(2) {
	position: relative;
	top: 200px;
}
.skil_flex_item:nth-child(2) .scr_2_list_grid_item:nth-child(5) {
	position: relative;
	top: 200px;
}
.skil_flex_item:nth-child(2) .scr_2_list_grid_item:nth-child(1),
.skil_flex_item:nth-child(2) .scr_2_list_grid_item:nth-child(2),
.skil_flex_item:nth-child(2) .scr_2_list_grid_item:nth-child(3) {
	display: none;
}

.scr_2_list_grid_item_icon {
	margin-bottom: 20px;
}
.scr_2_list_grid_item_text_text {
	max-width: 200px;
}
/*.scr_2_list_grid_item:nth-child(2),
.scr_2_list_grid_item:nth-child(5) {
	position: relative;
	top: 74px;
}
.scr_2_list_grid_item:nth-child(1),
.scr_2_list_grid_item:nth-child(6) {
	position: relative;
	top: 140px;
}*/
/*.scr_2_list_grid_item:nth-child(1)*/
.skil_img_botom {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 570px;
	height: 460px;
}
.skil_img_botom img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.skil_img_left {
	position: absolute;
	top: 100px;
	left: 0;
}
.skil_img_right {
	position: absolute;
	top: 100px;
	right: 0;
}
.bl_white {
	margin: 100px 0 0;
}
.sl_head {
	display: flex;
	position: relative;
	z-index: 0;
	padding: 0 0 0 170px;
	max-width: 1220px;
    margin: 0 auto;
}
#hit .sl_head {
	padding: 0 0 0 184px;
}
.sl_head_name {
	color: #231F20;
	font-size: 38px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 44px;
}
.sl_head_name span {
	font-weight: 400;
	color: #4E4A4B;
	font-size: 30px;
	line-height: 16px;
	display: block;
	margin-top: 29px;
}
.sl_head_mounth {
	font-size: 24px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #C01C10;
	padding: 8px 12px;
	height: min-content;
	margin-left: 20px;
}
.sl_head_percent {
	left: 0;
	font-size: 104px;
	line-height: 110px;
	font-weight: 700;
	color: #5e0302;
	margin-top: -10px;
}
.sl_color {
	width: 73px;
	height: 73px;
}
.item_seria_item {
	margin-left: 14px;
	margin-bottom: 14px;
}
.item_left {
	display: flex;
	align-items: flex-start;
}
.item_img {
	width: 333px;
	height: 333px;
}
.item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item_color {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
}
.item_seria_item {
	cursor: pointer;
}
.main_sl {
	max-width: 970px;
	margin: 30px auto 0;
}
.item {
	display: flex !important;
}
.item_right {
	margin-left: 40px;
}
.item_inf {
	color: #231F20;
	font-weight: 700;
	margin-bottom: 5px;
}
.item_inf span {
	color: #726d6e;
	font-weight: 400;
}
.item_right_tex {
	display: none;
}
.item_right_tex.active {
	display: block;
}
.item_full_name {
	color: #231F20;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 31px;
	text-transform: uppercase;
}
.item_oldprice {
	margin-top: 40px;
}
.sl_btn {
	min-width: 328px;
	display: inline-block;
	text-align: center;
	margin-top: 68px;
}
.slick-slider .sl_btn {
	width: 309px;
	height: 47px;
	margin-top: 21px;
	background: #7b211d;
	border-radius: 17px;
}
.main_sl .item {
	height: 395px;
}
.item_oldprice span:nth-child(2) {
	color: #726D6E;
	position: relative;
	font-weight: 700;
}
.item_oldprice span:nth-child(2)::after {
	position: absolute;
	top: 11px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #84261e;
}
.item_price {
	font-size: 24px;
}
.item_price span {
	font-size: 16px;
}
.second_sl .item_img {
    height: 184px;
}
.second_sl .item {
	flex-direction: column;
}
.item_sl_inf {
	background: #fff;
}
.item_sl_inf .item_full_name {
	font-size: 14px;
	line-height: 18px;
	color: #231F20;
	margin: 12px 0 8px;
}
.item_sl_inf .item_oldprice {
	margin: 0;
	font-size: 14px;
}
.item_sl_inf .item_price {
	font-size: 16px;
}
.item_sl_inf .item_price span {
	font-size: 14px;
}
.item_oldprice span:nth-child(2)::after {
	top: 13px;
}
.second_sl .item_img img {
	display: none !important;
}
.second_sl .item_img img:nth-child(1) {
	display: block !important;
}
.second_sl .item_right_tex {
	display: none !important;
}
.second_sl .item_right_tex:nth-child(1) {
	display: block !important;
}
.second_sl .item  {
	cursor: pointer;
}
.second_sl {
	max-width: 1400px;
	margin: 0 auto;
}
.second_sl .sl-prev {
	margin-left: -50px;
}
.second_sl .sl-next {
	margin-right: -50px;
}
.second_sl svg rect {
	fill: #E3E3E3;
}
.bl_line {
	/*background: red;*/
	position: relative;
	margin: 32px 0;
}
.bl_bur {
	margin: 150px 0 0;
	background: #84261e;
	color: #fff;
	padding: 104px 0;
}
.bl_bur .sl_head_name {
	color: #fff;
}
.bl_bur .sl_head_name span {
	color: #fff;
}
.bl_bur .sl_head_percent {
	color: #fff;
}
.bl_bur .item_full_name {
	color: #fff;
}
.bl_bur .item_inf {
	color: #fff;
}
.bl_bur .item_inf span {
	color: #fff;
}
.wh_btn {
	color: #231F20;
	background: #fff;
	padding: 16px 40px;
	border-radius: 56px;
	text-transform: uppercase;
	font-weight: 800;
}
.bl_bur .item_sl_inf {
    background: #84261e;
}
.bl_bur button svg rect {
	fill: #fff;
}
.bl_bur .sl_head_mounth {
    background: #fff;
    color: #84261e;
}
.banner {
	padding: 96px 0;
	background: #84261e;
	margin-top: 100px;
}
.tablet {
	display: none;
}
.second_sl .item_img {
	width: 100%;
}
.second_sl .slick-slide {
    margin: 0 12px;
}
.second_sl .slick-list {
    margin: 0 -12px;
}
.item {
	outline: none;
}
.slick-dots li {
	outline: none;
}
.slick-dots li button {
	outline: none;
}
.card_banner {
	padding: 104px 0;
}
.card_banner_grid {
	display: grid;
	grid-template-columns: 1fr 1008px;
	grid-gap: 144px;
}
.card_banner_grid_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.card_banner_head {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 80px;
}
.card_banner_item {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 56px;
}
.card_banner_item_img {
	min-width: 140px;
	min-height: 60px;
	margin-right: 18px;
	max-width: 140px;
}
.card_banner_item_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.card_banner_item_inf_head {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 16px;
}
/*.card_banner_item_inf_head {
	font-size: 16px;
	line-height: 22px;
}*/
.form_grand {
	max-width: 876px;
	margin: 0 auto;
}
.form_grand_grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
	max-width: 700px;
	margin: 0 auto;
}
.gr_f {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px;
}
.gr_f input {
	width: 100%;
	height: 48px;
	background: #fff;
	font-size: 14px;
	color: #726D6E;
	padding: 16px;
	margin-bottom: 24px;
	border-radius: 8px;
	border: 0;
}
.gr_f textarea {
	width: 100%;
	height: 120px;
	background: #fff;
	font-size: 16px;
	color: #726D6E;
	padding: 16px;
	margin-bottom: 20px;
	border-radius: 8px;
	border: 0;
	resize: none;
	font-family: 'PT Sans', sans-serif;
}
.form_grand_grid_item:nth-child(3) {
	position: absolute;
	bottom: 24px;
	right: 0;
	max-width: 166px;
	right: -200px;
    align-items: center;
}
.form_grand_grid_item span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
.form_grand_grid_item span::first-letter {
	text-transform: uppercase;
}
/*.gr_f input:last-child, .gr_f input[type="submit"] {
	margin-bottom: 0;
}*/
.form_grand_head {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	line-height: 48px;
	max-width: 550px;
	margin: 0 auto 50px;
}
.gr_f input[type="submit"] {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #231F20;
	border-radius: 50px;
	height: 56px;
	padding-left: 60px;
	cursor: pointer;
	margin-bottom: 0;
}
.gr_f input[type="email"] {
	margin-bottom: 0;
}
.gr_f_send {
	position: relative;
}
.gr_f_send img {
	position: absolute;
	top: -2px;
	left: -2px;
	border: 3px solid #84261e;
	border-radius: 50%;
	pointer-events: none;
}
.form_banner {
	position: relative;
}
.form_banner_1 {
	position: absolute;
	top: 0;
	left: 0;
}
.form_banner_2 {
	position: absolute;
	top: 0;
	right: 0;
}
.form_banner_3 {
	position: absolute;
	bottom: -4px;
	left: 0;
}
.form_banner_4 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.form_banner br {
	display: none;
}
.form_banner .ajax-loader {
	position: absolute;
	bottom: 0;
}
.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	min-width: 100%;
	font-size: 12px !important;
}
.wpcf7-response-output {
	display: none;
}
.email-617 .wpcf7-not-valid-tip {
	bottom: -15px;
}
.kup_vg {
	background: #84261e;
	padding: 104px 0;
	margin-top: 100px;
}
.kup_vg_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 34px;
}
.kup_vg_grid_item {
	 background: #fff;
	 padding: 16px;
	 border: 1px solid #E3E3E3;
	 height: min-content;
}
.kup_vg_grid_item_img {
	height: 320px;
	width: 100%;
}
.kup_vg_grid_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}
.kup_vg_grid_item_img img:nth-child(1) {
	display: block;
}
.kup_vg_inf_item {
	display: none;
}
.kup_vg_inf_item .s_sh_sh {
	display: block;
}
.kup_vg_inf_item:nth-child(1) {
	display: block;
}
.kup_vg_inf_color {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
}
.kup_vg_inf_img {
	cursor: pointer;
	border: 2px solid transparent;
	padding: 5px;
}
.kup_vg_inf_img.active {
	border: 2px solid #84261e;
}
.kup_vg_inf_color .sl_color {
    width: 100%;
    height: 30px;
}
.kup_vg_inf_color {
	margin-top: 25px;
	display: none;
}
.kup_vg_grid_item:hover .kup_vg_inf_color {
	display: grid;
}
.kup_vg_inf_name {
	font-size: 16px;
	font-weight: 700;
	color: #231F20;
	margin: 16px 0;
}
.kup_vg_inf_time {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}
.kup_vg_inf_time span {
	font-weight: 500;
}
.kup_vg_inf_time:last-child {
	margin-bottom: 0;
}
.kup_vg_inf_pp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kup_vg_inf_old_price {
	margin-bottom: 0;
}
.kup_vg_head {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 80px;
	text-align: center;
}
.kup_vg_btn {
	margin-top: 80px;
	text-align: center;
}
.rew {
	padding-top: 96px;
}
.rew_slider_item {
	padding: 24px;
	border: 1px solid #E3E3E3;
	border-radius: 16px;
	margin: 0 8px;
}
.rew_slider .slick-list {
	margin: 0 -8px;
}
.rew_slider_text {
	height: 174px;
	overflow: hidden;
	margin-top: 24px;
}
.rew_slider_btn {
	margin-top: 16px;
}
.rew_slider_btn img {
	margin: 0 auto;
}
.rew_slider button svg rect {
	fill: #84261e;
}
.rew_slider button svg path {
	fill: #fff;
}
.rew_slider_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rew_slider_pep {
	display: flex;
	align-items: center;
}
.rew_slider_pep_img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.rew_slider_pep_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
}
.rew_slider_pep_name {
	color: #231F20;
	font-weight: 700;
	margin-left: 16px;
}
.rew_slider_pep_name span {
	color: #4E4A4B;
	font-size: 14px;
	display: block;
	margin-top: 4px;
	font-weight: 500;
}
.rew_slider_top_rait {
	display: flex;
	align-items: center;
}
.rew_slider_top_rait span {
	font-weight: 700;
	margin-left: 8px;
}
.rew_head {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	color: #231F20;
	text-align: center;
	margin-bottom: 64px;
}
.rew_btn {
	margin-top: 80px;
	text-align: center;
}
.rew_slider_btn {
	cursor: pointer;
}
.pop_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
	z-index: 9;
	display: none;
}
.pop_wrap.active {
	display: block;
}
.pop {
	position: absolute;
	right: -100%;
	width: 456px;
	height: 100vh;
	background: #fff ;
	position: fixed;
	top: 0;
	/*transition: all .7s ease;*/
	z-index: 10;
}
.pop.active {
	right: 0;
	left: 0;
	margin: 0 auto;
	/*transition: all .7s ease; */
}
.pop_card,
.pop_card_2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px;
	flex-direction: column;
}
.pop_close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}
.pop_card_head {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	color: #231F20;
	margin-bottom: 16px;
	width: 100%;
}
.pop_card_sub {
	font-size: 16px;
	line-height: 20px;
	color: #4E4A4B;
	margin-bottom: 48px;
	width: 100%;
}
.pop input {
	width: 100%;
	height: 48px;
	padding: 16px;
	outline: none;
	border-radius: 8px;
	border: 1px solid #E3E3E3;
	margin-bottom: 24px;
}
.pop select,
.form_grand_grid select {
	width: 100%;
	height: 48px;
	padding: 16px;
	outline: none;
	border-radius: 8px;
	border: 1px solid #E3E3E3;
	margin-bottom: 24px;
	background: #fff url(img/sel-arr.svg) no-repeat right !important;
    -webkit-appearance: none;
    background-position-x: 95% !important;
}

.pop textarea {
	width: 100%;
	padding: 16px;
	outline: none;
	border-radius: 8px;
	border: 1px solid #E3E3E3;
	margin-bottom: 24px;
	height: 120px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	resize: none;
}
.pop_card input[type="submit"] {
	background: #84261e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	width: auto;
	border-radius: 50px;
	height: 60px;
   padding-left: 74px;
   padding-right: 24px;
   cursor: pointer;
}
#wpcf7-f36-o2 br {display: none;}
.pop_card .gr_f_send img {
    position: absolute;
    top: -2px;
    left: -2px;
    border: 3px solid #fff;
    border-radius: 50%;
    pointer-events: none;
}
.pop_card_th {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 64px;
	flex-direction: column;
	justify-content: center;
	display: none;
	transform: rotateY(180deg);
}
.pop_card_th.active {
	display: flex;
}

.pop_card_th_sup {
	font-size: 14px;
	color: #4E4A4B;
}
.pop_card_th_head {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	margin: 8px 0;
}
.pop_card_th_sub {
	font-size: 14px;
	color: #4E4A4B;
	line-height: 18px;
	margin-bottom: 16px;
}
.pop_card_th_loc {
	display: flex;
}
.pop_card_th_loc_info_adress {
	font-weight: 700;
	margin-left: 16px;
}
.pop_card_th_loc_info_adress a {
	text-decoration: underline;
	color: #84261e;
	font-weight: 500;
	display: inline-block;
	margin-top: 12px;
}
.pop_card_th_gr {
	display: flex;
	align-items: flex-start;
}
.pop_card_th_gr_text {
	margin-left: 12px;
}
.pop_card_th_gr_text span {
	color: #84261e;
}
.pop_card_th_map {
	height: 200px;
	margin: 16px 0;
}
.pop_card_th_map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pop_feed {
	width: 456px;
	height: 100vh;
	background: #fff;
	padding: 64px;
	position: fixed;
	right: -100%;
	top: 0;
	/*transition: all .7s ease;*/
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.pop_feed.active {
	right: 0;
	/*transition: all .7s ease;*/
}
.pop_feed_head {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 16px;
	color: #231F20;
	text-transform: uppercase;
	font-weight: 700;
}
.pop_feed_sub {
	font-size: 16px;
	line-height: 20px;
	color: #4E4A4B;
	margin-bottom: 24px;
}
.wpcf7-acceptance label {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.wpcf7-acceptance label input {
	width: 20px;
	height: 20px;
	margin-bottom: 0;
	margin-right: 10px;
	padding: 0;
	border-radius: 0;
	background: #84261e;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	font-size: 14px;
}

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 15px;
    width: 20px;
}
input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 2px;
}


 input[type="checkbox"]:checked:before {
    background: #84261e;
    border-color: #84261e;
}
 input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
 input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
 input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.pop_feed input[type="submit"] {
	background: #84261e;
	border-radius: 32px;
	margin-top: 25px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 0;
/*	opacity: .5;
	pointer-events: none;*/
}
.pop_feed.active_btn input[type="submit"] {
	opacity: 1;
	pointer-events: auto;
}
.pop_feed_th {
	display: none;
	justify-content: center;
	flex-direction: column;
	padding: 64px;
	background: #fff;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotateY(180deg);
}
.pop_feed_th.active {
	display: flex;
}
.pop_feed_th_head {
	color: #231F20;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
.pop_f_rew {
	display: none;
	justify-content: center;
	flex-direction: column;
	padding: 64px;
	background: #fff;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotateY(180deg);
}
.pop_f_rew.active {
	display: flex;
}



.pop_feed_th_sub p {
	margin: 20px 0;
}

.pop_feed .wpcf7-not-valid-tip {
	bottom: -30px;
}

/*Rait css*/
.rating {
  border: none;
  float: left;
}

.rating > input { display: none; }
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
 float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

/*Rait css*/
.pop_rew br {
	display: none;
}
.pop_rew {
	padding: 64px;
	width: 456px;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: -100%;
	display: none;
	flex-direction: column;
	justify-content: center;
}
.pop_rew.active {
	display: flex;
	right: 0;
}
.pop_rew_head {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 32px;
}
.rait_star_btn {
	display: flex;
	align-items: center;
}
.rait_star_btn_head {
	margin-right: 12px;
	font-weight: 700;
}
.pop_rew .wpcf7-acceptance {
	margin: 24px 0;
	display: block;
}
.pop_rew input[type="submit"] {
	background: #84261e;
	border-radius: 32px;
	margin-top: 25px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 0;
/*	opacity: .5;
	pointer-events: none;*/
}
.pop_rew.active_btn input[type="submit"] {
	opacity: 1;
	pointer-events: auto;
}
.pop_rew .wpcf7-not-valid-tip {
	bottom: -30px;
}
.pop_nav {
	position: fixed;
	top: 0;
	left: -100%;
	height: 100%;
	width: 392px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pop_nav.active {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.pop_nav_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #E3E3E3;
	padding: 16px 32px 20px;
}
.pop_nav_head_slogan {
	max-width: 120px;
	font-size: 14px;
	line-height: 14px;
}
.pop_nav_head_logo {
	width: 125px;
	height: 40px;
}
.pop_nav_head_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.pop_nav_btn {
	padding: 16px 32px 20px;
	border-top: 2px solid #E3E3E3;
}
.pop_nav nav {
	padding: 0 32px;
}
.pop_nav .sl_btn {
	margin-top: 0;
}
.pop_nav nav ul {
	list-style: none;
}
.pop_nav nav ul li a {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #231F20;
	margin-bottom: 32px;
	display: inline-block;
	position: relative;
	left: 0;
	transition: all .7 ease;

}
.pop_nav nav ul li a::before {
	position: absolute;
	left: -40px;
	top: 9px;
	border-radius: 2px;
	width: 24px;
	height: 2px;
	background: #84261e;
	content: '';
	display: none;
}
.pop_nav nav ul li a::after {
    position: absolute;
    right: -30px;
    top: 5px;
    border-radius: 2px;
    width: 7px;
    height: 11px;
    /* background: #84261e; */
    background: url(img/arr-nav.svg) no-repeat;
    content: '';
    display: none;
}
.pop_nav nav ul li a:hover {
	position: relative;
	/*left: 40px;*/
	left: 0;
	color: #84261e;
}
.pop_nav nav ul li a:hover::before {
	/*display: block;*/
	display: none;
}
.pop_nav nav ul li a:hover::after {
	display: block;
	/*display: none;*/
}
.pop_nav nav ul li a.active {
	position: relative;
	left: 0;
	color: #84261e;
}
.pop_nav nav ul li a.active::before {
	/*display: block;*/
	display: none;
}
.pop_nav nav ul li a.active::after {
	display: block;
	/*display: none;*/
}
.pop_nav nav ul li a.active::after {
    position: absolute;
    right: -30px;
    top: 5px;
    border-radius: 2px;
    width: 7px;
    height: 11px;
    /* background: #84261e; */
    background: url(img/arr-nav.svg) no-repeat;
    content: '';
}
.pop_nav_head_close {
	cursor: pointer;
}
.pop_nav nav ul li:last-child a {
	margin-bottom: 0;
}
.header_tel {
	position: relative;
}
.header_tel_plah {
	position: absolute;
	top: 80px;
	left: -70px;
	background: #fff;
	width: 370px;
	height: 396px;
	padding: 44px 20px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 9;
	display: none;
}
.header_tel_plah::before {
	position: absolute;
	top: -12px;
	left: 40%;
	width: 24px;
	height: 12px;
	background: url(img/poly.svg) no-repeat;
	content: '';
}
.header_tel_plah.active {
	display: flex;
}
.pop_wrap.z_index {
	z-index: 8;
}
.header_item_inf_contact.active::after {
	transform: rotate(180deg);
}
.header_tel_plah_tel,
.header_tel_plah_gr {
	display: flex;
	align-items: center;
	width: 230px;
}
.header_tel_plah_tel a {
	font-weight: 700;
	color: #231F20;
}
.header_tel_plah_tel_num {
	/*margin-bottom: 25px;*/
	margin: 10px 0;
}
.header_tel_plah_tel_num,
.header_tel_plah_gr_text {
	margin-left: 16px;
}
.header_tel_plah_gr_text span {
	color: #84261e;;
}
.header_tel_plah_item a.bur_btn {
	padding: 20px 40px;
	margin-top: 0;
}
.header_tel_plah_soc {
	margin: 25px 0;
}
.header_tel_plah_soc a {
	margin-right: 32px;
	display: inline-block;
}
.header_tel_plah_item .main_screen_inf_btn {
	margin-top: 0;
}
.form_grand_grid {
	position: relative;
}
.zn_th {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: none;
	flex-direction: column;
	justify-content: center;
	/*background: #fff;*/
	background: #84261e;
	z-index: 3;
	padding: 45px 90px;
	text-align: center;
	color: #fff;
}
.zn_th .pop_close svg path {
	fill: #fff;
	display: none;
}
.zn_th.active {
	display: flex;
}
.zn_th_head {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 32px;
}
.zn_th_text p {
	margin: 20px 0;
}
.header_loc_adr_tel {
	position: relative;
	max-width: 1200px;
}
.select_city {
	position: absolute;
	top: 90px;
	left: 0;
	width: 370px;
	height: auto;
	background: #fff;
	padding: 32px;
	display: none;
}
.select_city.active {
	display: block;
}
.select_city_head {
	color: #4E4A4B;
	text-align: center;
	margin-bottom: 24px;
}
.select_city_main_city {
	color: #231F20;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 24px;
	font-size: 24px;
	text-align: center;
}
.select_city::before {
	position: absolute;
	top: -12px;
	left: 25%;
	width: 24px;
	height: 12px;
	background: url(img/poly.svg) no-repeat;
	content: '';
}
.select_city_yes {
	text-align: center;
	margin-bottom: 32px;
}
.select_city_yes button {
	color: #FFFFFF;
	border: 0;
	padding: 16px 32px;
	text-transform: uppercase;
	font-weight: 700;
	background: #84261e;
	border-radius: 24px;
	text-align: center;
	cursor: pointer;
}
.select_city_list {
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;*/
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	text-align: center;
}
.select_city_list a {
	font-weight: 700;
	text-transform: uppercase;
	color: #231F20;
	border: 2px solid #231F20;
	border-radius: 20px;
	/*margin-right: 20px;*/
	/*margin-bottom: 20px;*/
	padding: 12px 24px;
}
.select_city_list a:nth-child(3),
.select_city_list a:nth-child(4) {
	margin-bottom: 0;
}
.select_city_wrap {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 8;
	display: none;
}
.select_city_wrap.active {
	display: block;
}

.item_img {
	position: relative;
}
.item_img_label {
	padding: 6px;
	background: #84261e;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}

.page-id-3 .header_loc_adr_tel {
	display: none;
}
.page-id-3 .burg {
	display: none;
}
.page-id-3 #contact {
	display: none;
}
.header_tel_plah_soc a svg path {
	fill: #84261e;
	/*background: #84261e ВСЕ СДЕЛАТЬ ТАК;*/


}
/*.header_tel_plah_soc a:nth-child(4),
.header_tel_plah_soc a:nth-child(5) {
	display: none;
}*/
.header_tel_plah_soc a:last-child {
	margin-top: 0;
}
.header_loc_adr_tel .header_item_inf_city {
	display: inline-block;
}
.scr_2_list_grid_item_icon {
	width: 80px;
	height: 80px;
}
.scr_2_list_grid_item_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.f_tel_tel iframe {
	display: none;
}
.header_item_inf_gr br:nth-child(4) {
	display: none;
}
.top {
	display: block;
}
.top.active {
	display: none;
}
.new_city {
	position: absolute;
	top: 90px;
	left: 0;
	width: 370px;
	padding: 32px;
	background: #fff;
	display: none;
}
/*.header_loc:hover .new_city {
	display: block;
}*/
.new_city.active {
	display: block;
}
.new_city .select_city_list a:nth-child(3), .new_city .select_city_list a:nth-child(4) {
	margin-bottom: 20px;
}
.header_item_inf_city.active::after {
	transform: rotate(180deg);
}
.js-marquee {
	margin-right: -2px !important;
}
.new_city.active {
	display: block !important;
}
.skil_img_left,
.skil_img_right {
	display: none;
}
#contact {
	max-width: 100%;
}
.sl_head_percent {
	order: 1;
}
.sl_head_name {
	order: 2;
}
.sl_head_mounth {
	order: 3;
}
.sl_head {
	justify-content: flex-start;
}
#action,
#home_textile,
#hit,
#mounth {
	position: relative;
}
.sl_head_mounth {
	position: relative;
	right: 0;
	z-index: 10000;
}
.sl_head_mounth::after {
	position: absolute;
	top: 0;
	/*left: 0;*/
	min-width: 2000px;
	height: 30px;
	background: #C01C10;
	content: "";
	z-index: 0;
}
#mounth .s_sh_sh_item_inf_head {
	color: #fff;
}
#mounth .sl_head_mounth::after {
	background: #FFFFFF;
}
.s_sh_sh {
	/*display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(3, 1fr);*/
	display: flex;
}
.s_sh_sh_item {
	display: flex;
	margin-right: 15px;
}
.s_sh_sh_item:last-child {
	margin-right: 0;
}
.s_sh_sh_item_inf {
	max-width: 80px;
}
.s_sh_sh_item_inf_head {
	font-weight: 700;
	margin-bottom: 6px;
	color: #4e4a4b;
}
.n_pri {
	display: flex;
	align-items: center;
}
.n_pri .item_oldprice.item_inf {
	margin: 0;
}
.n_pri_vyg {
	border-radius: 25px;
	border: 1px solid #7B211D;
	display: flex;
	overflow: hidden;
	font-weight: 700;
	font-size: 18px;
	margin-left: 24px;
	margin: 25px 24px;
}
.n_pri_vyg_item {
	padding: 7px 0 5px;
}
.n_pri_vyg_item:nth-child(1) {
	background: #7B211D;
	width: 65px;
	text-align: center;
	color: #fff;
	height: 34px;
	padding: 9px 0 0;
}
#mounth_link .n_pri_vyg_item:nth-child(1) {
	height: 35px;
}
.n_pri_vyg_item:nth-child(2) {
	width: 130px;
	text-align: center;

}
.nnTt {
	font-size: 55px;
}
.sl_btn {
	margin-top: 0;
}
.n_pri .item_oldprice span:nth-child(2) {
	font-size: 24px;
}
#mounth .n_pri_vyg_item:nth-child(1) {
	background: transparent;
}
#mounth .n_pri_vyg_item:nth-child(2) {
	background: #fff;
	color: #000;
}
.kup_vg_inf_pp {
	margin-top: 15px;
}
.kup_vg_inf_time {
	font-size: 28px;
}
.kup_vg_inf_time span {
	font-size: 16px;
}






.pop {
  transition: transform 1s;
  transform-style: preserve-3d;
}

/*
.card {

  position: relative;
}*/

.pop.is-flipped {
  transform: rotateY(180deg);
  transition: transform 1s;
}

/*.card__face {
  position: absolute;
  top: 0;
  left: 0;
}*/
/*
.card__face--front {
  background: red;
}

.card__face--back {
  background: blue;
  transform: rotateY(180deg);
}
*/

.button {
	background: #84261e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	width: auto;
	border-radius: 50px;
	height: 60px;
	padding-left: 74px;
	padding-right: 24px;
	cursor: pointer;
	position: relative;
}
#start,
#start-1 {
	 display: none;
}
.wpcf7-form-control-wrap {
	display: block;
}
 #start ~ label .plane {
	 /*animation: fly 0.4s ease both;*/
}
 #start.active {
 	animation: fly 0.4s ease both;
 }
 #start:checked ~ label .button {
	 font-size: 0;
	 animation: moveButton 0.6s ease;
	 /*background: #8fc866;*/
	 background: transparent;
}
 #start:checked ~ label .button:before {
	 font-size: 28px;
	 color: #fff;
	 padding-left: 28px;
}
 @keyframes fly {
	 100% {
		 transform: translate(200px, -100px);
		 opacity: 0;
	}
}
.plane {
    font-size: 35px;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
}
 @keyframes vibrate {
	 0% {
		 transform: translate(0) rotate(10deg);
	}
	 20% {
		 transform: translate(-1px, 1px) rotate(10deg);
	}
	 40% {
		 transform: translate(0px, 0px) rotate(10deg);
	}
	 60% {
		 transform: translate(-1px, 1px);
	}
	 80% {
		 transform: translate(0px, 0px) rotate(10deg);
	}
	 100% {
		 transform: translate(0, 1px) rotate(10deg);
	}
}
 @keyframes moveButton {
	 50% {
		 margin-right: 60px;
	}
}

.button:hover {
	 border-width: 4px;
}
 .button:hover .plane {
	 animation: vibrate 0.3s infinite 0.3s both;
}
 .button:before {
	/* content: "Sent !!";
	 font-size: 0px;*/
}
.button br {
	display: none;
}
.button {
	display: flex;
	align-items: center;
}
.button span {
	display: block;
	margin-right: 16px;
}
.header_item_inf_dop {
    position: absolute;
    top: 67px;
    left: 330px;
    width: 250px;
    background: #fff;
    padding: 20px;
    display: none;
    z-index: 2;
}
.header_item_inf_dop.active {
	display: block;
}
.header_item_inf_dop span {
	display: block;
	margin: 10px 0;
	font-weight: 700;
}
.f_adr_str {
	font-weight: 700;
	font-size: 15px;
	position: relative;
}
/*#action {
	padding-top: 153px;
}
#action .sl_head {
	top: 100px;
}*/
.adr_sel {
	cursor: pointer;
}
.header_item_inf_gr div {
	display: none;
}
.header_item_inf_gr div.active {
	display: block;
}
.header_item_inf_label a {
	display: none;
}
.header_item_inf_label a.active {
	display: block;
}

.header_tel_plah_tel_num a {
	display: none;
}
.header_tel_plah_tel_num a.active {
	display: block;
}
.header_tel_plah_gr_text div {
	display: none;
}
.header_tel_plah_gr_text div.active {
	display: block;
}
.f_adr_str:nth-child(2) {
	display: none;
}
.f_tel_num a:nth-child(1) {
	display: none;
}
.f_mail a:nth-child(1) {
	display: block;
}
.f_tel_num br {display: none;}

#mounth {
	margin: 0;
}
#mounth_link .item_img_label {
	background: #fff;
	color: #84261e;
}
.bl_bur .feed_client {
	color: #84261e;
	background: #fff;
}
.card_banner_grid_list .card_client {
	width: 100%;
	text-align: center;
}
.second_sl .item_oldprice span:nth-child(2)::after {
	top: 7px;
}
.kup_vg_btn a {
	padding: 20px 90px;
}
.rew_btn a {
	padding: 20px 90px;
}
.new_city .select_city_list a:nth-child(3), .new_city .select_city_list a:nth-child(4) {
    margin-bottom: 0;
}
#hit .sl_head_name {
	margin-left: 268px;
}
.f_adr_str {
	display: none;
}
.f_adr_str.active {
	display: block;
}
.f_tel_num a {
	display: none;
}
.f_tel_num a.active {
	display: block;
}
.f_gr_inf span {
	display: none;
}
.f_gr_inf span.active {
	display: block;
}

.h_ff {
	color: #fff;
}
.h_ff a {
	color: #fff;
}
.h_ff .pop_card_th_sup {
	color: #fff;
	text-align: left;
}
.h_ff .pop_card_th_head {
	text-align: left;
}
.h_ff .pop_card_th_sub  {
	color: #fff;
	text-align: left;
}
.loc_gr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
}
.zn_th {
	top: -234px;
	padding: 45px 0;
}
.h_ff .pop_card_th_gr_text br {
	display: block;
}
.h_ff p {
	text-align: left;
}
.td {
	display: none;
	font-size: 13px;
	margin-top: 10px;
}
.h_ff .td {
	display: block;
}
.h_ff .pop_card_th_gr {
	text-align: left;
}
.pop_n_a span {
	display: none;
}
.pop_n_a span.active {
	display: block;
}
.pop_n_a a {
	display: none;
	color: #84261e;
	font-size: 14px;
	margin-top: 22px;
	font-weight: 700;
}
.pop_n_a a.active {
	display: block;
}

.main_screen_inf_btn .pop_n_a a:nth-child(2) {
	display: none;
}
.main_screen_inf_btn .pop_n_a a.active:nth-child(2) {
	display: block;
}

.loc_gr .pop_n_a a {
	color: #fff;
}
.loc_gr .pop_n_a span {
	color: #fff;
}
.card_client {
	font-weight: 700;
}
.s_sh_sh_item_icon {
	margin-right: 12px;
}
.s_sh_sh_item_icon img {
	display: block !important;
}
.kup_vg_grid_item .s_sh_sh .s_sh_sh_item {
	width: 100%;
}
.kup_vg_grid_item .s_sh_sh .s_sh_sh_item + .s_sh_sh_item {
	margin-top: 15px;
}
.kup_vg_grid_item .s_sh_sh .s_sh_sh_item .s_sh_sh_item_inf {
	max-width: 100%;
}
.bl_bur .n_pri_vyg {
	border: 1px solid #fff;
}
.bl_bur  .n_pri_vyg_item:nth-child(2) {
    background: #7B211D !important;
    color: #fff !important;
}
.bl_bur  .n_pri_vyg_item:nth-child(1) {
	background: #fff !important;
	color: #000 !important;
}
.ticker {
	height: 50px;
	overflow: hidden;
}
#action .ticker, #mounth .ticker{
	height: 60px;
}
#hit .n_pri {display: none;}
.btn_back {display: none;}
.wpcf7 label {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
}
.than_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 124px;
	/*align-items: center;*/
}