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

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

body {
    line-height: 1
}

ol, ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

blockquote, q {
    quotes: none
}

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

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

@font-face {
    font-family: fico;
    src: url(../fonts/icons/fico.eot);
    src: url(../fonts/icons/fico.eot?#iefix) format("eot"),url(../fonts/icons/fico.woff2) format("woff2"),url(../fonts/icons/fico.woff) format("woff"),url(../fonts/icons/fico.ttf) format("truetype"),url(../fonts/icons/fico.svg#fico) format("svg")
}

.fico:before {
    font-family: fico;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.fico-address:before {
    content: "\E001"
}

.fico-close:before {
    content: "\E002"
}

.fico-email:before {
    content: "\E003"
}

.fico-fb:before {
    content: "\E004"
}

.fico-ig:before {
    content: "\E005"
}

.fico-in:before {
    content: "\E006"
}

.fico-phone:before {
    content: "\E007"
}

.fico-sk:before {
    content: "\E008"
}

.fico-tg:before {
    content: "\E009"
}

.fico-tw:before {
    content: "\E00A"
}

.fico-wa:before {
    content: "\E00B"
}

@font-face {
    font-family: BourbonGrotesque-Regular;
    src: url(../fonts/BourbonGrotesque-Regular.eot);
    src: local("BourbonGrotesque-Regular"),url(../fonts/BourbonGrotesque-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/BourbonGrotesque-Regular.woff) format("woff"),url(../fonts/BourbonGrotesque-Regular.woff2) format("woff2"),url(../fonts/HBourbonGrotesque-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body, html {
    height: 100%
}

body {
    font-family: Roboto,sans-serif;
    background: #f6f6f6
}

input:focus {
    outline: 0 !important
}

.out {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden
}

.content-pr, .content-tl {
    flex: 1 0 auto
}

.footer {
    flex: 0 0 auto
}

.content-tl {
    position: relative
}

    .content-tl::before {
        position: absolute;
        content: "";
        top: -220px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1180px;
        height: 1394px;
        background: url(../img/svg/logo_big.svg)
    }

.container {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto
}

.h1, .h2, .h3, .h4 {
    line-height: 1.3;
    font-weight: 700
}

.h1 {
    font-size: 64px;
    line-height: 1.2
}

.h2 {
    font-size: 56px
}

.h3 {
    font-size: 30px
}

.h4 {
    font-size: 20px
}

.fico {
    display: inline-block;
    font-size: 3rem
}

    .fico::before {
        display: block
    }

.svg-defs {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1
}

.main-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #004ff0
}

.btn {
    border: none;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer
}

.btn_dark {
    background: #282828;
    color: #fff;
    padding: 5px 48px;
    height: 50px;
    font-size: 17px
}

    .btn_dark:hover {
        background: #000
    }

.btn_light {
    max-width: 270px;
    width: auto;
    min-width: 165px;
    color: #575757;
    font-size: 16px;
    padding: 7px 15px;
    border: 2px solid #575757
}

    .btn_light.is-link, .btn_light:focus, .btn_light:hover {
        background: #3f75ff;
        border-color: #3f75ff;
        color: #fff
    }

a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.js-prod-btn .no-link__text {
    display: inline
}

.js-prod-btn .is-link__text {
    display: none
}

.js-prod-btn.is-link .no-link__text {
    display: none
}

.js-prod-btn.is-link .is-link__text {
    display: inline
}

.header {
    width: 100%;
    position: fixed;
    font-size: 18px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #f6f6f6;
    transition: background-color .2s ease-in-out;
    border-bottom: 1px solid #b4b4b4
}

.navbar {
    position: relative;
    padding-left: 260px;
    padding-right: 70px
}

.navbar-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.navbar-content {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar__logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .navbar__logo img {
        width: 100%
    }

.menu {
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between
}

.menu__item {
    color: #000;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.17;
    height: 100%;
    position: relative;
    transition: all .25s;
    cursor: pointer;
    border-bottom: 3px solid transparent
}

    .menu__item.active {
        border-bottom: 3px solid #000
    }

    .menu__item.is-open .submenu {
        display: block
    }

    .menu__item.is-open span:after {
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s,-webkit-transform .2s;
        -webkit-transform: translateY(20%) rotate(135deg) scale(-1);
        transform: translateY(20%) rotate(135deg) scale(-1)
    }

    .menu__item a, .menu__item span {
        text-decoration: none;
        color: #000
    }

    .menu__item > a, .menu__item > span {
        height: 70px;
        display: flex;
        align-items: center
    }

    .menu__item::before {
        content: attr(data-text);
        height: 0;
        visibility: hidden;
        overflow: hidden;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        font-weight: 700
    }

    .menu__item span {
        position: relative;
        padding-right: 15px
    }

        .menu__item span::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-70%) rotate(135deg);
            transform: translateY(-70%) rotate(135deg);
            height: 6px;
            width: 6px;
            border-right: 2px solid #000;
            border-top: 2px solid #000;
            transition: all .25s
        }

.submenu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    -webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, .15));
    display: none;
    background: #fff
}

    .submenu::after, .submenu::before {
        content: '';
        position: absolute
    }

    .submenu::after {
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        border-bottom: 10px solid #fff
    }

    .submenu::before {
        height: 20px;
        width: 100%;
        bottom: 100%
    }

