* {
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

body {
    background: #fff;
    min-width: 320px;
    font-family: Arial;
    font-size: 15px;
    line-height: 25px;
    color: #AEB3BB;
}

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

.clear:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #101010;
    line-height: normal;
    font-weight: 700;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

strong {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

img {
    border: 0;
}

a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    transition-duration: .2s;
    color: #2c2c2a;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

.header__wrapper,
.footer__wrapper,
.section__wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.section__caption {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 85px;
    color: #272727;
}

@media (max-width: 1200px) {
    .header__wrapper, .footer__wrapper, .section__wrapper {
        width: 920px;
    }
}

@media (max-width: 960px) {
    .header__wrapper, .footer__wrapper, .section__wrapper {
        width: 720px;
    }
}

@media (max-width: 768px) {
    .header__wrapper, .footer__wrapper, .section__wrapper {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}

/*header*/

.header {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(119, 126, 137, 0.1), 0px 1px 2px rgba(119, 126, 137, 0.15);
    padding: 16px;
}

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

.header__logo {
    margin-right: 75px;
}

.header__logo-url {
    display: flex;
    align-items: center;
    color: #334E9E;
    text-decoration: none;
}

.header__logo-url:hover {
    text-decoration: none;
}

.header__logo-img {
    max-height: 60px;
}

.header__logo-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #334E9E;
}

.header__category {
    margin-right: 20px;
}

.header__category-name {
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 15px 50px 15px 16px;
    border-radius: 5px;
    min-width: 180px;
    background: #334E9E url('../images/ico/cor.svg') no-repeat right 19px center;
    transition-duration: .2s;
}

.header__category-name:hover {
    background-color: #1F78D2;
}

.header__search-block {
    width: 380px;
}

.header__search-button {
    position: absolute;
    right: 1px;
    top: 4px;
    z-index: 3;
    width: 48px;
    height: 38px;
    border: 0;
    outline: none;
    border-left: 1px solid #AEB3BB;
    cursor: pointer;
    background: #fff url('../images/ico/search.svg') no-repeat center center;
}

.header__search-block .input.small .input__item {
    padding-right: 55px;
}

.header__lang {
    margin-left: 22px;
}

.header__lang-block {
    position: relative;
}

.header__lang-current {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 173%;
    letter-spacing: 0.05em;
    color: #334E9E;
    background: url('../images/ico/lang.svg') no-repeat left center;
    padding: 5px 0 5px 30px;
    cursor: pointer;
    transition-duration: .2s;
}

.header__lang-current:hover {
    color: #1F78D2;
}

.header__lang-hidden {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    padding: 5px 10px;
    background: #FFFFFF;
    border: 1px solid #F1F2F4;
    min-width: 120px;
    display: none;
}

.header__lang-hidden-url {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 173%;
    letter-spacing: 0.05em;
    color: #334E9E;
    display: block;
    margin: 5px 0;
}

.header__lang-hidden-url:hover {
    text-decoration: none;
    color: #1F78D2;
}

.header__pa {
    margin-left: 22px;
}

.header__pa-block {
    position: relative;
}

.header__pa-current {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 173%;
    letter-spacing: 0.05em;
    color: #334E9E;
    background: url('../images/ico/pa.svg') no-repeat left center;
    padding: 5px 0 5px 33px;
    cursor: pointer;
    transition-duration: .2s;
}

.header__pa-current:hover {
    color: #1F78D2;
}

.header__pa-current.header__pa-img {
    background: none;
    padding-left: 0;
}

.header__pa-current.header__pa-img img {
    max-width: 24px;
    max-height: 24px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 8px;
}

.header__pa-hidden {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    padding: 5px 10px;
    background: #FFFFFF;
    border: 1px solid #F1F2F4;
    min-width: 150px;
    display: none;
}

.header__pa-hidden-url {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 173%;
    letter-spacing: 0.05em;
    color: #334E9E;
    display: block;
    margin: 5px 0;
}

.header__pa-hidden-url:hover {
    text-decoration: none;
    color: #1F78D2;
}

@media (max-width: 1200px) {
    .header__logo {
        margin-right: 25px;
    }

    .header__category-name {
        min-width: 130px;
    }

    .header__search-block {
        width: 220px;
    }
}

@media (max-width: 960px) {
    .header__lang-current {
        text-indent: -999999px;
        width: 20px;
        padding-left: 0;
    }

    /*.header__pa-current{text-indent: -999999px;width: 20px;padding-left:0;}*/
    .header__pa-current:not(.header__pa-img) {
        text-indent: -999999px;
        width: 20px;
        padding-left: 0;
    }

    .header__pa-current.header__pa-img {
        width: 20px;
        padding-left: 0;
    }

    .header__pa-current.header__pa-img span {
        display: none;
    }
}

@media (max-width: 768px) {
    .header {
        height: 145px;
    }

    .header__search {
        position: absolute;
        left: 0;
        top: 65px;
        width: 100%;
    }

    .header__search-block {
        width: auto;
    }

    .header__logo {
        margin-right: 10px;
    }

    .header__logo-name {
        font-size: 18px;
        line-height: 20px;
    }

    .header__logo-img {
        width: 40px;
    }

    .header__category {
        margin-right: 0;
    }

    .header__category-name {
        min-width: initial;
        padding: 15px;
        background-image: none;
    }

    .header__lang {
        margin-left: 12px;
    }

    .header__pa {
        margin-left: 12px;
    }
}

/*header*/

/*catalog*/

.header {
    position: relative;
}

.catalog {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    display: none;
    box-shadow: 0px 20px 30px rgba(119, 126, 137, 0.1), 0px 1px 2px rgba(119, 126, 137, 0.15);
}

.catalog:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    top: 0;
    background: #E7F1F8;
}

.catalog:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    background: #fff;
}

