<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("");
?>/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
    max-height: 61px;
    max-width: 85px;
    image-rendering: -webkit-optimize-contrast;
    margin-bottom: 5px;
    margin-top: 5px;
}
	#mobileheader .logo img {
	max-height: 100%;
	max-width: 50%;
	margin-left: 0px;
}
#mobileheader .logo-block{width: 90px;}
#mobileheader .right-icons{width: calc(100% - 160px)}
.logo-row .logo img, .logo-row .logo svg {
    max-width: 140px;
    width: 100%;
}

.logo_and_menu-row .search .search-input {
	padding: 0 44px 0 17px;
	height: 50px;
	font-size: 0.933em;
	line-height: 40px;
	background: white;
	border: 2px solid #728D60;border-radius:50px;width: calc(100% - 60px);
	position: relative;z-index: 10;
}


.top-icons .icon .js-basket-block{display: block;width: 30px;height: 30px;position: relative;}
.top-icons .icon .js-basket-block svg{width: 100%;}

/*фикс картинок в персональном разделе на деталке заказа*/
.sale-order-detail-payment-options-methods-image-element, .sale-order-detail-payment-options-shipment-image-element {
    background-size: contain;
}
.opt_form .form_head {
	display: none;
}
.mark {
    color: #f5f5f5;
    font: normal 18px/22px 'Oswald', sans-serif;
    background: url(/upload/icon-note-style1.svg) #6d885b 10px 10px no-repeat;
    padding: 18px 15px 15px 70px;
    min-height: 60px;
    margin-bottom: 20px;
}
.mark svg {
  fill: #6d885b !important;
}
.talb-menu-wrapper{display: flex;padding-top: 10px;padding-bottom: 10px;}
.wrap.wrap-allitems{
	background: url(../images/svg/allcatalogue.svg);width: 52px;height: 52px;display: block;cursor: pointer;
}
.wrap.wrap-allitems:hover>.dropdown-menu{display: block;}
.wrap.wrap-allitems .dropdown-menu>li:hover  .dropdown-menu{position: absolute;right:100px;display: block;
position: absolute;
  right: 100px;
  display: block;
  top: 10px;
  left: calc(100% + 20px);
  padding: 20px;
}