.submenu-list {
    display: flex;
    max-height: 205px
}

    .submenu-list > div {
        background: #fff;
        padding: 7px 0
    }

.submenu__item {
    white-space: nowrap;
    font-size: 16px
}

    .submenu__item a {
        padding: 8px 17px;
        display: inline-block
    }

    .submenu__item.active > a, .submenu__item:hover > a {
        color: #256fff
    }

.item-partners .submenu__item {
    width: 40%
}

    .item-partners .submenu__item a {
        padding-left: 5px;
        padding-right: 5px
    }

.langs {
    max-width: 59px;
    width: 100%;
    display: flex;
    flex-shrink: 0;
    margin-left: 120px;
    justify-content: space-between
}

    .langs .lang {
        text-decoration: none;
        color: inherit;
        transition: all .25s;
        position: relative
    }

        .langs .lang::after {
            content: "";
            position: absolute;
            top: 0;
            right: -7px;
            height: 100%;
            width: 2px;
            background: rgba(0,0,0,.4)
        }

        .langs .lang:last-child::after {
            display: none
        }

    .langs a:hover:not(.active) {
        color: #256fff
    }

    .langs span {
        opacity: .4
    }

.cart-count {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    width: 18px;
    position: absolute;
    right: 15px;
    top: 0;
    padding-top: 5px
}

    .cart-count.active {
        border-color: #000
    }

    .cart-count a {
        position: relative;
        width: 100%
    }

    .cart-count img {
        width: 100%
    }

    .cart-count .count {
        position: absolute;
        top: -11px;
        right: -12px;
        height: 19px;
        min-width: 19px;
        line-height: 19px;
        font-size: 11px;
        text-align: center;
        background: #256fff;
        border-radius: 50%;
        display: block;
        color: #fff
    }

.js-cart-count[data-link=false] {
    cursor: default
}

    .js-cart-count[data-link=false] .count {
        display: none
    }

.js-cart-count[data-link=true] {
    cursor: pointer
}

    .js-cart-count[data-link=true] .count {
        display: block
    }

.nav-burger {
    display: none;
    width: 40px;
    height: 30px;
    cursor: pointer;
    padding: 0;
    border: none;
    background: 0 0;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -15px;
    font-size: 0;
    outline: 0;
    z-index: 1
}

    .nav-burger span {
        position: relative;
        display: block;
        background-color: #000;
        width: 40px;
        height: 2px;
        transition: all .3s ease-in-out
    }

        .nav-burger span::after, .nav-burger span::before {
            content: "";
            position: absolute;
            left: 0;
            background-color: #000;
            width: 40px;
            height: 2px;
            transition: all .3s ease-in-out
        }

        .nav-burger span::before {
            top: -9px
        }

        .nav-burger span::after {
            top: 9px
        }

    .nav-burger.is-active span {
        background-color: transparent
    }

        .nav-burger.is-active span::after, .nav-burger.is-active span::before {
            top: 0
        }

        .nav-burger.is-active span::before {
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg)
        }

        .nav-burger.is-active span::after {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg)
        }

