html,
body{
	/*font-family: 'Lato-Regular', Verdana, sans-serif;*/
	font-size: 14px;
	line-height: 24px;
	color: rgba(1, 1, 1, 1);
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
	/*font-family: 'Lato-Bold', Verdana, sans-serif;
	font-weight: bold;*/
	margin: 0;
	position: relative;
}
h3{
	font-weight: 300;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.text_light{
	color: rgba(153, 153, 153, 1);
}


.text_center{
	text-align: center;
}
.nocase{
	text-transform: none;
}
.section{
	padding: 80px 0;
	position: relative;
}
.title_wrapper{
	/*margin: 0 0 80px;*/
	position: relative;
}


.btn,
input[type=submit]{
	background: rgb(239 72  35 / 100%);
	color: #fff;
	border-radius: 32px;
	padding: 20px 32px;
	text-transform: uppercase;
	letter-spacing: .5px;
	position: relative;
	border: none;
	transition: .15s;
	margin-top: 0;
	font-size: 16px;
}
.btn:hover,
input[type=submit]:hover{
	background: rgb(239 72  35 / 60%) !important;
	color: #fff !important;
}

.btn_border{
	background: transparent;
	border: 1px solid rgb(239 72  35 / 100%);
	color: #000;
}
.preview_goods_invert .btn_border,
.to_buy .btn_border{
	color: #fff;
}

@media (max-width: 1199px){
	html,
	body{
		line-height: 30px;
	}
	.section{
		padding: 74px 0;
	}
}
@media (max-width: 991px){
	html,
	body{
		font-size: 14px;
		line-height: 26px;
	}
	.section{
		padding: 60px 0;
	}
	.title_wrapper{
		margin: 0 0 62px;
	}
	.btn{
		padding: 14px 30px;
		font-size: 12px;
	}

	.title_wrapper_extended h3{
		font-size: 14px;
	}
	.title_wrapper h2{
		font-size: 24px;
	}
}
@media(max-width: 767px){
	html,
	body{
		line-height: 24px;
	}
	.title_wrapper{
		margin: 0 0 56px;
	}

	.title_wrapper_extended h3{
		font-size: 13px;
	}
	.title_wrapper h2{
		font-size: 22px;
	}
}



/* Modal */

/*body.modal-open,
body.compensate-for-scrollbar{
	overflow-y: visible !important;
	padding-right: 0px !important;
}

.modal-dialog{
	max-width: 400px;
}
.modal-content{
	border-radius: 3px;
	text-align: left;
	border: none;
}*/
.modal-header{
	border: none;
	display: block;
	padding: 0;
}
/*.modal-body{
	padding: 20px 20px 40px;
}
.modal-title{
	font-size: 24px;
	font-weight: bold;
	margin: 56px 0;
	position: relative;
}
.modal-title:before{
	content: '';
	width: 36px;
	height: 1px;
	background: #314972;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	margin: auto;
}

.modal-body input[type=text],
.modal-body input[type=submit]{
	width: 100%;
}
.modal-body input[type=text]{
	outline: none;
	padding: 10px;
	background: rgb(234 234 247 / 50%);
	border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	text-align: center;
}
.modal-body input[type=text]:focus{
	border-color: #314972;
}
.modal-body input[type=text]::placeholder{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .5px;
	transition: .2s;
	opacity: 1;
}
.modal-body input[type=text]:focus::placeholder{
	opacity: .5;
}
.modal-body input[type=text].error{
	border-color: #ff6d00;
}
.modal-body input[type=submit]{
	background: rgb(65 82 112);
	color: #fff;
}*/
.btn-close{
	position: absolute;
	top: 24px;
	right: 24px;
	opacity: .6;
	transition: .2s
	color: #fff !important;
	box-shadow: none !important;
}
.btn-close:hover{
	opacity: .2;
	color: #fff !important;
}

@media (max-width: 575px){
	.modal{
		padding: 0 !important;
	}
	.modal-dialog{
		margin: auto;
	}
}



/* Header */

.header{
	text-align: center;
	padding: 20px 0;
	background: rgba(1, 1, 1, 0.8);
	width: 100%;
	position: absolute;
	top: 0;
}
.header_fixed{
	position: fixed;
	z-index: 10;
	transition: .1s;
	/*border-bottom: 1px solid transparent;*/
}
.header.header_scroll{
	background: rgba(1, 1, 1, 0.8);
	padding: 8px 0;
	/*border-color: rgb(169 169 213 / 16%);*/
}

.header_items_wrapper{
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}


.logo_wrapper a{
	display: block;
}
.logo_wrapper a:hover{
	opacity: .7;
	transition: .2s;
}

.menu_wrapper{
	padding: 10px 0;
}
.menu_wrapper ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.menu_wrapper ul li{
	display: block;
}
.menu_wrapper ul li a,
.header_phone a{
	transition: .2s;
	display: inline-block;
	color: rgba(153, 153, 153, 1);
	text-decoration: none;
	margin-left: 32px;
	font-size: 16px;
}
.menu_wrapper ul li a:hover,
.header_phone a:hover{
	color: #c0c4d0;
	filter: drop-shadow(0 0 12px #000);
}
.header_phone a{
	font-size: 20px;
	color: #fff;
	margin-top: 8px;
}

.menu_wrapper_mobile ul{
	display: block;
}
.btn_menu{
	background: none;
	border: none;
	padding: 11px 0;
}
.btn_menu svg{
	display: block;
	fill: #fff;
	transition: .2s;
}
.btn_menu:hover svg,
.btn_menu[aria-expanded=true]:hover svg{
	fill: rgb(26 26 50);
}
.btn_menu[aria-expanded=true] svg{
	fill: #c0c4d0;
}

.header .btn_wrapper .btn{
	padding: 8px 22px;
	background: transparent;
	border: 1px solid rgb(169 169 213 / 65%);
	color: #fff;
	font-size: 16px;
	font-family: 'Lato-Light', sans-serif;
}
.header .btn_wrapper .btn:hover{
	border-color: transparent;
}

@media (max-width: 991px){
	.header_item{
		width: 33.3333%;
	}
}
@media (max-width: 767px){
	.header_items_wrapper{
		display: block;
	}
	.header_item{
		width: 100%;
	}
	.header .btn_wrapper .btn{
		padding: 8px 20px;
	}
	.menu_wrapper_mobile .btn_wrapper{
		margin: 8px 0 12px;
	}
}



/* Footer */

.footer{
	padding: 32px 0;
}

@media (max-width: 767px){

	.dillers_wrapper .btn_border{
		margin-bottom: 20px;
	}

	footer .text_left,
	footer .text_right{
		text-align: center;
	}

	footer .social_networks{
		margin: 20px 0;
	}
}









.header_wrapper{
	display: flex;
}



.section{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.preview_wrapper{
	height: 680px;
	color: #fff;
	position: relative;
}

.preview_content{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: fit-content;
    height: fit-content;
    margin: auto;
    text-align: center;
}

.preview_content .btn_wrapper{
	margin-top: 20px;
}


.title_wrapper h1,
.title_wrapper h2{
	text-transform: uppercase;
	margin-bottom: 36px;
}
.title_wrapper h1{
	size: 42px;
}
.title_wrapper h2{
	size: 32px;
}
.title_wrapper h3{
	size: 18px;
}
.title_wrapper h1:before,
.title_wrapper h2:before{
	position: absolute;
	bottom: -56px;
	margin-bottom: 36px;
	content: '';
	display: block;
	height: 1px;
	max-width: 568px;
	background: linear-gradient(to right, rgb(255,157,95,1), rgb(0,0,0,0));
	width: 100%;
}
.title_wrapper h1:before{
	max-width: 568px;
}
.title_wrapper h2:before{
	max-width: 276px;
}



.preview_goods_invert{
	background: rgba(31, 32, 35, 1);
	color: #fff;
}
.preview_goods_invert svg path{
	fill: #fff;
}


@media (min-width: 1200px){
	.preview_goods_wrapper:not(.preview_goods_invert) .preview_goods_content{
		margin-right: 180px;
	}
	.preview_goods_invert .preview_goods_content{
		margin-left: 200px;
	}
}


.compare_goods_table{}
.cg_wrapper:nth-child(2n){
	background: rgba(245, 245, 245, 1);
	border-radius: 8px;
}
.cgn_wrapper:first-child .cgn_cell{
	font-weight: 600;
	font-size: 16px;
}
.cells_duo .cg_cell{
	width: 50%;
}
@media (max-width: 767px){
	.cells_duo .cg_cell{
		width: 100%;
		display: table-row;
	}
}

.compare_goods_table .cgn_cell img{
	max-height: 120px;
}


.preview_goods_content .goods_descr{
	display: none;
}




.accessories_wrapper{
	background: rgba(31, 32, 35, 1);
	color: #fff;
}
.accessorie_wrapper{
	border: 1px solid rgba(56, 59, 64, 1);
	padding: 32px;
	border-radius: 32px;
	margin-bottom: 24px;
}
.accessorie_title{
	font-size: 18px;
}
.accessorie_price{
	font-size: 24px;
}
.accessorie_image{
	margin: 26px 0;
}
.accessorie_image img{
	max-width: 100%;
}
.accessorie_price_wrapper{
	margin-top: 26px;
	display: flex;
	align-items: center;
}
.accessorie_detail{
	margin-left: 32px;
}



.social_networks{
	margin-bottom: 8px;
}
.social_networks a{
	text-decoration: none;
	transition: .15s;
	display: inline-block;
	margin-left: 4px;
	border-radius: 32px;
	/*padding: 8px 24px;*/
}
footer .social_networks a:hover{
	opacity: .65;
}

.social_networks a svg{
	fill: #fff;
}


.social_networks .sn_vk:hover{
	background: rgba(0, 119, 255, 1);
}
.social_networks .sn_tg:hover{
	background: rgba(0, 136, 204, 1);
}
.social_networks .sn_wa:hover{
	background: rgba(0, 176, 0, 1);
}


.manager_wrapper .social_networks svg{
	transition: .15s;
	height: 36px;
	width: 36px;
}
.manager_wrapper .social_networks .sn_vk svg{
	fill: rgba(0, 119, 255, 1);
}
.manager_wrapper .social_networks .sn_tg svg{
	fill: rgba(0, 136, 204, 1);
}
.manager_wrapper .social_networks .sn_wa svg{
	fill: rgba(0, 176, 0, 1);
}




.manager_wrapper{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1;
}
.manager_wrapper .social_networks a{
	padding: 8px;
	display: block;
	margin: 16px;
	/*opacity: .5;*/
	background: rgba(0,0,0,.05);
	transform: scale(1);
	transition: .15s;
	border: 1px solid rgb(255 255 255 / 12%);
    backdrop-filter: blur(10px);
}
.manager_wrapper .social_networks a:hover{
	/*opacity: 1;*/
	transform: scale(1.15);
	border-color: transparent;
}
.manager_wrapper .social_networks a:hover svg{
	fill: #fff;
}



.reviews_wrapper{
	background: rgba(31, 32, 35, 1);
	color: #fff;
}
.video_title{
	margin-top: 16px;
}








/* Block Video */

.all_videos{
	margin: 40px 0;
}

#block_video,
#block_note{
	position: relative;
}
#block_video:before,
#block_video:after,
#block_note:before,
#block_note:after{
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
}
#block_video:before,
#block_note:before{
	top: 0;
	background: linear-gradient( to bottom, #464445 2px, transparent 16px);
}
#block_video:after,
#block_note:after{
	bottom: 0;
	background: linear-gradient( to top, #464445 2px, transparent 16px);
}

.video_content{
	overflow: hidden;
	margin-bottom: 20px;
}
.video_content .wp-block-video,
.video_content figure{
	margin: 0;
}
.video_content .wp-block-video{
	height: 260px;
	position: relative;
	cursor: pointer;
	transform: scale(1.01);
}
.video_content:not(.video_click) .wp-block-video{
	transition: .5s;
}
.video_content .wp-block-video:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
	z-index: 1;
	transition: .5s;
}
.video_content .wp-block-video:after{
	content: '';
	background: url(../../photos/play_icon.png);
	background-size: cover;
	position: absolute;
	width: 65px;
	height: 65px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: .7;
	z-index: 2;
	transition: .5s;
	transform: scale(1.01);
}
.video_content:not(.video_click) .wp-block-video:hover{
	transform: scale(1.1);
}
.video_content .wp-block-video:hover:before{
	background: rgba(0,0,0,0);
}
.video_content .wp-block-video:hover:after{
	transform: scale(0.75);
	opacity: 1;
}
.video_click .wp-block-video:before,
.video_click .wp-block-video:after{
	content: unset;
}