.catalog__wrapper {
    display: flex;
    position: relative;
    z-index: 2;
}

.catalog__gl {
    width: 30%;
    margin-right: 2%;
    background: #E7F1F8;
    padding: 20px 0px 20px 0;
}

.catalog__gl-item {
    margin-bottom: 12px;
    position: relative;
}

.catalog__gl-item.active:after {
    content: '';
    position: absolute;
    background: url('../images/ico/romb.svg') no-repeat right center;
    width: 30px;
    height: 30px;
    right: -40px;
    top: 50%;
    margin-top: -15px;
}

.catalog__gl-url {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #334E9E;
    border-bottom: 1px dashed #334E9E;
}

.catalog__gl-url:hover {
    border-color: transparent;
    text-decoration: none;
}

.catalog__gl-url.active {
    border-color: transparent;
    color: #272727;
}

.catalog__items {
    width: 68%;
    background: #fff;
    padding: 20px 0 20px 24px;
}

.catalog__item-items {
    margin-bottom: 33px;
}

.catalog__item {
    float: left;
    width: 31%;
    margin-right: 2%;
}

.catalog__item-brand {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #272727;
    margin-bottom: 10px;
}

.catalog__item-url {
    font-size: 15px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #272727;
    display: block;
    margin-bottom: 10px;
}

.catalog__item-url:hover {
    text-decoration-line: none;
}

.catalog__wrappers {
    display: none;
}


@media (max-width: 1200px) {
    .catalog__gl-url {
        font-size: 16px;
    }
}

