:root {
	
	--text-primary: #3E2E2E;		/* более темный */
	--text-primary-2: #654C4C; 		/* немного светлее */
	--text-primary-light: #8E6D6D; 	/* светленткий*/
	
	--color-borders-medium: #CABEBE;
	--color-borders-black: #000000;
	--color-magenta: #EF2DF5;
	--color-green: #76C6C3;
	--color-brown: #CE803B;
	
	--bg-dark: #3E2E2E;
	--bg-medium: #E5E1E1;
	--bg-light: #ECE8E891;
	
	
		--color-white: #fff;
		
		--box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
	    --transition: all .5s ease-in-out;
	    --transition2: all .3s ease-in-out;
	    --color-dark: #160E4B;
	    --color-hyper: rgb(140, 82, 255);
    
}



/* header */
header{
	/*box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);*/
}



@media(max-width: 991.98px){
	
	/*.main-bar .menu.active{
		visibility: visible;
        opacity: 1;
	}
	body .logo {
	    
	    border: 6px solid #fff;
	}*/
	
}



/* End header   */




.btn{
	position: relative;
    font-size: 16px;
    background: var(--bg-dark);
    color: var(--color-white);
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    z-index: 1;
    
    height: 48px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}

.btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--color-brown);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.btn-md{
	height: 42px;
    border-radius: 21px;
    padding: 0 25px;
}
.btn-xl{
	height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    font-size: 16px;
}
.btn-xxl{
	height: 64px;
    border-radius: 32px;
    padding: 0 32px;
    font-size: 18px;
}
.btn::before{
	height: 600px;
    width: 600px;
}


.brcr{
	padding-top: 1.5rem;
	padding-bottom: 1px;
}
.breadcrumbs{
	list-style: none;
	padding: 0;
	_margin-top: 1.5rem;
	font-size: 15px;
	color: var(--text-gray);
}
.breadcrumbs li{
	margin-right: 3px;
	margin-left: 5px;
}
.breadcrumbs li:nth-child(1){
	margin-left: 0;
}
.breadcrumbs *{
	display: inline-block;
}

/* END MAIN */



body .glide__arrow{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	cursor: pointer;
	border: 1px solid var(--color-borders-medium) !important;
	background: #fff url(/assets/images/elements/arr-l.svg) no-repeat 50% 50%;
}
body .glide__arrow--right{
	right: -30px;
	background: #fff url(/assets/images/elements/arr-r.svg) no-repeat 50% 50%;
}
body .glide__arrow--left{
	left: -30px;
}
@media(min-width: 768px){
	body .glide__arrow{
		width: 80px;
		height: 80px;
		border-radius: 100%;
		cursor: pointer;
		border: 1px solid var(--color-borders-medium) !important;
	}
	body .glide__arrow--right{
		right: -40px;
	}
	body .glide__arrow--left{
		left: -40px;
	}
}

.glide__bullet{
	background: var(--bg-medium) !important;
	border: none !important;
	box-shadow: none !important;
}
.glide__bullet--active{
	background: var(--color-magenta) !important;
}
body .glide__bullets{
	bottom: -36px;
}







/* Footer */

footer{
	padding-top: 36px;
}

@media(max-width: 575.989px){
	footer .f-logo{
		max-width: 80%;
	}
}

@media(min-width: 992px){
	footer{
		padding-top: 56px;
	}
	.footer-content{
		
	}
	
}

.footer-content h4{
	text-align: center;
}

.write-us{
	width: 376px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	Xoutline: 1px solid pink;
	margin-top: 40px;
}
.write-us input, .write-us textarea{
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--color-borders-black);
	outline: none;
	background: transparent;
	Xcolor: var(--dark-light);
	Xfont-weight: 340;
}
.write-us input{
	padding: .9em .3em;
	padding-top: 0;
	margin-bottom: 0.5em;
}
.write-us textarea{
	padding: .5em 0;
	padding-left: .3em;
}

.footer-content nav{
	display: flex;
    justify-content: center;
}
.footer-content nav ul{
	list-style: none;
	padding-left: 0;
	font-size: 15px;
}
@media(min-width: 992px){
	.footer-content .fast-contacts{
		position: relative;
		left: -14px;
	}
}
.footer-content nav ul a{
	display: inline-block;
	margin-bottom: 10px;
	
}
.footer-content nav ul a:hover{
	text-decoration: underline;
}