#block_video .wp-block-video video,
#block_video .wp-block-embed iframe,
#block_video .wp-block-embed__wrapper{
	height: 260px;
	width: 100%;
}

.text_exclamation,
.exclamation_wrapper{
	position: relative;
}
.exclamation_wrapper{
	position: absolute;
	left: -60px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.exclamation_wrapper svg{
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	position: relative;
}






/* Block Photo */

.photo_wrapper{
	padding: 40px 0;
	background: #252633;
	position: relative;
}
#owl_photo .wp-block-image{
	width: 100% !important;
	display: block;
	height: 320px;
}
#owl_photo .wp-block-image a{
	display: block !important;
	position: relative;
	/*border-radius: 3px;*/
	height: inherit; /*fix*/
}
#owl_photo .wp-block-image a:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(.0,.0,.0,.32);
	opacity: 0;
	transition: .2s;
}
#owl_photo .wp-block-image a:hover:before{
	opacity: 1;
}

@media (max-width: 991px){
	#owl_photo .wp-block-image{
		height: 280px;
	}
}
@media (max-width: 767px){
	#owl_photo .wp-block-image{
		height: 240px;
	}
}




/* Extra */

.owl-theme .owl-nav [class*=owl-]:hover{
	background: unset;
}
.owl-prev.disabled,
.owl-next.disabled{
	opacity: .4;
}
.owl-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.owl-prev,
.owl-next{
	position: absolute;
	top: calc(50% - 24px);
}
.owl-prev{
	left: 12px;
}
.owl-next{
	right: 12px;
}