@media (max-width: 960px) {
    .catalog__gl-url {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .catalog__gl-item {
        line-height: 120%;
    }

    .catalog__gl-url {
        font-size: 12px;
        line-height: 120%;
    }

    .catalog__item-url {
        font-size: 12px;
    }

    .catalog__gl {
        width: 48%;
        padding-right: 10px;
    }

    .catalog__item {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .catalog__items {
        width: 50%;
    }
}

/*catalog*/

/*footer*/

.footer {
    padding: 22px 0;
    background: #E7F1F8;
}

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

.footer__logo {

}

.footer__logo-img {
    max-width: 100%;
}

.footer__block {
    margin-left: 15px;
}

.footer__block-caption,
.footer__block-caption a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}

.footer__block-caption a:hover {
    text-decoration: none;
    color: #1F78D2;
}

.footer__block-text {
    font-size: 13px;
    line-height: 15px;
    color: #272D33;
    margin-top: 5px;
}

@media (max-width: 1200px) {

}

@media (max-width: 960px) {

}

@media (max-width: 768px) {
    .footer__logo {
        display: none;
    }
}

@media (max-width: 500px) {
    .footer {
        padding: 1px 0;
    }

    .footer__wrapper {
        display: block;
    }

    .footer__block {
        margin: 20px 0;
        text-align: center;
    }
}

/*footer*/

/*fmenu*/

.fmenu {
    padding: 21px 0 98px 0;
    border-top: 1px solid #E7F1F8;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

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

.fmenu__block {
    margin-right: 15px;
}

.fmenu__block.fmenu__copi {
    margin-right: 0;
}

.fmenu__block-caption {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #19191B;
    margin-bottom: 8px;
}

.fmenu__block-url {
    display: block;
    font-size: 15px;
    line-height: 38px;
    color: #19191B;
}

.fmenu__block-url:hover {
    text-decoration: none;
    color: #1F78D2;
}

.fmenu__copi-text {
    font-size: 13px;
    line-height: 38px;
    letter-spacing: -0.406421px;
    color: #000000;
}

.fmenu__copi-soc {
    margin-top: 34px;
}

.fmenu__copi-soc-ico {
    display: inline-block;
    width: 22px;
    height: 22px;
}

.fmenu__copi-soc-ico:hover {
    opacity: 0.7;
}

.fmenu__copi-soc-ico-fb {
    margin-right: 8px;
    background: url('../images/ico/fb.svg') no-repeat center center;
}

.fmenu__copi-soc-ico-tw {
    background: url('../images/ico/tw.svg') no-repeat center center;
}

@media (max-width: 768px) {
    .fmenu {
        padding: 30px 0;
    }

    .fmenu__wrapper {
        display: block;
    }

    .fmenu__block {
        float: left;
        width: 32%;
        margin-right: 1%;
    }

    .fmenu__block.fmenu__copi {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .fmenu__copi-soc {
        margin-top: 6px;
    }
}

@media (max-width: 500px) {
    .fmenu__block {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin: 15px 0;
    }

    .fmenu__block-url {
        line-height: 28px;
    }
}

/*fmenu*/

/*promo*/

.promo {
    margin: 19px 0 89px;
    background: #334E9E;
}

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

.promo__img {
    width: 577px;
    height: 539px;
    position: relative;
    text-align: center;
    margin-right: 20px;
    margin-left: -100px;
}

.promo__img-circle {
    width: 577px;
    height: 577px;
    position: absolute;
    z-index: 1;
    top: -19px;
    left: 0;
    border-radius: 100%;
    background: #F4A026;
}

.promo__img-image {
    max-width: 100%;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: -89px;
}

.promo__body {
    width: calc(100% - 497px);
}

.promo__caption {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    color: #FFFFFF;
}

.promo__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 136.48%;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

.promo__blocks {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.promo__block {
    margin-right: 38px;
    background: #FFFFFF;
    border: 1px solid #F1F2F4;
    padding: 31px;
    text-align: center;
    width: 33%;
}

.promo__block-text {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #272727;
}

@media (max-width: 1200px) {
    .promo__img {
        width: 357px;
    }

    .promo__body {
        width: calc(100% - 297px);
    }

    .promo__img-circle {
        top: 70px;
        width: 357px;
        height: 357px;
    }
}

@media (max-width: 960px) {
    .promo__img {
        display: none;
    }

    .promo__body {
        width: 100%;
    }

    .promo {
        margin: 20px 0;
        padding: 20px 0 35px 0;
    }
}

@media (max-width: 768px) {
    .promo__blocks {
        display: block;
    }

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

    .promo__caption {
        font-size: 34px;
    }

    .promo__text {
        font-size: 18px;
        margin-top: 10px;
    }
}


/*promo*/

/*product*/

.product {
    margin: 30px 0 59px 0;
}

.product__caption {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #334E9E;
    padding-right: 120px;
}

.product__caption.product__caption2 {
    font-size: 25px;
    line-height: 120%;
    color: #272D33;
}

.product__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 136.48%;
    letter-spacing: 0.25px;
    color: #000000;
    opacity: 0.8;
    padding-right: 120px;
}

.product__slider,
.product__slider2 {
    margin-top: 33px;
}

.product__slider .slick-arrow,
.product__slider2 .slick-arrow {
    position: absolute;
    right: 0;
    top: -95px;
    z-index: 4;
}

.product__slider2 .slick-arrow {
    top: -65px;
}

.product__slider .slick-arrow.slick-prev,
.product__slider2 .slick-arrow.slick-prev {
    right: 50px;
}

.product__item {
    margin: 15px 0;
    border-radius: 6px;
    box-shadow: 0 20px 30px rgba(119,126,137,0.1),0 1px 2px rgba(119,126,137,0.15);
    overflow: hidden;
    background-color: #fff;
    padding: 0 20px 10px;
}

.product__item-img {
    height: 206px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    margin-bottom: 5px;
}

.product__item-img:hover {
    opacity: 0.8;
}

.product__item-image {

}

.product__item-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 25px;
    color: #334E9E;
    margin-top: 17px;
}

.product__item-price svg {
    width: 60px;
    height: auto;
    margin-left: 3px;
    display: inline-block;
}

.product__item-price svg path {
    fill: #334E9E;
}

.product__item-price-old {
    font-size: 20px;
    line-height: 25px;
    text-decoration-line: line-through;
    color: #AEB3BB;
    padding-left: 11px;
}

.product__item-price-old svg {
    width: 32px;
    height: auto;
    margin-left: 3px;
}

.product__item-price-old svg path {
    fill: #AEB3BB;
}

.product__item-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 136.48%;
    color: #272D33;
    opacity: 0.8;
    transition-duration: .2s;
    margin-top: 14px;
}

.product__item-name a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 136.48%;
    color: #272D33;
}

