:root{
	--black: #212121;
	--grey: #F3F3F3;
	--grey-dark: #2C2C2C;
	--orange: #F9A410;
	--orange2: #FA611F;
	--red-err: #cc4f4f;
	--blue: #206e93;
}

a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}

a:hover{
	color: inherit;
	text-decoration: none;
}

.white_bg2{
    background: white;
	color: var(--black);
	margin-bottom: 60px;
}

.gray_bg2{
    background: #F3F3F3;
	color: var(--black);
	margin-bottom: 60px;
}

.page_wrap-white {
    padding-top: 105px;
	padding-bottom: 1px;
	background: white;
}

.page_wrap-gray {
    padding-top: 105px;
	padding-bottom: 1px;
	background: #F3F3F3;
}

.mb-block100{
	margin-bottom: 100px;
}

.mb-block{
	margin-bottom: 80px;
}

.mb-block60{
	margin-bottom: 60px;
}

.h1-inline h1{
	display: inline;
}

.h1-new2.h1-inline{
	margin-bottom: 32px;
}

.h1-new2 h1,
.h1-new{
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
}

.h1-new2 span{
	font-size: 12px;
	color: #939393;
	white-space: nowrap;
	margin-left: 16px;
}

.h2-new{
	font-size: 30px;
	line-height: 26px;
	margin-bottom: 50px;
}

.typicalInput{
	width: fit-content;
	border-radius: 60px;
	padding: 10px 16px;
	width: 240px;

	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0%;
	color: black;
	border: 1px solid transparent
}

.typicalInput::placeholder{
	color: #AAAAAA;
}

.inputs-container .input_container{
	width: fit-content;
}

.typicalInput.error{
	border: 1px solid var(--red-err);
}

/* чекбокс */
.checkbox__icon.checkbox__icon-new {
	/* не нажатый вариант */
	border: none;
	width: 16px;
    height: 16px;
	border-radius: 4px;
}

.checkbox__icon.checkbox__icon-new:before {
	/* задать чекнутый вариант */
	content: '';
	background: url('/local/assets/img/checked.svg');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;

}
/* чекбокс  END*/

/* чекбокс2 */
/* Стили для состояния :checked */


.search-group>label{
    cursor: pointer;
}
.search-group{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.search-group label{
    display: flex;
    align-items: center;
}
.real-checkbox:checked + .custom-checkbox::before {
	transform: translate(-6%, -6%) scale(1);
}

.custom-checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border: 1px solid #E0E4F4;
	border-radius: 4px;
	margin-right: 8px;
	/* vertical-align: sub; */
	position: relative;
}


.custom-checkbox::before {
	content: '';
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url('/local/assets/img/checked.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-3%, -3%) scale(0);
	transition: 0.1s ease-in;
}



.real-checkbox{
width: 0;
height: 0;
opacity: 0;
position: absolute;
z-index: -1;
}
/* чекбокс2  END */

a.button2025,
.button2025{
    background: white;
    color: black;
    font-size: 14px;
	line-height: 18px;
    -webkit-transition: color .2s, -webkit-box-shadow .2s;
    transition: color .2s, box-shadow .2s, -webkit-box-shadow .2s;
    -o-transition: color .2s, box-shadow .2s;
    padding: 13px 29px;
    text-align: center;
    display: inline-block;
	border-radius: 60px;
	cursor: pointer;
	transition: all .3s ease;
}

a.button2025.button2025-slim,
.button2025.button2025-slim{
	padding: 10px 29px;
}
/* .button2025-min{
	padding: 9px 24px;
	background: #f9a410;
    color: #fff;
    font-size: 14px;
} */



.button2025.button2025-wBig{
	width: 170px;
}

a.button2025{
	text-decoration: none;
}

.button2025.button2025-yellow {
    background: #f9a410;
    color: #fff;
}

/* .button2025-min.button-circle{
	border-radius: 60px;
} */

.button2025.button-w240{
	width: 240px;
}

.button-center{
	display: flex;
	justify-content: center;
}

.button-min{
	font-size: 14px;
	text-align: center;
	border-radius: 16px;
	padding: 6px 0px;
	transition: all .3s ease;
}

.button-min.button2025{
    font-size: 14px;
    text-align: center;
    border-radius: 16px;
    padding: 7px 20px;
    transition: all .3s ease;
}

.button-gray{
	background: var(--grey);
}

.button2025.button-gray{
	background: var(--grey);
}



/* Скрыть скролл */
.no-scroll::-webkit-scrollbar {
    display: none;

}

/* Скрываем scrollbar для IE, Edge и Firefox */
.no-scroll{
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
}
/* Скрыть скролл END */

.grid-content-four{
display: grid;
grid-template-columns: repeat(4, 1fr);
}



@media(max-width: 1199px){
	
	.h1-new2 h1,
	.h1-new{
        font-size: 32px;
        line-height: 46px;
    }

}
@media(max-width: 767px){
	.typicalInput,
	.inputs-container .input_container{
		width: 100%;
	}

	.h1-new2 h1,
	.h1-new{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px;
    }

	.h1-new2.h1-inline{
		margin-bottom: 24px;
	}
}

.slick-slider span.arrow{
	cursor: pointer;
	font-size: 13px;
	transition: color .2s;
}

.slick-slider span.arrow:hover{
	color: #f9a410;
}

.about-cable ul:not(.custom-ul) li:before,
ul.ul2025:not(.custom-ul) li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #FA611F;
    margin-right: 10px;
    border-radius: 50%;
}

.ul2025 li:not(:last-child){
	padding-bottom: 12px;
}

.ul2025 li{
	text-transform: lowercase;
}

/* ссылка без стилей */
.linkCust{
	color: inherit;
}

.linkCust:hover{
	text-decoration: none;
	color: inherit;
}
/* ссылка без стилей END*/

/* для карты */
.map__wrap .map__col1 ul:not(.custom-ul) li:before {
	background: white;
}

.map__wrap .map__col1 ul {
    margin-top: 20px;
}

.map__wrap .map__col1 ul li:not(:last-of-type) {
    padding-bottom: 5px;
}
/* для карты END */

/* серый контейнер */
.container-gray{
	background: var(--grey);
}
/* серый контейнер END */

/* ховеры */
@media (min-width: 767px) {
	.button-gray:hover {
		background: var(--blue);
		color: white;
	}

	.button2025.button2025-yellow:hover,
	a.button2025:hover{
		background: var(--blue);
		color: white!important;
	}

	/* ховер текста*/
	label:hover {
		color: var(--orange);
	}
	
	/* ховер чекбокса*/
	label:hover .custom-checkbox{
		border-color: var(--orange);
	}
}
/* ховеры END */