:root {
	--link: #0001fb;
	--phone: #fff;
	--txt: #000;
}


@font-face {
  font-family: 'DecimaMonoX';
  src: url("/templates/fonts/DecimaMonoX.otf");
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("/templates/fonts/MyriadPro-Regular.ttf");
}

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url("/templates/fonts/MyriadPro-Bold.ttf");
}

@font-face {
  font-family: 'Helvetica-Light';
  src: url("/templates/fonts/Helvetica Light.otf");
}

@font-face {
  font-family: 'Helvetica-LightOblique';
  src: url("/templates/fonts/Helvetica-LightOblique.ttf");
}












html, body{
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		outline:none;
		line-height: 1.15;
		}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.clear{
	clear:both;
}


strong, b{
		font-weight: bold;
}











@media screen and (max-width: 1024px) {
    
    



.banner{
		height: 100vw;
		position: relative;
}
.banner_phone{		
		display: flex;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
    justify-content: center;
    align-items: center;
		height: 100vw;
		z-index: -1;
}
.banner_phone img{
		width: 100%;
		z-index: -1;		
}


.banner_slider{
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: -1;
		height: 100vw;
}
.slick-list{
		height: 100%;
}
.banner_slider .box{
		height: 100vw;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
}
.phone_video{
		width: 100%;
		height: auto;
		z-index: -1;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}


.banner_content{
		position: fixed;
		left: 3.54rem;
		top: 4.16rem;
		bottom: 0px;
		right: 3.54rem;
		z-index: -1;
		display: flex;
		align-items: flex-start;
		justify-content: top;
}




.header{
			display: block;
			position: fixed;
			left: 0px;
			top: 0px;
			right: 0px;
			z-index: 999;	
			overflow: hidden;
}
.header .int{
			display: flex;
			height: 80px;
			justify-content: space-between;
			align-items: center;
			padding: 0px 20px;
}




.header_menu{
		display: flex;
		position: fixed;
		right: 20px;
		top: 25px;
		align-items: center;
}
.header_cart{
		display: block;
		position: relative;
		cursor: pointer;
		height: 23px;
		text-decoration: none;
		margin: 0px 0px 0px 0px;
}
.header_cart svg{
		height: 23px;
		width: auto;
		fill: #000000;
		transition: 0.2s;
}
.header_cart span{
		font-family: 'DecimaMonoX';
		font-weight: bold;
		display: block;
		position: absolute;
		left: 100%;
		bottom:90%;
		font-size: 12px;
		color: #ff0000;
}


.menu_a{
		display: block;
		position: fixed;
		right: 10px;
		top: 10px;
		height: 60px;
		width: 60px;
		z-index: 999;
		background-image: url(/images/mobile_menu.svg);
		background-position: center;
		background-size: 40px 40px;
		background-repeat: no-repeat;
}
.menu_a.active{
		background-image: url(/images/mobile_menu_exit.svg);
		background-size: 20px 20px;
}

.mobile_menu{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;  
		position: fixed;
		left: 100%;
		top: 0px;
		width: 100vw;
		height: 100vh;
		background-color: #243d7f;
		background-color: #303841;
		z-index: 990;
		font-family: 'DecimaMonoX';
		font-size: 12px;
		transition: 0.3s;
		overflow: auto;
}

.mobile_menu.active{
		display: flex;
		left: 0px;
	}
.mobile_menu .box{
		display: flex;
		align-items: center;
		margin: 0px 0px 10px 0px;
}
.mobile_menu_int .box h3{
		display: inline-block;
		padding: 0px;
		margin: 0px;
		font-style: normal;
		font-weight: normal;
		margin: 0px 10px 0px 0px;
}
.mobile_menu_int .box a{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 32px;
		width: 32px;
		line-height: 32px;
		text-align: center;
		border: 1px solid #000;
		color: #000;
		text-decoration: none;
		margin: 0px 10px 0px 0px;
		border-radius: 6px;
}
.mobile_menu_int .box a.active,
.mobile_menu_int .box a:hover{
		color: #fff;
		fill: #fff;
		background-color: #000;
}
.mobile_menu_int .box a svg{
		display: inline-block;
		height: 16px;
		width: 20px;
}


.mobile_menu_int{
		border-top: 1px solid #fff;
		width: min(100%, 600px);
}
.mobile_menu_int a{
		display: flex;
		line-height: 30px;
		position: relative;
		cursor: pointer;
		margin: 0px;
		padding: 10px 20px 10px 30px;
		color: #fff;
		text-decoration: none;
		border-bottom:1px solid #fff;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
		font-size: 14px;
		transition: 0.2s;
}
.mobile_menu_int  a:hover,
.mobile_menu_int .link .link_pub a:hover{
		background-color: rgba(255, 255, 255, 0.2); 
}


.mobile_menu_int .link .link_pub{
		display: none;
		padding: 0px 0px 0px 0px;
		border-bottom: 1px solid #fff;
}
.mobile_menu_int .link.active .link_pub{
		display: block;
}
.mobile_menu_int .link.active > a{
		background-color: rgba(255, 255, 255, 0.2);
		border-bottom: none; 
}



.mobile_menu_int .link .link_pub a{
		border-bottom: none;
		background-color: rgba(255, 255, 255, 0.1);
		text-transform: uppercase;
}
.mobile_menu_int .link a span{
		display: block;
		height: 20px;
		width: 20px;
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -10px;
		background-image: url(/images/mobile_menu/right.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 16px 16px;
}
.mobile_menu_int .link.active a span{
		transform: translateY(-50%) rotate(90deg); /* по часовой */
		margin-top: 0px;
}
.mobile_menu_int a p{
		display: inline-block;
		margin: 0px;
		padding: 0px;
		text-transform: uppercase;
}




.mobile_menu_cart{
		background-image: url(/images/cart_mobile.svg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
}
.mobile_menu_user{
		background-image: url(/images/user.svg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
}






.logo{
			display: block;			
			vertical-align: top;
			cursor: pointer;
			height: 40px;
}
.logo img{
			width: auto; 
			height: 35px;
}
.header_phone{
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		height: 0px;
		z-index: -1;
		background-color: #fff;
}










.index{
		position: relative;
		z-index: 10;
		background-color: var(--phone);
		color: var(--txt);
}
.index .int{
		display: flex;
  	flex-flow: row wrap;
		margin: 0px 20px;
		padding: 40px 0px 0px 0px;
}
.index .int .block{
			display: block;
			width: 100%;
			margin: 0px 0px 54px 0px;
			font-size: 16px;
			font-family: 'DecimaMonoX';
}
.index .int .block:nth-child(4n){
		margin: 0px 0px 54px 0px;
}
.index .block.sold_out{
		opacity:0.5;
}
.index .block .img{
		display: block;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.index .block .img2{
		display: block;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.index .block .img2 img{
		display: block;
		width: 100%;
		transition: 1s;
}

.index .block a:hover img{
		opacity:0.5;
}
.index .block h3{
		display: block;		
		font-weight:bold;
		margin: 15px 0px 0px 0px;
		padding: 0px;
		font-size: 12px;
		line-height: 1.4;
}
.index .block .price{
		display: block;
		font-size: 12px;
		line-height: 1.4;
}
.index .block p{
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font-size: 12px;
		line-height: 1.4;
}








.pr_left{
		padding: 20px;
}


.img_slider{		
		margin: 0px;
}
.img_big{		
		position: relative;
		width: 100%;
		height: 100vw;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.img_small{
		display: flex;
		height: calc(20vw + 10px);
		padding: 0px 0px 0px 10px; 
}
.img_small a{
		display: inline-block;
		cursor: pointer;
		height: calc(20vw - 10px);
		width: calc(20vw - 10px);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 10px 10px 10px 0px;
		transition: 0.2s;
		opacity:0.5;
	}
.img_small a.active{
		opacity:1;
}

.product{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 4.79rem 3.54rem;
}


.product_info h3{
		font-family: 'DecimaMonoX';
		font-weight: bold;
		font-size: 16px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
}
.product_info h4{
		font-family: 'DecimaMonoX';
		font-size: 12px;
		font-style: 100;
		font-weight: bold;
		margin: 0px 0px 2px 0px;
		padding: 0px;
}

.product_field{
		display: flex;
		justify-content: space-between;
		font-family: 'DecimaMonoX';
		font-size: 14px;
		line-height: 24px;
}
.product_field p{
		padding: 0px;
		margin: 0px;
}
.product_txt{
		padding: 63px 0px 3px 0px;
}
.product_info ul{
		margin: 0px;
		padding: 0px;
}
.product_info ul li{
		font-family: 'Helvetica-Light';
		font-size: 12px;
		margin: 5px 0px;
		list-style: disc;
		list-style-position: inside;
}


.buy{
		display: flex;
    justify-content: center; /* центрируем группу по горизонтали */
    align-items: center;     /* вертикально центрируем каждый элемент */
		height: 30px;
		width: min(100%, 430px);
		font-family: 'DecimaMonoX';
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 0.41rem;
		text-transform: uppercase;
		cursor: pointer;
		border: 2px solid var(--txt);
		text-decoration: none;
		color: var(--txt);
		text-align: center;
		transition: 0.1s;
		margin: 0px 0px 0px 0px;
		transition: 0.2s;
}
.product_info .buy{
		margin: 40px 0px 0px 0px;
}
.buy span{
		display: inline-block;
		padding: 0px 35px 0px 0px;
		letter-spacing: 10px;
}
.buy svg{
		overflow: hidden;
    display: block;
		height: 22px;
		fill: #000000;
		transition: fill 0.2s ease;
}
.buy:hover
{
		background-color: #000;
		color: #fff;		
}
.buy:hover svg{
		fill: #ffffff;
}
.buy.active{
		display: none;
}

.slider{
		display: block;
}
.slider_big{
		position: relative;
		height: 40.83rem;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.big_img{
		width: 100%;
		vertical-align: bottom;
}
.slider_little{
		display: flex;
		flex-wrap: wrap;
}
.slider_little a{
		display: block;
		height: 6.25rem;
		width: 6.25rem;
		margin: 1.04rem 1.04rem 0px 0px;
		opacity:0.3;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}
.slider_little a.active{
		opacity:1;
}
.slider_little a img{
		height: 100%;
		vertical-align: bottom;
}
.slide_zoom{
		display: block;
		position: absolute;
		right: 10px;
		bottom: 10px;
		text-decoration: none;
		height: 40px;
		width: 40px;
		background-image: url(/images/search.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		cursor: pointer;
}
.slide_zoom:hover{
		opacity:0.7;
}
.next,
.prev{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	cursor: pointer;
	height: 40px;
	width: 40px;
	background-image: url(/images/next.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px 26px;
}
.prev{		
		left: 12px;
		transform: rotate(180deg);
}
.next{		
		right: 12px;
}
.window_photo{
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgb(255, 255, 255, 0.9);
		background-color: #fff;
		z-index: 990;
}
.window_photo.active{
		display: block;
}
.window_photo_img{
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		margin: 4.16rem;
		background-image: url(/images/1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
}

.no_products{
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		height: 100vh;
		width: 100vw;
		font-size: 1rem;
		line-height: 1.1;
		color: #000;
		font-family: 'DecimaMonoX';
}









.bottom{
		display: block;
		cursor: pointer;
		text-decoration: none;
		outline: none;
		font-family: 'DecimaMonoX';
		font-size: 14px;
		text-align: center;
		color: #000;
		text-transform: uppercase;
		border: 2px solid #000;
		background-color: #fff;
		height: 30px;
		width: min(100%, 430px);
		line-height: 30px;
}
.bottom:hover,
.bottom.active{
		background-color: #000;
		color: #fff;
}



footer{
		display: block;
		position: relative;
		z-index: 10;
		padding: 20px;		
		background-color: #fff;
}
/*
footer p{
		font-family: 'Helvetica-Light';
		font-size: 10px;
		margin: 0px;
		padding: 0px;
}
footer p.copyright{
		font-family: 'DecimaMonoX';
		font-size: 10px;
		padding: 0px 0px 10px 0px;
		color: #010101;
}
*/
footer p{
		font-family: 'DecimaMonoX';
		padding: 10px 0px;
		font-size: 10px;
}

footer p br{
		display: none;
}

.footer_link a,
footer p.copyright,
.footer_link span{
		font-family: 'DecimaMonoX';
		font-size: 10px;
		padding: 0px 0px 0px 0px;
		color: #010101;
		transition: 0.2s;
		white-space: nowrap;
		text-decoration: none;
}
.footer_link a,
.footer_link span{
		display: inline-block;
		padding: 0px 0px 10px 0px;
}
.footer_link a:hover{
		text-decoration: underline;
		transition: 0.2s;
}
.footer_link span{
		display: inline-block;
		margin: 0px 10px;
}



.theme{
		display: inline-block;
		height: 0.75rem;
		width: 1.5rem;
		margin: auto 0px -2px 10px;
		border-radius: 0.4rem;
		overflow: hidden;
		border:1px solid var(--txt);
		cursor: pointer;
		outline: none;
}
.theme a{
		display: inline-block;
		height: 0.75rem;
		width: 0.75rem;
		background-color: var(--txt);
		border-radius: 50%;
		border: none;
}
.theme.active{
		text-align: right;
}



.notification{
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color:rgba(255, 255, 255, 0.5);
		z-index: 999;
}

.notification.active,
.notification_mess.active,
.notification_buy.active{
		display: block;
}
.notification_block{		
		position: fixed;		
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		height: 29.16rem;
		width: 29.16rem;
		border:1px solid #000;
		background-color: #fff;			
}

.notification_txt{
		display: flex;
		align-items: center;
}
.notification_txt p{
		font-family: 'DecimaMonoX';
		font-size: 1.25rem;
		line-height: 1.5rem;
		color: #8e5401;
		padding: 0px 4.58rem;
}

.notification_ready{
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
}
.notification_ready p{
		font-family: 'DecimaMonoX';
		font-size: 1.25rem;
		line-height: 1.5rem;
		color: #000;
		margin-bottom: 6.666rem;
}
.notification_ready a{
		display: inline-block;
		width: 9.375rem;
		height: 1.83rem;
		cursor: pointer;
		border: 2px solid #000;
		font-family: 'DecimaMonoX';
		font-size: 1rem;
		line-height: 1.83rem;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 0.83rem;
		letter-spacing: 0.4166rem;
		transition: 0.1s;
}
.notification_ready a:hover{
		background-color: black;
		color: #fff;
}

.notification_exit{
		position: absolute;
		right: 0.625rem;
		top: 0.625rem;
		height: 1.45rem;
		width: 1.45rem;
		background-image: url(/images/exit.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		cursor: pointer;
		transition: 0.2s;
}
.notification_exit:hover{
		opacity:0.6;
}





.cabinet{
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
}
.cabinet form{
		display: block;
		width: 12.5rem;
}
.cabinet form input[type="text"],
.cabinet form input[type="password"]{
		display: block;
		width: calc(100% - 0.83rem);
		border: 1px solid black;
		padding: 0.41rem;
		line-height: 0.83rem;
		font-size: 0.75rem;
		margin: 0px 0px 0.83rem 0px;
}
.cabinet form input[type="text"]:focus,
.cabinet form input[type="password"]:focus{
		border: 1px solid red;
		outline: none;
}
.cabinet form input[type="submit"]{
		display: block;
		cursor: pointer;
		width: 100%;
		cursor: pointer;
		line-height: 0.83rem;
		font-size: 0.5rem;
		letter-spacing: 2px;
		text-transform: uppercase;
		padding: 0.41rem;
		border: none;
		outline: none;
}
.cabinet_error span{
		display: block;
		padding: 0px 0px 0.41rem 0px;
		color: red;
		font-size: 0.5rem;
}










.products{
		
}
.products_int{}
.cart_left{
		padding: 100vh 0px 0px 0px;
}
.cart_left_content p{
		display: block;
		min-height: 8.33rem;
		margin: 0px 0px 2.08rem 0px;
}


.cart_right{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		height: calc(100vh - 80px);
		width: 100%;
}

.products .block{
		
}
.products .block .line{
		display: none;
}
.products .block:last-child .line{
	display: none;
}
.products .block .img{
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 100vw;	
		background-color: rgb(0, 0, 0, 0.1);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.products_info{
		position: relative;
		font-family: 'DecimaMonoX';
		font-size: 12px;
		color: #000;
		padding: 20px 20px 60px 20px;
}
.products_info h3{
		display: block;		
		font-weight: bold;
		padding: 0px;	
		margin: 0px 0px 7px 0px;
		white-space: nowrap;
} 
.products_info .price{
		font-size: 16px;
}
.products_info .counter{
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 40px;
		top: 20px;
		font-family: 'MyriadPro-Regular';
		font-size: 18px;
		height: 64px;
		padding: 0px 45px 0px 0px;
		outline: none;
}
.products_info .counter p{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
}
.products_info .delete{
		display: block;
		margin: 2.5rem 0px 0px 0px;
		cursor: pointer;
		text-decoration: none;
		font-size: 0.83rem;
		color: #000;
}
.products_info .delete:hover{
		text-decoration: underline;
}
.counter_plus,
.counter_minus{
		position: absolute;		
		display: block;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
		height: 30px;
		width: 30px;
		padding: 0px;
		margin: 0px;
		background-image: url(/images/bottom.png);
		background-repeat: no-repeat;
		background-size: 14px auto;
		background-position: center;
}
.counter_plus{
		right: 0px;
		top: 0px;
		background-image: url(/images/top.png);
		background-position: center;
}
.counter_minus{
		right: 0px;
		bottom: 0px;
		background-image: url(/images/bottom.png);
		background-position: center;
}
.counter_plus:hover,
.counter_minus:hover{
		opacity:0.5;
}


.cart{
		
}
.cart_int{
		margin: 0px;
		max-width: 300px;
}
.cart_items,
.cart_subtotal{
		font-family: 'DecimaMonoX';
		font-size: 16px;
		text-align: center;
}
.cart_subtotal{
		margin: 4px 0px 0px 0px;
}
.cart_int p{
		font-family: 'Helvetica-LightOblique';
		font-family: 'Helvetica-Light';
		font-size: 12px;
		line-height: 1.3;
		margin: 30px 0px 0px 0px;
		padding: 0px;
		text-indent: 0px;
}
.cart_int p a{
		color: #0054ff;
		text-decoration: none;
}
.cart_int p a:hover{
		text-decoration: underline;
}
.cart_int .bottom{
		margin: 40px 0px 0px 0px;
		letter-spacing: .2px;
		transition: 0.2s;
}



.cart_email{
		display: none;
		position: fixed;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;		
		transition: 1s;
		z-index: 999;
}
.cart_email form{
		display: block;
		margin: 20px;
		padding: 0px;
		width: min(calc(100% - 40px), 430px);
		box-sizing: border-box;
		overflow: hidden;
}
.cart_email label{
		display: block;
		position: relative;
		margin: 0px;
		padding: 0px;
}
.cart_email label span{
	display: none;
	position: absolute;
	font-family: 'MyriadPro-Regular';
	left: -15px;
	top: 6px;
	color: #ff0000;
	font-size: 18px;
}
.cart_email label span.active{
		display: block;
}
.cart_email.active{
		display: flex;	
}
.cart_email input[type="text"],
.cart_email textarea,
.cart_email input[type="submit"]{
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	line-height: 1.66rem;
	border: 2px solid #000;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
	outline: none;
	font-family: 'DecimaMonoX';
	text-transform: uppercase;
	font-size: 1rem;
	text-align: center;
}
.cart_email textarea{
		margin: 10px 0px 10px 0px;
		height: 66px;
}
.cart_email input[type="submit"]{
		padding: 0px;
		width: 100%;
		background-color: #000;
		color: #fff;
		cursor: pointer;
		border: 2px solid #000;
		height: 1.66rem;
		line-height: 1.66rem;
		transition: 0.2s;
}
.cart_email input[type="submit"]:hover{
		background-color: #fff;
		color: #000;
}
.cart_email input[type="text"]::placeholder{
		color: #000;
		opacity:1;
}
/*
.cart_email_exit{
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0px;
		top: 0px;
		height: 28px;
		width: 28px;
		background-image: url(/images/admin/close_form.svg);
		background-repeat: no-repeat;
		background-size: 60%;
		background-position: center;
}
*/
.cart_email_exit{
	display: block;
	position: fixed;
	right: 10px;
	top: 10px;
	height: 60px;
	width: 60px;
	z-index: 999;
	background-image: url(/images/admin/close_form.svg);
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}
.cart_int p.cart_email_message{
		display: none;
		color: red;
		margin: 0px;
		padding: 0px 0px 10px 0px;
}
.cart_int p.cart_email_message.active{
		display: block;
}









.run{
		position: fixed;
		left: 0px;
		top: 50%;
		right: 0px;
		background-color: red;
		z-index: 999;
}


















/* new style */
.address_left{
		position: fixed;
		left: -50%;
		top: 0px;
		bottom: 0px;
		width: 50%;
		background-color: orange;
		transition: 0.5s;
		z-index: 999;		
}
.address_left.active{
		left: 0px;
}
.address_left_exit{
		position: absolute;
		top: 20px;
		left: 20px;
		height: 40px;
		width: 40px;
		background-color: red;
		cursor: pointer;
}
.contacts{
		padding: 64px 54px;
}
.contacts .box{
		display: flex;
		justify-content: space-beetween;
		margin: 0px 0px 20px 0px;
		padding: 5px;
}
.contacts .box label{
		display: inline-block;
		width: 40%;
		margin: 0px;
}
.contacts .box input{
		display: inline-block;
		width: 60%;
		margin: 0px;
		border: 1px solid #cecece;
		padding: 4px;
		outline: none;
}
.contacts .box input:focus{
		border: 1px solid orange;
}
.country_select{
		display: block;
		width: 60%;
		padding: 10px;
		border: 1px solid black;
		cursor: pointer;
		position: relative;
}
.country_select.active{
		border: 1px solid red;
}
.country_select_int{
		display: none;
		background-color: #fff;
		position: absolute;
		left: 0px;
		top: 100%;
		width: calc(100% - 20px);
		margin: 3px 0px 0px -1px;
		padding: 10px;
		max-height: 200px;
		overflow: auto;
		border: 1px solid #000;
}
.country_select_int.active{
		display: block;
}
.country_select_int a{
		display: block;
		cursor: pointer;
		margin: 0px 0px 10px 0px;
		font-size: 14px;
		color: #000;
		text-decoration: none;
}
.country_select_int a:hover{
		text-decoration: underline;
}



a.mobile_cart_top {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 80px;
	top: auto;
	margin: auto;
	background-image: url(/images/bottom.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}










.nav{
		background: #000;
		display: flex;
		border-radius: 12px;
		overflow: hidden;
}
.nav_a,
.nav_int a{
		height: 23px;
		width: 40px;
		display: inline-block;
		text-align: center;
		line-height: 23px;
		text-decoration: none;
		color: #fff;
		font-family: 'DecimaMonoX';
}
.nav_a:hover,
.nav_int a:hover{
		background: #4b8df8;
}
.nav_int{
		display: flex;
    width: 0;
    height: 23px;
    background: #4b8df8;
    background-color: #000;
    transition: width 0.1s ease;
    overflow: hidden; 
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0px 12px 12px 0px;
}
.nav_int.open {
    width: 80px;
}
.nav_int a{
		display: none;
		transition: display 0.4s ease;
}
.nav_int.open a{
		display: block;
}



.lang{
		position: fixed;
		left: 20px;
		top: calc(100vw - 50px);
		z-index: 1;
		background: none;
}
.lang .nav_a,
.lang .nav_int a{
		font-size: 18px;
		text-transform: lowercase;
		color: #f0ff00;
}
.lang a.nav_a,
.lang .nav_int,
.lang .nav_int a:hover{
		background: none;
}
.lang .nav_int a:hover{
		text-decoration: underline;
}
.lang .nav_a::first-letter,
.lang .nav_int a::first-letter{
		text-transform: uppercase;
}








/* Валюта */
.currency{
		background: #000;
		display: flex;
		border-radius: 12px;
		overflow: hidden;
		margin-right: 20px;
}
.currency_a,
.currency_int a{
		height: 23px;
		width: 40px;
		display: inline-block;
		text-align: center;
		line-height: 23px;
		text-decoration: none;
		color: #fff;
		font-family: 'DecimaMonoX';

		display: flex;
    align-items: center;
    justify-content: center;
}
.currency_a svg,
.currency_int a svg{
		height: 14px;
		fill: #ccff00;
		display: inline-block;
}

.currency_int{
		display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 23px;
    line-height: 23px;
    background: #4b8df8;
    background-color: #000;
    transition: width 0.1s ease;
    overflow: hidden; 
    white-space: nowrap;
}
.currency_int.open {
    width: 80px;
}
.currency_int a{
		display: none;
		height: 23px;
		transition: display 0.4s ease;
}
.currency_int.open a{
		display: block;
		display: flex;
    align-items: center;
    justify-content: center;
}
.currency_int a svg{
		fill: #fff;
		height: 14px;
		width: 14px;
}
.currency_int a:hover svg{
		fill: #ccff00;
}

.payment_systems{
		height: 30px;
		margin: 30px 0px 65px 0px;
}
.payment_systems img{
		height: 100%;
		display: inline-block;
		margin: 0px 10px 0px 0px;
}
.checkout_payment_systems{
		height: 20px;
		margin: 40px 0px;
}
.checkout_payment_systems img{
		margin: 0px 10px 0px 0px;
}


.oferta_box{
		margin: 20px 0px;
}
.oferta_box .label{
		display: flex;
		margin-bottom: 10px;		
}
.oferta_box .label input{
		display: inline-block;
		background-color: green;
		cursor: pointer;
}
.oferta_box .label p{
		display: inline-block;
		font-family: 'Helvetica-Light';
		font-size: 12px;
		line-height: 1.3;
		margin: 0px;
		padding: 0px 0px 0px 10px;
}
.oferta_box .label p a{
		color:#0054ff;
		text-decoration: none;
}
.oferta_box .label p a:hover{
		text-decoration: underline;
}


.disabled-link {
  pointer-events: none;
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
  border: 2px solid #999;
}
.oferta{
		margin: 100px auto auto auto;
		padding: 0px 40px 100px 40px;
		max-width: 1000px;
}


.user_menu{
		margin-right: 20px;
		width: 23px;
		height: 23px;
}
.user_menu_input{
		display: flex;
		align-items: center;
		space-between: center;
		cursor: pointer;
		height: 23px;
}
.user_menu svg{
		display: inline-block;
		fill: #000;
		height: 23px;
		transition: 0.2s;
}







 
		/* Персональный кабинет */
		.auth {
      max-width: 360px;
      margin: 10vh auto;
     
    }

    .auth h1 {
      margin: 0 0 16px;
      font-size: 20px;
      text-align: center;
    }

    .field {
      margin-bottom: 12px;
    }

    .field label {
      display: block;
      margin-bottom: 4px;
      font-size: 14px;
    }

    .field input {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .auth button {
      width: 100%;
      padding: 10px;
      font-size: 15px;
      border: none;
      border-radius: 4px;
      background: #0066ff;
      color: #fff;
      cursor: pointer;
    }

    .auth button:hover {
      background: #0053cc;
    }

    .auth__links {
      margin-top: 12px;
      text-align: center;
      font-size: 14px;
    }

    .auth__links a {
      color: #0066ff;
      text-decoration: none;
    }

    .auth__links a:hover {
      text-decoration: underline;
    }

    .account_admin{
    		border-bottom: 2px solid orange;
    		display: flex;
    		overflow: auto;
    		margin-inline: auto;
    		padding: 80px 0px 20px 00px;
    		width: min(calc(100% - 80px), 600px);
    }
    .account_admin_menu{
    		width: min(100%, 200px);
    }
    .account_admin_menu a{
    		display: block;
    		padding: 10px 0px;
    		font-size: 14px;
    		color: black;
    		text-decoration: none;
    		font-family: 'DecimaMonoX';
    }
    .account_admin_menu a:hover,
    .account_admin_menu a.active{
    		text-decoration: underline;
    }
    .account_right{
    		display: flex;
 				justify-content: center; /* горизонталь */
  			align-items: center;     /* вертикаль */
  			overflow: auto;
  			margin-inline: auto;
  			padding: 20px;
  			width: min(calc(100% - 40px), 600px);
    }

    .account_input{
    		width: min(calc(100% - 40px), 600px);
    		padding: 80px 20px;
    		margin-inline: auto;
    		min-height: calc(100vh - 160px);
    		display: flex;
 				justify-content: center; /* горизонталь */
  			align-items: center;  
    }
    .account_input_int{
    		width: 400px;
    		height: 300px;
    		background-color: #fff;
    }



    .account_form{
    		display: block;
    		width: 100%;
    		box-sizing: border-box;
    	}
    .addr .account_form{
    		padding: 0px;
    }
    .account_form h2{
				display: block;
				padding: 0px 0px 10px 0px;
				margin: 0px;
				font-family: 'DecimaMonoX';
				font-weight: bold;
				font-size: 16px;
				line-height: 16px;
				text-transform: uppercase;
				color: #000;
				text-align: center;
		}
    .account_form p{
				font-family: 'Helvetica-Light';
				font-size: 12px;
				line-height: 1.2;
				margin: 0px 0px 10px 0px;
				padding: 0px;
				text-align: center;
    }
    .input-group{
    		padding-bottom: 20px;
    }
    .account_form .box{
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 10px 0px;
				font-family: 'DecimaMonoX';
				font-style: normal;
				font-size: 12px;
    }
    .account_form .checkbox{
    		display: flex;
				justify-content: center;
				align-items: center;
				padding: 20px;
				margin: 0px 0px 10px 0px;
    }
    .account_form .checkbox p{
    		margin: 0px 0px 0px 20px;
    		padding: 0px;
    }
    .account_form .box label {
				display: none;
		}
		.account_form .box input[type="text"] {
			display: block;
			width: 100%;
      box-sizing: border-box;
			height: 28px;
			line-height: 28px;
			border: 1px solid #7f7f7f;
			padding: 0px 10px;
			outline: none;
			font-family: 'DecimaMonoX';
			font-family: Helvetica;
			font-size: 18px;
		}
		.account_form .box.active{
				border: 1px solid red;
		}
		.account_form input[type="submit"], 
		.account_form button {
			border: 2px solid #000;
			background: #fff;
			display: block;
			width: 100%;
			height: 30px;
			box-sizing: border-box;
			padding: 5px 0px;
			font-family: 'DecimaMonoX';
			font-weight: bold;
			font-size: 14px;
			letter-spacing: 10px;
			cursor: pointer;
			transition: 0.2s;
			text-transform: uppercase;
		}
		.account_form input[type="submit"]:hover, 
		.account_form button:hover{
				background-color: #000;
				color: #fff;
		}
		.account_form_link{
				transition: 0.2s;
		}
		.account_form_link a{
				display: inline-block;
				cursor: pointer;
				color: #0054ff;
				text-decoration: none;
				transition: 0.2s;
				margin: 0px 10px 0px 0px;
				font-family: 'Helvetica-Light';
				font-size: 12px;
				line-height: 1.2;
				padding: 0px;
		}
		.account_form_link a:hover{
				text-decoration: underline;
		}
		.form_error{
				margin: 0px;
				padding: 0px;
				color: red;
				text-indent: 0px;
				font-family: 'Helvetica-Light';
		    font-size: 12px;
		    line-height: 1.2;
		}
		.form_error p{
				display: inline-block;
				padding: 0px 0px 10px 0px;
				margin: 0px;
		}
		


		.box_select{
				width: 400px;
				height: 28px;
				border: 1px solid #7f7f7f;
				margin: 0px 0px 0px 0px;
				padding: 0px;
				display: flex;
				justify-content: space-between;
				align-items: center;
				font-family: 'DecimaMonoX';
				font-style: normal;
				font-size: 12px;
				display: flex;
				display: none;
				justify-content: flex-end;
				position: relative;
		}
		.box_select input[type="text"]{
				width: 100%;
				border: none;
				outline: none;
				background: none;
				height: 28px;
				line-height: 28px;
				margin: 0px;	
				padding: 0px 10px;
				outline: none;
				font-family: 'DecimaMonoX';
				font-family: Helvetica;
				font-size: 18px;
				z-index: 1;
				cursor: pointer;
				outline: none;
		}
	
		




		.box_select_option{
				display: none;
				position: absolute;
				left: -1px;
				top: 100%;
				width: 100%;
				background-color: #fff;
				z-index: 999;
				border: 1px solid #7f7f7f;
		}
		.box_select_option.active{
				display: block;
				overflow: auto;
				max-height: 200px;
		}
		.box_select_option a{
				display: block;
				text-align: left;
				text-decoration: none;
				font-family: 'DecimaMonoX';
				font-family: Helvetica;
				font-style: normal;
				font-size: 12px;
				color: #000;
				margin: 0px 0px 0px 20px;
				line-height: 30px;
		}
		.select_top,
		.select_bottom{
				position: absolute;
				right: 65px;
				height: 10px;
				width: 10px;
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
		}
		.select_top{				
				top: 4px;				
				background-image: url(/images/top.png);				
		}
		.select_bottom{				
				bottom: 4px;
				background-image: url(/images/bottom.png);
		}
		.form_message{
				text-indent: 0px;
		}
		.account_txt{
		}
		.account_txt p{
				font-family: 'Helvetica-LightOblique';
				font-family: 'Helvetica-Light';
				font-size: 12px;
				line-height: 1.3;
				margin: 0px 0px 10px 0px;
				padding: 0px;
				text-indent: 0px;
		}
		.account_txt a{
				color: #0054ff;
				text-decoration: none;
		}
		.account_txt a:hover{text-decoration: underline;}




		.orders{
				width: min(100%, 550px);				
		}		
		

		.checkout_right{
				width: min(calc(100% - 40px), 600px);
				padding: 40px 20px;
				margin-inline: auto;
		}
		.checkout_right .account_form{
				padding: 0px;
		}




/* checkout  */
.check_{
		display: flex;
		width: 1156px;
		justify-content: space-between;
		margin: 0px auto;
		padding: 180px 0px 0px 0px;		
		z-index: 0;
}
.check_int{
		margin-inline: auto;
		padding: 80px 20px 20px 20px;
		width: min(calc(100% - 40px), 600px);
}
.addr{
		width: 530px;
		margin: 0px;		
		padding: 0px 0px 50px 0px;
}
.check_int h1{
		display: block;
		font-family: 'DecimaMonoX';
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 0px;
		color: #000;
		text-transform: uppercase;
		text-align: center;
		margin: 0px;
		padding: 0px;
}
.check_logo{
		width: calc(100% - 40px);
		display: block;
		margin: 40px auto;
}
.check_int p{
		font-family: 'DecimaMonoX';
		font-size: 12px;
		font-weight: normal;
		margin: 10px 0px;
}
.check_table{
		border-bottom: 2px solid #000;
		padding: 0px 0px 20px 0px;
}
.check_table .box{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 0px 0px;
}
.check_table .box p{
		display: inline-block;
		margin: 0px;
		padding: 0px;
		min-width: 25%;
}
.check_table .box p:first-child{
		width: 50%;
}
.check_table .box p:last-child{
		text-align: right;
}

.check_total{
		border-bottom: 2px solid #000;
		padding: 20px 0px;	
		align-items: flex-end;
		justify-content: flex-end;
}
.check_total .box{
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		padding: 0px 0px;
}
.check_total .box p{
		display: inline-block;
		width: 25%;
		margin: 0px;
		padding: 0px;
		text-align: right;
}
.check_total .box p:first-child{
		width:75%;
		text-align: right;
}
.check_total .block{
		display: flex;
		justify-content: flex-end;
		padding: 20px 0px 0px 0px;
}
.check_total .block h2,
.check_total .block p{
		font-family: 'DecimaMonoX';
		font-weight: bold;
		font-size: 14px;
		margin: 0px 0px 5px 0px;
		padding: 0px;
}
.check_total .block p{
		min-width: 25%;
		text-align: right;		
}
.check_total > p{
		text-align: right;
		margin: 0px;
		font-size: 10px;
}
.check_txt{
		padding: 0px 0px 0px 0px;
}
.check_txt p{
		font-family: 'Helvetica-Light';
		font-size: 12px;
		display: inline-block;
		padding: 0px 0px;
		margin: 20px 0px 10px 0px;
}
.check_txt span{
		display: block;
		font-family: 'MyriadPro-Regular';
		font-size: 10px;
}
.order-cancel{
		display: block;
		cursor: pointer;
		margin-top: 20px;
		margin-inline: auto;
}


.addr h2{
		display: block;
		padding: 0px;
		margin: 0px 0px 20px 130px;
		font-family: 'DecimaMonoX';
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
		text-transform: uppercase;
		color: #000;
		text-align: center;
}
.necessarily{
		padding: 33px 0px 22px 0px;
}
.addr .box{
		margin: 0px 0px 10px 0px;
		padding: 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-family: 'DecimaMonoX';
		font-style: normal;
		font-size: 12px;
}
.addr .box input{
		width: 380px;
		height: 28px;
		line-height: 28px;
		border: 1px solid #7f7f7f;
		padding: 0px 10px;
		outline: none;
		font-family: 'DecimaMonoX';
		font-family: Helvetica;
		font-size: 18px;		
}
.addr .box .addr_select{
		display: flex;
		justify-content: space-between;
		border: 1px solid #7f7f7f;
		width: 399px;
}
.addr .box .addr_select input,
.addr .box .addr_select input:focus{
		width: 280px;
		border: none;
}
.addr_select_nav{
		display: block;
		height: 29px;
		width: 100px;
		cursor: pointer;
}
.addr .box input::placeholder{
		opacity:0;
}
.addr > p{
		font-family: 'Helvetica-Light';
		font-size: 12px;
		line-height: 1.2;
		margin: 5px 0px 22px 130px;
		padding: 0px;
		text-indent: 10px;
}
.addr .box label{
		line-height: 28px;
		position: relative;
		width: 130px;
}
.addr .box label span,
.addr_checkbox span{
		display: none;
		position: absolute;
		font-family: 'MyriadPro-Regular';
		right: 11px;
		top: -6px;
		color: #ff0000;
		font-size: 18px;
}
.addr_checkbox span{
	left: -19px;
	right: auto;
}
.addr .box label span.active,
.addr_checkbox span.active{
		display: block;
}
.addr_submit{
		margin: 35px 0px 0px 130px;
}
.addr input[type="submit"],
.addr button{
		border: 2px solid #000;
		background: none;
		width: 100%;
		height: 28px;
		font-family: 'DecimaMonoX';
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 10px;
		cursor: pointer;
		transition: 0.2s;
		text-transform: uppercase;
}
.addr input[type="submit"]:hover,
.addr button:hover{
		background-color: #000;
		color: #fff;
}
.addr_submit p{
		display: none;
		margin: 10px 0px;
		text-align: center;
		color: #ff0000;
		font-family: 'MyriadPro-Regular';
		font-size: 12px;
}
.addr_select{
		position: relative;
		width: 400px;
}
.addr_select input{
		cursor: pointer;
		background: none;
		border: none;
		text-align: center;
		width: 100%;
}
.addr_select_option{
		display: none;
		position: absolute;
		left: -1px;
		top: 100%;
		margin: 0px 0px 0px 0px;
		width: 100%;
		padding: 20px 0px;
		height: 195px;
		background-color: #fff;
		border: 1px solid #7f7f7f;
		overflow: scroll;
		z-index: 1;
}
.addr_select_option.active{
		display: block;
}
.addr_select_option a{
		display: block;
		text-align: left;
		text-decoration: none;
		font-family: 'DecimaMonoX';
		font-family: Helvetica;
		font-style: normal;
		font-size: 12px;
		color: #000;
		margin: 0px 0px 0px 20px;
		line-height: 30px;
}
.addr_select_option a:hover{
		text-decoration: underline;
}
.addr_select_top{
		position: absolute;
		right: 65px;
		top: 4px;
		height: 10px;
		width: 10px;
		background-image: url(/images/top.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}
.addr_select_bottom{
		position: absolute;
		right: 65px;
		bottom: 4px;
		height: 10px;
		width: 10px;
		background-image: url(/images/bottom.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}
.addr_select_top:hover,
.addr_select_bottom:hover{
		opacity:0.5;
}
.addr_hide{
		z-index: 0;
		display: block;
		transition: 0.5s;
}
.addr_hide.active{
		display: block;
}

















}
/* end css */







.check{
    border: 1px solid #cecece;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    width: min(100%, 450px);   
    box-sizing: border-box; 
    font-family: 'DecimaMonoX';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding: 15px;
    margin: 0px 0px 40px 0px;
}
.check .title{
    text-align: center;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}
.check .title h2{
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}
.check .title p{
    font-size: 12px;
    color: gray;
    text-transform: lowercase;
}
.check p{
		padding: 0px;
		margin: 0px;
}


table.check_artworks{
    width: 100%;
}
table.check_artworks thead{
    display: none;
}
table.check_artworks tr th,
table.check_artworks tr td{
    margin: 0px;
    padding: 8px 0px 0px 0px;
    text-align: left;
}
.check_artworks_td{
    display: flex;
    justify-content: space-between;
}
table.check_artworks tr td.check_artworks_td2{
    text-align: right;
    padding-right: 0px;
}

table.check_price{
    width: 100%;
    margin: 20px 0px 20px 0px;
}
table.check_price thead{
    display: none;
}
table.check_price tr th,
table.check_price tr td{
    margin: 0px;
    padding: 8px 5px 0px 0px;
    text-align: left;
}
table.check_price tr > td:last-child{
    text-align: right;
    padding-right: 0px;
}
table.check_price tr th.check_price_total,
table.check_price tr td.check_price_total{
    font-size: 18px;
    font-weight: bold;
    padding: 20px 5px 20px 0px;
}

.checkmess{
    font-size: 12px;
    line-height: 1.2;
    color: gray;
}






















/* horizont  */
@media screen and (orientation: landscape) and (max-width: 1024px) {

		.banner{
				height: 100vh;
		}
		.banner_phone{		
				height: 100vh;
		}
		.lang{
				top: auto;
				bottom: 20px;
		}
		.index .int {
			display: flex;
			flex-flow: row wrap;
			justify-content: space-between;
		}
		.index .int .block {
			width: calc(50% - 10px);
			margin: 0px 0px 54px 0px;
		}
	
	


}
/* end horizont  */







.banner_phone_ticker{
		display: flex;
		align-items: center;
    justify-content: center;
}
.ticker {
		display: none;
	  width: 100%;
	  white-space: nowrap;
	  overflow: hidden;
}

.ticker__wrapper {
  display: flex;
}

.ticker__item {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 30px 0px 0px;
  /*animation: ticker 15s linear infinite;*/
  font-family: 'Marquee';
  font-display: fallback;
}
.ticker__item p{
		display: inline-block;
		margin: 0px;
		padding: 0px;
}

@keyframes ticker {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}