.product__item-name:hover {
    opacity: 1;
}

.product__item-name a:hover {
    text-decoration: none;
    color: #334E9E;
}

.product__item-text {
    font-size: 12px;
    margin-top: 5px;
}

.product__item-choice {
    margin-top: 13px;
    min-height: 64px;
}

.product__item-butt {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.product__item-butt .quantity {
    margin-left: 20px;
}

.product__item-desc {
    margin-top: 15px;
}

.product__item-desc strong.product__item-desc-yellow {
    color: #F4A026;
    font-size: 12px;
}

.product__item-desc strong {
    color: #52575C;
}

.product__item-crown {
    min-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #272D33;
}

.product__item-crown svg {
    width: 30px;
    height: auto;
    margin-left: 3px;
    display: inline-block;
}

.product__item-crown-ico {
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    transition-duration: .2s;
    vertical-align: middle;
}

.product__item-crown-ico:hover {
    opacity: 0.8;
}

.product__slider2 .product__item-img {
    height: 282px;
}

.product__slider2 .product__item-crown {
    font-size: 15px;
    line-height: 20px;
}

.product__slider2 .product__item-price {
    font-size: 25px;
    line-height: 25px;
}

.product__slider2 .product__item-price-old {
    font-size: 15px;
    line-height: 25px;
}

.product__item-name,
.product__item-name a {
    font-size: 15px;
    line-height: 136.48%;
}

.prod__body-cart-shadow {
    padding: 26px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(134, 142, 153, 0.1), 0px 1px 2px rgba(134, 142, 153, 0.2);
    border-radius: 5px;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {
    .product__caption {
        font-size: 30px;
    }

    .product__text {
        font-size: 16px;
    }

    .product__item-name a, .product__item-name {
        font-size: 20px;
        line-height: 120%;
    }
}

/*product*/

/*breadcrumbs*/

.breadcrumbs {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.22px;
    color: #605F61;
    margin: 26px 0 6px 0;
}

.breadcrumbs a {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.22px;
    color: #605F61;
}

.breadcrumbs a:hover {
    color: #334E9E;
    text-decoration: none;
}

@media (max-width: 768px) {
    .breadcrumbs {
        display: none;
    }
}

/*breadcrumbs*/

/*prod*/

.prod {

}

.prod__caption {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    color: #272D33;
}

.prod__dp {
    margin-top: 26px;
    display: flex;
    align-items: center;
    color: #272D33;
}

.prod__dp-sku,
.prod__dp-brand,
.prod__dp-seller,
.prod__dp-reviews {
    font-size: 11px;
    line-height: 15px;
    border-radius: 5px;
    padding: 4px 0;
    margin-right: 15px;
}

.prod__dp-sku {
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.7);
}

.prod__desc {
    margin-top: 85px;
}

.prod__desc-tabs {
    border-bottom: 1px solid #979797;
}

.prod__desc-tabs-item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding-bottom: 9px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    cursor: pointer;
    transition-duration: .2s;
    margin-right: 30px;
}

.prod__desc-tabs-item:hover {
    color: #334E9E;
}

.prod__desc-tabs-item.active {
    color: #334E9E;
    border-color: #334E9E;
}

.prod__desc-wrapper {
    margin-top: 14px;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    display: none;
}

.prod__desc-wrapper1 {
    display: block;
}

.prod__desc-text {
    margin-bottom: 20px;
}

