

/* Start:/local/templates/templ/include/block/header/templates/nhead/style.css?17569068635933*/
.H_Height {
    height: var(--h_head_height);
	width: 100%;
}

.HN_header {
    font-size: .825em;
}

.HN_header .H_HeadBlock {
    padding: 1em 1.5em;
    box-sizing: border-box;
	position: relative;
	transition: .3s;
}

.H_wrapper.HN_header, .H_wrapper.HN_header .GN_allwig {
	background: none;
}

.HN_onscroll .HN_header .H_HeadBlock {
	padding-left: 0;
	padding-right: 0;
}

.HN_header .H_HeadBlock>* {
	z-index: 1;
}

.HN_header .H_HeadBlock:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
    background: var(--gk-sl-bak);
	backdrop-filter: blur(4px);
	border-radius: calc(var(--h_br_radius) + 2em);
	opacity: .5;
	transition: .3s;
}

body.HN_onscroll .HN_header, .HN_noblure.HN_header {
    box-shadow: 1px -13px 26px var(--gk-sl-bak);
}

.HN_onscroll .HN_header .H_HeadBlock:before, .HN_noblure.HN_header .H_HeadBlock:before {
    width: 100vw;
    margin-left: calc(1px - 1px - ((100vw - 100%) / 2));
    border-radius: 0;
    height: calc(100% + 2.5em);
    margin-top: -1.25em;
	opacity: 1;
}

.HN_header .H_nav a {
    position: relative;
    padding: .5em 0;
}

.HN_header ul.H_nav>li>a:after {
	max-width: 100%;
	height: 0.125em;
}

body:has(.HN_header + style + .g01_container:has([arrow-type])) .H_Height {
	display: none;
}

body.HN_onscroll .HN_header .H_HeadBlock, .HN_noblure.HN_header .H_HeadBlock {
	padding: 0 1.5em;
}

body.HN_onscroll .HN_header .H_HeadBlock:before, .HN_noblure.HN_header .H_HeadBlock:before {
    background: var(--g1-background);
}

body:not(.HN_onscroll) .HN_header:not(.HN_noblure) .BT_Box:has([href^=tel]) a span {
	color: var(--g1-background);
}

body:not(.HN_onscroll) .HN_header:not(.HN_noblure) .LG_Box {
    filter: brightness(0) invert(1);
	transition: .3s;
}

body:not(.HN_onscroll) .HN_header:not(.HN_noblure) .H_nav a {
	--h_elem_color: var(--g1-background);
}

.HN_header .BT_Box:has([href^=tel]) a {
    background: none;
    border: none;
    padding: 0;
}

.HN_header .H_HeadBlock .H_lr .H_btn_gamburger {
    background: var(--h_elem_color);
    width: 3em;
    height: 3em;
    border-radius: 100%;
}

.HN_header .H_HeadBlock .H_lr .H_btn_gamburger span {
	--h_elem_color: var(--h_bg_color);
}

.HN_header .H_HeadBlock .H_lr .H_btn_gamburger span {
    width: 60%;
}

@media screen and (max-width: 1200px) {
	.HN_header .BT_Box:has([href^=tel]) a {
		width: 3em;
		height: 3em;
		display: flex;
		margin-right: 1em;
		background: var(--h_elem_color);
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBnZMBDcMwDMDSIRiEQSiEMfgY7BAOoUz+IymE6QiqI9gZ5ImUXXnXqUstRZVSxUqyFYBAxJ4iUiSKCVqgwgX/8VbBFfcsVknEMvNZR0fxPrgbwdBJaZyVYrBIeinauHMODHTOuQ+dT5V7Sc4Gt666SdAKFQc1UoAWZDdJiUZogQuzL+Szey8dDzVRyESz5PXe+JwsIiZmo27crKIS9Z9SdpQqogvUkF08DgQRLCjZKjv6vfIvmbujr0MaAHsAAAAASUVORK5CYII=);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 50%;
		border-radius: 100%;
	}
	
	.HN_header .BT_Box [href^=tel] span {
		font-size: 0;
	}
}
 
@media screen and (max-width: 770px) {
	.HN_header.H_wrapper .H_lr:not(:first-child) .BT_Box:has([href^=tel]) {
		display: flex;
	}
	
	.HN_header .H_lr:has([href^=tel]) {
		width: 100%;
		justify-content: flex-end;
	}
	
	.HN_header .BT_Box:has([href^=tel]) {
		margin-right: .5em!important;
	}
	
	.HN_header .H_HeadBlock:before {
		width: 100vw;
		margin-left: calc(1px - 1px - ((100vw - 100%) / 2));
		border-radius: 0;
		height: calc(100% + 2.5em);
		margin-top: -1.25em;
		opacity: 1;
	}
	
	.HN_header .H_HeadBlock {
		padding: 1em 1.5em;
	}
	
	.HN_header .H_HeadBlock:before {
		opacity: .75;
	}
}

@media screen and (min-width: 771px) {
	body:not(.HN_onscroll) .HN_header:not(.HN_noblure) .H_nav a,
	body:not(.HN_onscroll) .HN_header:not(.HN_noblure) .HR_Box span {
		--h_elem_color_tx: var(--g1-background);
		--h_tx_cl: var(--g1-background);
	}
}

@media screen and (min-width: 2000px) {
	.HN_header {
		font-size: 1.05em;
	}
}

@media screen and (max-width: 770px) {
	.H_lr.hamb {
		position: relative;
		display: flex!important;
		justify-content: center;
		align-items: center;
	}

	.H_lr.hamb:before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		aspect-ratio: 1;
		background: var(--bc-color-wr);
		border-radius: 100%;
		z-index: -1;
		transition: .8s;
		opacity: 0;
	}

	.H_menu_dropdown_open_m .H_lr.hamb:before {
		width: 220vh;
		opacity: 1;
	}
	
	.HB_mobile {
		z-index: 1;
		height: calc(100vh - var(--h_head_height) - 10vh);
		width: 100%;
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: transparent!important;
	}
	.H_menu_dropdown_open_m .HB_mobile {
		transition-delay: .3s!important;
	}
	
	.H_menu_dropdown_open_m .H_lr.hamb {
		z-index: 0;
	}
	
	.H_menu_dropdown_open_m .HB_mobile {
		transform: translate(-1em, calc(100% + 0.2em))!important;
	}
	
	.HB_mobile {
		padding: 3em 2em!important;
		box-sizing: border-box!important;
		max-width: 100vw;
	}
	
	.HB_mobile ul.H_nav {
		text-align: center;
		font-size: 2.2em!important;
	    text-transform: uppercase;
	}

	ul.H_nav li a {
		color: var(--g1-background)!important;
	}
	
	.HB_mobile .BT_Box {
		font-size: 1.7em;
	}
	
	.H_menu_dropdown_open_m .LG_Box {
		filter: invert(1);
	}
}

.H_lr .BT_Box:first-of-type {
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.H_HeadBlock .H_lr .BT_Box:first-of-type {
		font-size: 1.21212em;
	}
}

.HB_mobile .BS_Box {
	    padding-top: 0em;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2.5em;
		font-size: 1.7em;
    }
}
/* End */


/* Start:/local/templates/templ/include/block/header/style.css?17569069268325*/
.H_Height {
    height: var(--h_head_height);
	width: 100%;
}

.H_wrapper * {
	image-rendering: -webkit-optimize-contrast;
	-webkit-tap-highlight-color: #00000000;
}

.H_wrapper a {
	white-space: nowrap;
}

.H_wrapper, .F_wrapper {
	z-index: 2;
	top: 0;
	display: block;
	width: 100%;
	max-width: inherit;
	background: var(--h_bg_color);
	border-radius: 0 0 calc(var(--h_br_radius) * 0.687) calc(var(--h_br_radius) * 0.687);
}

.F_wrapper {
	position: relative;
}

.H_wrapper {
	position: fixed;
}

.H_HeadBlockWrap a {
	text-decoration: none;
	color: var(--h_tx_cl);
	transition: .3s;
}

.H_HeadBlockWrap {
	color: var(--h_tx_cl);
}

.H_HeadBlockWrap {
	padding: 1.25em 0;
	position: relative;
}

