

/* Start:/local/templates/.default/components/bitrix/menu/horizontal_multilevel_v4/style.css?17531703262141*/
.dropdown-menu-06-20__section-link{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 16.1px;
    text-decoration: none;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #EEEEEE;
}

.dropdown-menu-06-20__section-link:hover,
.dropdown-menu-06-20__section-link:focus{
    text-decoration: none !important;
}

.dropdown-menu-06-20__icon{
    width: 50px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
    margin-inline: 14px;
}

.dropdown-menu-06-20__subsection-name{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #841A1C;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.dropdown-menu-06-20__subsection-link{
    color: #000;
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 10px;
    text-decoration: none;
}

.dropdown-menu-06-20__subsection-item{
    padding-bottom: 12px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 20px;
}

.dropdown-menu-06-20__item{
    display: flex;
}

.dropdown-menu-06-20__block {
    position: absolute;
    top: 0;
    z-index: 20;
    padding-left: 20px;
    padding-top: 50px;
    padding-right: 50px;
    width: 70%;
    display: none;
    min-height: 100%;
}

.dropdown-menu-06-20__item:hover .dropdown-menu-06-20__block {
	display: block;
}

.dropdown-menu-06-20__dropdown{
    background: rgb(250, 250, 250);
}

.dropdown-menu-06-20__subsection-block a{
    display: block;
}

.dropdown-menu-06-20__item:hover .dropdown-menu-06-20__section-link {
    text-decoration: none;
    background: rgb(250, 250, 250);
}

.dropdown-menu-06-20__item:hover .dropdown-menu-06-20__section-link::before{
    content: ' ';
    position: absolute;
    left: 0;
    height: 48px;
    width: 3px;
    background-color: #841A1C;
}

.dropdown-menu-06-20 {
    scrollbar-width: thin;
    scrollbar-color: black white;
    opacity: 0;
    transition: opacity 0.3s;
}

.b-menu__item:hover .b-menu__item_child_lvl_1 {
	opacity: 1;
}

@media (max-width: 1100px) {
    .dropdown-menu-06-20__section-link{
        height: 70px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/horizontal_multilevel_up_old/style.css?1734936468112*/
.bottom_navigation .b-menu__items > .b-menu__item > .b-menu__link {
  font-size: 19px;
  padding-bottom: 12px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/test_drive_loader/style.css?17531703262654*/
.test-drive-form {
	padding: 0 4px;
	margin-bottom: 1rem;
	max-width: 100vw;
}

@media (min-width: 1024px) {
	.test-drive-form {
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0.19%, rgba(102, 102, 102, 0) 99.82%), url("/local/templates/.default/components/bitrix/form.result.new/test_drive_loader/images/baumech.webp");
		background-size: 100%, 40%;
		background-repeat: no-repeat;
		background-position-x: right;
		background-position-y: center;
		padding: 32px 0 40px 40px;
	}
}

@media (min-width: 1200px) {
	.test-drive-form {
		background-size: 100%, 50%;
	}
}

.b-center-col-other .test-drive-form h2 {
	font-size: 24px;
	margin: 0;
}

.test-drive-form__label-container,
.test-drive-form__checkbox-container {
	font-size: 14px;
}

.test-drive-form__input-container {
	margin: 7px 0 15px 0;
}

.test-drive-form__input-container select, 
.test-drive-form__input-container input {
	font-size: 14px;
	color: #777777;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 10px 20px;
	width: 100%;
}
#form_dropdown_TECH_TYPE {
	max-width: 400px;
	background: white url('/local/templates/.default/components/bitrix/form.result.new/test_drive_loader/images/tick.svg') no-repeat right 10px center;
	-webkit-appearance: none; /* Стиль для Safari */
	-moz-appearance: none;    /* Стиль для Firefox */
	appearance: none;         /* Стиль для прочих браузеров */
}

#form_dropdown_TECH_TYPE:focus {
	border-color: #272727;
	background: white url('/local/templates/.default/components/bitrix/form.result.new/test_drive_loader/images/tick-up.svg') no-repeat right 10px center;
}

.test-drive-form__question-sid-NAVESNOE_OBORUDOVANIE select {
	max-height: 80px;
}

.test-drive-form__input-container input {
	max-width: 400px;
	box-sizing: border-box;
}