.prod__desc-caption {
    font-weight: 700;
    font-size: 18px;
    line-height: 13px;
    color: #000000;
    margin-bottom: 12px;
}

.prod__desc-item {
    font-size: 15px;
    line-height: 25px;
    display: flex;
}

.prod__desc-item-name {
    min-width: 280px;
}

.prod__desc-item-value {
    font-weight: 700;
}

.prod__body {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
}

.prod__body-desc {
    width: 300px;
    margin-left: 24px;
}

.prod__body-text {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

.prod__body-items {
    margin-top: 18px;
}

.prod__body-item {
    font-size: 13px;
    line-height: 20px;
    color: #272727;
    display: flex;
}

.prod__body-item-name {
    width: 48%;
    margin-right: 2%;
}

.prod__body-item-value {
    width: 50%;
    font-weight: 700;
}

.prod__body-all {
    font-size: 13px;
    line-height: 15px;
    color: #334E9E;
    margin-top: 10px;
    transition-duration: .2s;
}

.prod__body-all a {
    border-bottom: 1px dashed #334E9E;
    font-size: 13px;
    line-height: 15px;
    color: #334E9E;
}

.prod__body-all a:hover {
    border-color: transparent;
    text-decoration: none;
}

.prod__body-warning {
    margin-top: 30px;
    padding: 11px 10px;
    background: rgba(0, 0, 0, 0.0001);
    border: 1px dashed #334E9E;
    font-size: 11px;
    line-height: 15px;
    color: #272D33;
}

.prod__price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #334E9E;
    margin-top: 23px;
}

.prod__archive {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #9e2023;
    margin-top: 23px;
}

.prod__price svg {
    width: 40px;
    height: auto;
    margin-left: 3px;
    display: inline;
}

.prod__price svg path {
    fill: #334E9E;
}

.prod__price-old {
    font-size: 15px;
    line-height: 25px;
    text-decoration-line: line-through;
    color: #AEB3BB;
    padding-left: 5px;
}

.prod__price-old svg {
    width: 25px;
    height: auto;
    margin-left: 3px;
}

.prod__price-old svg path {
    fill: #AEB3BB;
}

.prod__body-img {
    width: calc(100% - 632px);
}

.prod__body-img-hidden {
    display: none !important;
}

.prod__body-img-pr {
    width: 75px;
}

.prod__body-img-pr-image {
    max-width: 100%;
}

.prod__body-img-slider {
    text-align: center;
}

.prod__body-img-body {
    width: calc(100% - 95px);
    margin-left: 20px;
    text-align: center;
}

.prod__body-img-more {
    font-size: 12.9293px;
    line-height: 22px;
    color: #979797;
    transition-duration: .2s;
    text-align: center;
    cursor: pointer;
}

.prod__body-img-more:hover {
    color: #000;
}

.prod__body-img-wrapper {
    display: flex;
}

.prod__body-cart {
    width: 320px;
    margin-left: 15px;
}

.prod__item-crown {
    font-size: 14px;
    line-height: 20px;
    color: #272D33;
    margin-top: 8px;
}

.prod__item-crown svg {
    width: 25px;
    height: auto;
    margin-left: 3px;
}

.prod__item-crown svg path {
    fill: #272D33;
}

.prod__butt {
    margin-top: 16px;
}

.prod__butt-wrapper {
    display: flex;
}

.prod__quan {
    margin-top: 16px;
    margin-right: 5px;
}

.prod__body-cart-dest {
    padding: 7px 26px 0 26px;
}

.prod__body-cart-dest {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #000;
}

.prod__body-dest-caption {
    color: #979797;
}

.prod__body-cart-more {
    font-family: Arial;
    font-size: 11px;
    line-height: 13px;
    color: #334E9E;
}

.prod__body-cart-more:hover {
}