.H_HeadBlock {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.H_lr:first-child>*:not(:first-child) {
	margin-left: 2.5em;
}

.H_lr:not(:first-child)>*:not(:last-child) {
	margin-right: 1em;
}

.H_lr {
	display: flex;
	align-items: center;
}

.GN_allwig[win-wg="1"] {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(0px - ((100vw - 100%) / 2));
	background: var(--h_bg_color);
	border-radius: 0 0 calc(var(--h_br_radius) * 0.687) calc(var(--h_br_radius) * 0.687);
    position: relative;
}

.F_wrapper .LG_Box {
    flex-direction: column;
    align-items: flex-start;
    font-size: .8em;
}

.F_wrapper .LG_Box span {
	margin: 0;
	padding: 0;
	margin-top: .4em;
	border: none;
}

.F_wrapper .LG_Box span br {
	display: none;
}

.GN_allwig[win-wg="1"] .H_HeadBlockWrap {
    padding: 1.25em 0;
}

.H_HeadBlock:not(:first-child) {
    margin-top: 1.25em;
    padding-top: 1.25em;
    border-top: 1px var(--g1-background) solid;
}

.F_wrapper .H_lr {
    width: 100%;
    justify-content: center;
}
.F_wrapper .H_lr:first-child {
    justify-content: flex-start;
}
.F_wrapper .H_lr:last-child {
    justify-content: flex-end;
}

.F_wrapper .LG_Box span {
	color: var(--h_flogo_tx, var(--h_elem_color));
}

.F_wrapper .LG_Box a {
    --h_tx_cl: #ffffff;
}








	.H_HeadBlock .H_lr .H_btn_gamburger {
		background: var(--h_bg_color);
		display: flex;
		justify-content: center;
		align-items: center;
		width: 2.6875em;
		height: 2.6875em;
		border-radius: calc(var(--h_br_radius) * 0.25);
	}

	.H_HeadBlock .H_lr .H_btn_gamburger span {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: var(--h_elem_color);
		width: 2.25em;
		height: 0.125em;
		transition-delay: .3s;
		position: relative;
	} 

	.H_btn_gamburger span::before,
	.H_btn_gamburger span::after {
		content: "";
		display: block;
		width: inherit;
		height: inherit;
		min-height: 0.125em;
		background: var(--h_elem_color);
		transition: .6s;
		position: absolute;
		border-radius: 100px;
		transition-property: transform, height;
	}

	.H_btn_gamburger span::before {
		transform: translateY(-500%) rotate(0);
		animation-duration: 0s;
		animation-name: btnOBack;
		animation-fill-mode: forwards;
	}

	.H_btn_gamburger span::after {
		transform: translateY(500%) rotate(0);
		animation-duration: 0s;
		animation-name: btnTBack;
		animation-fill-mode: forwards;
	}

	.H_ready .H_btn_gamburger span::before {
		animation-duration: .6s;
	}

	.H_ready .H_btn_gamburger span::after {
		animation-duration: .6s;
	}

	.H_HeadBlock .H_lr nav.H_nav_wrapper.H_mob_menu {
		margin-left: 0;
	}

	.H_mob_menu {
		transform: translate(100%, 100%) scale(1);
		opacity: 1;
		left: 0;
		bottom: 0;
		background: var(--h_bg_color);
		position: absolute;
		transition: .6s;
		transition-timing-function: cubic-bezier(0.62, -0.23, 0.36, 1.26);
		width: 100vw;
		overflow-y: scroll;
		box-sizing: border-box;
	}


	.H_menu_dropdown_open_m .H_mob_menu.H_menu_act {
		transform: translate(0, calc(100% + 1px)) scale(1);
		opacity: 1;
	}

	.H_menu_dropdown_open_m .H_btn_gamburger span::before {
		animation-duration: .6s;
		animation-name: btnO;
		animation-fill-mode: forwards;
	}

	.H_menu_dropdown_open_m .H_btn_gamburger span::after {
		animation-duration: .6s;
		animation-name: btnT;
		animation-fill-mode: forwards;
	}

	.H_menu_dropdown_open_m .H_HeadBlock .H_lr .H_btn_gamburger span {
		background: #00000000;
	}

	@keyframes btnOBack2 {
		0% {
			transform: translate(0%) rotate(-45deg);
			width: 81%;
			min-height: .175em;
		}

		50% {
			transform: translate(0%) rotate(0);
			width: 70%;
			min-height: .175em;
		}

		100% {
			transform: translateY(-135%) rotate(-45deg);
			width: 60%;
			min-height: .175em;
		}
	}

	@keyframes btnTBack2 {
		0% {
			transform: rotate(45deg);
			width: 81%;
			min-height: .175em;
		}

		50% {
			transform: rotate(0);
			width: 70%;
			min-height: .175em;
		}

		100% {
			transform: translateY(135%) rotate(45deg);
			width: 60%;
			min-height: .175em;
		}
	}

	@keyframes btnO2 {
		0% {
			transform: translateY(-135%) rotate(-45deg);
			width: 60%;
			min-height: .175em;
		}
		50% {
			transform: translate(0%) rotate(0);
			width: 70%;
			min-height: .175em;

		}

		100% {
			transform: translate(0%) rotate(-45deg);
			width: 81%;
			min-height: .175em;
		}
	}

	@keyframes btnT2 {
		0% {
			transform: translateY(135%) rotate(45deg);
			width: 60%;
			min-height: .175em;
		}

		50% {
			transform: translate(0%) rotate(0);
			width: 70%;
			min-height: .175em;
		}

		100% {
			transform: rotate(45deg);
			width: 81%;
			min-height: .175em;
		}
	}

	@keyframes btnO {
		50% {
			transform: translate(0%);
			width: 100%;
			min-height: .125em;

		}

		100% {
			transform: translate(0%) rotate(-45deg);
			width: 81%;
			min-height: .175em;
		}
	}

	@keyframes btnT {
		50% {
			transform: translate(0%);
			width: 100%;
			min-height: .125em;
		}

		100% {
			transform: rotate(45deg);
			width: 81%;
			min-height: .175em;
		}
	}



	@keyframes btnOBack {
		0% {
			transform: translate(0%) rotate(-45deg);
			width: 81%;
			min-height: .175em;
		}

		50% {
			transform: translate(0%) rotate(0);
			width: 100%;
			min-height: .125em;
		}

		100% {
			transform: translateY(-500%) rotate(0);
			width: 100%;
			min-height: .125em;
		}
	}

	@keyframes btnTBack {
		0% {
			transform: rotate(45deg);
			width: 81%;
			min-height: .175em;
		}

		50% {
			transform: rotate(0);
			width: 100%;
			min-height: .125em;
		}

		100% {
			transform: translateY(500%) rotate(0);
			width: 100%;
			min-height: .125em;
		}
	}


	 .H_menu_dropdown_open_m.H_backw .H_btn_gamburger span::before, 
	.H_menu_dropdown_open_m.H_backw .H_btn_gamburger span::after,
	.H_menu_dropdown_open_m.H_back .H_btn_gamburger span::before,
	.H_menu_dropdown_open_m.H_back .H_btn_gamburger span::after {
		animation-duration: .6s;
		animation-fill-mode: forwards;
	}

	 .H_menu_dropdown_open_m.H_backw .H_btn_gamburger span::before {
		animation-name: btnT2;
	}

	.H_menu_dropdown_open_m.H_backw .H_btn_gamburger span::after {
		animation-name: btnO2;
	}

	 .H_menu_dropdown_open_m.H_back .H_btn_gamburger span::before {
		animation-name: btnTBack2;
	}

	.H_menu_dropdown_open_m.H_back .H_btn_gamburger span::after {
		animation-name: btnOBack2;
	}
	.H_menu_dropdown_open_m {
		overflow: hidden;
	}


	.H_mob_menu {
		height: calc(100dvh - var(--H_header_height) - var(--H_bottom_height));
	}

.HB_mobile {
    position: absolute;
    background: var(--g1-background);
    bottom: 0;
    right: -1em;
    transform: translate(100%, calc(100% + 0.2em));
	transition: .55s cubic-bezier(0.35, -0.98, 0.4, 1.37);
}

.H_menu_dropdown_open_m .HB_mobile {
    transform: translate(18em, calc(100% + 0.2em));
}

.HB_mobile {
    width: calc(65% + 20em);
    box-sizing: border-box;
    padding: 1em 1.5em;
    padding-right: 20em;
}

.HB_mobile ul.H_nav {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.6em;
}

.HB_mobile>*:not(:last-child) {
	margin-bottom: 1.3em;	
}

.HB_mobile ul.H_nav li {
    margin: 0;
    margin-bottom: 0.5em;
    width: 100%;
}

ul.H_nav li a {
    width: 100%;
    display: inline-block;
}

@media screen and (max-width: 870px) {
	.H_wrapper .H_HeadBlock:not(:first-child) {
		display: none;
	}
	
	.H_lr>nav {display: none;}
}

@media screen and (min-width: 771px) {
	.H_lr.hamb {
		display: none!important;
	}
	.HB_mobile {
		display: none;
	}
}

@media screen and (max-width: 770px) {
	.H_wrapper .H_lr:not(:first-child)>*:not(.H_btn_gamburger) {
		display: none;
	}
	.H_lr.hamb {
		display: block;
	}
}


/* End */


/* Start:/local/templates/templ/include/block/logo/style.css?1753956398515*/
.LG_Box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.LG_Box span {
    display: block;
    padding-left: 0.9em;
    margin-left: 0.9em;
	font-size: var(--lg_font_hg);
	line-height: 120%;
    border-left: 1px var(--g1-background) solid;
}

.LG_Box svg, .LG_Box span {
	color: var(--h_tx_cl, var(--h_elem_color));
}

.LG_Box img, .LG_Box svg {
	height: var(--lg_block_hg);
}

@media screen and (max-width: 870px) {
	.LG_Box span {
		display: none;
	}
}
/* End */


/* Start:/local/templates/templ/include/block/menu/style.css?1753956398910*/
ul.H_nav {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.H_nav li {
    margin-right: calc(var(--lg_font_hg, 1em));
    margin-left: calc(var(--lg_font_hg, 1em));
}

ul.H_nav li:first-child {
    margin-left: 0;
}
ul.H_nav li:last-child {
    margin-right: 0;
}

ul.H_nav li a {
	font-size: var(--lg_font_hg, 1em);
	line-height: 100%;
	color: var(--h_elem_color_tx);
}

ul.H_nav li a:hover {
	color: var(--h_elem_color_hov);
}

ul.H_nav>li>a:after {
    content:'';
    width:0em;
    height:0.2em;
    background:var(--h_elem_color_hov);
    display:block;
    position:absolute;
    bottom:0;
    transition:.3s;
}
ul.H_nav>li>a:hover:after {
   /* width: calc(var(--str_count) / 1.95);*/
    width:var(--str_count);
}
/* End */


/* Start:/local/templates/templ/include/block/ihref/style.css?17539563981061*/
.HR_Box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.HR_Box span {
    display: block;
	font-size: var(--lg_font_hg, 1em);
	line-height: 120%;
	color: var(--h_tx_cl);
}

.HR_Box span:not(:first-child) {
    margin-left: 0.9em;
}

.HR_Box img {
	height: var(--lg_block_hg, 1em);
	margin-top: calc(1em * .1);
}

.HR_Box[data-zag] {
	margin-top: 1.2em;
}

.HR_Box[data-zag]:before {
    content: attr(data-zag);
    position: absolute;
    top: 0;
    font-size: .8em;
    transform: translate(0, -1.2em);
}

/*********************************/
.CT_Box_content img {
    filter: grayscale(1);
}

.CD_GzBox .BT_Box img {
    filter: grayscale(1) brightness(2);
}

.HR_Box:has(.LG_Dpp) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.HR_Box:has(.LG_Dpp) .LG_Dpp {
    font-size: .6em;
    margin-top: .3em;
    color: var(--h_elem_color);
}

.HR_Box span:hover {
  color: var(--adr_clr, var(--h_elem_color));
}
/* End */


/* Start:/local/templates/templ/include/block/button/style.css?17539563983292*/
.BT_Box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.BT_Box span {
	font-size: var(--lg_font_hg, 1em);
	line-height: 120%;
	color: var(--h_elem_color_tx);
	font-weight: var(--font-wght);
	transition: .3s;
}

.BT_Box img {
	height: var(--lg_block_hg, --lg_font_hg, 1em);
	margin-right: max(calc(var(--lg_block_hg) / 5), 0.8em);
}

.BT_Box a {
    background: var(--h_elem_color);
    border: 1px var(--h_tx_cl_second, var(--h_elem_color)) solid;
    padding: calc(var(--lg_font_hg, 1em) / 1.5) calc(var(--lg_font_hg, 1em) * 2);
    display: flex;
    justify-content: center;
    align-items: center;
	transition: .3s;
}

.BT_Box[win-wg="1"], .BT_Box[win-wg="1"] a {
    width: 100%;
}

.BT_Box[bt-typ="1"] a {
    border: 1px var(--h_elem_color) solid;
    background: #ffffff00;
}

.BT_Box[bt-typ="2"] a {
    border: 1px var(--h_elem_color_tx) solid;
    background: #ffffff00;
}

.BT_Box[bt-typ="3"] a {
    border: 1px var(--h_elem_color_tx) solid;
    background: var(--h_elem_color_tx);
}

.BT_Box[bt-typ="3"] a span {
	color: var(--h_bg_color);
}

.BT_Box a {
    border-radius: var(--h_br_radius);
}



[anim="1"]>a {
	position: relative;
	overflow: hidden;
}

[anim="1"] a:before {
	height: 130%;
	background: white;
	content: '';
	width: 2em;
	position: absolute;
	z-index: 0;
}

[anim="1"] a span {
	z-index: 1;
	position: relative;
}

[anim="1"] a:before {
	height: 150%;
	background: linear-gradient(90deg, #ffffff00, #ffffffa2, #ffffff00);
	content: '';
	width: 3em;
	position: absolute;
	z-index: 0;
	margin-top: -20px;
	transform: skew(-35deg) translate(-20em, 0);
	animation: gopa infinite;
	animation-duration: 5s;

}

@keyframes gopa {
	0% {
		transform: skew(-35deg) translate(-45em, 0);
	}

	100% {
		transform: skew(-35deg) translate(45em, 0);
	}
}

.BT_Box a:active {
	background: var(--h_elem_color_hov);
}
.BT_Box a:active span {
	color: var(--h_elem_color_tx_hov);
}

.BT_Box[bt-typ="1"] a:active {
	background: var(--h_elem_color);
}

.BT_Box[bt-typ="1"] a:active span {
	color: var(--h_elem_color_tx);
}

.BT_Box[bt-typ="2"] a:active {
	background: var(--h_elem_color_tx);
}

.BT_Box[bt-typ="2"] a:active span {
	color: var(--h_bg_color);
}

.BT_Box[bt-typ="3"] a:active {
	background: var(--h_bg_color);
}

.BT_Box[bt-typ="3"] a:active span {
	color: var(--h_elem_color_tx);
}

@media (hover: hover) {
	.BT_Box a:hover {
		background: var(--h_elem_color_hov);
	}
	.BT_Box a:hover span {
		color: var(--h_elem_color_tx_hov);
	}

	.BT_Box[bt-typ="1"] a:hover {
		background: var(--h_elem_color);
	}

	.BT_Box[bt-typ="1"] a:hover span {
		color: var(--h_elem_color_tx);
	}

	.BT_Box[bt-typ="2"] a:hover {
		background: var(--h_elem_color_tx);
	}

	.BT_Box[bt-typ="2"] a:hover span {
		color: var(--h_bg_color);
	}

	.BT_Box[bt-typ="3"] a:hover {
		background: var(--h_bg_color);
	}

	.BT_Box[bt-typ="3"] a:hover span {
		color: var(--h_elem_color_tx);
	}
}

.BT_Box a:hover {
	border: 1px var(--hov_border_color, var(--h_elem_color_hov)) solid
}

@media screen and (max-width: 768px) {
    .BT_Box a:not(.block_928 a) {
        font-size: 1.115em;
    }
}
/* End */


/* Start:/local/templates/templ/include/block/text/style.css?1755078877807*/
.GS_TXT * {
	color: var(--h_tx_cl);
	font-size: var(--lg_font_hg);
	font-weight: var(--font-wght);
}

.GS_TXT b {
	font-weight: min(calc(var(--font-wght) + 200), 800);
}

.GS_TXT {
	width: var(--wdth_txt, 100%);
}

.GS_TXT>*:first-child {
	margin-block-start: 0;
}

.GS_TXT[t-align='0'] {text-align: left;}
.GS_TXT[t-align='1'] {text-align: justify;}
.GS_TXT[t-align='2'] {text-align: center;}
.GS_TXT[t-align='3'] {text-align: right;}


p[maintxt] {
	font-size: 1.125em;
	color: #898c8e;
}

.GS_TXT[txt-place="0"] {margin: none;}
.GS_TXT[txt-place="1"] {margin: 0 auto;}



@media screen and (max-width:768px) {
	.GS_TXT {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 3em;
	}
	.GS_TXT.block_318 {
		width: 100%;
	}

	p[maintxt] {
		font-size: 1.27em;
	}
}
/* End */


/* Start:/local/templates/templ/include/block/grid/style.css?1759163592400*/
.clock {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.BS_Box .zag_tag {
	margin-bottom: 1em;
}

.BS_Box{
	margin-bottom: var(--marg_grid_bot, 0em);
	margin-top: var(--marg_grid_top, 0em);
}

.BS_Box:not(:has(.GK_KardBox .GK_CardPersp:first-of-type)):has(.GK_Filter):not(:has(.filterpage)) {
    display: none;
}
/* End */


/* Start:/local/templates/templ/include/block/detailcat/templates/dc0/style.css?175430171613111*/
.dc0_wrp img,
.dc0_wrp svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_gp:has(.dc0) {
    padding: var(--bN_crd_gp) 0;
    box-sizing: border-box;
    background-color: var(--bN_crd_txt_clr_scnds, var(--g1-background, white));
}

.dc0_wrp {
    position: relative;
}

.dc0 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 1.125em;
}

.dc0 .block_inf {
    position: relative;
    padding: 1.75em 1.75em;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.75em;
    border: solid 1px var(--ch_lines_cl, #353335);
    border-radius: var(--h_br_radius, .9375em);
    background-color: var(--bN_crd_txt_clr_mnts, var(--h_bg_color, #25292B));
}

.block_inf > span {
    font-family: var(--g1-font, "Roboto");
    font-size: calc(2.1875 * var(--lg_font_hg));
    font-weight: 400;
    line-height: 100%;
    color: var(--h_elem_color_tx, white);
    text-align: start;
}

.block_inf .info_tiles {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4em;
}

.info_tiles .tl_item {
    position: relative;
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: .75em;
}

.info_tiles .tl_item:not(:last-child) {
    padding-right: 4em;
    box-sizing: border-box;
    border-right: solid 1px var(--bN_crd_bckgrnd_scnds, #959595);
}

.tl_item .item_icon {
    position: relative;
    display: flex;
    width: 1.5625em;
    aspect-ratio: 1;
    align-self: center;
}

.tl_item .item_icon svg {
    color: var(--bN_crd_txt_clr_ds, var(--h_elem_color, #C78E66));
}

.tl_item .item_info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .25em;
}

.item_info span:first-child {
    font-family: var(--g1-font, "Roboto");
    font-size: calc(.75 * var(--lg_font_hg));
    font-weight: 400;
    line-height: 100%;
    color: var(--bN_crd_bckgrnd_scnds, #959595);
    text-align: start;
}

.item_info span:last-child {
    font-family: var(--g1-font, "Roboto");
    font-size: calc(1 * var(--lg_font_hg));
    font-weight: 400;
    line-height: 100%;
    color: var(--h_elem_color_tx, white);
    text-align: start;
}

.dc0 .block_intrctv {
    position: relative;
    padding: 1.75em;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    border: solid 1px var(--ch_lines_cl, #353335);
    border-radius: var(--h_br_radius, .9375em);
    background-color: var(--bN_crd_txt_clr_mnts, var(--h_bg_color, #25292B));
    gap: 2em;
}

.block_intrctv .intrctv_slider_wrp {
    position: relative;
    max-width: 44.625em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5em;
}

.intrctv_slider_wrp .slick_sldr {
    position: relative;
    border-radius: var(--h_br_radius);
    overflow: hidden;
}

.intrctv_slider_wrp .slider_nav .slick_list {
    margin: 0 -0.625em;
}

.intrctv_slider_wrp .slick_sldr .slick-arrow {
    position: absolute;
    display: flex;
    width: 2.5em;
    aspect-ratio: 1;
    padding: .725em;
    box-sizing: border-box;
    border-radius: 100%;
    z-index: 1;
    background-color: #e6e6e6;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.intrctv_slider_wrp .slick_sldr .slick-prev {
    left: .625em;
}

.intrctv_slider_wrp .slick_sldr .slick-next {
    right: .625em;
    transform: translateY(-50%) rotate(180deg);
}

.intrctv_slider_wrp .slick_sldr .img_item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--bN_crd_bckgrnd_mnts, white);
}

.intrctv_slider_wrp .slick_sldr .img_item img {
    aspect-ratio: 1.4;
    object-fit: contain;
}

.intrctv_slider_wrp .slider_nav {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 1.8125em;
}

.intrctv_slider_wrp .slider_nav .slick-track {
    height: 100%;
}

.intrctv_slider_wrp .slider_nav .img_item {
    position: relative;
    margin: 0 .625em;
    border-radius: var(--h_br_radius);
    background-color: var(--bN_crd_bckgrnd_hrs, white);
    overflow: hidden;
}

.intrctv_slider_wrp .slider_nav .img_item img {
    object-fit: contain;
}

.block_intrctv .intrctv_btns_wrp {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.75em;
	font-size: 0.79em;
}

.intrctv_btns_wrp .up_btns_wrp {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1.25em;
}

.section_gp:has(.dc0)[bt-typ="0"] .up_btns_wrp .up_btn_item .up_btn_item_icn{
    display: none;
}

.section_gp:has(.dc0)[bt-typ="1"] .up_btns_wrp .up_btn_item .up_btn_item_icn{
    display: flex;
}

.section_gp:has(.dc0)[bt-typ="3"] .up_btns_wrp  {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 0em 6.25em;
}

.section_gp:has(.dc0)[bt-typ="3"] .up_btns_wrp .up_btn_item {
    width: 9.375em;
    flex-direction: column-reverse;
    border: none;
}

.section_gp:has(.dc0)[bt-typ="3"] .up_btns_wrp .up_btn_item .up_btn_item_icn {
    width: 2.8125em;
}

.section_gp:has(.dc0)[bt-typ="2"] .up_btns_wrp .up_btn_item {
    flex-direction: row-reverse;
}

.up_btns_wrp .up_btn_item {
    position: relative;
    width: 100%;
    padding: 1.555em .888em;
    box-sizing: border-box;
    border: solid 1px var(--bN_crd_bckgrnd_scnds, #959595);
    border-radius: var(--h_br_radius);
    
    grid-column: span 2;
    grid-row: span 1;
    
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: center;
    align-items: center;

}


.up_btns_wrp .up_btn_item span {
    font-family: var(--g1-font, "Roboto");
    font-size: calc(1.125 * var(--lg_font_hg));
    font-weight: 400;
    line-height: 100%;
    color: var(--h_elem_color_tx, white);
    text-align: center;
    transition: .25s transform;
}

.up_btns_wrp .up_btn_item .up_btn_item_icn {
    position: relative;
    width: 1.8125em;
    aspect-ratio: 1;
    display: flex;
    transition: .25s transform;
}

.up_btns_wrp .up_btn_item:hover span {
    transform: scale(1.05);
}


.up_btns_wrp .up_btn_item svg {
    color: var(--bN_crd_txt_clr_ds, var(--h_elem_color, #C78E66));
    transition: .25s color;
}

.up_btns_wrp .up_btn_item:hover .up_btn_item_icn svg {
    color: var(--h_elem_color_hov, red);
}

.up_btns_wrp .up_btn_item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.intrctv_btns_wrp .dwn_btns_wrp {
    position: relative;
    padding: 1.75em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 2.25em;
    border-radius: var(--h_br_radius);
    background-color: var(--h_bg_dop_bx ,#323435);
}

.dwn_btns_wrp .prices {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.dwn_btns_wrp .prices:has(.old) {
    justify-content: space-between;
}

.dwn_btns_wrp .prices .crrnt,
.dwn_btns_wrp .prices .old {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .625em;
}

.dwn_btns_wrp .prices .crrnt > span,
.dwn_btns_wrp .prices .old > span {
    font-family: var(--g1-font, "Roboto");
    font-weight: 400;
    line-height: 100%;
    color: var(--h_elem_color_tx, white);
    text-align: start;
}

.dwn_btns_wrp .prices .crrnt > span:first-child,
.dwn_btns_wrp .prices .old > span:first-child {
    font-size: calc(1 * var(--lg_font_hg));
}

.dwn_btns_wrp .prices .crrnt > span:last-child,
.dwn_btns_wrp .prices .old > span:last-child {
    font-size: calc(2 * var(--lg_font_hg));
}

.dwn_btns_wrp .prices .crrnt > span:last-child::after,
.dwn_btns_wrp .prices .old > span:last-child::after {
    content: " ₽";
    position: relative;
    width: 100%;
    height: auto;
}

.dwn_btns_wrp .prices .old > span {
    color: var(--gk-pr-col, #959595);
}

.dwn_btns_wrp .prices .old > span:last-child {
    text-decoration: line-through;
}

.dwn_btns_wrp .dwn_btns {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}

.dwn_btns .H_lr .BT_Box {
    width: 100%;
}

.dwn_btns .H_lr .BT_Box a{
    position: relative;
    width: 100%;
    padding: 1.25em 1em;
    box-sizing: border-box;
    border-radius: var(--h_br_radius);

    font-family: var(--g1-font, "Roboto");
    font-size: calc(1.25 * var(--lg_font_hg));
    font-weight: 400;
    line-height: 100%;
    color: var(--h_elem_color_tx, white);
    text-align: center;
    text-transform: uppercase;
}

.dwn_btns .H_lr:first-child .BT_Box a {
    background: #00000000;
    border: solid 1px var(--bN_crd_txt_clr_ds, var(--h_elem_color, #C78E66));
}

.dwn_btns .H_lr:first-child .BT_Box a:hover {
    background: var(--h_elem_color_hov);
}

.dwn_btns .dwn_btn_item:last-child {
    background-color: var(--bN_crd_txt_clr_ds, var(--h_elem_color, #C78E66));
}



@media screen and (max-width:1200px) {
    .block_intrctv .intrctv_slider_wrp {
        max-width: 40em;
    }
} 

@media screen and (max-width:1080px) {
    .dc0 .block_intrctv {
        flex-direction: column;
    }

    .block_intrctv .intrctv_slider_wrp {
        max-width: none;
    }
}

@media screen and (max-width:750px) {
    .section_gp:has(.dc0) {
        background-color: var(--bN_crd_txt_clr_hrs, var(--g1-background, #353335));
    }

    .dc0 {
        width: 100vw;
        --margin-mb: calc((100vw - 100%) / 2);
        margin-left: calc(1px - 1px - var(--margin-mb));
    }

    .up_btns_wrp {
        padding: 0 1em;
    }

    .dc0 .block_inf,
    .dc0 .block_intrctv {
        display: contents;
    }

    .block_inf > span {
        order: 1;
        text-align: center;
        padding: .565em 1em;
        box-sizing: border-box;
        border-radius: calc(var(--h_br_radius) / 2.325);
        background-color: var(--bN_crd_txt_clr_mnts, var(--h_bg_color, #25292B));

        font-size: calc(2* var(--lg_font_hg));
    }

    .intrctv_slider_wrp .slick_sldr {
        max-width: 750px;
        width: 100%;
    }

    .intrctv_slider_wrp .slick_sldr .slick-dots {
        position: absolute;
        bottom: 1em;
        left: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1em;
        transform: translateX(-50%);
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .intrctv_slider_wrp .slick_sldr .slick-dots > li {
        width: .765em;
        height: 5px;
        border-radius: .71em;
        background-color: #F1F1F1;
        transition: .25s all;
    }

    .intrctv_slider_wrp .slick_sldr .slick-dots > li.slick-active {
        width: 7em;
        height: 5px;
        background-color: var(--bN_crd_txt_clr_ds, var(--h_elem_color, #C78E66));
    }

    .intrctv_slider_wrp .slick_sldr .slick-dots > li > button {
        opacity: 0;
    }

    .block_inf .info_tiles {
        flex-flow: wrap;
        margin: 0 1em;
        margin-bottom: 1em;
        gap: .5em;
        justify-content: flex-start;
    }

    .info_tiles .tl_item {
        padding-right: 0;
        padding: .325em 1.5em;
        border: solid 1px var(--bN_crd_bckgrnd_scnds, #959595);
        border-radius: var(--h_br_radius);
    }

    .info_tiles .tl_item:not(:last-child) {
        padding: .325em 1em;
    }

    .intrctv_btns_wrp .up_btns_wrp {
        gap: .625em;
    }

    .up_btns_wrp .up_btn_item {
        border: none;
        background-color: var(--bN_crd_txt_clr_mnts, var(--h_bg_color, #25292B));
    }

    .intrctv_slider_wrp .slider_nav {
        display: none;
    }

    .block_intrctv .intrctv_slider_wrp {
        order: 2;
        margin-bottom: 2em;
    }

    .block_inf .info_tiles {
        order: 3;
		font-size: 1.115em;
    }

    .block_intrctv .intrctv_btns_wrp {
        order: 4;
        gap: .725em;
    }

    .intrctv_btns_wrp .dwn_btns_wrp {
        order: 5;
        padding: 1em 1.2857em;
        gap: 1.825em;
        border-radius: var(--h_br_radius, 1.07em);
        background-color: var(--bN_crd_txt_clr_mnts, var(--h_bg_color, #25292B));
    }

    .section_gp:has(.dc0)[bt-typ="2"] .up_btns_wrp  {
        display: flex;
        flex-flow: nowrap;
        gap: .625em;
    }

    .section_gp:has(.dc0)[bt-typ="2"] .up_btns_wrp .up_btn_item {
        width: 100%;
    }
    
    .section_gp:has(.dc0)[bt-typ="2"] .up_btns_wrp .up_btn_item span {
        display: none;
    }
}

.H_lr:last-child .BT_Box span {
	color: #fff;
}

@media screen and (max-width:768px) {
    .dc0 .block_intrctv {
        font-size: 1.27em;
	}
}
/* End */


/* Start:/local/templates/templ/include/block/tiles/style.css?175507595512039*/
.T_wrapper * {
    image-rendering: -webkit-optimize-contrast;
    -webkit-tap-highlight-color: #00000000;
 }
 
 .T_wrapper li {
    list-style: none;
 }
 
 .T_wrapper a {
    text-decoration: none;
    color: var(--t_tx_cl);
    transition: .3s;
 }
 
 .T_wrapper input:focus {
    outline: 0;
 }
 
 /*!IMAGES*/
 .T_wrapper .T_img_wrap {
    position: relative;
 }
 
 .T_wrapper .T_img_box {
    position: relative;
    width: 100%;
    height: 0;
 }
 
 .T_wrapper .T_img_box>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
 
 .T_wrapper .contain>img {
    object-fit: contain;
    object-position: center;
 }
 
 .T_wrapper .cover>img {
    object-fit: cover;
    object-position: center;
 }
 
 /*!BUTTONS*/
 .T_wrapper button {
    cursor: pointer;
    border: 0;
    outline: 0;
 }
 
 a.T_btn_main {
    color: #FFFFFF;
    background: var(--t_elem_color);
    border-radius: calc(var(--t_br_radius) * 0.687);
    font-weight: 500;
    line-height: normal;
 }
 
 
 .T_wrapper>* {
    color: var(--h_tx_cl);
 }
 
 
 
 
 
 .ublock_h2 {
    font-size: 2.185em;
    font-weight: 500;
    color: var(--t_tx_cl);
    margin-bottom: 1.125em;
    line-height: 120%;
 }
 
 .T_blocks {
    display: flex;
     flex-wrap: wrap;
     margin-left: -0.625em;
     width: calc(100% + 1.25em);
     counter-reset: test;
 }
 
 .T_blocks2 {
   margin-left: -1.25em;
   width: calc(100% + 2.5em);
}
 
 
 .T_blocks2 .T_block {
    width: calc((100% / 2) - 2.5em);
    margin: 1.25em;
    display: block;
    max-width: 100%;
    background: #FFFFFF;
    color: var(--t_tx_cl_second);
    border-radius: var(--t_br_radius);
    padding: 2.625em 3.75em 1.563em  2.8125em;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
    overflow: hidden;
 }
 
 .T_blocks3 .T_block {
    width: calc((100% / 3) - 1.25em);
    margin: 0.625em;
    display: block;
    max-width: 100%;
    background: #FFFFFF;
    color: var(--t_tx_cl_second);
    border-radius: var(--t_br_radius);
    padding: 2.625em 3.75em 3.625em  2.8125em;
    box-sizing: border-box;
    position: relative;
 }
 
 
 .T_block_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
 }
 
 .T_block_name {
    font-size: 1.5625em;
    max-width: 230px;
    color: var(--t_tx_cl);
    font-weight: 500;
    margin-bottom: .6em;
    position: relative;
    z-index: 2;
 }
 
 .T_block_tx {
    color: var(--t_tx_cl_third);
    max-width: 250px;
    position: relative;
    z-index: 2;
 }
 
 .T_block_number {
    font-size: 1.5625em;
    background: var(--t_elem_color);
    color: var(--t_tx_cl_second);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: .6em;
    padding: .44em .7375em;
    max-width: 52px;
    max-height: 52px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
 }
 
 .T_block_number::before {
    counter-increment: test;
     content: counter(test);
 }
 
 
 
 /*SECOND*/
 .T_block_price {
    margin-bottom: 1.5625em;
 }
 
 .T_block_price span:first-child {
    color: var(--t_elem_color);
    font-size: 1.25em;
    margin-right: .25em;
    font-weight: 600;
 }
 
 .T_block_price span:last-child {
    color: var(--t_tx_cl_third);
    font-size: 1em;
    font-weight: 400;
 }
 
 a.T_block_btn {
    display: inline-block;
    background: var(--t_elem_color);
    color: var(--t_tx_cl_second);
    border-radius: var(--t_br_radius);
    font-weight: 500;
    padding: 0.9375em  1em;
    margin-bottom: 2.5em;
 }
 
 .T_block_sm_tx {
    font-size: 0.875em;
    color: var(--t_tx_cl_third);
    line-height: 130%;
    display: block;
    max-width: 230px;
 }
 
 .T_block_img1 img {
    max-width: 100%;
     max-height: 100%;
     image-rendering: -webkit-optimize-contrast;
 }
 
 .T_block_img1 {
    top: unset;
    transform: none;
    bottom: -1em;
 }
 
 .T_block_content {
    position: relative;
    z-index: 2;
 } 

 .ublock_h2bl {
    color: #3E667B;
    max-width: 725px;
 }
.T_img_mob {
    display: none;
}
 @media (max-width: 1000px) {
    .T_blocks2 .T_block {
        width: 100%;
    }
    .ublock_h2bl {
        line-height: 120%;
    }
 }
 @media (max-width: 600px) {
    .T_wrapper {
        font-size: 4.103vw;
    }
    .T_blocks2 {
        margin-left: 0;
    }
    .T_blocks2 .T_block {
        margin: 0;
    }

    .T_block_name {
        font-size: 1.25em;
    }
    .T_block_price span:last-child {
        font-size: .88em;
    }
    .T_block_sm_tx {
        display: none;
    }
    a.T_block_btn {
        margin-bottom: 0;
    }
    .T_blocks2 .T_block {
        padding: 1.8em 1.8em 12.85em  1.8em;
    }
    .T_img_desc {
        display: none;
    }
    .T_img_mob {
        display: block;
    }
    .T_block_img {
        position: absolute;
        right: 0;
        top: unset;
        transform: none;
        bottom: 0;
    }
    .T_blocks2 .T_block:not(:last-child) {
        margin-bottom: 1.29em;
    }
 }



 .AV_wrapper * {
    image-rendering: -webkit-optimize-contrast;
    -webkit-tap-highlight-color: #00000000;
 }
 
 .AV_wrapper li {
    list-style: none;
 }
 
 .AV_wrapper a {
    text-decoration: none;
    color: var(--AV_tx_cl);
    transition: .3s;
 }
 /*
 @media (min-width: 1000px) {
    .AV_wrapper a:hover {
       color: var(--h_elem_color);
    }
 }*/
 
 .AV_wrapper input:focus {
    outline: 0;
 }
 
 /*!IMAGES*/
 .AV_wrapper .AV_img_wrap {
    position: relative;
 }
 
 .AV_wrapper .AV_img_box {
    position: relative;
    width: 100%;
    height: 0;
 }
 
 .AV_wrapper .AV_img_box>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
 
 .AV_wrapper .contain>img {
    object-fit: contain;
    object-position: center;
 }
 
 .AV_wrapper .cover>img {
    object-fit: cover;
    object-position: center;
 }
 
 /*!BUTTONS*/
 .AV_wrapper button {
    cursor: pointer;
    border: 0;
    outline: 0;
 }
 
 a.AV_btn_main {
    color: #FFFFFF;
    background: var(--h_elem_color);
    border-radius: calc(var(--h_br_radius) * 0.687);
    font-weight: 500;
    line-height: normal;
 }
 
 /*!!!!!!!!!!!!!!!!!!!!!!!!
 ul.H_nav {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
 }*/
 
 .AV_wrapper>* {
    color: var(--h_tx_cl);
 }
 
 
 
 
 
 .ublock_h2 {
   font-size: 2.185em;
    font-weight: 500;
    color: var(--av_tx_cl);
    margin-bottom: 1.125em;
 }
 
 .AV_blocks {
    display: flex;
     flex-wrap: wrap;
     margin-left: -0.625em;
     width: calc(100% + 1.2em);
 }
 
 .AV_block {
    width: calc((100% / 4) - 1.05em);
    margin: 0.525em;
    display: block;
    max-width: 100%;
    background: var(--tiles_bg);
    color: var(--av_tx_cl_second);
    border-radius: var(--h_br_radius);
    padding:2.125em 1.75em 2.125em 2.25em; 
    box-sizing: border-box;
    border: 1px solid #f1f1f1 !important;
 }
 
 
 .AV_block_img {
    width: 2.5625em;
    height: 2.5625em;
    margin-bottom: 1.5625em;
 }
 
 .AV_block_header {
    font-size: 1.125em;
    /* font-weight: 500; */
 }
 
 .AV_block_tx {
    font-size: 1em;
    font-weight: 400;
    color: var(--av_tx_cl_third);
   /* max-width: 245px;*/
 }
 .T_block_number {
    position: relative;
    z-index: 2;
}

.T_block_number::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.T_block_number {
    padding: 0;
    width: 52px;
    height: 52px;
 }

@media (max-width:1350px) {
    .T_block_img {
        width: 50%;
    }
}

@media (max-width:1000px) {
    .AV_block {
        width: calc((100% / 2) - 20px);
    }
    .T_blocks3 .T_block {
        width: calc((100% / 2) - 20px);
    }
}

@media (max-width:768px) {
	.AV_blocks {
        margin-left: 0;
        width: 100%;
        margin: 0;
		gap: 1em;
    }
	.AV_blocks>* {
		width: calc(50% - .5em);
        margin: 0;
	}
    .AV_block_header {
        font-size: 1.27em;
        margin-bottom: .8em;
    }
    .AV_block_tx {
        max-width: none;
        font-size: .875em;
    }
    .T_blocks {
        margin-left: 0;
        width: 100%;
    }
    .T_blocks3  .T_block {
        width: 100%;
        margin: 0;
        padding: 2.185em 1.8em 10.9em  1.8em;
    }

    .T_blocks3  .T_block.T_block:not(:last-child) {
        margin-bottom: 1.15em;
       
    }
    .T_block_number {
        max-width: 45px;
        max-height: 45px;
    }
    
    .T_block_number_name {
        display: flex;
        margin-bottom: 1.24em;
        align-items: center;
    }
    .T_block_number {
        font-size: 1.2499em;

    }
    .T_block_number {
        width: 100%;
        height:45px;
        margin: 0;
        margin-right: .72em;
    }
    .T_block_name {
        margin-bottom: 0;
    }
    .T_block_tx {
        font-size: .862em;
    }
    .T_block_img {
        width: auto;
        max-width: 60%;
    }

    .T_blocks2 {
      width: 100%;
    }

    .T_blocks2 .T_block_name {
      margin-bottom: .985em;
    }

    
}

.T_blocks3 .T_block {
   overflow: hidden;
}
.T_blocks3 .T_block_img img {
   transition: .3s ease;
   transform: scale(1);
}

@media (min-width: 1000px) {
   .T_blocks3 .T_block:hover .T_block_img img {
      transform: scale(1.1);
   }
}


@media (max-width: 1500px)  and (min-width: 1350px) {
   .T_block_img {
      width: 50%;
  }
}

@media (max-width: 1270px)  and (min-width: 1000px) {
   .T_block_img {
      width: 40%;
  }
}

.T_block_name {
   line-height: 120%;
} 

@media (max-width: 600px) {
   .T_block_img {
      max-width: none;
   }
   .T_block_img img {
      max-width: 186px;
   }
}



@media (min-width: 1000px) {
   .ublock_h2 {
       margin-bottom: 0.860em;
   }
}


.AV_wrapper b {
   color: var(--h_elem_color);
}

.AV_block:has(.BT_Box) {
    flex-wrap: wrap;
}

.AV_block .BT_Box {
    margin-top: 1em;
}

@media (max-width: 768px) {
	.AV_block_img img {
		width: 100%;
	}
   
   .AV_block .BT_Box span {
		/* font-size: 1.115em; */
		text-align: center;
	}
	
	.block_7819 .AV_block_header {
		font-size: 1.43em !important;
	}
	
	.block_7819 .AV_block_tx {
		font-size: 1.115em;
	}
}

@media screen and (min-width: 741px) {
  .AV_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .AV_block_img {
    margin-bottom: .3em;
    margin-right: 1em;
    min-width: 2.5625em;
  }
}


/* О КОМПАНИИ */


.block_7819 .AV_block {
    display: block;
    align-items: center;
	border: none !important;
	padding: 2.125em 2.25em 2.125em 0em;
}

.block_7819 .AV_block:first-child .AV_Box {
	width: 95%;
}

.block_7819 .AV_blocks {
    width: calc(100% + 2.9em);
}

.block_7819 .AV_block_header {
    font-size: 1.375em;
    margin-bottom: 0.5em;	
}

.block_7819 .AV_Box{
	color: #4A4A4A;
}

@media screen and (min-width: 741px) {
	.block_7819 .AV_block_img {
		margin-bottom: 2.5em;
		margin-right: 1em;
		min-width: 4.25em;
	}
}

@media screen and (max-width: 741px) {
	.block_7819 .AV_block {
	padding: 2.125em 2.25em 2.125em .8em;
}
}
/* О КОМПАНИИ */

/* .AV_block:nth-child(2) { */
	/* display:flex; */
/* } */

/* .AV_block:nth-child(2) .BT_Box { */
	/* align-items: flex-end; */
/* } */

@media screen and (max-width: 768px) {
    .AV_block .BT_Box a {
        padding: calc(var(--lg_font_hg, 1em) / 1.5) calc(var(--lg_font_hg, .35em) * 2);
    }
	
	.AV_block_header {
		font-size: 1.27em
	}
}


/* End */


/* Start:/local/templates/templ/include/block/contacts/style.css?17542984011475*/
.CT_Box_container.CT_Map_Box {
    width: 70%;
    position: relative;
}

.CT_Box {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.CT_Map_Box .CT_Box_content {
    width: 100%;
    padding-bottom: 50%;
}

.CT_Box_content p {
    color: var(--h_tx_cl);
    margin-bottom: 2em;
}

.CT_Box_content a {
    margin-bottom: 2em;
}

.CT_Box_container:first-child {
    background: var(--h_bg_color);
    width: 28%;
    padding: 3em;
    box-sizing: border-box;
}

.CT_Box_container .h2 {
	color: var(--h_tx_cl);
	text-align: start;
}

@media screen and (max-width: 1300px) {
	.CT_Box_container:first-child {
		width: 40%;
	}
	.CT_Box_container.CT_Map_Box {
		width: 58%;
	}
}

@media screen and (max-width: 850px) {
	.CT_Box {
		flex-direction: column;
	}
	.CT_Box_container:first-child, .CT_Box_container.CT_Map_Box {
		width: 100%;
	}
	.CT_Map_Box .CT_Box_content {
		padding-bottom: 100%;
	}
	.CT_Box_content .h2 {
		padding-bottom: 0;
	}
	.CT_Box_content p {
		margin-top: 0.1em;
	}
	.CT_Box_content {
		/* font-size: 1.3em; */
	}
	.CT_Box_content p, .CT_Box_content a {
		margin-bottom: 1em;
	}
}

.CT_Box_content span.h2:not(:has(h1)) {
    font-size: 2.1875em;
}

@media screen and (max-width: 768px) {
	.CT_Box_content>*:not(span.h2, .BT_Box) {
        font-size: 1.27em;
    }
	
    .CT_Box_content span.h2:not(:has(h1)) {
        font-size: 2em;
    }
}
/* End */


/* Start:/local/templates/templ/include/block/map/style.css?17539563981526*/
.GM_mapBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

[map-type="0"] .ymaps-2-1-79-ground-pane {
	filter: invert(var(--gm-invert)) grayscale(var(--gm-grayscale)) brightness(var(--gm-brightness)) saturate(var(--gm-saturate)) contrast(var(--gm-contrast)) sepia(var(--gm-sepia)) hue-rotate(var(--gm-rotate)) opacity(var(--gm-opacity));
}
[map-type="1"] .ymaps-2-1-79-ground-pane {
	filter: saturate(var(--gm-saturate)) contrast(var(--gm-contrast)) sepia(var(--gm-sepia)) invert(var(--gm-invert)) grayscale(var(--gm-grayscale)) hue-rotate(var(--gm-rotate)) brightness(var(--gm-brightness)) opacity(var(--gm-opacity));
}
[map-type="2"] .ymaps-2-1-79-ground-pane {
	filter: saturate(var(--gm-saturate)) contrast(var(--gm-contrast)) grayscale(var(--gm-grayscale)) hue-rotate(var(--gm-rotate)) brightness(var(--gm-brightness)) sepia(var(--gm-sepia)) opacity(var(--gm-opacity)) invert(var(--gm-invert));
}
[map-type="3"] .ymaps-2-1-79-ground-pane {
	filter: saturate(var(--gm-saturate)) contrast(var(--gm-contrast)) invert(var(--gm-invert)) hue-rotate(var(--gm-rotate)) grayscale(var(--gm-grayscale)) brightness(var(--gm-brightness)) sepia(var(--gm-sepia)) opacity(var(--gm-opacity));
}
[map-type="4"] .ymaps-2-1-79-ground-pane {
	filter: invert(var(--gm-invert)) hue-rotate(var(--gm-rotate)) sepia(var(--gm-sepia)) grayscale(var(--gm-grayscale)) brightness(var(--gm-brightness)) saturate(var(--gm-saturate)) contrast(var(--gm-contrast)) opacity(var(--gm-opacity));
}
/* End */


/* Start:/local/templates/templ/include/block/footer/style.css?1760011433234*/
p.pdt_of {
    width: 100%;
    display: block;
    text-align: center;
    font-size: .7em;
}

@media screen and (max-width: 850px) {
	.f_copyright {
		text-align: right;
	}
}

.F_wrapper a:hover {
    color: #c7c7c7 !important;
}



/* End */


/* Start:/local/templates/templ/include/block/forms/style.css?175395639819787*/
.G_Pp_Wr [data-row="1"] { --row: 1; }
.G_Pp_Wr [data-row="2"] { --row: 2; }
.G_Pp_Wr [data-row="3"] { --row: 3; }
.G_Pp_BxWr [data-rowi="1"] { --rowi: 1; }
.G_Pp_BxWr [data-rowi="1.5"] { --rowi: 1.5; }
.G_Pp_BxWr [data-rowi="2"] { --rowi: 2; }
.G_Pp_BxWr [data-rowi="3"] { --rowi: 3; }



html, body {overflow: overlay;}

.G_Pp_BxWr * {image-rendering: -webkit-optimize-contrast;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

[data-border="0"], [data-border="0"] * {
	border-radius: 0!important;
}

.G_Pp_BxWr input, .G_Pp_BxWr input:active, .G_Pp_BxWr input:hover, .G_Pp_BxWr input:focus, .G_Pp_BxWr textarea, .G_Pp_BxWr textarea:active, .G_Pp_BxWr textarea:hover, .G_Pp_BxWr textarea:focus {
	outline: none!important;
}

.G_Pp_BxWr .G_hs_Er, .G_Pp_BxWr .G_hs_Er {
    filter: opacity(1);
}

.G_Fm_Tx {
    font-size: 1em;
    color: var(--cl-descr);
    line-height: 140%;
    margin-bottom: 0.3em;
}

[data-row="1"] .G_Fm_Tx {
	text-align: center;
}

.G_Pp_BxWr input, .G_Pp_BxWr textarea {
    border: 1px var(--cl-input) solid;
	background: var(--cl-input-bg);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    border-radius: 0.55em;
    padding: 1.25em 1.875em;
	width: 100%;
    font-size: 1em;
    filter: opacity(0.7);
    box-sizing: border-box;
	position: relative;
	transition: .3s;
	resize: none;
	display: block;
}


.G_Pp_BxWr input, .G_Pp_BxWr textarea, .G_Pp_BxWr input::placeholder, .G_Pp_BxWr textarea::placeholder  {
	color: var(--cl-input-tx);
}

.G_Pp_BxWr input[type="time"], .G_Pp_BxWr input[type="date"] {
	padding: 0;
	text-align: center;
}

.G_Pp_BxWr input {
    height: 3.7em;
}

.G_Pp_BxWr input:not(:placeholder-shown), .G_Pp_BxWr input:focus, .G_Inp_Bx label:has(.G_hs_Er), .G_Pp_BxWr textarea:not(:placeholder-shown), .G_Pp_BxWr textarea:focus {
    filter: opacity(1);
}

.G_Pp_BxWr input[type="date"]:not(.G_has-value), .G_Pp_BxWr input[type="time"]:not(.G_has-value) {
    filter: opacity(0.7);
}

.G_Pp_BxWr input[type="date"]::-webkit-calendar-picker-indicator, .G_Pp_BxWr input[type="time"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
}

.G_Pp_BxWr input[type="date"]::-webkit-inner-spin-button, .G_Pp_BxWr input[type="time"]::-webkit-inner-spin-button,
.G_Pp_BxWr input[type="date"]::-webkit-clear-button, .G_Pp_BxWr input[type="time"]::-webkit-clear-button {
	z-index: -10;
}

.G_Pp_BxWr input[type="date"]::-webkit-input-placeholder, .G_Pp_BxWr input[type="time"]::-webkit-input-placeholder, 
.G_Pp_BxWr input[type="date"]:placeholder, .G_Pp_BxWr input[type="time"]:placeholder {
	z-index: 99;
}

.G_Pp_BxWr input[type="date"]:not(.G_has-value):before, .G_Pp_BxWr input[type="time"]:not(.G_has-value):before,
.G_Pp_BxWr input[type="date"]:not(:valid):before, .G_Pp_BxWr input[type="time"]:not(:valid):before {
	content: attr(placeholder);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 1.25em 1.875em;
	text-align: left;
}

.G_Pp_BxWr input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; }

.G_Pp_BxWr .G_oninp input[type="text"], .G_Pp_BxWr .G_oninp input[type="text"]::placeholder {
	color: #ffffff00;
}

.G_Pp_BxWr input.G_hs_Er, .G_Pp_BxWr textarea.G_hs_Er {
	border-color: var(--cl-in-err);
	color: var(--cl-in-err);
}

.G_Inp_Bx label:has(.G_hs_Er):after {
    content: '!';
    font-size: .8em;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 1.4em;
    height: 1.4em;
    border-radius: 100%!important;
    border: 1px var(--cl-in-err) solid;
    color: var(--cl-in-err);
    top: 50%;
    right: 2em;
    transform: translate(0, -50%);
}

.G_Inp_Bx label {
	position: relative;
    margin: 0.5em 0.4em;
	width: calc(((100% / var(--row)) * var(--rowi)) - (1em - 1px));
    display: block;
	max-width: calc(100% - (1em - 0px));
}

.G_Fm_Head {
    margin-bottom: 1em;
}

.G_Fm_Head:not(:first-child) {
    margin-top: 1em;
}

.G_Inp_Bx {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -0.5em;
    width: calc(100% + 1.2em);
}

.G_Bot a {
	text-decoration: none;
}

.G_No_Sc {
	overflow: hidden;
}

.G_No_Sc body, .G_No_Sc .H_wrapper {
	padding-right: var(--scrollbar, 0px);
	box-sizing: border-box;
}

.G_Pp_Wr {
    width: 100vw;
    height: 100%;
    z-index: -10;
    display: flex;
    line-height: 120%;
    justify-content: center;
    align-items: center;
    position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	font-size: 16px;
	perspective: 100vw;
}

.G_Pp_Wr:before {
	position: absolute;
	content: '';
	z-index: 1;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(6px);
	transition:.3s;
	transition-delay: .2s;
	opacity: 0; 
	top: 0;
	left: 0;
    background: var(--bg-color-wr);
}

.G_Pp_Wr:not(.GacT):before {
	transition-delay: .01s;
}

.G_Pp_Wr.GacT {
    z-index: 100;
	opacity: 1;
}

.G_Pp_Wr:not(.GacT) {
	transition: .01s;
	transition-delay: .3s;
}

.G_Pp_Wr.GacT:before {
	opacity: 1;
}

.G_Pp_Bx {
    box-shadow: 0px 4px 20px var(--bx-shadow-cl);
    background: var(--bg-ppbox-wr);
	position: absolute;
	z-index: -1;
	opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.6em;
	overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: calc(400px * var(--row));
	transition: .4s;
	display: flex;
}

.G_imagBtx:has(img) {
    width: 100%;
    max-width: 280px;
    height: auto;
    position: relative;
    max-height: 100%;
    overflow: hidden;
}

.G_imagBtx img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[data-imgcon="1"] .G_imagBtx img {
    object-fit: contain;
}

.G_Pp_BxWr {
    padding: 3em;
	width: 100%;
	box-sizing: border-box;
}

.G_imagBtx {
    order: 0;
}

a.G_Bt_Cl {
    width: 3em;
    height: 3em;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 100;
}

.G_Pp_Wr a.G_Bt_Cl {
    display: flex;
}

a.G_Bt_Cl:before, a.G_Bt_Cl:after {
    content: '';
    display: block;
    position: absolute;
	width: 1.2em;
    height: 0.13em;
    background: var(--cl-button);
}

a.G_Bt_Cl:before {
	transform: rotate(45deg);
}
a.G_Bt_Cl:after {
	transform: rotate(-45deg);
}

@keyframes crossu {0% {transform: rotate(45deg);}50% {transform: rotate(90deg);}100% {transform: rotate(135deg);}}
@keyframes crossd {0% {transform: rotate(-45deg);}50% {transform: rotate(-45deg);}100% {transform: rotate(45deg);}}

.G_Fm_H1 {
    font-weight: 600;
    font-size: 1.4em;
	line-height: 120%;
	color: var(--cl-zag);
}

.G_Fm_St {
	color: var(--cl-button);
}

form.G_Form>* {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form.G_Form>*:not(:last-child) {
    margin-bottom: 1.5em;
}




.G_Fe_Bx {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	transition: .3s;
	will-change: height;
	perspective: 100vw;
}

.G_Gear {
    position: relative;
	width: 100%;
	opacity: 1;
	z-index: 1;
	transition: .4s;
	will-change: opacity, z-index, position;
}

.G_Gear.GacTf, .G_Gear.GacTb {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

[data-row="1"] .G_Bot, [data-row="1"] .G_Fm_Head {
    flex-direction: column;
}

[data-row="1"] .G_Bt_Bx, [data-row="1"] .G_Fm_St, [data-row="1"] .G_Fm_H1 {
	order: -1;
}

[data-row="1"] .G_Police, [data-row="1"] .G_Fm_Head>* {
	max-width: 100%;
	text-align: center;
}

[data-row="1"] .G_Police, [data-row="1"] .G_Fm_St {
    margin-top: 1em;
}

[data-row="1"] .G_Bt_Bx {
    font-size: .85em;
    justify-content: space-between;
    width: 100%;
}

[data-row="1"] form.G_Form:has(.GacTs:only-child) .G_Bt_Bx {
    justify-content: center;
}

form.G_Form:has(.GacTs:only-child) .G_Fm_St {
	display: none;
}

[data-row="1"] form.G_Form:has(.GacTs:only-child) .G_Bt_Bx [data-submit] {
	width: 100%;
}

.G_Fm_Head {
    display: flex;
    justify-content: space-between;
}

.G_Police {
    transform: scale(.95);
    opacity: 0;
	z-index: -10;
	height: 0;
    transition: .3s;
	width: 100%;
    max-width: 45%;
	font-size: .9em;
    line-height: 120%;
    color: var(--cl-police);
}

.G_Police a {
	color: var(--cl-police-a);
}

form.G_Form:has(.GacTs:last-child) .G_Bot .G_Police {
    transform: scale(1);
    opacity: 1;
	z-index: 1;
	height: auto;
    transition: .3s;
}

.G_Bot {
    line-height: 100%;
    font-size: 1.125em;
}
.G_Bot [data-submit]:after {
    content: attr(data-next);
	transition:.3s;
}

.G_Bot [data-submit] {
    display: inline-block;
   /* background: var(--cl-button);*/
    background: var(--cl-button, var(--h_elem_color));
	border: 1px var(--cl-button, var(--h_elem_color)) solid;
    color: var(--cl-button-t, var(--h_elem_color_tx));
    padding: 1.11111em 2.22222em;
    border-radius: 0.55em;
	filter: brightness(1);
	transition: .3s;
	text-align: center;
	opacity: 1;
}

.G_Bot [data-submit]:active {
	filter: brightness(.7);
}

form.G_Form:has(.GacTs:last-child):not(:valid) .G_Bot [data-submit] {
	opacity: .6;
	filter: none!important;
}

.G_Bot [data-prev] {
    opacity: 1;
	z-index: 1;
	transform: scale(1);
	display: inline-flex;
	align-items: center;
	color: var(--cl-button);
	position: relative;
	width: auto;
	height: auto;
	transition: .3s;
	margin-right: 1em;
}

.G_Bt_Bx {
    display: flex;
    align-items: center;
}

.G_Bot [data-prev]:before {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.3em;
    border-bottom: 2px var(--cl-button) solid;
    border-left: 2px var(--cl-button) solid;
    content: '';
    transform: translate(0, 0) rotate(45deg);
	transition: .3s;
}


form.G_Form:has(.GacTs:first-child) .G_Bot [data-prev] {
    opacity: 0;
	z-index: -10;
	transform: scale(.95);
	width: 0;
	height: 0;
	margin-right: 0em;
}

form.G_Form:has(.GacTs:last-child) .G_Bot [data-submit]:after {
    content: attr(data-submit);
}

.G_Inp_Bx.G_Inp_ImSl input {
    display: none;
}

.G_Inp_Bx.G_Inp_ImSl label {
    width: 4em;
	background: var(--cl-input-bg);
    display: flex;
    flex-direction: column;
    height: 4em;
	border-radius: 0.55em;
	border: 1px var(--cl-input) solid;
    align-items: center;
    justify-content: center;
	transition: .3s;
	cursor: pointer;
}

.G_Inp_Bx.G_Inp_ImSl label:has(input:checked) {
    background: var(--cl-button);
}

.G_Inp_Bx.G_Inp_ImSl label svg {
	fill: var(--cl-button);
	transition: .3s;
	width: 1.75em;
    height: 1.75em;
}

.G_Inp_Bx.G_Inp_ImSl label:has(input:checked) svg {
	fill:  var(--cl-input-bg);
}

.G_Inp_Bx.G_Inp_ImSl label span {
    font-size: .6em;
	color:  var(--cl-button);
    margin-top: 0.15em;
	transition: .3s;
}

.G_Inp_Bx.G_Inp_ImSl label:has(input:checked) span {
    font-size: .6em;
	color:  var(--cl-input-bg);
    margin-top: 0.15em;
}



@media screen and (min-width: 769px) {
	.G_Pp_Bx:has(.G_imagBtx img) {
		max-width: calc(400px * var(--row) + 280px);
	}

	[data-img="1"] .G_imagBtx {
		order: 1;
	}
	a.G_Bt_Cl:hover:before {
		animation-name: crossu;
	}
	a.G_Bt_Cl:hover:after {
		animation-name: crossd;
	}
	a.G_Bt_Cl:hover:before, a.G_Bt_Cl:hover:after {
		animation-duration: .4s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}
	.G_Bot [data-submit]:hover {
		filter: brightness(1);
	}
	.G_Bot [data-prev]:hover:before {
		transform: translate(-50%, 0) rotate(45deg);
	}
}

@media screen and (max-width: 768px) {
	.G_Fm_Tx {
		text-align: center;
	}

	.G_Pp_Bx {
		flex-direction: column;
	}

	.G_Inp_Bx label {
		width: 100%;
	}
	.G_Pp_Wr .G_Bot, .G_Pp_Wr .G_Fm_Head {
		flex-direction: column;
	}
	.G_Pp_Wr .G_Bt_Bx, .G_Pp_Wr .G_Fm_St, .G_Pp_Wr .G_Fm_H1 {
		order: -1;
	}
	.G_Pp_Wr .G_Police, .G_Pp_Wr .G_Fm_Head>* {
		max-width: 100%;
		text-align: center;
	}
	.G_Pp_Wr .G_Police, .G_Pp_Wr .G_Fm_St {
		margin-top: 1em;
	}
	.G_Pp_Wr .G_Bt_Bx {
		font-size: .85em;
		justify-content: space-between;
		width: 100%;
	}
	.G_Pp_Wr form.G_Form:has(.GacTs:only-child) .G_Bt_Bx {
		justify-content: center;
	}
	form.G_Form:has(.GacTs:only-child) .G_Fm_St {
		display: none;
	}
	.G_Pp_Wr form.G_Form:has(.GacTs:only-child) .G_Bt_Bx [data-submit] {
		width: 100%;
	}
	.G_Pp_Bx {
		bottom: 0;
		max-height: 99%;
	}
	.G_Pp_Bx {
		border-radius: 0.6em 0.6em 0 0;
		transform: translate(0, 120%);
		will-change: transform, z-index, opacity;
	}
	a.G_Bt_Cl {
		left: 50%;
		transform: translate(-50%, 0px);
	}
	a.G_Bt_Cl:before {
		transform: translate(calc(-25% - 1px), 0px) rotate(45deg);
	}
	a.G_Bt_Cl:after {
		transform: translate(calc(25% + 1px), 0px) rotate(-45deg);
	}
	.G_Pp_Bx.GacT {
		max-height: 99%;
		overflow-y: scroll;
	}
	.G_Pp_Bx.GacT::-webkit-scrollbar { width: 0; }
	.G_Pp_Bx.GacT { -ms-overflow-style: none; }
}

@media screen and (max-width: 440px) {
	.G_Inp_Bx.G_Inp_ImSl {
		display: flex;
		justify-content: space-between;
		width: calc(100% + 0.8em);
		margin: 0;
		margin-left: -0.4em;
	}
	.G_Inp_Bx.G_Inp_ImSl label {
		max-width: calc((100% / 4) - 1em);
	}
}


[type-enz="0"] .G_Pp_BxWr {
    padding-top: 0;
    padding-bottom: 0.5em;
}


/*** Эффекты появления ***/

	@media screen and (max-width: 768px) {
		/*Плавный выезд снизу*/			.G_Pp_Bx[data-effect-mob="01"] {transform: translate(0, 50%) rotate3d(1, 0, 0, -15deg);}
		/*Плавный выезд снизу реверс*/	.G_Pp_Bx[data-effect-mob="02"] {transform: translate(0, 50%) rotate3d(1, 0, 0, 15deg);}
		/*Уменьшение*/					.G_Pp_Bx[data-effect-mob="03"] {transform: scale(1.2);}
	}
	@media screen and (min-width: 769px) {
		/*Плавный выезд справа*/		.G_Pp_Bx[data-effect="01"] {transform: translate(50%, 0) rotate3d(0, 1, 0, -45deg);}
		/*Плавный выезд слева*/			.G_Pp_Bx[data-effect="02"] {transform: translate(-50%, 0) rotate3d(0, 1, 0, 45deg);}
		/*Плавный выезд сверху*/		.G_Pp_Bx[data-effect="03"] {transform: translate(0, -50%) rotate3d(1, 0, 0, -45deg);}
		/*Плавный выезд снизу*/			.G_Pp_Bx[data-effect="04"] {transform: translate(0, 50%) rotate3d(1, 0, 0, 45deg);}

		/*Плавный выезд справа реверс*/	.G_Pp_Bx[data-effect="05"] {transform: translate(50%, 0) rotate3d(0, 1, 0, 45deg);}
		/*Плавный выезд слева реверс*/	.G_Pp_Bx[data-effect="06"] {transform: translate(-50%, 0) rotate3d(0, 1, 0, -45deg);}
		/*Плавный выезд сверху реверс*/	.G_Pp_Bx[data-effect="07"] {transform: translate(0, -50%) rotate3d(1, 0, 0, 45deg);}
		/*Плавный выезд снизу реверс*/	.G_Pp_Bx[data-effect="08"] {transform: translate(0, 50%) rotate3d(1, 0, 0, -45deg);}

		/*Увеличение*/					.G_Pp_Bx[data-effect="09"] {transform: scale(.8);}
		/*Уменьшение*/					.G_Pp_Bx[data-effect="10"] {transform: scale(1.2);}
	}
	
	.G_Pp_Bx.GacT {		/*Нормализация*/
		transform: translate(0%, 0) rotate3d(0, 1, 0, 0deg) scale(1);
		z-index: 1;
		opacity: 1;
	}
	
	.G_Fe_Bx .G_Gear {	/*Нормализация*/
		transform: translate(0%, 0) rotate3d(0, 1, 0, 0deg) scale(1);
	}
	
	/*Куб гортзонталь*/				.G_Fe_Bx[data-effect="01"] .G_Gear.GacTf {transform: translate(-30%, 0) rotate3d(0, 1, 0, -90deg);}
									.G_Fe_Bx[data-effect="01"] .G_Gear.GacTb {transform: translate(30%, 0) rotate3d(0, 1, 0, 90deg);}
	/*Куб вертикаль*/				.G_Fe_Bx[data-effect="02"] .G_Gear.GacTf {transform: translate(0, -30%) rotate3d(1, 0, 0, 90deg);}
									.G_Fe_Bx[data-effect="02"] .G_Gear.GacTb {transform: translate(0, 30%) rotate3d(1, 0, 0, -90deg);}
	/*Куб реверс гортзонталь*/		.G_Fe_Bx[data-effect="03"] .G_Gear.GacTf {transform: translate(-20%, 0) rotate3d(0, 1, 0, 90deg);}
									.G_Fe_Bx[data-effect="03"] .G_Gear.GacTb {transform: translate(20%, 0) rotate3d(0, 1, 0, -90deg);}
	/*Куб реверс вертикаль*/		.G_Fe_Bx[data-effect="04"] .G_Gear.GacTf {transform: translate(0, -30%) rotate3d(1, 0, 0, -90deg);}
									.G_Fe_Bx[data-effect="04"] .G_Gear.GacTb {transform: translate(0, 30%) rotate3d(1, 0, 0, 90deg);}
	/*Наплыв*/						.G_Fe_Bx[data-effect="05"] .G_Gear.GacTf {transform: scale(.9);}
									.G_Fe_Bx[data-effect="05"] .G_Gear.GacTb {transform: scale(1.1);}
	/*Наплыв реверс*/				.G_Fe_Bx[data-effect="06"] .G_Gear.GacTf {transform: scale(1.1);}
									.G_Fe_Bx[data-effect="06"] .G_Gear.GacTb {transform: scale(.9);}
	/*Замещение*/					.G_Fe_Bx[data-effect="07"] .G_Gear.GacTf {transform: scale(.9);}
									.G_Fe_Bx[data-effect="07"] .G_Gear.GacTb {transform: scale(.9);}
	/*Замещение реверс*/			.G_Fe_Bx[data-effect="08"] .G_Gear.GacTf {transform: scale(1.1);}
									.G_Fe_Bx[data-effect="08"] .G_Gear.GacTb {transform: scale(1.1);}

/*** Эффекты появления ***/



@media (min-width: 768px) {

	.G_Pp_BxWr[data-type="1"] form.G_Form>*:not(:last-child) {
		margin-bottom:0;
	}

	.G_Pp_BxWr[data-type="1"]  .G_Form {
		display: flex;
		justify-content: center;
	}
	.G_Pp_BxWr[data-type="1"]  .G_Inp_Bx {
		flex-wrap: nowrap;
	}

	.G_Pp_BxWr[data-type="1"] form.G_Form:has(.GacTs:last-child) .G_Bot .G_Police {
		display: none;
	}

	.G_Pp_BxWr[data-type="1"] form.G_Form>* {
		justify-content: center;
	}
	.G_Pp_BxWr[data-type="1"]  .G_Bot [data-submit] {
		padding: 1.28em 2.62222em;
		margin-left: 0.8em;
	}
}

.city_inp {
	display: none!important;
}



	.G_Pp_BxWr {
		background: var(--form-bg)!important;
	}













/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.G_Pp_BxWr .G_Pp_BxWr {
    padding: 0 !important;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

[data-pn="thanks"] .zag_tag {
	text-align: center;
    line-height: 120%;
}

[data-pn="thanks"] p {
	text-align: center;
}













/*checkbox*/
.G_Bot_ck {
	display: flex;
	align-items: center;
	text-align: left;
}

.G_Bot_ck label {
	width: 1em;
	height: 1em;
	background: #fff;
	display: block;
	filter: opacity(0.7);
	margin-right: .5em;
	cursor: pointer;

	border: .1em solid #000;
	position: relative;
	min-width: 1em;
}

.G_Bot_ck label input {
	width: 0;
	height: 0;
	display: none;
}

.G_Bot_ck .G_Police {
	text-align: left;
}


.G_Bot_ck label:has(.checkboxvs:checked):after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('data:image/svg+xml,<svg  viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.059 4.965l-1.414-1.414-6.61 6.61-2.567-2.567-1.414 1.414 2.567 2.567 1.414 1.414 1.414-1.414 6.61-6.61z" fill="%23000"></path></svg>');
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 768px) {
	.G_Form {
		margin-bottom: 8em;
	}
}

.G_Bot_ck label:has(input.G_hs_Er) {
	border: 1px solid var(--cl-in-err);
}

.G_Pp_Wr.GacT {
	z-index: 99999999999;
}
/* End */


/* Start:/local/templates/templ/include/block/heading/style.css?17543822882072*/
h1, h2, h3, h4, h5, h6 {
	margin-block-start: 0;
    margin-block-end: 0;
	font-size: 2.1875em;
}

@media screen and (max-width: 768px) {
	h1, h2, h3, h4, h5, h6 {
		font-size: 2em;
	}
}

.GS_ZAG > * {
	color: var(--h_tx_cl);
	font-family: var(--g2-font), Arial;
	font-weight: var(--font-wght);
}

.GS_ZAG {
	width: 100%;
    max-width: var(--cont-vg);
    margin: 0 auto;
}

.GS_ZAG[t-align='0'] {text-align: left;}
.GS_ZAG[t-align='1'] {text-align: justify;}
.GS_ZAG[t-align='2'] {text-align: center;}
.GS_ZAG[t-align='3'] {text-align: right;}


.GS_ZAG[t-form="0"]>* {
	text-transform: none;
}
	
.GS_ZAG[t-form="1"]>* {
	text-transform: uppercase;
}
	
/* .GS_ZAG[heading-type="h1"]>* { */
	/* font-size: 2.1875em; */
/* } */
/* .GS_ZAG[heading-type="h2"]>* { */
	/* font-size: 2.1875em; */
/* } */
/* .GS_ZAG[heading-type="h3"]>* { */
	/* font-size: 2.1875em; */
/* } */
/* .GS_ZAG[heading-type="h4"]>* { */
	/* font-size: 2.1875em; */
/* } */
/* .GS_ZAG[heading-type="h5"]>* { */
	/* font-size: 2.1875em; */
/* } */
/* .GS_ZAG[heading-type="h6"]>* { */
	/* font-size: 2.1875em; */
/* } */
.GS_ZAG[heading-type="span"]>* {
	font-size: 2.1875em;
}


@media screen and (max-width: 768px) {
	.GS_ZAG[heading-type="h1"]>* {
		/* font-size: 2em; */
		width: 90%;
	}
	.GS_ZAG[heading-type="h2"]>* {
		/* font-size: 2em; */
		width: 90%;
	}
	.GS_ZAG[heading-type="h3"]>* {
		/* font-size: 2em; */
		width: 90%;
	}
	.GS_ZAG[heading-type="h4"]>* {
		/* font-size: 2em; */
		width: 90%;
	}
	.GS_ZAG[heading-type="h5"]>* {
		/* font-size: 2em; */
		width: 90%;
	}
	.GS_ZAG[heading-type="h6"]>* {
		/* font-size: 2em; */
		width: 90%;
	}
	.GS_ZAG[heading-type="span"]>* {
		font-size: 2em;
		width: 90%;
	}
	.GS_ZAG{
		display: flex;
		justify-content: center;
	}
	
}

	.GS_ZAG[heading-type="span"]>span {
		display: block;
		margin-bottom: .5em;
	}

.zag_tag {
    margin-bottom: 1rem;
	padding-top: var(--pad_zag_top, 0em);
}

.zag_tag b {
	color: var(--h_elem_color);
}
/* End */
/* /local/templates/templ/include/block/header/templates/nhead/style.css?17569068635933 */
/* /local/templates/templ/include/block/header/style.css?17569069268325 */
/* /local/templates/templ/include/block/logo/style.css?1753956398515 */
/* /local/templates/templ/include/block/menu/style.css?1753956398910 */
/* /local/templates/templ/include/block/ihref/style.css?17539563981061 */
/* /local/templates/templ/include/block/button/style.css?17539563983292 */
/* /local/templates/templ/include/block/text/style.css?1755078877807 */
/* /local/templates/templ/include/block/grid/style.css?1759163592400 */
/* /local/templates/templ/include/block/detailcat/templates/dc0/style.css?175430171613111 */
/* /local/templates/templ/include/block/tiles/style.css?175507595512039 */
/* /local/templates/templ/include/block/contacts/style.css?17542984011475 */
/* /local/templates/templ/include/block/map/style.css?17539563981526 */
/* /local/templates/templ/include/block/footer/style.css?1760011433234 */
/* /local/templates/templ/include/block/forms/style.css?175395639819787 */
/* /local/templates/templ/include/block/heading/style.css?17543822882072 */