@media (max-width: 1263px){
	.owl-prev{
		left: 20px;
	}
	.owl-next{
		right: 20px;
	}
}

.btn.arrow_left,
.btn.arrow_right{
	padding: 6px;
	border: none;
	border-radius: 100%;
	background: rgb(0 0 0 / 20%);
	color: #f5f7fc;
}
.btn.arrow_left svg,
.btn.arrow_right svg{
	opacity: 1;
	position: unset;
	display: block;
	width: 36px;
	height: 36px;
}
.btn.arrow_left svg{
	transform: rotate(180deg);
}

body .fancybox__thumbs .carousel__slide .fancybox__thumb::after{
	border-color: #314972;
}

::selection{
	background: #8182a7;
}
::-moz-selection{
	background: #8182a7;
}



/* WP */

.admin-bar .header{
	top: 32px;
}

.edit_link a{
	display: block;
	color: #72aee6;
	border: 1px solid #72aee6;
	padding: 6px 20px;
	width: max-content;
	margin: auto;
	border-radius: 32px;
	transition: .2s;
	text-decoration: none;
	margin-top: 36px;
	margin-bottom: 20px;
	position: relative;
}
.edit_link a:before{
	font: normal 16px/1 dashicons;
	content: "\f464";
	position: relative;
	top: 2px;
	padding-right: 6px;
}
.edit_link a:hover{
	background: #72aee6;
}
.edit_link a:hover,
.edit_link a:hover:before{
	color: #fff;
}













