html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

.news-detail ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 10px
}

.news-detail ol li {
    padding: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

.minIcon {
    position: absolute;
    top: 55px;
    right: 326px;
    display: block;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

@font-face {
    font-family: 'robotoregular';
    src: url("roboto_regular/Roboto-Regular-webfont.eot");
    src: url("roboto_regular/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("roboto_regular/Roboto-Regular-webfont.woff") format("woff"), url("roboto_regular/Roboto-Regular-webfont.ttf") format("truetype"), url("roboto_regular/Roboto-Regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'robotobold';
    src: url("roboto_bold/Roboto-Bold-webfont.eot");
    src: url("roboto_bold/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("roboto_bold/Roboto-Bold-webfont.woff") format("woff"), url("roboto_bold/Roboto-Bold-webfont.ttf") format("truetype"), url("roboto_bold/Roboto-Bold-webfont.svg#robotobold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'robotomedium';
    src: url("roboto_medium/Roboto-Medium-webfont.eot");
    src: url("roboto_medium/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("roboto_medium/Roboto-Medium-webfont.woff") format("woff"), url("roboto_medium/Roboto-Medium-webfont.ttf") format("truetype"), url("roboto_medium/Roboto-Medium-webfont.svg#robotomedium") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'robotolight';
    src: url("roboto_light/Roboto-Light-webfont.eot");
    src: url("roboto_light/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("roboto_light/Roboto-Light-webfont.woff") format("woff"), url("roboto_light/Roboto-Light-webfont.ttf") format("truetype"), url("roboto_light/Roboto-Light-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'robotolight_italic';
    src: url("roboto_lightitalic/Roboto-LightItalic-webfont.eot");
    src: url("roboto_lightitalic/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("roboto_lightitalic/Roboto-LightItalic-webfont.woff") format("woff"), url("roboto_lightitalic/Roboto-LightItalic-webfont.ttf") format("truetype"), url("roboto_lightitalic/Roboto-LightItalic-webfont.svg#robotolight_italic") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html,
body {
    height: 100%;
    font-size: 12px;
    font-family: 'robotoregular'
}

.city_list {
    display: none;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.city_list .cities a {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 2px 0;
    line-height: 1;
    outline: none;
    font-size: 18px;
    transition: color .5s ease-out;
}

.city_list .cities {
    column-count: 4;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 80px;
    box-sizing: border-box;
}

.city_list .cities li {
    line-height: 4;
}

.city_list .cities li.current a {
    color: #FF7E00;
    font-weight: bold;
}

.city_list .logo {
    display: block;
    width: 139px;
    height: 112px;
    background: url(../images/logo.png) 0 0 no-repeat;
    text-decoration: none;
    margin: 0 auto;
}

.city_list a:hover {
    text-decoration: none;
}

.city_list hr {
    margin: 90px auto;
    border: 2px solid #ff7e0087;
    border-radius: 10px;
    max-width: 980px;
}

.fancybox-slide>.city_list {
    margin: 0;
    padding: 50px;
}

.city_list .fancybox-close-small {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 0;
    margin: 0;
    width: 55px;
    height: 55px;
    font: 51px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    cursor: pointer;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

.city_list .fancybox-close-small:focus {
    outline: none;
}

.yourcity {
    display: none;
    position: absolute;
    top: 0;
    left: -3px;
    width: 220px;
    padding: 10px;
    border: 1px solid #FF7E00;
    background: #F4F0EF;
    z-index: 10;
}

@media screen and (max-width: 864px) {
    .yourcity {
        left: -80px;
        top: 50px;
    }
}

@media screen and (max-width: 374px) {
    .yourcity {
        left: -50px;
    }
}

.yourcity span {
    display: block;
}

.yourcityBtns {
    margin: 10px 0;
}

.yourCityYes {
    display: inline-block;
    background: #FF7E00;
    padding: 10px 15px;
    margin-right: 5px;
    transition: opacity 0.5s;
}

.yourCityNo {
    display: inline-block;
    background: #E9DACE;
    padding: 10px 15px;
    transition: opacity 0.5s;
}

.yourCityYes:hover,
.yourCityNo:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.yourcityBottom {
    font-size: 10px;
    color: #927f7a;
    width: 75%;
}

.city {
    position: absolute;
    left: 200px;
    top: 60px;
    width: 180px;
    font-family: 'robotobold';
}

@media only screen and (max-width:563px) {
    .city {
        top: 35px;
        left: unset;
        right: 70px;
        text-align: right;
        width: 150px;
    }

    .city .regionString {
        display: none;
    }

}

@media only screen and (min-width:564px) and (max-width:864px) {
    .city {
        left: 325px;
        top: 43px;
    }
}

.city span a {
    cursor: pointer;
}

@media screen and (max-width: 899px) {
    .city_list .cities {
        column-count: 3;
        padding: 0 100px;
    }

    .city_list .cities li {
        padding-left: 30px;
    }
}

@media screen and (max-width: 799px) {
    .city_list .cities {
        padding: 0;
    }
}

@media screen and (max-width: 599px) {
    .city_list .cities {
        column-count: 2;
    }

    .city_list .cities li {
        line-height: 3;
        padding-left: 50px;
    }

    .city_list hr {
        margin: 30px auto;
    }
}

@media screen and (max-width: 499px) {
    .city_list .cities li {
        padding-left: 20px;
    }
}

@media screen and (max-width: 399px) {
    .city_list .cities {
        column-count: 1;
        padding-left: 20px;
    }

    .city_list .cities li {
        padding: 0;
    }
}


/*--start_copy_contact--*/

.footer .wrapper .example_shown {
    /* background: url("../images/contactGroup.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 35px;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    bottom: -20px;
    width: 291px;
}

@media only screen and (max-width:563px) {
    .footer .wrapper .example_shown {
        bottom: -30px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .footer .wrapper .example_shown {
        bottom: 235px;
    }
}

.footer .wrapper .example_shown span {
    color: #172127;
    display: block;
    float: left;
    line-height: 13px;
    text-align: left;
    text-decoration: none;
}

.footer .wrapper .example_shown a {
    color: #f86712;
    /*
	left: 0;
	position: absolute;
	text-align: left;
	top: 80px;
	width: 300px;
*/
}

.example_hidden {
    display: none;
}

.example_shown.active .example_hidden {
    display: block;
}

.footer span.copy {
    bottom: 6px;
    position: absolute;
}

.footer .wrapper_copy {
    height: 305px;
    margin: 0 auto;
    position: relative;
    width: 980px;
}


/*--end_copy_contact--*/

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #f86712;
    text-decoration: underline
}

strong,
b,
h1,
h2,
h3 {
    font-family: 'robotobold'
}

p,
ul,
h1,
h2,
h3 {
    padding-bottom: 1em
}

.page_wrapper ul {
    list-style: outside disc;

}

.page_wrapper .orange ul {
    color: #E86D10;
}

.page_wrapper a {
    color: #B34D00;
}

.main {
    position: relative;
    z-index: 1;
    min-height: 100%;
    background: url("../images/bg.jpg") center 35px repeat-x #fdf9f6
}

@media only screen and (max-width:563px) {
    .main {
        background: #fdf9f6;
        min-height: 55%;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main {
        background: #fdf9f6;
        min-height: 55%;
    }
}

.main.otherPage {
    background: #fdf9f6
}

.main .all {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 20px 0 305px;
    min-width: 1000px;
    background: url("../images/wood.jpg") 0 0 repeat-x
}

@media only screen and (max-width:563px) {
    .main .all {
        /*width: 310px;*/
        padding: 0 5px;
        min-width: 200px;
        background: none;
        /*margin: 0 auto;*/
    }

    .header-mobi-block {
        position: relative;
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all {
        padding: 0;
        min-width: 500px;
        background: none;
    }
}

.main .all .mainImage {
    position: absolute;
    -webkit-box-shadow: 0px 10px 30px #281e1b;
    -moz-box-shadow: 0px 10px 30px #281e1b;
    box-shadow: 0px 10px 30px #281e1b;
    top: 40px;
    left: 50%;
    z-index: 1;
    margin-left: -535px;
    width: 1070px;
    height: 496px;
    background: url("../images/mainPageImage.jpg") center 0 no-repeat;
    background-size: 100%;
}

@media only screen and (max-width:563px) {
    .main .all .mainImage {
        display: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .mainImage {
        display: none;
    }
}

.main .all .header {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 980px;
    height: 160px;
    background: #fff;
    transition: all 0.3s ease;
}


@media only screen and (max-width:563px) {
    .main .all .header {
        width: 100%;
        height: 230px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header {
        width: 500px;
        height: 240px;
    }
}

.main .all .header .logo {
    position: absolute;
    top: 25px;
    left: 30px;
    display: block;
    width: 139px;
    height: 112px;
    background: url("../images/logo.png") 0 0 no-repeat;
    text-decoration: none
}


@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header .logo {
        background-size: 100% 100%;
        width: 111px;
        height: 75px;
        top: 5px;
        left: 5px;
    }
}

.main .all .header .menu {
    position: absolute;
    top: 37px;
    left: 200px
}

.catalog-open {
    display: none;
}

@media only screen and (max-width:563px) {
    .main .all .header .menu {
        display: none;
        left: 0;
        top: 90px;
        background: #fff;
        width: 100%;
        z-index: 9;
    }

    .catalog-open {
        display: block;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header .menu {
        top: 10px;
        left: 129px;
    }
}

.main .all .header .menu li {
    float: left;
    padding: 0 18px 0 0;
    font-size: 12px;
    font-family: 'robotobold'
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header .menu li {
        padding: 0 12px 0 0;
    }
}

.main .all .header .menu li.faq,
.main .all .header .menu li.contacts {
    position: relative;
    padding-left: 18px
}

@media only screen and (min-width:564px) and (max-width:864px) {

    .main .all .header .menu li.faq,
    .main .all .header .menu li.contacts {
        padding-left: 0;
    }
}

.main .all .header .menu li.faq a:before,
.main .all .header .menu li.contacts a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background: url("../images/icoFaq.png") 0 0 no-repeat;
    content: ''
}

@media only screen and (max-width:563px) {
    .main .all .header .menu li.faq a:before {
        background: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {

    .main .all .header .menu li.faq a:before,
    .main .all .header .menu li.contacts a:before {
        background: none;
    }
}

.main .all .header .menu li.contacts a:before {
    background: url("../images/icoContacts.png") 0 0 no-repeat
}

@media only screen and (max-width:563px) {
    .main .all .header .menu li.contacts a:before {
        background: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header .menu li.contacts a:before {
        background: none;
    }
}

.main .all .header .phone {
    position: absolute;
    top: 27px;
    right: 205px;
    font-size: 14px;
    font-family: 'robotobold';
    text-decoration: none;
}

@media only screen and (max-width:563px) {
    .main .all .header .phone {
        top: 125px;
        right: 19px;
    }
}

.main .all .header .phone span {
    color: #6c6565
}

.main .all .header .mailto {
    position: absolute;
    top: 43px;
    right: 205px;
    font-size: 13px;
    font-family: 'robotobold';
    text-decoration: none;
}

.main .all .header .call {
    position: absolute;
    top: 60px;
    right: 205px;
    display: block;
    padding-bottom: 1px;
    border-bottom: 1px dashed #000;
    text-decoration: none;
    font-family: 'robotobold';
    cursor: pointer;
}

@media only screen and (max-width:563px) {
    body .main .all .header .call {
        top: 10px;
        right: 70px;
    }
}

.main .all .header .call:hover {
    border-color: #f86712
}

.main .all .header .call:before {
    position: absolute;
    top: 0;
    left: -18px;
    width: 12px;
    height: 12px;
    background: url("../images/icoPhone.png") 0 0 no-repeat;
    content: ''
}

.main .all .header .news {
    position: absolute;
    top: 60px;
    left: 560px;
    font-weight: bold;
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header .news {
        left: 385px;
    }

    .main .all .header .mailto {
        top: 26px;
        right: 73px;
    }

    .main .all .header.fixed .mailto {
        top: 9px;
        right: 43px;
    }
}

.main .all .header .articles {
    position: absolute;
    top: 60px;
    left: 500px;
    font-weight: bold;
}

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

    .main .all .header .mailto {
        display: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header .articles {
        left: 325px;
    }
}

.main .all .header .myaso {
    position: absolute;
    top: 60px;
    left: 390px;
    font-weight: bold;
}

.main .all .header .cart {
    position: absolute;
    top: 0;
    right: 20px;
    width: 162px;
    height: 84px;
    border-top: 4px solid #25130f;
    background: url("../images/icoCart.png") 14px 29px no-repeat #e9dace;
    font-family: 'robotobold'
}

.main .all .header.fixed .cart {
    height: auto;
    border-top: none;
}

@media only screen and (max-width:563px) {
    .main .all .header .cart {
        top: 5px;
        right: 0px;
        width: 53px;
        height: 58px;
        border-top: none;
        background: url(../images/icons/cart-mobile.png) no-repeat;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header .cart {
        top: 50px;
        right: 0px;
        width: 53px;
        height: 58px;
        border-top: none;
        background: url(../images/icons/cart-mobile.png) no-repeat;
    }
}

.main .all .header .cart span {
    position: absolute;
    top: 32px;
    left: 65px;
    display: block;
    color: #211111;
    text-transform: uppercase;
    font-size: 14px
}

@media only screen and (max-width:563px) {
    .main .all .header .cart span {
        display: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header .cart span {
        display: none;
    }
}

.cart-desk {
    position: absolute;
    top: 56px;
    left: 64px;
    display: block;
    color: #f86712;
    text-decoration: underline;
}

.main .all .header .cart a:hover {
    text-decoration: none
}

.main .all .header .dropMenu {
    position: absolute;
    top: 88px;
    left: 197px;
    font-size: 12px;
    display: grid;

    font-family: 'robotobold';
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-right: 18px;
}

@media only screen and (max-width:563px) {
    .main .all .header .dropMenu {
        top: 164px;
        left: 23px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .header .dropMenu {
        left: 9px;
    }
}

.main .all .header .dropMenu li {
    float: left;
    border: 1px solid #d7d7d7;
    background: #fff;
    height: 50px;
}

.main .all .header .dropMenu li a.active {
    color: #f86712;
}

@media only screen and (max-width:563px) {}

@media only screen and (min-width:564px) and (max-width:864px) {
    .header-menu__item a {
        padding-top: 5px;
    }
}

.main .all .header .dropMenu li span {
    padding: 14px 4px 0 5px;
    width: 94%;
    display: inline-block !important;
    height: 31px;
    background: url(../images/dropMenuArrow.jpg) right no-repeat #fff;
    color: #211111;
    text-transform: uppercase;
    vertical-align: bottom;
    text-align: center;
    zoom: 1;
    font-size: 14px;
    cursor: pointer;
}

.main .all .header .dropMenu li.first {
    border-left: 1px solid #d7d7d7;
}

.main .all .header .dropMenu li ul {
    display: none
}

.main .all .header .dropMenu li ul li {
    float: none;
    padding: 0 12px 6px 12px;
    width: auto;
    height: auto;
    border: none !important;
}

.main .all .header .dropMenu li:hover {
    border: 1px solid #000;
    height: auto;
}

.main .all .header .dropMenu li:hover span {
    background: url("../images/dropMenuArrow.jpg") 224px center no-repeat #fff
}

.main .all .header .dropMenu li:hover ul {
    display: block
}

.main .all .header .dropMenu li:hover ul li {
    padding: 0 12px 6px 11px;
    width: auto !important;
    border: none !important
}

.main .all .header .dropMenu li:hover.first ul li {
    padding: 0 12px 6px 12px
}

.main .all .proposals {
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
    padding: 400px 0 0;
    border-bottom: 1px solid #c69c6d;
    text-align: center;
    font-size: 14px;
    font-family: 'robotoregular';
    max-width: 100%;
}

.mainImage+.header+.proposals {
    width: 940px;
}

@media only screen and (max-width:563px) {
    .main .all .proposals {
        padding: 0;
        width: 300px;
    }
}

.main.otherPage .all .proposals {
    padding-top: 0;
}

.main .all .proposals:not(.slick-slider) div {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.main .all .proposals div.item {
    width: 189px;
    height: 200px;
    margin: 10px;
}

.slider_in_articles .item.saleItem {
    max-width: 90%;
}

.slider_in_articles .slick-arrow {
    background-image: url(/images/dropMenuArrow.jpg) !important;
    width: 20px;
    height: 20px;
    display: block;
    left: -5px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transform: rotate(90deg) translateX(-15px);
    z-index: 10;
}

.slider_in_articles .slick-arrow:before {
    content: initial;
}

.slider_in_articles .slick-arrow.slick-next {
    left: initial;
    right: -5px;
    transform: rotate(-90deg) translateX(15px);
}

.main .all .slider_in_articles .proposals {
    border-bottom: initial;
}

.slider_in_articles {
    margin-top: 20px;
}

@media only screen and (max-width:563px) {
    .main .all .proposals div {
        width: 143px;

    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .proposals div {
        width: 144px;
        margin-left: 8px;
    }
}

.main .all .proposals div span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0 20px
}

@media only screen and (max-width:563px) {
    .main .all .proposals div span {
        padding: 0;
    }
}

.main .all .proposals div img {
    max-width: 189px;
    max-height: 140px;
}

@media (max-width:563px) {
    .main .all .proposals div img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .proposals div img {
        max-width: 140px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .goods {
        width: 500px;
        height: auto;
    }
}

.main .all .goods {
    margin: 0 auto;
    width: 980px;
    height: 500px;
    text-align: center
}

@media only screen and (max-width:563px) {
    .main .all .goods {
        height: auto;
        width: 100%;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .goods {
        width: 500px;
        height: auto;
    }
}

.main .all .goods .h1 {
    color: #2e2017;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 28px;
    font-family: 'robotobold';
    line-height: 90px
}

@media only screen and (max-width:563px) {
    .main .all .goods .h1 {
        font-size: 22px;
        line-height: 40px;
    }
}

.main .all .goods .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 186px;
    height: 326px;
    border: 2px solid #fdf9f6;
    text-align: left
}

.main .all .goods .item .image {
    padding: 30px 0 0;
    height: 165px;
    text-align: center
}

.main .all .goods .item .name {
    overflow: hidden;
    padding: 0 10px;
    height: 40px;
    color: #2c1512;
    font-size: 13px;
    font-family: 'robotomedium'
}

.main .all .goods .item .terms {
    overflow: hidden;
    padding: 0 10px;
    height: 20px;
    color: #686665;
    font-size: 11px;
    font-family: 'robotolight'
}

.main .all .goods .item .price {
    padding: 0 10px;
    height: 35px;
    color: #ff8004;
    font-size: 22px;
    font-family: 'robotobold'
}

.main .all .goods .item .price span {
    color: #2c1512;
    font-size: 11px;
}

.main .all .goods .item .buttons {
    padding: 0 0 0 7px
}

.main .all .goods .item .buttons .fastOrder {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 126px;
    height: 27px;
    border: 1px solid #47201b;
    background: #fff;
    color: #47201b;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-family: 'robotomedium';
    line-height: 27px
}

.main .all .goods .item .buttons .inCart {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 37px;
    height: 29px;
    background: url("../images/iconInCart.png") center center no-repeat #ff8004;
    text-decoration: none
}

.main .all .goods .item:hover {
    border-color: #47201b
}

.main .all .goods .item:hover .buttons .fastOrder {
    border: 1px solid #ff8004;
    background: #ff8004;
    color: #fff
}

.main .all .goods .item:hover .buttons .inCart {
    background: url("../images/iconInCart.png") center center no-repeat #47201b
}

.main .all .partner {
    background: url("../images/partnerWood.jpg") 0 0 repeat-x
}

@media only screen and (max-width:563px) {
    .main .all .partner {
        background: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .partner {
        background: none;
    }
}

@media only screen and (max-width:864px) {
    .main .all .partner {
        display: none;
    }
}

.main .all .partner .wrapper {
    margin: 0 auto;
    padding: 35px 0 0 330px;
    width: 538px;
    height: 217px;
    background: url("../images/partnerForm.png") 0 0 no-repeat
}

@media only screen and (max-width:563px) {
    .main .all .partner .wrapper {
        padding: 0;
        width: 300px;
        height: auto;
        background: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .partner .wrapper {
        padding: 0;
        width: 500px;
        height: auto;
        background: none;
    }
}

.main .all .partner .wrapper .inputWrapper {
    padding: 0 0 0 76px;
    height: 31px
}

@media only screen and (max-width:563px) {
    .main .all .partner .wrapper .inputWrapper {
        padding: 0;
    }
}

.main .all .partner .wrapper .inputWrapper label {
    float: left;
    width: 87px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'robotobold';
    line-height: 27px
}

.main .all .partner .wrapper .inputWrapper.privacy {
    margin-top: 10px;
    margin-left: -150px;
}

.main .all .partner .wrapper .inputWrapper.privacy label {
    float: none;
    color: black;
    vertical-align: super;
    text-transform: none;
}

.main .all .partner .wrapper .inputWrapper.privacy label a {
    color: black;
    text-decoration: underline;
}

@media only screen and (max-width:563px) {
    .main .all .partner .wrapper .inputWrapper label {
        color: #000;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .partner .wrapper .inputWrapper label {
        color: #000;
    }
}

.main .all .partner .wrapper .inputWrapper input {
    margin: 5px 10px;
    width: 292px;
    height: 16px;
    outline: none;
    border: solid #000;
    border-width: 0 1px 1px 1px;
    color: #000;
    font-size: 13px;
    font-family: 'robotobold'
}

.main .all .partner .wrapper .inputWrapper.privacy input {
    width: auto;
    margin: 0 3px;
}

@media only screen and (max-width:563px) {
    .main .all .partner .wrapper .inputWrapper input {
        border-width: 1px;
        width: 190px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .partner .wrapper .inputWrapper input {
        border-width: 1px;
    }
}

.main .all .partner .wrapper .submit {
    margin-top: -8px;
    width: 209px;
    height: 65px;
    border: none;
    background: url("../images/partnerSubmit.png") 0 0 no-repeat;
    cursor: pointer
}

@media only screen and (max-width:563px) {
    .main .all .partner .wrapper .submit {
        margin-left: 16%;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .partner .wrapper .submit {
        float: right;
    }
}

.main .all .mainText {
    margin: 0 auto;
    padding: 50px 0 35px;
    width: 920px;
    font-size: 13px;
    font-family: 'robotolight'
}

.main .all .mainText .h1 {
    color: #2e2017;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 28px;
    font-family: 'robotobold';
    line-height: 35px;
}

@media only screen and (max-width:563px) {
    .main .all .mainText {
        width: 100%;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .mainText {
        width: 500px;
    }
}

.main .all .mainText ul {
    padding-left: 20px
}

.main .all .mainText h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px
}

@media only screen and (max-width:563px) {
    .main .all .mainText h1 {
        font-size: 17px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .mainText h1 {
        font-size: 19px;
    }
}

.mainText a {
    color: #f86712;
}

.main .all .navigation {
    max-width: 100%;
    margin: 0 auto;
    padding: 26px 0 19px;
    width: 980px;
    text-align: center
}

@media only screen and (max-width:563px) {
    .main .all .navigation {
        text-align: left;
        width: 250px;
        display: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .navigation {
        width: 490px;
    }
}

.main .all .navigation li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0 10px;
    color: #8a837d;
    font-family: 'robotolight_italic'
}

@media only screen and (max-width:563px) {
    .main .all .navigation li {
        padding: 5px 10px;
    }
}

.main .all .navigation li a {
    color: #8a837d;
    text-decoration: underline
}

.main .all .navigation li a:hover {
    text-decoration: none
}

.main .all .saleItem {
    margin: 0 auto;
    padding: 0 0 33px;
    width: 980px;
    border-bottom: 1px solid #c69c6d;
    position: relative;
}

@media only screen and (max-width:563px) {
    .main .all .saleItem {
        width: 270px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all .saleItem {
        width: 500px;
    }
}

.main .all .saleItem .info {
    overflow: hidden;
    *zoom: 1;
    padding: 0px 0 27px
}

@media only screen and (max-width:563px) {
    .main .all .saleItem .info {
        float: none;
        width: auto;
    }
}

.main .all .saleItem .info .image,
.main .all .saleItem .info .data {
    float: left;
    width: 547px
}

.main .all .saleItem .info .image img {
    border: 2px solid #c69c6d
}

.main .all .saleItem .info .data {
    width: 430px;
    padding: 12px 0 0
}

.main .all .saleItem .info .data .contains {
    padding: 0 0 14px;
    border-bottom: 1px solid #c69c6d;
    color: #2e2017;
    font-size: 16px
}

.main .all .saleItem .info .data .contains li {
    padding: 0 0 20px
}

.main .all .saleItem .info .data .contains li a {
    text-decoration: underline;
}

.main .all .saleItem .info .data .priceData {
    padding: 35px 0 0;
    height: 103px
}

.main .all .saleItem .info .data .priceData .label {
    color: #2e2017;
    letter-spacing: 1px;
    font-family: 'robotolight';
    padding-bottom: 10px
}

.main .all .saleItem .info .data .priceData .price {
    float: left;
    padding: 0 10px 0 0;
    letter-spacing: 4px;
    font-size: 42px;
    font-family: 'robotobold';
    line-height: 62px
}

.priceData_element {
    height: auto;
    min-height: 100px;
}

@media only screen and (max-width:563px) {
    .priceData_element {
        min-height: 60px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .priceData_element {
        min-height: 45px;
    }
}

.priceData_element .price {
    float: left;
    padding: 0 10px 0 0;
    letter-spacing: 4px;
    font-size: 42px;
    font-family: 'robotobold';
    line-height: 62px
}

@media only screen and (max-width:563px) {
    .priceData_element .price {
        padding: 0;
        letter-spacing: 0px;
        font-size: 20px;
        line-height: 17px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .priceData_element .price {
        float: left;
        padding: 0 10px 0 0;
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 18px;
        margin-left: 10px;
    }
}

.priceData_element .label {
    color: #2e2017;
    letter-spacing: 1px;
    font-family: 'robotolight';
    padding-bottom: 10px;
}

@media only screen and (max-width:563px) {
    .priceData_element .label {
        float: left;
        width: 50px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .priceData_element .label {
        float: left;
    }
}

.main .all .saleItem .info .data .priceData .weight {
    float: left;
    padding: 0 0 0 26px;
    background: url("../images/icoPriceDivider.jpg") 0 center no-repeat;
    min-height: 62px;
}

.main .all .saleItem .info .data .priceData .weight .cusel,
.main .all .saleItem .info .data .priceData .weight .cuselFrameRight,
.main .all .saleItem .info .data .priceData .weight .jScrollPaneDrag,
.main .all .saleItem .info .data .priceData .weight .jScrollArrowUp,
.main .all .saleItem .info .data .priceData .weight .jScrollArrowDown {
    background: url("../images/select.png") no-repeat
}

.main .all .saleItem .info .data .priceData .weight .cusel {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 62px !important;
    height: 62px;
    outline: none;
    background-position: left top;
    font-size: 14px;
    cursor: pointer
}

.main .all .saleItem .info .data .priceData .weight .cusel.cuselOpen {
    z-index: 999
}

.main .all .saleItem .info .data .priceData .weight .cusel .cusel-scroll-pane {
    width: 45px !important
}

.main .all .saleItem .info .data .priceData .weight .cusel .cuselFrameRight {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 25px;
    height: 100%;
    background-position: right top
}

.main .all .saleItem .info .data .priceData .weight .cusel span {
    display: block;
    padding: 5px 15px 5px 5px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    zoom: 1
}

.main .all .saleItem .info .data .priceData .weight .cusel span:hover,
.main .all .saleItem .info .data .priceData .weight .cusel .cuselOptHover {
    background: #f86712;
    color: #fff
}

.main .all .saleItem .info .data .priceData .weight .cusel .cuselText {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    padding: 18px 0 0 5px;
    width: 30px;
    height: 36px;
    color: #2e2017;
    text-align: right;
    font-size: 26px;
    font-family: 'robotomedium';
    cursor: pointer
}

.main .all .saleItem .info .data .priceData .weight .cusel .cuselActive {
    background: #CC0000;
    color: #fff;
    cursor: default
}

.main .all .saleItem .info .data .priceData .weight .cusel .cusel-scroll-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    min-width: 100%;
    width: auto;
    background: #fff
}

.main .all .saleItem .info .data .priceData .weight .cusel .jScrollPaneContainer {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border: 2px solid #c69c6d;
    border-top: none
}

.main .all .saleItem .info .data .priceData .weight .cusel .jScrollPaneTrack {
    position: absolute;
    top: 0;
    right: 5px;
    width: 7px !important;
    height: 100%;
    background: #ccc
}

.main .all .saleItem .info .data .priceData .weight .cusel .jScrollPaneDrag {
    position: absolute;
    right: -5px;
    width: 18px !important;
    height: 37px !important;
    background-position: -106px -62px;
    cursor: pointer
}

.main .all .saleItem .info .data .priceData .weight .cusel .jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.main .all .saleItem .info .data .priceData .weight .cusel .jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.main .all .saleItem .info .data .priceData .weight .cusel .jScrollArrowUp {
    position: absolute;
    top: 0;
    right: 2px;
    overflow: hidden;
    width: 16px !important;
    height: 12px;
    background-position: -46px -70px;
    cursor: pointer
}

.main .all .saleItem .info .data .priceData .weight .cusel .jScrollArrowDown {
    position: absolute;
    top: auto;
    right: 3px;
    bottom: 0;
    overflow: hidden;
    width: 16px !important;
    height: 12px;
    background-position: -5px -70px;
    cursor: pointer
}

.all .addInCart {
    display: block;
    padding: 0 0 0 64px;
    width: 122px;
    height: 62px;
    background: url("../images/icoAddInCart.png") 28px 21px no-repeat #f86712;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-family: 'robotobold';
    line-height: 62px;
}

a.addInCart:hover {
    opacity: 0.7;
}

@media only screen and (max-width:563px) {
    .all .addInCart {
        padding: 0 0 0 59px;
        width: 104px;
        height: 57px;
        line-height: 59px;
        margin: 0 auto;
    }
}

.main .all .saleItem .socials {
    height: 60px
}

.main .all .saleItem .backInCatalog {
    display: block;
    position: absolute;
    z-index: 10;
    padding: 0 0 0 53px;
    width: 147px;
    height: 37px;
    border: 2px solid #47201b;
    background: url("../images/icoBackInCatalog.png") 19px center no-repeat;
    color: #47201b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'robotomedium';
    line-height: 37px
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .item_info_section {
        position: relative;
    }

    .main .all .saleItem .backInCatalog {
        position: absolute;
        top: -98px;
    }
}

.main .all .saleItem h1,
.main .all .catalog h1,
.main .all .catalog .h1 {
    padding: 0 100px 34px;
    border-bottom: 1px solid #c69c6d;
    color: #2e2017;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 32px;
    font-family: 'robotobold';
    line-height: 36px
}

.main .all h1.catalog_h1 {
    border-bottom: 1px solid #c69c6d;
    color: #2e2017;
    font-family: "robotobold";
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 36px;
    padding: 0 0px 34px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    width: 980px;
}

@media only screen and (max-width:563px) {
    .main .all h1.catalog_h1 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px;
        width: 290px;
        padding-top: 40px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .all h1.catalog_h1 {
        width: 500px;
        font-size: 20px;
        letter-spacing: 0;
    }
}

.main .all .saleItem h1,
.main .all h1 {
    padding-bottom: 28px
}

.main .all .catalog .proposals {
    padding-top: 36px;
    border: none;
    text-align: center;
}

.main .all h1 {
    color: #2e2017;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 28px;
    font-family: 'robotobold';
    line-height: 34px;
}

.main .all .catalog .proposals div.item {
    text-align: center;
    border: 2px solid #fdf9f6;
    height: 243px;
    background: #fff;
    position: relative;
}

@media screen and (max-width: 564px) {
    .main .all .catalog .proposals div.item {
        height: 270px;
    }
}

.main .all .catalog .proposals div.item:hover {
    border-color: #47201b;
}

.main .all .catalog .proposals .item .link {
    display: block;
}

.main .all .catalog .proposals .btn_more {
    background: #FF904F;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    left: 50px;
    bottom: 10px;
    text-align: center;
    font-family: arial;
    letter-spacing: 1px;
    text-decoration: none;
}

.main .all .catalog .proposals .btn_more:hover {
    background: #f86712;
}

@media screen and (max-width:864px) {
    .main .all .catalog .proposals .btn_more {
        left: 25px;
    }
}

.main .all .catalog .proposals div.item div.price {
    border: 0px none;
    height: auto;
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #5F5F5E;
}

.page_wrapper {
    position: relative;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 980px;
    font-size: 14px;
    font-family: 'robotoregular';
    text-align: justify;
}

img.logo-myaso {
    position: absolute;
    top: -90px;
    left: 0;
    max-width: 70px;
}

@media only screen and (min-width:564px) and (max-width:864px) {
    img.logo-myaso {
        top: -80px;
    }
}

@media only screen and (max-width:563px) {
    .page_wrapper {
        width: 100%;
        text-align: justify;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .page_wrapper {
        width: 500px;
    }
}

.main .page_wrapper h2 {
    color: #2e2017;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    font-family: 'robotobold';
    /* height: 94px; */
    padding: 0 100px 20px 100px;
}

@media only screen and (max-width:563px) {
    .main .page_wrapper h2 {
        padding: 0;
        font-size: 20px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .main .page_wrapper h2 {
        font-size: 20px;
        padding: 0;
    }
}

.footer {
    position: relative;
    z-index: 2;
    margin: -305px 0 0;
    min-width: 1000px;
    height: 580px;
    background: #e6ddd8
}

@media only screen and (max-width:563px) {
    .footer {
        margin: 5px 0 0;
        height: auto;
        min-width: 300px;
        padding: 0px 0px 10em 0px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .footer {
        margin: 0;
        min-width: 500px;
        height: 950px;
    }
}

.footer .wrapper {
    position: relative;
    margin: 0 auto;
    width: 980px;
    /*height: 305px;*/
    height: 370px;
}

@media only screen and (max-width:563px) {
    .footer .wrapper {
        width: 280px;
        height: 215px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .footer .wrapper {
        width: 500px;
    }
}

.footer .wrapper .logo {
    position: absolute;
    top: 22px;
    left: 38px;
    display: block;
    width: 139px;
    height: 112px;
    background: url("../images/logo.png") 0 0 no-repeat;
    text-decoration: none
}

@media only screen and (max-width:563px) {
    .footer .wrapper .logo {
        background-size: 100% 100%;
        width: 100px;
        height: 65px;
        top: 5px;
        left: 5px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .footer .wrapper .logo {
        background-size: 100% 100%;
        width: 100px;
        height: 65px;
        top: 5px;
        left: 5px;
    }
}

.footer .wrapper .copyrights {
    position: absolute;
    top: 35px;
    left: 210px;
    font-size: 12px;
    font-family: 'robotobold';
    width: 60%;
}

@media only screen and (max-width:563px) {
    .footer .wrapper .copyrights {
        left: 0;
        top: 80px;
        line-height: 1.4;
        width: 100%;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .footer .wrapper .copyrights {
        top: 7px;
    }
}

.footer .wrapper .menu {
    position: absolute;
    top: 75px;
    left: 210px
}

@media only screen and (max-width:563px) {
    .footer .wrapper .menu {
        top: 125px;
        left: 0;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .footer .wrapper .menu {
        top: 45px;
    }

    .footer .wrapper .menu li {
        margin-bottom: 5px;
    }

    .header.fixed .cart {
        display: none;
    }
}

.footer .wrapper .menu li {
    float: left;
    padding: 0 18px 0 0;
    font-size: 12px;
    font-family: 'robotobold'
}

@media only screen and (max-width:563px) {
    .footer .wrapper .menu li {
        padding: 10px 18px 0 0;
    }
}

.footer .wrapper .menu li.faq,
.footer .wrapper .menu li.contacts {
    position: relative;
    padding-left: 18px
}

.footer .wrapper .menu li.faq a:before,
.footer .wrapper .menu li.contacts a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background: url("../images/icoFaq.png") 0 0 no-repeat;
    content: ''
}

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

    .footer .wrapper .menu li.faq a:before,
    .footer .wrapper .menu li.contacts a:before {
        top: 10px;
    }
}

.footer .wrapper .menu li.contacts a:before {
    background: url("../images/icoContacts.png") 0 0 no-repeat
}

.footer .wrapper .phone {
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 18px;
    font-family: 'robotobold';
    text-decoration: none;
    width: fit-content;
}

@media only screen and (max-width:563px) {
    .footer .wrapper .phone {
        top: 10px;
        right: -10px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .footer .wrapper .phone {
        top: 80px;
        left: 0;
    }
}

.footer .wrapper .phone span {
    color: #6c6565
}

.footer .wrapper .call {
    position: absolute;
    top: 58px;
    right: 25px;
    display: block;
    padding-bottom: 1px;
    border-bottom: 1px dashed #000;
    text-decoration: none;
    font-family: 'robotobold'
}

@media only screen and (max-width:563px) {
    .footer .wrapper .call {
        top: 37px;
        right: -5px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .footer .wrapper .call {
        top: 109px;
        left: 45px;
        width: 105px;
    }
}

.footer .wrapper .call:hover {
    border-color: #f86712
}

.footer .wrapper .call:before {
    position: absolute;
    top: 0;
    left: -18px;
    width: 12px;
    height: 12px;
    background: url("../images/icoPhone.png") 0 0 no-repeat;
    content: ''
}

.footer .wrapper .dropMenu {
    position: absolute;
    top: 105px;
    left: 210px;
    font-size: 12px;
    font-family: 'robotobold';
    padding-bottom: 0px;
}

@media only screen and (max-width:563px) {
    .footer .wrapper .dropMenu {
        display: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .footer .wrapper .dropMenu {
        top: 214px;
        left: 0;
    }
}

.footer .wrapper .dropMenu li {
    float: left;
    width: 242px
}

.footer .wrapper .dropMenu li:first-child {
    width: 249px
}

.footer .wrapper .dropMenu li span {
    padding: 0 0 15px;
    text-transform: uppercase;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 17px
}

.footer .wrapper .dropMenu ul li {
    float: none;
    padding: 0 0 6px;
    width: auto
}

.section_item a {
    display: block;
}

.proposals-page .section_item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 189px;
    height: 190px
}

.proposals-page .section_item span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0 20px
}

.proposals-page .section_item img {
    width: 189px;
}

.proposals-page .section_item {
    text-align: center;
    border: 2px solid #fdf9f6;
    height: 173px;
    background: #fff;
    position: relative;
}

.proposals-page.section_item:hover {
    border-color: #47201b;
}

.proposals-page .btn_more {
    background: #FF904F;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    left: 50px;
    bottom: 10px;
    text-align: center;
    font-family: arial;
    letter-spacing: 1px;
    text-decoration: none;
}

.proposals-page .section_items .section_item .price {
    border: 0px none;
    height: auto;
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #5F5F5E;
}

body .proposals-page div.section_items-main {
    width: 100%;
    height: auto;
}

#forminbox {
    /*background: url("../images/forminbox.png") repeat scroll 0 0 transparent;*/
    position: absolute;
    top: calc(100% / 2 - 406px / 2);
    left: calc(100% / 2 - 372px / 2);
    flex-wrap: wrap;
    align-items: baseline;
    width: 372px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 20px;
    padding-top: 40px;
    z-index: 10;
    box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
}

#forminbox .input {
    width: 85%;
    margin: 0 auto;
}

#forminbox .input input {
    padding: 7px 10px;
    font-size: 14px;
    width: 100% !important;
    height: 46px;
    background: #FDFDFD;
    border: 1px solid #F4F0EF;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 14px rgb(0, 0, 0, 0.05);
    border-radius: 6px;
    box-sizing: border-box;
}

#forminbox .privacy {
    text-align: center;
}

#forminbox .privacy input {
    background: unset;
    box-shadow: unset;
    height: auto;
}

#forminbox .form>div:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (max-width:563px) {
    #forminbox {
        left: 16px !important;
    }
}

#forminbox.sign {
    top: 693px;
}

#forminbox .close {
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 17px;
}

#forminbox div {}

#forminbox .input input,
#forminbox .input textarea {
    width: 200px;
}

#forminbox .input.privacy input {
    width: auto !important;
}

#forminbox .input.privacy a {
    text-decoration: underline;
}

#orders_form table,
#orders_form th,
#orders_form td {
    text-align: right;
}

#orders_form table {
    width: 100%;
}

#orders_form td {
    padding: 0 0 5px 0;
}

#orders_form th {
    padding: 0 0 10px 0;
}

#orders_form tr.order_sum {
    line-height: 35px;
}

#orders_form .order_text {
    width: 30px;
    text-align: right;
}

#orders_form .delete {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: white;
    background: red;
    border-radius: 8px;
    line-height: 11px;
    display: block;
    width: 10px;
    margin-left: 10px;
    text-align: center;
}

#order_bottom {
    text-align: right;
    padding: 20px 30px 0 0;
}

#orders_form_contacts td {
    padding: 0 10px 5px 0;
}

#orders_form_contacts td span {
    color: #FF0000;
}

#orders_form_contacts .order_text {
    width: 200px;
}

#basket_content {
    padding: 40px 0 0 0;
    width: 100%;
}

.section_links {
    text-align: center;
}

.section_link {
    display: inline-block;
    margin: 20px 20px 0 20px;
    vertical-align: middle;
    zoom: 1;
    width: 126px;
    height: 27px;
    border: 1px solid #47201b;
    background: #fff;
    color: #47201b;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: 'robotomedium';
    line-height: 27px;
}

.section_link:hover {
    border: 1px solid #ff8004;
    background: #ff8004;
    color: #fff;
    text-decoration: none;
}

body .main .all .page_wrapper .jcarousel-wrapper {
    width: 800px;
    margin: 20px 30px 20px 90px;
    border-radius: 5px;
    position: relative;
}

body .main .all .page_wrapper .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

body .main .all .page_wrapper .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

body .main .all .page_wrapper .jcarousel li {
    width: 248px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

body .main .all .page_wrapper .jcarousel img {
    display: block;
    max-width: 100%;
    margin: 0 auto 4px;
    height: auto !important;
}


/** Carousel Controls **/

body .main .all .page_wrapper .jcarousel-control-prev,
body .main .all .page_wrapper .jcarousel-control-next {
    position: absolute;
    top: 22%;
    width: 30px;
    height: 45px;
    opacity: 0.7;
    text-align: center;
    color: #B34D00;
    text-decoration: none;
    font: 84px/27px Arial, sans-serif;
}

.main .all .catalog .page_wrapper .jcarousel-wrapper:hover,
.main .all .catalog .page_wrapper .jcarousel:hover {
    border-color: transparent;
    background: transparent;
}

.main .all .catalog .page_wrapper .jcarousel,
.main .all .catalog .page_wrapper .jcarousel-wrapper {
    background: transparent;
}

body .main .all .page_wrapper .jcarousel-control-prev:hover,
body .main .all .page_wrapper .jcarousel-control-next:hover {
    opacity: 1;
}

body .main .all .page_wrapper .jcarousel-control-prev {
    left: -60px;
}

body .main .all .page_wrapper .jcarousel-control-next {
    right: -60px;
}

.main .all .page_wrapper.pure div img {
    width: 134px;
}

.news_list_link {
    width: 1000px;
    margin: 20px auto 0px auto;
}

.news_list_link a {
    text-transform: uppercase;
    font-size: 20px;
}

.news_list_descr {
    width: 1000px;
    margin: 0px auto 40px auto;
}

.news_list_date {
    display: none;
}

.news_detail_date {
    display: none;
}

.news_detail_descr {
    width: 1000px;
    margin: 40px auto 40px auto;
}

.mainText .w50 {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width:563px) {
    .mainText .w50 {
        width: 100%;
    }
}

.mainText .w50:nth-child(even) {
    margin-right: 2%;
}

.mainText .w50 p {
    font-size: 16px;
    text-align: justify;
}

.w50 h2 {
    text-align: center;
    font-size: 19px;
}

.w50 h3 {
    text-align: center;
    font-size: 17px;
}

.w50 ul {
    list-style: disc;
    font-size: 16px;
}

body .main .all .goods.kombinaty {
    background-color: #fff;
    padding-bottom: 40px;
    margin-top: 30px;
    height: auto;
}

.kombinat-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 0;
    margin-top: 40px;
}

.kombinat-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media(max-width:480px) {
    .kombinat-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.kombinaty .h1:after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 1px solid #c69c6d;
    margin: 10px auto;
}

.kombinat-item a span {
    display: block;
    text-decoration: underline;
    margin-top: 8px;
    font-weight: bold;
    font-size: 13px;
}

.kombinat-item img {
    max-width: 85px;
}

.section_description {
    margin-top: 40px;
}

.news-item {
    margin-bottom: 20px;
}

.news-item a {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    margin-bottom: 2px;
    display: block;
}

.news-item a:hover {
    color: #f86712;
    text-decoration: underline;
}

.item_info_section p {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}

.item_info_section2 {
    padding: 0 0 14px;
    border-bottom: 1px solid #c69c6d;
    color: #2e2017;
    font-size: 16px;
}

.item_info_section span {
    font-family: 'robotobold';
}

.proposals a {
    color: #B34D00;
}

.clear {
    clear: both;
}

.content-img--center {
    display: block;
    margin: 0 auto;
    height: auto;
}

p.few_img_center {
    text-align: center;
}

.table-prise {
    border: 1px solid #000;
}

@media only screen and (max-width:563px) {
    .table-prise {
        display: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .table-prise {
        display: none;
    }
}

.table-prise td,
th {
    border: 1px solid #000;
    padding: 5px;
}

.menu-head {
    display: none;
}

@media only screen and (max-width:563px) {
    .menu-head {
        display: none;
        margin: 120px 32px 20px;
        color: #f86712;
        width: 50px;
        text-align: center;
    }
}

.nav__trigger {
    display: none;
}

@media only screen and (max-width:424px) {
    body .nav__trigger {
        top: 85px;
        margin: 0 30px 20px;
    }
}

@media only screen and (max-width:563px) {
    .nav__trigger {
        position: relative;
        top: 15px;
        display: block;
        width: 52px;
        height: 30px;
        margin: 0 155px 20px;
        font-size: 0;
        line-height: 0;
        border: 0 none;
        border-top: 4px solid #f86712;
        border-bottom: 4px solid #f86712;
        outline: 0 none;
        background: transparent;
        cursor: pointer;
    }

    .nav__trigger:before,
    .nav__trigger:after {
        content: '';
        position: absolute;
        top: 9px;
        left: 0;
        display: block;
        width: 52px;
        height: 4px;
        background: #f86712;
        -webkit-transition: -webkit-transform 0.1s ease;
        transition: transform 0.1s ease;
    }

    .nav__trigger--type_close {
        width: 40px;
        border-color: transparent;
    }

    .nav__trigger--type_close:before {
        width: 40px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav__trigger--type_close:after {
        width: 40px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cat-head {
    display: none;
}


/*@media only screen and (max-width:563px){
	.cat-head{
	display: block;
	width: 50px;
	position: absolute;
	top: 164px;
	left: 30px;
	color: #f86712;
	}
}*/

.nav__trigger-cat {
    display: none;
}


/*@media only screen and (max-width:563px){
.nav__trigger-cat {
	position: relative;
	top: 48px;
	left: 25px;
	display: block;
	width: 55px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	border: 0 none;
	border-top: 4px solid #f86712;
	border-bottom: 4px solid #f86712;
	outline: 0 none;
	background: transparent;
	cursor: pointer;
}*/

.nav__trigger-cat:before,
.nav__trigger-cat:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 55px;
    height: 4px;
    background: #f86712;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}

.nav__trigger--type_close-cat {
    width: 40px;
    border-color: transparent;
}

.nav__trigger--type_close-cat:before {
    width: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav__trigger--type_close-cat:after {
    width: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.cart-mobil {
    display: none;
}

@media only screen and (max-width:563px) {
    a.cart-mobil {
        display: block;
        position: absolute;
        top: 33px;
        left: 28px;
        text-align: center;
        border-radius: 50px;
        background: black;
        color: white;
        padding: 5px 8px;
        vertical-align: middle;
        text-decoration: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .cart-mobil {
        display: block;
        position: absolute;
        top: 33px;
        left: 28px;
        text-align: center;
        border-radius: 50px;
        background: black;
        color: white;
        padding: 5px 8px;
        vertical-align: middle;
        text-decoration: none;
    }

    body #search2 {
        top: 98px;
        width: 420px;
        right: 40px;
    }

    .main .all .header .dropMenu {
        top: 128px;
    }
}

@media only screen and (max-width:563px) {
    body #search2 {
        display: none;
    }

    .cart-desk {
        display: none;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .cart-desk {
        display: none;
    }
}

@media only screen and (max-width:563px) {
    .dle-content {
        width: 300px;
    }
}

@media only screen and (max-width:563px) {
    .dle-content {
        width: 500px;
    }
}

.partner-hed {
    display: none;
}

@media only screen and (max-width:563px) {
    .partner-hed {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .partner-hed {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    }
}

#orders_form .cart-table td {
    border: 1px solid #000;
    padding: 5px;
    text-align: left;
}

#orders_form .cart-table th {
    padding: 5px;
    text-align: left;
}

@media only screen and (max-width:563px) {
    .bx_item_detail .item_info_section {
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        padding: 0 0 10px 0px !important;
        font-size: 13px !important;
        line-height: 19px !important;
        width: 200px;
    }
}

.discontinue {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/images/icons/discontinue.png) 50% 50% no-repeat #80808033;
    z-index: 1;
}

.discontinue_item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 130px;
    background: #8a86867a;
    color: #FF904F;
    z-index: 1;
}

.product-img-wrap {
    position: relative;
    display: block;
}

.product-img-wrap sup,
.discontinue_item sup {
    display: inline-block;
    padding: 5px 10px;
    background: white;
    line-height: 20px;
    border: 1px solid #FF904F;
}

.similr_prooduct {
    margin-top: 20px;
}

.main .all .header .phone.phone2 {
    top: 10px;
}

.footer .wrapper .phone.phone2 {
    top: 6px;
}

@media only screen and (max-width:864px) {
    .footer .wrapper .phone.phone2 {
        top: 105px;
    }

    .footer .wrapper .call {
        top: 129px;
    }

    .main .all .header .phone {
        top: 45px;
        font-size: 16px;
    }

    .main .all .header .phone.phone2 {
        top: 27px;
    }

    .main .all .header .call {
        top: 68px;
    }

    .minIcon {
        top: 62px;
        right: 325px;
    }

    .footer .wrapper .minIcon {
        right: 0;
        left: 0;
        top: 125px;
    }
}

@media only screen and (max-width: 563px) {
    .footer .wrapper .phone.phone2 {
        top: 35px;
    }

    .main .all .header .phone {
        top: 65px;
    }

    .main .all .header .phone.phone2 {
        top: 65px;
        right: 160px;
    }

    .minIcon {
        right: 190px;
        top: 5px;
    }

    .footer .wrapper .call {
        top: 59px;
    }

    .footer .wrapper .minIcon {
        left: 125px;
        top: 45px;
        width: 25px;
        height: 25px;
    }
}

@media only screen and (max-width: 424px) {
    .main .all .header .phone {
        top: 80px;
    }

    .main .all .header .phone.phone2 {
        top: 100px;
        right: 19px;
    }
}

#search2 {
    position: absolute;
    top: 7px;
    width: 420px;
    right: 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.search-time {
    display: inline-block;
    padding: 0;
    font-weight: 600;
}

#search2 form {
    display: inline-block;
    position: relative;
    width: 40%;
    transition: width 0.3s;
}

#search2 form:focus-within {
    width: 100%;
}

#search2 form:focus-within~p.search-time {
    display: none;
}

#title-search-input {
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 3px;
}

.search-luppa {
    border: none;
    background-image: url(/images/luppa.png);
    background-repeat: no-repeat;
    background-color: inherit;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 4px;
    right: 1px;
    cursor: pointer;
}

.scrollToTop {
    opacity: .4;
    width: 64px;
    height: 64px;
    text-align: center;
    text-indent: -9999px;
    font-weight: 700;
    color: #444;
    position: fixed;
    bottom: 75px;
    right: 40px;
    display: none;
    background: url(/images/up_circle.png) center no-repeat;
    z-index: 999;
    cursor: pointer;
}

.scrollToTop:hover {
    opacity: 0.7
}

.main .all .header.fixed {
    position: fixed;
    left: 50%;
    margin-left: -490px;
    top: 0;
    height: 90px;
    margin-bottom: 70px;
}

.fixed #search2,
.fixed .menu li:nth-child(1),
.fixed .menu li:nth-child(2),
.fixed .phone,
.fixed .city,
.main .all .header.fixed .call,
.fixed .header-link {
    display: none;
}

.main .all .header.fixed .dropMenu {
    top: 30px;
}

.main .all .header.fixed .menu {
    top: 10px;
}

.main .all .header.fixed .cart span {
    position: static;
    margin: 10px 0;
}

.main .all .header.fixed .cart span {
    position: static;
    margin: 10px;
    display: inline-block;
}

.fixed .cart-desk {
    position: static;
    display: inline;
}

.header.fixed+.proposals,
.header.fixed+#dle-content {
    margin-top: 160px;
}

@media only screen and (max-width: 864px) {
    .main .all .header.fixed {
        margin-left: -250px;
    }
}



.sizeImg {
    width: 23px;
}

.footer .minIcon {
    position: absolute;
    top: 52px;
    right: 147px;
    display: block;
}

.product-quant {
    font-size: 0;
}

.product-quant .button {
    background: #FF904F;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    width: 35px;
    line-height: 35px;
    height: 35px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    border: 0 none;
    cursor: pointer;
    outline: none;
}

.product-quant .button:hover {
    background: #f86712;
}

.product-quantity {
    width: 94px;
    padding: 5px 0;
    text-align: center;
    margin: 0 10px 10px 10px;
    border: 1px solid #c69c6d;
    line-height: 23px;
    display: inline-block;
    vertical-align: top;
}

#duyForm {
    display: none;
    width: 360px;
    position: fixed;
    top: 50%;
    z-index: 1000;
    left: 44%;
    background-color: #f9f9f9;
    padding: 10px;
    box-shadow: rgba(2, 2, 2, .65) 0px 0px 4px 0px
}

.basketText {
    margin: 20px 0 30px;
    text-align: center;
    font-size: 21px
}

.bskBut {
    outline: none;
    display: inline-block;
    margin: 0px auto 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    width: 150px;
    height: auto;
    text-align: center;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(90deg, #B34D00 0%, #FF904F 100%);
    cursor: pointer;
    border: 1px;
    font-size: 15px;
    padding: 3px;
}

a.bskBut {
    color: #fff;
    text-decoration: none;
}

.bskBtnLine {
    display: flex
}

.closeBsk {
    color: #FF904F;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.closeBsk:hover {
    color: #648844
}

.bskBut:hover {
    background-image: -webkit-linear-gradient(90deg, #B34D00 100%, #FF904F 100%);
}

@media (max-width: 450px) {
    #duyForm {
        left: 5%;
        right: 5%;
        width: auto;
    }
}

@media (min-width: 450px) and (max-width: 800px) {
    #duyForm {
        left: 20%;
    }
}

.modal_wrap {
    display: none;
    position: fixed;
    top: 0;
    z-index: 2;
    background: #000000a3;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.modal_wrap2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000000a3;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.modal_order {
    flex-wrap: wrap;
    align-items: baseline;
    width: 372px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
}

.title_modal_order {
    padding: 35px;
    background: #F4F0EF;
    border-radius: 15px 15px 0px 0px;
}

.form_modal_order {
    margin: 35px 0px;
    padding: 0 35px;
}

.form_modal_order .submit {
    display: block;
    margin: 0px auto;
}

.modal_order2 {
    flex-wrap: wrap;
    align-items: baseline;
    width: 350px;
    height: 520px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 400px) {
    .modal_order {
        width: 300px;
    }

    .modal_order .inputWrapper label {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .modal_wrap .modal_order .inputWrapper {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .modal_wrap .modal_order form {
        margin-top: 10px;
    }
}

.modal_head {
    font-size: 19px;
    padding-bottom: 5px;
    letter-spacing: 0.05em;
    color: #1E4844;
}

.modal_order .inputWrapper {
    text-align: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

#forminbox .inputWrapper {
    justify-content: space-between;
    margin-bottom: 22px;
}

.place_holder {
    margin-left: 7px;
    cursor: text;
    position: absolute;
    top: 1px;
    left: 5px;
    display: none;
    color: #9C9C9C;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
}

.placeinput input:invalid+.place_holder {
    display: inline;
}

.inputWrapper input[name='phone']:hover+.place_holder {
    display: none;
}

.placeinput {
    position: relative;
    overflow: hidden;

}

.place_holder span {
    color: red;
}

.modal_order form {
    margin-top: 30px;
}

.inputWrapper input {
    padding: 7px 10px;
    font-size: 14px;

    width: 300px;
    height: 46px;

    background: #FDFDFD;
    border: 1px solid #F4F0EF;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

@media screen and (max-width: 400px) {
    .inputWrapper input {
        width: 100%;
    }

    .form_modal_order {
        padding: 0 10px;
    }
}

.modal_order form textarea {
    width: 172px;
    height: 100px;
    padding: 7px 10px;
    font-size: 14px;
    resize: none;
}

.input.privacy,
.input.privacy a {
    font-size: 14px;
    line-height: 17px;
}

.input.privacy a {
    text-decoration: underline;
}

.modal_order .submit {
    padding: 13px 20px;
    width: 136px;
    height: 44px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #2D5C54;
    cursor: pointer;
    outline: none;
    border: none;
}

#forminbox .submit input {
    padding: 13px 20px;
    width: 136px;
    height: 44px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #2D5C54;
    cursor: pointer;
    outline: none;
    border: none;
}

.modal_order .submit input:hover {
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5);
}

.modal_close {
    padding: 5px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.modal_close2 {
    padding: 5px;
    position: absolute;
    top: 7px;
    right: 10px;
}

.center {
    text-align: center;
}

.container {
    margin: 40px auto;
    width: 980px;
}

.container img {
    height: auto;
}

.container img,
.container iframe {
    max-width: 100%;
}

@media only screen and (min-width: 564px) and (max-width: 864px) {
    .container {
        width: 500px;
    }

    .main .all .header .dropMenu {
        grid-template-columns: 1fr 1fr;
        width: 96%;
    }
}

@media (max-width: 864px) {

    .main .all .header .dropMenu {
        grid-template-columns: 1fr 1fr;
        width: 94%;
    }
}

@media only screen and (max-width: 563px) {
    .container {
        width: 300px;
    }
}

.h2 {
    color: #2e2017;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    font-family: 'robotobold';
    line-height: 36px;
}

.fancybox {
    cursor: pointer;
}

.exmp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0;
}

.exmp div {
    width: 19.5%;
    background: #fff;
    margin-bottom: 6px;
    padding: 5px;
    box-sizing: border-box;
}

.exmp div img {
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin-bottom: 5px;
}

.exmp div p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #B34D00;
    padding-bottom: 5px;
}

.bx-sidebar-block {
    width: 250px;
    display: inline-block;
    vertical-align: top;
}

.catalogWithFilter {
    width: calc(100% - 270px);
    display: inline-block;
}

@media only screen and (max-width:864px) {
    .bx-sidebar-block {
        width: 100%;
        display: block;
    }

    .catalogWithFilter {
        width: 100%;
        display: block;
    }
}

.arrowTop {
    transform: rotate(180deg);
}

.sortingRow-right-sortBlock {
    display: inline-block;
    margin-right: 10px;
}

.name {
    display: inline-block;
    line-height: 23px;
    vertical-align: top;
    cursor: pointer;
}

.arrow {
    display: inline-block;
}

.activ img {
    transform: rotate(180deg);
}

.activ img.arrowTop {
    transform: none;
}

.sortingRow-right-sortBlock img {
    width: 14px;
}

.bx_filter .bx_filter_section {
    z-index: 1;
}

.main .all .proposals.responsive {
    overflow: revert;
}

.responsive .slick-prev:before,
.responsive .slick-next:before {
    color: #f86712;
}

.responsive .slick-dots li.slick-active button:before {
    color: #f86712;
}

.main .all .proposals.responsive div img {
    margin: auto;
}

.main .all .proposals div.sortingRow-right {
    width: 99%;
    height: 27px;
    text-align: right;
    border: 1px solid #c69c6d;
    border-radius: 2px;
    text-shadow: 0 1px 0 #fff;
    background: #fff;
    padding: 3px 0px;
}

.main .all .proposals div.sortingRow-right div {
    width: auto;
    height: auto;
}

.section_items {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.responsive {
    text-align: center;
}

.responsive img {
    margin: auto;
}

.btn_more {
    display: block;
}

.section_link_list {
    display: block;
    margin-bottom: 18px;
}

.section_link_list:hover {
    border-bottom-color: #B34D00;
}

.section_links_list {
    padding-left: 20px;
    border-left: 1px solid #E5E5E5;
}

.section_links_title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

#search {
    background: #FFFFFF;
    display: grid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.searchItem a {
    display: block;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
}

.searchItem {
    max-width: 150px;
    display: block;
    margin: 10px auto;
}

.searchItem img {
    height: 76px;
    min-width: 76px;
    object-fit: none;
    margin: 0 auto;
    display: block;
    background: url(https://www.gostpp.ru/images/search/EllipseH.png) no-repeat center;
}

.searchItem:hover img {
    background: url(https://www.gostpp.ru/images/search/Ellipse.png) no-repeat center;
}

.searchBlock {
    max-width: 500px;
    position: relative;
    border-radius: 20px;
    margin: 60px auto;
}

.topSearch {
    background: #F4F0EF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 1px solid #C1C1C1;
}

.topSearch #smartInput {
    width: 80%;
    background: #F4F0EF;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    margin: 15px 0 10px 30px;
}

.topSearch #smartInput:focus {
    outline-width: 0;
}

table.title-search-result {
    height: 376px;
    width: 500px !important;
    margin: 0px auto;
}

.filterStr {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    background: white;
    padding-left: 30px;
    padding-top: 10px;
}

div.title-search-result {
    left: calc(50% - 250px) !important;
    width: 500px !important;
    top: 108px !important;
}

.main .all .navigation .navigation-pages {
    display: block;
}

@media (max-width:563px) {
    .main .all .proposals div.item {
        height: auto;
    }
}

.backmodal {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 2;
    background: #000000a3;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#dle-content {
    background: #fdf9f6;
}

#header-menu.dropMenu ul {
    margin-left: 8px;
    padding-top: 10px;
}

@media (max-width:864px) {
    .main .all .proposals {
        padding: 20px 0 0;
        width: 500px;
    }

    .main .all .header .dropMenu li:hover {
        height: 50px;
        overflow: visible;
        z-index: 12123;
    }

    .main .all .header .dropMenu li:hover ul li {
        height: auto;
    }

    .main .all .header .dropMenu li:hover ul {
        border: 1px solid #000;
        border-top: none;
        width: 100%;
        background: #fff;
    }

    #header-menu.dropMenu ul {
        margin-left: -1px;
    }
}

div.news-detail img {
    max-width: 100%;
}


.stars_after_head {
    user-select: none;
    height: 15px;
    margin-bottom: 30px;
    float: right;
    display: flex;
    margin-top: -27px;
}

.stars_after_head span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/review_star_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1);
    transition: .3s;
    margin: 0 1px;
}

.stars_after_head span.active {
    filter: grayscale(0);
}

.block_choose_stars {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    height: 30px;
    margin-bottom: 30px;
}

.block_choose_stars span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/images/review_star_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1);
    transition: .3s;
    cursor: pointer;
}

.stars_after_head p {
    padding-bottom: 2px;
    font-size: 18px;
    margin-left: 7px;
}

.block_choose_stars span:hover~span {
    filter: grayscale(1);
}

.block_choose_stars:hover span,
.block_choose_stars span.active {
    filter: grayscale(0);
}

.item_info_section p {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}

.item_form_review {
    display: inline-block;
    vertical-align: top;
}

.item_form_review:first-child {
    margin-right: 30px;
}

.item_form_review>div {
    margin-bottom: 20px;
}

.item_info_section .item_form_review p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}

.item_info_section .item_form_review div input,
.item_info_section .item_form_review textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid gray;
    font-size: 16px;
}

