

/* Start:/bitrix/templates/template.main/css/style.css?1676445304297*/
/* style.css
 * основной файл, собирает все остальные
 * 
 */
 
@import url('/bitrix/templates/template.main/css/global/global.css');
@import url('/bitrix/templates/template.main/css/global/font.css');

@import url('/bitrix/templates/template.main/css/layout/holster.css');
@import url('/bitrix/templates/template.main/css/layout/blocks.css');
@import url('/bitrix/templates/template.main/css/layout/content.css');

@import url('/bitrix/templates/template.main/css/map/style.css');
/* End */


/* Start:/bitrix/templates/template.main/css/responsive.css?167644530418062*/
/* стили для шапки */

@media (max-width: 1175px) {
    .b-top-menu {
        width: 730px;
    }

    .b-top-menu .b-menu-header-top li {
        margin-right: 10px;
    }   
}

@media (max-width: 1143px) {    
    .b-top-menu {
        width: 690px;
    }

    .b-top-contacts {
        position: absolute;
        border-top: none;
        top: 0;
        right: 10px;
        margin: 0;
    }

    .b-top-basket {
        position: absolute;
        top: 17px;
        right: 27px;
        float:  none;
    }

    .b-top-menu {
        position:  absolute;
        left: 50%;
        margin-left: -365px;
    }
}

@media (max-width: 1000px) {
    .b-top-menu {
        width: 626px;
        margin-left: -335px;
    }

    .b-menu-header-top a {
        font-size: 13px;
    }

    .b-top-contacts {
        right: 0;
    }

    .b-contacts-data {
        font-size: 16px;
    }
}

