.header
{
    height: 100%;
    width: 100%;
}
.header__fixed-basket-link
{
    position: absolute;
    right: 50%;
    top: 13px;
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header__fixed-basket-link span
{
    padding-left: 5px;
}
.header__fixed-basket-link:hover
{
    text-decoration: none; 

    color: #fff;
}
.header__fixed-basket-link:before
{
    position: absolute;
    top: 1px;
    left: -15px;

    width: 12px;
    height: 12px;

    content: '';
}
/* .header__fixed-auth,
.header__fixed-lk
{
    display: none;
} */
.header__top
{
    height: 175px; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
}

.page:not(.index-page) .header__top { height: 125px; }
.page:not(.index-page) .header__top-container { margin-top: 35px; }

.header__top-inner
{
    height: 100%;

    background: url(../img/header-inner-bg.png) no-repeat;
    -webkit-background-size: 100% 100%;
            -o-background-size: 100%;
       background-size: 100%;
}
.header__top-container
{
    margin-top: 55px;
    padding: 0 80px; 

    color: #7a0c0e;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            -moz-box-pack: justify;
         justify-content: space-between;
}
.header__top-logo:hover
{
    text-decoration: none;

    color: inherit;
}
.header__top-contacts,
.header__top-logo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
         flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
}
.header__top-contacts-tel
{
    font-size: 24px;
}
.header__top-contacts-info
{
    font-size: 13px;
}
.header__top-logo-brand
{
    font-size: 45px;
    font-weight: 800;
}
.header__top-logo-info
{
    font-size: 30px;
}
.header__slider
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    padding-top: 30px; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            -moz-box-pack: center;
         justify-content: center;
}
.header__slider-container
{
    overflow: hidden; 

    max-width: 1298px;
}
.header__slider-item
{
    position: relative; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    width: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            -moz-box-pack: center;
         justify-content: center;
}
.header__slider-item-img
{
    width: 100%;
    height: 280px;
    background-repeat: no-repeat !important; 
    -webkit-background-size: cover !important; 
            -o-background-size: cover !important; 
       background-size: cover !important;
}
.header__slider-item-text
{
    position: absolute;
    top: 0;
    left: 20px;

    max-width: 400px;
    height: 100%;
    padding: 10px 10px 10px 30px;
    width: 100%;

    color: #7a0c0e;
    background: rgba(255, 255, 255, 0.7);
}
.header__slider-item-text-top
{
    font-family: Philosopher, sans-serif;
    font-size: 32px;

    text-transform: uppercase;
}
.header__slider-item-text-about
{
    font-family: Philosopher, sans-serif;
    font-size: 16px;
    line-height: 20px;

    display: block; 

    margin: 15px 0;

    text-transform: none;
}
.header__slider-item-text-top-about
{
    font-family: Philosopher, sans-serif;
    font-size: 16px;
    line-height: 20px;

    display: block; 

    text-transform: none;
}
.header__slider-btn
{
    font-size: 16px;
    font-weight: 500;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -moz-box-pack: center;
         justify-content: center;

    width: 87px;
    height: 24px;
    min-height: 30px;

    cursor: pointer; 
    -webkit-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;

    color: #fff;
    border: none;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    outline: none;
    border: 1px solid #8c2b15;
    background-color: #912508;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#912508), color-stop(100%, #b0361c));
    background-image: -webkit-linear-gradient(bottom, #912508 0%, #b0361c 100%);
    background-image: -o-linear-gradient(bottom, #912508 0%, #b0361c 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#912508), to(#b0361c));
    background-image: -moz-linear-gradient(bottom, #912508 0%, #b0361c 100%);
    background-image: linear-gradient(to top, #912508 0%, #b0361c 100%);
}
.header__slider-btn:hover,
.header__fixed-login:hover,
.header__fixed-registration:hover,
.header__fixed-logout:hover,
.header__fixed-personal:hover,
.personal-account__logout:hover
{
    text-decoration: none;
    opacity: .9; 
    color: #fff;
    background-color: #b0361c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b0361c), color-stop(100%, #912508));
    background-image: -webkit-linear-gradient(bottom, #b0361c 0%, #912508 100%);
    background-image: -o-linear-gradient(bottom, #b0361c 0%, #912508 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b0361c), to(#912508));
    background-image: -moz-linear-gradient(bottom, #b0361c 0%, #912508 100%);
    background-image: linear-gradient(to top, #b0361c 0%, #912508 100%);
}
.header__slider-item-text-more
{
    font-size: 13px;

    display: block;

    margin: 5px 0; 

    color: #333;
}
.header__slider-more-link
{
    font-size: 13px;

    display: block;
    float: left;

    padding-top: 15px;

    text-decoration: underline; 

    color: #7a0c0e;
}
.owl-theme .owl-dots .owl-dot
{
    display: inline-block; 

    width: 14px;
    height: 14px;
    margin: 0 5px;
}
.header__slider-container .owl-dots
{
    position: absolute;
    right: 30px;
    bottom: 0; 

    margin-top: 0;
}
.owl-theme .owl-dots .owl-dot span
{
    opacity: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next
{
    position: absolute;
    top: 50%;

    width: 35px;
    height: 60px; 

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
         transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev
{
    left: 0;
}
.owl-carousel .owl-nav .owl-next
{
    right: 0;
}
.header__bottom
{
    width: 100%;
    height: 75px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            -moz-box-pack: center;
         justify-content: center;
}
.header__bottom-container
{
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
.header__bottom-schedule,
.header__bottom-form
{
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
}
.header__bottom-schedule
{
    padding: 0 0 0 50px;
}
.header__bottom-schedule-everytime
{
    color: #c50007;
}
.header__bottom-schedule p
{
    position: relative;
}
.header__bottom-schedule p:before
{
    position: absolute;
    top: 0;
    left: -23px;

    display: block;

    width: 16px;
    height: 16px;

    content: '';
}
.header__bottom-form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            -moz-box-pack: center;
         justify-content: center;
    width: 100%;
}
.header__bottom-search--container
{
    position: relative;
    width: 100%;
}
.header__bottom-search--container:before
{
    position: absolute;
    top: 0;
    left: -27px;

    display: block;

    width: 20px;
    height: 16px;

    content: '';
}
.header__bottom-search
{
    width: 100%;
}
.header__bottom-button
{
    margin-left: 10px;

    cursor: pointer;
}
/*.index-page:not([data-url*=".html"]) .header__top
{
    display: none;
}*/
.index-page.is-not-html .header__top
{
    display: none;
}
.header__fixed
{
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;

    width: 100%;
}
.header__fixed-wrap
{
    font-size: 14px;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    max-width: 1326px; 
    height: 40px;
    padding: 0 30px 0 30px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            -moz-box-pack: justify;
         justify-content: space-between;
}
.header__fixed-wrap:before
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    border-top: 40px solid #dedccd;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}
.header__fixed-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    height: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
}
.header__fixed-list-item
{
    position: relative; 

    padding-left: 15px;
}
.header__fixed-list-item:before
{
    font-family: Arial;

    position: absolute;
    top: 0;
    left: 5px; 

    content: '\2022';
}
.header__fixed-list-item:first-child:before
{
    content: '';
}
.header__fixed-contacts
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    height: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
}
.header__fixed-contacts-tel
{
    position: relative;
}
.header__fixed-contacts-tel:before
{
    position: absolute;
    top: -1px;
    left: -15px;

    width: 11px;
    height: 17px;

    content: '';
}
.header__fixed-contacts-tel:hover
{
    text-decoration: none;

    color: #7a0c0e;
}
.header__fixed-contacts-email
{
    margin-left: 15px;
}
.header__fixed-buttons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
	display: flex;
	flex: 1 1 auto;

	max-width: 370px;
    height: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            -moz-box-align: center;
		 align-items: center;
	
	position: relative;
}
.header__fixed-login,
.header__fixed-registration {
    color: #7a0c0e;
    line-height: 26px;
    padding: 0 15px;
    text-align: center;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.header__fixed-login span {
    font-size: 14px;
}
.header__fixed-personal,
.header__fixed-logout,
.header__fixed-registration,
.personal-account__logout 
{
    line-height: 26px;

    padding: 5px 15px;

    text-align: center;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.header__fixed-dropdown
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-flow: row nowrap;
}

.header__fixed-menu-mobile {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
         transform: translateY(-50%);
    left: 10%;
}

.header__fixed-menu-mobile img {
    width: 30px;
    height: 30px;
}

@media (max-width: 900px) {
    .header__fixed-menu-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }
    .header__fixed-list {
        display: none;
        position: absolute;
        top: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
             flex-direction: column;
        width: 200px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                -moz-box-align: start;
             align-items: flex-start;
        background-color: #dedccd;
        height: auto;
        padding: 10px;
    }

    .header-menu-dropdown .header__fixed-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }

    .header__fixed-list-item {
        padding: 5px;
    }

    .header__fixed-list-item:before {
        content: "";
    }

}

.header__login-dropdown-form--hide
{
    display: none;
}
.header__login-dropdown
{
    position: absolute;
    z-index: 1000; 
    top: 27px;
    right: 80px;

    width: 262px;
    height: 180px;
    padding: 20px 20px 0;

    background: url(../img/header__login-dropdown.png) no-repeat;
}
.header__login-dropdown__title
{
    font-size: 16px;

    display: block; 

    margin-bottom: 10px;
}
.header__login-dropdown-form
{
    font-size: 11px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
        -webkit-flex-direction: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
             flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.header__login-dropdown-form__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    margin-bottom: 5px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            -moz-box-pack: justify;
         justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
}
.header__login-dropdown-lable--checkbox
{
    line-height: 2; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            -moz-box-pack: end;
         justify-content: flex-end;
}
.header__login-dropdown-form__item .header__login-dropdown-btn
{
    width: 78px;
    height: 22px;
    margin-right: 19px; 

    cursor: pointer;
    -webkit-transition: none;
         -o-transition: none;
            -moz-transition: none;
            transition: none;

    border: none;
    background: url(../img/header__login-dropdown-btn.jpg) no-repeat;
}
.header__login-dropdown-btn:hover
{
    background-position: 0 -22px;
}
.header__fixed-basket
{
    position: absolute;
    right: 7px; 
    height: 100%;
    top: 0;
}

.header__desktop {
    width: 100%;
    height: 100%;
    display: block;
}
.header__mobile
{
    display: none;
}

.header__fixed-auth,
.header__fixed-lk
{
	position: relative; 

	display: -webkit-box; 

	display: -webkit-flex; 

	display: -ms-flexbox; 

	display: -moz-box; 

	display: flex;
	/* flex: 1 1 auto; */
	width: 100%;
	max-width: 60%;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			-moz-box-pack: center;
		 justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #7a0c0e;
	border: 0;
	height: 100%;
	background-color: #DEDCCD;
	outline: 0;
	cursor: pointer;
}
.header__fixed-auth span,
.header__fixed-lk span
{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			-moz-box-pack: center;
		 justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 14px;
	width: 100%;
}
.header__fixed-auth span::before,
.header__fixed-lk span:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/enter.svg) no-repeat;
	-webkit-background-size: cover;
			-o-background-size: cover;
	   background-size: cover;
	margin-right: 10px;
}
.header__fixed-dropdown
{
	position: absolute;
	top: 40px;
	left: 0;

	display: none; 
	z-index: 1;

	width: 100%;
	height: 100px;
	padding-left: 30px;
	-webkit-box-shadow: 1px 4px 10px 0px #9c9090;
	box-shadow: 1px 4px 10px 0px #9c9090;

	background-color: #dedcca;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
			-moz-box-orient: vertical;
			-moz-box-direction: normal;
		 flex-flow: column nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
			-moz-box-align: start;
		 align-items: flex-start;
}
.drop-auth.header__fixed-dropdown
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.drop-auth.header__fixed-dropdown .login-wrap {
	margin: 10px 0;
}
.header__fixed-dropdown a,
.header__fixed-dropdown button
{
	display: inline-block;

	padding: 10px;
}
.header__fixed-login,
.header__fixed-personal,
.header__fixed-logout,
.header__fixed-registration
{
	line-height: 12px;
}
.header__fixed-login:hover,
.header__fixed-logout:hover,
.header__fixed-registration:hover
{
	line-height: 12px; 

	padding: 10px;
}

@media (min-width: 992px)
{
    .header__slider-container
    {
        height: 280px;
    }
}
@media (max-width: 550px)
{
    .header__slider-item-text
    {
        left: 0;
    }
}
@media (max-width: 1280px)
{
    .header__fixed-contacts
    {
        display: none;
    }
}
@media (max-width: 1000px)
{
    .header__slider
    {
        display: none;
    }
    .index-page .header__top
    {
        display: block !important;
    }
    .article__block
    {
            -webkit-flex-direction: column;
                    -moz-box-orient: vertical;
                    -moz-box-direction: normal;
                 flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
@media (max-width: 650px)
{
    .header__top-container
    {
        padding: 0 15px;
    }
    .header__bottom
    {
        height: 130px;
    }
    .header__bottom-container
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            -webkit-flex-flow: column nowrap;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
             flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                -moz-box-align: center;
             align-items: center;
    }
    .header__bottom-schedule
    {
        padding: 10px 0 5px 20px;
    }
}
@media (max-width: 768px)
{
    .header__top
    {
        height: 250px;
    }
    .header__top-container
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
             flex-direction: column;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .basket-inner {
        display: none;
    }
    .header__fixed-basket {
        position: relative;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 40%;
        height: 100%;
        background-color: #efbf00;
        cursor: pointer;
    }
	.header__fixed-auth,
	.header__fixed-lk
	{
		width: 60%;
	}
	.header__fixed-dropdown
	{
		max-width: 60%;
	}

	
    .header__top-container
    {
        padding-bottom: 20px;
    }
    .header__bottom-search--container::before
    {
        content: "";
        display: none;
    }
    .header__desktop {
        display: none;
    }
    .header__mobile
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
             flex-direction: column;
        font-family: Philosopher;
        width: 100%;
    }
    .header__mobile-links {
        height: 40px;
        background-color: #DEDCCD;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -moz-box-align: center;
             align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -moz-box-pack: center;
             justify-content: center;
    }
    .header__mobile-link {
        padding-right: 20px;
        position: relative;
    }
    .header__mobile-link:last-child::before {
        position: absolute;
        top: 0;
        left: -10px;
        content: '\2022';
    }
    .header__mobile-contacts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        height: 75px;
        padding: 10px 5px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -moz-box-align: center;
             align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                -moz-box-pack: center;
             justify-content: center;
    }
    .header__mobile-logo {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        font-size: 29px;
        text-transform: uppercase;
        font-weight: 800;
    }
    .header__mobile-logo:hover {
        text-decoration: none;
        color: #7a0c0e;
    }
    .header__mobile-contacts-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
             flex-direction: column;
        font-size: 18px;
    }
    .header__mobile-contacts-block a {
        padding: 3px 0;
    }
    .header__mobile-buttons {
        height: 40px;
        background-color: #DEDCCD;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -moz-box-align: center;
             align-items: center;
        position: relative;
        font-size: 16px;
    }
    .header__bottom-form
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .header__slider-item-text-top
    {
        font-size: 24px;
    }
    .header__slider-item-text-about,
    .header__slider-item-text-top-about
    {
        font-size: 13px;
    }
    .header__slider-item-text
    {
        padding: 15px;
    }
}
@media (max-width: 590px)
{
    .header__login-dropdown
    {
        right: auto; 

        background: url(../img/header__login-dropdown-sm.png) no-repeat;
    }
}

@media (max-width: 1330px) 
{
    .header__fixed-wrap:before {
        content: "";
        border-left: none;
        border-right: none; 
    }
    .basket-inner {
        -webkit-transform: none;
            -ms-transform: none;
                -moz-transform: none;
                  -o-transform: none;
             transform: none;
    }
}