.prod__body-img-prs {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.prod__big {
    max-width: 100%;
}

.prod__quan .quantity {
    width: 120px;
}

@media (max-width: 1200px) {
}

@media (max-width: 960px) {
    .prod {
        margin-top: 30px;
    }

    .prod__body {
        display: block;
    }

    .prod__body-img {
        width: 100%;
    }

    .prod__body-desc {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .prod__body-cart {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .prod__desc-item {
        display: block;
        margin-bottom: 20px;
    }

    .prod__caption {
        font-size: 20px;
    }

    .prod__dp {
        display: block;
    }

    .prod__quan .quantity {
        width: 110px;
    }
}

/*prod*/

/*fly*/

.overflow {
    overflow: hidden;
}

.fly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999990;
    display: none;
}

.fly__shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999991;
    background: rgba(51, 78, 158, 0.5);
}
.fly {
    overflow: scroll;
}
.fly__body {
    width: 477px;
    /*background: #fff;*/
    position: relative;
    left: 50%;
    top: 40px;
    /* max-height: 80%; */
    z-index: 9999992;
    transform: translate(-50%, 0);
    padding-bottom: 40px;
}

.fly_padding {
    padding: 25px 50px;
}

.fly__butt {
    background: #334E9E;
}

.fly__caption {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 55px;
    color: #272727;
    text-align: center;
}

.fly__caption2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 55px;
    color: #272727;
}

.fly__text {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #AEB3BB;
}

.fly__close {
    position: absolute;
    z-index: 9999993;
    width: 19px;
    height: 19px;
    opacity: 0.5;
    cursor: pointer;
    background: url('../images/ico/close.svg') no-repeat center center;
    transition-duration: .2s;
    right: -24px;
    top: -24px;
}

.fly__close:hover {
    opacity: 1;
}

.fly__input {
    margin-top: 10px;
}

.fly__input-butt {
    margin-top: 20px;
}

.fly__input-remember {
    position: relative;
}

.fly__input-remember .input__item {
    padding-right: 120px;
}

.fly__remember {
    position: absolute;
    font-size: 11px;
    line-height: 35px;
    color: #334E9E;
    right: 15px;
    top: 10px;
}

.fly__text2 {
    font-size: 13px;
    line-height: 18px;
    color: #272727;
    margin-bottom: 15px;
}

.fly__body-wrapper {
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
}

.fly__radio {
    border: 1px solid #AEB3BB;
    border-radius: 5px;
}

.fly__radio-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-top: 1px solid #AEB3BB;
}

.fly__radio-back {
    cursor: pointer;
    padding: 10px 14px;
    background: #EFEFF0 url('../images/ico/cor-yellow-left.svg') no-repeat 18px center;
    padding-left: 41px;
    font-size: 13px;
    line-height: 15px;
    color: #272D33;
}

.fly__radio-item.disabled {
    cursor: default;
}

.fly__radio-item.disabled .fly__radio-ico,
.fly__radio-item.disabled .fly__radio-img,
.fly__radio-item.disabled .fly__radio-body {
    opacity: 0.4;
}

.fly__radio-item:first-child {
    border-top: 0;
}

.fly__radio-ico {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    background: #FFFFFF;
    border: 1px solid #AEB3BB;
    border-radius: 100%;
}

.fly__radio-item .fly__radio-ico:before {
    content: '';
    display: block;
    margin: 3px 0 0 3px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #fff;
    transition-duration: .2s;
}

.fly__radio-item.active .fly__radio-ico:before {
    background: #334E9E;
}

.fly__radio-img {
    width: 25px;
    margin-right: 10px;
}

.fly__radio-body {
    width: calc(100% - 62px);
}

.fly__radio-body-caption {
    font-size: 15px;
    line-height: 17px;
    color: #505050;
}

.fly__radio-body-text {
    font-size: 13px;
    line-height: 13px;
}

.fly__radio-body-caption-ch {
    padding-right: 30px;
    background: url('../images/ico/cor-yellow.svg') no-repeat right center;
}

.fly__radio-item.disabled .fly__radio-body-caption-ch {
    padding-right: 0px;
    background: none;
}

.fly__body-wrapper-buy2 {
    display: none;
}

.fly__body-wrapper-buy3 {
    display: none;
}

@media (max-width: 1200px) {
}

@media (max-width: 960px) {
}

@media (max-width: 768px) {
    .fly__body {
        width: 300px;
    }

    .fly_padding {
        padding: 10px;
    }

    .fly__close {
        right: 0;
    }
}

/*fly*/

/*tabs*/

.tabs {
    display: flex;
}

.tabs__item {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 55px;
    color: #777E89;
    margin-right: 20px;
    cursor: pointer;
    transition-duration: .2s;
}

.tabs__item.active,
.tabs__item:hover {
    color: #272727;
}

.tabs__wrapper {
    display: none;
}

.tabs__wrapper1 {
    display: block;
}

/*tabs*/

/*history*/

.history {
    margin: 30px 0 70px 0;
}

.history__table {
    overflow-x: auto;
}

/*history*/

/*table*/