/* общие стили */
@media (min-width: 769px) {
    .booking-page-index .l-page {
        min-width: 1220px;
    }

    .booking-page-index .l-page-holder {
        max-width: 1200px;
    }

    .booking-page-index {
        min-width: 1220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1210px) {

    .l-page-content {
        padding: 0 10px;
    }

}

@media (max-width: 1119px) {
    .main-page-index .l-page {
        min-width: 320px;
    }

    .l-page-holder {
        width: 100%;
		max-width: 992px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .l-header-holder {
        width: 100%;
    }

    .l-main-page  .b-main-services {
        margin: 30px auto 0;
        width: 100%;
		max-width: 900px;
    }
	
		.l-main-page .b-main-services_col {
			width: 299px;
		}
		
	.l-page-holder .b-main-services_more-btn {
		margin: 0 0 45px 0;
	}

    .b-footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 5px 15px;
    }

    .b-footer-personal-data {
        display: block;
        width: 100%;
        margin: 5px 0;
    }

    .b-media-army {
        display: block;
        width: 100%;
        margin-left: 0;
    }


}

@media (max-width: 991px) {
	.l-main-page  .b-main-services {
		max-width: 600px;
    }

    .b-top-menu {
        display: none;
        margin-left: 0;
    }

    .b-top-basket,
    .b-contacts-data {
        display: none;
    }

    .l-header, .l-header-holder, .b-logo {
		position: relative;
		box-sizing: border-box;
	}

.l-header {
    height: 92px;
    padding: 8px 10px;
}

.l-header.fixed {
	height: 83px;
    padding: 0 10px;
}

.b-logo {
    width: 90px;
    margin-right: 0;
}

    .b-logo img {
        width: 100%;
        height: auto;
    }
.booking-page-index .b-logo {
    margin-right: 10px;
}

.l-header h1 {
    padding-top: 26px;
    font-size: 24px;
    margin: 0;
}

.b-top-contacts {
    float: none;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 50%;
    margin-top: 5px;
}

    .b-mobile-menu_toggle {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        width: 35px;
        height: 35px;
        background-color: white;
        border-radius: 100%;
        border: none;
        outline: none;
        background-image: url(/bitrix/templates/template.main/css/../img/mobile-menu-ico.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .b-mobile-menu_toggle.active {
        background-image: url(/bitrix/templates/template.main/css/../img/close-mobile-menu-ico.png);
    }

    .b-top-menu.b-mobile-menu {
        position: absolute;
        float: none;
        display: block;
        top: 82px;
        left: -25px;
        width: 100%;
        background-color: #F2F2F2;
        padding: 0 25px;
        font-size: 14px;
        text-align: center;
        overflow: auto;
    }

    .b-top-menu.b-mobile-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .b-top-menu.b-mobile-menu li {
        float: none;
        border-bottom: 1px solid #ddd;
        text-align: center;
        padding: 13px 0;
        width: 100%;
        margin: 0;
    }

    .b-mobile-header-phone {
        display: block;
        position: absolute;
        top: 20px;
        right: 45px;
        font-family: 'PT Serif', 'Arial', sans-serif;
        font-size: 16px;
        z-index: 10;
    }

    /*.b-mobile-header-phone a::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 3px;
        right: 103%;
        width: 16px;
        height: 16px;
        background-image: url('/bitrix/templates/template.main/css/../../../../img/phone-icon-mobile.png');
        background-size: 100% 100%;
    }*/

    .b-mobile-header-phone a {
        text-decoration: none;
        color: inherit;
    }

    .b-mobile-header-phone span {
        white-space: nowrap;
    }

    .b-mobile-header-phone_number {
        display: block;
        position: absolute;
        right: 41px;
        top: 5px;
    }

    .b-top-contacts {
        float: none;
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        height: 100%;
        width: 50%;
        margin-top: 5px;
    }


    .b-top-contacts_call-order {
        top: 0;
        right: 0;
        display: block;
        font-size: 14px;
        color: #a6c015 !important;
        width: auto;
        white-space: nowrap;
        background: none;
        position: relative;
        background-image: url('/bitrix/templates/template.main/css/../img/phone-ico.png');
        background-repeat: no-repeat;
        width: 35px;
        height: 35px;
        font-size: 0;
    }

    /*.b-top-contacts_call-order::after {
        content: 'Заказать звонок';
        position: absolute;
        right: 0;
        top: 0;
    }
    */
	
	.b-list-services:hover .main-header-menu-services.ul-deep-1,
	.b-services-hover-block:hover ~ .main-header-menu-services.ul-deep-1 {
		display: none !important;
	}

	.b-services-hover-block {
		display: none;
	}
}






@media screen and (max-width: 768px) {

.b-top-basket {
    display: none;
}

.b-footer-curve {
    display: none;
}

.l-body-wrapper {
     min-width: 100%; 
}

.l-page {
    min-width: 1px !important;
    min-width: 100% !important;
}
.booking-page-index .l-page {
    min-width: 320px !important;
}
.booking-page-index .l-page-holder {
    padding: 0 25px;
}
.booking-page-index .l-header {
    min-width: 320px;
}
.booking-page-index .l-header.fixed {
    position: relative;
}

.l-header_ghost.active {
    width: 100%;
    height: 92px;
}

.l-header {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, .4);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, .4);
    padding: 8px 10px;
    height: 92px;
    border-bottom: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

.l-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.l-header,
.l-header-holder,
.b-logo {
    position: relative;
}

.l-header-holder,
.b-logo {
    height: 100% !important;
}

.l-header-holder {
    width: 100% !important;
}

.b-logo {
    width: 90px;
    margin-right: 0;
}

.b-logo img {
    width: 100%;
    height: auto;
    /*left: -11px;
    position: relative;
    top: -5px;*/
}

.b-logo-text {
    top: -7px;
    font-size: 12px;
}

.b-menu-header-top {
    border: none !important;
}

.b-menu-header-bottom .deep-1-last {
    border: none !important;
}

.b-top-menu,
.b-contacts-data,
.b-carousel,
.b-main-page_text_bg {
    display: none;
}

.l-page-holder {
    max-width: 320px;
    width: 100%;
}

.booking-page-index .l-page-holder {
    max-width: 768px;
}

.l-main-page .l-page-holder {
    min-width: 320px;
    max-width: 100%;
}

.l-body-wrapper {
    background-repeat: repeat-x !important;
    background-position: center 100% !important;
    background-size: auto 230px !important;
}

.b-main-services {
    margin: 23px auto 40px;
    width: 100%;
}

.b-main-services_col {
    float: none !important;
    width: 100% !important;
    padding: 0 25px !important;
    margin-bottom: 20px !important;
}

.b-main-page_text {
    margin: 0 auto 50px;
	width: 100%;
    float: none;
}

.l-main-page .b-main-services {
    width: 579px;
    text-align: center;
    margin: 20px auto;
}

    .l-main-page .b-main-services_col {
        width: 289px !important;
        padding: 0 10px !important;
        float:  left !important;
    }

.b-main-page_text-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    background-color: #fff;
    padding: 0 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    font-size: 14px;
}

.b-main-page_text_vk_widjet {
    float: none;
    width: auto;
    margin: 0 auto;
}

    .b-main-page_text_vk_widjet #vk_groups {
        margin: 0 auto 60px;
    }

h1 {
    font-size: 30px;
}

h2, h3 {
    font-weight: bold;
    font-size: 18px;
}

.main-header-menu-services.ul-deep-1 {
    display: none !important;
}

.b-list-services:hover .main-header-menu-services.ul-deep-1,
.b-services-hover-block:hover ~ .main-header-menu-services.ul-deep-1 {
    display: none !important;
}

.b-services-hover-block {
    display: none;
}




/* */

.l-footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    padding: 35px 5px;
    margin-top: 50px;
}

