/* montserrat-regular - cyrillic_cyrillic-ext_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-italic - cyrillic_cyrillic-ext_latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-600 - cyrillic_cyrillic-ext_latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* sarabun-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Sarabun';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/sarabun-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* sarabun-800 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Sarabun';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/sarabun-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


  /* roboto-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-italic - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

html {
	box-sizing: border-box;
	font-family: Montserrat;
}
*, *::before, *::after{
	box-sizing: inherit;
}
body {
	min-width: 1480px;
	font-family: Roboto;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
/* HEADER BLOC START*/
.wrapper {
	display: flex;
	width: 1480px;
	margin: 0 auto;
	justify-content: center;
}

.header__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.header__nav {
	padding-left: 50px;
}

.header__logo {
	padding-top: 20px;
	padding-left: 30px;
}
.header__list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.header__item {
	margin-right: 25px;
}

.contacts__list {
	padding-right: 30px;
	padding-top: 20px;
	text-align: right;
	color: #464159; 
	font-size: 16px; 
	font-family: Roboto; 
	font-weight: 500; 
	line-height: 25px;
}
.img__lst {
	text-align: left;
}
.contacts__header{
	padding-left: 30px;
}

.contacts__item{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	
}
.contacts__item a {
	color: #464159; 
	text-decoration: none;
	transition: all 0.5 ease 0s;
}
.contacts__item a:hover{
	text-decoration: underline;
}
.header__link {
	font-style: normal;
	color: #3C1E93;
	font-size: 17px; 
	font-family: 'Montserrat'; 
	text-decoration: none;
	font-weight: normal; 
	line-height: 15px; 
}

.header__link:hover, .header__link:focus, .header__link:active{
	opacity: 0.75;
}

.menu__button {
	width: auto;
	height: 37px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 10px; 
	background: #FEFEFE; 
	box-shadow: 0px 4px 4px rgba(119, 134, 206, 0.25); 
	border-radius: 10px; 
	overflow: hidden; 
	border: 1px #3C1E93 solid;
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 10px; 
	text-align: center;
}

/*
.header__burger{
	display: none;
}
@media (max-width:767px){
	.header__burger{
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
	}
	.header__burger span{
		position: absolute;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #58409D;
		top: 9px;
	}
	.header__burger::before,
	.header__burger::after{
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #58409D;
		left: 0;
	}
	.header__burger::before{
		top: 0;
	}
	.header__burger::after{
		bottom: 0;
	}
}
*/


.header__arcs {
	max-width: auto;
	text-align: center;
	padding-bottom: 20px;
}

.company__name {
	text-align: center; 
	color: #0F3548; 
	font-size: 32px; 
	font-family: Sarabun; 
	font-weight: 400; 
	line-height: 15px; 
	letter-spacing: 1.92px; 
	word-wrap: break-word;
	max-width: auto;
	padding-bottom: 25px;	
}
.contacts__item{
	justify-content: space-between;}
/* HEADER BLOC END*/

/* MAIN BLOC START*/
.main {
	width: 1480px;
	margin: 0 auto;
}
.company__name h2{
	font-family: Montserrat;
	font-size: 24px;
	text-align: center;
}
.back {
	background: url(../images/back.png) no-repeat;
	margin: 0 auto;
	align-self: start;
}
.disclamer{
	font-family: Montserrat;
	font-size: 24px;
	text-align: center;
	padding-bottom: 50px;
	letter-spacing: 0.90px;
}

.container__content {
	margin: 0 auto;
	padding-top: 150px;
	width: 1480px;
	display: flex;
	padding: 0 20px;
	margin-bottom: 20px;
	justify-content: space-between;

}
.preview {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 700px;
	width: 70%;
	background: white; 
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); 
	border-radius: 10px; 
	border: 1px #DAF3ED solid; 
	margin: 0 auto;
	min-width: 0;
	
}

.product__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}


 .product__item {
	margin-top: 5px;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	max-width: 180px;
	height: 295px;
	transition: all 0.5s ease 0s;
 }