.item_info_section .item_form_review textarea {
    width: 100%;
    box-sizing: border-box;
    height: 125px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.item_info_section .item_form_review div input::placeholder,
.item_info_section .item_form_review textarea::placeholder {
    font-weight: bold;
    opacity: 0.2;
}

.item_form_review:last-child {
    display: block;
    text-align: right;
}

.item_form_review:nth-child(2) {
    width: calc(100% - 251px);
}

.item_form_review input[type="submit"] {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    border: 3px solid transparent;
    padding: 10px;
    border-radius: 5px;
    background: #f86712;
    cursor: pointer;
    transition: .3s;
}

.item_form_review input[type="submit"]:hover {
    color: #f86712;
    border-color: #f86712;
    background: #fff;
}

.thx_review {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    background: darkseagreen;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s;
    height: 0;
    margin-bottom: -30px;
}

.thx_review.active {
    height: 50px;
    margin-bottom: 20px;
    transform: scaleY(1);
}

.item_info_section p.review_tab_title {
    font-weight: bold;
}

.main .all .proposals .stars_after_head.catalog_preview_review {
    float: initial;
    display: flex;
    margin-top: -10px;
    margin-bottom: 13px;
}

.main .all .proposals .stars_after_head.catalog_preview_review span {
    padding: initial;
    margin: 0;
}

.main .all .proposals .stars_after_head.catalog_preview_review p {
    font-size: 15px;
}

.cookie_message {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 400px;
    background: #0000007a;
    color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    display: none;
    max-width: 90%;
    z-index: 99;
}

.cookie_message a {
    color: #fff;
    font-weight: bold;
}

.cookie_message span {
    font-size: 16px;
    cursor: pointer;
    display: block;
    padding: 8px 16px;
    background: #ff7e00;
    width: 160px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;
}

.callback_article_block {
    text-align: center;
    background: #e9dace;
    padding: 20px 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.callback_article_block p.callback_title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.callback_article_block p.callback_title+p {
    padding: 0 10% 20px;
}

.statistic_aritcle_block {
    text-align: center;
    margin: 20px 0px 10px;
    border: 1px solid #A2A2AA;
    border-width: 1px 0 1px 0;
    padding: 10px;
    margin-bottom: 25px;
}

.statistic_aritcle_block div.block_inside_stat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin: 10px 20px;
    vertical-align: top;
}

.statistic_aritcle_block div.block_inside_stat img {
    width: 40px;
    margin-right: 10px;
    object-fit: scale-down;
    height: 40px;
}

.statistic_aritcle_block div div span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    color: #6D717E;
}