@media (min-width: 430px) {
	.test-drive-form__input-container input {
		max-width: 195px;
	}

	.test-drive-form__question-text,
	.test-drive-form__question-email,
	.test-drive-form__question-date {
		display: inline-block;
		max-width: 195px;
		margin-right: 10px;
	}
}

.test-drive-form__question-terminator-sid-TELEPHONE {
	display: block;
}

.test-drive-form__input-container-date {
	font-size: 0;
	position: relative;
}

.test-drive-form img.calendar-icon {
	position: absolute;
	right: 10px;
	top: 10px;
}

.test-drive-form__input-container,
.test-drive-form input.b-button {
	width: 100%;
	max-width: 400px;
}

.test-drive-form__checkbox-container {
	margin-top: 20px;
}

.test-drive-form__submit-container {
	margin-top: 30px;
}

.test-drive-form__note {
	color: green;
	font-size: 24px;
	font-weight: bold;
	margin: 1rem;
}

.fancybox-h2 {
	font-size: 24px;
	font-weight: bold;
}

body.x-common-template .fancybox-overlay {
	z-index: 989;
}

body.x-common-template .fancybox-opened {
	z-index: 990;
}

/* End */


/* Start:/local/templates/smks_common/css/footer.css?17349364689958*/
.i-footer{overflow: hidden;background:url(/local/templates/smks_common/css/../images/footer_bg_p.png) no-repeat 0px 0px #2f2f36;position:relative;  min-height: 260px;    background-size: cover!important;}
.b-footer_nav_expand{max-width:750px;margin:13px 0 10px 25px;float:left}
.b-footer_nav_expand td{}
.b-footer_nav_expand ul{padding:0;}
.b-footer_nav__link{text-decoration:none;background-color:#ec3d3f;color:#fff;font-size:18px;font-weight:bold;display:inline-block;width: 156px;padding:6px 10px;margin-bottom:10px}
.b-footer_nav__item_link{color:#fff;line-height:1.7}
.b-footer_external{background-color:#ec3d3f;position:absolute;right:0;height:100%;border-radius:0 7px 7px 0;padding:20px 20px 25px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; width: 200px;}
.b-footer_external .b-head-item__title-small {color: white;margin-left: 3px;font-size: 18px;  text-decoration: none;}
.b-footer_external .b-callback-form_link {color: white;text-decoration: none;background: #2f3035;padding: 2px 8px;text-transform: uppercase;margin: 7px 0 0 0;font-size: 9px;display: inline-block;}
.b-footer_external .b-footer__title {font-size: 11px;color: #fff;text-transform: uppercase;}
.b-footer_external .b-footer__title_soc {margin: 115px 0 0 0;}
.b-footer_external .b-footer__title_pay {margin: 21px 0 0 0;}
.b-footer_external .b-share{padding:0 !important}
.b-footer__title_no-tm{margin-top:0}
.b-icon-footer {margin: 11px 0 0 0;}
.b-icon-footer-soc > .b-icon {width:25px;height:24px;background-image:url(/local/templates/smks_common/css/../images/social_networks_footer.png);background-repeat: no-repeat;margin:0px;float: left;}
.b-icon-footer-soc .b-icon_small_vk{background-position: 0px 0px;}
.b-icon-footer-soc .b-icon_small_youtube{background-position: -25px 0px;}
.b-icon-footer-soc .b-icon_small_facebook{background-position: -50px 0px;}
.b-icon-footer-soc .b-icon_small_ok{background-position: -75px 0px;}
.b-icon-footer-soc .b-icon_small_twitter{background-position: -100px 0px;}
.b-icon-footer-soc .b-icon_small_instagram{background-position: -125px 0px;}
.b-icon-footer-soc .b-icon_small_dzen{background-position: -125px 0px;}
.b-icon-footer-soc .b-icon_small_rutube{background-position: -125px 0px;}
.b-icon-footer-pay {margin: 8px 0 0 0;}
.b-icon-footer-pay > .b-icon {width:44px;height:28px;background-image:url(/local/templates/smks_common/css/../images/carts_footer.svg);background-repeat: no-repeat;margin: 0 10px 0 0;float: left;}
.b-icon-footer-pay .b-icon_payment_mc{background-position: 0px 0px;}
.b-icon-footer-pay .b-icon_payment_visa{background-position: -54px 0px;}
.b-icon-footer-pay .b-icon_payment_maestro{background-position: -108px 0px;}
.b-icon-footer-pay .b-icon_payment_podeli{
    background-image:url(/local/templates/smks_common/css/../images/podeli.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
}
.b-icon-footer-pay .b-icon_payment_paypal{
    background-image:url(/local/templates/smks_common/css/../images/pp_footer.png);
}
.b-icon-footer-pay .b-icon_payment_jsb{
    background-image:url(/local/templates/smks_common/css/../images/jsb_footer.jpg)!important;
    background-position: left bottom !important;
}
.b-icon-footer-pay .b-icon_payment_gpay {
    background-image: url(/local/templates/smks_common/css/../images/GooglePaySM.png);
}
.b-icon-footer-pay .b-icon_payment_sberpay {
    background: url(/local/templates/smks_common/css/../images/SberPay.svg) center center no-repeat;
    background-size: cover;
    border-radius: 3px;
    border: 1px solid #63B8FF;
}
.b-icon-footer-pay .b-icon_payment_apay {
    background: url(/local/templates/smks_common/css/../images/apple-pay-logoSM.png) center center no-repeat;
    background-size: contain;
}
.b-footer-catalog__item  {margin: 5px 0 0px 0;}
.b-footer-catalog__link, .i-site__stihl .b-footer-catalog__link, .i-site__viking .b-footer-catalog__link {color: white;text-transform: uppercase;font-size: 11px; text-decoration: none;}
.b-footer-catalog__link:hover, .i-site__stihl .b-footer-catalog__link:hover, .i-site__viking .b-footer-catalog__link:hover {text-decoration: underline;}
.b-footer_nav_fourth .b-footer_nav__link{font-size: 11px;margin: 13px 0 0 0;width: auto;padding: 6px 5px;text-transform: uppercase;}
.b-footer_nav_first {width: 277px;}
.b-footer_nav_second {width: 278px;}
.b-under-footer{padding:20px 10px;}
.b-under-footer__link{color:#2f2f36}
.right_button_write_review{background:url(/local/templates/smks_common/css/../images/button_write_review.png) no-repeat 0 0;background-size:contain;overflow:visible;position:fixed;z-index:99990;width:30px;height:178px;right:-2px;top:30%}
.right_button_write_review:hover{margin-right:2px}
#modal_yandex{font-size:15px;display:none;width:500px;padding:20px}
#modal_yandex h1{font-size:140%}
.yandex_block{float:left;padding-top:20px;padding-bottom:20px}
.block_yandex_href{float:left;margin-left:20px;width:200px}
.block_yandex_href a{float:left;margin:10px;width:200px}
#box{display:none;margin-top:0px;margin-left:25px}
.b-footer-mobileLink{text-align:center;margin-top:15px;width:125px}
.b-footer-mobileLink a{color:#fff !important}
.b-footer_nav_fourth{
    padding-left: 40px;
}
.b-icon-footer-soc > .b-icon {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin: 0px;
    float: none;
    background-size: cover;
    margin-left: 1px;
}
.b-icon-footer-soc .b-icon_small_vk {
    background-image: url("/local/templates/smks_common/css/../../../../images/vk_soc.png");
    background-position: center;
    margin-left: 0;
}
.b-icon-footer-soc .b-icon_small_youtube {
    background-image: url("/local/templates/smks_common/css/../../../../images/yt_soc.png");
    background-position: center;
}
.b-icon-footer-soc .b-icon_small_facebook {
    background-image: url("/local/templates/smks_common/css/../../../../images/fb_soc.png");
    background-position: center;
}
.b-icon-footer-soc .b-icon_small_ok {
    background-image: url("/local/templates/smks_common/css/../../../../images/ok_soc.png");
    background-position: center;
}
.b-icon-footer-soc .b-icon_small_twitter {
    background-image: url("/local/templates/smks_common/css/../../../../images/tw_soc.png");
    background-position: center;
}
.b-icon-footer-soc .b-icon_small_instagram {
    background-image: url("/local/templates/smks_common/css/../../../../images/inst_soc.png");
    background-position: center!important;
}
.b-icon-footer-soc .b-icon_small_dzen {
    background-image: url("/local/templates/smks_common/css/../../../../images/yaDSEN.png");
    background-position: center!important;
}
.b-icon-footer-soc .b-icon_small_tg {
    background-image: url("/local/templates/smks_common/css/../../../../images/tg.svg");
    background-position: center!important;
}
.b-icon-footer-soc .b-icon_small_rutube {
    background-image: url("/local/templates/smks_common/css/../../../../images/rutube.png");
    background-position: center!important;
}
.b-icon-footer-pay > .b-icon{
    float: none;
}
.b-footer_external{
    text-align: center;
    width: 23%;
}
.b-icon-footer{
    width: 100%;
    margin: 11px auto 0px auto;
}
.b-icon-footer-pay > .b-icon{
    margin: 0;
}
.i-footer{
    overflow: hidden;
    background: url(/local/templates/smks_common/css/../images/footer_bg_p.png) no-repeat 0px 0px #2f2f36;
    position: relative;
    min-height: 260px;
    padding-left: 25px;
    box-sizing: border-box;
    padding-right: 28%;
}
.b-footer_nav_expand tr:first-child  td{
    /width: 33%;
     padding-left:40px;
}
.b-footer_nav_expand{
    width: 100%;
    max-width: none;
}
.b-footer_nav_expand{
    margin-left: 0;
}


@media (max-width: 1000px) {

.b-footer_external {
    border-radius: 7px 7px 0 0;
}
    .i-footer{
        padding: 0;
        background-size: cover;
    }
    .b-footer_nav_expand{
        margin-left: 0!important;
    }
    .b-icon-footer-pay > .b-icon{
        margin-right: 20px;
    }
    .b-icon-footer-pay > .b-icon_payment_paypal{
        margin-right: 20px!important;
    }
    .b-icon-footer-pay > .b-icon_payment_jsb{
        margin-right: 0px!important;
    }

    .b-icon-footer-soc > .b-icon {
        width: 32px;
        height: 32px;
        margin-left: 10px;
    }
    .b-footer_external .b-head-item__title-small{
        display: block;
        font-size: 24px;
        font-weight: bold;
    }
    .b-footer_external .b-callback-form_link{
        padding: 10px 8px;
        margin-top: 10px;
        font-size: 14px;
    }
    .b-footer_external .b-footer__title_soc{
        margin-top: 15px;
    }
}
@media (max-width: 720px) {
    .b-footer_nav_expand tr:first-child td{
        padding-left: 0;
    }
    .b-footer_nav_expand{
        margin-left: 20px!important;
    }
    .b-footer_nav_fourth{
        padding-left: 0;
    }

    .b-footer_nav__link {
		    width: 120px;
    font-size: 14px;
		}
}
@media (max-width: 560px){
    .b-footer_nav__link{
     width: 100px;
    font-size: 12px;
    }
		ul.b-footer-catalog__items.clearfix {
    width: 130px;
}

}
@media (max-width:480px) {
    .b-footer_nav_expand{
        margin: 13px 0 10px 0px !important;
    }
    .b-footer_nav_expand td{
        width: 245px !important;
        display: block;
        margin: auto;
    }
    .b-footer_nav__link{
        width: 100%!important;
        box-sizing: border-box;
    }
    .b-footer-catalog__item{
        margin: 6px 0 6px 0;
    }

}

@media (max-width:1000px) {
	.b-footer__title_soc{
		display:none;
	}
	.b-footer__title_pay{
		display:none;
	}
	div#posting_block {
			display:none;
	}
}


div#posting_block {
    position: absolute;
    margin-top: 15px;
    margin-left: -18px;
	width: 100%;
}
input#postion_field {
    border: medium none;
    padding: 7px 10px 6px 10px;
    width: 170px;
    margin: 0px;
    height: 18px;
    /* float: left; */
    margin-left: 20px;
    margin-right: 20px;
}

span.posting_block_sent_button, .posting_block_sent_button_ {
    background: #2F3035;
    border: medium none;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px 4px 10px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-top: 3px;
    display: inline-block;
}
div#posting_block p{
    text-align: center;
    /* width: 100%; */
    /*margin-left: 68px;*/
    color: #fff;
    font-size: 14px;
}
#bx-composite-banner {
	float:right;
	min-height: 31px;
}
.subsribe_div_block{
    display: inline-block;
    width: 193px;
    height: 30px;
}

.mgo-mcw-widget_mobile-view {
	bottom: 36px!important;
}
/* End */
/* /local/templates/.default/components/bitrix/menu/horizontal_multilevel_v4/style.css?17531703262141 */
/* /local/templates/.default/components/bitrix/menu/horizontal_multilevel_up_old/style.css?1734936468112 */
/* /local/templates/.default/components/bitrix/form.result.new/test_drive_loader/style.css?17531703262654 */
/* /local/templates/smks_common/css/footer.css?17349364689958 */
