@font-face{
	font-display: swap;
	font-family: 'AvenirNextCyr-Regular';
	src: url('../../../fonts/AvenirNextCyr/avenirnextcyr-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-display: swap;
	font-family: 'lsdnov';
	src: url('../../../fonts/otherPages/service-tools/AnyConv.com__a_LCDNovaObl.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
#main{
	padding: 0 !important;
}
#content{
	font-family: 'AvenirNextCyr-Regular';
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #FFFFFF;
	border-bottom: 1px solid var(--main-color-light-grey);
}
.header + .mainbanner{
	margin-top: 65px;
}
.menu,
.menu-lists,
.header__wrap{
	display: flex;
	align-items: stretch;
}
.header__wrap{
	height: 65px;
	justify-content: space-between;
}
.mobile_device .header__wrap{
	justify-content: space-around;
}
.mob-menu{
	display: none !important;
}
.menu-list:not(:last-child){
	margin-right: 15px;
}
.menu-list{
	display: flex;
	align-items: center;
	padding: 5px 10px;
}
.menu-list a{
	font-size: 16px;
	line-height: 18px;
	color: var(--main-color-dark);
}
.menu-list:hover a{
	font-weight: 600;
	color: #BC0100;
}
@media (min-width: 1001px){
	.menu-list:hover{
		background-color: #E9EAEA;
	}
}
.mainbanner{
	position: relative;
	max-height: 500px;
	max-width: 1500px;
	width: 80%;
	margin: 0 auto;
	aspect-ratio: 3/1;
	background: url(../../../images/otherPages/service-tools/main-banner-big-ru.png) no-repeat 50% 0/cover;
}
[lang='ua'] .mainbanner{
	background: url(../../../images/otherPages/service-tools/main-banner-big-ua.png) no-repeat 50% 0/cover;
}
@media (max-width: 768px){
	.mainbanner{
		width: 100%;
		aspect-ratio: 153 / 70;
		background-image: url(../../../images/otherPages/service-tools/main-banner-med-ru.png);
	}
	[lang='ua'] .mainbanner{
		background-image: url(../../../images/otherPages/service-tools/main-banner-med-ua.png);
	}
}
@media (max-width: 480px){
	.mainbanner{
		aspect-ratio: 8/5;
		background-image: url(../../../images/otherPages/service-tools/main-banner-min-ru.png);
	}
	[lang='ua'] .mainbanner{
		background-image: url(../../../images/otherPages/service-tools/main-banner-min-ua.png);
	}
}
.counter{
	position: absolute;
	top: 110px;
	right: 0;
	width: 300px;
	height: 90px;
	background: url(../../../images/otherPages/service-tools/clock.png) no-repeat center/contain;
	z-index: 1;
}
.counter__display{
	position: absolute;
	top: 25px;
	left: 10px;
	right: 60px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
	padding: 8px 15px;
	font-family: 'lsdnov';
	background-size: cover;
	background-position: 0 0;
	background-image: url(../../../images/otherPages/service-tools/display-sprite.png);
}
.counter:hover .counter__display{
	background-position: 0 -59px;
}
.counter__quantity{
	padding-top: 5px;
	font-size: 2.5em;
	line-height: 1;
}
.counter__dots{
	font-size: 2.5em;
	animation: blink 2s infinite;
}
@keyframes blink{
	0%, 50%, 100%{
		opacity: 1;
	}
	25%, 75%{
		opacity: 0;
	}
}
.counter__text{
	font-size: 1em;
	flex-shrink: 0;
	line-height: 1;
}
#select, #why_us, #contacts, #reviews, #video{
	border-top: 35px solid transparent;
	margin-top: -35px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.title{
	margin: 40px 0;
	font-size: 2.5em;
	line-height: 1;
	text-align: center;
}
.svg{
	width: 1em;
	height: 1em;
	font-size: 32px;
}
.catalog-navigation{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin-bottom: 25px;
}
.catalog-filter__button,
.catalog-filter__button-reset{
	display: none;
	padding: 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #FFC700;
	border-radius: 5px;
}
.catalog-filter__button:hover,
.catalog-filter__button-reset:hover,
.catalog-filter__button--active{
	background-color: #FFC700;
}
.catalog-filter__button-text{
	text-transform: uppercase;
}
.catalog-filter__list{
	display: flex;
	gap: 10px;
}
@media (min-width: 1001px){
	.catalog-filter__item:hover .catalog-filter__link,
	.catalog-filter__item--active .catalog-filter__link{
		background-color: #FFC700;
	}
	.catalog-filter__link{
		display: flex;
		align-items: center;
		max-width: 250px;
		height: 45px;
		padding: 5px 25px;
		text-align: center;
		background-color: #FFFFFF;
		border: 1px solid #FFC700;
		border-radius: 5px;
		transition: color .1s linear, background .1s linear;
	}
}
.catalog-filter__link span{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: normal;
}
.catalog-switch{
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.catalog-switch::after{
	position: absolute;
	top: 0;
	left: -12px;
	bottom: 0;
	content: '';
	width: 1px;
	background-color: #E2E2E2;
}
.catalog-switch__button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #FFC700;
	border-radius: 5px;
}
.catalog-switch__button--active{
	cursor: default;
}
.catalog-switch__button:hover,
.catalog-switch__button--active{
	background-color: #FFC700;
}
.catalog-switch__button .svg{
	stroke: #FFC700;
}
.catalog-switch__button--tile .svg{
	fill: #FFC700;
}
.catalog-switch__button:hover .svg,
.catalog-switch__button--active .svg{
	stroke: #FFFFFF;
}
.catalog-switch__button--tile.catalog-switch__button:hover .svg,
.catalog-switch__button--tile.catalog-switch__button--active .svg{
	fill: #FFFFFF;
}
.product-list{
	position: relative;
}
.catalogue-list{
	display: flex;
	flex-wrap: wrap;
}
.catalogue-list::after{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	content: '';
	height: 1px;
	background-color: #FFFFFF;
	z-index: 2;
}
.catalogue-list .product-item{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	width: 33.33%;
	margin: 0 -1px 0 0;
	padding: 10px;
}
.catalogue-list .product-item::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 90%;
	height: 1px;
	background-color: var(--main-color-light-grey);
	transform: translateX(-50%);
	z-index: 1;
}
.product-item__button{
	position: relative;
	max-width: 320px;
	font-family: 'AvenirNextCyr-Regular';
	background-color: transparent;
	overflow: hidden;
}
.product-item__button .product-item__sticker{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	border: 1px solid var(--main-color-blue);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .8);
	z-index: 1;
}
.product-item__button:hover .product-item__img{
	transform: scale(1.05);
}
.product-item__button:hover .product-item__title{
	text-shadow: 1px 0 0 var(--main-color-dark);
}
.product-item__img{
	width: 100%;
	max-width: 335px;
}
.product-item__title{
	margin-top: 15px;
	font-size: 15px;
	text-align: center;
}
.product-item__container{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 15px;
}
.product-item .btn{
	margin: 15px auto 0;
	padding: 8px 10px;
	font-size: 15px;
}
.product-item .btn:not(.popup_basket_opener){
	--primery-color: var(--main-color-blue);
}
.product-item .btn.popup_basket_opener::before,
.product-item .btn:not(.popup_basket_opener)::before{
	margin-right: 5px;
	font-family: 'fontello';
	content: '\e807';
}
.product-item .btn:not(.popup_basket_opener)::before{
	content: '\e800';
}
.product-item__container .btn{
	margin: 0;
}
/* вид товаров списком */
.product-list:not(.catalogue-list){
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 40px;
	padding: 10px 0;
}
.product-list:not(.catalogue-list)::after{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	content: '';
	width: 1px;
	background-color: #E2E2E2;
	transform: translateX(-50%);
}
.product-list:not(.catalogue-list) .product-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px 20px;
	width: 100% !important;
	padding-bottom: 15px;
	border-bottom: 1px solid #E2E2E2;
}
.product-list:not(.catalogue-list) .product-item::after,
.product-list:not(.catalogue-list) .product-item::before{
	display: none;
}
.product-list:not(.catalogue-list) .product-item__button{
	max-width: initial;
}
.product-list:not(.catalogue-list) .product-item__sticker,
.product-list:not(.catalogue-list) .product-item__img{
	display: none !important;
}
.product-list:not(.catalogue-list) .product-item__title{
	margin-top: initial;
	text-align: initial;
}
.product-list:not(.catalogue-list) .product-item__container{
	width: auto;
}
.product-list:not(.catalogue-list) .btn{
	margin: 0;
	flex-shrink: 0;
}
/* ------------------- */
.info-list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 25px 15px;
}
.info-item{
	width: 210px;
}
.info-item__img{
	position: relative;
	max-width: 170px;
	margin: 0 auto;
	text-align: center;
	transition: transform .2s linear;
}
.info-item__text{
	margin-top: 15px;
	text-align: center;
}
.info .info-item:hover .info-item__img{
	transform: rotate(5deg);
}
.info-item:hover .info-item__text{
	text-shadow: 1px 0 0 var(--main-color-dark);
}
.engineer .info-list{
	flex-wrap: nowrap;
}
.engineer .info-list.slick-initialized{
	display: block;
}
.engineer .info-item__img{
	aspect-ratio: 1/1;
	background-position: -17px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.engineer .info-item:hover .info-item__img{
	background-position: -223px 0;
}
.video__container{
	background-color: #EFEFEF;
}
.video__container--banner{
	background: url('/images/otherPages/service-tools/video-bg.png') no-repeat center/cover;
	aspect-ratio: 250 / 73;
	cursor: pointer;
}
.video__container iframe{
	max-width: 750px;
	margin: 0 auto;
	aspect-ratio: 16/9;
}
.contacts .tab-into-accordion{
	margin-top: 70px;
}
.contacts .tab-into-accordion--tab .tab-into-accordion__list{
	display: grid;
	column-gap: 1px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	overflow: visible;
	padding-bottom: 0;
}
.contacts .tab-into-accordion__button{
	position: relative;
	height: 60px;
	width: 100%;
	font-family: var(--main-medium-font);
	font-size: 18px;
	background-color: #A8A8A8;
	border: 0 none;
	box-shadow: inset 0 1px 0 #8F8F8F;
}
.contacts .tab-into-accordion--tab .tab-into-accordion__button::after{
	position: absolute;
	bottom: 100%;
	left: 10px;
	right: 10px;
	aspect-ratio: 150 / 13;
	content: '';
	background: url(../../../images/otherPages/service-tools/head-block.png) no-repeat center/contain;
	filter: grayscale(1);
}
.contacts .tab-into-accordion--tab .tab-into-accordion__item--active .tab-into-accordion__button::after{
	filter: grayscale(0);
}
.contacts .tab-into-accordion__button:hover{
	background-color: #A1A1A1;
}
.contacts .tab-into-accordion__item--active .tab-into-accordion__button{
	box-shadow: inset 0 1px 0 #F5C200;
	background-color: #FFD100;
}
div.tab-into-accordion__item{
	font-size: 16px;
}
div.tab-into-accordion__item .tab-into-accordion__button{
	height: 40px;
	background-color: var(--main-color-light-grey);
	box-shadow: inset 0 1px 0 #FFFFFF;
}
div.tab-into-accordion__item.tab-into-accordion__item--active .tab-into-accordion__button{
	color: #444B4E;
	box-shadow: inset 0 1px 0 #F5C200,
	0 1px 0 #F5C200;
}
.contacts .tab-into-accordion__content{
	background-color: #FFD100;
}
.contacts-holder{
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 50px 25px;
	padding: 50px;
}
.contacts-container__title{
	margin: 15px 0;
	font-family: var(--main-medium-font);
	font-size: 18px;
	line-height: 1;
}
.contacts-container--contact{
	display: flex;
	flex-direction: column;
}
.contacts-container--contact .contacts-container__content{
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 18px;
}
.contacts-container--contact .contacts-container__content img{
	max-width: 30px;
	margin: 0;
}
.show-photo-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 10px;
	width: 230px;
	margin: auto auto 0;
	padding: 10px 15px;
	font-family: 'AvenirNextCyr-Regular';
	font-size: 18px;
	border-radius: var(--main-border-radius);
	transition: background-color .2s;
}
.show-photo-btn:hover{
	background-color: #EEE1E1;
}
.show-photo-btn::after,
.show-photo-btn::before{
	content: '▽';
	font-size: 22px;
	line-height: 18px;
	height: 16px;
}
.show-photo-btn.active::after,
.show-photo-btn.active::before{
	transform: rotate(180deg);
}
.contacts-container--map .contacts-container__content,
.photo-slider__item{
	margin: 0 15px;
	border: 4px solid #FFFFFF;
	border-radius: 5px;
}
.contacts-container iframe{
	height: 350px;
	width: 100%;
}
.contacts-container--photo{
	display: none;
	grid-column: 1/-1;
}
.photo-slider img{
	height: auto;
}
@media (min-width: 1440px){
	.catalogue-list .product-item{
		width: 25%;
	}
	.catalogue-list .product-item:nth-of-type(4n+4)::after{
		display: none;
	}
}
@media (min-width: 961px) and (max-width: 1439px){
	.product-item:nth-of-type(3n+3)::after{
		display: none;
	}
}
@media (max-width: 1000px){
	.counter,
	.catalog-switch::after{
		display: none;
	}
	.header__wrap{
		align-items: center;
	}
	.mob-menu{
		display: block !important;
		align-self: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
		padding-top: 12px;
	}
	.icon-bar{
		display: block;
		width: 26px;
		height: 3px;
		background: var(--main-color-light-grey) !important;
		margin: 0 auto 4px;
		border-radius: 5px;
	}
	.mob-menu.cross .icon-bar{
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.mob-menu.cross .icon-bar:nth-child(1){
		-webkit-transform: translate(-50%, -50%) rotateZ(40deg);
		transform: translate(-50%, -50%) rotateZ(40deg);
	}
	.mob-menu.cross .icon-bar:nth-child(2){
		opacity: 0;
	}
	.mob-menu.cross .icon-bar:nth-child(3){
		-webkit-transform: translate(-50%, -50%) rotateZ(-40deg);
		transform: translate(-50%, -50%) rotateZ(-40deg);
	}
	.menu-lists{
		display: none;
		position: absolute;
		top: 65px;
		left: 0;
		right: 0;
		padding: 10px 0;
		background-color: #FFFFFF;
		text-align: center;
		-webkit-box-shadow: 0 5px 5px 0 rgba(146, 146, 146, 0.5);
		box-shadow: 0 5px 5px 0 rgba(146, 146, 146, 0.5);
		z-index: 10;
	}
	.menu-list{
		justify-content: center;
		margin: 10px;
	}
	.catalog-navigation{
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 15px;
	}
	.catalog-filter{
		position: relative;
		display: flex;
		gap: 10px;
	}
	.catalog-filter__button,
	.catalog-filter__button-reset{
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.catalog-filter__list{
		display: none;
		position: absolute;
		top: calc(100% + 2px);
		width: 290px;
		flex-direction: column;
		padding: 20px;
		background-color: #FFFFFF;
		border: 1px solid #FFC700;
		border-radius: 5px;
		box-shadow: 0 0 5px 0 #747D81;
		z-index: 5;
	}
	.catalog-filter__list--active{
		display: flex;
	}
	.catalog-filter__item:hover .catalog-filter__link,
	.catalog-filter__item--active .catalog-filter__link{
		text-shadow: 0 0 1px #444B4E;
	}
}
@media (max-width: 960px){
	.catalogue-list .product-item{
		width: 50%;
	}
	.product-list:not(.catalogue-list)::after,
	.catalogue-list .product-item:nth-of-type(2n+2)::after{
		display: none;
	}
	.product-list:not(.catalogue-list){
		grid-template-columns: 1fr;
	}
}
@media (max-width: 860px){
	.contacts-holder{
		grid-template-columns: 100%;
		gap: 15px 0;
		padding: 15px;
	}
	.contacts-container__title{
		margin: 10px 0;
		font-size: 16px;
	}
	.contacts-container--contact .contacts-container__content{
		font-size: 15px;
	}
	.contacts-container--map .contacts-container__content{
		margin: 0;
	}
	.show-photo-btn,
	.contacts-container--photo{
		display: none !important;
	}
}
@media (max-width: 540px){
	.catalogue-list .product-item{
		max-width: 275px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.catalogue-list > li::after{
		display: none;
	}
	.product-list:not(.catalogue-list) .product-item{
		flex-direction: column;
	}
	.product-list:not(.catalogue-list) .product-item__title{
		text-align: center;
	}
}