.statistic_aritcle_block div div span:last-child {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    color: #1A1F2A;
    margin-top: 3px;
}

.statistic_aritcle_block {
    text-align: center;
    margin: 20px 0px 10px;
    border: 1px solid #c69c6d;
    border-width: 1px 0 1px 0;
    padding: 10px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.stars_rating img {
    cursor: pointer;
    transition: .3s;
    margin: 0 1px;
}

.stars_rating img:not(.active),
.stars_rating img:hover~img {
    filter: grayscale(1);
    opacity: 0.4;
}

.stars_rating img:hover {
    filter: initial;
    opacity: 1;
}

.bottom_social_block .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
    width: 31px;
    height: 31px;
    background: #fff;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: .3s;
}

.bottom_social_block .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:hover {
    border-color: #c69c6d;
    transform: translateY(-2px);
}

.bottom_social_block .rating_block .stars_rating {
    margin: 10px 0;
}

.bottom_social_block .rating_block p {
    padding-bottom: 0;
}

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

.tags_block a:not(:last-child) {
    border-right: 1px solid #c69c6d73;
    padding-right: 5px;
    margin-right: 5px;
}

.tags_block p {
    display: inline-block;
    margin-right: 5px;
}



/* Adaptive */

@media screen and (max-width: 564px) {
    .slider_in_articles .item.saleItem {
        max-width: 239px;
    }

    .stars_after_head:not(.catalog_preview_review) {
        margin-top: 0;
        justify-content: center;
        float: initial;
        margin-bottom: -10px;
    }

    .bottom_social_block {
        flex-direction: column;
    }

    .rating_block {
        margin-bottom: 30px;
    }

    .statistic_aritcle_block {
        flex-direction: column;
    }
}

