.bx-pagination-container.row {
    height: 0px !important;
}

.column-left {
    height: auto !important;
}


#cookpop .icon-filter-value,
#cookpri .icon-filter-value,
#cookdis .icon-filter-value {
    display: none;
}

#cookpop[ASC] .icon-filter-value,
#cookpri[ASC] .icon-filter-value,
#cookdis[ASC] .icon-filter-value {
    display: inline-block;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#cookpop[DESC] .icon-filter-value,
#cookpri[DESC] .icon-filter-value,
#cookdis[DESC] .icon-filter-value {
    display: inline-block;
}

#cookpop[DESC] .icon-filter-value,
#cookpop[ASC] .icon-filter-value,
#cookpri[DESC] .icon-filter-value,
#cookpri[ASC] .icon-filter-value,
#cookdis[DESC] .icon-filter-value,
#cookdis[ASC] .icon-filter-value {
    background-image: url('../img/icon-filter-value-active.png');
}


a[desc], a[asc] {
    color: #2b9acf;
    border-color: #ff8a00;
    text-decoration: none;
}

@font-face {
    font-display: swap;
    font-family: "Gotham Pro Regular";
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf') format('truetype'), url('../fonts/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Gotham Pro Bold";
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf') format('truetype'), url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Gotham Pro Light";
    src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Light.woff') format('woff'), url('../fonts/GothamPro-Light.ttf') format('truetype'), url('../fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "intro_bold";
    src: url('../fonts/Intro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Intro-Bold.woff') format('woff'), url('../fonts/Intro-Bold.ttf') format('truetype'), url('../fonts/Intro-Bold.svg#Intro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


img {
    max-width: 100%;
}

body {
    font-family: Gotham Pro Bold;
}

* {
    padding: 0;
    margin: 0;
}

body a {
    color: #2b9acf;
    text-decoration: none;

}

body a:hover {
    color: #ff8a00;
    border-color: #ff8a00;
    text-decoration: none;
}

.footer a:hover {
    color: #14B7ED;
    border-color: #14B7ED;
    text-decoration: none;
}

body {
    font-family: Gotham Pro Regular;
    font-size: 14px;
}

.header {
    padding-top: 30px;
    padding-bottom: 20px;
    background: #fafafa;
}

.container, .content.delivery {
    max-width: 1173px;
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
}

.container .container {
    padding: 0;
}

.logo img {
    width: fit-content;
    height: fit-content;
}

.region {
    float: left;
    width: 165px;
    padding-top: 11px;
}

.region__title {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.region__city {
    float: left;
    font-family: Gotham Pro Regular;
    font-size: 14px;
    color: #14B7ED;
    border-bottom: 1px dashed #14B7ED;
    padding-bottom: 2px;
    text-decoration: none;
    outline-style: none;
}

.region__city:hover {
    color: #14B7ED;
    border-bottom: 1px dashed #14B7ED;
}

.phone {
}

.phone--whatsapp {
    line-height: 17px;
}

.phone__number,
.phone__number .header-phone {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 20px;
    color: #000;
    line-height: 17px;
    text-decoration: none;
}

.phone__number p {

    font-family: Gotham Pro regular;
    font-size: 12px;
    color: #2b9acf;
}

.phone__number b {

    font-family: Gotham Pro Light;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
}

.phone__number s {
    text-decoration: none;
    color: #828282;
    white-space: nowrap;
}

.phone__number a {
    font-family: Gotham Pro Light;
    font-size: 14px;
    color: #2b9acf;
    white-space: nowrap;
    text-decoration: underline;

}

.application-block {
    display: none;
}

.application-block.active {
    display: block;
    padding: 0 10px;
}

.application__pagination {
    font-family: Gotham Pro Bold;
    font-size: 14px;
    text-transform: uppercase;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.application__pagination li {
    float: left;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.application__pagination li.active {
    color: #ff8a00;
    /* border-bottom: 2px solid #ff8a00; */
    padding-bottom: 2px;

}

#application-block {
    display: none;
    position: absolute;
    width: 290px;
    top: 68px;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 110;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.application-input {
    height: 34px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding-left: 5px;
    outline-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.application-label {
    float: left;
    color: #5b5b5b;
    margin-top: 10px;
}

.application-btn {
    width: 180px;
    height: 44px;
    background-color: #ff8a00;
    margin: 0 auto;
    display: block;
    border: none;
    cursor: pointer;
    outline-style: none;
    font-family: Gotham Pro Bold;
    color: #FFF;
    margin-top: 18px;
}

.application-btn:active, .application-btn:focus {
    outline-style: none;
}

.application-btn::-moz-focus-inner {
    border: 0;
}

.icon-arrow-down {
    float: left;
    width: 10px;
    height: 7px;
    background: url('../img/icon-arrow-down.png');
    margin-top: 9px;

}

.phone--whatsapp .icon-arrow-down {
    display: none;
}

.icon-arrow-down:hover {
    float: left;
    width: 10px;
    height: 7px;
    background: url('../img/icon-arrow-down2.png');
    margin-top: 9px;
}

.phone__text,
.phone--whatsapp-text {
    display: block;
    color: #666;
    margin-top: -6px;
}

.phone--whatsapp-text__img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.search-box {
    margin-top: 10px;
}

.search-box__search {
    position: relative;
    height: 52px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-box__search input {
    border: none;
}

.search-box__input {
    float: left;
    width: 77%;
    height: 49px;
    box-sizing: border-box;
    padding-left: 15px;
    font-family: Gotham Pro Bold;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 10px;
    vertical-align: center;
    line-height: 18px;
    color: #B5B5B5;
    outline-style: none;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-box__search input {
    border: none;
    outline: none;
}

.footer-copyright__right a {
    transition: 0.6s;
}

.footer-copyright__right a:hover {
    color: #ff8a00;
}

.search-box__input:focus {
    color: #000;
}

.search-box__submit {
    background: url('../img/icon-search-input.png');
    width: 23%;
    height: 49px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    cursor: pointer;
}

.search-box__submit:active, .search-box__submit:focus {
    outline-style: none;
}

.cart {
    padding-left: 40px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cart__icon {
    background: url(../img/icon-cart.png);
    width: 32px;
    height: 31px;
    position: absolute;
    top: 5px;
    left: 0;
}

.cart__title {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    outline-style: none;
    margin-bottom: 3px;
}

.cart__count,
.cart__price {
    display: inline-block;
    vertical-align: middle;
}

.cart__count {
    font-size: 13px;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #ff8a00;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.cart__price {
    font-family: Gotham Pro Bold;
    font-size: 15px;
    margin-left: 10px;
}

.menu {
    background-color: #2b9acf;
    position: relative;
    height: 52px;
    overflow: hidden;
    z-index: 100;
}

.menu__ul {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.menu__item {
    float: left;
    margin-right: 0;
    margin-left: 23px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.home-icon {
    background: url('../img/home-icon.png');
    float: left;
    width: 17px;
    height: 15px;
}

.menu__item.home {
    width: 50px;
    margin-right: 0;
}

.menu__item a {
    color: #FFF;
    font-family: Gotham Pro Bold;
    font-size: 12px;
    text-decoration: none;
    outline-style: none;
    text-transform: uppercase;
}

.menu__item a:hover {
    color: #143f52;

}

.menu-2 {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
}

.menu-2__ul {
    list-style: none;
}

.menu-2__ul li {
    float: left;
}

.menu-2__ul li.first {
    padding-left: 0;
}

.menu-2__ul li.last {
    margin-left: 8px;
}

li.menu-2__item a.a-menu-2 {
    float: left;
    padding: 20px 13px;
    font-family: Gotham Pro Bold;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    outline-style: none;
}

.menu-2__ul li a:hover {
    color: #FFF;
    background-color: #ff8a00;
}

.menu-2__ul li.first a {
    /*padding-left: 3px;*/
}

.menu-2__item.open > .a-menu-2 {
    color: #FFF;
    background-color: #ff8a00;
}

.open-menu {
    display: none;
    position: absolute;
    top: 217px;
    z-index: 12;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 390px;
}

.open-menu > .container {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.open-menu__block {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.open-menu__ul-fisrt {
    list-style: none;
    float: left;
    width: 292px;
}

.open-menu__ul-fisrt li {
    float: left;
    width: 100%;
    padding-bottom: 11px;
}

.open-menu__ul-fisrt li a {
    float: left;
    padding: 0;
    text-decoration: none;
    color: #000;
    font-family: Gotham Pro Regular;
}

.open-menu__ul-fisrt li a:hover {
    color: #ff8a00;
    background-color: #fff;

}

.open-menu__ul-fisrt li.ul-first-bold a:hover {
    color: #ff8a00;
}

.open-menu__ul-fisrt li.ul-first-bold a {
    font-family: Gotham Pro Bold;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.best-offer {
    float: right;
    width: 456px;
    height: 237px;
    border: 1px dashed #ff8a00;
}

.best-offer > a {
    line-height: 237px;
    display: inline-block;
    float: left;
    width: 54%;
    text-align: center;
}

.best-offer > a:hover {
    background: none !important;
}

.best-offer img {
    /* float: left; */
    /* line-height: 200px; */
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 300px;
    width: 93%;
}

.best-offer__block {
    width: 46%;
    float: left;
    padding-top: 32px;
    padding-bottom: 34px;
}

.offer__title {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    font-size: 14px;
    color: #ff8a00;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.offer__product-name {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.offer__product-price {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.offer-price--old {
    font-family: Gotham Pro Bold;
    color: #B7B7B7;
    font-size: 16px;
    margin-top: 7px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.offer-price--stroke {
    background: url('../img/stroke.png');
    float: left;
    width: 59px;
    height: 18px;
    position: absolute;
    top: 2px;
    right: -1px;
    z-index: 9;
    -webkit-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    transform: rotate(165deg);
}

.offer-price {
    font-family: Gotham Pro Bold;
    font-size: 24px;
    color: #000;
}

.offer__know-more {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    color: #000;
    text-decoration: none;
    transition: 0.6s;
}

.best-offer__block .offer__know-more:hover {
    background-color: #FFF;
    color: #ff8a00;
}


.slider-tabs__content {
    display: none;
}

.slider-tabs__content.active {
    display: block;
}

.slider-tabs__content.active .container {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.slider-tabs__pagination {
    text-align: center;
    position: absolute;
    top: 542px;
    width: 100%;
}

.slider-tabs__pagination li {
    list-style: none;
    background-image: url('../img/pagination.png');
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

.slider-tabs__pagination li.active {
    background-image: url('../img/pagination-active.png');
}

.slide-1 {
    float: left;
    width: 100%;
    height: 427px;
    background-image: url('../img/slide-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 74px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.icon-new {
    display: block;
    background-image: url('../img/icon-new.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    color: #FFF;
    font-family: Gotham Pro Bold;
    text-align: center;
    padding-top: 22px;
    padding-right: 3px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-title {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: none;
}

.product-description {
    float: left;
    width: 100%;
    font-family: Gotham Pro Light;
    font-size: 15px;
    margin-bottom: 40px;
    display: none;
}

.icon-more {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url('../img/icon-more.png');
    margin-right: 10px;
    position: relative;
    top: 1px;
    display: none;
}

.text-more {
    font-family: Gotham Pro Bold;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    position: relative;
    top: 2px;
    display: none;
}

.box-content {
    float: left;
    width: 100%;
    background-color: #FAFAFA;
    padding-top: 73px;
}

.box-content__title {
    text-align: center;
    font-family: Gotham Pro Bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #1E1E1E;
    margin-bottom: 30px;
}

.box-content__description {
    text-align: center;
    font-family: Gotham Pro Light;
    font-size: 14px;
    color: #5B5B5B;
    padding-bottom: 70px;
}

.phone.open #application-block {
    display: block;

}

li.open #open-menu {
    display: block;
    margin-top: 0;
}

.menu-2__ul li.open a.dropdown-toggle {
    background-color: #ff8a00;
    color: #FFF;
}

.best-offer a:hover {
    background-color: #fff;
    padding: 0;
}

.box-content__category {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
    height: 286px;
}

.box-content__category:last-child {
    width: 50%;
}

.box-content__category:hover {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 2;
}

.box-content__category a {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.box-content__category a:hover {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.box-content__category.sale-box {
    position: relative;
}

.box-content__category.hover {
    position: relative;
}

.box-content__category span {
    position: absolute;
    left: 0;
    font-family: Gotham Pro Bold;
    font-size: 158px;
    color: #fff;
    top: 152px;
    left: 230px;
    text-decoration: none;
    z-index: 10;

}

.box-content__category a {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    outline-style: none;
}

.box-content__category.normal-block.white {
    background-color: #FFF;
}

.box-content__category a:hover {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.box-content__category.normal-block {
    position: relative;
    width: 293px;
    height: 293px;
}

.box-content__category.normal-block a:hover {
    background-size: 110%;
    background-position: center;
}

.box-content__category img {
    display: block;
    margin: 0 auto
}

.row-box-four {
    float: left;
    width: 585px;
}

.row-box-four > .box-content__category {
    float: left;
    width: 50%;
}

.advantages {
    float: left;
    width: 100%;
    padding-top: 70px;
    background-color: #fafafa;
}

.advantages-name {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    font-size: 24px;
    color: #2D2D2D;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 55px;
}

.advantages__block {
    float: left;
    width: 25%;
    text-align: center;
}

.advantages__block img {
    margin-bottom: 20px;
    width: fit-content;
    height: fit-content;
    max-width: 82px;
    max-height: 60px;
}

.advantages__name {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    font-size: 18px;
    color: #2D2D2D;
    margin-bottom: 10px;
    min-height: 32px;
}

.advantages__description {
    float: left;
    width: 100%;
    font-family: Gotham Pro Light;
    font-size: 14px;
    color: #5B5B5B;
}


.hot-sale {
    float: left;
    width: 100%;
    background-color: #fafafa;
    padding-top: 70px;
}

.hot-sale__name {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 24px;
    color: #2D2D2D;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.hot-sale__row {
    margin-left: -30px;
}

.hot-sale__row:after {
    content: "";
    display: block;
    clear: both;
}

.hot-sale__row--cat {
    margin-left: -20px;
}

.hot-sale__row--cat:after {
    display: none;
}

.hot-sale__row--cat .hot-sale__box-product {
    width: calc(33.3% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
}

.hot-sale__box-product {
    float: left;
    width: calc(25% - 30px);
    min0height: 455px;
    background-color: #fff;
    margin-left: 30px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.hot-sale__box-product.hover {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    box-shadow: 0 0 12px rgba(0, 0, 0, .14);
}

.hover-colomn.active {
    display: block;
    width: 100px;
    height: 455px;
    background-color: #FFF9CD;
    padding: 13px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hover-colomn {
    float: left;
    display: none;
}

.hover-ul {
    list-style: none;
}

.hover-ul li {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    cursor: pointer;
}

.hot-sale-vision {
    float: left;
    width: 266px;
}

.icon-sale {
    float: left;
    position: absolute;
    margin-top: -11px;
    margin-left: -7px;
}

.saleValue {
    display: inline-block;
    max-width: 100%;
    padding: 5px 2px;
    box-sizing: border-box;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    color: #fff;
    font-weight: 600;
}

.icon-sale {
    float: left;
    position: absolute;
    margin-top: -11px;
    margin-left: -7px;
    background: url(../img/icon-sale.png) center no-repeat;
    width: 56px;
    height: 56px;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    left: 7px;
    top: 11px;
}

.icon-sale--product {
    z-index: 2;
}

.product-block__slider .icon-sale {
    left: 0px;
    top: 0px;
}

.product-block__slider .carousel-inner {
    max-height: 386px;
    background: #fff;
    text-align: center;
}

.product-block__slider .carousel-inner img {
    max-height: 100%;
    max-width: 100%
}

.hot-sale__box-product.first.hover > .hot-sale-vision > .hot-sale__reviews > .btn-or-hover {
    display: block;
}

.btn-or-hover {
    display: none;
    float: left;
    width: 134px;
    height: 32px;
    background-color: #ff8a00;
    font-family: Gotham Pro Bold;
    color: #FFF;
    font-size: 12px;
    padding: 8px 5px;
    margin-right: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.reviews-a {
    float: right;
    padding-right: 15px;
    padding-right: 15px;
    color: #C0C0C0;
    margin-top: 9px;
}

.hot-sale__reviews a {
    text-decoration: none;
    color: #C1C1C1;
}

.icon-reviews {
    float: left;
    background: url('../img/reviews.png');
    width: 23px;
    height: 15px;
    margin-right: 10px;
}

.block-prev {
    float: left;
    background: url('../img/hot-sale-prev-icon.png');
    width: 25px;
    height: 25px;
    left: 115px;
    top: 150px;
    position: absolute;
    cursor: pointer;
}

.block-next {
    float: right;
    background: url('../img/hot-sale-next-icon.png');
    width: 25px;
    height: 25px;
    left: 328px;
    top: 150px;
    position: absolute;
    cursor: pointer;
}

.hot-sale-block-img {
    float: left;
    width: 100%;
}

.about-company {
    background-color: #fafafa;
    padding-top: 55px;
    line-height: 26px;
    clear: both;
}

.about-company__title {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 24px;
    color: #1E1E1E;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.about-company__left {
    padding-left: 14px;
    padding-right: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-company__right {
    float: left;
    width: 585px;
    padding-left: 14px;
    padding-right: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-company__left--big-block {
    border: 3px solid #ff8a00;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-top: 37px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-company__left--big-block p {
    font-family: Gotham Pro Bold;
    font-size: 16px;
    color: #1E1E1E;
}

.about-company__left--text {
    font-family: Gotham Pro Light;
    font-size: 14px;
    color: #5B5B5B;
    line-height: 26px;
}

.about-company__left--text a {
    color: #14B7ED;
    text-decoration: none;
}

.catalog-block {
    float: left;
    width: 100%;
    background-color: #fafafa;
    padding-top: 40px;
}

.column-left {
    float: left;
    width: 250px;
    padding-left: 15px;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column-left.invers {
    background: transparent;
    padding: 0;
}

.column-left .section {
    background-color: #f2f2f2;
    margin: 0 0 20px;
    padding: 15px;
}

.column-left .section.nopad {
    padding: 0;
}

.catalog__ul {
    list-style: none;
    padding-top: 25px;
    overflow: auto;
}

.catalog__ul li {
    list-style: none;
    display: block;
    overflow: hidden;
}

.catalog__ul a {
    display: block;
    padding: 11px 15px;
    font-family: Gotham Pro Bold;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog__ul .big-item-catalog {
    color: #000;
    font-size: 14px;
}

.catalog__ul .active-bord {
    background-color: #ff8a00;
    color: #FFF;
    position: relative;
}

.catalog__ul .not-parent.active-bord .active-i {
    background-image: url(../img/arrow-my.png);
}

.catalog__ul .not-parent.active-bord:hover .active-i {
    background-image: url(../img/arrow-my.png);
}

.catalog__ul .active-bord .big-item-catalog {
    padding-bottom: 11px;
    color: #fff;
}

.catalog__ul-lvl2 {
    overflow: hidden;
    max-height: 0;
    background: #fff;
    transition: max-height .5s ease-out;
}

.catalog__ul a.active + .catalog__ul-lvl2 {
    max-height: 1000px;
}


.column-left + .content {
    margin-left: 250px;
    padding-left: 20px;
}

.content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-breadcrumb__ul {
    list-style: none;
    margin-bottom: 20px;
}

.catalog-breadcrumb__ul_1 {
    margin-top: -8px;
}

.catalog-breadcrumb__ul_2 {
    margin-top: -4px;
}

.catalog-breadcrumb__ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    font-family: Gotham Pro Light;
    font-size: 13px;
    color: #BDBDBD;
}

.catalog-breadcrumb__ul li a {
    color: #BDBDBD;
    text-decoration: none;
}

.title {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: -7px;
}

.filter__box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.filter__title {
    float: left;
    font-family: Gotham Pro Regular;
    font-size: 15px;
    color: #B0B0B0;
    margin-right: 20px;
}

.filter__value-box {
    float: left;
    margin-right: 20px;
}

.filter__value {
    float: left;
    color: #000;
    font-family: Gotham Pro Bold;
    font-size: 15px;
    text-decoration: none;
}

/* .filter__value > span{
	border-bottom: 1px dashed;
} */
.filter__value > span:hover {
    border-color: transparent;
}

.filter__value-box.active .filter__value {
    color: #2b9acf;
}

.icon-filter-value {
    background-image: url('../img/icon-filter-value.png');
    width: 19px;
    height: 19px;
    margin-left: 7px;
    float: right;
    margin-top: -3px;
    display: inline-block;
}

.filter__value-box.active .filter__value .icon-filter-value {
    background-image: url('../img/icon-filter-value-active.png');
}

.filter__value-box_2 {
    position: relative;
    bottom: 2px;
}

.filter__value-box_2 .icon-filter-value {
    float: none;
    position: relative;
    bottom: -2px;
}

.catalog-box {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content_catalog_1 {
    padding-right: 0;
}

.catalog-box__item {
    float: left;
    width: 25%;
    text-align: center;
}

.catalog-box__item img {
    max-height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}

.catalog-box__item span {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    font-size: 13px;
}

.catalog-product-row {
    float: left;
    width: 100%;
}

.catalog-product__box {
    float: left;
    width: 264px;
    height: 455px;
    background-color: #fff;
    margin-right: 43px;
    margin-bottom: 30px;
}

.catalog-product__box.last {
    margin-right: 0;
}

.pagination {
    float: left;
    width: 100%;
    list-style: none;
}

.pagination__item {
    float: left;
}

.pagination__item a {
    font-size: 16px;
    text-decoration: none;
    color: #2b9acf;
    float: left;
    min-width: 31px;
    text-align: center;
    padding: 8px 0;
    margin-right: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination__item.last a {
    color: #000;
    font-family: Gotham Pro Bold;
}

.pagination__item.last a img {
    position: relative;
    bottom: 2px;
    right: 2px;
}

.pagination__item.last a span {
    position: relative;
    bottom: 6px;
}

.pagination.blog {
    padding-top: 30px;
    width: 632px;
}

.pagination__item a:hover {
    color: #ff8a00;
}

.pagination__item.active a {
    background-color: #ff8a00;
    color: #FFF;
}

.pagination__item.null {
    width: 34px;
}

.pagination__item.last {
    margin-left: 46px;
}

.pagination__item.last.blog a {
    font-family: Gotham Pro Bold;
    color: #000;
    width: 100px;
}

.pagination__item.last.blog a img {
    float: left;
}

.category__about-company {
    float: left;
    padding-top: 40px;
    padding-bottom: 45px;
    width: 100%;
}

.category__about-company-title {
    float: left;
    width: 100%;
    font-family: Gotham Pro Bold;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.category__about-description {
    font-family: Gotham Pro Light;
    font-size: 14px;
    line-height: 20px;
}

.category__next-category {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.contact-block {
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #FAFAFA;
}

.contacts-phone__block {
    display: block;
    background: #eee;
    min-height: 165px;
    width: 100%;
    float: left;
    padding-top: 38px;
    padding-left: 41px;
    /* padding-bottom: 28px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.contacts-phone__block2 {
    display: block;
    background: #eee;
    min-height: 111px;
    width: 100%;
    float: left;
    /* padding-top: 38px; */
    padding-left: 41px;
    padding-bottom: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -32px;

}

.cotacts-phone__number {
    float: left;
    font-family: Gotham Pro Bold;
    font-size: 30px;
    color: #000;
    /* 	margin-right: 55px; */
}

.cotacts-phone__number:hover,
.cotacts-phone__number:focus {
    color: #000;
}

.contacts-phone__text {
    float: left;
    font-family: Gotham Pro Light;
    margin: 10px;
    color: #2b9acf;
    font-weight: 900;
}

.contacts-phone__text .red {
    color: #ff8a00;

}

.contact-phone__clock {
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #000;
}

.contact-phone__clock img {
    margin-top: -3px;
    float: left;
    margin-right: 10px;
}

.contacts-staff__block {
    width: 350px;
    padding-top: 166px;
    padding-bottom: 69px;
    position: absolute;
    margin-left: 812px;
}

.contacts-staff__item {
    float: left;
    width: 30%;
    margin-bottom: 50px;
}

.contacts-staff__name {
    display: block;
    font-family: Gotham Pro Light;
    font-size: 14px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.contacts-staff__mail {
    display: inline-block;
    font-family: Gotham Pro Light;
    font-size: 14px;
    color: #42C4F0;
    margin-bottom: 20px;
    padding-left: 6px;

}

.contacts-staff__mail-to {
    width: 220px;
    height: 44px;
    font-family: Gotham Pro Bold;
    color: #000;
    border: 2px solid #e4e4e4;
    background-color: #fafafa;
    cursor: pointer;
    font-size: 14px;
}

.contacts-staff__mail-to:hover {
    background-color: #2b9acf;
    border: none;
    color: #FFF;
}

.modal.fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.mask {
    background-color: rgba(0, 0, 0, 0.8);
    background-size: cover;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.modal-block {
    left: 50%;
    top: 50%;
    width: 565px;
    height: 407px;
    margin: auto;
    margin-top: 65px;
    border: 10px solid #929292;
}

.btn-close-modal {
    background-image: url('../img/modal-close-icon.png');
    width: 32px;
    height: 32px;
    position: absolute;
    right: -52px;
    top: 0;
    cursor: pointer;
}

.modal-content {
    position: relative;
    width: 590px;
    height: auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    margin: 15% 25%;
    margin: 15% auto;
    z-index: 2;
}

.modal-content_2 {
    width: 860px;
}

.modal-content_2 table.table-chatacter {
    width: 100%;
}

.modal-content--contact {
    background-color: transparent;
    color: #fff;
    border: 5px solid #666;
}

.modal-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.left-modal-colomn {
    float: left;
    margin-right: 30px;
}

.fast-modal-carousel .item {
    display: none;
    width: 400px;
    height: 301px;
    margin-bottom: 6px;
}

.fast-modal-carousel .item img {
    width: 100%;
    height: auto;
}

.fast-modal-carousel .item.active {
    display: block;
}

.carousel-indicators.fast-order-carousel-indicators {
    float: left;
    height: 64px;
    margin-bottom: 60px;
    overflow: hidden;
}

.carousel-indicators.fast-order-carousel-indicators li {
    float: left;
    width: 96px;
    height: 72px;
}

.carousel-control.left.fast-order-carousel-indicators {
    position: absolute;
    background-image: url(../img/fast-order-prev-icon.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 72px;
    left: 3px;
}

.carousel-control.left.fast-order-carousel-indicators:hover {
    background-image: url(../img/fast-order-prev-icon-active.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 70px;
}

.carousel-control.right.fast-order-carousel-indicators {
    position: absolute;
    background-image: url(../img/fast-order-next-icon.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 72px;
    right: 3px;
}

.modal-content .carousel-control.right.fast-order-carousel-indicators {
    right: 0px;
}

.modal-content .carousel-control.left.fast-order-carousel-indicators {
    left: 0;
}

.carousel-control.right.fast-order-carousel-indicators:hover {
    background-image: url(../img/fast-order-next-icon-active.png);
    background-repeat: none;
}

.buy-credit__modal {
    width: 399px;
    height: 41px;
    font-family: Gotham Pro Bold;
    font-size: 15px;
    background-color: #fff6b8;
    border: none;
    cursor: pointer;
    outline-style: none;
}

.right-modal-product-name {
    font-family: Gotham Pro Bold;
    font-size: 29px;
    margin-bottom: 16px;
    color: #000;
}


.modal-slider {
    width: 401px;
    height: 301px;
}

.hot-sale__box-product .modal-content .carousel-inner {
    float: left;
    width: 401px;
    height: 301px;
}

.hot-sale__box-product .modal-content .carousel-indicators {
    display: block;
    float: left;
    width: 100%;
    background-color: #FFF;
    height: 72px;
}

.hot-sale__box-product .modal-content .carousel-indicators li {
    float: left;
    width: 96px;
    height: 72px;
    margin-right: 0;
}

body .carousel-indicators li {
    margin: 0px 8px 6px 0px !important;
}

body .carousel-indicators li:nth-child(6) {
    margin: 0px 0 6px 0 !important;
}

.right-modal-colomn {
    float: left;
    width: 360px;
}

.contact-map__block {
    float: left;
    width: 100%;
    padding-top: 91px;
}

.contact-map__block h2 {
    font-family: Gotham Pro Bold;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-map__contacts {
    width: 411px;
    height: 320px;
    background-color: #FFF;
    position: absolute;
    padding: 15px;
    margin-left: 40px;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-map__contacts-block {
    width: 377px;
    height: 286px;
    border: 2px solid #ddd;
    margin: auto;
    padding: 35px 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-map__contacts-block__name {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-map__contacts-block img {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

.contact-geo-text {
    float: left;
    width: 90%;
    font-family: Gotham Pro Light;
}

.contact-geo-text i {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ff8a00;
}

.geo-clock-text {
    float: left;
    font-family: Gotham Pro Light;
    margin-bottom: 10px;
    padding-top: 20px;
}

.geo-phone-text {
    float: left;
    font-family: Gotham Pro Light;
    padding-top: 9px;
}

.basket__box {
    display: table;
    border-collapse: collapse;
}

.basket__box-head {
    float: left;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;

}

.basket__box-title {
    width: 278px;
    font-family: Gotham Pro Bold;
    font-size: 36px;
    text-align: left;
    padding-bottom: 15px;
    text-align: center;
}

.box-title {
    position: absolute;
    bottom: 30px;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    color: #2D2D2D;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.basket__box-name-product {
    width: 354px;
    font-size: 15px;
    color: #666;
    text-align: left;
}

.basket__box-price-product {
    width: 81px;
    font-size: 15px;
    color: #666;
}

.basket__box-count-product {
    width: 228px;
    font-size: 15px;
    color: #666;
    text-align: right;
    padding-right: 47px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.basket__box-total-product {
    width: 100px;
    padding-left: 84px;
    font-size: 15px;
    color: #666;

}

.basket__box-close {
    width: 34px;
    font-size: 15px;
    color: #666;
}

.basket__box-item {
    float: left;
    width: 100%;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    border-bottom: 3px solid #f2f2f2;
}

.basket__box-item-img {
    width: 223px;
    padding-left: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.basket__box-item-name {

    width: 300px;
    padding-left: 55px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.basket__box-item-name a {
    font-family: Gotham Pro Bold;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.basket__box-item-name p {
    font-family: Gotham Pro Light;
    color: #666;

}

.basket__box-item-price {
    width: 81px;
    font-family: Gotham Pro Bold;
    font-size: 21px;
    padding-left: 115px;
}

.basket__box-item-quantity {
    width: 228px;
    padding-left: 86px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.basket__box-item-quantity .minus {
    float: left;
    background-image: url('../img/btn-minus.png');
    width: 36px;
    height: 36px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    outline-style: none;
}

.basket__box-item-quantity .minus:hover {

    background-image: url('../img/btn-minus2.png');

}

.basket__box-item-quantity .plus {
    float: left;
    background-image: url('../img/btn-plus.png');
    width: 36px;
    height: 36px;
    margin-left: 5px;
    border: none;
    cursor: pointer;
    outline-style: none;
}

.basket__box-item-quantity .plus:hover {

    background-image: url('../img/btn-plus2.png');

}

.basket__box-item-quantity input {
    float: left;
    text-align: center;
    font-family: Gotham Pro Bold;
    font-size: 18px;
    width: 50px;
    height: 34px;
    border: 1px solid #DEDEDE;
}

.basket__box-item-total {
    width: 184px;
    text-align: right;
    font-family: Gotham Pro Bold;
    font-size: 30px;
}

.basket__box-item-close {
    width: 34px;
    text-align: right;
    border: none;

}

.basket__box-item-close img {
    vertical-align: 180px;
    /* background-image: url('../img/cart-close.png') ;
        width: 17px;
        height: 17px; */
    border: none;
}

.basket__box-item-close a {
    display: inline-block;
    position: relative;
}

.basket__box-item-close a:after {
    content: "";
    background: url(../img/cart-close.png) center no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    bottom: 75px;
    transition: 0.6s;
    cursor: pointer;
}


.basket__box-item-close:hover a:after {
    background: url('../img/cart-close_11.png') center no-repeat;
}

.basket__box-item-close > a {
    cursor: pointer;
    height: auto;
}

/*  .basket__box-item-close img:hover{
background-image: url('../img/cart-close2.png');
 position:relative;
z-index: 9999;
top: -182px;
} */

.basket__box-item-sale {
    width: 712px;
    text-align: right;
    visibility: hidden;
}

/* .basket__box-item-sale a{
	text-decoration-style: dashed;
	color: #29ADE9;
	font-family: Gotham Pro Light;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dotted #29ADE9;
} */

.basket__box-item-sale a {
    border-bottom: 1px dashed #14b7ed;
    color: #14b7ed;
    font-family: Gotham Pro Regular;
    font-size: 14px;
    outline-style: none;
    padding-bottom: 2px;
    text-decoration: none;
}

.basket__box-sale-line {
    float: left;
    width: 100%;
    padding-top: 24px;
}

.basket__box-item-sale-name {
    width: 228px;
    font-family: Gotham Pro Bold;
    font-size: 18px;
    text-align: right;
    text-transform: uppercase;
}

.basket__box-item-sale-price {
    width: 184px;
    font-family: Gotham Pro Bold;
    font-size: 30px;
    color: #ff8a00;
    text-align: right;
}

.basket__box-form {
    display: block;
    padding-top: 70px;
}

.form__block {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 3px solid #f2f2f2;
}

.form-block-left, .form-block-left, .form-block-right2, .form-block-right3 {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
}

.form-block-left {
    padding-right: 15px;
}

.form-block-left form-block-contact {
    width: 100% !important;
}

.form-block-right2 {
    width: 100%;
    padding: 0;
}

.form-block-right3,
.form-block-right {
    padding-left: 15px;
}

.form__input-title {
    font-family: Gotham Pro Bold;
    font-size: 23px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.form-block-left label {
    display: inline-block;
    width: 126px;
    font-family: Gotham Pro Bold;
    color: #000;
    text-transform: uppercase;
}

.form-block-contact label {
    color: #fff;
}

.form-block-left label.reqiured {
    color: #ff8a00;
}

.form-block-left label.label-big-input {
    float: left;
    margin-top: 10px;
    width: 130px;

}

.form-block-left label.label-big-input b {
    width: 56px;
    font-family: Gotham Pro Regular;
    color: #979797;
    font-size: 9px;
}

.form-block-left input {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 36px;
    border: 1px solid #dedede;
    background-color: #fff;
    margin: 5px 0 7px;
    padding: 10px;
    outline-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-block-left input.big-input {
    height: 80px;
}

.cart-note {
    float: left;
    margin-top: 20px;
    font-family: Gotham Pro Light;
    padding-bottom: 55px;
}

.cart-note b {
    color: #ff8a00;
}

.form-block-right span.form__input-title {
    margin-bottom: 30px;
}

.form-block-right2 span.form__input-title {
    margin-bottom: 30px;
}

.form-block-right3 span.form__input-title {
    margin-bottom: 30px;
}

.radio {
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 3px 0 0;
}

.radio + label {
    cursor: pointer;
}

.radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 40px;
}

/* .radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FFF;
   }


.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s; }
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
	width: 24px;
	height: 24px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; border radius
	background-color: #ed134f;
	border: 1px solid #ed134f;

} */
.form-block-right > label {
    float: left;
    /*height: 50px;*/
    margin-bottom: 30px;
}

.form-block-right label b {
    color: #2b9acf;
    text-transform: uppercase;
    font-family: Gotham Pro Regular;
    position: relative;
    display: inline-block;
}

.form-block-right2 > label {
    float: left;
    /*height: 50px;*/
    margin-bottom: 30px;
}

.form-block-right2 label b {
    color: #2b9acf;
    text-transform: uppercase;
    font-family: Gotham Pro Regular;
    position: relative;
    display: inline-block;
}

.form-block-right3 > label {
    float: left;
    /*height: 50px;*/
    margin-bottom: 30px;
}

.form-block-right3 label b {
    color: #2b9acf;
    text-transform: uppercase;
    font-family: Gotham Pro Regular;
    position: relative;
    display: inline-block;
}

/* .form-block-right span.basket_input{
	position: relative;
	display: inline-block;
}

.form-block-right span.basket_input:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/basket_inherit.png) center no-repeat;
	z-index: 100;
	cursor: pointer;
	left: 0;
}

form-block-right input:cheked + span.basket_input:before{
	background: url(../img/basket_checked.png) center no-repeat;
	top: 10px;
} */

.input_radio > span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 42px;
    font-weight: 800;
    padding-bottom: 20px;
}

.input_radio > span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/basket_inherit.png) center no-repeat;
    z-index: 100;
    cursor: pointer;
    left: -1px;
    bottom: -4px;
}

.input_radio_1 > span:before {
    left: -1px;
    bottom: auto;
    top: 0;
}

.input_radio_2 > span:before {
    left: -1px;
    bottom: 14px;
}

.input_radio input:checked + span:before {
    background: url(../img/basket_checked.png) center no-repeat;
}

.form-block-right label b.gray {
    color: #9F9F9F;
    text-transform: none;
}

.form-block-right2 label b.gray {
    color: #9F9F9F;
    text-transform: none;
}

.form-block-right3 label b.gray {
    color: #9F9F9F;
    text-transform: none;
}

.form-btn-stroke {
    float: left;
    width: 100%;
    margin-top: 34px;
    position: relative;
}

.cart-go-back {
    float: left;
    width: 220px;
    height: 44px;
    font-family: Gotham Pro Bold;
    background-color: #fafafa;
    border: 1px solid #DEDEDE;
    cursor: pointer;
    font-size: 13px;
    outline-style: none;
}

.cart-offer {
    float: right;
    width: 235px;
    height: 44px;
    font-family: Gotham Pro Bold;
    color: #FFF;
    background-color: #2b9acf;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    outline-style: none;
}

.cart-offer:hover {
    background-color: transparent;
    color: #666;
    border: 2px solid #666;
}

.stroke-cart__checked {
    text-align: center;
    margin: 0 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checked-title-itog {
    font-family: Gotham Pro Bold;
    font-size: 23px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 6px;
}

.checked-price {
    font-family: Gotham Pro Bold;
    font-size: 30px;
    color: #ff8a00;
    margin-right: 20px;
}

.checked-deliver {
    display: inline-block;
    vertical-align: top;
    font-family: Gotham Pro Bold;
    font-size: 15px;
    color: #2b9acf;
    margin-right: 5px;
}

.delivery-block {
    background-color: #fafafa;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.content.delivery {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-breadcrumb__ul.delivery {
    margin-bottom: 30px;
}

.delivery-info__container {
    width: 1141px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery-info__box {
    float: left;
    margin-bottom: 40px;
}

.delivery-info__box-left {
    float: left;
    width: 263px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery-info__box-left + .delivery-info__box-right {
    float: left;
    width: 878px;
    padding-right: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery-info__box-title {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.delivery-info__box-text {
    display: block;
    font-size: Gotham Pro Light;
    font-size: 14px;
    line-height: 26px;
    color: #5B5B5B;
    margin-bottom: 12px;
}

.delivery-info__box-small {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    margin-bottom: 17px;
    margin-top: 17px;
}

.block-post {
    padding-bottom: 60px;
}

.block-post.last {
    border-bottom: 3px solid #f2f2f2;
}

.block-post-left {
    width: 250px;
    float: left;
}

.block-post-left > a img {
    width: fit-content;
    height: fit-content;
}

.block-post-right {
    margin-left: 250px;
    padding-left: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title-section {
    overflow: auto;
}

.block-post__name {
    float: left;
    font-family: Gotham Pro Bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-bottom: 15px;
}

.block-post__date {
    margin-left: 20px;
    float: right;
    font-family: Gotham Pro Light;
    font-size: 13px;
    color: #999;
}

.block-post-description {
    display: block;
    font-family: Gotham Pro Light;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 30px;
    line-height: 26px;
}

.block-post__a {
    display: inline-block;
    vertical-align: top;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.block-post__a img {
    float: left;
    margin-right: 8px;
    /* 	margin-top:-4px; */
}

.blog__view-stat {
    float: right;
    font-family: Gotham Pro Light;
    font-size: 13px;
    color: #999;
    padding-right: 14px;
    padding-top: 40px;
}

.styles__block {
    margin-bottom: 28px;
}

.styles__block img {
    max-width: 100%;
}

.styles__block.modif {
    margin-bottom: 0;
    padding-bottom: 56px;
    border-bottom: 3px solid #f2f2f2;
}

.styles__left-column {
    float: left;
    width: 300px;
}

.style__right-column {
    margin-left: 300px;
}

.styles__block ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

.styles__content-p,
.styles__block p {
    margin-bottom: 15px;
    font-family: Gotham Pro Light;
    color: #5B5B5B;
    line-height: 26px;
}

.styles__content-p a,
.styles__block p a {
    color: #42C4F0;
    text-decoration: none;
}

/* .styles__content-p a:hover{
	color: #ff8a00;
	text-decoration: none;
} */
.styles__read-next {
    padding-top: 30px;
}

.styles__read-next:after {
    content: "";
    display: block;
    clear: both;
}

.styles__h2 {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.read-next__h3 {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 23px;
    margin-bottom: 27px;
    margin-top: -4px;
}

/* .styles__left-column.modif{
	text-align: right;
}

.styles__left-column.modif img {
    margin-left: -85px;
} */

.styles__read-row {
    margin: 0 0 0 -20px;
}

.styles__read-item {
    float: left;
    width: calc(25% - 20px);
    min-height: 330px;
    background-color: #FFF;
    margin-left: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 37px;
    padding-left: 21px;
    padding-right: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.styles__read-item:hover {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    box-shadow: 0 0 12px rgba(0, 0, 0, .14);
}

.styles__read-item.last {
    margin-right: 0;
}

.styles__read-item > img {
    width: fit-content;
    height: fit-content;
}

.styles__read-item img {
    margin-bottom: 30px;
}

.styles__read-item p {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    line-height: 18px;
}

.styles__read-item a {
    text-align: left;
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.styles__read-item a img {
    float: left;
    margin-bottom: 0;
    margin-top: -3px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.product-block__left, .product-block__right {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.product-block__left {
    padding-right: 10px;
}

.product-block__slider {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.product-block__slider .item {
    display: none;
}

.product-block__slider .item.active {
    display: block;
    margin-bottom: 9px;
}

.carousel-indicators {
    float: left;
    height: 93px;
    list-style: none;
    position: relative;
    margin: 9px 0 0;
}

.carousel-indicators li {
    float: left;
    width: 140px;
    height: 105px;
    margin-right: 8px;
    border-radius: 0px !important;
}

.carousel-indicators li.last {
    margin-right: 0;
}

.carousel-indicators li img {
    width: fit-content;
    height: fit-content;
}

.carousel-control {
    position: absolute;
    width: 70px;
    height: 93px;
    outline-style: none;
}

.product-block__slider .carousel-control.left {
    left: 0px;
    background-image: url('../img/left-icon-slider.png');
    background-repeat: no-repeat;
    outline-style: none;
}

.product-block__slider .carousel-control.left:hover {
    background-image: url('../img/left-icon-slider-active.png');
    background-repeat: no-repeat;
    outline-style: none;
}

.product-block__slider .carousel-control.right {
    right: 0px;
    background-image: url('../img/right-icon-slider.png');
    background-repeat: no-repeat;
    outline-style: none;
}

.product-block__slider .carousel-control.right:hover {
    background-image: url('../img/right-icon-slider-active.png');
    background-repeat: no-repeat;
    outline-style: none;
}

.block-credit {
    width: 100%;
    height: 41px;
    background-color: #fff6b8;
    border: none;
    font-family: Gotham Pro Bold;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 35px;
}

.product-page__decription {
    display: inline-block;
    width: 100%;
    clear: both;
}

.product-page__title-decription {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 23px;
    /* margin-bottom: 32px; */
    padding-top: 17px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.product-page__title-decription-p {
    display: block;
    font-family: Gotham Pro Light;
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 30px;
    margin-top: -17px;
    line-height: 26px;
}

.product-page__title-decription-p iframe {
    max-width: 100%;
}

.product-block__right {
    padding-left: 10px;
}

.product-title__h1 {
    display: block;
    font-family: "intro_bold", sans-serif;
    font-size: 36px;
    margin-bottom: 8px;
    letter-spacing: -1.3px;
}

.delivery-block .title {
    margin-bottom: 50px;
}

.product-page__props {
    float: left;
}

.product-page__props li {
    padding-top: 8px;
    list-style: none;
}

.product-page__buy {
    float: right;
    padding-left: 10px;
}

.product-title__article {
    display: block;
    font-family: Gotham Pro Regular;
    font-size: 15px;
    color: #666;
    margin-bottom: 46px;
}

.product-page__price-box {
    margin-bottom: 10px;
}

.product-page__price {
    font-family: "intro_bold", sans-serif;
    font-size: 36px;
    display: block;
}

.product-page__price-old {
    float: left;
    font-family: Gotham Pro Bold;
    font-size: 18px;
    color: #B7B7B7;
    position: relative;
}

.product-page__price-old .offer-price--stroke {
    width: 100%;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-page__btn-cart {
    padding-top: 10px;
}

.cart-button {
    position: relative;
    display: inline-block;
    width: 200px;
    max-width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #2b9acf;
    color: #FFF;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-align: center;
}

.cart-button:hover {
    background-color: #ff8a00;
    color: #FFF;
    border-color: transparent;
}

.fast-order__container {
    float: left;
    width: 100%;
    margin-bottom: 46px;
    margin-top: 40px;
}

.fast-order__container span {
    margin-bottom: 10px;
    float: left;
}

.fast-order__box {
    float: left;
    width: 100%;
    display: block;
    background-color: #F2F2F2;
    padding: 10px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fast-order__input {
    float: left;
    width: 33.3%;
    padding: 0 5px;
    box-sizing: border-box;
}

.fast-order__box label {
    display: block;
    font-family: Gotham Pro Light;
    margin-bottom: 5px;
}

.fast-order__box input {
    width: 100%;
    height: 36px;
    background-color: #FFF;
    border: 1px solid #dedede;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fast-order__btn {
    width: calc(33.3% - 5px);
    height: 36px;
    background-color: #ff8a00;
    color: #FFF;
    font-family: Gotham Pro Bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-top: 21px;
    margin-left: 5px;
    border: 1px solid #f58500;
    transition: 0.6s;
}

.fast-order__btn:hover {
    color: #ed134f;
    background-color: #fff;
}

.delivery__box {
    float: left;
    width: 539px;
    height: 51px;
    background-color: #f1f1f1;
    padding: 10px 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery__box img {
    float: left;
    margin-right: 20px;
}

.product-page__delivery-date {
    float: left;
    width: 80%;
    font-family: Gotham Pro Bold;
    text-transform: uppercase;
}

.product-page__delivery-method {
    float: left;
    width: 80%;
    font-family: Gotham Pro Light;
    color: #2D2D2D;
}

.product-share__box {
    float: left;
    width: 100%;
    height: 57px;
    margin-bottom: 30px;
    position: relative;
}


.product-share__box a.blue {
    font-family: Gotham Pro Regular;
    color: #14b7ed;
    font-size: 16px;
    position: absolute;
    left: 360px;
    top: 34px;
    display: inline-block;
    transition: 0.6s;
    border-bottom: 1px dashed #14b7ed;
}

.product-share__box a.blue:hover {
    color: #ff8a00;
    border-bottom: 1px dotted #ff8a00;
}

.product-share__box span {
    font-family: Gotham Pro Regular;
    font-size: 15px;
    color: #666;
    display: block;
    /*margin-bottom: 18px;*/
}

.socki {
    background-image: url('../img/social-sprite.png');
    float: left;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.social-link-2 {
    background-position: -34px;
}

.social-link-3 {
    background-position: -68px;
}

.social-link-4 {
    background-position: -102px;
}

.social-link-5 {
    background-position: -136px;
}

.social-link-6 {
    background-position: -170px;
}

.social-link-7 {
    background-position: -204px;
}

.social-link-8 {
    background-position: -238px;
}

.product-element__box {
    float: left;
    width: 100%;
}

.product-element__box span {
    float: left;
    font-family: Gotham Pro Bold;
    font-size: 23px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.product-element__item {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

.product-element__item img {
    margin-right: 20px;
}

.product-element__item a {
    float: left;
    font-family: Gotham Pro Bold;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
}

.product-element__name {
    margin-top: 20px;
    width: 65%;
    margin-bottom: 12px;
}

.product-element__text {
    font-family: Gotham Pro Light;
    color: #5B5B5B;
    float: left;
}

.product-character {
    float: left;
    width: 100%;
    padding-top: 31px;
}

.product-character span {
    font-family: Gotham Pro Bold;
    font-size: 16px;
    margin-bottom: 13px;
}

.product-character table {
    float: left;
    width: 538px;

}

.table-chatacter tr {
    height: 28px;
    padding-left: 10px;
    font-size: 14px;
}

.table-chatacter tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.table-chatacter td {
    padding-left: 10px;
    font-size: 14px;
}

.table-chatacter td:nth-child(odd) {
    font-family: Gotham Pro Light;
    color: #666666;
}

.product-reviews__box {
    float: left;
    width: 100%;
}

.product-reviews__box-title {
    float: left;
    font-family: Gotham Pro Bold;
    font-size: 23px;
    text-transform: uppercase;
    margin-right: 30px;
}

.product-reviews__box-title b {
    color: #B7B7B7;
}

.top-block .reviews__star {
    display: flex;
    margin-top: 5px;
}

.slick-slide .reviews__star img,
.reviews__star {

}

.reviews-btn {
    margin-top: 30px;
    width: 180px;
    height: 44px;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    background-color: #FAFAFA;
    border: 2px solid #dedede;
    cursor: pointer;
}

.reviews-form {
    margin-top: 30px;
    width: 100%;
    background-color: #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reviews-form__block-1 {
    float: left;
    width: 250px;
}

.reviews-form__block-1 span {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.form-rating {
    display: block;
    margin-bottom: 5px;
}

.reviews-form__block-1 label {
    display: block;
    font-family: Gotham Pro Light;
    font-size: 14px;
    margin-bottom: 7px;
}

.reviews-form__block-1 input {
    width: 180px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reviews-form__block-2 {
    margin-left: 250px;
}

.reviews-form__block-3 {
    margin-left: 250px;
    padding-top: 10px;
    clear: both;
}

.reviews-form__block-3 span {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    margin-bottom: 7px;
}

.mask-wrapper .send-file {
    font-family: Gotham Pro Bold;
    color: #000;
    background-color: #f2f2f2;
    border: 2px solid #dedede;
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.mask-wrapper .send-file:hover {
    background-color: #ff8a00;
    border-color: transparent;
    color: #FFF;
}

.mask-wrapper .fileInputText {
    position: relative;
    width: 133px;
    top: 3px;
}

.custom-file-input {
    width: 159px;
    height: 36px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: -36px;
    left: 0;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

.custom-file-input:hover + .mask-1 .send-file {
    background-color: #ff8a00;
    border: none;
    color: #FFF;
}

.custom-file-input:hover {
    background-color: #ff8a00;
    border: none;
    color: #FFF;
}

.reviews-btn:hover {
    background-color: #ff8a00;
    border: none;
    color: #FFF;
}


/* C������ ���������� ����� ��� IE8 � ����� ������ ������
�.�. ����� �� ������� �������������� ����������� �������. */
.checkbox-active {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

/* ��� ��� ���� ���������, ����� ������ ������, ������� �� ������������
��������� � ������. ����������, ��� label ����������. */
.checkbox-active + label {
    cursor: pointer;
}

/* ����� ���� ���������� �������� � ����������� ���������, � ����� IE9 � ����.
��������� ����, ��� ������ �������� �� ������������ ��������� :not � :checked,
� ��� ��� ������������� ����� �� ���������. */

/* ������ ������������ �������. */
.checkbox-active:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox-active:not(checked) + label {
    position: relative; /* ����� ��������������� ������������� ������������ label */
    padding: 0 0 0 35px; /* ��������� ����� �� label ����� ��� ������������� */
}

/* ���������� ������ ����� �������� � ����������� ��������� (���). */
.checkbox-active:not(checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url('../img/check-box.png');
    width: 18px;
    height: 18px;
}

/* ������ ��� ��������, ����� �� �������. */
.checkbox-active:checked + label:before {
    background-image: url('../img/check-box-active.png');
    width: 18px;
    height: 18px;
}

.reviews-form__block-2 label {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    min-height: 20px;
}

.reviews-form__block-2 img {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.checkbox-active--box {
    margin-bottom: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.reviews-form__block-2 .input-reviews-plus {
    float: left;
    width: calc(100% - 30px);
    height: 34px;
    font-family: Gotham Pro Light;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reviews-block-item {
    float: left;
    width: 100%;
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 14px;
    border-bottom: 2px solid #F2F2F2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reviews-block-item-1 {
    float: left;
    width: 250px;
}

.reviews-item__name {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 10px;
}

.reviews-item__date {
    display: block;
    font-family: Gotham Pro Light;
    font-size: 12px;
}

.reviews-block-item-2 {
    margin-left: 250px;
}

.reviews-block-item-2 img {
    float: left;
    margin-right: 10px;
}

.reviews-block-item-2 p {
    display: block;
    font-family: Gotham Pro Light;
    color: #5B5B5B;
    margin-bottom: 12px;
}

.img-minus-reviews-item {
    margin-top: 6px;
}

.reviews-block-item-2 {
    font-size: 16px;
}

.reviews-block-item-3 {
    width: 250px;
    float: left;
}

.footer {
    float: left;
    width: 100%;
    background-color: #2b9acf;
    color: #ffffff;
    padding-top: 45px;
    padding-bottom: 43px;
}

.footer-menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #41a4d4;
    padding-bottom:35px;
}

@media (min-width: 1200px) {
    .footer-menu{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #41a4d4;
        padding-bottom:35px;
    }
    .footer-menu__block{
        flex: 1;
    }

    .footer-menu__block:nth-child(1) {
        flex: .4;
    }
    .footer-menu__block:nth-child(2) {
        flex: .7;
    }
    .footer-menu__block:nth-child(3) {
        flex: .6;
    }
}

.footer-menu__title {
    font-family: Gotham Pro Bold;
    font-size: 15px;
    float: left;
    width: 100%;
    color: #FFF;
    margin-bottom: 25px;
}

.footer-menu__title.phone-footer {
    margin-bottom: 17px;
    white-space: nowrap;
}

.footer-menu__title.phone-footer span {

    font-family: Gotham Pro Light;
    font-size: 13px;
    color: #0c3f58;
}

.footer-menu__block .social-links {
    margin-bottom: 15px;
}

.footer-menu__block .social-links a img {
    width: fit-content;
    height: fit-content;
}


.footer-menu__title.phone-footer.last {
    margin-bottom: 23px;
}

.footer-menu__title.phone-footer.last span {

    font-family: Gotham Pro Light;
    font-size: 13px;
    color: #0c3f58;
}

.item-footer__move {
    float: left;
    width: 100%;
    font-family: Gotham Pro Light;
    color: #fff;
    margin-bottom: 45px;
    text-decoration: none;
}

.footer-menu__ul {
    list-style: none;
    float: left;
    display: inline-block;
    width: 100%;
}

.footer-menu__item {
    padding-bottom: 22px;
}

.footer-menu__item a {
    font-family: Gotham Pro Light;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer-menu__item a:hover {
    color: #fff;
}

.footer-menu__block.footer-contact a:hover {
    color: #ff8a00;
    text-decoration: none;
}

.footer-phone,
.footer-menu__block.footer-contact a.footer-phone:hover,
.footer-menu__block.footer-contact a.footer-phone:focus {
    color: #fff;
}

.footer-menu__title.phone-footer span {
    color: white;
}

.footer-phone {
    display: inline-block;
    margin-bottom: 10px;
}

.payment-method {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 54px;
}

.payment-method__item {
    float: left;
    margin-right: 15px;
}

.payment-method__item img {
    width: fit-content;
    height: fit-content;
}

.social {
    list-style: none;

}

.social li {
    display: -webkit-inline-box;
    vertical-align: middle;
}

.social li:not(:last-child) {
    padding-right: 16px;

}

.social li img {
    width: fit-content;
    height: fit-content;
}

/* .social__item1,2,3,4,5{
	float: left;
	margin-right: 20px;
}
.social__item1,2,3,4,5 img{
	display: none;
}
 .social__item a{
	background: url('../img/social-2.png') no-repeat bottom;
	width:15px;
	height:15px;
	display: block;
}
.social__item a:hover{
	background: url('../img/social-2--hover.png')no-repeat bottom;
} */
/* .social__item1 a{
	background: url('../img/social-1.png') no-repeat;

} */
.social__item1 a:hover {
    background: url('../img/social-1--hover.png') no-repeat;
    margin-top: -1px;
    display: block;
}

/* .social__item2 a{
	background: url('../img/t.png') no-repeat;

} */
.social__item2 a:hover {
    background: url('../img/t-a.png') no-repeat;
    display: block;
}

/* .social__item3 a{
	background: url('../img/g.png') no-repeat;

} */
.social__item3 a:hover {
    background: url('../img/g-a.png') no-repeat;
    display: block;
}

/* .social__item4 a{
	background: url('../img/vk.png') no-repeat;

} */
.social__item4 a:hover {
    background: url('../img/vk-a.png') no-repeat;
    display: block;
}

/* .social__item5 a{
	background: url('../img/ok.png') no-repeat;

} */
.social__item5 a:hover {
    background: url('../img/ok-a.png') no-repeat;
    margin-top: -2px;
    display: block;

}

.social__item6 a {
    display: block;
    background: url('../img/social-3.png') no-repeat;
}

.social__item6 a:hover {
    display: block;
    background: url('../img/social-3--hover.png') no-repeat;
}

.social__item7 a:hover {
    display: block;
    background: url('../img/youtube-hover.png') no-repeat;
}

/*

.social__item:last-child a{
	background: url('../img/social-3.png') no-repeat bottom;

}
.social__item:last-child a:hover{
	background: url('../img/social-3--hover.png') no-repeat bottom;
} */
.footer-copyright {
    float: left;
    width: 100%;
    padding-top: 20px;
    font-family: Gotham Pro Light;
    font-size: 12px;
    padding: 20px 15px;
    color: #fff;


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-copyright a {
    color: #fff;
    text-decoration: none;
}

.footer-copyright__left {
    float: left;
    font-size: 14px;
}

.footer-copyright__right {
    float: right;
}

.hot-sale__box-product .carousel-wrapper {
    position: relative;
    height: 170px;
    margin-bottom: 23px;
}

.hot-sale__box-product .carousel-inner .item {
    display: none;
}

.hot-sale__box-product .carousel-inner .item.active {
    display: block;
    text-align: center;
    height: 176px;
    overflow: hidden;
}

.hot-sale__box-product .carousel-indicators {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px !important;
    width: 100px;
    height: 100%;
    overflow: hidden;
    background-color: #dff2f6;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    z-index: 95;
}

.hot-sale__box-product.hover .carousel-indicators {
    display: block;
}

/* .hot-sale__box-product.hover .carousel-indicators{

	display: none;
}
 */

.hot-sale__box-product.hover .carousel-indicators::-webkit-scrollbar {
    width: 6px;
    height: 7px;
}

.hot-sale__box-product.hover .carousel-indicators::-webkit-scrollbar-thumb {
    width: 10px;
    height: 10px;
}

.hot-sale__box-product.hover .carousel-indicators::-webkit-scrollbar-thumb {
    background: #cccfd5;
}

.hot-sale__box-product.hover .carousel-indicators::-webkit-scrollbar-track {
    background: #e3e4e8;
}

.hot-sale__box-product .carousel-indicators li {
    width: 82px;
    height: 56px;
    margin-bottom: 6px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    text-indent: inherit;
}

.hot-sale__box-product .carousel-indicators li.active {
    border: 1px solid #2b9acf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hot-sale__box-product .carousel-control {
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -13px;
    display: none;
}

.hot-sale__box-product .carousel-control.left {
    background-image: url('../img/hot-sale-prev-icon.png');
    left: 7px;
}

.hot-sale__box-product .carousel-control.right {
    background-image: url('../img/hot-sale-next-icon.png');
    right: 7px;
}

.hot-sale__box-product.hover .carousel-control.left:hover {
    background-image: url('../img/hot-sale-prev-icon-active.png');
}

.hot-sale__box-product.hover .carousel-control.right:hover {
    background-image: url('../img/hot-sale-next-icon-active.png');
}

.hot-sale__box-product.hover .carousel-control {
    display: block !important;
}

.hot-sale__box-product .wrap {
    padding: 10px 7px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.top-block {
    margin-bottom: 23px;
    height: 32px;
}

.hot-sale__box-product.hover .fast-order {
    display: none;
}

.fast-order {
    display: none;
    float: left;
    width: 134px;
    height: 32px;
    background-color: #2b9acf;
    font-family: Gotham Pro Bold;
    font-size: 12px;
    color: #FFF;
    border: none;
    margin-left: 60px;
    outline-style: none;
    cursor: pointer;
}

.reviews-block {
    float: right;
    padding-right: 10px;
}

.reviews-block img {
    float: left;
    width: auto;
    margin-right: 6px;
    margin-top: 8px;
}

.reviews-block a {
    float: right;
    font-family: Gotham Pro Bold;
    color: #C0C0C0;
    text-decoration: none;
    margin-top: 9px;
}

.block-name {
    margin-bottom: 30px;
    min-height: 40px;
}

.block-name a {
    display: block;
    font-family: Gotham Pro Bold;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.block-price--wrap {

}

.right-modal-price {
    overflow: hidden;
    margin-bottom: 20px;
}

.block-price {
    font-family: Gotham Pro Bold;
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.block-price--wrap {
    text-align: left;
    width: 50%;
    float: left;
    overflow: hidden;
}

.block-price--modal {
    text-align: left;
    width: auto;
    float: left;
    margin-bottom: 0;
    width: 100%;
    color: #000;
}

.block-buy {
    text-align: center;
}

.btn-buy {
    width: 111px;
    height: 44px;
    background-color: #fff;
    font-family: Gotham Pro Bold;
    font-size: 14px;
    color: #000;
    border: 2px solid #dedede;
    cursor: pointer;
    outline-style: none;
}

.btn-buy:hover {
    background-color: #2b9acf;
    border: none;
    color: #FFF;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.close {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: #ccc;*/
    z-index: -1;
    cursor: pointer;
    top: 0;
    left: 0;
}

.gray {
    background-color: #ccc;
    color: #fff;
}

label .gray {
    background-color: transparent;
    line-height: 18px;
}

#myCarousel3 .item img {
    width: 100%;
}

.modal-content #myCarousel3 .item img {
    min-width: auto;
    min-height: 110%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    margin: 0;
    width: 100%;
}

#coupon {
    display: none;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: fit-content;
    height: fit-content;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.right-modal-article {
    font-size: 15px;
    color: #666666;
    margin-bottom: 15px;
}

.btn-buy--modal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    color: #fff;
    border: none;
    line-height: 44px;
    text-align: center;
    background-color: #000;
}

.box-shipping-modal {
    background-color: #f2f2f2;
    padding: 10px 20px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.box-shipping-modal .bold {
    color: #000;
}

.product-character .title {
    color: #000;
}

.box-shipping-modal img {
    float: left;
    margin-right: 18px;
    max-width: 60px;
}

.deliver-descr {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    white-space: nowrap;
}

.bold {
    font-family: Gotham Pro Bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.btn-buy--big {
    width: 100%;
    margin-top: 20px;
}

.modal-content .product-character .title {
    margin-bottom: 10px;
    font-size: 16px;
}

.box-content__category.big-hover-white .box-title {
    font-size: 24px;
    bottom: 50px;
}

.box-descr {
    font-size: 14px;
    color: #666666;
    font-family: "Gotham Pro Regular";
    max-width: 200px;
}

.formBtn-Block {
    width: 403px;
    float: right;
}

.btn-submit {
    font-family: Gotham Pro Bold;
    height: 40px;
    font-size: 14px;
    background-color: #ff8a00;
    border: none;
    color: #FFF;
    cursor: pointer;
    outline-style: none;
    padding: 0 30px;
    border: 2px solid transparent;
}

.btn-submit:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #dedede;

}

.cancel-modal {
    margin-left: 15px;
    font-family: Gotham Pro Bold;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

.cancel-modal:hover {
    color: #ff8a00;
}

.region__city .citycook.jq-selectbox {
    width: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.region__city .citycook.jq-selectbox.input-error .jq-selectbox__select {
    border-color: #dd2c7c;
    margin-bottom: 5px;
}

.region__city .citycook.jq-selectbox .jq-selectbox__select {
    max-width: 100%;
}

.region__city .citycook.jq-selectbox .jq-selectbox__select:focus {
    border-color: #f3c9dd;
    box-shadow: 0 0 5px rgba(241, 171, 204, 0.75);
}

.region__city .citycook.jq-selectbox .jq-selectbox__select-text {
    white-space: nowrap;
    display: inline;
}

.region__city .citycook.jq-selectbox .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.region__city .citycook.jq-selectbox .jq-selectbox__trigger-arrow {
    position: absolute;
    width: 38px;
    height: 36px;
    transition: all 0.3s ease 0s;
    font-size: 15px;
    font-weight: 300;
    color: #909090;
}

.region__city .citycook.jq-selectbox .jq-selectbox__trigger-arrow:hover {
    color: #777;
}

.region__city .citycook.jq-selectbox .jq-selectbox__trigger-arrow i {
    transition: all 0.3s;
    transform: rotate(0deg);
    font-size: 16px;
}

.region__city .citycook.jq-selectbox.opened .jq-selectbox__trigger-arrow i {
    transition: all 0.3s;
    transform: rotate(180deg);
}

.jq-selectbox__dropdown {
    line-height: 25px;
    top: 100% !important;
    bottom: auto !important;
    width: 115%;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    transition: border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    margin: 2px 0 0 -5px;
}

.jq-selectbox__dropdown ul {
    padding: 0 0px;
}

.jq-selectbox__dropdown li {
    border-bottom: 1px solid #f5f5f5;
    padding: 0 5px;
    cursor: pointer;
}

.jq-selectbox__dropdown li:last-child {
    border-bottom: none;
}

.jq-selectbox__dropdown li:hover {
    background-color: #f5f5f5;
}

.jq-selectbox__dropdown-list {
    display: block;
    position: relative;
}

.jq-selectbox__dropdown-list:after,
.jq-selectbox__dropdown-list:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0;
}

.jq-selectbox__dropdown-list:before {
    top: -12px;
    right: 30px;
    border-color: transparent transparent #e3e4e8 transparent;
    border-width: 0 12px 12px 12px;
}

.jq-selectbox__dropdown-list:after {
    top: -10px;
    right: 28px;
    border-color: transparent transparent #fff transparent;
    border-width: 0 8px 8px 8px;
}

.jq-selectbox.opened.region__city .citycook .jq-selectbox__select {
    border: 1px solid #74ad0d;
    z-index: 999;
    box-shadow: none;
}

.jq-selectbox.opened.region__city .citycook .jq-selectbox__dropdown {
    border: 1px solid #d2d2d2;
    /* box-shadow: 0 0 5px rgba(116,173,13,0.75); */
}

.jq-selectbox__search {
    margin: 2px 2px 2px 2px;
}

.jq-selectbox__search input {
    width: 100%;
    height: 36px;
    background-color: #f1abcc;
    color: #fff;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
}

.jq-selectbox__search input::-webkit-input-placeholder {
    color: #fff;
}

.jq-selectbox__search input::-moz-placeholder {
    color: #fff;
}

.jq-selectbox__search input:-moz-placeholder {
    color: #fff;
}

.jq-selectbox__search input:-ms-input-placeholder {
    color: #fff;
}

.jq-selectbox__search input:focus {
    outline-style: none;
}

.jq-selectbox__search input:focus::-webkit-input-placeholder {
    color: transparent;
}

.jq-selectbox__search input:focus::-moz-placeholder {
    color: transparent;
}

.jq-selectbox__search input:focus:-moz-placeholder {
    color: transparent;
}

.jq-selectbox__search input:focus:-ms-input-placeholder {
    color: transparent;
}

.jq-selectbox__not-found {
    padding: 5px;
}

/* clearfix */
.cf:before, .cf:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}


.aside-news__header {
    font-size: 16px;
    color: #1d1d1d;
    font-family: 'intro_bold';
    line-height: 18px;
    margin-bottom: 20px;
}

.aside-news__item {
    margin-bottom: 15px;
}

.aside-news__time {
    font-size: 11px;
    color: #aeaeae;
    display: block;
    font-family: "Gotham Pro Light";
}

.aside-news__title {
    font-size: 14px;
    color: #2b2a29;
    line-height: 16px;
}

.aside-news__all-link {
    font-size: 14px;
    color: #2b9acf;
    font-family: 'intro_bold';
}

.btn-menu, .btn-cat {
    display: none;
    color: #fff;
    float: left;
    margin: 16px 0;
    font-family: 'Gotham Pro Bold';
    font-size: 15px;
    text-transform: uppercase;
}

.icon-menu span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 28px;
    margin: 8px 0;
}

.icon-menu span:before, .icon-menu span:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
}

.icon-menu span:before {
    top: -8px;
}

.icon-menu span:after {
    bottom: -8px;
}

.icon-menu span, .icon-menu span:before, .icon-menu span:after {
    height: 4px;
    background: #fff;
}

.text-menu {
    vertical-align: middle;
}

.btn-cat {
    color: #000;
    float: none;
    margin: 15px;
}

.btn-cat .icon-menu span,
.btn-cat .icon-menu span:before,
.btn-cat .icon-menu span:after {
    background: #000;
}

.menu-phone {
    display: none;
    margin: 15px -5px 0;
}

.menu-phone #call {
    display: none;
}

.menu-phone .phone__number b {
    display: block;
}

.menu-phone .phone__number p, .menu-phone .phone__number a,
.menu-phone .phone__number s, .menu-phone .phone__number b {
    color: #fff;
}

.menu-phone .phone, .menu-phone .phone--whatsapp {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -4px 15px 0;
    box-sizing: border-box;
    padding: 0 5px;
}

div.search-page input.search-query {
    padding: 1px 5px;
    box-sizing: border-box;
}

.askaron-reviews-new .ask-field textarea {
    max-width: 100%;
}

.wrap-video, .wrap-video * {
    max-width: 100%;
}

.bx-404-text-block {
    font-size: 24px;
    padding: 24px;
}

.bx-404-container {
    padding-bottom: 141px;
}

/* new styles */
.form-block-left, .form-block-left, .form-block-right2, .form-block-right3 {
    /* 	width: 100% !important; */
}

#contacts .form-block-left {
    width: 100% !important;
}


.form-block-left input {
    max-width: 74% !important;
}

.formBtn-Block {
    width: 375px !important;
}

.container.cf:after {
    content: none !important;
}

.hot-sale__row--cat .hot-sale__box-product {
    width: 30% !important;
}

.catalog__ul .big-item-catalog + .catalog__ul-lvl2 a {
    position: relative;
}

.catalog__ul li:hover .big-item-catalog + .catalog__ul-lvl2 a:hover:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    margin: -3px 0 0;
    background-image: url(../img/circle_blue.png);
    border-radius: 50px;
}

.catalog__ul .big-item-catalog + .catalog__ul-lvl2 a {
    font-size: 12px !important;
    padding: 11px 10px 11px 25px !important;
    position: relative;
}

.catalog__ul li:hover .big-item-catalog.active + .catalog__ul-lvl2 a:hover:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    margin: -3px 0 0;
    background-image: url(../img/circle_orange.png);
    border-radius: 50px;
}

.catalog__ul-lvl2 li.active {
    background: #fce0b1 !important;
}

.catalog__ul-lvl2 li.active a {
    background: #fce0b1 !important;
    color: #000;
}

.catalog__ul li.active:hover .big-item-catalog + .catalog__ul-lvl2 a:hover:before {
    display: none !important;
}

.catalog__ul li:hover {
    background: #5facd8 !important;
    color: #fff;
}

.catalog__ul li:hover .big-item-catalog {
    color: #fff;
}

.catalog__ul li {
    position: relative;

}

.catalog__ul > li {
    border-bottom: 1px solid #dedede;
}

.catalog__ul > li.active-bord {
    border-bottom: none;
}

.catalog__ul > li.active-bord .catalog__ul-lvl2 {
    background: #fffdfa;
}

.catalog__ul li.not-parent i {
    position: absolute;
    right: 12px;
    display: inline-block;
    top: 15px;
    width: 11px;
    background-image: url(../img/arrow-active.png);
    background-repeat: no-repeat;
    height: 7px;
    transition: all .5s ease-out;
}

.catalog__ul li.not-parent i:hover {
    background-image: url(../img/arrow-my.png);
}

.catalog__ul li.not-parent i.active {
    background-image: url(../img/arrow-my.png);
}

.catalog__ul li.activeli .catalog__ul-lvl2 {
    max-height: 1000px !important;
}

.catalog__ul li:hover .big-item-catalog + .catalog__ul-lvl2 a:hover {
    color: #5FACD8 !important;
}

.catalog__ul li:hover .big-item-catalog.active + .catalog__ul-lvl2 a:hover {
    color: #ff8a00 !important;
}

.catalog__ul li.active-bord:hover {
    background: #ff8a00 !important;
}

.catalog__ul-lvl2 li:last-child {
    border-bottom: 1px solid #ff8a00;
}

.catalog__ul li.activeli .big-item-catalog {
    color: #fff !important;
    background: transparent;
}

li.activeli .catalog__ul-lvl2 li:last-child {
    border-bottom: 1px solid #4facd7 !important;
}

.catalog__ul > li {
    width: 100%;
    padding: 11px 0 0;
}

.catalog__ul .big-item-catalog {
    padding: 0 15px 11px;
    display: inline-block;
}

.catalog__ul .active-bord {
    padding-bottom: 0;
}

.catalog__ul li.active-bord .catalog__ul-lvl2 li:hover {
    background: transparent !important;
}

.catalog__ul li.activeli .big-item-catalog {
    background: transparent !important;
}

.catalog__ul li.activeli {
    background: #4facd7 !important;
    padding-bottom: 0 !important;
    transition: all .5s ease-out;
}

.catalog__ul li.activeli:hover .big-item-catalog {
    color: #fff !important;
}

.catalog__ul li.activeli .catalog__ul-lvl2 li:hover a {
    color: #4facd7 !important;
    position: relative;
    z-index: 200;
}

.catalog__ul li.activeli .catalog__ul-lvl2 li:hover {
    background: transparent !important;
}

.fav-icon {
    background: url(/local/templates/meb/css/../img/star.png) no-repeat;
    float: left;
    width: 25px;
    height: 15px;
    background-size: contain;
    background-position: center;
}

.fav-icon-active {
    background: url(/local/templates/meb/css/../img/star-active.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.service {
    float: left;
    width: 100%;
    padding-top: 70px;
    background-color: #fafafa;
}

.service .service__wrap {
    width: 84%;
    margin: 0 auto;
}

.service .service__inner {
    display: flex;
    justify-content: space-between;
}

.service .service__item {
    width: 284px;
    text-decoration: none;
    padding: 15px;
    margin-right: 15px;
    transition: all 0.2s ease-out;
    background-color: white;
}

.service .service__item:last-child {
    width: 257px;
    margin-right: 0;
}

.service .service__item:hover {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    box-shadow: 0 0 12px rgba(0, 0, 0, .14);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 2;
}

.service .service__item:before {
    content: '';
    float: left;
    width: 48px;
    height: 48px;
    padding: 0 18px 0 0;
}

.service .service__item--delivery:before {
    content: url(/local/templates/meb/img/delivery.svg);
}

.service .service__item--payment:before {
    content: url(/local/templates/meb/img/payment.svg);
}

.service .service__item--order:before {
    content: url(/local/templates/meb/img/order.svg);
}

.service .service__text {
    display: flex;
    flex-direction: column;
}

.service .service__title {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 6px;
    line-height: 1.1;
    color: #222222;
}

.service .service__title + span {
    color: #777777;
    text-decoration: none !important;
    font-size: 13px;
}

.main-video-wrap {
    max-width: 560px;
    max-height: 315px;
    margin: 70px auto 30px;
}

.main-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.main-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reviews {
    width: 100%;
    padding-bottom: 70px;
    background-color: #fafafa;
}

.carousel-reviews {
    position: relative;
    width: calc(100% - 100px);
    margin: auto;
}

.carousel-reviews .slick-slider {
    padding: 0;
    background-color: white;
}

.carousel-reviews .askaron-reviews-for-element .ask-review .ask-stars {
    display: flex;
    flex-wrap: wrap;
}

.carousel-reviews .askaron-reviews-for-element .ask-review {
    padding: 25px 25px 15px 25px;
}

.carousel-reviews .askaron-reviews-for-element .ask-review {
    margin-bottom: 0;
}

.carousel-reviews .askaron-reviews-for-element .ask-review .ask-review-item:nth-child(2) {
    margin-bottom: 0;
}

.carousel-arrows .slick-arrow {
    font-size: 0;
    width: 50px;
}

.carousel-arrows .slick-next {
    right: -50px;
    background-image: url(/local/templates/meb/img/icon-more.png);
}

.carousel-arrows .slick-prev {
    left: -50px;
    background-image: url(/local/templates/meb/img/icon-more.png);
    transform: rotate(180deg);
}

.carousel-arrows .slick-prev:active {
    transform: inherit;
}

.other-categories {
    margin-bottom: 30px;
}

.other-categories__wrap {
    position: relative;
}

.other-categories__inner {
    display: flex;
    justify-content: space-between;
    background-color: white;
}

.other-categories__title {
    font-size: 16px;
    color: #1d1d1d;
    font-family: 'intro_bold';
    line-height: 18px;
    margin-bottom: 20px;
}

.other-categories__item {
    padding: 15px 0;
}

.other-categories__item img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.other-categories__item span {
    display: block;
    max-width: 170px;
    margin: 5px auto 0;
    font-size: 14px;
    color: #2b2a29;
    line-height: 16px;
    text-align: center;
}

.other-categories__item a:hover span {
    color: #ff8a00;
    border-color: #ff8a00;
    text-decoration: none;
}

.other-categories .other-arrows {
    display: flex;
    width: 75px;
    margin: 15px auto 0;
}

.other-categories .other-arrows .slick-arrow {
    position: static;
    height: 35px;
}

.other-categories .other-arrows .slick-arrow {
    font-size: 0;
}

@media (max-width: 479px) {
    .carousel-reviews {
        width: 100%;
    }

    .carousel-arrows {
        display: flex;
        justify-content: space-between;
        width: 70px;
        margin: 20px auto 0;
    }

    .carousel-arrows .slick-arrow {
        position: static;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 1028px) {
    .service .service__wrap {
        width: 100%;
        margin: 0;
    }

    .service .service__inner {
        flex-direction: column;
    }

    .service .service__item:not(:last-child) {
        margin-right: 0;
    }

    .service .service__item:last-child {
        width: auto;
    }

    .service .service__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: auto;
        margin-bottom: 15px;
    }

    .service .service__item:before {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .service {
        padding: 20px 0;
    }
}

@media (max-width: 1200px) {
    .main-slider, .main-slider .carousel-inner,
    .carousel-inner .item {
        background-size: cover;
        height: 270px;
    }

    .main-slider .carousel-indicators {
        bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .main-slider, .main-slider .carousel-inner,
    .carousel-inner .item {
        background-size: cover;
        height: 228px;
    }

    .main-slider .carousel-indicators {
        bottom: 35px;
    }
}

@media (max-width: 768px) {
    .main-slider, .main-slider .carousel-inner,
    .carousel-inner .item {
        background-size: cover;
        height: 170px;
    }

    .main-slider .carousel-indicators {
        bottom: 25px;
    }
}

@media (max-width: 580px) {
    .main-slider, .main-slider .carousel-inner,
    .carousel-inner .item {
        background-size: cover;
        height: 130px;
    }

    .main-slider .carousel-indicators {
        bottom: 15px;
    }
}

@media (max-width: 425px) {
    .main-slider, .main-slider .carousel-inner,
    .carousel-inner .item {
        background-size: cover;
        height: 100px;
    }

    .main-slider .carousel-indicators {
        bottom: 10px;
    }
}

@media (max-width: 375px) {
    .main-slider, .main-slider .carousel-inner,
    .carousel-inner .item {
        background-size: cover;
        height: 80px;
    }
}

.certificate {
    width: 100%;
    max-width: 825px;
}

.api-text {
    word-break: break-word;
}

.virtual-tour {
    width: 70%;
    height: 100vh;
    max-height: 600px;
}

@media (max-width: 768px) {
    .virtual-tour {
        width: 100%;
        height: 75vh;
        max-height: 450px;
    }
}

@media (max-width: 1000px) {
    .main-user-consent-request-popup-cont {
        height: 98%;
    }
}