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

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    border: none;
    border-collapse: collapse;
    padding: 0;
}

embed {
    vertical-align: top;
}

.video embed,
.video object,
.video iframe {
    height: auto;
    width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

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

textarea {
    overflow: auto;
    vertical-align: top;
}

:focus, :active, :hover {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"],
input[type="email"] {
    -webkit-appearance: none;
}

html,
body {
    /*background: #FCFCFC;*/
    color: #000009;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    line-height: 1;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

img {
    height: auto;
    max-width: 100%;
}

input,
textarea,
select {
    color: #000009;
}

input[type=text],
input[type=email] {
    -webkit-appearance: none;
}

.button {
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt', sans-serif;
    letter-spacing: -0.02em;
    line-height: 1.2;
    outline: none;
    padding: 15px 40px;
}

.button_brown {
    background: #D19C69;
    border: none;
}

.button_white {
    border: 1px solid #D19C69;
    background: #FFFFFF;
    color: #000;
}

/* WRAPPER */

.wrapper {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 20px;
    width: 100%;
}

.wrapper_noPadding {
    padding: 0;
}

/* HEADER */

.header {
    background: #FCFCFC;
}

.headerWrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.headerSubGroup {
    align-items: center;
    display: flex;
}

.header__logoWrapper {
    margin-right: 20px;
}

.header__SearchWrapper {
    flex-grow: 2;
}

.s_header_menu {
    /*background: #FCFCFC;*/
    /*border-top: 1px solid #F0F0F0;*/
    /*border-bottom: 1px solid #F0F0F0;*/
    background: #D19C69;
}

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

.phonesBlock {
    display: flex;
    flex-direction: column;
    padding: 0 20px
}

.phonesBlock a {
    color: #000000;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 4px;
}

.phonesBlock a.headerMailLink {
    font-size: 16px;
    margin-bottom: 0;
}

.phonesBlock a:visited {
    color: #000000;
}

.phonesBlock a:hover {
    color: #000000;
    text-decoration: none;
}

.phonesBlock a.headerMailLink:hover {
    text-decoration: underline;
}

.phonesBlock__info {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.header__hamburger, .headerNav_adaptive {
    display: none;
}

.header.fixed {
    padding-bottom: 54px;
}

.header.fixed .s_header_menu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 150;
    width: 100%;
}

.header__logoWrapper a {
    display: block;
}

.logo__desc {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    opacity: 0.7;
}


.socialLinks {
    display: flex;
    justify-content: space-around;
}

.socialLinks__item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1A1A1A;
    font-size: 25px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #ffffff;
    line-height: 1;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.socialLinks__item:hover {
    background: #3d6494;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*Top Cart*/

.topCart {
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    padding: 10px;
    text-transform: uppercase;
}

.cartCountWrapper {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #000000;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    height: 44px;
    width: 44px;
}

.cartCountWrapper avg {
    height: 24px;
    width: 24px;
}

.cartCount {
    align-items: center;
    background: #1A1A1A;
    border-radius: 12px;
    color: #fff;
    display: flex;
    font-size: 12px;
    line-height: 1;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
    height: 20px;
    width: 20px;
}

.cartSumWrapper {
    align-items: center;
    display: flex;
    font-size: 16px;
}


/* common */


.mainTitle {
    color: #000000;
    font-family: 'Gilroy', 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 40px;
}

hr {
    background: #f3f3f4;
    height: 1px;
    border: none;
    width: 100%;
}

.headerNav {
    margin-bottom: 0;
}

.headerNav__list {
    display: flex;
    justify-content: space-between;
}

.headerNav__item {
    position: relative;
}

.headerNav__item a {
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    vertical-align: middle;
    display: block;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
    text-transform: uppercase;
}

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


.headerNav__item .headerNav__submenu {
    background: #FCFCFC;
    border: 1px solid #F0F0F0;
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /*z-index: 2;*/
    z-index: 200;

    min-width: 270px;
    left: -20px;
}

.headerNav__item:hover .headerNav__submenu {
    box-shadow: 0px 10px 20px -10px rgb(13 14 14 / 25%);
    opacity: 1;
    visibility: visible;
}

.headerNav__item .headerNav__submenu__item {
}


.headerNav__item .headerNav__submenu a {
    color: #000000;
    font-size: 18px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: normal;
    line-height: 24px;
    padding: 15px 30px;
    text-transform: none;

    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.headerNav__item .headerNav__submenu a:hover {
    background: #F5F2EB;
}


/* MAIN PAGE */
.mainSlider {

}

.mainSlider__item {
    padding: 80px 0;
    position: relative;
}

.mainSlider__itemContent {
    width: 46%;
}

.mainSlider__itemImg {
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.mainSlider__item__title {
    color: #000000;
    font-family: 'Gilroy', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}

.mainSlider__item__descr {
    color: #000000;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 50px;
}

.mainSlider__button {
    display: inline-block;
    font-size: 16px;
}

.slider_prev{
    background: url(../images/prev.svg) center center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}

.slider_next{
    background: url(../images/next.svg) center center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}


.owl-dots {
    text-align: center;
}

.owl-dot {
    width: 50px !important;
    height: 3px !important;
    background: #f3f3f4 !important;
    margin: 30px 5px 0;
    outline: none;
}

.owl-dot.active {
    background: #D19C69 !important;
}

.mainSlider.owl-carousel .owl-nav button {
    position: absolute;
    top: 45%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainSlider.owl-carousel .owl-nav span:hover {
    color: #00959c;
}

.mainSlider.owl-carousel .owl-nav span {
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.mainSlider.owl-carousel .owl-nav button.owl-prev, .mainSlider.owl-carousel .owl-nav button.owl-next {
    background: #f3f3f4;
    font-size: 20px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 10;
}

.mainSlider.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}

.mainSlider.owl-carousel .owl-nav button.owl-next {
    right: -60px;
    transform: translateY(-50%) rotate(180deg);
}


.mainSlider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mainSlider.owl-carousel .owl-nav span:hover {
    color: #00959c;
}

.mainSlider.owl-carousel .owl-nav span {
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}




/* section */

.s_mainSectionList {
    background: #fff;
    padding: 80px 0;
}

.mainSectionList {

}

.s_categories {
    background: #FCFCFC;
    padding: 80px 0 40px;
}

.s_advantages {
    background: #FCFCFC;
    padding: 80px 0 60px;
}

.s_consult {
    background: #fff;
    padding: 80px 0;
}

.s_feedback {
    background: #FCFCFC;
    padding: 80px 0 40px;
}



/* consult block */

.consultBlock {
    background: #FCFCFC;
    box-shadow: 0px 30px 40px rgb(212 217 232 / 20%);
    border-radius: 5px;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}

.consultBlock__illustr {
    background: #D19C69;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;

    height: 526px;
    width: 526px;

    transform: translate(90px, -50%);
    z-index: 1;
}

.consultBlock__illustr::after {
    content: '';
    border: 1px solid #D19C69;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 590px;
    width: 590px;
    z-index: 1;
}

.consultBlock__left {
    padding: 40px;
    width: 50%;
}

.consultBlock__right {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 90px;
    position: relative;
    width: 30%;
    z-index: 2;
}

.consultBlock__right .button {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 5px 0;
    max-width: 240px;
}

.consultBlock__right svg {
    margin-right: 10px;
    min-width: 22px;
    height: 20px;
    width: 22px;
}

.consultBlock__title {
    color: #000000;
    font-family: 'Gilroy', 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.consultBlock__text {
    font-size: 20px;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 300;
    line-height: 1.4;
}


/* categories */

.categories__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1%;
    width: auto;
}

.categories__item {
    background: #FCFCFC;
    border-radius: 5px;
    margin: 0 1% 2%;
    position: relative;
    width: 31.333%;

    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.categoriesItem__img {
    border-radius: 5px;
    height: 300px;
    overflow: hidden;
}

.categories__item:hover {
    box-shadow: 0px 30px 40px rgb(212 217 232 / 20%);
}

.categories__item a {
    display: block;
}

.categories__item a:hover {
}

.categories__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.categories__item__desc {
    padding: 20px;
    text-align: center;
}

.categories__item__title {
    color: #000000;
    font-size: 24px;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 20px;
}

.categories__item__text {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.categories__item__button {
    display: inline-block;
    text-align: center;
    padding: 15px 90px;
}

.subscribeButton{
    display: block;
}

.tover_link_wrapper {
    display: block;
}


/* section list */


.sectionListWrapper {
    display: flex;
    align-items: flex-start;
}

.sectionListSidebar {
    width: 24%;
}

.sectionListContentWrapper {
    margin-left: 2%;
    width: 74%;
}

.sectionListContentWrapper.sectionListWrapper_noSidebar {
    margin-left: 0;
    width: 100%;
}

.popularSection, .innerSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    width: auto;
    margin: 0 -1%;
}

.catalog-item {
    background: #fff;
    margin: 0 1% 2%;
    position: relative;
    width: 31.3333%;
}

.popularSection .catalog-item {
    margin: 0 1% 40px;
    width: 23%;
}

.catalog-item:hover {
    box-shadow: 0px 4px 18px rgb(0 0 0 / 6%);
    transition: all 0.4s ease 0s;
    z-index: 2;
}

.itemBlockHover {
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 10%);
    display: none;
    position: absolute;
    top: 100%;
    padding: 15px;
    left: 0;
    right: 0;
    transform: translateY(-15px);
    z-index: 25;
}

.catalog-item:hover .itemBlockHover {
    display: block;
}

.catalog-item img {
    margin-bottom: 20px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog-item__name {
    color: #000000;
    display: block;
    font-size: 18px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 60px;
}

.itemPriceBlock {
    display: flex;
    flex-direction: column;
}

.itemPrice__wrapper {
    display: flex;
    flex-direction: column;
}

.item__price {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1.4;
}

.item__measureUnit {
    color: #b3b3b2;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1;
}

/* подарки в корзине */

.basketPodarokItem {
    margin: 0 0.5% 40px;
    padding: 15px 15px 0;
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 19%);
    width: 24%;
}


/* horiz filter */

.have-filter-horizontal {
    flex-wrap: wrap;
}

.have-filter-horizontal .sectionListSidebar {
    margin: 0 0 20px;
    width: 100%;
}

.have-filter-horizontal .sectionListContentWrapper {
    margin: 0;
    width: 100%;
}

.have-filter-horizontal .innerSection {
    margin: 0 -0.5%;
}

.have-filter-horizontal .catalog-item {
    margin: 0 0.5% 40px;
    width: 24%;
}


/* товары */

.catalog-item__img {
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.catalog-item__img img {
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* END товары */


.item__wrapper {
    padding: 0 10px 20px;
}

.feedbackSlider {
    text-align: left;
    margin-bottom: 20px;
}

.feedbackSlider::before {
    background: url(../images/dots.svg) no-repeat;
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: -80px;
    width: 150px;
    height: 150px;
    background-size: contain;
    z-index: -1;
}

.feedbackSlider__item {
    padding: 30px;
    text-align: center;
}

.feedbackSlider__text {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    color: #000000;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    padding: 40px 60px;
    position: relative;
}

.feedback__triangle {
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;

    border-color: rgb(255, 255, 255) transparent transparent;
    border-width: 16px 12px 0px;

    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    position: absolute;
}

.feedbackSlider__title {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.feedbackSlider__title__name {
    color: #18191F;
    font-size: 18px;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.feedbackSlider__title__llc {
    color: #474A57;
    /*font-family: 'Gilroy';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}


/*.readMoreModal {*/
/*    padding-top: 20px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    font-family: 'Proxima Nova Rg', sans-serif;*/
/*    line-height: 1;*/
/*    display: inline;*/

/*    color: #e1ab49;*/
/*    text-transform: none;*/
/*}*/

.client__list {
    align-items: start;
    columns: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 100px;
}

.client__list li {
    font-size: 16px;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    vertical-align: middle;

    padding: 0;
    margin-bottom: 5px;
    position: relative;
    width: 19.5%;
}

.client__list_mater {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 0.7;

    background: rgb(64, 98, 130);
    background: linear-gradient(45deg, rgba(64, 98, 130, 1) 0%, rgba(218, 184, 122, 1) 100%);
    z-index: 1;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.client__list .client__list_text {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 20;
    font-size: 17px;
}

.client__list li:hover .client__list_mater {
    opacity: 0.3;
}

/* advantages */

.advantages__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 -1%;
    width: auto;
}

.advantages__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0 1% 2%;
    width: 23%;
}

.advantages__icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    margin-bottom: 30px;
    background: #D19C69;
    width: 144px;
    height: 144px;
    justify-content: center;
    position: relative;
}

.advantages__icon::after {
    content: '';
    border: 1px solid #D19C69;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 154px;
    width: 154px;
}

.advantages__icon img {
    display: inline-block;
}

.advantages__desc {
    color: #000000;
    font-size: 18px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}

.advantages__title {
    color: #000000;
    font-size: 24px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* FOOTER */
.footer {
    background: #1A1A1A;
    color: #D9DBE1;
    padding: 80px 0;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
}

.footer__col {
}

.footer__logo {
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}

.footer__logo a {
    display: block;
    margin-bottom: 20px;
}

.footer__col__nav {
    margin: 0 10px;
}

.footer__navTitle {
    color: #fff;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.footer__nav li {
    margin-bottom: 14px;
}

.footer__nav a {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #D9DBE1;
    line-height: 1.2;
    text-decoration: none;
}

.footer__nav a:visited {
    color: #D9DBE1;
}

.footer__nav a:hover {
    color: #D9DBE1;
    text-decoration: underline;
}

.footer__phones {
    display: flex;
    flex-direction: column;
}

.footer__phones__item {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.footer__phones__item svg{
    margin-right: 10px;
    width: 19px;
}

.footer__phones__item a{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
}

.footer__CTA{
    margin-bottom: 15px;
}

.footer__CTA a{
    display: inline-block;
}

.footer__email{
    margin-bottom: 15px;
}

.footer__email__item{
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.footer__email__item svg{
    margin-right: 10px;
    width: 19px;
}

.footer__email__item a{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

.footer__time li {
    margin-bottom: 10px;
}

.footer__time a, .footer__time span {
    color: #D9DBE1;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1;
}

.footer__copyright {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1.4;
    text-align: left;
}

/* * MODAL
 * */
.modal {
    display: none;
}

.scroll-disable {
    overflow: hidden;
}

.fancybox-slide--html .fancybox-close-small {
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.fancybox-slide--html .fancybox-close-small:hover {
    color: #00959c;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.modal-default {
    background: #fff;
    border-radius: 3px;
    text-align: center;
    max-width: 600px;
    padding: 50px;
    width: 100%;
}

.modal-default__title {
    color: #000000;
    font-size: 26px;
    font-family: 'Gilroy', 'Arial', sans-serif;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 20px;
}

.modal-default__subTitle{
    color: #000000;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 40px;
}


.modal__personaldata {
    color: #000000;
    margin: 20px 0;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1.3;
}

.modal__personaldata a {
    display: inline-block;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1.3;
    text-decoration: underline;
}

.modal__personaldata a:hover {
    color: #00959c;
    text-decoration: none;
}

.default-form__group input {
    background: #ffffff;
    margin-bottom: 15px;
    width: 100%;
}

.default-form__group input[type=submit], .default-form__group button[type=submit] {
    background: #D19C69;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    height: auto;
    line-height: 45px;
    outline: none;
    padding: 0 20px;
    text-transform: uppercase;
}

.default-form__group textarea {
    border: #f3f3f4 1px solid;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1;
    padding: 15px 20px;
    margin-bottom: 15px;
    width: 100%;
}

.default-form__group button {
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: auto;
    width: 100%;
}

.default-form__group button, .default-form__group input {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #000000;
    line-height: 1.2;
    border: #f3f3f4 1px solid;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding: 15px 20px;
}

.default-form__group button::placeholder, .default-form__group input::placeholder {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #000000;
    line-height: 1;
    opacity: 0.6;
}

.form__inputTitle {
    text-align: left;
    margin: 0 0 5px;
}


#feedback-modal {
    text-align: left;
}

.form__radioInputWrapper{
    padding-top: 10px;
    margin-bottom: 20px;
}

.radioInputLabel {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 13px;
    padding: 0 0 0 30px;
    position: relative;
    text-align: left;
}

.default-form__group input[type=radio] {
    height: 16px;
}

.default-form__group input[type=radio].radioInput__input {
    display: none;
}

.radioInput__check {
    border: 2px solid grey;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;

    overflow: hidden;
    width: 16px;
    height: 16px;

    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.radioInput__check:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 8px;
    height: 8px;
    background: #D19C69;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.radioInput__input:checked ~ .radioInput__check {
    border-color: #D19C69;
}

.radioInput__input:checked ~ .radioInput__check:before {
    opacity: 1;
    visibility: visible;
}

.onclick-payment{
    padding-top: 20px;
}

.onclick-payment input{
    background: #D19C69;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt', sans-serif;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 40px;

    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    outline: none;
}

.onclick-payment input:hover{
    transform: scale(1.02);
}



/* element */

.s_element {
    background: #fff;
    padding: 40px 0 80px;
}

.element_topWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.element__description {
    box-sizing: border-box;
    padding-top: 50px;
}

.element__topSlider {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-right: 3%;
    width: 60%;
}

.item_top__slider, .item_top__slider__item {
    width: 100%;
}

.item_top__slider__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item_top__slider .slick-next {
    background: url(../images/item/icons/arrow-right-solid.svg) no-repeat;
    border-radius: 30px;
    right: 0;
    content: '';
}

.item_top__slider .slick-prev {
    background: url(../images/item/icons/arrow-left-solid.svg) no-repeat;
    border-radius: 30px;
    left: 0;
}

.item_top__slider .slick-arrow {
    border: none;
    bottom: -11%;
    color: transparent;
    cursor: pointer;
    height: 30px;
    margin: auto;
    position: absolute;
    width: 30px;
    z-index: 1;
}

.item_top__slider__nav {
    width: 80%;
    margin: 0 auto;
}

.item_top__slider__nav .item_top__slider__item {
    margin: 0 3px;
}




.element__topSpecification{
    background: #FCFCFC;
    margin-bottom: 20px;
}

.element__topSpecification table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.element__topSpecification table tbody {
    border-bottom: 1px solid #F0F0F0;
}

.element__topSpecification table tbody:last-child {
    border-bottom: none;
}

.element__topSpecification td {
    font-size: 14px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #F0F0F0;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

.element__shortDescr {
    margin-bottom: 20px;
}

.element__shortDescr p {
    font-size: 14px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 12px;
}

.element__shortDescr h4 {
    font-size: 16px;
    margin: 0 0 20px;
}

.element__buyBlock {
    border-radius: 4px;
    box-shadow: 0px 4px 18px rgb(0 0 0 / 6%);
    display: inline-block;
    text-decoration: none;
    padding: 25px;
    width: 37%;
}

.element__buyBlock h4 {
    text-decoration: none;
}

.element__price {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    /*margin-bottom: 20px;*/
}

.element__price span {
    font-size: 32px;
    vertical-align: baseline;
    font-weight: bold;
}

.element__counter{
    position: relative;
    margin: 0;
    width: 100%;
}

.item__buy__count__plus, .item__buy__count__minus {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: absolute;
    padding: 5px 7px;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.item__buy__count__plus:hover, .item__buy__count__minus:hover {
    opacity: 1;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.item__buy__count__plus {
    right: 5%;
}

.item__buy__count__minus {
    left: 5%;
}

.element__buyBlock li {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/*.element__buyBlock label,*/
.element__buyBlock input {
    /*width: 49%;*/
    font-family: "Open Sans", sans-serif;
    width: 100%;
}

/*.element__buyBlock label {*/
/*    font-size: 14px;*/
/*}*/

.element__buyBlock input {
    background: #FCFCFC;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    padding: 7px 15px;
    text-align: center;
}

.optPriceWrapper {
    font-size: 14px;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.element__consaltWrapper p {
    font-size: 16px;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.element__buyBlock .button {
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}

.element__buyBlock .button_transparent {
    color: #d8982a;
    border: 1px solid #d8982a;
    display: block;
    margin-bottom: 20px;
    border-radius: 4px;
}

.element__buyBlock p.item__buy__consult {
    color: #d8982a;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.item__buy__phone {
    color: #1A1A1A;
    display: inline-block;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
}

.element__buyBlock .socialLinks__item {
    width: 40px;
    height: 40px;
}

.element__description p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}

/* top slider */

.s_mainSlider {
    background: #fff;
    padding: 0 0 80px;
    position: relative;
    overflow: hidden;
}

.mainSlider{
    position: relative;
}

.mainSlider .owl-stage-outer{
    z-index: 10;
}

/*.mainSlider .owl-nav{*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*}*/

.mainSlider .owl-dots{
    position: relative;
    z-index: 10;
}

.mainSlider::before{
    background: #D19C69;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    height: 1000px;
    width: 1000px;
    transform: translate(30%, -35%);
    z-index: 1;
}

/*content*/

.articleWrapper, .dopSectionText {
    font-family: 'Proxima Nova Rg', sans-serif;
}

.articleWrapper p, .catalog-section-description p, .dopSectionText p {
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 20px;
}

.articleWrapper h2, .catalog-section-description h2, .pay_name, .dopSectionText h2 {
    font-family: 'Gilroy', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    margin: 25px 0;
}

.dopSectionText h3 {
    font-family: 'Gilroy', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin: 15px 0;
}

.product-item-detail-tab-content .articleWrapper h2:first-child {
    margin-top: 0;
}

.articleWrapper ul, .articleWrapper ol, .catalog-section-description ul, .dopSectionText ul {
    margin: 25px 0;
}

.articleWrapper ul li, .articleWrapper ol li, .catalog-section-description ul li, .dopSectionText ul li {
    font-family: 'Proxima Nova Lt', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    position: relative;
}

.articleWrapper ul li:before, .articleWrapper ol li:before, .catalog-section-description ul li:before, .dopSectionText ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 6px;
    height: 6px;
    background: #D19C69;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/*content*/

.advantages__wrapper hr {
    margin: 35px 0;
}

.button_subscr_section {
    display: inline-block;
}

.order_paySystem {
    align-items: center;
    display: flex;
}

.order_paySystem img {
    margin-left: 10px;
}

.order_payWrapper {
    margin-top: 20px;
}

.order_payWrapper form input[type=submit] {
    border: none;
    border-radius: 4px;
    outline: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 40px;

    background: #c59c54;
    background: linear-gradient(90deg, #d8982a 0%, #e2b259 50%, #d8982a 100%);
    font-weight: bold;
}

/* search */

.search-page .input-group {
    display: flex;
}

.search-page .input-group input {
    flex: 1;
    border-radius: 4px;
    padding: 5px 10px;

    border: 2px solid #c2c0bf;
}

.search-page .input-group-append {
    width: 140px;
    margin-left: 20px;
}

.search-page .input-group-append input {
    color: #fff;
    display: block;
    border: none;
    border-radius: 4px;
    padding: 12px 15px;
    position: relative;

    font-family: 'Proxima Nova Rg', sans-serif;

    font-size: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    text-transform: uppercase;

    background: #c59c54;
    background: linear-gradient(90deg, #d8982a 0%, #e2b259 50%, #d8982a 100%);
    font-weight: bold;

    width: 100%;
}

.search-page .input-group-append input:hover {
    background: #1A1A1A;
}

/* fix addToCart modal */

.allRubSimb {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    vertical-align: middle;
}

#newBasketModal {

}

.newBasketModal__imgWrapper {
    width: 100%;
    margin-bottom: 20px;
}

.newBasketModal__imgWrapper img {
    max-height: 60vh;
}

.newBasketModal__name {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.newBasketModal__price {
    margin-bottom: 20px;
}

.newBasketModal__price span {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.newBasketModal__actionWrapper {
    display: flex;
}

.newBasketModal__actionWrapper a {
    border: none;
    background: #D19C69;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;

    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1.2;
    margin: 0 10px;
    max-width: 320px;
    padding: 17px 15px 16px;
    position: relative;
    text-transform: uppercase;
    text-align: center;

    width: 100%;

    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.newBasketModal__actionWrapper a.added_cart_close {
    color: #000;
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}

/* common */

.halfWrapper {
    display: flex;
    flex-wrap: wrap;
}

.halfBlock50 {
    width: 50%;
}

.halfBlock50_padding {
    padding: 0 20px;
}


/* стрелки слайдера по наведению */

/*.firstScreenSlider.owl-carousel .owl-nav button.owl-prev {*/
/*    display: none;*/
/*    left: 5px;*/
/*    color: #fff;*/
/*    background: #1A1A1A;*/
/*    opacity: 1;*/
/*}*/

/*.firstScreenSlider.owl-carousel .owl-nav button.owl-next {*/
/*    display: none;*/
/*    right: 5px;*/
/*    color: #fff;*/
/*    background: #1A1A1A;*/
/*    opacity: 1;*/
/*}*/

/*.firstScreenSliderStart:hover .owl-prev{*/
/*    display: inline-block!important;*/
/*}*/

/*.firstScreenSliderStart:hover .owl-next{*/
/*    display: inline-block!important;*/
/*}*/


/* sdek */

.sdek_pvzLair a {
    background: linear-gradient(90deg, #d8982a 0%, #e2b259 50%, #d8982a 100%);
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 13px 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.sdek_pvzLair a:hover {
    color: #fff;
}


.bx-soa-customer .form-group[data-property-id-row="22"], #soa-property-22 {
    display: none;
}

.bx-soa-customer .form-group[data-property-id-row="23"], #soa-property-23 {
    display: none;
}


/* table common */
.table_in_text {
    overflow: auto;
}
.table_in_text table{
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%;
}

.table_in_text table th {
    border: 1px solid #f4f4f4;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 15px;
}

.table_in_text table td {
    border: 1px solid #f4f4f4;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 15px;
}


/* cookie-confirm */

.cookie-confirm {
    padding: 15px 0;
    position: fixed;
    z-index: 150;

    background: #FFF;
    box-shadow: 0 -4px 12px rgb(0 0 0 / 8%);
    bottom: 50px;
    border-radius: 4px;
    right: 10px;
    width: 320px;
}

.cookie-confirm .wrapper {
    color: #4A4A4A;
    background: #FFF;
}

.cookie-confirm__row{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.cookie-confirm__text{
    font-size: 12px;
    flex: 1;
}

.cookie-confirm__text p{
    line-height: 1.3;
}

.cookie-confirm__text p a{
    color: #e2b259;
}

.cookie-confirm__text p a:hover{
    text-decoration: underline;
}

.cookie-confirm .button {
    padding: 10px 25px;
}

.subheader {
    background: #D19C69;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    text-align: center;
}



@media only screen and (max-width: 1280px) {
    /* header */
    .phonesBlock a {
        font-size: 18px;
    }

    .phonesBlock__info, .phonesBlock a.headerMailLink {
        font-size: 14px;
    }

    .cartSumtext {
        display: none;
    }

    /* slider */
    .mainSlider__item__title {
        font-size: 36px;
    }

    /* common */
    .mainTitle {
        font-size: 36px;
    }

    .consultBlock__title {
        font-size: 36px;
    }


    /* advantage */
    .advantages__title {
        font-size: 20px;
    }

    .advantages__desc {
        font-size: 16px;
    }
}


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

    /* header */
    .headerWrapper {
        flex-wrap: wrap;
    }

    .headerSubGroup {
        justify-content: space-between;
        width: 100%;
    }

    .s_header_menu {
        display: none;
    }


    /* sections */
    .categories__item {
        width: 48%;
    }

    .categories__item__text {
        display: none;
    }

    .popularSection {
        justify-content: flex-start;
    }

    /* section */
    .sectionListSidebar {
        width: 33%;
    }

    .sectionListContentWrapper {
        width: 65%;
    }

    .catalog-item {
        width: 48%;
    }

    .popularSection .catalog-item {
        width: 31.333%;
    }


    .basketPodarokItem {
        width: 32.333%;
    }

    .basket-items-list-item-remove {
        display: none !important;
    }

    /* element */

    .element__topSlider{
        margin-right: 2%;
        width: 50%;
    }

    .element__buyBlock{
        width: 48%;
    }

}

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

    .wrapper{
        padding: 0 15px;
    }

    /* mob menu */
    .headerNav_adaptive__phones {
        text-align: center;
    }

    .headerNav_adaptive__phones a {
        color: #1A1A1A;
        display: inline-block;
        font-size: 18px;
        font-family: 'Proxima Nova Rg', sans-serif;
        font-weight: normal;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .headerNav_adaptive .socialLinks {
        margin: 20px 0;
        justify-content: center;
    }

    .headerNav_adaptive .socialLinks__item {
        margin: 0 5px;
    }

    .hideMob {
        display: none !important;
    }

    /* slider */

    .s_mainSlider {
        padding: 0 0 40px;
    }

    .mainSlider::before{
        right: 50%;
        transform: translate(50%, -35%);
    }

    .mainSlider__itemContent {
        width: 100%;
    }

    .mainSlider__itemImg {
        position: static;
        transform: none;
        max-width: 100%;
    }

    .mainSlider__item__btnWrapper {
        text-align: center;
    }

    .mainSlider__button{
        background: #fafafa;
        color: #D19C69;
    }

    /* sections */
    .sectionListWrapper {
        flex-wrap: wrap;
    }

    .sectionListSidebar {
        margin: 0;
        width: 100%;
    }

    .sectionListContentWrapper {
        margin: 0;
        width: 100%;
    }

    .categories__item a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .s_categories {
        padding: 40px 0;
    }

    .s_mainSectionList {
        padding: 40px 0;
    }

    .categoriesItem__img{

    }

    .s_advantages {
        padding: 40px 0;
    }

    .s_consult {
        padding: 40px 0;
    }

    .mainSlider {
        width: 100%;
        padding: 0;
    }


    .popularSection {
        justify-content: space-between;
    }

    .popularSection .catalog-item {
        margin-bottom: 2%;
        width: 48%;
    }

    .have-filter-horizontal .innerSection.catalog-item {
        width: 49%;
    }

    .basketPodarokItem {
        width: 49%;
    }

    .client__list {
        justify-content: center;
    }

    .client__list li {
        width: 32.8%;
        margin: 0.25%;
    }

    .client__list_mater {
        opacity: 0.3;
    }

    .boot:before {
        display: none;
    }

    .articleWrapper h2, .catalog-section-description h2, .dopSectionText h2, .dopSectionText h3 {
        font-size: 16px;
        margin: 20px 0;
    }

    /* advantage */
    .advantages__wrapper {
        flex-wrap: wrap;
    }

    .advantages__item {
        width: 48%;
    }

    /* consult block */
    .consultBlock {
        flex-wrap: wrap;
        border-radius: 5px;
    }

    .consultBlock__left, .consultBlock__right {
        margin: 0 0 15px;
        width: 100%;
    }

    .consultBlock__left{
        padding: 20px 15px;
    }

    .consultBlock__right {
        align-items: center;
        background: #D19C69;
        margin: 0;
        padding: 30px;
    }

    .consultBlock__right .button {
        width: 240px;
    }

    .consultBlock__illustr {
        display: none;
    }

    /* otzivi */
    .feedbackSlider::before {
        width: 70px;
        height: 70px;
        right: 0;
    }

    .feedbackSlider__item {
        padding: 0 30px;
    }

    .feedbackSlider__text {
        padding: 30px 20px;
    }

    /* footer */
    .footer__wrapper {
        flex-wrap: wrap;
    }

    .footer__col {
        text-align: center;
        margin: 0 0 20px;
        width: 100%;
    }

    .footer__col__nav {
        display: none;
    }

    .footer__logo, .footer__copyright{
        text-align: center;
    }

    .footer__phones {
        align-items: center;
        justify-content: center;
    }

    .footer__email{
        display: flex;
        justify-content: center;
    }

    .footer__phones__icon {
        display: none;
    }

    /* element */
    .s_element{
        padding: 20px 0 40px;
    }

    .element_topWrapper {
        flex-wrap: wrap;
    }

    .element__topSlider {
        height: 320px;
        margin: 0 0 20px;
        width: 100%;
    }

    .element__buyBlock {
        padding: 20px 15px;
        width: 100%;
    }

    /* cookies */

    .cookie-confirm {
        bottom: 0;
        padding-bottom: 20px;
        left: 10px;
        width: auto;
    }

    .subheader {
        font-size: 12px;
        padding: 10px 15px;
    }

}

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

    /* header */
    .header__SearchWrapper {
        margin: 5px 0;
        width: 100%;
    }

    .header__contacts {
        width: 100%;
    }

    .phonesBlock {
        margin-right: 10px;
        padding: 0;
    }

    .phonesBlock:after {
        margin-right: 0;
    }

    .topCart {
        flex-direction: column;
    }

    .cartCountWrapper {
        margin: 0 0 5px;
    }

    .cartSumWrapper {
        font-size: 14px;
    }

    .owl-dot {
        width: 20px !important;
    }


    /* section */
    .catalog-item {
        padding-bottom: 0;
    }

    .itemPrice__wrapper {
        align-items: center;
        flex-direction: row;
        text-align: center;
        margin: 0 0 8px;
        justify-content: space-between;
    }

    .newBasketModal__actionWrapper {
        justify-content: center;
        flex-wrap: wrap;
    }

    .halfBlock50 {
        margin-bottom: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .button {
        padding: 12px 25px;
    }

    /* header */
    .header__contacts {
        align-items: flex-start;
        flex-direction: column;
    }

    .phonesBlock__info {
        display: none;
    }


    /* common */
    .mainTitle {
        font-size: 32px;
        margin-bottom: 30px;
    }

    /* slider */
    .mainSlider__item {
        padding: 30px 0;
    }

    .mainSlider__item__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .mainSlider__item__descr {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mainSlider__item__img {
        margin-bottom: 20px;
    }

    .mainSlider__button {
        padding: 15px 40px;
    }

    .client__list {
        justify-content: space-between;
    }

    .client__list li {
        width: 49.5%;
        margin: 0 0 6px;
    }

    /* листинг товаров */
    .catalog-item__img {
        min-height: auto;
        height: 150px;
    }

    .catalog-item__name {
        font-size: 13px;
    }

    .itemPriceBlock {
        flex-wrap: wrap;
    }

    .item__wrapper {
        padding: 0 10px 10px;
    }

    .itemBlockHover {
        border-radius: 0;
        box-shadow: none;
        display: block;
        padding: 0;
        position: static;
        transform: none;
    }

    /* sections */
    .categories__item__desc {
        padding: 20px 10px 10px;
    }

    .categories__item__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .categories__item__button {
        display: block;
    }

    .categories__list{
        margin: 0;
        width: 100%;
    }

    .categories__item{
        margin: 0 0 20px;
        width: 100%;
    }

    .categoriesItem__img{
        height: 240px;
    }

    /* search */
    .search-page .input-group {
        flex-wrap: wrap;
    }

    .search-page .input-group > input {
        padding: 14px 10px;
        margin-bottom: 15px;
        flex: 0 0 100%;
        width: 100%;
    }

    .search-page .input-group-append {
        margin-left: 0;
    }

    /* advantage */
    .advantages__item {
        padding: 20px 0;
    }

    .advantages__icon {
        width: 120px;
        height: 120px;
    }

    .advantages__icon::after{
        height: 130px;
        width: 130px;
    }

    .advantages__icon img{
        height: 60px;
        width: 60px;
    }

    .advantages__title {
        font-size: 18px;
    }

    /* consult */

    .consultBlock__title{
        font-size: 32px;
    }

    .consultBlock__text{
        font-size: 16px;
    }

    /* otzivi */
    .feedbackSlider::before {
        display: none;
    }

    /* element */

    .element__topSlider{
        height: 260px;
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 400px) {
    .mainTitle{
        font-size: 28px;
        line-height: 1.1;
    }
    .consultBlock__title{
        font-size: 28px;
        line-height: 1.1;
    }
    .advantages__title{
        font-size: 16px;
    }

    .advantages__desc {
        font-size: 14px;
    }
}


@media only screen and (max-width: 350px) {
    .item__price {
        font-size: 18px;
    }

    .catalog-item__name {
        font-size: 12px;
        line-height: 16px;
    }
}

/* HAMBURGER */

.adaptive-menu-toggle {
    display: block;
    width: 30px;
    height: 24px;
    z-index: 99;
    position: relative;
    margin: auto;
}

.menu-toggle-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.menu-toggle-line {
    position: absolute;
    background: #D19C69;
    display: block;
    margin: auto;
    height: 4px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.menu-toggle-line--1 {
    top: 0;
    -moz-transition: width 0.2s ease 0.3s;
    -o-transition: width 0.2s ease 0.3s;
    -webkit-transition: width 0.2s ease 0.3s;
    transition: width 0.2s ease 0.3s;
}

.menu-toggle-line--2 {
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-transition: width 0.2s ease 0.3s;
    -o-transition: width 0.2s ease 0.3s;
    -webkit-transition: width 0.2s ease 0.3s;
    transition: width 0.2s ease 0.3s;
}

.menu-toggle-line--3 {
    bottom: 0;
    -moz-transition: width 0.2s ease 0.3s;
    -o-transition: width 0.2s ease 0.3s;
    -webkit-transition: width 0.2s ease 0.3s;
    transition: width 0.2s ease 0.3s;
}

.menu-toggle-line--4,
.menu-toggle-line--5 {
    opacity: 0;
    top: 10px;
}

.menu-toggle-line--4 {
    -webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    -o-transition: opacity 0.2s ease 0.2s, -o-transform 0.2s ease 0.2s;
    -moz-transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -moz-transform 0.2s ease 0.2s;
}

.menu-toggle-line--5 {
    -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s, -o-transform 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, -moz-transform 0.2s ease 0s;
}

.adaptive-menu-toggle--open .menu-toggle-line {
    background: #D19C69;
}

.adaptive-menu-toggle--open .menu-toggle-line--1 {
    width: 0;
    -moz-transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s;
    -webkit-transition: width 0.2s ease 0s;
    transition: width 0.2s ease 0s;
}

.adaptive-menu-toggle--open .menu-toggle-line--2 {
    width: 0;
    -moz-transition: width 0.2s ease 0.1s;
    -o-transition: width 0.2s ease 0.1s;
    -webkit-transition: width 0.2s ease 0.1s;
    transition: width 0.2s ease 0.1s;
}

.adaptive-menu-toggle--open .menu-toggle-line--3 {
    width: 0;
    -moz-transition: width 0.2s ease 0.2s;
    -o-transition: width 0.2s ease 0.2s;
    -webkit-transition: width 0.2s ease 0.2s;
    transition: width 0.2s ease 0.2s;
}

.adaptive-menu-toggle--open .menu-toggle-line--4 {
    opacity: 1;
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    -o-transition: opacity 0.2s ease 0.2s, -o-transform 0.2s ease 0.2s;
    -moz-transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -moz-transform 0.2s ease 0.2s;
}

.adaptive-menu-toggle--open .menu-toggle-line--5 {
    opacity: 1;
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-transition: opacity 0.2s ease 0.4s, -webkit-transform 0.2s ease 0.4s;
    transition: opacity 0.2s ease 0.4s, -webkit-transform 0.2s ease 0.4s;
    -o-transition: opacity 0.2s ease 0.4s, -o-transform 0.2s ease 0.4s;
    -moz-transition: opacity 0.2s ease 0.4s, transform 0.2s ease 0.4s, -moz-transform 0.2s ease 0.4s;
}

@media only screen and (max-width: 1000px) {
    .header__hamburger {
        background: #fff;
        display: block !important;
        /*position: absolute;*/
        /*position: fixed;*/
        /*right: 10px;*/
        /*top: 15px;*/

        /*z-index: 100;*/
        padding: 10px;
        border-radius: 100px;
    }

    .headerNav_adaptive {
        background: #fff;
        display: none;
        padding-top: 20px;
        padding-bottom: 25px;
        position: absolute;
        box-shadow: 0 3px 6px 0px rgba(0, 0, 0, .20);
        top: 0;
        left: 0;
        right: 0;
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 100%;
        z-index: 3;
    }

    .header_opened {
        display: block !important;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .headerNav__items_adaptive {
        padding: 20px 15px 0;
    }

    .headerNav__items_adaptive a {
        color: #1A1A1A;
        display: block;
        border: none;
        font-family: 'Proxima Nova Lt', sans-serif;
        font-weight: 600;
        font-size: 17px;
        padding: 10px;
        text-decoration: none;
    }

    .headerNav__items_adaptive li {
        border-bottom: 1px solid #f5f5f5;
        text-align: center;
    }

    .headerNav__items_adaptive li:last-child{
        border-bottom: none;
    }


    .mobNav__submenu {
        display: none;
    }

    .mobNav__submenu li:last-child {
        border-bottom: none;
    }

    .mobMenuParent {
        position: relative;
    }

    .mobMenuParent::after {
        position: absolute;
        right: 20px;
        top: 12px;
        content: '';
        width: 8px;
        height: 8px;
        border-right: 2px solid #1A1A1A;
        border-bottom: 2px solid #1A1A1A;
        -webkit-transform: rotate(
                45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(
                45deg);
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .headerNav__submenu__item a {
        background: #f3f3f4;
        font-size: 14px;
    }

}