.product__item:focus, .product__item:hover, .product__item:active{
	top: 5px;
	box-shadow: 1px 1px 1px 2px rgba(82, 81, 80, 0.3); 
	box-sizing: 280px;
	background: top 1px;
	border-radius: 10px;

}

 .product__link {
	height: 235px;
	margin: 0 auto;
	text-align: center;
	justify-content: space-around;
 }

 .txt__link{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	word-wrap: normal;
	justify-content: space-evenly;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 auto;
	text-decoration: none;
	color: #414040;
	transition: all 0.5s ease 0s;
 }
.txt__link:focus, .txt__link:hover{
	text-decoration: underline;
}
 .product__img {
	padding-top: 5px;
	width: 145px;
	height: 235px;
}


.catalog__form {
	width: 15%;

}

.category_list{
	position: sticky;
	top:0;
}

.catalog__list {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}

.catalog__list form{
	height: 85px}
	
.category_list .catalog__list{
	margin: 0 auto;
	padding-left: 30px;
}
.category_list .catalog__list li{
	padding-bottom: 10px;
}
.catalog__form .catalog__list li{
	padding-bottom: 15px;
}
.catalog__item {
	
	width: 180px; 
	height: 75px;

}
.cat__button {
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
	word-wrap: break-word;
	border-radius: 10px; 
	width: 180px; 
	height: 70px; 
	background: #FAFAFA; 
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); 
	overflow: hidden; 
	border: 1px #acacac solid; 
	transition: all 0.5s ease 0s;
}

.cat__button:focus, .cat__button:hover, .cat__button:active {
	box-shadow: 0 0 4px #d4b36c;
}
.selected.cat__button {
	box-shadow: 0 0 6px #b1624a;
}



.cat__item {
	
	color: #464444; 
	font-size: 16px; 
	font-family: 'Montserrat'; 
	font-weight: 400; 
	text-decoration: none;

}
.item__img {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translate(0, -50%);
}

.cat__name {
	text-align: center;
}

 /* cat_category styles start*/
.catalog__page {
	margin: 0 auto;
	flex-wrap: nowrap;
	width: 1400px;
	display: flex;
	justify-content: space-between;
	min-height: 550px;
}

.annotate{
	height: 100%;
	margin: 0 auto;
	text-align: center;

}
.annotate h3{
	padding-top: 28%;
	text-align: center;
	margin: 0 auto;
	font-family: Montserrat;
	font-weight: 18px;
}
.catalog__form__tag {
	max-width: 230px; 
	height: auto;
	background: white; 
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); 
	border-radius: 10px; 
	border: 1px #DAF3ED solid; 
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px; 
	justify-content: center;
}

.all__product {
	margin-bottom: 15px;
	max-width: 1200px;
	min-width:1200px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	background: white; 
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); 
	border-radius: 10px; 
	border: 1px #DAF3ED solid; 
}

.product__list__cat {
	min-width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;	
	height: auto;
}

.product__item__cat{
	flex: 1 1 auto;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	padding-bottom: 20px;
	max-width: 180px;
	max-height: 300px;
	transition: all 0.5s ease 0;
	margin-left: 10px;
}

.product__item__cat:focus, .product__item__cat:hover, .product__item__cat:active{
	top: 5px;
	box-shadow: 1px 1px 1px 2px rgba(82, 81, 80, 0.3); 
	box-sizing: 280px;
	background: top 1px;
	border-radius: 10px;}
/* cat_category styles end*/


/* ___________________________________PRODUCT PAGE START___________________________________________*/
.product {
	width:80%;
	margin: 0 auto;
	min-height: 800px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #FEFEFE; 
	box-shadow: 0px 4px 4px rgba(169.81, 180.55, 236.94, 0.25); 
	border-radius: 10px; 
}
.product__img__self{
	width: 30%;
	height: 530px;
	justify-content: space-evenly;
	display: flex;
	background-color: white;

}
.product__img__self img{
	display: flex;
	width:300px;
	height: 470px;
}
.disctiption__product{
	margin-top: 30px;
	width: 60.5%;
	font-family: 'Montserrat';
	letter-spacing: 0.65px;
	font-size: 16px;
	font-weight: normal;
	height: 540px;
	
}
.product h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.65px;
}
.distrib__actions{
	flex-wrap: wrap;
	width: 30%;
	height: 260px;
}
.distrib__actions form {
	padding-bottom: 5%;
	text-align: center;

}
.form_sending{
	width: 60.5%;
}
.wild__butt {
	padding-bottom: 0;
	height: 50px;
	color: white;
	width: 230px;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 0px 4px 4px rgba(70, 68, 68, 0.25);
	border: none;
	position: relative;
	top: 0;
	transition: background-color 0.5s ease 0s;
	background: linear-gradient(91deg, rgba(175.60, 72.92, 192.31, 0.70) 37%, rgba(91.10, 17.61, 103.06, 0.80) 100%);
}
.wild__butt:hover, .wild__butt:focus{
	background: linear-gradient(91deg, rgba(175.60, 72.92, 192.31, 0.90) 37%, rgba(91.10, 17.61, 103.06, 0.90) 100%); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(153, 48, 153, 0.5);
}
.wild__butt:active{
	top: 2px;
	box-shadow: 0px 2px 2px rgba(153, 48, 153, 0.5);
}