.table {
    border-collapse: collapse;
    min-width: 960px;
    width: 100%;
}

.table th {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #494646;
    opacity: 0.5;
    padding: 25px 25px 0 25px;
    vertical-align: top;
}

.table td {
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.44px;
    color: #272D33;
    padding: 25px;
    border-bottom: 1px dashed #AEB3BB;
    vertical-align: top;
}

.table tr:last-child td {
    border-bottom: 0;
}

.table th:first-child,
.table td:first-child {
    padding-left: 0;
}

.table th:last-child,
.table td:last-child {
    padding-right: 0;
}

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

.table .small {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #494646;
    opacity: 0.5;
}

.table__status {
    width: 26px;
    height: 26px;
    border-radius: 100%;
}

.table__ok {
    border: 1px solid #7DAD37;
    background: #7DAD37 url('../images/ico/status-ok.svg') no-repeat center center;
}

.table__cancel {
    border: 1px solid #D92828;
    background: #D92828 url('../images/ico/status-cancel.svg') no-repeat center center;
}

.table__mores {
    border: 1px solid #334E9E;
    background: #fff url('../images/ico/status-more.svg') no-repeat center center;
}

.table__reload {
    border: 1px solid #334E9E;
    background: #fff url('../images/ico/status-reload.svg') no-repeat center center;
}

.table__more {
    display: inline-block;
    width: 11px;
    height: 17px;
    text-decoration: none;
    background: url('../images/ico/cor-yellow.svg') no-repeat center center;
    margin-right: 25px;
}

.table__price {

}

.table__price svg {
    width: 23px;
    height: auto;
    margin-left: 3px;
    display: inline;
}

.table__price svg path {
    fill: #272D33;
}

/*table*/

/*pagination*/

.pagination {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #AEB3BB;
}

