/* Обычный */
/*@font-face {
	font-family: 'DIN Alternate Regular'; 
	src: url('local/templates/avelina/fonts/DIN Alternate Regular.ttf'); 
}*/
 
/* Жирный */
/*@font-face {
	font-family: 'DIN Alternate Bold'; 
	src: url('local/templates/avelina/fonts/DIN Alternate Bold.ttf'); 
}*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family:  'Source Sans Pro';
}
body{
	background: #F8F8F8;
}
input{
	outline: none;
}
input[type=submit],button[type=submit],a{
	cursor: pointer;
	outline: none;
}
/*pre{
	font-size: 16px; 
    padding:0.6em; 
    position:fixed; 
    bottom:15px; 
    right:15px; 
    width:98%;
    height:90%; 
    background:rgba(255,255,255); 
    overflow:auto;
    z-index: 9999;
}*/
/*.fancybox-content{
	box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
}*/

.container, .container-fluid{
	max-width: 1440px;
	margin: 0 auto;
}

h1{
	margin: 20px 0 30px;
}

.success-message{
	display: none;
}
/**NEW HEADER*/


.mobile_header{display: none;}


.header__menu a:active, /* активная/посещенная ссылка */
.header__menu a:hover,  /* при наведении */
.header__menu a {
  text-decoration: none;
  /*color: #fff;*/
}
.header__menu .container.two__section__menu{
	padding: 0;
}

.config_wrap>.config_size_wr {
    display: flex;
    flex-wrap: wrap!important;
}
.preim_list {
    display: none;
}
.logoF {
    background-size: contain;
}


/* .burger_menu img{
	display: none;
}
.burger_menu img.active{
	display: block;
} */


.link_catalog a{
	text-decoration: none;
	width: 130px;
	padding: 10px 14px;
	background: #009FE3;
	color: #fff;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.callback__button{
	color: #009FE3;
	font-family: Source Sans Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	cursor: pointer;
}
.callback__button:hover{
	opacity: .7;
}
input.search__input{
	width: 600px;
	padding: 5px 8px;
	background: #F2F3F5; 
	border-radius: 10px;
	color: #000;
	border: 1px solid #009FE3;
	font-size: 16px;
}