.ozon__butt {
	padding-bottom: 0;
	height: 50px;
	color: white;
	width: 230px;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 0px 4px 4px rgba(70, 68, 68, 0.25);
	border: none;
	position: relative;
	top: 0;
	transition: background-color 0.5s ease 0s;
	background: #4950F4;
}
.ozon__butt:hover, .ozon__butt:focus{
	background:rgb(40, 45, 212)4;
	box-shadow: 0px 2px 2px rgba(48, 55, 153, 0.5);
}
.ozon__butt:active{
	top: 2px;
	box-shadow: 0px 2px 2px rgba(50, 48, 153, 0.5);
}
/* APPLICATION FORM START----------------------------------------------*/
label{
	color: #333232;
	font-weight: normal;
	font-size: 18px;
	font-family: Montserrat;
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	
}
.form_sending p{
	width: 75%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 10px;
}
.form__input{
	width: 75%;
	height: 40px;
	border-radius: 8px;
	border: 2px #d1d2d3 solid; 
	transition: all 0.5s ease 0s;
}
.form__input:focus, .form__input:active, .form__input:hover{
	cursor: pointer;
	box-shadow:  0 0 8px rgba(50, 48, 153, 0.5);
}


.form__mess{
	width: 75%;
	border-radius: 8px;
	border: 2px #d1d2d3 solid; 
	resize: none;
	height: 150px; 
	transition: all 0.5s ease 0s;
}
.form__mess:focus, .form__mess:active, .form__mess:hover{
	cursor: pointer;
	box-shadow:  0 0 8px rgba(50, 48, 153, 0.5);
}
.form__check{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: 2px solid #7e9bbd;
	border-radius: 4px;
	vertical-align: sub;
	margin-right: 5px;
}
.form__check::before{
	
	content: '';

	/* Рисуем галочку */
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url('../images/check.svg');
	background-size: contain;
	background-repeat: no-repeat;

	/* Выравниваем по центру */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	margin-top: 1px;
	transition: 0.2s ease-in;
}
.form__butt {
	margin-left: 25%;
	border-radius: 10px; 
	width: 50%; 
	height: 50px; 
	font-size: 24px;
	color: #333232;
	background: #FAFAFA; 
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05); 
	overflow: hidden; 
	border: 1px #DAF3ED solid; 
	text-transform: uppercase;
	transition: background-color 0.5s ease 0s;
	position: relative;
	top: 0;
}
.form__butt:hover{
	background: #c9c7c7; 
}
.form__butt:active{
	top: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05); 
}

/* APPLICATION FORM END---------------------------------------------------*/
/* ___________________________________PRODUCT PAGE END___________________________________________*/


/* SLICK BLOCK START*/

/*SLIDER START*/
.slick-slider{}

.slick-list {
	overflow: hidden;
	left: 50%;
	padding-top: 15px;
}

.slick-track {
	display: flex;
	flex-wrap: wrap;
}
.slick-track div{
	margin: 0 auto;
	padding-bottom: 15px;
}
/*SLIDER END*/

/*SLIDE START*/
.slick-slide {
}

.slick-slide.slick-active {}

.slick-slide.slick-current {}

.slick-slide.slick-center {}


/*SLIDE END*/


/* ARROWS START*/
.slick-arrow {}

.slick-arrow.slick-prev {}

.slick-arrow.slick-next {}

.slick-arrow.slick-disabled {

}
/* ARROWS END*/

/* DOTS START*/
.slick-dots {}

.slick-dots li {}