.pagination__block {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.pagination__item {
    text-align: center;
    float: left;
    border-right: 1px solid #AEB3BB;
}

.pagination__item:last-child {
    border-right: 0;
}

.pagination__item:first-child,
.pagination__item:first-child .pagination__value {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination__item:last-child,
.pagination__item:last-child .pagination__value {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination__value {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #AEB3BB;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
}

.pagination__value-first {
    background: url('../images/ico/cor-yellow-left.svg') no-repeat center center;
    background-size: 10px !important;
}

.pagination__value-last {
    background: url('../images/ico/cor-yellow.svg') no-repeat center center;
    background-size: 10px !important;
}

.pagination__value:hover {
    background: #334E9E;
    color: #fff;
    text-decoration: none;
}

.pagination__value-first:hover {
    background: #334E9E url('../images/ico/cor-yellow-left.svg') no-repeat center center;
}

.pagination__value-last:hover {
    background: #334E9E url('../images/ico/cor-yellow.svg') no-repeat center center;
}

.pagination__current {
    background: #334E9E;
    color: #fff;
}

.pagination:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*pagination*/

/*element*/

.loader {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 5px;
}

.input {
    background: #FFFFFF;
    position: relative;
}

.input__placeholder {
    position: absolute;
    z-index: 1;
    font-family: Arial;
    font-size: 13px;
    line-height: 15px;
    color: #777E89;
    left: 17px;
    top: 19px;
    transition-duration: .2s;
}

.input.focus .input__placeholder {
    top: 11px;
    font-size: 10px;
    line-height: 11px;
}

.input__item {
    position: relative;
    z-index: 2;
    background: none;
    font-family: Arial;
    font-size: 13px;
    line-height: 15px;
    color: #272727;
    outline: none;
    width: 100%;
    border: 1px solid #AEB3BB;
    display: block;
    padding: 25px 17px 11px 17px;
    transition-duration: .2s;
}

.input__item:focus {
    border-color: #F4A026;
}

.input__item.error {
    border-color: #D92828 !important;
}

.input.small .input__placeholder {
    top: 16px;
}

.input.small.focus .input__placeholder {
    top: 10px;
}

.input.small .input__item {
    padding: 22px 17px 8px 17px;
}

.button {
    display: inline-block;
    outline: none;
    white-space: nowrap;
    padding: 17px 25px;
    background: #334E9E;
    border: 1px solid #334E9E;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .2s;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
}

.button:hover {
    color: #334E9E;
    background: #fff;
    text-decoration: none;
}

.button.fw {
    width: 100%;
}

.button-transparent {
    background: none;
    color: #fff;
    border-color: #fff;
}

.button:disabled,
.button.disabled {
    background: #858997 !important;
    color: #fff !important;
    border: 1px solid #858997 !important;
    cursor: default !important;
}

.checkbox {
    font-family: Arial;
    font-size: 13px;
    line-height: 22px;
    color: #272727;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-color: #FFFFFF;
    border: 1px solid #AEB3BB;
    border-radius: 3px;
    /*transition-duration: .2s;*/
}

.custom-checkbox:checked + label::before {
    border-color: #C1DBF3;
    background: #F9FBFE url('../images/ico/checkbox.svg') no-repeat center center;
    background-size: 11px;
}

/*element*/

/*gui*/

.choices {

}

.choices__caption {
    font-size: 13px;
    line-height: 35px;
    color: #000000;
}

.choice {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    padding: 5px 10px;
    border: 1px solid #858997;
    border-radius: 5px;
    transition-duration: .2s;
    cursor: pointer;
}

.choice svg {
    width: 20px;
    height: auto;
    margin-left: 3px;
    display: inline-block;
}

.choice svg path {
    fill: #000000;
}

.choices input {
    display: none;
}

.choice:hover {
    border-color: #F4A026;
}

.choice.active {
    border-color: #F4A026;
    background: #F4A026;
}

.quantity {
    width: 140px;
}

.quantity__wrapper {
    position: relative;
    background: #fff;
}

.quantity__item {
    position: relative;
    z-index: 1;
    background: white !important;
    font-size: 15px;
    line-height: 24px;
    color: #272D33;
    outline: none;
    width: 100%;
    border: 1px solid #AEB3BB;
    display: block;
    padding: 14px 40px;
    transition-duration: .2s;
    border-radius: 5px;
    text-align: center;
}

.quantity__item:focus {
    border-color: #F4A026;
}

.quantity__button {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
    outline: none;
    border: 0;
    text-decoration: none;
}

.quantity__minus {
    left: 5px;
    background: url('../images/ico/minus.svg') no-repeat center center;
}

.quantity__plus {
    right: 5px;
    background: url('../images/ico/plus.svg') no-repeat center center;
}

.stars {
    display: inline-block;
}

.star {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/ico/star.svg') no-repeat center center;
    vertical-align: sub;
}

.star.active {
    background: url('../images/ico/stara.svg') no-repeat center center;
}

/*gui*/

/*up*/

.scroll-up {
    position: fixed;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: none;
    right: 37px;
    bottom: 27px;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    background: #F4A026 url('../images/ico/cor.svg') no-repeat center center;
    transform: rotate(180deg);
    transition-duration: .2s;
}

.scroll-up:hover {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
}

/*up*/

/*help-cor*/

.help-cor {
    position: fixed;
    right: 27px;
    bottom: 77px;
}

.help-cor__ico {
    background: #334E9E url('../images/ico/help-cor.svg') no-repeat center center;
    border: 2px solid #FFFFFF;
    width: 66px;
    height: 66px;
    border-radius: 100%;
    transition-duration: .2s;
    cursor: pointer;
}

.help-cor__ico:hover {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
}

.help-cor__form {
    position: absolute;
    right: 73px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 325px;
    padding: 9px 18px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color: #000000;
    display: none;
}

.help-cor__form::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 50%;
    border: 5px solid transparent;
    border-left: 5px solid #ffffff;
    transform: translateY(5px);
}

.help-cor__form div {
    margin: 5px 0;
}

.help-cor__form a {
    text-decoration: underline;
    color: #334E9E;
    font-weight: 700;
}

.help-cor__form a:hover {
    text-decoration: none;
}

/*help-cor*/
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right,
.b24-widget-button-wrapper.b24-widget-button-position-bottom-middle,
.b24-widget-button-wrapper.b24-widget-button-position-bottom-left {
    display: none;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/* noUI slider*/
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    background: #aeb3bb;
    border-radius: 4px;
    z-index: 3;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-connect {
    height: 100%;
    width: 100%;
    background: #334E9E;
}

.noUi-origin {
    height: 10%;
    width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 6px;
    margin-top: -5px;
}

.noUi-horizontal .noUi-handle {
    right: -7px;
    top: -5px;
    outline: none;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid white;
    background: #334E9E;
    box-shadow: 0 0 15px rgba(119, 126, 137, 0.1), 0 1px 2px rgba(119, 126, 137, 0.15);

}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}