.tabs{
	display: flex;
	cursor: pointer;
	margin: 40px 0;
}
.tab{
	padding: 12px 16px;
	border: 1px solid rgba(217, 217, 217, 1);
	outline: 1px solid transparent;
	margin-right: 16px;
	border-radius: 20px;
	transition: .1s;
	font-weight: bold;
	position: relative;
    left: 1px;
}
.tab.active,
.tab:hover{
	border-color: rgba(239, 72, 35, 1);
}
.tab.active{
	outline-color: rgba(239, 72, 35, 1);
}
.tab_content{
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: .65s;
	transform: translateX(40px);
	pointer-events: none;
}
.tab_content.active{
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}
.tabs_wrapper div:nth-child(2){
	position: unset;
}

.tabs_wrapper{
	position: relative;
	overflow: hidden;
}



.memory_wrapper img{
	margin-right: 4px;
}

.price_wrapper{
	display: flex;
	align-items: center;
}
.price_wrapper .price{
	font-size: 32px;
	width: 100%;
}
.price_detail{
	margin-left: 32px;
}
.price_detail a{
	margin: 4px 0;
}

.memory_wrapper{
	display: flex;
	align-items: center;
}
.memory_wrapper svg{
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.memory_data{
	font-weight: 600;
}



.owl-dots{
	text-align: center;
}
.owl-dot span{
	display: block;
	width: 8px;
	height: 4px;
	background: rgba(56, 59, 64, 1);
	border-radius: 4px;
	transition: .2s;
	margin: 0 2px;
}
.owl-dot.active span{
	width: 24px;
	background: rgba(239, 72, 35, 1);
}









.product_detail_wrapper{
	background: #fff;
	padding: 20px;
}

.p_d_all_images_wrapper .product_link{
	display: block;
	padding: 0 40px;
}

.p_d_text_wrapper{
	padding: 30px 0;
}
.p_d_text_wrapper .product_title{
	font-size: 24px;
	margin-bottom: 30px;
}
.p_d_price_wrapper{
	margin-bottom: 30px;
}
.p_d_price_content{
	width: fit-content;
	background: #f8fafb;
	padding: 16px 20px 10px;
	border-radius: 4px;
}
.p_d_text_wrapper .product_price{
	text-align: left;
	font-size: 22px;
}
.content .woocommerce .p_d_price_content .add_to_cart_button{
    margin: 12px 0 0;
    border-radius: 3px;
    border: none;
    padding: 13px 24px;
}





.cg_cells{
	display: table;
	width: 100%;
	margin: 0 -15px;
}
.cg_cell{
	display: table-cell;
	width: 25%;
	padding: 15px;
}
.cg_wrapper{
	padding: 16px 34px;
}
.cg_row{
	margin-bottom: 20px;
	font-weight: 600;
}

/*@media (max-width: 991px){
	.cg_cell{
		width: 50%;
	}
}
@media (max-width: 767px){
	.cg_cell{
		display: table-cell;
		width: 100%;
	}
}*/

.cg_cell img{
	max-width: 100%;
}




/*.cgn_col{
	width: 25%;
	float: left;
}*/

.cgn_row,
.cgn_cell{
	width: 100%;
	display: inline-block;
}

.cgn_row{
    margin-bottom: 20px;
    font-weight: 600;
}

.cgn_wrapper:nth-child(2n){
    background: rgba(245, 245, 245, 1);
}
.cgn_wrapper{
    padding: 16px 34px;
    background: #fff;
}

.owl-item:first-child .cgn_wrapper{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.owl-item:last-child .cgn_wrapper{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.cgn_cell img{
	max-width: 100%;
}
.cgn_table .owl-item:not(:first-child) .cgn_row{
	opacity: 0;
}
@media (max-width: 1200px){
	.cgn_wrapper{
		padding: 16px 24px;
	}
}
@media (max-width: 991px){
	.cgn_table .owl-item:not(:first-child) .cgn_row{
		opacity: 1;
	}
}





.to_buy{
	background: rgba(31, 32, 35, 1);
	color: #fff;
}
.btn_white a,
.btn_white a:hover{
	background: #fff !important;
}

.btn_white{
	text-align: right;
}
.btn_white a{
	margin: 0 0 10px 10px;
}
.btn_white a:hover{
	opacity: .65;
}



.form_buy{
	margin-top: 32px;
}
.form_buy input[type=submit]{
	margin-top: 16px;
}
.form_buy label{
	width: 80%;
}
input[type=text]{
	padding: 6px 16px;
	border-radius: 8px;
	margin-top: 4px;
	width: 100%;
	border: none;
	border: 2px solid transparent;
	transition: .15s;
	font-size: 16px;
}
input[type=text]:focus{
	outline: none;
	border-color: rgba(239, 72, 35, 1); 
}

.promo_wrapper{
	border-radius: 32px;
	padding: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 16px;
}
.promo_title{
	font-size: 52px;
	font-weight: 600;
	line-height: normal;
}
.promo_days{
	margin: 24px 0;
	padding: 16px 24px;
	border-radius: 32px; 
	border: 1px solid #fff;
	font-size: 20px;
	display: inline-block;
}
.promo_content{
	width: 70%;
}



.dillers_wrapper{
	border-top: 1px solid rgba(56, 59, 64, 1);
	padding-top: 32px;
	margin-top: 64px;
}


.modal-dialog{
	max-width: 744px;
}
.modal-content{
	background: rgb(40 41 45 / 90%);
	color: #fff;
	padding: 48px;
	border-radius: 32px;
	text-align: left;
}
.modal-body{
	padding: 0;
}
.btn-close{
	color: #fff;
    opacity: .65;
    font-size: 20px;
    background: none;
	width: 32px;
    height: 32px;
    transition: .15s;
}


.map_wrapper iframe{
	max-width: 100%;
	width: 100%;
	border-radius: 16px;
}

.contacts_row{
	margin: 16px 0;
}




.get_variations_wrapper{
    background: rgba(40, 41, 45, 1);
    color: #fff;
    border-radius: 32px;
    padding: 48px;
    background-position: right;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    margin-top: 40px;
}
.get_variations_content{
	width: 60%;
}

@media (max-width: 1200px){
	.get_variations_wrapper{
		background-image: unset !important;
	}
}
@media (max-width: 767px){
	.get_variations_content{
		width: 100%;
	}
}




.item_menu{
	text-align: right;
}


@media (max-width: 1200px){
	.accessorie_wrapper{
		padding: 24px;
	}
}

@media (max-width: 767px){
	.manager_wrapper {
	    bottom: 10px;
	    right: 10px;
	}

	.btn_white{
		text-align: left;
	}
	.btn_white a{
		margin: 8px 8px 8px 0;
	}


	.preview_goods_right{
		margin-top: 30px;
	}
	.preview_goods_invert .preview_goods_right{
		margin-bottom: 30px;
	}


	.tabs{
		margin: 0 0 30px;
	}
}




body .wpcf7 form .wpcf7-response-output{
	padding: 16px 24px;
	border-width: 1px;
	border-radius: 8px;
}


.goods_edit_link{
	position: absolute;
	top: 20px;
	left: 0;
	padding: 20px;
	transition: .15s;
}
.goods_edit_link:hover{
	opacity: .65;
}
.goods_edit_link svg{
	fill: #72aee6;
}






.goods_list_window{
	display: none;
	position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    max-width: 400px;
    height: 400px;
    width: 100%;
    background: rgb(40 41 45 / 96%);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    overflow-y: scroll;
}
.goods_list_window.active{
	display: block;
}

.goods_list_window ul{
	list-style: none;
	padding: 0;
}


.rg_wrapper{
	display: flex;
	margin-bottom: 20px;
	cursor: pointer;
	transition: .15s;
	border-radius: 8px;
}
.rg_wrapper:hover{
	background: rgb(97 98 105);
}

.rg_image{
	width: 160px;
	margin-right: 20px;
}
.rg_image img{
	max-width: 100%;
	width: 100%;
}
.rg_data{
	margin: 16px 0;
}





#goods_modal .image_wrapper img{
	max-width: 200px;
}










		.cart_element_wrapper{
			position: relative;
		}
		.cart_element_wrapper.active .cart_element_menu{
			opacity: 1;
			transform: translateY(0px);
			pointer-events: all;
		}
		.cart_element_menu{
			width: 320px;
			/*width: 100%;*/
			position: absolute;
			top: 36px;
			right: 0;
			background: #fff;
			-webkit-box-shadow: 0 16px 32px 0 rgba(0,0,0,.4), 1px 1px 4px 0 rgba(0,0,0,.2);
    		box-shadow: 0 16px 32px 0 rgba(0,0,0,.4), 1px 1px 4px 0 rgba(0,0,0,.2);
    		border-radius: 6px;
    		overflow: hidden;
    		transition: all .3s ease;

    		opacity: 0;
    		transform: translateY(40px);
    		pointer-events: none;
		}
		.cart_element_wrapper.active:before,
		.user_info.active:before{
			pointer-events: all;
			opacity: 1;
			top: 36px;
		}
		.cart_element_wrapper:before,
		.user_info:before{
			content: '';
			display: block;
			position: absolute;
			top: 56px;
		    right: 6px;
		    width: 10px;
		    height: 10px;
		    background: #fff;
		    -webkit-transform: rotate(45deg) translate(-7px);
		    transform: rotate(45deg) translate(-7px);
		    border-top: 1px solid rgba(0, 0, 0, .1);
		    border-left: 1px solid rgba(0, 0, 0, .1);
		    z-index: 10;

    		pointer-events: none;
    		opacity: 0;
    		transition: all .2s ease;
		}
		.cart_element_wrapper:before{
			background: rgb(89 188 245) !important;
			top: 76px;
			transition: all .3s ease;
		}
		.cart_menu_title{
			text-align: center;
		    background: rgb(33 165 241 / .75);
		    padding: 12px 20px;
		    color: #fff;
		}
		.cart_menu_title_upper,
		.cart_menu_title_lower{
			line-height: 1.5;
		}
		.cart_menu_title_upper{
			font-size: 18px;
		}
		.cart_menu_title_upper span{
			padding: 0 2px;
		}
		.cart_menu_title_lower{
			font-size: 14px;
		    opacity: .8;
		}
		.cart_element_menu ul{
			list-style: none;
			padding-left: 0;
			margin: 0;
		}
		.cart_element_menu ul li{
		    padding: 12px 16px;
    		border-bottom: 1px solid #eaeaea;
    		font-size: 14px;
    		display: flex;
    		align-items: center;
    		transition: opacity .3s;
		}

		.cart_product_image{
			width: 52px;
			padding-right: 20px;
		}
		.cart_product_image img{
			height: auto;
    		max-width: 100%;
		}
		.cart_product_data{
			font-size: 14px;
			position: relative;
		}
		.element_counter_wrapper{
			position: absolute;
		    top: -2px;
		    right: -2px;
		    width: 18px;
		    height: 18px;
		    color: #fff;
		    font-size: 12px;
		    z-index: 1;
		    cursor: pointer;
		    opacity: 1;
		    transition: .2s;
		}
		.element_counter_wrapper.empty{
			opacity: 0;
		}
		.element_counter{
			position: relative;
			width: 100%;
    		height: 100%;
		}
		.element_counter_wrapper .element_counter{
			background: hsl(202 91 61);
			border-radius: 100%;
		}
		.element_counter>span{
			position: absolute;
		    top: 0;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    margin: auto;
		    width: fit-content;
		    height: fit-content;
		    pointer-events: none;
		}
		.cart_link{
			display: block;
			padding: 10px;
			text-align: center;
			background: hsl(0 0 97);
			font-family: 'Montserrat-Light', 'Arial', sans-serif;
			transition: background .2s ease;
			font-size: 14px;
		}
		.cart_link>svg{
			position: relative;
		    top: 2px;
		    left: -4px;
		}
		.cart_link:hover{
			background: rgb(33 165 241 / .15);
		}
		.cart_menu_list{
			max-height: 350px;
		    height: 100%;
		    opacity: 1;
		    overflow: hidden;
		    overflow-y: auto;
		}




.cart_element{
	color: #fff;
}