.review-form-thanks {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: #f86712;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.review-form {
    padding: 40px 20px;
    background: #f9f9f9;
    width: 69%;
}

.review-form_inner {
    display: flex;
    justify-content: flex-start;
}

.form-group {
    position: relative;
    margin: 10px 0;
}

.review-label {
    margin-bottom: 5px;
}

.form-control.name {
    color: var(--text_color);
    font: 14px var(--font_family);
    display: block;
    width: 200px;
    height: 37px;
    padding: 0 15px;
    transition: .2s linear;
    border: 1px solid #e1e1e1;
    margin-right: 15px;
}

.form-control.phone {
    color: var(--text_color);
    font: 14px var(--font_family);
    display: block;
    width: 200px;
    height: 37px;
    padding: 0 15px;
    transition: .2s linear;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.form-control.text {
    color: var(--text_color);
    font: 14px var(--font_family);
    display: block;
    width: 90%;
    height: 130px;
    padding: 5px 15px;
    transition: .2s linear;
    border: 1px solid #e1e1e1;
}

.btn.btn-review {
    color: #fff;
    font: 700 var(--font_size)/37px var(--font_family);
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    border: none;
    border-radius: 5px;
    background: #e57530;
    text-decoration: none;
    text-align: center;
    line-height: 41px;
    width: 232px;
    height: 41px;
}

.review-answer {
    padding: 0 15px;
}

.form-control {
    margin: 0px 0px 15px;
}

.news-items {
    display: flex;
    padding: 25px;
    transition: .2s linear;
    border: 2px solid #e1e1e1;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0;
}

.review-inner {
    width: 100%;
    margin-bottom: 10px;
}

.review-inner__title {
    font-weight: 600;
}

.review-inner__text {
    margin-top: 5px;
}

.review-inner.link a {
    color: #181820;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 20px 10px 20px;
}

.review-inner.small {
    font-size: 16px;
    padding: 0px 20px 10px 20px;
}

.page_wrapper .text b {
    border: 1px solid #939393;
    padding: 2px 6px;
    color: #939393;
    margin: 0px 5px;
}

.page_wrapper .text a {
    padding: 2px 6px;
    color: #505050;
    margin: 0px 5px;
}

.page_wrapper .text {
    color: #505050;
    display: block;
    margin: 10px 0;
}

.article_author {
    margin: 0px 50px;
}

.article_author_rating {
    margin: 5px 50px 0;
    display: flex;
}

.article_author-block {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.activity_date_prew {
    margin-top: 10px;
}

.preview_picture {
    max-width: 200px;
    max-height: 100px;
    object-fit: cover;
    padding-right: 10px;
}

.news-item_block {
    display: flex;
}

.article_author-img {
    width: 20px;
    top: 5px;
    position: relative;
    margin-right: 5px;
}

.article_author_rating .stars_rating img {
    cursor: pointer;
    transition: .3s;
    margin: 0 1px;
    width: 15px;
}

.article_author_rating .stars_rating {
    position: relative;
    top: 8px;
}

.article_author-img.rating__img {
    margin: 0 5px 0px 15px;
    width: 20px;
}

.adaptivus {
    display: none;
}

@media (max-width:864px) {

    .section_items {
        justify-content: space-around;
    }

}

.pricelist {
    font-family: 'Calibri';
}

.pricelist-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.pricelist-section-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #c69c6d;
    background: #c9bc94;
    text-align: left;
}

.pricelist-section-body {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #c69c6d;
}

.pricelist-section-body-head {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    font-size: 18px;
    margin-bottom: 10px;
}

.pricelist-section-body-head div:nth-child(2),
.pricelist-section-body-head div:nth-child(3),
.pricelist-section-body-head div:nth-child(4) {
    text-align: center;
}

.pricelist-section-body-el {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.pricelist-section-body-el div {
    display: flex;
    align-items: center;
    padding: 7px;
}

.pricelist-section-body-el div:nth-child(1),
.pricelist-section-body-el div:nth-child(2),
.pricelist-section-body-el div:nth-child(3) {
    border-right: 1px solid #c69c6d;
}

.pricelist-section-body-el div:nth-child(2),
.pricelist-section-body-el div:nth-child(3),
.pricelist-section-body-el div:nth-child(4) {
    justify-content: center;
}

.pricelist-section-body-el a {
    text-decoration: underline;
    font-size: 14px;
    color: #1E4844;
    text-align: left;
}

.pricelist-section-body-el-price {
    font-size: 20px;
    font-weight: 700;
    color: #1E4844;
}

.pricelist-section-body-el-price span {
    font-size: 14px;
    font-weight: 400;
}

.article_text {
    background: #f5f5f5;
    padding: 20px;
    font-size: 15px;
    line-height: initial;
}

.article_text *:is(ul, ol) {
    padding-left: 20px;
}

.article_text *:is(h2, h3) {
    margin-top: 40px;
}


div.news-detail img.float_right {
    float: right;
    margin: 10px 0;
    margin-left: 30px;
    max-width: 350px;
    display: block;
}

div.news-detail img.float_left {
    float: left;
    margin: 10px 0;
    margin-right: 30px;
    max-width: 350px;
    display: block;
}
img.img_border {
    border: 3px solid #000;
    box-shadow: 2px 2px 2px gray;
}

.whatsappscroll {
    width: 64px;
    height: 64px;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 150px;
    right: 40px;
}

.whatsappscroll img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 497px){
    .whatsappscroll,
    .scrollToTop{
        width: 40px;
        height: 40px;
        right: 10px;
        background-size: contain;
    }
}
.backmodal.header_form div#forminbox {
    padding: initial;
}
.backmodal.header_form .submit {
    padding: 13px 20px;
    width: 136px;
    height: 44px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #2D5C54;
    cursor: pointer;
    outline: none;
    border: none;
    margin-top: 10px;
}
.stl-fw-bold {
    font-weight: bold;
}
.stl-fw-bold--500 {
    font-weight: 500;
}
@media only screen and (max-width:864px) {
    .main .all .header .dropMenu li span {
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        display: inline-flex !important;
        padding: 0 8px;
        height: 50px;
    }

    p.px-40-m {
        padding: 0 40px;
    }

    div.news-detail img.float_right, div.news-detail img.float_left{
        float: initial;
        margin: 15px auto;
        max-width: initial;
        width: 80%;
    }
}

