@font-face {
	font-family: Impact;
	src: url('../fonts/impact.ttf');
}

@font-face {
	font-family: Geom;
	src: url('../fonts/geom.ttf');
}

@import url('https://fonts.googleapis.com/css?family=Roboto:500,900&display=swap');


body {
	overflow-x: hidden;
}
main {
	min-height: 60vh;
	min-height: 500px;
}

.my-btn {
	background: #AD498C;
	color: white;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 10px 30px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: none;
	cursor: pointer;
}

.my-btn:active, .my-btn:hover {
	color: #fff;
}

.my-btn-form {
	border: 1px solid #FAD00E;
	background: -o-linear-gradient(#080C0B, #7B1259);
	background: -webkit-gradient(linear, left top, left bottom, from(#080C0B), to(#7B1259));
	background: linear-gradient(#080C0B, #7B1259);
	color: black;
	font-family: Calibri;
	position: absolute;
	top: 150px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 18px;
	width: 280px;
}

.my-btn-form span img {
	width: 20px;
	margin: 0 0 0 10px;
}

.my-btn-select {
	color: #fff;
	padding: 5px 20px;
	background: black;
}

.block-img {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	top: 0;
	left: 0;
}
.block-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
}

a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	text-decoration: none;
	color: #fff;
}


.my-btn:hover {
	background: black;
}


/*header*/
.logo {
	width: 100px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.text-h2-header {
	font-size: 60px;
}

nav {
	z-index: 2;
}

.navbar-toggler {
	outline: none !important;
}

.small-header {
	background: black;
	color: white;
}
.header-desktop {
	width: 100%;
	height: 100vh;
}
.header-desktop-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 500px;
	position: absolute;
	left: 250px;
}

.header-desktop video {

	-o-object-fit: cover;
	object-fit: cover;
	-webkit-filter: brightness(53%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
	filter: brightness(53%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.header-desktop-text h1:before {
	content: '';
	position: absolute;
	bottom: 170px;
	width: 300px;
	height: 2px;
	background: #AD498C;
}

.header-desktop-description {
	font-size: 18px;
	font-weight: 600;
	color: darkgrey;
}


.nav-item {
	text-transform: uppercase;
	margin: 0 10px;
}

.nav-item a:hover {
	color: lightgrey;
}


.cart-header {
	width: 40px;
	background: white;
	border-radius: 50%;
	margin: -7px 0 0 10px;
	border: 1px solid black;
}

.cart-header img {
	width: 100%;
	padding: 10px;
}


/*categories*/

.cat-item {
	cursor: pointer;
}

.cat-item img {
	width: 100%;
}

/* весь контейнер поддерживает перспективу */
.flip-container, .front, .back {
	width: 100%;
	height: 100%;
}

/* здесь находится скорость перевертывания */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* скройте обратную сторону во время переворота */
.front, .back {
	backface-visibility: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 5px;
	min-height: 180px;
	max-height: 350px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.back {
	position: absolute;
	background: linear-gradient(45deg, #800000 0%, #FF8040 70%);
	padding: 0 20px;
	font-size: 12px;
	text-align: center;
}

/* лицевая сторона размещена над обратной */
.front {
	z-index: 2;
	margin: 10px 0;
}

/* обратная, изначально скрытая сторона */
.back {
	transform: rotateY(180deg);
}

.inner {
	background: rgba(0, 0, 0, .6);
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.inner2 {
	border-radius: 50%;
	height: 120px;
	display: flex;
	align-items: center;
}

.cat-z-big {
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
}

.cat-z-big-small {
	border-top: 3px solid #00A658;
	font-size: 25px;
	font-weight: 100;
	line-height: 1;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: white;
}

.cat-item-m {
	color: #000;
	padding: 15px;
	border: 1px solid #000;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 70px;
}

/*new*/
.new-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.new-title img {
	width: 50%;
}

.product {
	border: 5px solid #AD498C;
	border-radius: 10px;
	padding: 0 10px 10px 10px;
	background: #fff;
}

.product img {
	width: 100%;
}

.hit-new-product-main {
	min-height: 10px;
	max-height: 40px;
	margin: 0 0 5px 0;
}

.hit-new-product {
	width: 50px !important;
}

.basket-product {
	width: 50%;
	cursor: pointer;
}

.name-product-main {
	width: 100%;
	text-align: center;
	min-height: 100px;
}

.name-product {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Impact;
	color: black;
	display: inline-block;
	line-height: 20px;
}

.name-product span {
	font-family: 'Arial';
	font-weight: 500;
	font-size: 16px;
	padding: 15px 0 0 0;
}

.np-b {
	border-bottom: 3px solid #AD498C;
	display: inline-flex;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

.price {
	font-size: 20px;
	font-weight: bold;
}

.nal {
	color: #52BD07;
	text-transform: uppercase;
	font-weight: bold;
}

.but-t {
	background: #AD498C;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.img-prev {
	height: 180px;
}

.img-prev img {
	max-width: 240px;
    max-height: 200px;
}

.basket-product a img {
	margin: 0 0 0 5px;
}

.open-basket {
	cursor: pointer;
}

/*slider main*/
.slick-slider-main-item {
	position: relative;
}

.slick-slider-main-item.slick-slide img {
	height: 450px;
	width: 100%;
}

.slider-main {
	position: absolute;
	top: 63%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.slider-main p {
	color: white;
	font-size: 30px;
	font-weight: 700;
	color: #fcfcfc;
	text-transform: uppercase;
}

.right-slick-slider-main img {
	width: 100%;
	height: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.slick-slider-main-item.slick-slide {
	height: 450px;
}

.right-slick-slider-main {
	position: relative;
	height: 450px;
	overflow: hidden;
}

.right-slick-slider-main img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.right-slick-slider-main img {
	-webkit-filter: brightness(53%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
	filter: brightness(53%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}


.right-slick-slider-main-item {
	position: absolute;
	bottom: 6%;
	text-align: right;
	padding: 0 10px 0 0;
	color: white;
}

.bg-head {
    background: rgba(0, 0, 0, .4);
    padding: 20px 20px 0 20px;
}

.right-slick-slider-main-item h3 {
	padding: 0 0 10px 0;
}

.right-slick-slider-main-item p {
	font-size: 13px;
	font-weight: 500;
	line-height: 2em;
	margin: 0 0 0 10px;
}

.product-mobile img {
	max-height: 95px;
}

/*brands*/
.title {
	text-transform: uppercase;
}
.title:before {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 120px;
	height: 2px;
	background: #AD498C;
}

/*footer*/
footer {
	background: black;
}

.footer-title {
	color: white;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid grey;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.contact {
	color: white;
	font-size: 20px;
}

.contact span {
	color: grey;
	font-size: 14px;
}

form input[type="tel"] {
	padding: 10px 30px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: none;

	background: #1A1A1A;
	margin: 10px 0;
	outline: red;
	color: white;
}

form input[type="tel"]::-webkit-input-placeholder {
	color: white;
}

form input[type="tel"]::-moz-placeholder {
	color: white;
}

form input[type="tel"]:-ms-input-placeholder {
	color: white;
}

form input[type="tel"]::-ms-input-placeholder {
	color: white;
}

form input[type="tel"]::placeholder {
	color: white;
}

/*categories page*/
.cat-title {
	margin: 80px 0 0 0;
}

/*product*/
.slider-product-main div {
	margin: 0 auto;
	display: flex !important;
	justify-content: center;
}
.slider-product-main div img {
	width: 30%;
}

.slider-product-small div img {
	width: 50%;
}

.product-container {
	margin: 200px auto 50px auto;
}

.product-data h2, .product-sku {
	font-weight: 400;
	text-transform: uppercase;
}

.product-data ul {
	padding-left: 20px;
	margin: 10px 0;
}

.product-sku {
	margin: 10px 0;
}

.product-price {
	width: 100%;
	padding: 6px 0;
	color: #da580c;
	font-size: 25px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-price .symbol {
	text-transform: lowercase;
}

/*basket*/
.basket-right {
	height: 100vh;
	background: black;
	width: 360px;
	color: white;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1031;
	overflow: auto;
	display: none;

	padding: 10px 0 10px 20px;
}

.to-site {
	color: darkgrey;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0 20px 0;
	cursor: pointer;
}

.basket-products .d-flex {
	margin: 10px 0;
}

.img-product-basket {
	width: 85px;
	height: 60px;
	margin: 15px 10px 10px 0;
}

.basket-product-information {
	margin: 10px 15px !important;
	position: relative;
}

.fa-times-circle {
	position: absolute;
	right: 0;
	cursor: pointer;
}

.basket-product-information-price {
	font-size: 15px;
	color: #da580c;
}

.basket-result {
	border-top: 1px solid #3c3d39;
	margin: 0 20px 0 0;
	padding: 20px 0 0 0;

	font-size: 20px;
	font-weight: 200;
	color: #adaeaa;
}

/*product mobile new*/
.my-btn-product-mobile-new {
	background: #F17E00;
	color: white;
	cursor: pointer;
	border-radius: 2px;
	font-size: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 100;
	padding: 0 5px;
	font-family: Impact;
}

/*mobile slider header*/
.mobile-slider-main-page-item {
	width: 100%;
	height: 55vh;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

/*pagination*/
.pagination {
	margin: 30px 0;
}
.pagination a {
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.pag-item {
	width: 35px;
	height: 35px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pag-item:hover {
	background: #EACF00;
}

.pag-item:hover a {
	color: white;
}

.pag-active {
	font-size: 20px;
	font-weight: bold;
	background: #AD498C;
	color: white;
}

.z-stat {
	text-transform: uppercase;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	text-align: center;
	display: inline;
	font-size: 25px;
	font-weight: bold;
	padding: 10px 0;
}

.data-product {
	padding: 10px 0 0 0;
}

.w-one-img {
	max-width: 500px;
	display: flex;
	justify-content: center;
	max-height: 300px;
}

iframe {
	width: 100%;
}

/*media*/
@media screen and (min-width: 769px) {
	.header-desktop, .desktop-new, .desktop-brand {
		display: block;
	}

	.product-mobile img {
		height: auto;
	}

	.header-mobile, .mobile-new, .mobile-brand, .slider-mobile-hide, .logo-mobile-catalog-product, .form-header-logo, .video-main-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 1700px) {
	.sliderDes {
	    background-size: cover !important;
	}
}

@media screen and (max-width: 1400px) {
	.cart-header {
		width: 60px;
	}
}
@media screen and (max-width: 768px) and (min-width: 550px) {
	.mobile-slider-main-page-item {
		width: 100%;
		height: 100vh;
	}

	.price {
		font-size: 30px;
	}
}

@media screen and (max-width: 550px) and (min-width: 320px) {
	.mobile-slider-main-page-item {
		width: 100%;
		height: 57vh;
	}
}


@media screen and (max-width: 768px) {
    .bg-head {
        background: transparent;
        padding: 20px;
    }
    
	body {
		overflow-x: hidden;
	}
	.product-container {
		margin: 50px auto;
	}

	.img-menu {
		width: 15%;
	}

	.pagination a {
		color: white;
	}

	.hit-new-product {
		width: 40px !important;
		height: 25px !important;
	}

	.name-product-new {
		min-height: auto !important;
		margin: 3px 0 0 0;
		padding: 0;
		font-family: Impact;
		text-transform: uppercase;
	}

	.logo-mobile-catalog-product {
		display: block;
	}
	.catalog-bg {
		background: url('/assets/images/background/mobileBackground.png');
		background-size: 100%;
	}
	.cat-title {
		color: white;
	}

	.header-m {
		width: 100%;
	}

	.header-desktop, .desktop-new, .desktop-brand, .small-header {
		display: none;
	}


	.header-mobile, .mobile-new, .mobile-brand {
		display: block;
	}

	.container.align-items-start.mt-3, .collapse.mt-3.navbar-collapse, .header-m {
		margin-top: 0 !important;
	}

	.categories-main:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.hide-slick-slider-main {
		display: none;
	}

	.footer-title {
		margin: 20px 0 0 0;
	}

	/*mobile product new*/
	.data-product-mobile {
		text-align: center;
	}
	.data-product-mobile .price {
		font-size: 15px;
		font-style: italic;
		font-weight: 300;
		padding-top: 0 !important;
	}

	.data-product-mobile .name-product {
		font-size: 11px;
		color: #da580c;
		min-height: 50px;
	}

	.product-mobile img {
		padding: 2px 4px 0 4px;
	}

	.new-title img {
		width: 80%;
		height: 50px;
	}

	.nav-item {
		margin: 10px 5px 10px 0;
	}

	/*arrows main slider header*/
	.slick-active button {
		background: url('/assets/images/mobileSliderMainPage/sn_red.png') no-repeat !important;
		width: 45px !important;
		background-size: 45px !important;
	}

	.slick-dots {
		position: absolute !important;
		top: 90%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 0 0 0 -30px;
	}

	.slick-dots li {
		background: url('/assets/images/mobileSliderMainPage/sn_white.png') no-repeat !important;
		width: 45px !important;
		background-size: 45px !important;
	}

	.slick-dots li button:before {
		display: none !important;
	}

	.collection {
		font-size: 14px;
	}

	.name-product {
		font-size: 20px;
	}
	.collection, .name-product {
		margin-left: 0 !important;
	}

	/*form header logo*/
	.form-header-logo {
		position: absolute;
		z-index: 1029;
		top: 10%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.logo-mobile-catalog-product a img {
		width: 170px;
	}

	.logo-form {
		width: 120px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
	}

	h1 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1rem;
	}
}

/*catalog*/

.catalog-top {
	margin: 90px auto 0 auto;
}

@media screen and (max-width: 500px) {
	.w-one-img {
		max-width: 300px;
		display: flex;
		justify-content: center;
		max-height: 200px;
	}

	.block-img img {
		max-width: 300px;
	}
	.price {
		font-size: 35px;
	}

	.basket-product a img {
		margin: 10px 0 0 0;
	}

	.catalog-top {
		margin: 30px auto 0 auto;
	}

	.title {
		font-size: 23px;
		margin: 20px 0 0 0;
	}

	.menu-cart {
		font-size: 14px;
		font-weight: 300 !important;
	}

	.navbar-toggler, .navbar-brand {
		padding: 0 !important;
		font-size: 0.9rem;
	}

	.categories-main {
		margin: 3px 0;
	}
	
	.my-btn-form {
	    top: 250px;
	}

	.sliderDes {
		padding: 70px 0 20px 0 !important;
		background: url('/assets/images/header/bg-mob.png') !important;
		background-size: cover !important;
	}

	.head-form {
		margin-top: 10px !important;
	}

	.but-open {
		margin: 30px 0 0 0 !important;
	}

	.cat-z-big {
		font-size: 20px;
	}

	.cat-z-big-small {
		font-size: 15px;
	}

	.cat-item-m {
		color: #fff;
		border: 1px solid #fff;
		font-size: 11px;
		min-height: 80px;
	}

	.hide-500 {
		display: none !important;
	}

	.slider-main p {
		font-size: 16px;
		margin-bottom: 0;
	}

	.right-slick-slider-main {
		margin: 10px 0 0 0;
	}

	.slick-slider-main-item.slick-slide, .right-slick-slider-main {
		height: 200px;
	}

	.front, .back {
		min-height: 140px;
	}

	.fb-cat {
		min-height: 180px;
	}

	.price {
		font-size: 22px;
	}

	.nal {
		font-size: 12px;
	}

	.p-cat {
		padding-left: 2px;
		padding-right: 2px;
	}

	.front {
		margin: 8px 0 0 0;
	}

	.img-prev {
		height: 130px;
	}

	.img-prev img {
		max-width: 100%;
	    max-height: 130px;
	}

	.price {
		font-weight: 100;
		font-family: Impact;
		font-size: 14px;
	}

	.nal {
		font-size: 10px;
	}

	.but-t {
		font-size: 13px;
	}

	.logo-mobile-catalog-product-main a img {
		width: 100px;
	}

	.logo-mobile-catalog-product-main {
		margin: 0 0 100px 0;
	}

	.head-form input[type="text"] {
		width: 70% !important;
		padding: 0;
	}

	.z-stat {
		font-size: 16px;
	}

	.but-open.pt-5 {
		padding-top: 8rem !important;
	}

	.but-open.pt-5 img {
		max-height: 55px;
	}

	.slider-product-main div img {
		max-width: 300px;
		max-height: 260px;
	}

	.right-slick-slider-main-item h3 {
		font-size: 20px;
	}
	
	.bg-head {
	    padding: 0;
	}
}

@media screen and (max-width: 400px) {
	.navbar-brand {
		margin-right: 0 !important;
	}

	.my-btn-form {
		font-size: 16px;
	}

	.product-container {
		margin: 50px auto;
	}
	
	.my-btn-form {
	    top: 210px;
	}

	.name-product {
		font-size: 17px;
	}

	.but-open.pt-5 {
		padding-top: 5rem !important;
	}

	main {
		min-height: 80vh;
	}
}


@media screen and (max-width: 390px) {
	.basket-product a img {
		margin: 5px 0 5px 0;
	}
	
	.my-btn-form {
	    top: 200px;
	}

	.z-stat {
		font-size: 14px;
	}

	.name-product, .name-product span {
		font-size: 11px;
	}
}

@media screen and (max-width: 330px) {
	.basket-right {
		width: 100%;
		padding-left: 5px;
	}
	.price {
		font-size: 20px;
	}

	.basket-product a img {
		margin: 6px 0 0 0;
	}
	
	.my-btn-form {
	    top: 160px;
	}

	.but-open.pt-5 {
		padding-top: 3rem !important;
	}

	.z-stat {
		font-size: 12px;
	}

	.product-data h2 {
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
	}
}



/*CUSTOM*/
.blockSlaid img{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
}


.cont-desp-slide{
	position: absolute;
	top: 40%;
	z-index: 9999999;
	color: #fff;
	text-transform: uppercase;
	font-size: 70px;
	font-weight: bold;
}

.buttonMore {
	border: 1px solid #fff;
	font-size: 17px;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
	text-align: center;
	background-color: transparent;
	color: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 300px
}


.buttonMore:hover{
	border: 1px solid #fff;
	background-color: #fff;
	color: #000;
	font-size: 17px;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/*header*/
.sliderDes {
	background: url('/assets/images/header/bg.png') no-repeat;
	background-size: cover;
	padding: 170px 0 50px 0;
	color: #fff;
	text-align: center;
}

.sliderDes h4 {
	font-weight: 100;
}

.head-form {
	display: flex;
	justify-content: center;
}

.head-form input {
	padding: 10px 0;
	border: 2px solid #AD498C;
}

.head-form input[type="submit"] {
	text-transform: uppercase;
	background: #AD498C;
	color: black;
	padding: 3px 10px;
	font-weight: bold;
	border-top-right-radius: 45%;
	border-bottom-right-radius: 45%;
}

.head-form input[type="text"] {
	width: 50%;
}

.but-open img {
	min-width: 250px;
	max-width: 250px;
}

.but-open {
	display: flex;
	justify-content: center;
	margin: 80px 0 0 0;
}