.slick-dots button {}
/* DOTS END*/

.slider {
	min-width: 0;
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	opacity: 0; /* Слайдер изначально невидим */
    transition: opacity 1.5s ease; /* Плавное изменение прозрачности */
}
.slider.slick-initialized {
    opacity: 1;
}


/*.product__list.loading > * {
    opacity: 0;
}
*/
.slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	font-size: 0;
	width: 50px;
	height: 90px;
	border: 0;
	margin: -30px 0px 0px 0px;
}
.slider .slick-arrow.slick-prev {
	margin-left: 15px;
	left: 0;
	background: url(../images/left-arrow.svg) 0 0 no-repeat;
}

.slider .slick-arrow.slick-next {
	margin-right: 15px;
	right: 0;
	background: url(../images/right-arrow.svg)0 0 no-repeat;
}

.slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider .slick-dots li {
	list-style: none;
	margin: 0 10px;
}
.slider .slick-dots button {
	font-size: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: white; 
	border-radius: 9999px; 
	border: 2px #D3CDE5 solid
}
.slider .slick-dots li.slick-active button {
	border: 5px #D3CDE5 solid;
}
.slider .slick-arrow.slick-disabled {
	opacity: 0.2;
}
/* SLICK BLOCK END*/
/*BLOCK ABOUT START*/
.container__about {
	max-width: 900px;
	margin: 0 auto;
	font-family:Montserrat ;
	font-size: 18px;
	line-height: 25px; 
	word-wrap: break-word;
	text-align: justify;
	background-color: white;
}
.container__about p {
	padding-bottom: 10px;
}
.container__about  ul{
	padding-left: 50px;
}
.container__about a{
	color: #010405;
	text-decoration: none;
}
.container__about a:hover {
	text-decoration: underline;}
/* CONTRACT-DISTRIBUTION START----------------------------------------*/
.prod__inform{
	max-width: 900px;
	word-wrap: break-word;
	background-color: white;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px; 
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 20px;
	text-decoration: none;

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

/* CONTRACT-DISTRIBUTION END*------------------------------------------/
/*BLOCK ABOUT END*/

/*BLOCK CONTACT START*/
.map__section{
	text-align: center;
	margin: 0 auto;
	
}
.cont__cont{
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	width: 1024px;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-bottom: 15px;
	background-color: white;


}
.map__cont{
	width: 1024px; 
	height: 500px; 
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
	background-color: white;

}
.cont__cont div{
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
}
.cont__cont a {
	font-size: 18px;
	font-family:'Montserrat';	
	color: rgba(73, 72, 72, 0.96);
	line-height: 25px;
	text-decoration: none;
}
.cont__cont a:hover {
	text-decoration: underline;}
/*BLOCK CONTACT END*/
/* MAIN BLOCk END*/

/* ERROR BLOCK START*/
.pnf{
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.pnf img{
	width: 50%;
	height: 30%;
	margin: 0 auto;
	background: white;
}
/* ERROR BLOCK END*/

/* FOOTER BLOC START*/
.container__footer {
	display: flex;
	max-width: auto;
	height: 90px;
	background-color: #3D5A80;
	justify-content: center; 
	align-items: center; 
	margin-top: auto;
}
.footer__wrapper {
	max-width: 60%;

}
.footer__contacts {
	height: 45px; 
	justify-content: center; 
	align-items: center; 
	gap: 20px; 
	display:flex
	
}

.footer__list{
	display: inline-flex;
}
.footer__item {
	font-size: 16px;
	margin-right: 15px;
	font-family:'Montserrat';	
	color: rgba(255, 255, 255, 0.96);
	line-height: 25px;
	
}
.footer__link {
	color: rgba(255, 255, 255, 0.96);
	line-height: 25px;
	text-decoration: none;
}
.footer__link:hover, .footer__link:focus, .footer__link:active{
	text-decoration: underline;
}
.footer__mail {
	display: flex;
	justify-content: space-between;
}
.footer__mail a {
	font-size: 16px;
	margin-right: 15px;
	font-family:'Montserrat';	
	color: rgba(255, 255, 255, 0.96);
	line-height: 25px;
	text-decoration: none;
}
.footer__mail a:hover {
	text-decoration: underline;
}

/* FOOTER BLOC END*/