@media only screen and (max-width:424px) {
    .main .all .header .dropMenu {
        top: 130px;
    }
}

.main .all .header .menu-burger {
    display: none;
    cursor: pointer;
}

.main .all .header .menu .contacts-block {
    display: none;
}

.main .all .header .search-time-title {
    display: none;
}

.main .all .header .search-time-vs {
    display: none;
}

@media (max-width: 864px) {
    .main .all .header.fixed {
        height: 80px;
    }
    .fixed #search2 {
        display: flex;
    }

    .fixed .city {
        display: block;
    }

    .header.fixed .cart {
        display: block;
    }

    .main .all .header.fixed .cart span {
        display: none;
    }

    .main .all .header {
        width: 500px;
        height: 80px;
    }

    .main .all .header .logo {
        background-size: 100% 100%;
        width: 80px;
        height: 65px;
        top: 7px;
        left: 18px;
    }

    .main .all .header.fixed .menu {
        top: 100px;
    }

    .fixed .header-link {
        display: block;
    }

    .main .all .header.fixed .dropMenu {
        top: 130px;
    }

    body #search2 {
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
    }

    body #search2 form {
        position: absolute;
        top: 23px;
        left: 120px;
        width: 184px;
        height: 28px;
    }

    .city {
        position: relative;
        left: 0;
        top: 0;
    }

    .currentRegion {
        position: absolute;
        left: 120px;
        top: 53px;
        display: flex;
        width: 100%;
    }

    .city .yourcity {
        left: 120px;
        top: 73px;
    }

    .currentRegion a {
        color: #f86712;
        padding-left: 5px;
    }

    .main .all .header .menu-burger {
        display: flex;
        flex-direction: column;
        gap: 3px;
        width: 48px;
        height: 42px;
        position: absolute;
        top: 19px;
        right: 94px;
    }

    .main .all .header .menu-burger span {
        border-radius: 10px;
        background-color: #2FB878;
        width: 100%;
        height: 12px;
    }

    .main .all .header .cart {
        top: 11px;
        right: 28px;
        width: 53px;
        height: 58px;
        border-top: none;
        background: url(/images/icons/cart-mobile.png) no-repeat;
    }

    .main .all .header.fixed .cart {
        height: 58px;
    }

    a.cart-desk {
        display: block;
        top: 7px;
        right: 28px;
        width: 53px;
        height: 58px;
        opacity: 0;
    }

    a.cart-mobil {
        display: block;
    }

    .main .all .header .menu-burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 10px);
    }

    .main .all .header .menu-burger.active span:nth-child(2) {
        opacity: 0;
    }

    .main .all .header .menu-burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(11px, -11px);
    }

    .main .all .header .menu-burger span {
        transition: all 0.3s ease;
    }

    .main .all .header .menu {
        display: none;
        flex-direction: column;
        top: 100px;
        left: 21px;
        width: 450px;
    }

    .main .all .header .menu li {
        border-bottom: 1px solid #000000;
        width: 100%;
        margin-bottom: 8px;
        padding-bottom: 2px;
        cursor: pointer;
        display: flex;
    }

    .main .all .header .menu li:hover {
        border-bottom: 1px solid #f86712;
    }

    .main .all .header .menu li:hover a {
        color: #f86712;
    }

    .main .all .header .menu .contacts-block:hover {
        border-bottom: 1px solid #000000;
        cursor: inherit;
    }

    .main .all .header .menu .contacts-block:hover a {
        color: #000;
    }


    .main .all .header .menu li a {
        display: block;
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-weight: 400;
    }

    .main .all .header .menu li a:hover {
        text-decoration: none;
    }

    .main .all .header .menu .catalog-open {
        display: flex;
        order: 1;
        margin-bottom: 16px;
    }

    .main .all .header .menu .catalog-open.open {
        background-image: url(/images/icons/Arrow1.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 67px 20px;
        width: 95%;
    }

    .main .all .header .menu li.catalog-open.open {
        padding-bottom: 10px;
    }

    .main .all .header .menu li.faq { order: 4; }
    .main .all .header .menu li:nth-child(1) { order: 2; }
    .main .all .header .menu li:nth-child(2) { order: 3; }
    .main .all .header .menu li:nth-child(5) {
        order: 5;
        margin-top: 93px;
    }
    .main .all .header .menu li.contacts { order: 6; }
    .main .all .header .menu li.contacts-block { order: 7;}

    .main .all .header .myaso {
        left: 21px;
        top: 233px;
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 1px solid #000000;
        width: 462px;
        padding-bottom: 2px;
        display: none;
        text-decoration: none;
        z-index: 10;
    }

    .main .all .header .news {
        left: 21px;
        top: 264px;
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 1px solid #000000;
        width: 462px;
        padding-bottom: 2px;
        display: none;
        text-decoration: none;
        z-index: 10;
    }

    .main .all .header .articles {
        left: 21px;
        top: 295px;
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 1px solid #000000;
        width: 462px;
        padding-bottom: 2px;
        display: none;
        text-decoration: none;
        z-index: 10;
    }

    .main .all .header .menu .contacts-block {
        display: flex;
        margin-top: 25px;
        border: 1px solid #000;
        border-radius: 12px;
        height: 211px;
        padding: 22px 14px;
        font-family: "Inter", sans-serif;
        font-size: 20px;
        font-weight: 700;
        width: 432px;
    }

    .main .all .header .search-time-title {
        display: none;
        position: absolute;
        left: 35px;
        top: 566px;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #9C9999;
        z-index: 10;
    }

    .main .all .header .search-time-vs {
        display: none;
        position: absolute;
        left: 35px;
        top: 623px;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 400;
        z-index: 10;
    }

    .main .all .header .adaptivus {
        position: absolute;
        left: 35px;
        top: 588px;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 400;
        width: 200px;
        display: none;
        flex-direction: column;
        gap: 3px;
        z-index: 10;
    }

    body #search2 .search-time {
        display: none;
    }


    .main .all .header .phone.phone2 {
        left: 35px;
        top: 520px;
        font-family: "Inter", sans-serif;
        font-size: 22px;
        font-weight: 400;
        border-bottom: none;
        padding-left: 42px;
        display: none;
        z-index: 10;
    }

    .main .all .header .phone span {
        color: inherit;
    }

    .minIcon {
        width: 35px;
        height: 35px;
        top: 513px;
        right: 0;
        left: 32px;
        display: none;
        z-index: 10;
    }

    .minIcon img {
        width: 35px !important;
        height: 35px;
    }

    .main .all .header .call {
        left: 35px;
        top: 480px;
        font-family: "Inter", sans-serif;
        font-size: 22px;
        font-weight: 400;
        border-bottom: none;
        padding-left: 42px;
        display: none;
        z-index: 10;
    }

    .main .all .header .call:before {
        position: absolute;
        top: -3px;
        left: 0;
        width: 28px;
        height: 28px;
        background: url(/images/icons/phone.png) 0 0 no-repeat;
        content: '';
    }



    .main .all .header .dropMenu {
        display: none;
        flex-direction: column;
        left: 21px;
        width: 92.5%;
        top: 130px;
    }

    .main .all .header .menu {
        display: none;
    }

    .main .all .header .dropMenu .header-menu__item.first {
        border-left: 1px solid #000;
        border-top: 1px solid #000;
    }

    .main .all .header .dropMenu .header-menu__item {
        float: left;
        border-top: none;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        background: #fff;
        height: 50px;
        position: relative;
        z-index: 1;
    }

    .main .all .header .dropMenu .header-menu__item::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 10px;
        width: 25px;
        height: 20px;
        background-image: url(/images/icons/Arrow4.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .main .all .header .dropMenu .header-menu__item.open::after {
        background-image: url(/images/icons/Arrow1.png);
        width: 67px;
        z-index: -1;
    }

    .main .all .header .dropMenu .header-menu__item:hover {
        border-top: none;
    }
    .main .all .header .dropMenu .header-menu__item.first:hover {
        border-top: 1px solid #000;
    }

    .main .all .header .dropMenu .header-menu__item span {
        background: none;
        justify-content: flex-start;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-transform: inherit;
    }

    .main .all .header .dropMenu .header-menu__item:hover span {
        background: none;
    }

    .main .all .header .dropMenu .header-menu__item ul {
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
        position: relative;
        z-index: 100;
    }

    .main .all .header .dropMenu .header-menu__item ul li a {
        display: block;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #000000;
        padding-bottom: 5px;
        text-decoration: none;
    }

    #search2 form:focus-within {
        width: 184px;
    }

    .main .all .header .dropMenu li:hover ul li {
        padding: 0 12px 6px 20px;
    }
    .main .all .header .dropMenu li ul li {
        padding: 0 12px 6px 20px;
    }
    .main .all .header .dropMenu li:hover.first ul li {
        padding: 0 12px 6px 20px;
    }

    .header.fixed+.proposals, .header.fixed+#dle-content {
        margin-top: 0px;
    }
}