.form-wrap {
    width: 403px;
    padding: 70px 30px;
    box-shadow: 0 10px 50px rgba(0,0,0,.15);
    background: #fff
}

.form__title {
    margin-bottom: 20px
}

.form-bl {
    position: relative;
    margin-bottom: 20px
}

    .form-bl.error .form__input, .form-bl.error .form__textarea {
        border: 1px solid red;
        color: red
    }

.form__label {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    padding-bottom: 5px
}

.form__input, .form__textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 17px;
    border: 1px solid #000
}

    .form__input:focus, .form__textarea:focus {
        border-color: #add8e6
    }

.form__input {
    height: 35px
}

.form__textarea {
    height: 115px
}

.form__btn {
    margin: 55px auto 0;
    display: block
}

.help {
    position: absolute;
    font-size: 13px;
    line-height: 1.4;
    color: red;
    right: 0;
    top: 100%
}

.best {
    padding-top: 70px
}

    .best .container {
        position: relative
    }

.best__content {
    position: relative
}

.best__title {
    max-width: 794px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 263px 0 232px;
    text-align: center
}

    .best__title span {
        display: block;
        opacity: 0;
        -webkit-animation: .8s ease-in-out forwards fadeInUp;
        animation: .8s ease-in-out forwards fadeInUp
    }

        .best__title span:first-child {
            -webkit-animation: .8s ease-in-out forwards fadeInUp;
            animation: .8s ease-in-out forwards fadeInUp
        }

        .best__title span:last-child {
            -webkit-animation-delay: 50ms;
            animation-delay: 50ms
        }

.best__product {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1240px;
    margin-left: -620px;
    opacity: 0;
    height: 100%;
    -webkit-animation: 1.2s ease-out forwards scale_trans;
    animation: 1.2s ease-out forwards scale_trans
}

.best__product-1, .best__product-2, .best__product-3, .best__product-4, .best__product-5, .best__product-6, .best__product-7 {
    position: absolute;
    z-index: 1
}

.best__product-1 {
    top: -11px;
    left: 24%
}

.best__product-2 {
    bottom: -137px;
    left: 23%
}

.best__product-3 {
    top: 65px;
    right: 12%
}

.best__product-4 {
    top: 400px;
    left: -8%
}

.best__product-5 {
    top: 61px;
    left: 2%
}

.best__product-6 {
    bottom: -40px;
    right: 21%
}

.best__product-7 {
    bottom: 123px;
    right: -1%
}

