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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.background-block {
    display: none;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #F1F3FB;
}

.hidden {
    overflow: hidden;
}

.header.menu-opened {
    height: 100%;
    overflow: scroll;
    background: rgba(33, 41, 62, 1);
}

.header .container.menu-opened {
    overflow-x: hidden
}

.header__inner {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(33, 41, 62, 1);
    font-family: Playfair Display;
    font-size: 29px;
    font-weight: 600;
    line-height: 33px;
    text-decoration: none;
}

.black-logo-text {
    background: rgba(33, 41, 62, 1);
    padding: 10px 15px 10px 15px;
    font-family: Playfair Display;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(241, 243, 251, 1);
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: height .4s;
    transition: height .4s
}

.header__menu.opened {
    top: 0px;
    left: 0;
    background: rgba(33, 41, 62, 1);
    display: block;
    width: 100%;
    opacity: 1;

}

.header__menu.opened .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    margin: 0
}

.header__menu.opened .header__nav-link {
    margin-bottom: 10px;
    font-size: 24px;
}

.header__menu.opened .header__lang {
    border-left: none;
    text-align: center;
    margin: 0;
    padding-left: 10px;
    margin-right: 5px
}

.header__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}



.header__nav-link a {
    position: relative;
    padding: 5px 7px 5px 7px;
    margin-right: 35px;

    color: #21293E;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    opacity: 60%;
}



.header__nav-link.partners {
    position: relative;

}



.partners::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 30px;
    width: 9px;
    height: 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-image: url(../img/svg/arrow_brown.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 60%;
}