@media (max-width: 563px) {
    .main .all .header {
        width: 100%;
    }
    .nav__trigger {
        display: none;
    }

    body #search2 {
        display: flex;
    }

    .city .regionString {
        display: block;
    }

    .city {
        text-align: left;
    }

    body .main .all .header .call {
        left: 35px;
        top: 480px;
    }

    .main .all .header .menu li.faq, .main .all .header .menu li.contacts {
        padding-left: 0;
    }

    .main .all .header .news, .main .all .header .myaso, .main .all .header .articles {
        width: 468px;
    }

    .main .all .header .search-time-title {
        width: 200px;
    }

    .main .all .header .dropMenu {
        z-index: 10;
    }
    .main .all .header.fixed {
        margin-left: 0;
        left: 0;
        width: 100%;
    }


}
@media (max-width: 530px) {
    .searchBlock {
        max-width: 400px;
    }
    #search {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 510px) {
    .main .all .header .menu li {
        padding-right: 0;
    }

    .main .all .header .news, .main .all .header .myaso, .main .all .header .articles {
        width: 450px;
    }
    .main .all .header .menu .contacts-block {
        width: 422px;
    }
    .main .all .header .dropMenu {
        width: 90%;
    }
}

@media (max-width: 500px) {
    .main .all .header .dropMenu {
        width: 88%;
    }
    .main .all .header.fixed .dropMenu {
        width: 88%;
    }
    .main .all .header .menu {
        width: 420px;
    }

    .main .all .header .news, .main .all .header .myaso, .main .all .header .articles {
        width: 420px;
    }

    .main .all .header .menu .contacts-block {
        width: 392px;
    }

    body #search2 form {
        left: 114px;
        width: 144px;
    }
    #search2 form:focus-within {
        width: 144px;
    }

    .currentRegion {
        left: 114px;
    }

    .city .yourcity {
        left: 114px;
    }


}