@-webkit-keyframes scrollBtn {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scrollBtn {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes scale_trans {
    0% {
        -webkit-transform: scale3d(2.6,2.6,2.6);
        transform: scale3d(2.6,2.6,2.6)
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes scale_trans {
    0% {
        -webkit-transform: scale3d(2.6,2.6,2.6);
        transform: scale3d(2.6,2.6,2.6)
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes scale_trans {
    0% {
        -webkit-transform: scale3d(2.6,2.6,2.6);
        transform: scale3d(2.6,2.6,2.6)
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.catalog {
    position: relative;
    z-index: 1;
    padding-top: 70px
}

.catalog-btn {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #000;
    font-size: 18px;
    text-decoration: none
}

    .catalog-btn > div {
        opacity: 0;
        -webkit-animation: .5s 1s ease-in-out forwards fadeInUp;
        animation: .5s 1s ease-in-out forwards fadeInUp
    }

.catalog-btn__text {
    padding-bottom: 5px
}

.catalog-btn__img {
    -webkit-animation: 1.3s ease-in .5s infinite scrollBtn;
    animation: 1.3s ease-in .5s infinite scrollBtn
}

.catalog-content {
    display: block;
    margin: 0 auto;
    max-width: 994px;
    width: 100%;
    padding: 58px 0 0;
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.15);
    background: #fff
}

.catalog__title {
    padding-bottom: 63px;
    text-align: center
}

.catalog-list {
    max-width: 796px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

.catalog-item {
    max-width: 184px;
    width: 100%;
    padding-bottom: 12px;
    margin-right: 20px;
    margin-bottom: 39px;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

    .catalog-item:hover {
        background: #fff;
        box-shadow: 0 0 30px 0 rgba(0,0,0,.15)
    }

    .catalog-item:nth-child(4n) {
        margin-right: 0
    }

    .catalog-item[data-prod=novaskin].active .catalog-item__img, .catalog-item[data-prod=novaskin]:hover .catalog-item__img {
        background: linear-gradient(180deg,#d1a44a 0,#fff7e5 100%)
    }

    .catalog-item[data-prod=biglover].active .catalog-item__img, .catalog-item[data-prod=biglover]:hover .catalog-item__img {
        background: linear-gradient(180deg,#341e1e 0,red 100%)
    }

    .catalog-item[data-prod=myceril].active .catalog-item__img, .catalog-item[data-prod=myceril]:hover .catalog-item__img {
        background: linear-gradient(180deg,#0027af 0,#49c8ff 100%)
    }

    .catalog-item[data-prod=varydex].active .catalog-item__img, .catalog-item[data-prod=varydex]:hover .catalog-item__img {
        background: linear-gradient(180deg,#21b5ef 0,#c7edff 100%)
    }

    .catalog-item[data-prod=ketolight].active .catalog-item__img, .catalog-item[data-prod=ketolight]:hover .catalog-item__img {
        background: linear-gradient(180deg,#21b5ef 0,#c7edff 100%)
    }

    .catalog-item[data-prod=chocolite].active .catalog-item__img, .catalog-item[data-prod=chocolite]:hover .catalog-item__img {
        background: linear-gradient(180deg,#a83226 0,#feb161 100%)
    }

    .catalog-item[data-prod=odrycream].active .catalog-item__img, .catalog-item[data-prod=odrycream]:hover .catalog-item__img {
        background: linear-gradient(180deg,#1c1d7b 0,#256fff 100%)
    }

    .catalog-item[data-prod=ostelife].active .catalog-item__img, .catalog-item[data-prod=ostelife]:hover .catalog-item__img {
        background: linear-gradient(180deg,#df4601 0,#fff9ec 100%)
    }

    .catalog-item[data-prod=vison].active .catalog-item__img, .catalog-item[data-prod=vison]:hover .catalog-item__img {
        background: linear-gradient(180deg,#2552ab 0,#6bcaff 100%)
    }

    .catalog-item[data-prod=prostaffect].active .catalog-item__img, .catalog-item[data-prod=prostaffect]:hover .catalog-item__img {
        background: linear-gradient(180deg,#000 28.44%,red 100%)
    }

    .catalog-item[data-prod=germixil].active .catalog-item__img, .catalog-item[data-prod=germixil]:hover .catalog-item__img {
        background: linear-gradient(180deg,#44aa1f 0,#faffba 100%)
    }

    .catalog-item[data-prod=effectero].active .catalog-item__img, .catalog-item[data-prod=effectero]:hover .catalog-item__img {
        background: linear-gradient(180deg,#341e1e 0,red 100%)
    }

    .catalog-item[data-prod=hairactiv].active .catalog-item__img, .catalog-item[data-prod=hairactiv]:hover .catalog-item__img {
        background: linear-gradient(180deg,#092704 0,#29e20c 100%)
    }

    .catalog-item[data-prod=reaction].active .catalog-item__img, .catalog-item[data-prod=reaction]:hover .catalog-item__img {
        background: linear-gradient(180deg,#4e1e00 0,#ffb700 75.31%)
    }

    .catalog-item[data-prod=extramind].active .catalog-item__img, .catalog-item[data-prod=extramind]:hover .catalog-item__img {
        background: linear-gradient(180deg,#1c1716 41.46%,#ff4600 100%)
    }

    .catalog-item img {
        display: block;
        margin-bottom: 11px;
        width: 100%
    }

.catalog-item-wrap {
    height: 100%
}

.catalog-item-info {
    padding: 0 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    margin-bottom: 11px
}

.catalog-item__name {
    font-size: 20px
}

.catalog-item__price {
    font-size: 16px
}

.catalog-item__text {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 8px;
    margin-bottom: 7px
}

.catalog-item__btn {
    margin: 0 auto
}

.js-text {
    opacity: 0;
    transition: opacity .3s
}

    .js-text.active {
        opacity: 1;
        transition: opacity .3s
    }

.partners {
    padding-bottom: 80px
}

    .partners .partners__content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

.partner {
    max-width: 333.33px;
    width: 100%;
    height: 84px;
    background: #f0f0f0;
    margin-bottom: 60px;
    margin-right: 100px
}

    .partner:last-child, .partner:nth-child(3n) {
        margin-right: 0
    }

.footer {
    padding-bottom: 80px;
    max-width: 970px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative
}

    .footer .socials {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 220px;
        margin: 0 auto 25px
    }

    .footer .socials__link .fico {
        font-size: 26.8px;
        color: #000
    }

        .footer .socials__link .fico:hover {
            color: #256fff
        }

    .footer .socials__link .fico-tw {
        font-size: 24px
    }

    .footer .socials__link .fico-tg {
        font-size: 23px
    }

.footer__link {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

    .footer__link a {
        font-size: 12px;
        color: #000;
        text-decoration: none;
        padding-bottom: 20px
    }

        .footer__link a:hover {
            color: #256fff;
            text-decoration: underline
        }

.cart_empty {
    text-align: center;
    display: none
}

    .cart_empty .h3 {
        margin-bottom: 30px
    }

    .cart_empty .text {
        margin-bottom: 40px
    }

.cart.hiden .cart_empty {
    display: block
}

.cart.hiden .cart_full {
    display: none
}

.c-prods-res {
    border-top: 1px solid #bababa;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-prods-res__title {
    margin-right: 30px
}

.c-prods-res__price .num {
    font-size: 35px;
    line-height: 1.4
}

.c-prods-res__price .curr {
    font-size: 24px;
    padding-left: 5px
}

.c-prod {
    padding-left: 30px;
    position: relative;
    margin-bottom: 18px;
    padding: 5px 10px 5px 40px
}

.c-prod__close {
    width: 11px;
    height: 11px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

    .c-prod__close:hover .fico {
        color: red
    }

    .c-prod__close .fico {
        color: #bababa;
        font-size: 11px
    }

.c-prod-wrap {
    display: flex;
    align-items: center
}

.c-prod__img {
    width: 63px;
    margin-right: 30px;
    flex-shrink: 0
}

.c-prod-left, .c-prod-right {
    display: flex
}

.c-prod-left {
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 100%
}

.c-prod-right {
    margin-left: 30px;
    flex-shrink: 0;
    width: 160px;
    justify-content: space-between;
    align-items: center
}

.c-prod-info__name {
    margin-bottom: 5px
}

.c-prod-info__text {
    font-size: 14px;
    line-height: 1.2
}

.c-prod-count {
    display: flex;
    height: 26px;
    line-height: 26px;
    margin-right: 10px
}

.c-prod__decrease, .c-prod__increase {
    color: #bababa;
    cursor: pointer;
    width: 20px
}

    .c-prod__decrease:hover, .c-prod__increase:hover {
        color: #000
    }

.c-prod__decrease {
    padding-right: 10px
}

.c-prod__increase {
    padding-left: 10px
}

.c-prod__num {
    display: inline-block;
    box-shadow: inset 0 0 4px rgba(0,0,0,.16);
    min-width: 17px;
    padding: 0 3px;
    text-align: center
}

.c-prod-price .num {
    font-size: 19px
}

.c-prod-price .curr {
    font-size: 13px;
    padding-left: 3px
}

.price {
    font-weight: 700;
    display: flex
}

.success {
    background: #fff;
    width: 825px;
    padding: 55px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s
}

    .success::before {
        content: "success";
        font-family: BourbonGrotesque-Regular,Arial;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 181px;
        color: #f6f6f6;
        line-height: .8
    }

    .success::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        background: url(../img/svg/check.svg);
        background-size: cover;
        right: -65px;
        top: -100px
    }

.success-overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    z-index: -1;
    opacity: 0;
    transition: opacity .3s,z-index 50ms .5s
}

    .success-overlay.active {
        opacity: 1;
        z-index: 10;
        transition: opacity .3s,z-index 50ms
    }

        .success-overlay.active .success {
            opacity: 1;
            transition: opacity .3s
        }

.success-wrap {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2
}

.success__img {
    margin-bottom: 30px
}

.success__title {
    margin-bottom: 20px
}

.success__text {
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4
}

@-webkit-keyframes hide-overlay {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        z-index: -1
    }
}

@keyframes hide-overlay {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        z-index: -1
    }
}

.sample {
    padding-top: 165px;
    padding-bottom: 105px;
    position: relative
}

.sample__title {
    margin: 20px 0 40px
}

.sample-wrap {
    display: flex;
    justify-content: center
}

.sample-left {
    max-width: 544px;
    width: 100%;
    margin-right: 65px
}

.sample.contacts {
    padding-bottom: 77px
}

    .sample.contacts .sample-left {
        max-width: 406px;
        padding-bottom: 70px;
        margin-left: 130px
    }

    .sample.contacts .sample-wrap {
        align-items: center
    }

.content__text {
    margin-bottom: 30px
}

    .content__text:last-child {
        margin-bottom: 0
    }

.content-bl {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px
}

.content-bl__img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    display: flex;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .content-bl__img img[alt=manufacturers] {
        margin-left: -10px
    }

.text {
    font-size: 18px;
    line-height: 1.4
}

.list__item {
    position: relative
}

    .list__item::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 8px
    }

.list_blue .list__item {
    padding: 5px 0 5px 30px;
    text-transform: uppercase
}

    .list_blue .list__item::before {
        width: 8px;
        height: 8px;
        background: #256fff
    }

.list_black .list__item {
    padding: 4px 0 4px 27px
}

    .list_black .list__item::before {
        width: 6px;
        height: 6px;
        background: #000
    }

.list-img {
    display: flex;
    flex-wrap: wrap
}

.list-img__item {
    text-align: center;
    text-transform: uppercase;
    max-width: 130px;
    position: relative;
    padding-top: 60px;
    margin-right: 35px;
    margin-bottom: 40px
}

    .list-img__item img {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .list-img__item div {
        font-size: 16px;
        line-height: 1.3
    }

.contacts {
    position: relative;
    z-index: 2
}

.contacts__text {
    font-size: 16px;
    line-height: 1.45;
    max-width: 320px;
    margin-bottom: 20px
}

.contacts-phones {
    padding-top: 20px;
    border-top: 1px solid #bababa;
    max-width: 405px
}

.contacts-map {
    position: relative;
    margin-bottom: 120px
}

.contacts-map__bl {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #bababa
}

    .contacts-map__bl iframe {
        width: 100%;
        height: 360px
    }

.contacts-map__title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -194px;
    color: #fff;
    font-size: 194px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: BourbonGrotesque-Regular,Arial
}

.contact {
    padding-left: 30px;
    position: relative;
    max-width: 320px;
    margin-bottom: 20px
}

.contact__text {
    font-size: 16px;
    line-height: 1.45;
    color: #000;
    text-decoration: none
}

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

.contact .fico {
    position: absolute;
    left: 0;
    top: 3px
}

.contact .fico-address {
    font-size: 20px
}

.contact .fico-email {
    font-size: 16px
}

.contact .fico-phone {
    font-size: 16px
}

.c-phone {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 10px
}

    .c-phone:last-child {
        margin-bottom: 0
    }

.c-phone__name {
    opacity: .5
}

.product {
    padding-top: 165px;
    margin-bottom: 115px;
    padding-bottom: 40px;
    position: relative
}

.product-wrap {
    position: relative;
    z-index: 2
}

.product-content {
    padding-left: 500px
}

.product__subtitle {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 17px
}

    .product__subtitle::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80px;
        height: 3px;
        background: #000
    }

.product-price {
    margin-bottom: 38px
}

    .product-price .num {
        font-size: 35px;
        font-weight: 700;
        line-height: 1.4
    }

    .product-price .curr {
        font-size: 24px;
        padding-left: 5px
    }

.product__btn {
    margin-bottom: 38px
}

.product__list {
    margin-bottom: 14px
}

.product__text {
    padding-bottom: 10px;
    line-height: 1.3
}

    .product__text b {
        font-weight: 700
    }

.product__bottom {
    margin-top: 38px
}

.product-img {
    max-width: 460px;
    position: absolute;
    top: 0;
    left: 20px
}

    .product-img::before {
        content: "";
        display: block;
        position: absolute;
        width: 135px;
        height: 255px;
        background: #fff;
        border-radius: 50%;
        -webkit-filter: blur(17px);
        filter: blur(17px);
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-30%,-70%);
        transform: translate(-30%,-70%)
    }

    .product-img img {
        position: relative;
        z-index: 2;
        width: 100%
    }

.product__name {
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 194px;
    color: #fff;
    font-family: BourbonGrotesque-Regular,Arial;
    text-transform: uppercase;
    line-height: 1
}

@media screen and (max-width:1250px) {
    .container {
        max-width: 950px
    }

    .navbar {
        padding-left: 170px
    }

    .langs {
        margin-left: 60px
    }

    .best__product {
        width: 1100px;
        margin-left: -550px
    }

    .best__product-4 {
        left: -3%
    }

    .sample.contacts .sample-left {
        margin-left: 80px
    }

    .product-content {
        padding-left: 400px
    }

    .product-img {
        left: -30px
    }

    .product__name {
        font-size: 164px
    }
}

@media screen and (min-width:992px) {
    .c-prod:hover {
        box-shadow: 0 0 30px 0 rgba(0,0,0,.15)
    }
}

@media screen and (max-width:991px) {
    .content-tl::before {
        width: 680px;
        height: 803px;
        top: 0
    }

    .container {
        max-width: 750px;
        padding: 0 25px
    }

    .h1 {
        font-size: 55px
    }

    .h2 {
        font-size: 46px
    }

    .header .container {
        max-width: 100%
    }

    .navbar {
        position: static;
        padding: 0
    }

    .navbar-top {
        bottom: auto;
        height: 60px;
        border-bottom: 1px solid #b4b4b4;
        background: #f6f6f6;
        z-index: 2
    }

    .navbar-content {
        justify-content: flex-start;
        flex-direction: column;
        display: none;
        padding-top: 96px;
        margin: 0 auto;
        background: #f6f6f6;
        overflow: auto;
        padding-bottom: 30px
    }

        .navbar-content::before {
            content: "";
            position: absolute;
            width: 681px;
            height: 803px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 0;
            background: url(../img/svg/logo_big.svg) no-repeat top center/contain
        }

    .navbar__logo {
        left: 24px;
        width: 98px
    }

    .menu {
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        text-align: center
    }

    .menu__item {
        display: block;
        margin-bottom: 40px;
        font-size: 30px
    }

        .menu__item.active {
            border-bottom: 0
        }

            .menu__item.active > a, .menu__item.active > span {
                border-bottom: 2px solid #000
            }

        .menu__item > a, .menu__item > span {
            height: auto;
            display: inline
        }

    .submenu {
        position: static;
        background: 0 0;
        padding-top: 20px
    }

        .submenu::after, .submenu::before {
            display: none
        }

    .submenu-list {
        justify-content: center
    }

        .submenu-list > div {
            background: 0 0;
            max-width: 480px
        }

    .item-partners .submenu-list > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .item-partners .submenu__item {
        font-size: 15px
    }

    .langs {
        margin-top: 40px;
        margin-left: 0
    }

    .cart-count {
        right: 105px;
        width: 27px;
        border-width: 2px
    }

    .nav-burger {
        display: block
    }

    .form-wrap {
        margin: 0 auto
    }

    .best__title {
        max-width: 650px;
        padding: 170px 0 140px
    }

    .best__product {
        max-width: 860px;
        margin-left: -430px
    }

    .best__product-1 {
        width: 125px;
        left: 35%
    }

    .best__product-2 {
        width: 119px;
        bottom: -115px;
        left: 25%
    }

    .best__product-3 {
        width: 145px
    }

    .best__product-4 {
        width: 106px
    }

    .best__product-5 {
        width: 115px
    }

    .best__product-6 {
        width: 300px;
        right: 15%
    }

    .best__product-7 {
        width: 100px;
        bottom: 90px
    }

    .catalog-btn {
        display: none
    }

    .catalog-list {
        max-width: 612px
    }

    .catalog-item {
        margin-right: 30px
    }

        .catalog-item:nth-child(4n) {
            margin-right: 30px
        }

        .catalog-item:nth-child(3n) {
            margin-right: 0
        }

    .js-text {
        opacity: 1
    }

    .success {
        width: 430px;
        padding: 55px 35px
    }

        .success::before {
            font-size: 96px
        }

        .success::after {
            width: 210px;
            height: 210px;
            top: -65px;
            right: -45px
        }

    .sample {
        padding-top: 90px
    }

    .sample {
        padding-bottom: 60px
    }

    .sample__title {
        margin: 0 0 30px
    }

    .sample-wrap {
        flex-direction: column
    }

    .sample-left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .sample.contacts .sample-left {
        margin-left: 0;
        padding-bottom: 0
    }

    .list-img {
        max-width: 480px
    }

    .list-img__item {
        margin: 0 15px 40px
    }

    .couriers .sample-left, .fulfillment .sample-left, .manufacturers .sample-left, .marketplaces .sample-left {
        margin-bottom: 50px
    }

    .contacts-phones {
        padding-bottom: 30px
    }

    .product {
        padding-top: 90px;
        margin-bottom: 50px
    }

    .product-content {
        padding-left: 0
    }

    .product-content__top {
        padding-left: 250px;
        min-height: 300px
    }

    .product__bottom {
        margin-top: 16px
    }

    .product-img {
        max-width: 360px;
        left: -50px;
        top: -20px
    }
}

@media screen and (min-width:991px) {
    .menu__item:hover > a, .menu__item:hover > span {
        color: #256fff
    }

    .menu__item:hover span::after {
        border-color: #256fff;
        -webkit-transform: translateY(-20%) rotate(135deg) scale(-1);
        transform: translateY(-20%) rotate(135deg) scale(-1)
    }

    .menu__item:hover .submenu {
        display: block
    }
}

@media screen and (max-width:768px) {
    .footer {
        padding: 40px 0 20px
    }
}

@media screen and (max-width:767px) {
    .container {
        max-width: 480px
    }

    .h1 {
        font-size: 42px
    }

    .h2 {
        font-size: 30px
    }

    .best__title {
        padding: 200px 0 130px
    }

    .best__product {
        max-width: 480px;
        margin-left: -240px
    }

    .best__product-3 {
        top: 85px;
        right: -5%
    }

    .best__product-4 {
        top: 320px
    }

    .best__product-5 {
        left: -2%;
        top: 10px
    }

    .best__product-6 {
        right: 3%
    }

    .best__product-7 {
        display: none
    }

    .catalog-list {
        max-width: 398px
    }

    .catalog-item:nth-child(3n) {
        margin-right: 30px
    }

    .catalog-item:nth-child(2n) {
        margin-right: 0
    }

    .sample.contacts {
        padding-bottom: 60px
    }

    .list-img {
        justify-content: center;
        margin: 0 auto
    }

    .contacts-map {
        margin-bottom: 60px
    }

    .contacts-map__bl iframe {
        height: 180px
    }

    .contacts-map__title {
        font-size: 69px;
        top: -80px
    }

    .product__name {
        font-size: 96px
    }
}

@media screen and (max-width:540px) {
    .catalog-content {
        max-width: 340px
    }

    .catalog-list {
        justify-content: center
    }

    .catalog-item {
        margin-right: 0
    }

        .catalog-item:nth-child(4n) {
            margin-right: 0
        }

        .catalog-item:nth-child(3n) {
            margin-right: 0
        }

    .footer__link a {
        font-size: 14px
    }
}