.partners:hover::after {
    background-image: url(../img/svg/arrow_brown.svg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header__cart {
    position: relative;
    height: 26px;
    width: 33px;
    border: none
}

.header__cart-text {
    display: none
}

.header__cart-count {
    display: none;
    position: absolute;
    height: 24px;
    width: 24px;
    right: 0;
    top: -12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #53834b;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.header__cart-img {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    bottom: 5px;
    background-image: url(/img/svg/cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.header__lang {
    position: relative;
    margin-right: 6px;
    margin-top: 4px;
    padding-left: 17px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer
}

.header__lang-item {
    margin-right: 7px;
    color: #21293E;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    opacity: 80%;
}

.header__lang-item.disabled {
    background: rgba(255, 157, 210, 1);
    padding: 2px 5px;
    border-radius: 50%;
}

.header__line {
    position: absolute;
    height: 2px;
    width: calc(50% - 15vw);
    bottom: 20px;
    left: 0;
    -webkit-animation: animate-line 2s forwards;
    animation: animate-line 2s forwards
}

.partners__link {
    position: relative;
    margin-right: 45px !important;
}

.header .partners__link::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 87px;
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    border-left: 11.5px solid transparent;
    border-right: 11.5px solid transparent;
    border-bottom: 13px solid rgba(255, 255, 255, .95);
    -webkit-transition: all .2s;
    transition: all .2s;
    pointer-events: none
}


.header .products__dropdown-title {
    display: none;
    position: relative;
    padding-bottom: 17px;
    margin-top: 100px;
    margin-bottom: 30px;

    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333b43;
    cursor: pointer
}

.header .products__dropdown-title::before {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: -30px;
    width: 10px;
    height: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(/img/svg/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header .products__dropdown-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #333b43
}

.header .products__dropdown.active {
    overflow: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header .products__dropdown-link {
    padding: 5px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header .partners__dropdown {
    position: absolute;
    top: 40px;
    left: -30px;
    width: 270px;
    padding: 52px 72px;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-color: #FDFDFD;
    opacity: 1;
    z-index: 99;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: rgba(51, 59, 67, .55);
    white-space: nowrap
}

.header .partners__dropdown-item:not(:first-child) {
    margin-top: 15px
}

.header .partners__dropdown-item {
    position: relative
}



.header .partners__dropdown-title {
    display: none;
    position: relative;
    padding-bottom: 16px;
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333b43;
    cursor: pointer
}

.header .partners__dropdown-title::before {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: -30px;
    width: 10px;
    height: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(/img/svg/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header .partners__dropdown-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #333b43
}

/*.header .partners__dropdown.active {
    overflow: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}
*/
.header .partners__dropdown-link {
    padding: 5px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header__burger {
    height: 30px;
    width: 30px;
    padding-top: 12px;
    margin-top: 10px;
    cursor: pointer;
    display: none
}

.header #burger-menu {
    height: 30px;
    width: 30px;
    overflow: visible;
    position: relative;
    z-index: 99
}

.header #burger-menu span,
.header #burger-menu span:after,
.header #burger-menu span:before {
    background: #333b43;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute
}

.header #burger-menu span:after,
.header #burger-menu span:before {
    content: "";
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header #burger-menu span {
    left: 0;
    top: 13px;
    width: 100%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.header #burger-menu span:before {
    left: 0;
    top: -20px;
    width: 100%;
}

.header #burger-menu span:after {
    left: 0;
    top: -10px;
    width: 100%;
}

.header #burger-menu.close span {
    left: 0;
    background: 0 0
}

.header #burger-menu.close span:before {
    background: rgba(241, 243, 251, 1);
    top: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px
}

.header #burger-menu.close span:after {
    background: rgba(241, 243, 251, 1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
    width: 30px
}

ul li {
    list-style: none;
}

.background-block {
    bottom: 0px;
    right: 0px;

}

.background-block img {
    z-index: 100;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.background-text {
    background: rgba(255, 157, 210, 1);
    width: 140px;
    height: 140px;
    padding: 10px;
    color: rgba(33, 41, 62, 1);
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 60px;
}


@media (hover:hover) {

    .header .header__nav-link.partners:hover .partners__link::after,
    .header .header__nav-link.products:hover .products__link::after {
        opacity: 1
    }

    .header .header__nav-link.products:not(.disabled):hover .products__dropdown {
        overflow: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .header .header__nav-link.partners:not(.disabled):hover .partners__dropdown {
        overflow: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .header .products__dropdown-link:hover {
        color: #333b43
    }

    .header .products__dropdown-item:hover::before {
        opacity: 1
    }

    .header .partners__dropdown-link:hover {
        color: #333b43
    }

    .header .partners__dropdown-item:hover::before {
        opacity: 1
    }

    .header__nav-link a:hover {
        opacity: 1;
    }
}

@media screen and (max-width:950px) {
    .background-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__inner {
        height: 50px;
    }

    .menu-opened .header__logo-link {
        color: rgba(241, 243, 251, 1);
        z-index: 100;
    }

    .menu-opened .black-logo-text {
        background: rgba(241, 243, 251, 1);
        color: rgba(33, 41, 62, 1);
    }

    .black-logo-text {
        font-size: 15px;
        padding: 6px 7px 6px 7px;
    }

    .header__logo-link {
        font-size: 20px;
    }

    .header {
        overflow: hidden;
        height: 50px
    }

    .header__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px 4%;

    }

    .header__nav-cart {
        position: initial !important;
        padding: 5px 7px 5px 7px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px !important
    }

    .header__cart {
        height: 25px;
        width: 26px;
        margin-top: -9px;
        margin-left: 15px
    }

    .header__cart-text {
        display: inline-block
    }

    .header__cart-count {
        z-index: 2;
        top: 4px;
        height: 18px;
        width: 18px;
        font-size: 10px
    }


    .header__menu {
        position: absolute;
        height: 0;
        overflow: hidden;
        opacity: 0
    }

    .header__menu.opened {
        border-top: 2px solid rgba(241, 243, 251, 0.3);
        height: 100%;

    }

    .header__menu.opened .header__nav {
        overflow: scroll;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0px;
        margin: 50px 0 0 20px;
        height: 75%;
    }

    .header__menu.opened .header__nav-link {
        margin-bottom: 30px;
        font-size: 19px;
        letter-spacing: 1px
    }

    .header__menu.opened .header__nav-link.partners::before,
    .header__menu.opened .header__nav-link.products::before {
        left: -17px;
        width: 13px;
        height: 15px
    }

    .header__menu.opened .header__nav-link.partners::after,
    .header__menu.opened .header__nav-link.products::after {
        display: none;
    }

    .header__menu.opened .header__lang {
        position: absolute;
        top: 0px;
        right: 19px;
        padding: 100px 5px 0 7px;
        margin-right: -2px;

    }

    .header__menu.opened .header__lang-item {
        display: block;
        margin-bottom: 30px
    }

    .header__line {
        bottom: 3px;
        width: calc(50% - 30vw)
    }

    .header .header__burger {
        display: block
    }

    .header .partners__dropdown {
        position: static;
        border-left: 2px solid rgba(241, 243, 251, 0.7);
        padding: 0;
        overflow: hidden;
        -webkit-transform: none;
        transform: none;
        background-color: transparent;
        text-transform: capitalize;
        font-weight: 300;
        font-size: 16px;
        line-height: 23px;
        color: rgba(51, 59, 67, .55);
        white-space: nowrap;
        margin-top: 20px;
        margin-left: 10%;
        padding-left: 15px;
    }

    .header__nav-link a {
        color: rgba(241, 243, 251, 1);
        font-size: 18px;
    }

    .header__lang-item {
        color: rgba(241, 243, 251, 1);
        font-size: 18px;
    }

    .header__lang-item.disabled {
        padding: 7px 9px;
    }

    header .line {
        height: 2px;
        background: rgba(241, 243, 251, 1);
        width: 100%;
        margin-top: 50px;
        opacity: 30%;
    }
}

.header-active {
    background: rgba(241, 243, 251, 0.8) !important;
}