.fast-contacts{
	list-style: none;
	padding-left: 0;
}
.fast-contacts li{
	display: flex;
	margin-bottom: 10px;
}
.fast-contacts li div:nth-child(1){
	color: var(--text-primary-2);
	margin-right: 16px;
	white-space: nowrap;
	font-weight: 300;
}
.fast-contacts li div:nth-child(2){
	
}

@media(max-width: 991.98px){
	.container-t{
		max-width: 460px;
	}
	footer nav ul{
		display: block;
		text-align: center;
		margin-top: 24px;
	}
	footer nav ul li{
		display: inline-block;
		margin: 0 12px;
	}
	.write-us{
		margin-bottom: 40px;
	}
	.fast-contacts li{
		width: 100%;
		justify-content: center;
	}
	.fast-contacts{
		margin-bottom: 30px;
	}
}

/*.fast-contacts a{
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	color: var(--color-orange);
	margin-bottom: 1.25rem;
	font-family: "Cormorant", "Cormorant Fallback", "Helvetica Neue", serif;
	line-height: 1.10;
	padding-bottom: 4px;
}*/



/*.f-phone:before {
    -webkit-mask: url(/assets/images/elements/phone.svg);
    mask: url(/assets/images/elements/phone.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: relative;
    bottom: -3px;
}
.f-email:before {
    -webkit-mask: url(/assets/images/elements/email.svg);
    mask: url(/assets/images/elements/email.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}*/




/* END Footer */




/* HOME */

.hero {
	padding: 2.5rem 0;
	
}



.hero h1{
	font-family: Novoposelensky, sans-serif;
	/*background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;*/
	text-transform: uppercase;
	display: flex;
    flex-direction: column;
    font-size: 30px;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}
@media(min-width: 410px){
	.hero h1{ font-size: 32px; }
}
@media(min-width: 768px){
	.hero h1{ font-size: 60px; }
}

.hero p{
	font-size: 15px;
}

@media (min-width: 1200px) {
    .hero h1 {
        font-size: 74px;
    }
    .hero h1 span{
    	text-align: right;
    }
}
@media (min-width: 1440px) {
    .hero h1 {
        font-size: 92px;
    }
}

@media(max-width: 1039.98px){
	.hero .wide-section .container-lg{
		padding: 0;
	}
}


.t-2{
	margin-top: 4rem;
}


.section-card{
	border: 1px solid var(--color-borders-medium);
	margin-bottom: 24px;
}
.section-card img{
	width: 100%;
}

@media(min-width: 1200px){
	section.cats .section-card{
		width: 368px;
	}
}

.section-card>div{
	padding: 24px;
}
.section-card h3{
	margin: 0;
	margin-bottom: 8px;
}

.section-card p{
	color: var(--text-primary-2);
}


.hero-2{
	max-width: 100%;
	margin-top: 3rem;
	height: auto;
}



.why-preorder{
	padding-top: 5rem;
}

.order-step{
	padding: 0 50px;
}
.order-step strong{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
	display: block;
}
.order-step p{
	line-height: 1.45;
	color: var(--text-primary-2);
}



.iicn{
	display: flex;
	align-items: center;
    justify-content: center;
    height: 120px;
}


@media(max-width: 575.98px){
	.order-step{
		text-align: center;
	}
}
@media(min-width: 992px){
	.order-step{
		padding: 0 20px;
	}
}


#timer-section{
	padding-top: 3rem;
	padding-bottom: 3rem;
}



.timer-body{
	display: flex;
	
}
@media(max-width: 1199.98px){
	.timer-header{
		text-align: center;
		Xfont-family: "Novoposelensky", serif;
		font-size: 19px;
        line-height: 1.2;
        margin-bottom: 6px;
	}
	.timer-body{
		height: 50px;
		border-radius: 25px;
		padding-left: 25px;
		padding-right: 25px;
		border: 2px solid var(--color-borders-medium);
	}
}


.timer-body>div{
	flex: 1;
	__outline: 1px solid pink;
}

.t-segment{
	position: relative;
	height: 100%;
	display: flex;
	align-items: baseline;
    justify-content: flex-start;
    flex-wrap: nowrap;
    
    padding-left: 18px;
    
}
body .t-segment:nth-child(1){
	padding-left: 0;
}
.t-segment b{
	font-weight: 600;
	font-size: 30px;
	margin-right: 1px;
	line-height: 46px;
}
.t-segment span{
	display: none;
}

.t-segment:not(:nth-child(1)):before{
	content: "✦";
	position: absolute;
	left: 0;
	top: 11px;
	font-size: 10px;
	color: var(--text-primary-light);
}
.t-segment:not(:nth-child(1)):after{
	content: "✦";
	position: absolute;
	left: 0;
	top: 21px;
	font-size: 10px;
	color: var(--text-primary-light);
}