@media (max-width: 460px) {
    .main .all .header .dropMenu {
        width: 85%;
    }
    .main .all .header.fixed .dropMenu {
        width: 85%;
    }
    .main .all .header .menu {
        width: 380px;
    }

    .main .all .header .news, .main .all .header .myaso, .main .all .header .articles {
        width: 380px;
    }

    .main .all .header .menu .contacts-block {
        width: 352px;
    }

    body #search2 form {
        left: 114px;
        width: 144px;
    }

    .currentRegion {
        left: 114px;
    }

    .city .yourcity {
        left: 114px;
    }


    .main .all .header.fixed .menu-burger {
        right: 94px;
    }

    .main .all .header.fixed .cart {
        right: 18px;
    }
}

@media (max-width: 430px) {
    .main .all .header .dropMenu {
        width: 85%;
    }
    .main .all .header.fixed .dropMenu {
        width: 85%;
    }

    .main .all .header .menu {
        width: 350px;
    }

    .main .all .header .news, .main .all .header .myaso, .main .all .header .articles {
        width: 350px;
    }

    .main .all .header .menu .contacts-block {
        width: 322px;
    }

    body #search2 form {
        left: 114px;
        width: 144px;
    }

    .currentRegion {
        left: 114px;
    }

    .city .yourcity {
        left: 114px;
    }

    .main .all .header .menu-burger {
        right: 74px;
    }

    .main .all .header .cart {
        right: 10px;
    }
    .searchBlock {
        max-width: 350px;
    }
    .main .all .header.fixed .menu-burger {
        right: 74px;
    }

    .main .all .header.fixed .cart {
        right: 10px;
    }
}