.b-footer {
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.l-footer,
.l-footer-holder,
.b-footer {
    width: 100%;
}

.l-footer-holder {
    z-index: 2;
    position: relative;
}

.l-footer,
.b-footer-contacts,
.b-footer {
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.b-footer-bg {
    background: url('/bitrix/templates/template.main/css/../img/footer-bg.jpg') bottom center repeat-x;
    background-repeat: repeat-x !important;
    background-position: center 100% !important;
    background-size: auto 220px !important;
    height: 216px;
    width: 100%;
    z-index: 1;
}

.b-footer-develop *:not(p) {
    display: none;
}

.b-footer-develop p {
    margin: 0;
}

.b-footer_org-name {
    margin-bottom: 7px;
}

.b-footer-bottom {
    display: block;
    width: auto;
    height: auto;
    padding: 10px;
    text-align: center; 
}

    .b-footer-personal-data {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
    .b-media-army {
        margin-left: 0px;
    }



/* CATALOG DETAIL PAGE */

#breadcrumbs,
.b-catalog-detail {
    width: 100%;
    max-width: 100%;
}

#breadcrumbs,
h1.g-page-title.g-element-detail-h1,
.b-catalog-detail-deck {
    padding-left: 25px;
    padding-right: 25px;
}

h1.g-page-title.g-element-detail-h1 {
    font-size: 30px;
    margin: 6px 0 19px;
    line-height: 1.2;
}

.b-catalog-detail-deck, 
.b-catalog-detail-deck * {
    font-size: 14px !important;
}

.b-catalog-detail_more-pic {
    display: none;
}

.b-catalog-detail_first-row .b-catalog-detail-right {
    display: none;
}

.b-catalog-detail_first-row .b-catalog-detail-left {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.b-catalog-detail_second-row .b-catalog-detail-right {
    float: none;
    width: 100%;
    padding: 0 25px;
}

.b-catalog-detail-carousel,
.b-catalog-detail-carousel_holder {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    border-radius: 0 !important;
    overflow: visible;
}

.b-catalog-detail_second-row .b-catalog-detail-left {
    width: 100%;
    max-width: 100%;
}

.b-catalog-detail-carousel {
    display: block;
    margin-bottom: 40px;
}

.b-catalog-detail-carousel .g-carousel-item,
.b-catalog-detail-carousel .g-carousel-item img {
    height: 210px;
    width: 320px;
}

.b-catalog-detail-carousel_left,
.b-catalog-detail-carousel_right {
    position: absolute;
    /*top: calc(50% - 35px);*/
    top: 0;
    width: 34px;
    background-size: 14px 42px;
}

.b-catalog-detail-carousel_left {
    left: 10px;
}

.b-catalog-detail-carousel_right {
    right: 10px;
}

.b-catalog-detail_prices-mobile {
    padding: 0 25px;
}

.b-catalog-detail_prices-mobile .g-green-button {
    margin-bottom: 40px;
}

.b-catalog-detail ~ .b-main-services {
    margin: 50px auto -30px !important;
}

.b-catalog-detail_detail-text {
    padding: 0 25px;
}

.g-page-title2 {
    background: none;
    font-size: 30px;
    overflow: visible;
    line-height: 1.2;
}

.g-page-title2  br {
    display: block !important;
    opacity: 0;
}

.g-page-title2 .b {
    padding: 0; 
}





/* modal form */

.m-box-modal {
    width: 100% !important;
    max-width: 650% !important;
}

.m-box-modal .b-mod-title h1 {
    font-size: 18px !important;
}

.m-box-modal .box-modal_close {
    width: 20px !important;
    height: 20px !important;
    background-position: 0 0 !important;
    background-size: 100% auto !important;
}

.b-modal-form_text input,
.b-modal-form_date input, 
.b-modal-form_textarea textarea {
    width: 100% !important;
    font-size: 16px !important;
    padding: 10px !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    height: auto !important;
}

.b-modal-form_item label {
    font-size: 16px !important;
}

.b-modal-bottom {
    background-size: 100% auto !important;
}

.b-footer-bg {
    display: block;
}

#scrollup {
    display: none !important;
}

.b-modal-form-text {
    padding: 10px 15px !important;
}

.m-box-modal .box-modal_close:hover {
    background-position: 0 0 !important;
}

.main-header-menu-services {
    display: none !important;
}




/* Contacts page */

.l-contacts-map_content {
    position: relative; 
    left: 0; 
    top: 0; 
    width: 100%;
    max-width: 500px; 
    margin: 20px auto; 
    padding: 0 15px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.l-contacts-map_content * {
    font-size: 16px !important;
}

.b-contacts-page {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.b-contacts-page_bottom-border {
    display: none;
}

.yandex-map-wrap {
    padding: 0 15px;
    height: 400px;
}

.bx-yandex-view-layout,
.bx-yandex-view-map,
.bx-yandex-map,
.ymaps-map {
    height: 100% !important;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.ymaps-controls-righttop > ymaps {
    top: 10px !important;
    right: 10px !important;
}

.ymaps-controls-lefttop .ymaps-b-zoom_hints-pos_right {
    top: 65px !important;
}

.ymaps-controls-lefttop > ymaps {
    right: 15px !important;
}




/* news */

#breadcrumbs {
    display: none;
}

#breadcrumbs ~ .l-page-holder h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-services-sections_item {
    width: 100%;
    max-width: 320px;
}

h1 {
    font-size: 30px;
    margin: 6px 0 19px;
    line-height: 1.2
}

.b-news-detail .detail_picture {
    float: none !important;
    margin: 0 auto 20px !important;
}

.b-news-detail .detail_picture ~ span {
    display: block;
}





/* vacancies */ 

.b-vacancy-sidebar {
    float: none;
    margin: 0 0 20px;
}

.l-page-inner-right {
    float: none;
}

.b-vacancy-sidebar:before {
    display: none;
}

.b-vacancy-info_name {
    font-size: 16px;
}

.b-vacancy-text {
    width: 100%; 
    font-size: 16px;
}





/* prices */

.l-prices {
    min-height: 400px;
    height: 100%;
}

.l-prices.l-page-content {
    padding: 20px;
}





/* replies */

.l-page-right {
    float: none; 
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
}





/* mobile common & other*/

.l-about-page,
.l-services-page,
.l-vacancies-page,
.l-news-page {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.l-page-inner-right {
    position: relative;
}

.l-vacancies-page .l-page-inner-right {
    max-width: 100%;
}

.b-catalog-elements-blocks_item {
    width: 100%;
    max-width: 320px;
    float: none;
    margin: 0 0 30px 0;
}

.b-catalog-elements-blocks-wrap {
    width: 100%;
    max-width: 100%;
}

.b-catalog-elements-blocks {
    margin: 0;
}

.b-description-text {
    float: none;
    display: none;
}

.b-vacancy-sidebar {
    max-width: 300px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
}

.b-catalog-detail_preview-img {
    width: calc(100% - 50px) !important;
    margin: 0 25px 30px;
}

.b-services-sections_item-divider,
.b-catalog-elements-blocks_image_bg {
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.b-catalog-elements-blocks_image img {
    width: auto !important;
}


}

@media (max-width: 584px) {
    .l-main-page .b-main-services {
        max-width: 320px;
		width: 100%;
    }

        .l-main-page .b-main-services_col {
            float: none !important;
            margin: 20px auto;
        }
		
		
}

@media screen and (max-width: 370px) {

    .arcticmodal-container_i2 {
        padding: 0 !important;
    }

    .b-mobile-menu_toggle {
        top: 0;
    }

    .b-mobile-header-phone {
        top: 0;
    }

    .b-mobile-header-phone_number {
        top: 45px;
        right: -47px;
    }
}

@media screen and (max-width: 335px) {
    .l-main-page .b-main-services_col {
		
	}

}

@media screen and (max-width: 320px) {

    .b-footer-bg {
        display: block;
        background-image: url(/bitrix/templates/template.main/css/../img/mobile-footer-bg.png); 
        background-size: 320px auto;
        background-repeat: no-repeat;
    }

}
/* End */


/* Start:/bitrix/templates/.default/components/ma/site.settings/modal-formated/style.css?16764453353561*/
.arcticmodal-overlay { display: block; }

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url('/bitrix/templates/.default/components/ma/site.settings/modal-formated/img/loading.gif') no-repeat 50% 50%; }

.m-box-modal {
    position: relative;
    max-width: 760px;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 1px 10px #aaa;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
    color: #000;
}
    .m-box-modal .box-modal_close {
        position: absolute;
        top: 17px;
        right: 16px;
        width: 11px;
        height: 11px;
        overflow: hidden;
        background: transparent url('/bitrix/templates/.default/components/ma/site.settings/modal-formated/img/close-x.png') 0 0 no-repeat;
        cursor: pointer;
        color: #000;
        text-indent: -1000px;
    }
    

    .m-box-modal .b-mod-title {
        padding: 20px 70px 12px 30px;
    }
        .m-box-modal .b-mod-title h1 {
            margin: 0;
            padding: 0;
            color: #000;
            font-size: 46px;
        }
        .m-box-modal .b-content-ajax {
            /*padding: 15px 20px;*/
        }
        .m-box-modal .b-content-ajax ol {
            padding-left: 50px;
            padding-right: 20px;
        }


.b-up_button {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
}

.b-up_button span {
    display: block;
    height: 100%;
    background: url('/bitrix/templates/.default/components/ma/site.settings/modal-formated/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/bitrix/templates/.default/components/ma/site.settings/modal-formated/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/bitrix/templates/.default/components/ma/site.settings/modal-formated/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
/* End */


/* Start:/bitrix/templates/template.main/components/ma/menu/main-header-top/style.css?1676445304902*/
.b-menu-header-top {
	padding: 17px 0 0;
    border-top: 1px solid #DBDBDB;
	/*font-weight: bold;*/
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

	.b-menu-header-top {

	}

		.b-menu-header-top ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;

			list-style-type: none;
			padding: 0;
			margin: 0;
		}

			.b-menu-header-top li {
			    margin-right: 25px;
			}

				.b-menu-header-top a {
					display: inline-block;
					vertical-align: middle;
					text-decoration: none !important;
					color: inherit;
				}

				.b-menu-header-top a.root-selected,
				.b-menu-header-top a:hover {
					color: #669933;
				}
/* End */


/* Start:/bitrix/templates/template.main/components/ma/menu/main-header-top-services/style.css?16764453041632*/
.b-services-hover-block {
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    z-index: 5;
}

.main-header-menu-services.ul-deep-1 {
    display: none;
    position: absolute;
    top: 32px;
    left: 10px;
    padding: 9px 20px;
    width: 200px;
    margin-left: -100px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-color: #DBDBDB;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.18);
    color: #333;
    z-index: 5;
    line-height: 31px;
    font-weight: normal;
    text-transform: none !important;
}

.b-list-services {
    position: relative;
}

.b-list-services a {
    position: relative;
    z-index: 6;
}

.b-list-services:hover .main-header-menu-services.ul-deep-1,
.b-services-hover-block:hover ~ .main-header-menu-services.ul-deep-1 {
    display: block;
}

.main-header-menu-services.ul-deep-1::before {
    content: '';
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    z-index: 10;
    box-shadow: -2px -1px 12px rgba(0, 0, 0, 0.18);
    margin-left: -6px;
}

.main-header-menu-services.ul-deep-1::after {
    content: '';
    display: block;
    width: 80px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 20;
    margin-left: -40px;
}

.main-header-menu-services.ul-deep-1 .a-deep-1 {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.main-header-menu-services.ul-deep-1 .a-deep-1:hover {
    color: #ee3054;
}

/* End */


/* Start:/bitrix/templates/template.main/components/ma/menu/main-header-bottom/style.css?1676445304542*/
.b-menu-header-bottom {
	text-decoration: none;
	color: #448026;
	font-size: 16px;
	padding: 13px 0 0 0;
}

	.b-menu-header-bottom  ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

		.b-menu-header-bottom li {
			float: left;
		}

		.b-menu-header-bottom li:not(.deep-1-last) {
			margin-right: 71px;
		}

		.b-menu-header-bottom .deep-1-last {
			margin: 0 !important;
		}
			.b-menu-header-bottom  a {
				display: inline-block;
				color: inherit !important;
				text-decoration: none !important;
				/*line-height: 1em;*/
			}
/* End */


/* Start:/bitrix/templates/template.main/components/ma/sale.basket.basket.line/header-cart/style.css?16764453044621*/
.b-top-basket {
    float: left;
    width: 45px;
    height: 45px;
    padding-left: 35px;
    padding-top: 28px;
}

.b-small-basket  {
	font-size: 13px;
	white-space: nowrap;
	position: relative;
}

.b-small-basket a {
    background-image: url("/bitrix/templates/template.main/components/ma/sale.basket.basket.line/header-cart/images/b-header-cart.png");
    background-repeat: no-repeat;
    font-size: 0;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
}

.b-small-basket  a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}

.b-small-basket_num {
    position: absolute;
    top: -5px;
    right: -11px;
    background-image: url("/bitrix/templates/template.main/components/ma/sale.basket.basket.line/header-cart/images/cart-count-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0px;
    width: 30px;
    height: 20px;
    padding-top: 3px;
    text-align: center;
    color: #ffffff;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .b-small-basket {
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}


/* End */


/* Start:/bitrix/templates/template.main/components/ma/news.list/main-banner/style.css?16764453042252*/
.b-main-page_banner {
    max-width: 1170px;
    margin: 0 auto;
    font-size: 0;
    margin: 30px auto 0;
}
	.b-main-page_banner_title {
		
	}
		.b-main-page_banner_title h2 {
		    font-family: 'PT Serif', sans-serif;
		    font-size: 36px;
		    margin: 0 0 29px;
		}

		.b-banner-list {
			display: block;
			font-size: 0;
			margin-bottom: 0;
			border-radius: 8px;
			overflow: hidden;
		}
			.b-banner-list_item {
			    position:  relative;
			}
			
				.b-banner-list_item_pic {
					
				}
					.b-banner-list_item_pic div {
						display: block;
						width:100%;
						height: 273px;
						background-size: cover;
					}
				.b-banner-list_item_text {
				    position:  absolute;
				    top: 0;
				    left: 0;
				    width: 100%;
				    height: 100%;
				    display: -webkit-box;
				    display: -ms-flexbox;
				    display: flex;
				    -webkit-box-orient: vertical;
				    -webkit-box-direction: normal;
				        -ms-flex-direction: column;
				            flex-direction: column;
				    -webkit-box-align: center;
				        -ms-flex-align: center;
				            align-items: center;
				    -webkit-box-pack: center;
				        -ms-flex-pack: center;
				            justify-content: center;
							text-align: center;
				}

					.b-banner-list_item_text h2 {
					    position: relative;
					    top: 8px;
					    font-size: 48px;
					    font-family: 'PT Serif', sans-serif;
					    font-weight: bold;
					    line-height: 1;
					    margin: 0;
					    color: #ffffff;
					}

					.b-banner-list_item_text h2::before {
					    content: "";
					    position:  absolute;
					    top: -37px;
					    left: 50%;
					    margin-left: -27.5px;
					    display: block;
					    width: 55px;
					    height: 28px;
					    background-image: url('/bitrix/templates/template.main/components/ma/news.list/main-banner/images/banner-icon.png');
					    background-repeat: no-repeat;
					}

					.b-banner-list_item_text h3 {
					    position:  relative;
					    top: 22px;
					    line-height: 1;
					    margin: 0;
					    color: #ffffff;
					}
					
@media (max-width: 630px) {
	.b-banner-list_item_pic div {
		height: 200px;
	}
	
	.b-banner-list_item_text h2 {
		font-size: 36px;
	}
}

@media (max-width: 405px) {
	.b-banner-list_item_text h2 {
		font-size: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/catalog.section/blocks-ostrov-main/style.css?16764453353931*/
.b-services-items{
	margin-left: -30px;
	font-size: 0;
}
	.b-services_item {
		display: inline-block;
		width: 270px;
		height: 300px;
		margin: 0 0 30px 30px;
		font-size: 14px;
	  	text-align: center;
	  	vertical-align: top;
	  	background: #f2f9fa;
	    border-radius: 8px;
	    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
		overflow: hidden;
	}
		.b-services_item_holder {
			
		}
			.b-services_item_image {
 				display: block;
			    height: 160px;
			    margin-bottom: 10px;
			    position: relative;
			    overflow: hidden;
			    text-decoration: none;
			    text-align: center;
			    background-position: top center;
			    background-repeat: no-repeat;
			    transition: height 0.25s;
 			}
 			.b-services_item_image:hover{
 				/*height: 230px;*/
 				height: 208px;
 			}
	 			.b-services_item_image img{
				    width: 100%;
	 				height: 230px;
	 			}
	 			.b-services_item_image_bg{
				    position: absolute;
				    bottom: -1px;
				    left: 0;
				    z-index: 2;
				    width: 100%;
				    height: 31px;
				    background: url(/bitrix/templates/.default/components/ma/catalog.section/blocks-ostrov-main/img/acg.png) 0 100% no-repeat;
	 			}

 			.b-services_item_no-image {
			    position: relative;
 				height: 160px;
			    margin-bottom: 10px;
			    text-align: center;
 				background: #fff url(/bitrix/templates/.default/components/ma/catalog.section/blocks-ostrov-main/img/no-image_220x170.png) 50% 50% no-repeat;
			    overflow: hidden;
 			}
 				.b-services_item_no-image a {
 					display: block;
 					width: 220px;
 					height: 170px;
 					overflow: hidden;
 					font-size: 0;
				    text-decoration: none;
 				}

 			.b-services_item_text {
 				padding: 0px 25px;
 			}
 				.b-services_item_name {
 					
 				}
	 				.b-services_item_name h3 {
	 					margin: 0 0 10px; 
	 					font-weight: bold;
	 					font-size: 21px;
	 					line-height: 22px;
	 				}
		 				.b-services_item_name a{
						    text-decoration: none;
						    color: #323232;
		 				}

 				.b-services_item_description {
 					height: 60px;
				    margin: 0;
				    padding: 0 10px;
				    font-size: 14px;
				    line-height: 20px;
				    color: #666666;
 					opacity: 1;
 					overflow: hidden;
 					transition: opacity 0.2s;
 				}

 				.b-services_item.hover .b-services_item_description{
 					opacity: 0
 				}

 				.b-services_item_order {
 					
 				}

					.b-services_item_price {
						float: left;
						margin: 0 5px 5px 0;
						color: #000;
						font-weight: bold;
						font-size: 14px;
					}
					.b-services_item_buy {

					}

/* ----------------------------------------------- */

.b-main-services,
.b-main-services * {
	box-sizing: border-box;
}

.b-main-services {
	margin: 30px auto 0;
}

.b-main-services_col {
	width: 25%;
	float: left;
	padding: 0 15px;
	margin-bottom: 28px;
	box-sizing: border-box;
}

.b-main-services_elem {
	width: 100%;
	height: 300px;
	background-color: #F2FAF6;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 170px 15px 10px;
	position: relative;
	text-align: center;
	box-shadow: 0 2px 1px #E6E6E6;
	border-radius: 10px;
	overflow: hidden;
}

.b-main-services_elem_bg {
	height: 158px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.b-main-services_elem_bg_template {
	width: 100%;
	position: absolute;
	height: 31px;
	background-image: url('/bitrix/templates/.default/components/ma/catalog.section/blocks-ostrov-main/img/main-page_service-elem_bg_template.png');
	top: 128px;
	left: 0;
}

.b-main-services_elem_title {
	font-size: 20px;
	font-family: 'PT Serif', sans-serif;
	font-weight: bold;
	margin: 0 auto 4px;
}

.b-main-services_elem_title a {
	color: inherit !important;
	text-decoration: none !important;
}

.b-main-services_elem_text {
	font-size: 14px;
    line-height: 1.4;
    color: #666666;
}

.b-main-services_more-btn {
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    margin-top: -1px;
    margin-bottom: 75px;
}

	.b-main-services_more-btn a {
	    display: inline-block;
	    text-decoration: none;
	    padding-bottom: 2px;
	    border-bottom: 1px solid #bcd04f;
	}
/* End */


/* Start:/bitrix/templates/template.main/styles.css?1676445304289*/
@import url('/bitrix/templates/template.main/css/global/global.css');
@import url('/bitrix/templates/template.main/css/global/font.css');

@import url('/bitrix/templates/template.main/css/layout/holster.css');
@import url('/bitrix/templates/template.main/css/layout/blocks.css');
@import url('/bitrix/templates/template.main/css/layout/content.css');


.g-ico {
	background-image: url('/bitrix/templates/template.main/img/ico-map.png') !important;
}
/* End */
/* /bitrix/templates/template.main/css/style.css?1676445304297 */
/* /bitrix/templates/template.main/css/responsive.css?167644530418062 */
/* /bitrix/templates/.default/components/ma/site.settings/modal-formated/style.css?16764453353561 */
/* /bitrix/templates/template.main/components/ma/menu/main-header-top/style.css?1676445304902 */
/* /bitrix/templates/template.main/components/ma/menu/main-header-top-services/style.css?16764453041632 */
/* /bitrix/templates/template.main/components/ma/menu/main-header-bottom/style.css?1676445304542 */
/* /bitrix/templates/template.main/components/ma/sale.basket.basket.line/header-cart/style.css?16764453044621 */
/* /bitrix/templates/template.main/components/ma/news.list/main-banner/style.css?16764453042252 */
/* /bitrix/templates/.default/components/ma/catalog.section/blocks-ostrov-main/style.css?16764453353931 */
/* /bitrix/templates/template.main/styles.css?1676445304289 */