@media(min-width: 1200px){
	#timer{
		display: flex;
		border: 1px solid var(--color-borders-medium);
		height: 80px;
		border-radius: 40px;
		align-items: center;
        justify-content: space-between;
        padding: 0 50px;
	}
	.timer-header{
		font-weight: 500;
		font-size: 18px;
	}
	.timer-body{
		width: 440px;
		height: 50px;
		display: flex;
		position: relative;
        top: 4px;
	}
	.t-segment{
		
	    
	    padding-left: 30px;
	}
	.t-segment b{
		font-weight: 600;
		font-size: 32px;
		margin-right: 4px;
	}
}



/* --color-borders-medium */



/* End home page */






.section-preview{
	width: 500px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}










section{
	/*padding-top: 4rem;
	padding-bottom: 4rem;*/
}





body .glide__bullets{
	
}

body .glide__arrows *, body .glide__bullets *{
	transition: none !important;
} 


.mvika-text{
	font-size: 18px;
}
@media{min-width: 992px}{
	.mvika-text{
		font-size: 24px;
	}
}



.glide__slides {
	display: flex;
}

.glide__slide {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.prod-tile{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}

.prod-tile .btn{
	justify-content: center;
	margin-top: 15px;
	margin-top: 25px;
}

.w-carousel-wrap{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
.prod-tile .price.sale{
	color: #ef2df5;
}




.gallery-product{
	border: 1px solid #CABEBE;
}


.dt-img{
	max-width: 100%;
	height: auto;
}


.offer-card{
	Xborder: 1px solid #CABEBE;
	Xpadding: 24px;
	position: relative;
	Xmargin-top: 32px;
	margin-bottom: 32px;
}


.saver{
	position: absolute;
	background: #CABEBE;
	color: #fff;
	padding: 0 16px;
	top: -25px;
	left: -1px;
	font-size: 13px;
	font-weight: 500;
	height: 25px;
	line-height: 25px;
	border-radius: 2px 2px 0 0;
}

.prices{
	display: flex;
    align-items: baseline;
    margin-bottom: 21px;
}
.prices .actual{
	color: #EF2DF5;
	font-size: 26px;
	font-weight: 600;
	margin-right: 8px;
}
.prices .actual span{
	font-size: 19px;
	margin-left: 4px;
}

.prices .standart, .prices .standart *{
	color: #222;
}

.prices .old{
	font-size: 17px;
	text-decoration: line-through;
}

.param-table{
	font-size: 14px;
}
.param-table td:nth-child(1){
	padding-right: 6px;
}
.param-table .status{
	color: #EF2DF5;
}
.param-table .status.in_stock{
	color: forestgreen;
}
.param-table .status.out_of_stock{
	color: orange;
}


@media(min-width: 1200px){
	.prices .actual{
		font-size: 32px;
	}
	.prices .actual span{
		font-size: 24px;
	}
	.prices .old{
		font-size: 18px;
	}
}


.col-prices{
	margin-bottom: 24px;
}
@media(min-width: 768px){
	.col-prices{
		margin-bottom: 0px;
	}
}
@media(min-width: 992px){
	.col-prices{
		margin-bottom: 24px;
	}
}
@media(min-width: 1200px){
	.col-prices{
		margin-bottom: 0px;
	}
}

.b-log{
	display: flex;
    justify-content: center;
}
@media(min-width: 7689px){
	justify-content: flex-end;
}

#wid-timer{
	background: #AC959526;
	margin-top: 16px;
	border-radius: 10px;
}

#wid-timer #timer{
	flex-direction: column;
	padding: 0;
    height: auto;
    border: none;
    border-radius: 0;
}
#wid-timer #timer-section {
    padding-top: 24px;
    padding-bottom: 24px;
}


#wid-timer .timer-header{
	width: 440px;
	max-width: 100%;
	text-align: left;
}
#wid-timer .t-segment b{
	font-size: 32px;
}


@media (max-width: 1199.98px) {
    #wid-timer .timer-body {
        height: 50px;
        border-radius: 0;
        padding-left: 25px;
        padding-right: 25px;
        border: none;
    }
    #wid-timer .timer-header{
    	text-align: center;
    }
}

@media(max-width: 991.98px){
	.gallery-product{
		margin-bottom: 24px;
	}
}

.info-prod .btn-xxl{
	width: 100%;
	text-align: center;
	justify-content: center;
}












