@import "../stylesheet/bootstrap.min.css";
@import "../stylesheet/magnific-popup.css";
@import "../stylesheet/slick.css";
@import "../stylesheet/slick-theme.css";
@import "../stylesheet/reset.css";

@font-face {
    font-family: "Ubuntu-Light";
    src: url("fonts/Ubuntu-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Ubuntu-Regular";
    src: url("fonts/Ubuntu-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Ubuntu-Medium";
    src: url("fonts/Ubuntu-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Ubuntu-Bold";
    src: url("fonts/Ubuntu-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.trans {
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.delay {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

a, input, button, textarea {
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    outline: none;
}

p {
    margin-bottom: 0;
}

body {
    font-family: "Ubuntu-Regular";
    font-size: 14px;
    color: #5d4941;
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, input, button, textarea {
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    outline: none;
}

p {
    margin-bottom: 0;
}

label {
    font-weight: normal;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#navbar {
    margin-bottom: 0;
}

.alert {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-sm-1, .col-xs-2, .col-sm-2, .col-md-2, .col-sm-2, .col-xs-3, .col-sm-3, .col-md-3, .col-sm-3, .col-xs-4, .col-sm-4, .col-md-4, .col-sm-4, .col-xs-5, .col-sm-5, .col-md-5, .col-sm-5, .col-xs-6, .col-sm-6, .col-md-6, .col-sm-6, .col-xs-7, .col-sm-7, .col-md-7, .col-sm-7, .col-xs-8, .col-sm-8, .col-md-8, .col-sm-8, .col-xs-9, .col-sm-9, .col-md-9, .col-sm-9, .col-xs-10, .col-sm-10, .col-md-10, .col-sm-10, .col-xs-11, .col-sm-11, .col-md-11, .col-sm-11, .col-xs-12, .col-sm-12, .col-md-12, .col-sm-12 {
    position: relative;
    height: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.titleSection {
    font-size: 30px;
    font-family: "Ubuntu-Light";
    color: #5d4941;
    text-align: left;
    /*text-transform: uppercase;*/
    margin-bottom: 28px;
    letter-spacing: 0.2px;
}

.titleSection_center {
    text-align: center;
}

.titleSection_slider {
    margin-bottom: 50px;
    padding-right: 60px;
}

.titleSection_titlePage {
    margin: 20px 0;
}

.titleSection_notFound {
    text-align: center;
    font-family: "Ubuntu-Bold";
}

@media screen and (max-width: 768px) {
    .titleSection {
        font-size: 4vw;
        line-height: 30px;
    }

}

@media screen and (max-width: 450px) {
    .titleSection {
        font-size: 6vw;
        font-family: "Ubuntu-Medium";
    }
}

.seoText {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 14px;
    /*color: #939393;*/
}

.toHome__link {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    font-size: 16px;
    background: #b3dddc;
    color: #5d4941;
    text-decoration: none;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    line-height: 43px;
    height: 43px;
    text-align: center;
    font-family: "Ubuntu-Medium";
}

.toHome__link:hover {
    background: #cfcdcc;
}

.toHome__link:active {
    background: #5d4941;
    color: #b3dddc;
}

.anyText {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5%;
}

.mfp-content {
    max-width: 450px;
}

.notFound__img img {
    margin: 30px auto;
    max-width: 100%;
    display: block;
}

.greenBtn {
    background-color: #c5eeaa;
    font-size: 14px;
    color: #5d4941;
    font-family: "Ubuntu-Medium";
    -webkit-border-radius: 7px;
    border-radius: 7px;
    height: 36px;
    line-height: 1;
    white-space: nowrap;
    border: none;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.greenBtn:hover {
    background-color: #b3dddc;
}

.greenBtn:active {
    background-color: #5d4941;
    color: #b3dddc;
}

.blueBtn {
    background-color: #b3dddc;
    font-size: 14px;
    color: #5d4941;
    font-family: "Ubuntu-Medium";
    -webkit-border-radius: 7px;
    border-radius: 7px;
    height: 36px;
    line-height: 1;
    white-space: nowrap;
    border: none;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.blueBtn:hover {
    background-color: #cfcdcc;
}

.blueBtn:active {
    background-color: #5d4941;
    color: #b3dddc;
}

.orangeBtn {
    background-color: #e9c0ac;
    font-size: 14px;
    color: #5d4941;
    font-family: "Ubuntu-Medium";
    -webkit-border-radius: 7px;
    border-radius: 7px;
    height: 36px;
    line-height: 1;
    white-space: nowrap;
    border: none;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.orangeBtn:hover {
    background-color: #b3dddc;
}

.orangeBtn:active {
    background-color: #5d4941;
    color: #b3dddc;
}

.pinkBtn {
    background-color: #d8b3dd;
    font-size: 14px;
    color: #5d4941;
    font-family: "Ubuntu-Medium";
    -webkit-border-radius: 7px;
    border-radius: 7px;
    height: 36px;
    line-height: 1;
    white-space: nowrap;
    border: none;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.pinkBtn:hover {
    background-color: #b3dddc;
}

.pinkBtn:active {
    background-color: #5d4941;
    color: #b3dddc;
}

.disableBtn {
    background-color: #cfcdcc;
    font-size: 14px;
    color: #5d4941;
    font-family: "Ubuntu-Medium";
    -webkit-border-radius: 7px;
    border-radius: 7px;
    height: 36px;
    line-height: 1;
    white-space: nowrap;
    border: none;
    opacity: 0.6;
    cursor: default;
}

strong, b {
    font-family: "Ubuntu-Bold";
}

.header {
    padding-top: 10px;
    padding-bottom: 7px;
    position: relative;
}

.header__logo {
    display: inline-block;
    width: 13%;
    text-align: center;
    vertical-align: middle;
}

.header__search {
    display: inline-block;
    width: 42%;
    position: relative;
    margin: 0 1.7% 0 3.7%;
    z-index: 998;
}

.header__phone {
    display: inline-block;
    /*width: auto;*/
	top: 40px; 
}

.header__phone:hover {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.header__phone:hover .phone__list {
    display: block;
}

.header__phone:hover .phone__arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.header .cart {
    margin: 0;
}

.header__openMobileSearch {
    display: none;
    padding: 11px 1px;
    background: url("../image/search.svg") no-repeat center;
    -webkit-background-size: 22px 22px;
    background-size: 22px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
  /*padding-top: 6px;*/
  /*padding-bottom: 6px;*/
}

.sticky:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: #ffffff;
    border-bottom: 1px solid #cfcdcc;
    top: 0;
    bottom: 0;
    right: 10px;
    left: 10px;
    height: 126px;

}

.sticky + .navWrap {
    margin-top: 126px;
}

.logo {
    display: inline-block;
    width: auto;
}

/*.logo__img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.logo__img {
    /*width: auto;*/
    width:83px;
    height: auto;
    max-height: 107px;
    max-width: 100%;
}

.logo__img_fixed {
    display: none;
}

.search__input {
    width: 100%;
    border: 1px solid #cfcdcc;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    line-height: 38px;
    height: 40px;
    background-color: #f5f6ff;
    padding: 0 35px 0 16px;
    color: #939393;
}

.search__input:hover {
    border-color: #5d4941;
}

.search__input:focus {
    background: #ffffff;
    border-color: #5d4941;
}

.search__button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
}

.search__button_icon {
    fill: #b3dddc;
    cursor: pointer;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.search__button:hover .search__button_icon {
    fill: #cfcdcc;
}

.search__button:focus .search__button_icon {
    fill: #5d4941;
}

.phone {
    padding-left: 2%;
    margin-right: 3%;
    position: relative;
    white-space: nowrap;
    background: url("../image/tel.svg") no-repeat left 4px;
}

.phone__number {
    font-size: 16px;
    color: #5d4941;
    text-decoration: none;
    white-space: nowrap;
}

.phone__list {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-top: 2px solid #b3dddc;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.phone__item {
    margin-bottom: 10px;
}

.phone__item:last-child {
    margin-bottom: 0;
}

.phone__item:hover .phone__number {
    color: #b3dddc;
}

.phone__arrow {
    display: inline-block;
    padding: 5px 10px;
    background: url("../image/arrowDropDown.svg") no-repeat center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.itemUser {
    display: inline-block;
    width: 5%;
    min-width: 39px;
    margin-right: 1.5%;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}

.itemUser__img {
    display: block;
    margin: 0 auto 6px auto;
    fill: #5d4941;
    height: 20px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.itemUser__text {
    font-size: 12px;
    text-align: center;
    color: #5d4941;
}

.itemUser:hover .itemUser__img {
    fill: #cfcdcc;
}

.itemUser:focus .itemUser__img {
    fill: #b3dddc;
}

.itemUser__count {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 20%;
    width: auto;
    min-width: 13px;
    height: 13px;
    -webkit-border-radius: 6.5px;
    border-radius: 6.5px;
    background: #b3dddc;
    font-size: 9px;
    line-height: 14px;
    padding: 0 2px;
    text-align: center;
    font-family: "Ubuntu-Medium";
}

.miniCart {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    border-top: 2px solid #b3dddc;
    padding: 15px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    cursor: auto;
    margin-top: 10px;
    text-align: center;
    margin-left: -20px;
    min-width: 450px;
    left: auto;
    right: -12px;
}

.miniCart_empty {
    text-align: center;
}

.miniCart__header {
    overflow: hidden;
    margin-bottom: 10px;
}

.miniCart__close {
    display: block;
    float: right;
    background: url("../image/close_small.svg") no-repeat center;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    background-color: #b3dddc;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

.miniCart__close:hover {
    background-color: #cfcdcc;
}

.miniCart__close:active {
    background-color: #5d4941;
}

.miniCart__list {
    border-bottom: 1px solid #cfcdcc;
    border-top: 1px solid #cfcdcc;
    padding: 15px;
    text-align: left;
    max-height: 400px;
    overflow-y: auto;
    margin: 0 -15px;
}

.miniCart__item {
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcdcc;
    overflow: hidden;
}

.miniCart__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.miniCart__link {
    display: block;
    max-width: 120px;
    float: left;
    padding-right: 5%;
    width: 30%;
}

.miniCart__name {
    font-size: 16px;
    font-family: "Ubuntu-Regular";
    margin-bottom: 10px;
    color: #5d4941;
    display: inline-block;
    width: 70%;
}

.miniCart__length {
    margin-bottom: 10px;
    font-size: 14px;
}

.miniCart__price {
    font-family: "Ubuntu-Bold";
    font-size: 16px;
    text-align: right;
    clear: both;
    width: 100%;
    margin: 5px 0;
}

.miniCart__img {
    width: auto;
    height: auto;
}

.miniCart__toBasked {
    display: inline-block;
    margin: 20px auto 0 auto;
    width: auto;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: none;
    background: #b3dddc;
    color: #5d4941;
    text-align: center;
    font-family: "Ubuntu-Bold";
    font-size: 16px;
    line-height: 34px;
    height: 36px;
    padding: 0 25px;
}

.miniCart__toBasked:hover {
    background: #cfcdcc;
}

.miniCart__toBasked:focus {
    background: #5d4941;
    color: #b3dddc;
}

.bx-basket-item-list-item-price-summ strong {
    font-size: 16px;
}

.burgerMenu {
    display: none;
    position: absolute;
    z-index: 9;
    left: 10px;
    bottom: 12px;
    padding: 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Ubuntu-Bold";
    max-height: 26px;
}

.mobileCatalog {
    display: none;
    position: absolute;
    z-index: 9;
    right: 10px;
    bottom: 12px;
    height: 26px;
    padding: 0 16px;
    background: url("../image/burger-menu.svg") no-repeat center;
    cursor: pointer;
}

@media screen and (max-width: 1140px) {
    .header__search {
        width: 37%;
    }
}

@media screen and (max-width: 992px) {
    .header__search {
        width: 32%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding-bottom: 65px;
        border-bottom: 1px solid #cfcdcc;
    }

    .header__search {
        width: 46%;
    }

    .header__phone {
        display: none;
    }

    .header:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 50px;
        left: 10px;
        right: 10px;
        border-top: 1px solid #cfcdcc;
    }

    .burgerMenu {
        display: block;
    }

    .mobileCatalog {
        display: block;
    }

    .miniCart {
        margin-left: -10px;
    }

    .miniCart__list {
        height: -webkit-calc(100vh - 208px);
        height: calc(100vh - 208px);
    }

    .itemUser {
        width: 10%;
    }
}

@media screen and (max-width: 600px) {
    .header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__search {
        width: 37%;
    }

    .itemUser {
        width: 13%;
    }

    .miniCart {
        min-width: 310px;
        margin-left: -10px;
    }
}

@media screen and (max-width: 450px) {
    .header__logo {
        margin-right: 3%;
    }

    .header__openMobileSearch {
        display: inline-block;
        width: 20%;
        vertical-align: middle;
        cursor: pointer;
    }

    .header__search {
        display: none;
    }

    .header__search_active {
        display: block;
        position: absolute;
        z-index: 999;
        background: #ffffff;
        left: -16px;
        right: -8px;
        width: auto;
        top: 100%;
        margin-top: -55px;
        padding: 10px 15px;
    }

    .itemUser {
        width: 20%;
    }

    .search__button {
        top: 10px;
        right: 15px;
    }

    .miniCart {
        right: auto;
        left: 0;
        margin-left: 0;
    }
}

.nav {
    border-top: 1px solid #cfcdcc;
    border-bottom: 1px solid #cfcdcc;
    padding: 13px 0;
    margin-bottom: 0;
    white-space: nowrap;
    text-align: center;
}

.nav__item {
    display: inline-block;
    margin: 0 2.1%;
}

.nav__link {
    background: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    color: #2e231e;
}

.nav__link:hover {
    color: #b3dddc;
    text-decoration: none;
}

.nav__hasDropMenu {
    position: relative;
}

.nav__hasDropMenu:hover {
    padding-bottom: 13px;
    margin-bottom: -13px;
}

.nav__hasDropMenu:hover .dropMenu {
    display: block;
    top: 100%;
    opacity: 1;
}

.nav__hasDropMenu:hover .nav__dropArrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url("../image/arrowDropDownActive.svg") no-repeat center;
}

.nav__hasDropMenu:hover > .nav__link {
    color: #b3dddc;
}

.nav__dropArrow {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    background: url("../image/arrowDropDown.svg") no-repeat center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.dropMenu {
    display: none;
    position: absolute;
    top: -200px;
    z-index: 99;
    width: auto;
    background: #ffffff;
    padding: 15px;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-top: 2px solid #b3dddc;
    text-align: left;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.dropMenu__item {
    margin-bottom: 15px;
}

.dropMenu__item:last-child {
    margin-bottom: 0;
}

.navMenu__mobPhome {
    display: none;
    border-bottom: 1px solid #cfcdcc;
    padding-bottom: 10px;
}

.navMenu__mobPhome a {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 10px;
}

.navMenu__mobPhome a:last-child {
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .nav__item {
        margin: 0 1.5%;
    }
}

@media screen and (max-width: 1070px) {
    .nav__item {
        margin: 0 0.29%;
    }
}

@media screen and (max-width: 900px) {
    .nav__link {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .navWrap {
        position: fixed;
        z-index: 9999;
        left: 0;
        right: 150%;
        top: 0;
        bottom: 0;
        background: rgba(128, 128, 128, 0.6);
    }

    .navWrap_active {
        display: block;
        right: 0;
        -webkit-transition: .3s all linear;
        -o-transition: .3s all linear;
        transition: .3s all linear;
    }

    .navWrap_active .navMenu {
        left: 0;
    }

    .navMenu {
        position: fixed;
        z-index: 99999;
        left: -150%;
        width: 70%;
        min-width: 250px;
        background: #ffffff;
        padding: 20px 10px;
        -webkit-transition: .3s all linear;
        -o-transition: .3s all linear;
        transition: .3s all linear;
    }

    .navMenu__mobPhome {
        display: block;
        padding-right: 40px;
    }

    .navMenu__close {
        display: block;
        position: absolute;
        z-index: 99999;
        right: 10px;
        padding: 15px;
        background: url("../image/close-button.svg") no-repeat center;
        -webkit-background-size: 20px 20px;
        background-size: 20px;
        cursor: pointer;
        -webkit-transition: .3s all linear;
        -o-transition: .3s all linear;
        transition: .3s all linear;
    }

    .navMenu__close:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nav {
        border: none;
        margin: 0;
    }

    .nav__item {
        display: block;
        text-align: left;
        margin-bottom: 15px;
    }

    .nav__link {
        font-size: 16px;
    }

    .nav__hasDropMenu:hover {
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .nav__dropArrow {
        float: right;
    }

    .dropMenu {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 15px 0 0 20px;
        border: none;
    }

    .dropMenu .nav__link {
        font-size: 14px;
        text-transform: none;
    }
}

.breadcrumb {
    margin: 25px 0 20px 0;
    padding: 0;
    text-align: left;
    background: none;
}

.breadcrumb__item {
    display: inline-block;
}

.breadcrumb__item:last-child .breadcrumb__separator {
    display: none;
}

.breadcrumb__item:before {
    display: none;
}

.breadcrumb__link, .breadcrumb__separator {
    font-size: 12px;
    color: #9ca0ac;
    margin-right: 5px;
}

.breadcrumb__link {
    text-decoration: none;
}

.breadcrumb__separator {
    font-family: "Ubuntu-Bold";
}

.banner {
    margin-bottom: 62px;
    margin-top: 35px;
}

.banner__item {
    position: relative;
    overflow: hidden;
}

.banner__img {
    width: 100%;
}

.banner__text {
    position: absolute;
    z-index: 1;
    /*top: -webkit-calc(50% + 30px);
    top: calc(50% + 30px);*/
    left: 0;
    right: 0;
    text-align: center;
	bottom: 10px;
}

.banner__text:before {
    /*content: "";*/
    /*background: url("../image/banner-dots.png") repeat-x;*/
    /*height: 80px;*/
    /*position: absolute;*/
    /*z-index: -1;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: -20px;*/
}

.banner__title {
    display: block;
    font-size: 46px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 3.7%;
    padding: 0 30px;
}

.banner__link {
    display: inline-block;
    font-size: 16px;
    color: #5d4941;
    padding: 0 34px;
    background: #b3dddcb5;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-family: "Ubuntu-Medium";
    line-height: 43px;
    height: 43px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.banner__link:hover {
    background: #cfcdcc;
    text-decoration: none;
    color: #5d4941;
}

.banner__link:focus {
    background: #5d4941;
    color: #b3dddc;
    outline: none;
    text-decoration: none;
}

.banner .slick-arrow {
    z-index: 9;
    background: #b3dddc;
    width: 27px;
    height: 27px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.banner .slick-arrow:hover {
    background: #cfcdcc;
}

.banner .slick-arrow:active {
    background: #5d4941;
}

.banner .slick-prev {
    left: 11px;
}

.banner .slick-next {
    right: 11px;
}

@media screen and (max-width: 768px) {
    .banner {
        width: auto;
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .banner .slick-prev {
        left: 1px;
    }

    .banner .slick-next {
        right: 1px;
    }

    .banner__text {
        top: -webkit-calc(45% - 10px);
        top: calc(45% - 10px);
    }

    .banner__title {
        font-size: 6vw;
    }
}

@media screen and (max-width: 450px) {
    .banner__title {
        font-size: 8vw;
        margin-bottom: 20%;
    }

    .banner__text {
        top: -webkit-calc(45% - 60px);
        top: calc(45% - 60px);
    }

    .banner__text:before {
        display: none;
    }
}

.footer:before {
    content: "";
    background: url("../image/separator.png") repeat-x;
    margin-top: -10px;
    display: block;
    height: 20px;
}

.footer .footerInner {
    background: url("../image/footer-image.png") no-repeat bottom left;
    padding-top: 4%;
    padding-bottom: 2.5%;
    white-space: nowrap;
}

.footer__item {
    display: inline-block;
    margin-right: 6%;
    margin-bottom: 1.5%;
    width: auto;
    max-width: 165px;
    vertical-align: top;
    white-space: normal;
}

.footer__item:last-child {
    margin-right: 0;
}

.footer__title {
    font-family: "Ubuntu-Bold";
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 15%;
}

.footer__text {
    line-height: 2;
    font-family: "Ubuntu-Medium";
    color: #5d4941;
    display: block;
    clear: both;
}

.footer__text_borderBottom {
    text-decoration: underline;
}

.footer__text_borderTop {
    border-top: 1px solid #cfcdcc;
}

.footer__address {
    width: 18%;
    max-width: none;
    margin-right: 5%;
}

.footer__address .footer__text {
    padding-left: 15px;
    background: url("../image/adress.svg") no-repeat left 3px;
}

/*.footer__address .footer__text:nth-child(2) {
    margin-bottom: 20px;
}*/

.footer__link {
    color: #5d4941;
}

.footer__link:hover {
    text-decoration: none;
    color: #5d4941;
}

.footer__social {
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #b3dddc;
    margin-right: 10px;
    margin-bottom: 18px;
    vertical-align: top;
    padding: 7px;
}

.footer__social:hover {
    background-color: #cfcdcc;
}

.footer__social:focus {
    background-color: #5d4941;
}

.footer__social:focus .footer__social_icon {
    fill: #b3dddc;
}

.footer__social_icon {
    fill: #5d4941;
}

.footer__email {
    background: url("../image/letter.svg") no-repeat 0 50%;
    padding-left: 25px;
}

.footer__phone {
    background: url("../image/tel.svg") no-repeat left center;
    padding-left: 25px;
    display: block;
}

.footer__phone_viber {
    background: url("../image/viber.svg") no-repeat left center;
    padding-left: 25px;
}

.copyright {
    background: #cfcdcc;
}

.copyright__item {
    padding: 11px 0;
    font-size: 12px;
    color: #5d4941;
    font-family: "Ubuntu-Medium";
}

.copyright__item_left {
    float: left;
    text-transform: uppercase;
}

.copyright__item_right {
    float: right;
}

.footerForm {
    background: #f5f6ff;
    padding: 20px;
    padding-top: 10px;
    max-width: 280px;
}

.footerForm__label {
    font-size: 14px;
    color: #5d4941;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 2;
    font-family: "Ubuntu-Medium";
}

.footerForm__input {
    width: 100%;
    display: block;
    line-height: 40px;
    height: 40px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0 16px;
    font-size: 14px;
}

.footerForm__input_email {
    border: 1px solid #cfcdcc;
    background: #ffffff;
    margin-bottom: 8px;
}

.footerForm__input_email:hover, .footerForm__input_email:focus {
    border-color: #5d4941;
}

.footerForm__input_submit {
    font-family: "Ubuntu-Medium";
    color: #5d4941;
    background: #b3dddc;
    border: none;
    font-size: 16px;
}

.footerForm__input_submit:hover {
    background: #cfcdcc;
}

.footerForm__input_submit:focus {
    background: #5d4941;
    color: #b3dddc;
}

.footerForm__errorText {
    display: none;
    color: #710000;
    margin-top: -5px;
    margin-bottom: 10px;
}

.windowSubscribe, .windowRegisterConfirm{
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(42, 42, 42, 0.49);
}

.topbutton {
    width:100px;
    border:2px solid #ccc;
    background:#f7f7f7;
    text-align:center;
    padding:10px;
    position:fixed;
    bottom:50px;
    right:50px;
    cursor:pointer;
    color:#333;
    font-family:verdana;
    font-size:12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.windowSubscribe__wrap {
    position: absolute;
    z-index: 999;
    top: -webkit-calc(50% - 80px);
    top: calc(50% - 80px);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 300px;
    background: #ffffff;
    padding: 15px;
    border-top: 2px solid #b3dddc;
}

.windowSubscribe__text {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.7;
}

.windowSubscribe__send, .windowRegisterConfirm__send {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
    text-align: center;
    padding: 0 10px;
    line-height: 36px;
    background: #b3dddc;
    color: #5d4941;
    font-family: "Ubuntu-Bold";
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.windowSubscribe__send:hover,  .windowRegisterConfirm__send:hover{
    background: #cfcdcc;
}

.windowSubscribe__send:active, .windowRegisterConfirm__send:active {
    background: #5d4941;
    color: #b3dddc;
}

@media screen and (max-width: 1250px) {
    .footer .footerInner {
        white-space: normal;
    }

    .footer__item {
        width: 20%;
        max-width: none;
    }

    .footer__item:nth-child(4) {
        margin-right: 0;
    }

    .footer__item:last-child {
        margin: auto;
    }

    .footerForm {
        width: 100%;
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .footer__item:not(.footerForm) {
        width: 45%;
        margin-bottom: 10%;
    }

    .footer__item:not(.footerForm):nth-child(even) {
        margin-right: 0;
    }

    .footer__title {
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 450px) {
    .footer__item:not(.footerForm) {
        width: 100%;
        margin-right: 0;
    }
}

.categoryHome {
    margin-bottom: 65px;
}

.goods {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categoryItem {
    display: block;
    float: left;
    width: -webkit-calc(25.3% - 1.7%);
    width: calc(25.3% - 1.7%);
    border: 1px solid #cfcdcc;
    margin-bottom: 1.7%;
    margin-right: 1.7%;
}

.categoryItem:nth-child(4n) {
    margin-right: 0;
}

.categoryItem:hover {
    -webkit-box-shadow: 0 0 10px 5px rgba(72, 72, 72, 0.17);
    box-shadow: 0 0 10px 5px rgba(72, 72, 72, 0.17);
}

.categoryItem__img {
    display: block;
    max-width: 100%;
}

.categoryItem__wrapImg {
    overflow: hidden;
    max-height: 213px;
    height: 17vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.categoryItem__title {
    height: 60px;
    font-family: "Ubuntu-Bold";
    text-align: center;
    font-size: 15px;
    color: #5d4941;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    overflow: hidden;
}

.catalogCategory .categoryItem {
    width: 100%;
    margin: 0;
    margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
    .goods {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .categoryItem {
        width: -webkit-calc(34% - 2%);
        width: calc(34% - 2%);
    }

    .categoryItem:nth-child(4n) {
        margin-right: 2%;
    }

    .categoryItem:nth-child(3n) {
        margin-right: 0;
    }

    .categoryItem__wrapImg {
        height: 23vw;
    }

    .footer__phone, .footer__phone_viber {
        padding-left: 20px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 560px) {
    .categoryItem {
        width: -webkit-calc(51% - 2%);
        width: calc(51% - 2%);
    }

    .categoryItem:nth-child(3n) {
        margin-right: 2%;
    }

    .categoryItem:nth-child(even) {
        margin-right: 0;
    }

    .categoryItem__wrapImg {
        height: 33vw;
    }
}

@media screen and (max-width: 350px) {
    .categoryItem__wrapImg {
        height: 32vw;
    }
}

.col-md-4 .productItem, .col-xs-6 .productItem {
    width: 100%;
    /*height: 400px;*/
}

/*@media screen and (max-width: 536px) {*/
/*    .col-md-4 .productItem, .col-xs-6 .productItem {*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/
/*}*/

.productItem {
    padding: 20px;
    display: block;
    float: left;
    background: #ffffff;
    margin-bottom: 32px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.productItem_list_stock {
    height: 400px;
}

.productItem:hover {
    -webkit-box-shadow: 0 0 10px 5px rgba(72, 72, 72, 0.17);
    box-shadow: 0 0 10px 5px rgba(72, 72, 72, 0.17);
}

.productItem__img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.productItem__linkImg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin: -20px -20px 0;
    /*background: radial-gradient(60% 80%, #C5DDE8, white);*/
}

.productItem__topSale {
    display: block;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: -1px;
    width: auto;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    padding: 0 5px 0 10px;
}

.productItem__topSale:nth-child(2) {
    top: 44px;
}

.productItem__topSale:nth-child(3) {
    top: 82px;
}

.productItem__topSale:nth-child(4) {
    top: 120px;
}

.productItem__topSale:after {
    content: "";
    display: block;
    width: 20px;
    height: 24px;
    background: inherit;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    position: absolute;
    top: 0;
    right: -13px;
    z-index: -1;
}

.productItem__title {
    text-decoration: none;
    font-size: 16px;
    color: #2e231e;
    font-family: "Ubuntu-Bold";
    display: block;
    margin: 15px 0 12px 0;
    line-height: 1.13;
    height: 54px;
    overflow: hidden;
}

.productItem__code {
    display: block;
    font-size: 12px;
    font-family: "Ubuntu-Bold";
    margin-bottom: 10px;
    min-height: 17px;
}

.productItem__code_value {
    font-family: "Ubuntu-Regular";
    color: #939393;
}

.productItem__stock {
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
    color: #939393;
    font-size: 12px;
    padding-left: 15px;
    background: url("../image/in-stock.svg") no-repeat left center;
}

.productItem__price {
    display: block;
    float: right;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    color: #5d4941;
    font-family: "Ubuntu-Bold";
}

.productItem__currency {
    font-family: inherit;
    font-size: 16px;
}

.productItem__action {
    clear: both;
    overflow: hidden;
    padding-top: 15px;
}

.productItem__link {
    margin: 0 10px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 10px;
}

.productItem__link:first-child {
    margin-left: 0;
}

.productItem__link:last-child {
    margin-right: 0;
}

.productItem__link:hover {
    opacity: 0.5;
}

.productItem__more {
    background: url("../image/more.svg") no-repeat center;
}

.productItem__more:active {
    background: url("../image/moreFocus.svg") no-repeat center;
    opacity: 1;
}

.productItem__favorite {
    background: url("../image/favorites.svg") no-repeat center;
}

.productItem__favorite:active {
    background: url("../image/favoritesFocus.svg") no-repeat center;
    opacity: 1;
}

.productItem__favorite_active {
    background: url("../image/favoritesActive.svg") no-repeat center;
    opacity: 1;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
}

.productItem__icon {
    fill: #5d4941;
    display: inline-block;
    vertical-align: middle;
}

.productItem__btn {
    display: block;
    float: right;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border: none;
    padding: 0 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #5d4941;
    padding-left: 38px;
    font-family: "Ubuntu-Medium";
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.productItem_bordered {
    border: 1px solid #cfcdcc;
    margin-bottom: 23px;
}

.productItem_bordered:hover {
    border-color: transparent;
}

.productItem__toOrder {
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    font-size: 12px;
    background: #ffffff;
    color: #939393;
    margin-top: 5%;
}

.productItem__inCart .productItem__btn {
    background: #b3dddc url("../image/basket-icon.svg") no-repeat 10px center;
}

.productItem__inCart .productItem__btn:hover {
    background-color: #cfcdcc;
}

.productItem__inCart .productItem__btn:active {
    background: #5d4941 url("../image/basket-icon-active.svg") no-repeat 10px center;
    color: #b3dddc;
}

.productItem__makeOrder .productItem__btn {
    background-color: #c5eeaa;
    padding: 0 10px;
}

.productItem__makeOrder .productItem__btn:hover {
    background-color: #b3dddc;
}

.productItem__makeOrder .productItem__btn:active {
    background-color: #5d4941;
    color: #b3dddc;
}

.productItem__makeOrder .productItem__stock {
    background: url("../image/order.svg") no-repeat left center;
}

.productItem__choose .productItem__btn {
    background: #b3dddc url("../image/choose.svg") no-repeat 10px center;
}

.productItem__choose .productItem__btn:hover {
    background-color: #b3dddc;
}

.productItem__choose .productItem__btn:active {
    background: #5d4941 url("../image/choose-active.svg") no-repeat 10px center;
    color: #b3dddc;
}

.productItem__notAvailable .productItem__btn {
    background: #cfcdcc url("../image/basket-icon.svg") no-repeat 10px center;
}

.productItem__notAvailable .productItem__stock {
    background: url("../image/outof-stock.svg") no-repeat left center;
}

.main {
    padding-bottom: 40px;
}

.main_purple {
    background: #f5f6ff;
    padding-bottom: 70px;
}

.main_self {
    padding-top: 55px;
}

.main__more {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 170px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-family: "Ubuntu-Bold";
    color: #5d4941;
    background: #b3dddc;
    border: none;
    height: 43px;
    line-height: 41px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.main__more:hover {
    background: #cfcdcc;
}

.main__more:focus {
    background: #5d4941;
    color: #b3dddc;
}

.mainInner {
    padding-top: 52px;
    padding-bottom: 75px;
}

.viewedSlider .productItem {
    width: 16%;
    padding: 12px;
}

.viewedSlider .productItem__title {
    max-height: 50px;
    overflow: hidden;
}

.viewedSlider .productItem__linkImg {
    max-height: 154px;
    height: 13vw;
}

.viewedSlider .productItem__linkImg img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.viewedSlider .productItem__stock {
    width: 100%;
    clear: both;
    margin-bottom: 25px;
}

.viewedSlider .productItem__price {
    text-align: left;
    width: 100%;
}

.rowProduct_list > div {
    width: 100%;
}

.rowProduct_list .productItem__linkImg {
    float: left;
    width: 30%;
    padding-top: 30%;
    margin: -20px 2% -20px -20px;
    height: auto;
}

.rowProduct_list .productItem__action {
    clear: none;
    float: right;
    width: 68%;
}

.viewedSlider__container .productItem__linkImg {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .productItem__linkImg {
        height: 26vw;
    }

    .rowProduct_grid .productItem__linkImg {
        height: 19vw;
    }

    .viewedSlider .productItem__linkImg {
        height: 15vw;
    }
}

@media screen and (max-width: 992px) {
    .rowProduct_grid .productItem__linkImg {
        height: 29vw;
    }
}

@media screen and (max-width: 800px) {
    .productItem__linkImg {
        height: 41vw;
    }

    .viewedSlider .productItem__linkImg {
        height: 19vw;
    }
}

@media screen and (max-width: 768px) {
    .productItem {
        padding: 10px;
    }
    .productItem__linkImg {
        margin: 0;
    }
    .rowProduct_grid .productItem__linkImg {
        height: 41vw;
    }
    .rowProduct_list .productItem__linkImg {
        margin: 0;
    }
}
@media screen and (max-width: 705px) {
    .productItem_list_stock {
        height: 360px;
    }
}


@media screen and (max-width: 650px) {
    .viewedSlider .productItem__linkImg {
        height: 25vw;
    }

}

@media screen and (max-width: 540px) {
    .rowProduct_list .productItem__action {
        width: 100%;
    }

    .rowProduct_list .productItem__title {
        margin-top: 0;
    }

    .rowProduct_grid > div {
        width: 100%;
    }

    .rowProduct_grid .productItem__linkImg {
        height: 80vw;
    }
}

@media screen and (max-width: 480px) {
    .productItem__linkImg {
        height: 80vw;
    }

    .viewedSlider .productItem__linkImg {
        height: 25vw;
    }
}

@media screen and (max-width: 450px) {
    .viewedSlider .productItem__linkImg {
        height: 40vw;
    }

    .productItem_list_stock {
        height: 340px;
    }
}

@media screen and (max-width: 350px) {
    .viewedSlider .productItem__linkImg {
        max-height: 240px;
        height: 80vw;
    }
}

.newsItem {
    width: -webkit-calc(25.5% - 2%);
    width: calc(25.5% - 2%);
    margin-right: 2%;
    float: left;
    display: block;
    background: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.newsItem:hover {
    -webkit-box-shadow: 0 0 10px 5px rgba(72, 72, 72, 0.17);
    box-shadow: 0 0 10px 5px rgba(72, 72, 72, 0.17);
}

.newsItem_finished:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.newsItem_finished .newsItem__link:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(105, 105, 105, 0.33);
}

.newsItem__img {
    width: 100%;
    height: auto;
    /*max-height: 152px;*/
}

.newsItem__link {
    display: block;
    max-height: 170px;
    overflow: hidden;
    margin-bottom: 15px;
}

.newsItem__data {
    font-size: 12px;
    color: #a7a7ad;
    padding: 0 15px;
    margin-bottom: 15px;
    float: left;
}

.newsItem__title {
    clear: both;
    padding: 0 15px;
    font-size: 16px;
    color: #2e231e;
}

.newsItem__endAction {
    padding: 0 15px;
    background: url("../image/outof-stock.svg") no-repeat left center;
    color: #939393;
    font-size: 12px;
    margin-bottom: 15px;
    float: right;
}

.newsItem__label {
    font-family: "Ubuntu-Bold";
    color: #2e231e;
    clear: left;
    border-bottom: 1px solid transparent;
}

.newsItem__label:hover {
    border-color: #5d4941;
}

.newsItem__description {
    font-size: 16px;
    line-height: 1.25;
    padding: 0 15px;
    max-height: 140px;
    overflow: hidden;
    clear: both;
}

.newsItem__description_hidden {
    display: none;
}

.newsBlog {
    width: 100%;
    border-top: 1px solid #cfcdcc;
    margin: 0;
    padding: 15px 0;
    overflow: hidden;
}

.newsBlog__link {
    display: block;
    width: -webkit-calc(30% - 15px);
    width: calc(30% - 15px);
    margin-right: 15px;
    float: left;
}

.newsBlog__img {
    width: 100%;
    height: auto;
}

.newsBlog__info {
    float: left;
    width: 70%;
}

.newsBlog__data {
    float: left;
}

.newsBlog__endAction {
    float: right;
    padding-left: 20px;
    background: url("../image/outof-stock.svg") no-repeat left center;
}

.newsBlog__data, .newsBlog__endAction {
    font-size: 12px;
    color: #939393;
}

.newsBlog__label {
    font-size: 16px;
    font-family: "Ubuntu-Bold";
    margin-bottom: 1%;
    color: #5d4941;
    border-bottom: 1px solid transparent;
}

.newsBlog__label:hover {
    border-color: #5d4941;
}

.newsBlog__description {
    clear: both;
    margin: 5% 0;
    line-height: 1.4;
}

.contentPost p, .contentPost li {
    margin-bottom: 15px;
    line-height: 1.4;
}

.contentPost li {
    list-style: disc;
    margin-left: 20px;
}

.contentPost .date {
    color: #939393;
    font-size: 12px;
}

.contentPost a {
    color: #5d4941;
    text-decoration: underline;
}

.contentPost a:hover {
    text-decoration: none;
    color: #b3dddc;
}

.contentPost img {
    display: block;
    width: 100%;
    height: auto;
    margin: 3% auto;
}

@media screen and (max-width: 540px) {
    .newsBlog__link {
        float: none;
        width: 100%;
        max-width: 250px;
        margin: 0 auto 5% auto;
    }

    .newsBlog__info {
        width: 100%;
        float: none;
    }
}

.productSlider, .viewedSlider, .viewedSlider__account {
    margin: -15px 0;
}

.productSlider .slick-list, .viewedSlider .slick-list, .viewedSlider__account .slick-list {
    margin: 0 -10px;
    padding: 15px 0;
}

.productSlider .slick-slide, .viewedSlider .slick-slide, .viewedSlider__account .slick-slide {
    margin: 0 10px;
}

.productSlider .slick-track, .viewedSlider .slick-track, .viewedSlider__account .slick-track {
    float: left;
}

.productSlider .slick-arrow, .viewedSlider .slick-arrow, .viewedSlider__account .slick-arrow {
    top: -52px;
    background: #b3dddc;
    width: 27px;
    height: 27px;
}

.productSlider .slick-arrow:hover, .viewedSlider .slick-arrow:hover, .viewedSlider__account .slick-arrow:hover {
    background: #cfcdcc;
}

.productSlider .slick-arrow:active, .viewedSlider .slick-arrow:active, .viewedSlider__account .slick-arrow:active {
    background: #5d4941;
}

.productSlider .slick-arrow.slick-prev, .viewedSlider .slick-arrow.slick-prev, .viewedSlider__account .slick-arrow.slick-prev {
    right: 30px;
    left: auto;
}

.productSlider .slick-arrow.slick-next, .viewedSlider .slick-arrow.slick-next, .viewedSlider__account .slick-arrow.slick-next {
    right: 0;
}

.slider-nav .slick-slide {
    padding: 11px 6px;
}

.slider-nav .slick-current > div {
    -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
}

.slider-nav .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-nav .slick-next, .slider-nav .slick-prev {
    background-color: #b3dddc;
    width: 28px;
    height: 35px;
}

.slider-nav .slick-next:hover, .slider-nav .slick-prev:hover {
    background-color: #cfcdcc;
}

.slider-nav .slick-next:active, .slider-nav .slick-prev:active {
    background-color: #5d4941;
}

.slider-nav .slick-next {
    right: 0;
}

.slider-nav .slick-prev {
    left: 0;
}

.slider-nav .slick-disabled {
    display: none !important;
}

.slider-nav .slick-slide img {
    margin-bottom: -2px;
}

.slider-nav .slick-slide > div {
    cursor: pointer;
}

.slider-nav .slick-list.draggable {
    padding: 0 5px 0 2px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
    margin-bottom: 8.5%;
    position: relative;
}

.nav-tabs {
    margin: 0 0 28px 0;
    border: none;
    text-align: left;
    clear: both;
    padding: 0;
    overflow: auto;
    overflow-y: hidden;
}

.nav-tabs li {
    display: inline-block;
    margin-right: 2.4%;
    line-height: 25px;
    float: none;
    border-bottom: 2px solid transparent;
    outline: none !important;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.nav-tabs li:last-child {
    margin-right: 0;
}

.nav-tabs li a {
    font-size: 16px;
    color: #5d4941;
    text-decoration: none;
    border: none !important;
    font-family: "Ubuntu-Bold";
    outline: none !important;
}

.nav-tabs li.active {
    border-color: #b3dddc;
}

.nav-tabs li:hover {
    border-color: #b3dddc;
}

.cleanAll {
    float: right;
    margin-top: -35px;
}

.cleanAll__btn {
    font: 14px/1 "Ubuntu-Regular";
    color: red;
}

.cartTable, .tabAvailabilityCart {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px;
}

.cartTable__row, .tabAvailabilityCart__row {
    border-bottom: 1px solid #cfcdcc;
    position: relative;
}

.cartTable__row_bordered, .tabAvailabilityCart__row_bordered {
    border-top: 1px solid #cfcdcc;
}

.cartTable__titleColumn, .tabAvailabilityCart__titleColumn {
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
}

.cartTable__box, .tabAvailabilityCart__box {
    vertical-align: middle;
    text-align: center;
    padding: 25px 0 30px 0;
    width: 13%;
    /*font-family: "Ubuntu-Bold";*/
    font-size: 16px;
}

.cartTable__box:first-child, .tabAvailabilityCart__box:first-child {
    width: 35%;
}

.cartTable__box:last-child, .tabAvailabilityCart__box:last-child {
    width: 20%;
}

.cartTable__box_bigText, .tabAvailabilityCart__box_bigText {
    font-size: 16px;
}

.cartTable__link, .tabAvailabilityCart__link {
    display: inline-block;
    width: 30%;
    max-width: 100px;
    min-width: 60px;
    margin-right: 2.5%;
    vertical-align: middle;
}

.cartTable__img, .tabAvailabilityCart__img {
    width: 100%;
    height: auto;
}

.cartTable__name, .tabAvailabilityCart__name {
    font-size: 16px;
    font-family: "Ubuntu-Bold";
    text-align: left;
    color: #5d4941;
    text-decoration: none;
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    padding-left: 20px;
}

.cartTable__checkout, .tabAvailabilityCart__checkout {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    background: #b3dddc;
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 7px 20px;
    text-decoration: none;
    color: #5d4941;
    font-family: "Ubuntu-Bold";
}

.cartTable__checkout:hover, .tabAvailabilityCart__checkout:hover {
    background: #cfcdcc;
}

.cartTable__checkout:focus, .tabAvailabilityCart__checkout:focus {
    background: #5d4941;
    color: #b3dddc;
}

.cartTable__delete, .tabAvailabilityCart__delete {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../image/outof-stock.svg") no-repeat center;
    -webkit-background-size: 14px 14px;
    background-size: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-family: "Ubuntu-Bold";
    text-align: center;
    line-height: 12px;
    opacity: 0.5;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.cartTable__delete:hover, .tabAvailabilityCart__delete:hover {
    opacity: 1;
}

.cartTable__delete:active, .tabAvailabilityCart__delete:active {
    opacity: 1;
}

.cartTable .message, .tabAvailabilityCart .message {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding: 4px 20px;
    background: #f5f6ff;
    font-family: "Ubuntu-Medium";
    font-size: 14px;
    text-align: center;
}

.numerosity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.numerosity__btn {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.numerosity__btn:hover {
    opacity: 1;
}

.numerosity__minus {
    background: url("../image/arrowLeft.svg") no-repeat center;
}

.numerosity__plus {
    background: url("../image/arrowRight.svg") no-repeat center;
}

.numerosity__value {
    display: inline-block;
    width: 36px;
    line-height: 36px;
    height: 34px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #cfcdcc;
    text-align: center;
    padding: 0 3px;
}

.numerosity .disabled {
    opacity: 0.3;
}

.cartBottom {
    margin-bottom: 7.5%;
}

.cartDiscount {
    float: left;
    width: 50%;
    text-align: left;
}

.cartDiscount__value {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    line-height: 36px;
    height: 36px;
    border: 1px solid #cfcdcc;
    padding: 0 15px;
    background: #f5f6ff;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.cartDiscount__value::-webkit-input-placeholder {
    color: #939393;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.cartDiscount__value::-moz-placeholder {
    color: #939393;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.cartDiscount__value:-ms-input-placeholder {
    color: #939393;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.cartDiscount__value::-ms-input-placeholder {
    color: #939393;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.cartDiscount__value::placeholder {
    color: #939393;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.cartDiscount__value:hover {
    border-color: #5d4941;
}

.cartDiscount__value:focus {
    background: #ffffff;
}

.cartDiscount__value:focus::-webkit-input-placeholder {
    color: transparent;
}

.cartDiscount__value:focus::-moz-placeholder {
    color: transparent;
}

.cartDiscount__value:focus:-ms-input-placeholder {
    color: transparent;
}

.cartDiscount__value:focus::-ms-input-placeholder {
    color: transparent;
}

.cartDiscount__value:focus::placeholder {
    color: transparent;
}

.cartDiscount__send {
    display: inline-block;
    vertical-align: middle;
    background: url("../image/check.svg") no-repeat center;
    background-color: #b3dddc;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: none;
}

.cartDiscount__send:hover {
    background-color: #cfcdcc;
}

.cartDiscount__send:active {
    background: url("../image/checkBlue.svg") no-repeat center;
    background-color: #5d4941;
}

.cartDiscount .wrap {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.cartDiscount label.error {
    display: block;
    clear: both;
    font-size: 12px;
    color: red;
    margin-top: 4px;
    text-align: left;
}

.cartTotal {
    float: right;
    width: 50%;
    text-align: right;
}

.cartTotal__length {
    display: inline-block;
    color: #939393;
    font-size: 15px;
    margin-right: 20px;
}

.cartTotal__length:last-child {
    margin-right: 0;
}

.cartTotal__value {
    color: #5d4941;
    font-size: 20px;
    font-family: "Ubuntu-Bold";
    margin-left: 10px;
}

.cartTotal__price {
    color: #39b54a;
    font-size: 20px;
    font-family: "Ubuntu-Bold";
    margin-left: 10px;
}

.cartBtn {
    clear: both;
    width: 100%;
    text-align: right;
    padding: 5px 0 0 0;
}

.cartBtn__link {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0 25px;
    margin: 0 10px 10px 10px;
    text-decoration: none;
    color: #5d4941;
    font-family: "Ubuntu-Medium";
    border: none;
}

.cartBtn__link_oneStep {
    background: #d8b3dd;
}

.cartBtn__link_oneStep:hover {
    background: #b3dddc;
}

.cartBtn__link_oneStep:active {
    background: #5d4941;
    color: #b3dddc;
}

.cartBtn__link_checkout {
    background: #b3dddc;
}

.cartBtn__link_checkout:hover {
    background: #cfcdcc;
}

.cartBtn__link_checkout:active {
    background: #5d4941;
    color: #b3dddc;
}

.isEmptyCart {
    text-align: center;
    font-size: 20px;
    font-family: "Ubuntu-Bold";
    margin: 10px 0 20px 0;
}

.tabCart__subtitle {
    font-size: 20px;
    font-family: "Ubuntu-Medium";
    margin-bottom: 20px;
    clear: both;
}

.cartTable_mobile {
    display: none;
}


.tabSelected .cartTable__deleteItem{
    width: 10%;
}

.tabSelected .cartTable__box .cartTable__checkout {
    width: 80%;
    padding: 7px 0;
    font-family: inherit;
    font-size: 14px;
}

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

    .numerosity__minus {
        background: url("../image/arrowLeft.svg") no-repeat left;
    }

    .numerosity__plus {
        background: url("../image/arrowRight.svg") no-repeat right;
    }

    .cartDiscount, .cartTotal {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }

    .cartBtn {
        text-align: center;
    }

    .cartBtn__link {
        display: block;
        max-width: 300px;
        margin: 0 auto 15px auto;
    }

    .cartTable thead {
        display: none;
    }

    .cartTable__deleteItem {
        position: absolute;
        z-index: 9;
        right: 0;
        top: 0;
        padding: 10px !important;
        width: auto !important;
        min-height: 1px !important;
    }

    .tabCart table tr, .tabSelected table tr {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 10px 0;
    }

    .tabCart table .cartTable__name, .tabSelected table .cartTable__name {
        padding-right: 30px;
        width: auto;
    }

    .tabCart table td.cartTable__box, .tabSelected table td.cartTable__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px 0 5px 0;
        width: 50%;
        float: right;
        min-height: 46px;
    }

    .tabCart table td.cartTable__box:nth-child(1), .tabSelected table td.cartTable__box:nth-child(1) {
        width: 100%;
        overflow: hidden;
        padding: 10px 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .tabCart .cartTable_desktop,
    .tabSelected .cartTable_desktop, .checkoutStep__content .cartTable_desktop{
        display: none;
    }
    .tabCart .cartTable_mobile,
    .tabSelected .cartTable_mobile, .checkoutStep__content .cartTable_mobile {
        display: table;
    }
    .tabCart .cartTable_mobile table tr,
    .tabSelected .cartTable_mobile table tr, .checkoutStep__content .cartTable_mobile table tr{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }
    .tabCart .cartTable_mobile table tr td.cartTable__box,
    .tabSelected .cartTable_mobile table tr td.cartTable__box,
    .checkoutStep__content .cartTable_mobile table tr td.cartTable__box{
        display: block;
        width: 50%;
        text-align: left;
        padding: 5px 0;
        min-height: 1px;
    }
    .tabCart .cartTable_mobile table tr td.cartTable__box:first-child,
    .tabSelected .cartTable_mobile table tr td.cartTable__box:first-child,
    .checkoutStep__content .cartTable_mobile table tr td.cartTable__box:first-child{
        text-align: left;
        font-family: "Ubuntu-Regular";
        font-size: 12px;
    }
    .tabCart .cartTable_mobile table tr td.cartTable__box:last-child,
    .tabSelected .cartTable_mobile table tr td.cartTable__box:last-child,
    .checkoutStep__content .cartTable_mobile table tr td.cartTable__box:last-child{
        text-align: left;
    }
    .tabCart .cartTable_mobile .numerosity,
    .tabSelected .cartTable_mobile .numerosity,
    .checkoutStep__content .cartTable_mobile .numerosity{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .cartTable__name, .tabAvailabilityCart__name {
        padding-left: 0;
    }
    .tabSelected table tr td.cartTable__box:nth-child(4) {
        width: 100%;
    }

    .orderedTable_table{
        display: none;
    }
}

.resultWrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 997;
    background: rgba(11, 11, 11, 0.81);
}

.resultWrap_active {
    display: block;
}

.result {
    position: fixed;
    width: auto;
    min-width: 250px;
    padding: 10px 0;
    border-top: 2px solid #b3dddc;
    background: #ffffff;
}

.result__content {
    max-height: 420px;
    overflow: auto;
    padding: 0 15px;
}

.result__item {
    display: block;
    border-bottom: 1px solid #cfcdcc;
    padding: 10px 0;
    overflow: hidden;
}

.result__item:last-child {
    border-bottom: none;
}

.result__imgElement {
    display: block;
    width: 20%;
    float: left;
    padding-right: 3%;
}

.result__img {
    width: 100%;
    height: auto;
}

.result__name {
    padding-top: 5px;
    width: 80%;
    float: right;
}

.result__link {
    font-size: 14px;
    color: #5d4941;
    text-decoration: none;
}

.result__link:hover {
    color: #b3dddc;
}

.result__link_all {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    padding: 0 10px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #b3dddc;
    line-height: 36px;
    height: 36px;
}

.result__link_all:hover {
    background: #cfcdcc;
    color: #5d4941;
}

.result__link_all:active {
    color: #b3dddc;
    background: #5d4941;
}

.result__more {
    padding: 10px 0 5px 0;
    border-top: 1px solid #cfcdcc;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .result__content {
        height: -webkit-calc(100vh - 157px);
        height: calc(100vh - 157px);
        max-height: 325px;
    }
}

@media screen and (max-width: 450px) {
    .result__content {
        height: -webkit-calc(100vh - 228px);
        height: calc(100vh - 228px);
    }
}

.userPopup_wrapper {
    display: none;
    position: fixed;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(11, 11, 11, 0.8);
    z-index: 9999;
}

.userPopup__window {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    max-height: -webkit-calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    padding-top: 36px;
}

.userPopup__content {
    background: #ffffff;
    padding: 25px 15px 15px;
}

.userPopup__close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url("../image/close_small.svg") no-repeat center;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    background-color: #b3dddc;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.userPopup__close:hover {
    background-color: #cfcdcc;
}

.userPopup__close:active {
    background-color: #5d4941;
}

.userPopup__title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: "Ubuntu-Bold";
    border-bottom: 1px solid #cfcdcc;
}

.userPopup__legend {
    font-size: 14px;
    line-height: 1.3;
    color: #5d4941;
    margin-bottom: 15px;
}

.userPopup__legend .requiredLabel {
    color: red;
}

.userPopup__screen {
    display: none;
}

.userPopup__link {
    display: inline-block;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    line-height: 34px;
    height: 36px;
    font-family: "Ubuntu-Bold";
    color: #5d4941;
    background: #b3dddc;
    border: none;
    text-align: center;
}

.userPopup__link_all {
    width: 100%;
}

.userPopup__link:hover {
    background: #cfcdcc;
}

.userPopup__link:focus {
    background: #5d4941;
    color: #b3dddc;
}

.userPopup__startScreen {
    text-align: center;
}

.userPopup__forgotPassword {
    display: inline-block;
    font-size: 14px;
    color: red;
    margin-top: 15px;
}

.userPopup__tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    min-width: 100px;
    padding: 0 10px;
    background: #bfbfbf;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    line-height: 36px;
    height: 36px;
    color: #5d4941;
    font-family: "Ubuntu-Bold";
    text-align: center;
}

.userPopup__tab:nth-child(3) {
    left: 41%;
}

.userPopup__tab_active {
    background: #b3dddc;
}

.userPopup__tab_active:hover {
    background: #cfcdcc;
}

.userPopup__tab_active:active {
    background: #5d4941;
    color: #b3dddc;
}

.formUser__label {
    font-size: 14px;
    color: #5d4941;
    margin-bottom: 5px;
    width: 100%;
}

.formUser__label_require:after {
    content: "*";
    display: inline;
    color: red;
    padding-left: 5px;
}

.formUser__input {
    width: 100%;
    line-height: 34px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #cfcdcc;
    background: #f5f6ff;
    padding: 0 10px;
    margin-bottom: 15px;
}

.formUser label.error {
    color: red;
    display: block;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 12px;
}

/*new*/
/*aside.col-sm-3 {*/
/*    position: -webkit-sticky;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    z-index: 99;*/

/*}*/

.sidebar {
    width: 100%;
    max-width: 270px;
    background: #ffffff;

    /*new*/
    /*padding-bottom: 0;*/
    /*margin-bottom: 25px;*/
}
/*new*/
/*.categorySidebar.sticky {*/
/*    position: -webkit-sticky;*/
/*    position: sticky;*/
/*}*/
/*!*new*!*/
/*.categorySidebar.sticky:before {*/
/*    display: none;*/
/*}*/

.sidebar__close {
    display: none;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    background: #cfcdcc url("../image/close.svg") no-repeat center;
    -webkit-background-size: 12px 12px;
    background-size: 12px;
}

.sidebar__close:hover {
    background-color: #5d4941;
}

.sidebar .categorySidebar {
    display: block;
}

.mfp-content .sidebar {
    display: block;
}

.categorySidebar {
    border: 1px solid #cfcdcc;
    padding: 8.5% 0;
    padding-bottom: 0;
    margin-bottom: 25px;
    display: none;
}

.categorySidebar__title {
    display: block;
    margin: -8.5% 0;
    margin-bottom: 8px;
    padding: 14px 20px 14px 55px;
    max-height: 43px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Ubuntu-Bold";
    background: #b3dddc url("../image/burger-menu.svg") no-repeat 20px center;
    -webkit-background-size: 14px 14px;
    background-size: 14px;
    position: relative;
}

.categorySidebar__item {
    display: block;
    margin: 7px 0;
    z-index: 2;
	position: relative;
}

.categorySidebar__item:hover > a > .categorySidebar__toggleDrop {
    -webkit-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform: rotate(-90deg) translate(50%, -50%);
    transform: rotate(-90deg) translate(50%, -50%);
}

.categorySidebar__toggleDrop {
    display: block;
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 10px;
    background: url("../image/arrowRight.svg") no-repeat center;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.categorySidebar__drop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -8px;
    left: 100%;
    width: 100%;
    text-indent: 0;
    min-height: -webkit-calc(100% - 25px);
    min-height: calc(100% - 25px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.categorySidebar__drop .categorySidebar__item {
    background-color: #ffffff;
    border-left: 1px solid #cfcdcc;
    border-right: 1px solid #cfcdcc;
    margin: 0;
    white-space: nowrap;
    max-width: 100%;
}

.categorySidebar__drop .categorySidebar__item:first-child {
    border-top: 1px solid #cfcdcc;
}

.categorySidebar__drop .categorySidebar__item:last-child {
    border-bottom: 1px solid #cfcdcc;
}

.categorySidebar__drop .categorySidebar__item .categorySidebar__drop {
      /*margin-left: -1px;*/
}

.categorySidebar__drop .categorySidebar__item .categorySidebar__link {
    padding: 14px 20px;
}

.categorySidebar__drop .categorySidebar__toggleDrop {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.categorySidebar__drop .categorySidebar__drop {
    top: 0;
    min-height: 100%;
}

.categorySidebar__link {
    color: #5d4941;
    padding: 10px 20px;
    font-family: "Ubuntu-Regular";
    position: relative;
    display: block;
    white-space: normal;
}

.categorySidebar__link:hover {
    color: #b3dddc;
}

@media screen and (min-width: 768px) {
    .categorySidebar__item:hover > .categorySidebar__drop {
        z-index: 9;
        visibility: visible;
        opacity: 1;
    }

    .categorySidebar__item:hover > .categorySidebar__toggleDrop {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .categorySidebar__item:hover > .categorySidebar__link {
        color: #b3dddc;
    }
}

.filter {
    border: 1px solid #cfcdcc;
    padding: 0 10px;
    margin-bottom: 25px;
}

.filter__item {
    border-bottom: 1px solid #cfcdcc;
    padding: 15px 0;
}

.filter__item:last-child {
    border-bottom: none;
}

.filter__title {
    font-family: "Ubuntu-Bold";
    font-size: 14px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.filter__title_active .filter__toggle {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filter__toggle {
    display: block;
    padding: 7px 5px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    background: url("../image/arrowRight.svg") no-repeat left center;
    cursor: pointer;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.filter .filter__content {
    display: none;
    margin-top: 20px;
    height: auto;
    max-height: 260px;
    overflow-y: auto;
}

.filter__price .rangeSlider {
    height: 2px;
    background: #cfcdcc;
    margin-top: 20px;
    position: relative;
}

.filter__price .ui-slider-handle {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 2px solid #b3dddc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    top: -6px;
    margin-left: -6px;
}

.filter__price .ui-slider-range {
    height: 2px;
    background: #b3dddc;
    position: absolute;
}

.filter__price_inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}

.filter__price_inputs input {
    width: 40%;
    margin: 0 5px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #cfcdcc;
    background: #f5f6ff;
    padding: 0 10px;
    color: #2e231e;
}

.filter__price_inputs .lebel {
    display: inline-block;
    color: #939393;
}

.productView {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 11%;
    min-width: 80px;
}

.productView__item {
    display: inline-block;
    width: 20%;
    padding: 10px 8px;
    margin-left: 15px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.productView__item:first-child {
    margin-left: 0;
}

.productView__item:hover {
    opacity: 1;
}

.productView__item.selected {
    opacity: 1;
}

.productView__toTable {
    background: url("../image/view-table.svg") no-repeat center;
}

.productView__toList {
    background: url("../image/view-line.svg") no-repeat center;
}

.productView .wrappView a[data-view='table'] {
    background: url("../image/view-tableLight.svg") no-repeat center;
    opacity: 1;
}

.productView .rowProduct_grid a[data-view='table'] {
    background: url("../image/view-tableLight.svg") no-repeat center;
    opacity: 1;
}

.productView .rowProduct_list a[data-view='list'] {
    background: url("../image/view-lineLight.svg") no-repeat center;
    opacity: 1;
}

.openFilter {
    background: url("../image/funnel.svg") no-repeat center;
    -webkit-background-size: 15px 15px;
    background-size: 15px;
    margin-right: 13px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.openFilter_active {
    background: url("../image/funnelLight.svg") no-repeat center;
    -webkit-background-size: 15px 15px;
    background-size: 15px;
}

.sidebarBanner {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.sidebarBanner__link {
    display: block;
}

.sidebarBanner__img {
    display: block;
}

.sidebarBanner__text {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 10%;
    font-size: 32px;
    color: #2e231e;
    text-align: center;
    margin: 0 auto;
    line-height: 1.25;
}

.sidebarBanner__btn {
    display: block;
    background: #b3dddc;
    position: absolute;
    z-index: 9;
    line-height: 43px;
    height: 43px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 145px;
    font-size: 16px;
    color: #2e231e;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.sidebarBanner__btn:hover {
    background: #cfcdcc;
}

.sidebarBanner__btn:active {
    background: #5d4941;
    color: #b3dddc;
}

.catalogCategory__wrap {
    margin-bottom: 50px;
    text-align: right;
}

.catalogCategory__link {
    display: inline-block;
    width: 100%;
    max-width: 170px;
    text-align: center;
    line-height: 43px;
    height: 43px;
    background: #b3dddc url("../image/arrowRight.svg") no-repeat 140px center;
    -webkit-background-size: 13px 13px;
    background-size: 13px;
    color: #5d4941;
    font-family: "Ubuntu-Medium";
    font-size: 16px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0 10px;
    padding-right: 40px;
}

.catalogCategory__link:hover {
    background-color: #cfcdcc;
}

.catalogCategory__link:active {
    background: #5d4941 url("../image/arrow-rightLight.svg") no-repeat 140px center;
    -webkit-background-size: 13px 13px;
    background-size: 13px;
    color: #b3dddc;
}

.filterColor__wrap {
    float: left;
    max-width: 36px;
    margin: 0 6px 12px 6px;
}

.filterColor__wrap_selected .filterColor__img {
    border-color: #5d4941;
}

.filterColor__input {
    display: none;
}

.filterColor__label {
    cursor: pointer;
    display: block;
}

.filterColor__img {
    display: block;
    height: 36px;
    width: 36px;
    border: 1px solid #cfcdcc;
    background-color: #c5eeaa;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.filterColor__img:hover {
    border-color: #5d4941;
}

.filterColor .filter__content {
    margin: 20px -6px 0 -6px;
}

.filterWeight__wrap {
    margin-bottom: 5px;
}

.filterWeight__wrap:last-child {
    margin-bottom: 0;
}

.filterWeight__label {
    cursor: pointer;
}

.filterWeight__input {
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    .sidebar {
        display: none;
        position: relative;
        max-width: 350px;
        padding: 10px;
        margin: 0 auto;
    }

    .sidebar__close {
        display: block;
    }

    .mfp-content {
        padding: 4% 0;
    }

    .categorySidebar {
        background: #ffffff;
        position: relative;
    }

    .categorySidebar__drop {
        border: none;
        position: static;
        padding-left: 20px;
    }

    .filter {
        background: #ffffff;
        position: relative;
        padding: 20px;
    }

    .filter.btn-subscribe, .filter.btn-subscribe.not{
        padding: 0!important;
    }

    .filter.btn-subscribe{
        background:#b3dddc!important;
    }

    .filter.btn-subscribe.not{
        background:#e9c0ac!important;
    }
    .categorySidebar__item .categorySidebar__toggleDrop {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .categorySidebar__item .categorySidebar__drop {
        display: none;
    }

    .categorySidebar__item:hover > a > .categorySidebar__toggleDrop {
        -webkit-transform: rotate(-90deg) translate(0, 0);
        -ms-transform: rotate(-90deg) translate(0, 0);
        transform: rotate(-90deg) translate(0, 0);
    }

    .categorySidebar__item.active > .categorySidebar__drop {
        visibility: visible;
        opacity: 1;
        display: block;
        border-bottom: 1px solid #cfcdcc;
    }

    .categorySidebar__item.active > .categorySidebar__drop .categorySidebar__item {
        border: none;
    }

    .categorySidebar__item.active > a > .categorySidebar__toggleDrop {
        -webkit-transform: rotate(-90deg) translate(0, 0);
        -ms-transform: rotate(-90deg) translate(0, 0);
        transform: rotate(-90deg) translate(0, 0);
    }

    .categorySidebar__item.active .categorySidebar__link {
        margin-right: 30px;
    }

    .categorySidebar__item.active .categorySidebar__toggleDrop {
        right: -26px;
        top: 5px;
        padding: 12px;
    }

    .categorySidebar__item.active:hover > a > .categorySidebar__toggleDrop {
        -webkit-transform: rotate(-90deg) translate(0, 0);
        -ms-transform: rotate(-90deg) translate(0, 0);
        transform: rotate(-90deg) translate(0, 0);
    }
}

.mfp-content .categorySidebar {
    display: block;
}

.sorter {
    margin: 15px 0 10px 0;
    position: relative;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.sorter__small {
    display: none;
}

.sorter__list {
    text-align: left;
    width: 83%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sorter__item {
    display: inline-block;
    margin-right: 4%;
    font-size: 12px;
    color: #2e231e;
    cursor: pointer;
    white-space: nowrap;
    line-height: 12px;
}

.sorter__item:after {
    content: "";
    display: inline-block;
    padding: 7px 5px;
    background: url("../image/arrowRight.svg") no-repeat center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 5px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.sorter__item:hover {
    color: #b3dddc;
}

.sorter__item:hover:after {
    background: url("../image/arrow-rightLight.svg") no-repeat center;
}

.sorter__item.selected {
    color: #b3dddc;
}

.sorter__item.selected:after {
    background: url("../image/arrow-rightLight.svg") no-repeat center;
}

.sorter__toTop:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sorterDrop {
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.sorterDrop:hover {
    color: #2e231e;
}

.sorterDrop:after {
    display: none;
}

.sorterDrop__menu {
    position: absolute;
    z-index: 1;
    width: 40px;
    top: 0;
    display: inline-block;
    border-top: none;
    background: #ffffff;
}

.sorterDrop__item {
    display: block;
    padding: 0 5px;
    line-height: 25px;
    height: 25px;
    text-align: left;
    color: #2e231e;
    font-size: 12px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border: none;
}

.sorterDrop:hover {
    overflow: visible;
}

.sorterDrop:hover .sorterDrop__menu {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.sorterDrop:hover:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sorter__list_active {
    position: absolute;
    z-index: 99;
    left: 88px;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 0 10px 5px rgba(72, 72, 72, 0.17);
}

.sorter__list_active .sorter__item {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    margin-bottom: 5px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #2e231e;
    width: 40px;
    height: 16px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 0 5px;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.select-styled:hover {
    color: #b3dddc;
}

.select-styled:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../image/arrowRight.svg") no-repeat center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.select-styled:active:after, .select-styled.active:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url("../image/arrow-rightLight.svg") no-repeat center;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #b3dddc;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.select-options li {
    margin: 0;
    padding: 5px 5px;
    text-align: left;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    color: #b3dddc;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

@media screen and (max-width: 992px) {
    .sorterDrop {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .sorter__small {
        display: block;
        float: left;
        font-size: 14px;
        padding-right: 7px;
        cursor: pointer;
        position: relative;
    }
    .sorter__small:after {
        content: "";
        display: inline-block;
        padding: 7px 5px;
        background: url("../image/arrowRight.svg") no-repeat center;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        vertical-align: middle;
        margin-left: 2px;
        -webkit-transition: .3s all linear;
        -o-transition: .3s all linear;
        transition: .3s all linear;
    }
    .sorter__small.active {
        color: #b3dddc;
    }
    .sorter__small.active:after {
        background: url("../image/arrow-rightLight.svg") no-repeat center;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }



    .sorter__list {
        width: auto;
    }

    .sorter__item {
        font-size: 14px;
        display: none;
        margin-top: 2px;
        margin-bottom: 8px !important;
    }

    .sorter__item:after {
        display: none;
    }

    .sorter__item.selected {
        display: block;
        color: #5d4941;
        margin-left: 10px;
    }

    .sorter__item.selected:after {
        background: url("../image/arrowLeft.svg") no-repeat center;
    }

    .sorterDrop {
        margin-bottom: 0 !important;
    }

    .sorterDrop__menu {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: none;
        width: 100%;
        margin: 4px 0 0 -4px;
    }

    .sorterDrop__menu:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .sorterDrop__menu .sorter__item {
        display: inline-block;
    }

    .sorterDrop__item.selected {
        color: #b3dddc;
    }

    .sorterDrop:hover {
        color: #2e231e;
    }

    .sorterDrop:hover .sorterDrop__menu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.pagination {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #cfcdcc;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 25px;
}

.pagination__count {
    font-size: 12px;
    color: #939393;
}

.pgn-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #5d4941;
}

.pgn-pages_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pgn-pages_item {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0 5px;
    text-align: center;
    line-height: 20px;
    background: #cfcdcc;
    font-family: "Ubuntu-Medium";
    cursor: pointer;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.pgn-pages_item a {
    display: block;
}

.pgn-pages_item.active {
    background: #b3dddc;
    cursor: auto;
}

.pgn-pages_item:hover, .pgn-pages_item:active {
    background-color: #b3dddc;
}

.pgn-pages_prev, .pgn-pages_next {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.pgn-pages_prev:hover, .pgn-pages_next:hover {
    background-color: #cfcdcc;
}

.pgn-pages_prev:active, .pgn-pages_next:active {
    background-color: #b3dddc;
}

.pgn-pages_prev {
    background: url("../image/arrowLeft.svg") no-repeat center;
}

.pgn-pages_next {
    background: url("../image/arrowRight.svg") no-repeat center;
}

@media screen and (max-width: 768px) {
    .pagination {
        padding: 15px 0;
        margin-bottom: 0;
    }

    .pagination__count {
        display: none;
    }
}

.viewedSlider__container_bordered {
    margin-top: 50px;
    padding-top: 45px;
    border-top: 1px solid #cfcdcc;
}

.productsTabs {
    margin-bottom: 10%;
}

.product__wrapp {
    background-color: #f5f6ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 8.5%;
}

.product__img {
    width: 43%;
    float: left;
    /*background-color: #e8e8f1;*/
}

.product__img .slider-for {
    cursor: pointer;
}

.product__shop {
    width: 67%;
    float: left;
    padding: 2.3%;
    position: relative;
    padding-bottom: 155px;
}

.product__name {
    font-size: 18px;
    margin-bottom: 2%;
    font-family: "Ubuntu-Medium";
}
.product__cod{
    margin-bottom: 5%;
}

.product__blockPrice {
    margin-bottom: 6%;
}

.product__price {
    font-size: 30px;
    font-family: "Ubuntu-Bold";
    color: #90d1cf;
}

.product__price_old {
    font-size: 18px;
    color: #939393;
}

.product__toCart {
    position: absolute;
    bottom: 20px;
    /*width: -webkit-calc(100% - 40px);*/
    /*width: calc(100% - 40px);*/
    padding: 20px 0 10px 0;
    width: 100%;
}

.product__stock {
    font-size: 12px;
    color: #939393;
    padding-left: 15px;
}

.product__stock_inStock {
    background: url("../image/in-stock.svg") no-repeat left center;
}

.product__stock_inOrder {
    background: url("../image/order.svg") no-repeat left center;
}

.product__stock_notOrder {
    background: url("../image/outof-stock.svg") no-repeat left center;
}

.product__btnBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-start;
    /*padding-right: 100px;*/
    padding-right: 50px;
    margin-top: 10px;
}


.product__toSelected {
    /*position: absolute;*/
    /*top: -webkit-calc(50% + 3px);*/
    /*top: calc(50% + 3px);*/
    /*right: 0;*/
    display: block;
    padding: 5px 0 5px 25px;
    background: url("../image/favorites.svg") no-repeat center left;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    color: #5d4941;
    opacity: 0.6;
    white-space: nowrap;
    font-size: 12px;
}

.product__toSelected:hover {
    opacity: 1;
}

.product__toSelected_active {
    opacity: 1;
    background: url("../image/favoritesActive.svg") no-repeat -2px center;
    -webkit-background-size: 22px 22px;
    background-size: 22px;
}

.product__button {
    display: block;
    width: auto;
    padding: 0 3%;
    line-height: 34px;
    height: 36px;
    color: #5d4941;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: none;
    font-family: "Ubuntu-Medium";
    margin-left: 5%;
    white-space: nowrap;
    margin-bottom: 10px;
}

.product__button_oneStep {
    background-color: #d8b3dd;
}

.product__button_oneStep:hover {
    background-color: #b3dddc;
}

.product__button_oneStep:active {
    background-color: #5d4941;
    color: #b3dddc;
}

.product__button_inCart {
    padding-left: 40px;
    background: #b3dddc url("../image/basket-icon.svg") no-repeat 10px center;
}

.product__button_inCart:hover {
    background-color: #cfcdcc;
}

.product__button_inCart:active {
    background: #5d4941 url("../image/basket-icon-active.svg") no-repeat 10px center;
    color: #b3dddc;
}

.product .numerosity {
    margin-bottom: 10px;
    margin-left: -10px;
}

.product__priceText {
    color: #39b54a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.product__price_old + .product__priceText {
    color: #939393;
    margin-bottom: 0;
}

.description__text {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.product__shop .product__btnBlock + .product__toSelected {
    top: -webkit-calc(50% + 3px);
    top: calc(50% + 3px);
}

.product__shop .product__toSelected {
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
}

.revue__item {
    padding-top: 20px;
    position: relative;
}

.revue__item:first-child {
    border-top: 1px solid #cfcdcc;
}

.revue__item > .revue__item {
    margin-left: 5%;
}

.revue__author {
    font-size: 15px;
    font-family: "Ubuntu-Medium";
    color: #2e231e;
    margin-bottom: 20px;
}

.revue__data {
    font-size: 12px;
    width: auto;
    position: absolute;
    top: 5px;
    right: 0;
    color: #939393;
}

.revue__content {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.revue__set {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cfcdcc;
}

.revue__answer {
    margin-left: 15px;
    display: inline-block;
    font-size: 12px;
    color: #939393;
}

.revue__answer:hover {
    color: #5d4941;
}

.revue__answer:active {
    text-decoration: underline;
}

.like {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.like__label {
    padding: 0;
    color: #939393;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}

.like__add {
    display: inline-block;
    padding: 3px 5px 3px 20px;
    margin-right: 10px;
    position: relative;
}

.like__add:hover {
    opacity: 1;
}

.like__add_positive:before {
    content: "";
    display: block;
    background: url("../image/thumb-up.svg") no-repeat left center;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

.like__add_positive.active {
    opacity: 1;
}

.like__add_positive.active:before {
    background: url("../image/thumb-upActive.svg") no-repeat left center;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
}

.like__add_negative:before {
    content: "";
    display: block;
    background: url("../image/thumb-up.svg") no-repeat left center;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

.like__add_negative.active:before {
    background: url("../image/thumb-upActive.svg") no-repeat left center;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    opacity: 1;
}

.like__add.disabled {
    opacity: 0.5;
}

.like__counter {
    font-size: 12px;
    color: #5d4941;
    display: inline-block;
    margin: 2px;
}

@media screen and (max-width: 1200px) {
    .product__btnBlock {
        /*padding-right: 0;*/
        padding-right: 50px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .product__shop .product__btnBlock + .product__toSelected {
        top: 15px;
    }
    .product .numerosity {
        width: 100%;
        margin-left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 992px) {
    .product .numerosity {
        width: 100%;
        margin-left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product__toCart {
        position: unset;
    }
    .product__shop{
        padding-bottom: 0;
    }
    .product__btnBlock{
        padding-right: 0;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 650px) {
    .product__wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 -10px;
        margin-bottom: 6%;
    }

    .product__shop {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        /*padding-bottom: 180px;*/
    }

    .product__img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .product__toCart {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
}

.revue__add {
    font-size: 14px;
    font-family: "Ubuntu-Medium";
    text-decoration: underline;
    display: inline-block;
    margin: 20px 0;
}

.revue__form {
    display: none;
    width: 80%;
    min-width: 300px;
}

.revue__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.revue__field > p {
    float: left;
    width: 47%;
}

.revue__label {
    color: #939393;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.revue__input {
    line-height: 34px;
    height: 36px;
    padding: 0 10px;
}

.revue__text {
    resize: none;
    padding: 10px;
}

.revue__input, .revue__text {
    width: 100%;
    border: 1px solid #cfcdcc;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    font-size: 14px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #f5f6ff;
}

.revue__input::-webkit-input-placeholder, .revue__text::-webkit-input-placeholder {
    color: #939393;
    font-size: 12px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.revue__input::-moz-placeholder, .revue__text::-moz-placeholder {
    color: #939393;
    font-size: 12px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.revue__input:-ms-input-placeholder, .revue__text:-ms-input-placeholder {
    color: #939393;
    font-size: 12px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.revue__input::-ms-input-placeholder, .revue__text::-ms-input-placeholder {
    color: #939393;
    font-size: 12px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.revue__input::placeholder, .revue__text::placeholder {
    color: #939393;
    font-size: 12px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.revue__input:hover, .revue__text:hover {
    border-color: #5d4941;
}

.revue__input:focus, .revue__text:focus {
    border-color: #5d4941;
    background-color: #ffffff;
}

.revue__input:focus::-webkit-input-placeholder, .revue__text:focus::-webkit-input-placeholder {
    color: transparent;
}

.revue__input:focus::-moz-placeholder, .revue__text:focus::-moz-placeholder {
    color: transparent;
}

.revue__input:focus:-ms-input-placeholder, .revue__text:focus:-ms-input-placeholder {
    color: transparent;
}

.revue__input:focus::-ms-input-placeholder, .revue__text:focus::-ms-input-placeholder {
    color: transparent;
}

.revue__input:focus::placeholder, .revue__text:focus::placeholder {
    color: transparent;
}

.revue__button {
    height: 36px;
    line-height: 36px;
    color: #5d4941;
    background-color: #b3dddc;
    display: block;
    width: auto;
    float: right;
    border: none;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    font-size: 16px;
    font-family: "Ubuntu-Medium";
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0 20px;
    min-width: 140px;
    text-align: center;
}

.revue__button:hover {
    background-color: #cfcdcc;
}

.revue__button:focus {
    background-color: #5d4941;
    color: #b3dddc;
}

.revue label.error {
    font-size: 12px;
    color: red;
}

.mfp-content #popupForm {
    max-width: 700px;
    padding: 30px 20px 10px 20px;
    position: relative;
    background: #ffffff;
    margin: 0 auto;
}

.mfp-content #popupForm .revue__form {
    display: block;
    width: 100%;
}

@media screen and (max-width: 450px) {
    .revue__form {
        width: 100%;
        min-width: 1px;
    }

    .revue__field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .revue__field > p {
        width: 100%;
        margin-bottom: 20px;
    }

    .revue__field > p:last-child {
        margin-bottom: 0;
    }
}

.options {
    margin-bottom: 10%;
}

.options .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.options__offer {
    -webkit-box-flex: 1.2;
    -webkit-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 10px;
}

.options__small {
    -webkit-box-flex: 1.9;
    -webkit-flex: 1.9;
    -ms-flex: 1.9;
    flex: 1.9;
}

.options__small .options__item {
    width: 8%;
    padding-top: 7.56%;
}

.options__selWrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f5f6ff;
    -webkit-box-shadow: 0px -1px 16px 0 rgba(24, 39, 40, 0.06);
    box-shadow: 0px -1px 16px 0 rgba(24, 39, 40, 0.06);
    padding-bottom: 55px;
}

.options__item {
    width: 18%;
    margin: 0 1%;
    padding-top: 17.58%;
    margin-bottom: 2.5%;
    background-color: #ffffff;
    border: 1px solid #cfcdcc;
    position: relative;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.options__item:hover {
    border-color: #39b54a;
}

.options__input {
    display: none;
}

.options__wrapImg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    cursor: pointer;
    padding: 3%;
    margin: 0;
}

.options__img {
    display: block;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
}

.options__img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: none;
}

.options__price {
    font-size: 18px;
    font-family: "Ubuntu-Bold";
    margin-bottom: 10px;
    white-space: nowrap;
}

.options__selected {
    height: auto;
    max-height: 500px;
    overflow-y: auto;
}

.options__selected_empty {
    font-size: 16px;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #ffffff;
}

.options__item_selected {
    border-color: #39b54a;
}

.options__item_selected .options__img:before {
    background: url("../image/chosen.svg") no-repeat center;
    -webkit-background-size: 21px 21px;
    background-size: 21px;
}

.options__item_noSelected {
    opacity: 0.5;
}

.options__item_noSelected:hover {
    border-color: #cfcdcc;
}

.options__item_noSelected .options__wrapImg {
    cursor: default;
}

.options__item_noSelected .options__img:before {
    background: url("../image/not-avalible.svg") no-repeat center;
}

.options__item_order:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../image/order.svg") no-repeat center;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
}

.options__small + .options__selWrap {
    padding-bottom: 90px;
}

.options__small + .options__selWrap .selectedOpt {
    position: relative;
}

.options__small + .options__selWrap .selectedOpt__img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    width: 5px;
}

.options__small + .options__selWrap .product__btnBlock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.options__small + .options__selWrap .product__btnBlock .options__price {
    width: 100%;
    text-align: right;
}

.selectedOpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px;
    border-bottom: 1px solid #ffffff;
    position: relative;
}

.selectedOpt__img {
    padding-top: 22%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 23%;
    max-width: 86px;
}

.selectedOpt__name {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    padding: 0 5%;
    color: #2e231e;
    font-family: "Ubuntu-Medium";
    line-height: 1.2;
}

.selectedOpt__delete {
    -webkit-box-flex: 0.4;
    -webkit-flex: 0.4;
    -ms-flex: 0.4;
    flex: 0.4;
    padding: 9px 7px;
    background: url("../image/close-gray.svg") center no-repeat;
    -webkit-background-size: 11px 11px;
    background-size: 11px;
    margin: 0 4% 0 9%;
    opacity: 0.5;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    cursor: pointer;
}

.selectedOpt__delete:hover {
    opacity: 1;
}

.selectedOpt__lenght {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
    max-width: 30px;
}

.selectedOpt__minus, .selectedOpt__plus {
    display: inline-block;
    padding: 10px;
    background: url("../image/arrowRight.svg") no-repeat center;
    opacity: 0.5;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    cursor: pointer;
}

.selectedOpt__minus:hover, .selectedOpt__plus:hover {
    opacity: 1;
}

.selectedOpt__minus {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.selectedOpt__plus {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.selectedOpt__value {
    width: 100%;
    text-align: center;
    border: 1px solid #cfcdcc;
    line-height: 22px;
    height: 24px;
}

.selectedOpt__toOrder, .selectedOpt__message {
    display: block;
    text-align: center;
    padding: 2px 10px;
    font-size: 12px;
    background: #ffffff;
    color: #939393;
    margin-top: 5%;
}

.selectedOpt__message {
    display: none;
}

.options__selWrap {
    position: relative;
}

.options__selWrap .product__btnBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}

@media screen and (max-width: 1200px) {
    .options__price {
        width: 100% !important;
        text-align: right;
        padding: 10px;
        padding-bottom: 0;
    }

    .options__selWrap {
        padding-bottom: 0;
    }

    .options__small + .options__selWrap {
        padding-bottom: 0;
    }

    .options__selWrap .product__btnBlock {
        position: static;
        padding: 10px;
        border-top: 1px solid #ffffff;
    }
}

@media screen and (max-width: 650px) {
    .options .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .options__offer {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding: 0;
    }

    .options__item {
        width: 14.6%;
    }

    .options__selected {
        max-height: 450px;
        overflow-y: auto;
    }

    .options__selWrap {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    .options__item {
        width: 18%;
    }

    .options__small .options__item {
        width: 12.2%;
        padding-top: 11.5%;
    }
}

.aboutSection {
    margin-bottom: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboutSection *:not(.titleSection, .colItem__name, .colItem__surname) {
    font-size: 16px;
}

.aboutSection p:not(.colItem__name) {
    margin-bottom: 15px;
    line-height: 1.4;
}

.aboutSection a:not(.colItem__moreBtn) {
    color: #5d4941;
    text-decoration: underline;
}

.aboutSection a:not(.colItem__moreBtn):hover {
    text-decoration: none;
    color: #b3dddc;
}

.aboutSection strong {
    font-family: "Ubuntu-Bold";
}

.aboutSection .phone {
    padding-left: 20px;
    background: url("../image/tel.svg") no-repeat left center;
}

.aboutSection .viber {
    padding-left: 20px;
    background: url("../image/viber.svg") no-repeat left center;
}

.aboutSection .email {
    padding-left: 20px;
    background: url("../image/letter.svg") no-repeat left center;
}

.aboutSection .address {
    padding-left: 20px;
    background: url("../image/adress.svg") no-repeat left center;
}

.colItem {
    margin-bottom: 5%;
    border-bottom: 1px solid #cfcdcc;
    padding-bottom: 1%;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.colItem__name {
    font-size: 18px;
    font-family: "Ubuntu-Medium";
    margin-bottom: 20px;
    float: left;
    width: 70%;
}

.colItem__name_subName {
    color: #939393;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-style: italic;
}

.colItem__img {
    float: right;
    width: 30%;
    padding-left: 10px;
}

.colItem__img img {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

.colItem__img_fullWidth {
    float: none;
    width: 100%;
    padding-left: 0;
}

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

.colItem__surname {
    font-family: "Ubuntu-Medium";
    font-size: 16px;
}

.colItem__description {
    clear: both;
    line-height: 1.4;
}

.colItem li {
    list-style: disc;
    margin-bottom: 15px;
    margin-left: 15px;
}

.colItem__moreBtn {
    display: inline-block;
    line-height: 36px;
    padding: 0 20px;
    text-decoration: none;
}

.map {
    display: block;
    clear: both;
    position: relative;
    padding-top: 30%;
    width: 100% !important;
}

.map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.about__nav {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cfcdcc;
    background: #ffffff;
    padding-top: 10px;
    margin-top: -10px;
    width: 100%;
}

.about__nav_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 126px;
    z-index: 99;
}

.about__item {
    display: inline-block;
    padding: 0 5% 0 0;
}

.about__item:last-child {
    padding-right: 0;
}

.about__link {
    text-transform: uppercase;
    color: #5d4941;
    font-family: "Ubuntu-Medium";
    display: block;
    position: relative;
}

.about__link:hover {
    color: #b3dddc;
}

.about__link:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom: -16px;
}

.about__link.active {
    color: #b3dddc;
}

.about__link.active:after {
    border-color: #b3dddc;
}

@media screen and (max-width: 650px) {
    .map {
        padding-top: 80%;
    }

    .colItem {
        width: 100%;
        margin-bottom: 8%;
    }
}

.buyOneClick {
    display: none;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
}

.buyOneClick_wrap {
    background: #ffffff;
    padding: 2%;
}

.buyOneClick__title {
    font-size: 16px;
    font-family: "Ubuntu-Bold";
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcdcc;
}

.buyOneClick__field {
    margin-bottom: 25px;
}

.buyOneClick__field:last-child {
    margin-bottom: 0;
}

.buyOneClick__field_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.buyOneClick__field_flex label.error {
    position: absolute;
    top: 100%;
    margin-top: 5px;
}

.buyOneClick__label {
    font-size: 12px;
    color: #939393;
    display: block;
    margin-bottom: 5px;
}

.buyOneClick__input {
    display: block;
    width: 100%;
    border: 1px solid #cfcdcc;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #f5f6ff;
    padding: 0 10px;
    font-size: 14px;
    color: #5d4941;
    resize: none;
    margin: 0;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.buyOneClick__input::-webkit-input-placeholder {
    color: #939393;
}

.buyOneClick__input::-moz-placeholder {
    color: #939393;
}

.buyOneClick__input:-ms-input-placeholder {
    color: #939393;
}

.buyOneClick__input::-ms-input-placeholder {
    color: #939393;
}

.buyOneClick__input::placeholder {
    color: #939393;
}

.buyOneClick__input:hover {
    border-color: #5d4941;
}

.buyOneClick__input:focus {
    background: transparent;
    border-color: #5d4941;
}

.buyOneClick__input:focus::-webkit-input-placeholder {
    color: transparent;
}

.buyOneClick__input:focus::-moz-placeholder {
    color: transparent;
}

.buyOneClick__input:focus:-ms-input-placeholder {
    color: transparent;
}

.buyOneClick__input:focus::-ms-input-placeholder {
    color: transparent;
}

.buyOneClick__input:focus::placeholder {
    color: transparent;
}

.buyOneClick input:not([type="checkbox"]) {
    height: 36px;
    line-height: 34px;
}

.buyOneClick textarea {
    padding: 10px;
}

.buyOneClick__checkbox {
    color: #939393;
    margin-left: 5px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

.buyOneClick__checkbox a {
    color: #5d4941;
}

.buyOneClick__checkbox a:hover {
    text-decoration: underline;
}

.buyOneClick__send {
    display: inline-block;
    float: right;
    line-height: 34px;
    border: none;
    background: #b3dddc;
    font-family: "Ubuntu-Medium";
    text-align: center;
    padding: 0 5%;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.buyOneClick__send:hover {
    background: #cfcdcc;
}

.buyOneClick__send:focus {
    background: #5d4941;
    color: #b3dddc;
}

.buyOneClick__link {
    line-height: 36px;
    color: #5d4941;
    border-bottom: 1px solid transparent;
}

.buyOneClick__link:hover {
    border-color: #5d4941;
}

.buyOneClick label.error {
    color: red;
    font-size: 12px;
}

.mfp-content .buyOneClick {
    display: block;
}

.out {
    text-align: right;
    margin-bottom: 12px;
}

.out__button {
    font-family: "Ubuntu-Medium";
    color: #5d4941;
    text-decoration: none;
    border-bottom: 1px solid #cfcdcc;
}

.out__button:hover {
    color: #b3dddc;
    border-color: #b3dddc;
}

.wrapContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.wrapContent .firstBlock {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.wrapContent .deliveryUser {
    width: 30%;
    border: none;
    padding: 0;
}

.wrapContent .deliveryUser .subCheck {
    position: static;
    width: 100%;
    margin: 0;
}

.wrapContent .deliveryUser .check__info:after, .wrapContent .deliveryUser .check__info:before {
    display: none;
}

.wrapContent_open .orderItem_open {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    z-index: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: visible;
    opacity: 1;
    display: block;
}

.wrapContent_open .firstBlock {
    position: absolute;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
    z-index: -1;
    display: none;
}

.formAccount {
    width: 68%;
    padding-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formAccount_small {
    max-width: 282px;
    padding-right: 0;
}

.formAccount_full {
    max-width: none;
    width: 100%;
    padding: 0;
}

.formAccount_full .formAccount__input {
    max-width: none;
    width: 100%;
}

.formAccount__field {
    width: 48%;
    padding-top: 20px;
}

.formAccount__field_full {
    width: 100%;
    border-top: 1px solid #cfcdcc;
    padding-top: 18px;
    margin-top: 24px;
    text-align: right;
}

.formAccount__field_width {
    width: 100%;
}

.formAccount__title {
    font: 16px/1 "Ubuntu-Bold";
    color: #5d4941;
}

.formAccount__block {
    margin-bottom: 18px;
}

.formAccount__label {
    display: block;
    font-size: 12px;
    color: #939393;
    margin-bottom: 11px;
}

.formAccount__input {
    display: block;
    width: 100%;
    max-width: 280px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #f5f6ff;
    border: none;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
    color: #2e231e;
}

.formAccount__button {
    padding: 0 24px;
}

.formAccount label.error {
    font-size: 12px;
    color: red;
    margin-top: 4px;
}

.deliveryClient {
    position: relative;
}

.deliveryClient .chosen-search {
    display: none;
}

.deliveryClient .chosen-results .active-result {
    padding-left: 40px;
}

.deliveryClient .chosen-single {
    padding-left: 45px;
}

.deliveryClient__selectImg {
    display: block;
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    z-index: 9;
    width: 28px;
    height: 28px;
    bottom: 4px;
    left: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

@-webkit-keyframes move {
    100% {
        top: 100%;
    }
    20% {
        top: -20px;
    }
}

@keyframes move {
    100% {
        top: 100%;
    }
    20% {
        top: -20px;
    }
}

.discount {
    width: 32%;
    background: url("../image/program-bg.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.discount__title {
    font: 16px/1 "Ubuntu-Bold";
    color: #5d4941;
    text-align: center;
    padding: 12.2% 10px;
}

.discount__wrapCart {
    margin: 0 auto;
    width: 95%;
    max-width: 246px;
    height: 160px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.discount__animatedBack {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    top: -50px;
}

.discount__animatedBack span {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: red;
}

.discount__animatedBack span:nth-child(1) {
    left: 25%;
    top: -10px;
    background: url("../image/profile/dot.svg") no-repeat center;
    -webkit-animation: move 15s linear -4s infinite;
    animation: move 15s linear -4s infinite;
}

.discount__animatedBack span:nth-child(2) {
    left: 3%;
    top: -10px;
    background: url("../image/profile/dot4.svg") no-repeat center;
    -webkit-animation: move 25s -16s linear infinite;
    animation: move 25s -16s linear infinite;
}

.discount__animatedBack span:nth-child(3) {
    left: 37%;
    top: -20px;
    background: url("../image/profile/dot3.svg") no-repeat center;
    -webkit-animation: move 18s linear -6s infinite;
    animation: move 18s linear -6s infinite;
}

.discount__animatedBack span:nth-child(4) {
    left: 48%;
    top: -10px;
    background: url("../image/profile/dot2.svg") no-repeat center;
    -webkit-animation: move 30s linear infinite;
    animation: move 30s linear infinite;
}

.discount__animatedBack span:nth-child(5) {
    left: 65%;
    top: -50px;
    background: url("../image/profile/dot3.svg") no-repeat center;
    -webkit-animation: move 24s linear -15 infinite;
    animation: move 24s linear -15 infinite;
}

.discount__animatedBack span:nth-child(6) {
    left: 86%;
    top: -10px;
    background: url("../image/profile/dot4.svg") no-repeat center;
    -webkit-animation: move 20s linear infinite;
    animation: move 20s linear infinite;
}

.discount__chipWrap {
    background-color: #ffffff;
    z-index: 2;
    padding: 10px 0;
}

.discount__chipWrap img {
    width: 100%;
    height: auto;
}

.discount__value {
    font-family: "Ubuntu-Bold";
    margin-top: 15px;
    font-size: 16px;
    z-index: 2;
}

.discount__link {
    display: inline-block;
    width: 100%;
    max-width: 160px;
    margin: 10% auto 5%;
    line-height: 36px;
}

.linksBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0;
    margin-top: 50px;
    width: 100%;
    clear: both;
    background: url("../image/footer-image.png") no-repeat 20px center, url("../image/leaf.png") no-repeat bottom right;
    -webkit-background-size: 40% 40%;
    background-size: 40%;
    background-color: #f5f6ff;
}

.linksBlock__item {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 2.2% 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #cfcdcc;
}

.linksBlock__item:last-child {
    border: none;
}

.linksBlock__img {
    margin-right: 5%;
}

.linksBlock__link {
    font: 16px/1 "Ubuntu-Bold";
    color: #5d4941;
}

.linksBlock__link:hover {
    color: #b3dddc;
    text-decoration: underline;
}

.location {
    width: 36%;
    padding-right: 3%;
    max-height: 620px;
    overflow-y: auto;
    margin-right: 3%;
}

.location__item {
    margin-bottom: 20%;
    text-align: right;
}

.location__item_selected .location__label:before {
    background-color: #b3dddc;
}

.location__input {
    display: none;
}

.location__label {
    width: 100%;
    clear: both;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.location__label:before {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    max-width: 10px;
    border: 1px solid #5d4941;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    margin: 8px 10px 0 0;
}

.location__name {
    display: inline-block;
    font: 16px/1.6 "Ubuntu-Regular";
    cursor: pointer;
}

.location__change {
    display: inline-block;
    color: #b3dddc;
    border-bottom: 1px solid #b3dddc;
    text-decoration: none;
    margin-top: 5%;
}

.location__change:hover, .location__change:focus {
    border-color: #5d4941;
    color: #5d4941;
}

.location__delete {
    display: inline-block;
    color: red;
    border-bottom: 1px solid red;
    text-decoration: none;
    margin-top: 5%;
    margin-left: 20px;
}

.location__delete:hover, .location__delete:focus {
    border-color: red;
    color: red;
}

.tableOrder {
    width: 100%;
}

.tableOrder td, .tableOrder th {
    border-bottom: 1px solid #cfcdcc;
    padding: 14px 10px;
    width: auto;
    max-width: 220px;
    vertical-align: middle;
}

.tableOrder th {
    font-size: 12px;
    color: #5d4941;
}

.tableOrder td * {
    font-size: 15px;
    font-family: "Ubuntu-Regular";
    line-height: 1;
}

.tableOrder td > a:not(.blueBtn) {
    color: #5d4941;
    border-bottom: 1px solid #5d4941;
}

.tableOrder td a.blueBtn {
    line-height: 36px;
    display: inline-block;
    padding: 0 7px;
}

.tableOrder td .tableOrder__id_toAvailable {
    padding-right: 14px;
    position: relative;
}

.tableOrder td .tableOrder__id_toAvailable:after {
    content: '';
    display: block;
    width: 12px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    background: #ffffff url("../image/order.svg") no-repeat center top;
    -webkit-background-size: 12px 12px;
    background-size: 12px;
}

.tableOrder__currency {
    text-transform: uppercase;
}

.orderItem {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.orderItem__title {
    font: 18px/1 "Ubuntu-Bold";
    margin-bottom: 10px;
}

.orderItem__table {
    width: 100%;
    margin-bottom: 8%;
}

.orderItem__table td, .orderItem__table th {
    border-bottom: 1px solid #cfcdcc;
    vertical-align: middle;
}

.orderItem__table tr td:first-child {
    text-align: left;
    width: 40%;
}

.orderItem__table tr td:first-child a:first-child {
    width: 30%;
}

.orderItem__table tr td:first-child a:first-child img {
    width: 100%;
}

.orderItem__table tr td:first-child a:last-child {
    width: 68%;
    padding-left: 10px;
}

.orderItem__table td {
    padding: 24px 10px;
    font-size: 15px;
    color: #5d4941;
    /*font-family: "Ubuntu-Bold";*/
}

.orderItem__table th {
    padding: 10px 10px 15px 10px;
    font-size: 12px;
    color: #2e231e;
    text-align: center;
}

.orderItem__table a {
    color: #5d4941;
    display: inline-block;
    vertical-align: middle;
}

.orderItem__table a:hover {
    color: #b3dddc;
}

.orderItem__btn {
    display: inline-block;
    line-height: 36px;
    background-image: url("../image/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 0 11px 0 25px;
}

.orderItem__btn:active {
    background-image: url("../image/arrow-leftLight.svg");
}

.detailsTable td {
    padding: 14px 10px;
}

.detailsTable tr td:first-child {
    width: 30%;
}

.orderedTable td {
    font: 16px/1 "Ubuntu-Bold";
}

.orderedTable img {
    max-width: 100px;
    height: auto;
}

.deliveryTable tr td:first-child {
    font-family: "Ubuntu-Regular";
    width: 10%;
}

.deliveryTable tr td:first-child img {
    max-width: 72px;
}

.deliveryTable tr td:last-child, .deliveryTable tr th:last-child {
    /*font-family: "Ubuntu-Bold";*/
    width: 20%;
    min-width: 130px;
    text-align: center;
}

.deliveryTable tr th:last-child {
    font-family: "Ubuntu-Regular";
}

.deliveryTable__client {
    width: auto !important;
}

.deliveryTable__client:last-child {
    padding-left: 5% !important;
}

.paymentTable {
    margin-bottom: 5%;
}

.paymentTable tr td {
    font-family: "Ubuntu-Regular";
}

#loyalty .wrapContent {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#loyalty .discount__link {
    margin-top: 40px;
}

.loyalty {
    width: -webkit-calc(68% - 20px);
    width: calc(68% - 20px);
    background: url("../image/footer-image.png") no-repeat -60px 70px, url("../image/leaf.png") no-repeat 326px bottom;
    background-color: #f5f6ff;
    padding: 3% 0 6% 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.loyalty__item {
    text-align: center;
    padding: 0 16px;
    width: 33.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.loyalty__name {
    font-family: "Ubuntu-Bold";
    font-size: 16px;
    line-height: 1.75;
    min-height: 60px;
}

.loyalty__label {
    background-color: #b3dddc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 149px;
    height: 149px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    font-family: "Ubuntu-Medium";
    margin-top: 15px;
    position: relative;
}

#loyalty__label_text{
    font-size: 20px;
}

.loyalty__label:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #b3dddc;
    border-width: 7px;
    margin-left: -7px;
}

.delivery__clientOptions {
    display: none;
}

.delivery__clientOptions_active {
    display: block;
}

.editDelivery {
    display: none;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    padding: 2%;
    background-color: #ffffff;
}

.mfp-content .editDelivery {
    display: block;
}

@media screen and (max-width: 1200px) {
    .tableOrder thead {
        display: none;
    }

    .tableOrder tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #cfcdcc;
        margin-bottom: 10px;
    }

    .tableOrder tr:first-child {
        border-top: 1px solid #cfcdcc;
    }

    .tableOrder td {
        padding: 10px 5%;
        display: block;
        border: none;
        width: auto;
        white-space: nowrap;
        max-width: 350px;
    }

    .tableOrder .chosen-container .chosen-results {
        white-space: normal;
    }
}

@media screen and (max-width: 650px) {
    .formAccount {
        width: 50%;
    }

    .formAccount__field {
        width: 100%;
    }

    .discount {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .location {
        width: 50%;
    }

    .loyalty {
        width: 100%;
        margin-top: 5%;
    }

    #loyalty .discount {
        padding-bottom: 20px;
        width: 100%;
    }

    .orderItem__table.orderedTable thead tr {
        display: none;
    }

    .orderItem__table.orderedTable tr {
        display: block;
        /*border-bottom: 1px solid #cfcdcc;*/
    }

    .orderItem__table.orderedTable tr td {
        display: inline-block;
        width: 32%;
        border-bottom: none;
    }

    .orderItem__table.orderedTable tr td:first-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    /*.orderItem__table.orderedTable tr td:first-child a:first-child {*/
    /*    width: 20%;*/
    /*    min-width: 68px;*/
    /*}*/

    .orderItem__table.orderedTable tr td:first-child a {
        width: 80%;
    }

    .orderTable.cartTable_mobile tr {
        padding-bottom: 10px;
        padding-top: 10px;
    }

}

@media screen and (min-width: 651px) {
    .orderedTable.orderItem__table tr td:last-child {
        font-family: "Ubuntu-Bold";
    }
}


@media screen and (max-width: 550px) {
    /*.tableOrder thead {*/
    /*    display: none;*/
    /*}*/

    /*.tableOrder tr {*/
    /*    display: -webkit-box;*/
    /*    display: -webkit-flex;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-align: start;*/
    /*    -webkit-align-items: flex-start;*/
    /*    -ms-flex-align: start;*/
    /*    align-items: flex-start;*/
    /*    -webkit-box-pack: justify;*/
    /*    -webkit-justify-content: space-between;*/
    /*    -ms-flex-pack: justify;*/
    /*    justify-content: space-between;*/
    /*    -webkit-flex-wrap: wrap;*/
    /*    -ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    /*    border-bottom: 1px solid #cfcdcc;*/
    /*    margin-bottom: 10px;*/
    /*}*/

    /*.tableOrder tr:first-child {*/
    /*    border-top: 1px solid #cfcdcc;*/
    /*}*/

    /*.tableOrder td {*/
    /*    padding: 10px 5%;*/
    /*    display: block;*/
    /*    border: none;*/
    /*    width: auto;*/
    /*    white-space: nowrap;*/
    /*    max-width: 300px;*/
    /*}*/

    /*.orderedTable thead {*/
    /*    display: none;*/
    /*}*/

    /*.orderedTable tr {*/
    /*    display: -webkit-box;*/
    /*    display: -webkit-flex;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-align: start;*/
    /*    -webkit-align-items: flex-start;*/
    /*    -ms-flex-align: start;*/
    /*    align-items: flex-start;*/
    /*    -webkit-box-pack: justify;*/
    /*    -webkit-justify-content: space-between;*/
    /*    -ms-flex-pack: justify;*/
    /*    justify-content: space-between;*/
    /*    -webkit-flex-wrap: wrap;*/
    /*    -ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    /*    border-bottom: 1px solid #cfcdcc;*/
    /*    margin-bottom: 10px;*/
    /*}*/

    /*.orderedTable tr:first-child {*/
    /*    border-top: 1px solid #cfcdcc;*/
    /*}*/

    /*.orderedTable td {*/
    /*    padding: 10px 3%;*/
    /*    display: block;*/
    /*    border: none;*/
    /*    width: 25%;*/
    /*    white-space: nowrap;*/
    /*    text-align: center;*/
    /*}*/

    /*.orderedTable td:first-child {*/
    /*    width: 100%;*/
    /*    white-space: normal;*/
    /*    text-align: left;*/
    /*    display: -webkit-box;*/
    /*    display: -webkit-flex;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-align: center;*/
    /*    -webkit-align-items: center;*/
    /*    -ms-flex-align: center;*/
    /*    align-items: center;*/
    /*}*/

    /*.orderedTable td:first-child a {*/
    /*    display: inline-block;*/
    /*}*/

    /*.orderedTable td:first-child a:first-child {*/
    /*    margin-right: 10px;*/
    /*}*/

    /*.linksBlock {*/
    /*    -webkit-flex-wrap: wrap;*/
    /*    -ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap;*/
    /*    -webkit-background-size: 55% 55%;*/
    /*    background-size: 55%;*/
    /*}*/

    /*.linksBlock__item {*/
    /*    width: 50%;*/
    /*    -webkit-box-flex: 1;*/
    /*    -webkit-flex: auto;*/
    /*    -ms-flex: auto;*/
    /*    flex: auto;*/
    /*    border: none;*/
    /*    padding: 5% 10px;*/
    /*}*/

    /*.linksBlock__item:nth-child(2) {*/
    /*    border: none;*/
    /*}*/

    /*.linksBlock__item:last-child {*/
    /*    width: 100%;*/
    /*    border-top: 1px solid #cfcdcc;*/
    /*}*/
}

@media screen and (max-width: 450px) {
    .formAccount {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
        max-width: none;
    }

    .formAccount__input {
        max-width: none;
    }

    .discount {
        width: 100%;
    }

    .discount__link {
        margin-top: 10%;
    }

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

    .location__item {
        margin-bottom: 10%;
    }

    .loyalty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: url("../image/footer-image.png") no-repeat -69px bottom, url("../image/leaf.png") no-repeat 155px -418px;
    }

    .loyalty__item {
        width: 100%;
        margin-bottom: 35px;
    }

    .loyalty__item:last-child {
        margin-bottom: 0;
    }
}

.formCheckout .titleSection {
    margin-bottom: 60px;
}

.formCheckout .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formCheckout .content .orderedTable {
    margin-bottom: 0;
}

.formCheckout .inCatalog {
    position: absolute;
    top: 2px;
    right: 10px;
    color: #5d4941;
    text-decoration: underline;
    font-family: "Ubuntu-Medium";
}
.formCheckout .inCatalog.blueBtn.order_back_btn {
    text-align: center;
    padding: 10px 20px;
    -webkit-appearance: button;
    text-decoration: none;
}
.formCheckout .inCatalog:hover {
    color: #b3dddc;
}

.orderedTable td, .orderedTable th {
    text-align: center;
}

.orderedTable__nameWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    text-align: left;
}

.orderedTable__img {
    padding-right: 20px;
    position: relative;
}

.orderedTable__label {
    display: block;
    width: 15px;
    height: 15px;
    -webkit-background-size: 11px 11px;
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.orderedTable__name {
    font-family: "Ubuntu-Bold";
}

.orderedTable.orderItem__table td {
    font: 16px/1 "Ubuntu-Regular";
}

.checkoutStep {
    margin-bottom: 3%;
    width: 100%;
}

.checkoutStep.open {
    width: 100%;
}

.checkoutStep.open .checkoutStep__content, .checkoutStep.open .allInfo {
    display: none;
}

.checkoutStep.open + .checkoutMessage {
    display: none;
}

.checkoutStep.open .checkoutStep__edit {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.checkoutStep__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 6px 15px;
    position: relative;
    background: #cfcdcc;
}

.checkoutStep__subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
}

.checkoutStep__subtitle .checkoutStep__number {
    background-color: #f5f6ff;
}

.checkoutStep__number {
    display: block;
    width: 31px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    font-family: "Ubuntu-Bold";
}

.checkoutStep__name {
    margin: 0 20px;
    font-family: "Ubuntu-Bold";
    font-size: 16px;
}

.checkoutStep__edit {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    color: #5d4941;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url("../image/arrow-left.svg") no-repeat center;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.checkoutStep__edit:hover {
    text-decoration: none;
}

.checkoutStep__content {
    padding: 25px 15px;
    border: 1px solid #ededf7;
    border-top: none;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.checkoutStep__content:hover {
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.11);
}

.checkoutStep__content #addressSelect {
    position: relative;
}

.checkoutStep__content #addressSelect .chosen-single {
    padding-left: 40px;
}

.checkoutStep__content #addressSelect .deliveryClient__selectImg {
    bottom: 15px;
}

.checkoutStep .chosen-search-input {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: none;
    border: none;
}

.checkoutMessage {
    margin-bottom: 3%;
    margin-left: 20px;
    width: -webkit-calc(34% - 20px);
    width: calc(34% - 20px);
    background-color: #fefdea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    max-width: 380px;
    line-height: 1.7;
}

.checkoutMessage > *:not(:last-child) {
    margin-bottom: 5%;
}

.checkoutMessage strong {
    font-size: 16px;
}

.checkoutMessage ul {
    width: 100%;
}

.checkoutMessage li {
    margin-bottom: 5%;
    text-align: center;
}

.checkoutMessage li:last-child {
    margin-bottom: 0;
}

.formCheckout__field {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
}

.formCheckout__item {
    margin-bottom: 15px;
}

.formCheckout__item:last-child {
    margin-bottom: 0;
}

.formCheckout__label {
    font-size: 12px;
    color: #939393;
    margin-bottom: 12px;
}

.formCheckout__input, .formCheckout__text {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f5f6ff;
    border: 1px solid #ededf7;
    font-size: 14px;
    color: #5d4941;
    padding: 0 10px;
}
.formCheckout__input:disabled, .formCheckout__text:disabled {
    opacity: 0.5 !important;
}
.formCheckout__input {
    line-height: 35px;
}

.formCheckout__input:last-child {
    margin-bottom: 0;
}

.formCheckout__text {
    height: -webkit-calc(100% - 24px);
    height: calc(100% - 24px);
    padding: 10px;
    resize: none;
}

.formCheckout label.error {
    font-size: 12px;
    color: red;
}

.allInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f6ff;
    padding: 40px 30px 30px 30px;
}

.allInfo__wrap:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.allInfo__wrap .blueBtn {
    margin-left: 20px;
}

.allInfo__item {
    font-size: 16px;
    line-height: 1.7;
}

.allInfo__item_sum {
    font-size: 24px;
    font-family: "Ubuntu-Bold";
}

.buyer {
    width: 66%;
}

.buyer .checkoutStep__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.check {
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
}

.check__input {
    position: absolute;
    opacity: 0;
}

.check__input:checked ~ .check__info {
    background-color: #f5f6ff;
    border: solid 1px #ededf7;
}

.check__input:checked ~ .check__info:after, .check__input:checked ~ .check__info:before {
    opacity: 1;
}

.check__input:checked ~ .subCheck {
    display: block;
}

.check__input:checked ~ .check__info .check__radio {
    background-color: #b3dddc;
}

.check label.error {
    padding: 5px 0;
}

.check__radio {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 10px;
    border: 1px solid #5d4941;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.check__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 5px;
    background-color: transparent;
    padding-left: 20px;
    border: solid 1px transparent;
    position: relative;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.check__info:hover {
    background-color: #f5f6ff;
}

.check__info:after, .check__info:before {
    right: 0;
    margin-right: -32px;
    top: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 9;
}

.check__info:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -9px;
}

.check__info:before {
    border-color: rgba(207, 205, 204, 0);
    border-right-color: #cfcdcc;
    border-width: 10px;
    margin-top: -10px;
}

.check__img {
    margin-right: 20px;
}

.check__name {
    display: block;
    font-size: 15px;
    line-height: 1.4;
}

.subCheck {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 10px 20px;
    border: 1px solid #ededf7;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-left: 30px;
    cursor: auto;
    background: #ffffff;
}

.subCheck__title {
    font-family: "Ubuntu-Bold";
    margin-bottom: 10px;
}

.subCheck .delivery__item {
    margin-bottom: 10px;
    position: relative;
}

.subCheck > p:not(.subCheck__message) {
    margin-bottom: 20px;
}

.subCheck .check__info {
    background-color: transparent !important;
    border: none !important;
}

.subCheck .check__info:after, .subCheck .check__info:before {
    display: none;
}

.subCheck__message {
    font-size: 12px;
    background-color: #fefdea;
    line-height: 1.4;
    padding: 10px 20px;
    margin: 0 -20px -10px -20px;
    border-top: 1px solid #ededf7;
}
.submitWrapp .subCheck__message {
    margin: unset;
    border: 1px solid #ededf7;
    font-family: Ubuntu-Regular;
    line-height: 2;
}
.subCheck__address {
    display: none;
}

.subCheck__address.active {
    display: block;
}

.selectedGoods .checkoutStep__title {
    background-color: #b3dddc;
}

.selectedGoods .checkoutStep__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.delivery__item:checked {
    background-color: red;
    display: block;
}

.delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 67.7%;
    padding: 30px 0 10px 0;
    border-right: 1px solid #ededf7;
}

.delivery__left {
    width: 46%;
    position: relative;
    padding-bottom: 40px;
    min-height: 517px;
}

.delivery__variant {
    display: none;
    margin-bottom: 20px;
}

.pay {
    padding: 30px 0 10px 0;
    width: 30.3%;
    position: relative;
}

.pay__description {
    margin-bottom: 15px;
}

.pay .check__info:after, .pay .check__info:before {
    display: none;
}

.submitWrapp {
    text-align: right;
    margin-bottom: 50px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.submitWrapp input {
    text-align: center;
    padding: 0 20px;
}

.submitWrapp .allInfo__item_sum {
    text-align: left;
    padding-right: 20px;
}

.submitWrapp span {
    white-space: nowrap;
}

#it_list {
    border: none;
    border-top: 2px solid #b3dddc;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: 4px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}


@media screen and (max-width: 768px) {
    .orderedTable.orderItem__table tr td:nth-child(5), .orderedTable.orderItem__table tr th:nth-child(5) {
        display: none;
    }

    .orderedTable.orderItem__table td, .orderedTable.orderItem__table th {
        padding: 10px 5px;
    }

    .checkoutMessage {
        display: none;
    }

    .buyer {
        width: 100%;
    }

    .delivery {
        width: 100%;
        border-bottom: 1px solid #cfcdcc;
        padding-bottom: 30px;
        border-right: none;
    }

    .pay {
        width: 100%;
    }

    .about__item {
        width: 30%;
        padding: 0 5% 15px 0;
    }
    .vacancies .colItem__img_fullWidth {
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .orderedTable.orderItem__table tr td:last-child {
        display: block;
        width: 100%;
    }

    .orderedTable.orderItem__table tr td:nth-child(5) {
        display: none;
    }

    .formCheckout__field {
        width: 100%;
        margin-bottom: 15px;
    }

    .formCheckout__field:last-child {
        margin-bottom: 0;
    }

    .formCheckout .inCatalog {
        position: static;
        margin-bottom: 20px;
    }

    .buyer .checkoutStep__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .delivery__left {
        width: 100%;
    }

    .subCheck {
        position: static;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .check__info:after, .check__info:before {
        display: none;
    }

    .allInfo {
        padding: 30px 15px 15px 15px;
    }

    .allInfo__wrap {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .allInfo__wrap:first-child {
        margin-bottom: 15px;
    }

    .allInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .submitWrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }

    .submitWrapp .allInfo__item_sum {
        margin-bottom: 20px;
        padding: 0;
        text-align: center;
    }

    .submitWrapp input {
        display: block;
        margin: 0 auto;
    }
}

.blog_list .newsItem__link {
    text-align: center;
}

.blog_list .newsItem__link img{
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 540px) {
    .viewed_product__list .col-xs-6, .blog_list .col-xs-6, .new_product__list .col-xs-6{
        width: 100%;
    }

}

.thumbBox {
    margin-bottom: 30px;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.thumbBox__imgWrap {
    width: 10%;
    padding-right: 20px;
}

.thumbBox__img {
    width: 100%;
    height: auto;
    min-width: 30px;
}

.thumbBox__content {
    width: 90%;
}

.thumbBox__content > p, .thumbBox__content li {
    margin-bottom: 10px;
}

.thumbBox__content li {
    position: relative;
    padding-left: 10px;
}

.thumbBox__content li:before {
    display: block;
    content: '-';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.thumbBox__content > i, .thumbBox__content em {
    font-style: italic;
}

.thumbBox__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "Ubuntu-Medium";
    font-size: 16px;
    height: 68px;
}

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

.thumbBox__item_active .thumbBox__subContent {
    display: block;
}

.thumbBox__item_active .thumbBox__subTitle:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.thumbBox__subTitle {
    display: inline-block;
    font-family: "Ubuntu-Medium";
    margin: 5px 0;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.thumbBox__subTitle:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../image/arrowDropDownActive.svg") no-repeat center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.thumbBox__subTitle:hover {
    color: #b3dddc;
}

.thumbBox__subContent {
    display: none;
    padding-left: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .categoryItem_mobile__hidden{
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .thumbBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .thumbBox__img {
        display: block;
        width: 68px;
        margin: 0 auto;
    }

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

    .thumbBox__content {
        width: 100%;
    }
}

.preloader {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(42, 42, 42, 0.5);
}

.preloader__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100vh;
}

.preloader__item-1 {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: right-1 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: right-1 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes right-1 {
    10% {
        -webkit-transform: rotate(250deg) translate(0, 0px);
        transform: rotate(250deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(250deg) translateX(-100px);
        transform: rotate(250deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(250deg) translate(0, 0px);
        transform: rotate(250deg) translate(0, 0px);
    }
}

@keyframes right-1 {
    10% {
        -webkit-transform: rotate(250deg) translate(0, 0px);
        transform: rotate(250deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(250deg) translateX(-100px);
        transform: rotate(250deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(250deg) translate(0, 0px);
        transform: rotate(250deg) translate(0, 0px);
    }
}

.preloader__item-1 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #E8DDB5;
}

.preloader__item-2 {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: right-2 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: right-2 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes right-2 {
    10% {
        -webkit-transform: rotate(375deg) translate(0, 0px);
        transform: rotate(375deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(375deg) translateX(-100px);
        transform: rotate(375deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(375deg) translate(0, 0px);
        transform: rotate(375deg) translate(0, 0px);
    }
}

@keyframes right-2 {
    10% {
        -webkit-transform: rotate(375deg) translate(0, 0px);
        transform: rotate(375deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(375deg) translateX(-100px);
        transform: rotate(375deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(375deg) translate(0, 0px);
        transform: rotate(375deg) translate(0, 0px);
    }
}

.preloader__item-2 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #E8DDB5;
}

.preloader__item-3 {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: right-3 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: right-3 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes right-3 {
    10% {
        -webkit-transform: rotate(500deg) translate(0, 0px);
        transform: rotate(500deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(500deg) translateX(-100px);
        transform: rotate(500deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(500deg) translate(0, 0px);
        transform: rotate(500deg) translate(0, 0px);
    }
}

@keyframes right-3 {
    10% {
        -webkit-transform: rotate(500deg) translate(0, 0px);
        transform: rotate(500deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(500deg) translateX(-100px);
        transform: rotate(500deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(500deg) translate(0, 0px);
        transform: rotate(500deg) translate(0, 0px);
    }
}

.preloader__item-3 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #E8DDB5;
}

.preloader__item-4 {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: right-4 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: right-4 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes right-4 {
    10% {
        -webkit-transform: rotate(625deg) translate(0, 0px);
        transform: rotate(625deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(625deg) translateX(-100px);
        transform: rotate(625deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(625deg) translate(0, 0px);
        transform: rotate(625deg) translate(0, 0px);
    }
}

@keyframes right-4 {
    10% {
        -webkit-transform: rotate(625deg) translate(0, 0px);
        transform: rotate(625deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(625deg) translateX(-100px);
        transform: rotate(625deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(625deg) translate(0, 0px);
        transform: rotate(625deg) translate(0, 0px);
    }
}

.preloader__item-4 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #B2C9AB;
}

.preloader__item-5 {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: right-5 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: right-5 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes right-5 {
    10% {
        -webkit-transform: rotate(750deg) translate(0, 0px);
        transform: rotate(750deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(750deg) translateX(-100px);
        transform: rotate(750deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(750deg) translate(0, 0px);
        transform: rotate(750deg) translate(0, 0px);
    }
}

@keyframes right-5 {
    10% {
        -webkit-transform: rotate(750deg) translate(0, 0px);
        transform: rotate(750deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(750deg) translateX(-100px);
        transform: rotate(750deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(750deg) translate(0, 0px);
        transform: rotate(750deg) translate(0, 0px);
    }
}

.preloader__item-5 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #B2C9AB;
}

.preloader__item-6 {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: right-6 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: right-6 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes right-6 {
    10% {
        -webkit-transform: rotate(875deg) translate(0, 0px);
        transform: rotate(875deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(875deg) translateX(-100px);
        transform: rotate(875deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(875deg) translate(0, 0px);
        transform: rotate(875deg) translate(0, 0px);
    }
}

@keyframes right-6 {
    10% {
        -webkit-transform: rotate(875deg) translate(0, 0px);
        transform: rotate(875deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(875deg) translateX(-100px);
        transform: rotate(875deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(875deg) translate(0, 0px);
        transform: rotate(875deg) translate(0, 0px);
    }
}

.preloader__item-6 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #B2C9AB;
}

.preloader__item-7 {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: right-7 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: right-7 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes right-7 {
    10% {
        -webkit-transform: rotate(1000deg) translate(0, 0px);
        transform: rotate(1000deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(1000deg) translateX(-100px);
        transform: rotate(1000deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(1000deg) translate(0, 0px);
        transform: rotate(1000deg) translate(0, 0px);
    }
}

@keyframes right-7 {
    10% {
        -webkit-transform: rotate(1000deg) translate(0, 0px);
        transform: rotate(1000deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(1000deg) translateX(-100px);
        transform: rotate(1000deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(1000deg) translate(0, 0px);
        transform: rotate(1000deg) translate(0, 0px);
    }
}

.preloader__item-7 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #92B6B1;
}

.preloader__item-8 {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: right-8 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: right-8 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes right-8 {
    10% {
        -webkit-transform: rotate(1125deg) translate(0, 0px);
        transform: rotate(1125deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(1125deg) translateX(-100px);
        transform: rotate(1125deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(1125deg) translate(0, 0px);
        transform: rotate(1125deg) translate(0, 0px);
    }
}

@keyframes right-8 {
    10% {
        -webkit-transform: rotate(1125deg) translate(0, 0px);
        transform: rotate(1125deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(1125deg) translateX(-100px);
        transform: rotate(1125deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(1125deg) translate(0, 0px);
        transform: rotate(1125deg) translate(0, 0px);
    }
}

.preloader__item-8 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #92B6B1;
}

.preloader__item-9 {
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: right-9 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: right-9 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes right-9 {
    10% {
        -webkit-transform: rotate(1250deg) translate(0, 0px);
        transform: rotate(1250deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(1250deg) translateX(-100px);
        transform: rotate(1250deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(1250deg) translate(0, 0px);
        transform: rotate(1250deg) translate(0, 0px);
    }
}

@keyframes right-9 {
    10% {
        -webkit-transform: rotate(1250deg) translate(0, 0px);
        transform: rotate(1250deg) translate(0, 0px);
    }
    50%, 65% {
        -webkit-transform: rotate(1250deg) translateX(-100px);
        transform: rotate(1250deg) translateX(-100px);
    }
    100% {
        -webkit-transform: rotate(1250deg) translate(0, 0px);
        transform: rotate(1250deg) translate(0, 0px);
    }
}

.preloader__item-9 > * {
    width: 20px;
    height: 20px;
    background: #F583A1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #92B6B1;
}

.cartTable__img_background{
    width: 90px;
    height: 90px;
}


/*up button*/

.scrollPage {
    display: none;
    position: fixed;
    bottom: 135px;
    right: 55px;
    z-index: 999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.scrollPage_active {
    display: block;
    opacity: 1;
}
.scrollPage__btn {
    display: block;
    width: 55px;
    height: 55px;
    background: url("../image/normal.svg") no-repeat center;
    -webkit-background-size: 30px 30px;
    background-size: 55px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