@media (max-width: 400px) {
    .main .all .header .dropMenu {
        width: 90%;
    }

    .main .all .header.fixed .dropMenu {
        width: 90%;
    }
    .main .all .header .menu {
        width: 320px;
    }

    .main .all .header .news, .main .all .header .myaso, .main .all .header .articles {
        width: 320px;
    }

    .main .all .header .menu .contacts-block {
        width: 292px;
    }

    body #search2 form {
        left: 104px;
        width: 124px;
    }
    #search2 form:focus-within {
        width: 124px;
    }

    .currentRegion {
        left: 104px;
    }

    .city .yourcity {
        left: 104px;
    }
}

@media (max-width: 370px) {
    .main .all .header .dropMenu {
        width: 85%;
    }

    .main .all .header.fixed .dropMenu {
        width: 85%;
    }

    .main .all .header .logo {
        left: 5px;
    }
    .main .all .header .menu {
        width: 290px;
    }

    .main .all .header .news, .main .all .header .myaso, .main .all .header .articles {
        width: 290px;
    }

    .main .all .header .menu .contacts-block {
        width: 262px;
    }

    body #search2 form {
        left: 94px;
        width: 114px;
    }
    #search2 form:focus-within {
        width: 114px;
    }

    .currentRegion {
        left: 94px;
    }

    .city .yourcity {
        left: 94px;
    }

    .searchBlock {
        max-width: 300px;
    }
}