.top-icons .icon{
	display: flex;align-items: center;flex-wrap: wrap;flex-direction: column;align-items: center;justify-content:center;position: relative;
}
.top-icons .icon .wrap{margin: 0px;margin-top: 5px;}
.top-icons .icon .wrap .name{font-weight: normal;
 text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;max-width: 89px;display: inline-block;text-align: center;
}
.opt-types {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.opt-types .item-content {
    border: 5px solid #f1f1f1;
    text-align: center;
    font: normal 18px/24px 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.opt-types .item-content img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 20px;
}
#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
    max-height: 61px;
    max-width: 85px;
    image-rendering: -webkit-optimize-contrast;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 100%;
    width: 80%;
}
.c-tags {
    margin-bottom: 20px;
}
.c-tags a {
    display: inline-block;
    background: #eee;
    color: #000;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}/*fix start for header icons military market*/@media screen and (max-width: 766px) {.logo-row .logo img, .logo-row .logo svg {max-width: 45px !important;}}/*fix end for header icons military market*/

/*banner tg start*/

.tg-banner__wrapper {
            position: fixed;
            left: 3%;
            bottom: 7%;
            display: flex;
            align-items: center;
            z-index: 1000;
        }

        .tg-banner__link {
            width: 90px;
            text-decoration: none;
        }

        .tg-banner__link-two {
            text-decoration: none;
        }

        .tg-banner__img {
            width: 100%;
        }

        .tg-banner__text {
            border-radius: 18px;
            padding: 9px 16px;
            margin: 25px 5px 6px 15px;
            font-size: 14px;
            line-height: 18px;
            color: rgba(255,255,255,1);
            background-color: #088cc0;
        }

        @media screen and (max-width: 625px) {
            .tg-banner__wrapper {
                position: fixed;
                bottom: 1%;
                left: 1%;
                padding: 1%;
            }

            .tg-banner__img {
                height: 70px;
                width: 70px;
            }

            .tg-banner__link {
                width: 100%;
                z-index: 1000;
            }

            .tg-banner__link-two {
                display: none;
            }

            .tg-banner__wrapper:before {
                animation:ripple 2s ease-out infinite;
                border:solid 2px #09c;
                border-radius:70px;
                bottom:0;
                box-sizing:border-box;
                content:"";
                left:0;
                position:absolute;
                right:0;
                top:0;
            }

            .tg-banner__wrapper:after {
                animation:sticky 2s 1s ease-out infinite;
                bottom:0;
                box-sizing:border-box;
                content:"";
                left:0;
                position:absolute;
                right:0;
                top:0;
            }

            @keyframes ripple {
                0% {
                       opacity:.25;
                }
                100% {
                       border-radius:70px;
                       opacity:0;
                       transform:scale(3);
                }
            }

        }
/*banner tg end*/

/*dolyame start*/

.dol-hero {
    margin-top: 64px;
    height: 335px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: url(/upload/dolyame/Hero-dol.png) no-repeat right;
}

.title-section {
    margin-bottom: 20px;
}

.section-text {
    margin-bottom: 48px;
}

.dol-btn {
    padding: 15px 35px;
    border-radius: 5px;
    color: #fff;
    background-color: #6d885b;
    transition: 0.3s ease-in-out;
    border: none;
}

.dol-btn:hover {
    background-color: #000;
}

.dol-advantage {
    margin: 128px 0;
    display: flex;
    justify-content: center;
}

.advantage-item:not(:last-child) {
    margin-right: 50px;
}

.dol-work-heading {
    margin: 32px 0;
    text-align: center;
}

.dol-work-wrapper {
    display: flex;
    justify-content: center;
}

.dol-work-item:not(:last-child) {
    margin-right: 50px;
}

.dolyame-video {
    margin: 128px 0;
    display: flex;
    justify-content: center;
}

.dol-work-img {
    width: 100%;
}

.dol-help {
    margin: 128px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dol-help-hero {
    width: 100%;
    margin: 64px;
}

.text-dol-help {
   margin: 24px 0 32px;
}

.dol-help-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dol-help-icon {
    width: 120px;
}

.dol-help-list {
    padding: 0;
    display: flex;
    justify-content: center;
}

.dol-help-item::before {
   display: none;
}

.dol-help-item:not(:last-child) {
    margin-right: 30px;
}

.icon-footer {
    height: 20px;
    margin: 0px 11px 31px 0px;
}

@media screen and (max-width: 1024px) {
   .dol-hero {
       background: url(/upload/dolyame/Hero-dol.png) no-repeat right / 50%;
   }
}

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

   .dol-hero {
       height: 450px;
       display: flex;
       background: url(/upload/dolyame/Hero-dol.png) no-repeat top / 45%;
       align-items: center;
       text-align: center;
       justify-content: flex-end;
   }

.dol-advantage {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantage-item:not(:last-child) {
    margin-right: 0px;
}

.advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dol-work-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dol-work-item:not(:last-child) {
    margin-right: 0px;
}

.dol-work-img {
    width: 50%;
}

.dol-work-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dol-help-info {
    width: 100%;
}

.dol-help-list {
    flex-direction: column;
}

.dol-help-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
}

.dol-help {
    margin: 0;
}

.dol-help-hero {
    margin: 64px 0 0;
}

}

/*dolyame end*/

.basket_hover_block .tabs_content .items_wrap {
    overflow: auto;
}

/*BRANDS-----START*/

.right_block .wide_N .middle {
    display: flex;
    flex-direction: column-reverse;
}

/*BRANDS-----END*/

/*anchor----links----start*/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*anchor---links----start*/

/*catalog--custom--section*/

.sections_wrapper .list .item:not(.section_item) .img {
    display: none;
}

.sections_wrapper .list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px;
}

.sections_wrapper .list .item .name a {
    font-size: 12px;
}

.catalog_section_list .section_item .desc .desc_wrapp {
    display: none !important;
}

/*catalog--custom--section*/

/*sale catalog*/

.news {
    display: flex;
    flex-direction: column-reverse;
}

/*sale catalog*/

/*custom link*/

.custom-sale .wrap a {
	font-size: 16px !important;
    text-transform: uppercase !important;
    color: var(--ui-color-background-primary) !important;
    background: var(--ui-color-background-on-alert);
}

/*custom link*/

/*отображение баннера на страницах акций*/

.detail .detailimage {
	display: none;
}

/*отображение баннера на страницах акций*/

/*cookies styles custom*/

.widget_cookie {
	rigth: none;
	left: 15px !important;
}

/*cookies styles custom*/

/*logo*/

.logo.colored a img {
    background-color: #fff;
}

.logo.colored img,
header .line-row,
#mobileheader .logo.colored img {
  background-color: #fff !important;
}<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>