.line__2{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.line__2 .search__line, .mobile.search__line{
	position: relative;
	display: flex;
	align-items: center;
}

.line__2 .search__line span, .mobile.search__line span{
	position: absolute;
	right: 8px;
	cursor: pointer;
	display: flex;
}

.line__2 .phone__block{
	display: flex;
	gap: 20px;
}
.line__2 .phone__block a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.line__2 .basket, .line__mobile .basket{
	position: relative;
	cursor: pointer;
	margin-right: 12px;
	
}
.line__2 .basket .count_prod, .line__mobile .basket .count_prod{
	width: 20px;
    height: 20px;
    color: #FFFFFF;
    font-size: 12px;
    display: block;
    line-height: 19px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: -6px;
    right: -11px;
	background: #009FE3;
}

.line__2 .favorite, .header__menu .favorite{
	position: relative;
}
.line__2 .favorite svg{
	width: 24px;
	height: 24px;
}
.line__2 .favorite .count_fav, .line__mobile .favorite .count_fav{
	width: 20px;
    height: 20px;
    color: #FFFFFF;
    font-size: 12px;
    display: block;
    line-height: 19px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: -6px;
    right: -11px;
	background: #009FE3;
}
/**NEW HEADER*/


.title__block{
	color: var(--Black, #000);
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 15px;
}


.about__block{
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 20px;
	margin: 35px auto 20px;
	align-items: center;
}

.about__block video{
	width: 100%;
	height: 370px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
}

.content__about__block{
	border-radius: 10px;
	background: var(--White, #FFF);
	/* Drop Shadow */
	box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
	padding: 24px;
}
.content__about__block h2{
	color: var(--Black, #000);
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 12px;
}

.flex__block__about{
	display: flex;
	align-items: center;
	column-gap: 12px;
	margin-top: 32px;
}
.text__director{
	color: var(--Gray-2, #4F4F4F);
}
.text__director > div{
	color: var(--Gray-1, #333);
}
.text__director span{
	color: var(--Gray-1, #333);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block;
	margin-top: 8px;
}

/*footer*/

.back__footer{
	background: var(--Gray-BG, #F2F3F5);
}
.content_kontact .contact_item{
	display: flex;	
	align-items: center;
	gap: 10px;
}
.contact_item img{
	height: 100%;
}


.map__footer{
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.footer__map__form a{
	text-decoration: none;
}
.footer__map__form hr{
	width: 100%;
}
.footer__map__form{
	display: flex;
	width: 342px;
	padding: 16px 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	border-radius: 10px;
	background: var(--White, #FFF);
	/* Drop Shadow */
	box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
	margin-bottom: 80px;
}
.title__block__form{
	color: var(--Black, #000);
	font-size: 24px;
	font-weight: 600;
}
.phone__1__footer{
	color: var(--Blue, #009FE3);
	font-size: 20px;
	font-weight: 600;
}
.phone__2__footer{
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.email__footer{
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.title__block__footer{
	color: var(--Black, #000);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}

#callback__form{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
}
#callback__form input:not(input[type="submit"]):not(input[type="checkbox"]){
	display: flex;
	height: 48px;
	padding: 16px;
	border-radius: 4px;
	border: 1px solid var(--Gray-5, #E0E0E0);
	background: var(--Gray-BG, #F2F3F5);
	color: var(--Black, #000);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	width: 100%;
	outline: none;
	border: none;
}
#callback__form textarea{
	display: flex;
	height: 96px;
	padding: 16px;
	border-radius: 4px;
	border: 1px solid var(--Gray-5, #E0E0E0);
	background: var(--Gray-BG, #F2F3F5);
	color: var(--Black, #000);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	width: 100%;
	outline: none;
	border: none;
}
#callback__form input[type="submit"]{
	display: flex;
	height: 48px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: var(--Blue, #009FE3);
	color: var(--White, #FFF);
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	outline: none;
	border: none;
}
#callback__form input[type="checkbox"]{
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}	
#callback__form .flex__bottom__footer{
	margin-bottom: 10px;
}




.map{
	width: 100%;
}
.map iframe{
	width: 100%;
	height: 490px;
	border-radius: 10px;
	/* Drop Shadow */
	box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
	border: none;
}


/*ИЗБРАННОЕ*/

.add_fav{
	position: absolute;
	right: 6px;
	top: 4px;
	width: 24px;
	height: 24px;
	background: url('/local/templates/avelina/components/bitrix/catalog.item/card/card/img/favorite.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 500;
	cursor: pointer;
}
.add_fav:hover,.add_fav.active{
	position: absolute;
	right: 6px;
	top: 4px;
	width: 24px;
	height: 24px;
	background: url('/local/templates/avelina/components/bitrix/catalog.item/card/card/img/favorite-active.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}


/*footer*/

.troyka{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	margin-bottom: 20px;
}
footer{
	padding: 25px 0 15px;
}
footer .callback__button{
	border-radius: 4px;
	background: var(--Blue, #009FE3);
	color: var(--White, #FFF);
	font-size: 18px;
	font-weight: 600;
	display: flex;
	width: 220px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
}
footer .item_button, footer .soc{
	float: right;
}
footer .left-menu li a{
	font-size: 14px;
}
footer .title{
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

.footer__menu__one{
	display: flex;
	align-items: flex-start;
	gap: 40px;
}


.footer__menu__two{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	align-self: stretch;
}
.footer__menu__two .top__block{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
}
.footer__menu__two .bottom__block{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	align-self: stretch;
}
.footer__menu__two .bottom__block a{
	color: var(--Gray-3, #828282);
	text-align: right;
	font-size: 12px;
	font-weight: 400;	
	text-decoration: none;
	width: 100%;
}
.content_kontact > div a, .content_kontact > div{
	color: var(--Gray-3, #828282);
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}
.content_kontact{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
}
footer .content_kontact .first__phone a{
	color: var(--Black, #000);
	font-size: 16px;
	font-weight: 600;
}
footer .first__phone{
	margin-bottom: 12px;
}
footer ul.left-menu li{
	margin: 3px 0;
}
footer .logotype{
	margin-bottom: 25px;
}
.copy{
	color: var(--Gray-3, #828282);
	font-size: 12px;
	font-weight: 400;
	padding-top: 10px;
}

/*footer*/




/*<popup>*/



.hystmodal form{
    background: #fff;
    margin: 0 auto;
    padding: 15px 30px;
    vertical-align: middle;
    /*box-shadow: 0px 0px 15px #ccc;*/
	min-width: 300px;
}

.hystmodal form input{
	width: 100%;
	margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
	border: 1px solid var(--Gray-5, #E0E0E0);
	background: var(--Gray-BG, #F2F3F5);
}
.hystmodal form input[type="submit"]{
	background: #009FE3;
    color: #fff;
}

.hystmodal form .title__block{
	margin-bottom: 15px;
	font-size: 24px;
}

.form__success__thanks{
	text-align: center;
	font-size: 24px;
}
.fancybox-content{
	border-radius: 10px;
}

.form__success__flex{
	display: flex;
	gap: 20px;
	margin-top: 20px;
	justify-content: center;
}
.form__success__flex > div{
	border-radius: 4px;
    background: var(--Blue, #009FE3);
    color: var(--White, #FFF);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    height: 100%;
}
.form__success__flex > div:hover{
	opacity: .8;
}

/*</popup>*/


/*ИНФОРМАЦИОННЫЕ БЛОКИ*/


.about__block__new{
    margin-bottom: 40px;
    border-radius: 10px;
    margin-top: 10px;
    background: var(--White, #FFF);
    padding: 16px;
    box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
}

#portfolio{
	margin-top: 50px;
}
#portfolio img{
	width: 100%;
	border-radius: 10px;
}
/*ИНФОРМАЦИОННЫЕ БЛОКИ*/

/*MOBILE*/

.line__mobile{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top: 10px;
}
.search__line.mobile{
	margin-top: 10px;
}
.search__line.mobile input.search__input{
	width: 100%;
}





@media (max-width: 1450px){
	.container, .nlsContanir2, .psContanir, .nlrContanir, .nlsContanir{
		max-width: 100%;
	}
	body{
		padding: 0 15px;
	}
}


@media (max-width: 1024px){
    .head .logo {
        width: 120px!important;
        margin-left: -60px;
    }
    .head {
        height: 40px;
    }
    .head, .menu1 {
        background: #fff;
    }
    .head {
        height: 80px;
    }
    .catalog_page .breadcrumbs {
        margin-top: 0px;
    }
    .footer__menu__one{
    	flex-wrap: wrap;
    }
    .troyka{
    	flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
	.mobile_header{display: block;}
	.desctop_header{display: none;}
}

@media screen and (max-width: 560px) {
	.info__card__block{
		flex-direction: column;
		align-items: start;
	}
	.logotype img{
		width: 85%;
	}
	/*КОНТАКТЫ*/
	.contacts__flex{
		flex-wrap: wrap;
	}
	.contacts__flex > div{
		width: 100%;
	}
	/*КОНТАКТЫ*/

	.fancybox-content{
		padding: 15px!important;
	}
	.form__success__flex > div{
		font-size: 14px;
		padding: 10px 15px;
	}
	.about__block__new .delivery__banner img{
		width: 100%;
	}
	.nlsContanir .prev, .nlsContanir .next{
		transform: translateY(-50%);
	}
	.utp__block,.home_page .nlrContanir.container,.hit.container{
		margin-top: 40px;
	}
	.title__block{
		font-size: 28px;
	}
	.footer__menu__two{
		width: 100%;
		align-items: flex-start;
	}
	.back__footer{
		background: transparent;
	}
	.home_page .about__block{
		grid-template-columns: 100%;
	}
	.flex__block__about{
		flex-wrap: wrap;
		gap: 10px;
	}
	.second__info__block .buy__btn{
		visibility: visible;
	}
	.map__footer{
		display: block;
	}
	.footer__map__form{
		width: 100%;
		margin-bottom: 40px;
	}
	.map{
		display: none;
	}
	h1{
		font-size:28px;
	}
	.footer__menu__two .bottom__block a{
		text-align: left;
	}
	.footer__menu__two .top__block{
		align-items: flex-start;
	}
}






/*ПРЕЛОАДЕР*/


.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #009FE3;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #009FE3;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #009FE3;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}


@media (min-width: 1024px) {
	.line__2.scroll{
		position: fixed;
    	background: #fff;
    	z-index: 1000;
    	width: 1440px;
    	padding: 10px;
    	top: 0px;
    	margin-top: 0px;
	}
}

@media (max-width: 767px) {
    .mobile_header.scroll{
        display: block;
        position: fixed;
        top: 0;
        z-index: 9999;
        background: #fff;
        left: 0;
        width: 100%;
        padding: 0 10px 10px;
    }
}




