@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* mobile-menu */
.mobile-menu{
    z-index: 24;
}
.mobile-menu__overlay{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(27,27,27,.5) !important;
    z-index: 25;
    transition: all .3s ease;
}
.mobile-menu__bar{
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 320px;
    top: 0;
    bottom: 0;
    left: -330px;
    border-right: 1px solid #e5e5e5;
    background: #f6f6f6 !important;
    transition: all .3s ease;
    z-index: 25;
}
.mobile-menu__bar.active{
    left: 0;
}
.mobile-menu__country{
    padding: 10px 16px 0;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-menu__close{
    cursor: pointer;
    width: 28px;
    height: 34px;
    position: relative;
}
.mobile-menu__close div{
    background: #e94998 !important;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 1px;
    transition: all .3s ease;
}
.mobile-menu__close div:nth-child(1){
    transform: translateY(2px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(2px) translateX(0) rotate(45deg);
    -moz-transform: translateY(2px) translateX(0) rotate(45deg);
    -ms-transform: translateY(2px) translateX(0) rotate(45deg);
    -o-transform: translateY(2px) translateX(0) rotate(45deg);
}
.mobile-menu__close div:nth-child(2){
    transform: translateY(2px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(2px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(2px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(2px) translateX(0) rotate(-45deg);
    -o-transform: translateY(2px) translateX(0) rotate(-45deg);
}
.mobile-menu__links{
    flex-grow: 1;
    overflow-y: auto;
    background: transparent;
}
.mobile-menu__link{
    display: block;
    text-transform: uppercase;
    padding: 7px 16px;
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 12px;
    color: black;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.header__top_burger{
    width: 28px;
    height: 34px;
    position: relative;
    display: none;
}
.header__top_burger span{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 14px;
    color: #e94998;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.header__top_burger div{
    background: #e94998;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    transition: all .3s ease;
}
.header__top_burger_1{
    top: 40%;
}
.header__top_burger_2{
    top: 68%;
}
.header__top_burger_3{
    bottom: 0;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: #fff !important;
    transition: all 0.3s ease;
}
.container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}.columns-4 {
     display: grid;
     grid-template-columns: repeat(4,1fr);
     grid-gap: 40px;
 }
.header__promo {
    background-color: #f5e3e7 !important;
    padding: 5px 8px;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
}

.header__promo a {
    transition: all 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .header__promo a:hover {
        color: #e94998;
    }
}

@media (max-width: 576px) {
    .header__promo {
        font-size: 12px;
    }
    header .header__menu,
    header .header__country{
        display: none;
    }
    .header__top_burger {
        display: block;
        left: 10px;
    }
}

button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.header__top {
    --padding-top-bottom: 14px;
    position: relative;
    padding: var(--padding-top-bottom) 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 57px;
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
}

.header__top-wrapper {
    border-bottom: 1px solid #e5e5e5;
    transition: max-height 0.2s ease;
    max-height: 57px;
    overflow: hidden;
}

.header_minimized .header__top-wrapper {
    max-height: 0;
}

@media (max-width: 992px) {
    .header__top {
        padding: 10px 0;
    }

    .modal-bottom .limit .left {
        width: 100%;
        justify-content: center;
    }

    .modal-bottom .limit .right {
        width: 100%;
    }
}

.header__country_order {
    cursor: inherit;
}

.fa-map-marker {
    padding-right: 5px;
}

.header__country {
    color: #e94998;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 10px;
    position: relative;
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}
.header__country img {
    width: 11px;
    margin-right: 5px;
}
.header__country_blocked {
    pointer-events: none;
}

.header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    width: 45px;
}

.header__logo img {
    width: 100%;
}

.header__right {
    display: flex;
    margin-left: auto;
}

.header__right > * {
    padding: 0 15px;
    border-left: 1px solid #e5e5e5;
    line-height: 100%;
}

@media (max-width: 992px) {
    .header__right > * {
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #e94998;
        padding: 7px 0;
        text-align: center;
    }

    .header__right > :not(:last-child) {
        margin-right: 8px;
    }
}

.header__phone {
    color: blaCK;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}

.header__phone:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: -5px;
    top: 0px;
}

.header__right > :only-child {
    border-left: none;
}

.header__call svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

@media (max-width: 992px) {
    .header__call svg {
        width: 16px;
        height: 16px;
        fill: #fff;
    }
}

.header__search-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header__search-button:after,
.header__search-button:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #e94998;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    transition: transform 0.2s;
    opacity: 0;
}

.header__search-button:after {
    transition: transform 0.2s 0.2s;
}

.header__search-button_active {
    transform: rotate(-90deg);
}

.header__search-button_active:after,
.header__search-button_active:before {
    opacity: 1;
}

.header__search-button_active:before {
    transform: rotate(-45deg);
}

.header__search-button_active:after {
    transform: rotate(45deg);
}

.header__search-icon {
    position: relative;
    width: 17px;
    height: 17px;
    opacity: 0;
    transition: 0.2s;
}

.header__search-icon_visible {
    opacity: 1;
}

.header__menu {
    border-bottom: 1px solid #e5e5e5;
}

.header__bottom {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    background: transparent;
    width: 100%;
    height: auto;
    line-height: inherit;
}

.header__bottom a {
    display: inline-block;
    padding: 1.2em 2em;
    position: relative;
    text-decoration: none;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 2;
}

@media (hover: hover) and (pointer: fine) {
    .header__bottom a:hover:before {
        opacity: 1;
        top: 0;
    }
}

.header__bottom a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #e94998;
    position: absolute;
    top: -10px;
    left: 0;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.burger-menu-icon {
    width: 28px;
    height: 34px;
    position: relative
}

.burger-menu-icon span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 14px;
    color: #e94998;
    text-transform: uppercase
}

.burger-menu-icon div {
    background: #e94998;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    transition: all .3s ease
}

.burger-menu-icon div:first-of-type {
    top: 14px
}

.burger-menu-icon div:nth-of-type(2) {
    top: 68%
}

.burger-menu-icon div:nth-of-type(3) {
    bottom: 0
}

.burger-menu-icon--open div:first-of-type {
    transform: translateY(2px) translateX(0) rotate(45deg)
}

.burger-menu-icon--open div:nth-of-type(2) {
    opacity: 0
}

.burger-menu-icon--open div:nth-of-type(3) {
    transform: translateY(-16px) translateX(0) rotate(-45deg)
}



.footer__columns {
    padding: 70px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 992px) {
    .footer__columns {
        display: block;
        padding: 15px 0;
        border: none
    }
    .footer__slide {
        position: relative;
        cursor: pointer;
        width: 100vw;
        margin-bottom: 0px !important;
        padding: 0 10px;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    }
    .footer__slide:before {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        height: 2px;
        background-color: white;
        right: 20px!important;
        top: 14px!important;
        transform: rotate(45deg) !important;
        -webkit-transform: rotate(45deg) !important;
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -ms-transition: .3s all ease;
        -o-transition: .3s all ease;
    }
    .footer__slide:after {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        height: 2px;
        background-color: white;
        right: 12px!important;
        top: 14px!important;
        transform: rotate(-45deg) !important;
        -webkit-transform: rotate(-45deg) !important;
        -moz-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        -o-transform: rotate(-45deg) !important;
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -ms-transition: .3s all ease;
        -o-transition: .3s all ease;
    }
    .footer__links{
        display: none;
    }
}

.footer__columns a {
    display: block;
    line-height: 35px
}

@media (hover: hover) and (pointer: fine) {
    .footer__columns a:hover {
        color: #e94998
    }
}

.footer__columns a:not([href^=mailto]) {
    text-transform: uppercase;
    font-weight: 100;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: hsla(0,0%,100%,.6);
}
.footer__columns a {
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, 0.6);
    text-decoration: none;
}
.footer__icon:before {
    content: "";
    position: absolute;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.footer__bottom {
    padding: 12px 0;
    position: relative;
    display: flex;
    justify-content: space-between
}

.footer__bottom span {
    line-height: 35px
}

@media (max-width: 992px) {
    .footer__bottom span {
        order: 1
    }
}

@media (max-width: 992px) {
    .footer__bottom {
        flex-direction: column;
        align-items: center
    }
}

.footer__icons {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

@media (max-width: 992px) {
    .footer__icons {
        position: static;
        display: block;
        transform: unset;
        order: 1
    }
}

.footer__payment {
    width: 40px;
    height: 35px
}

@media (hover: hover) and (pointer: fine) {
    .footer__payment:hover path {
        fill: #e94998
    }
}

.footer__payment path {
    fill: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

.footer__social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all .3s ease
}

.footer__social svg {
    width: 15px;
    height: 15px;
    transition: all .3s ease
}

.footer__social path {
    fill: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

@media (hover: hover) and (pointer: fine) {
    .footer__social:hover {
        box-shadow: 0 0 20px 7px hsla(0, 0%, 41.6%, .4)
    }

    .footer__social:hover svg {
        transform: scale(1.2)
    }

    .footer__social:hover svg path {
        fill: #fff
    }
}

@media (max-width: 992px) {
    .footer__column[open] .footer__column-name:before {
        transform: translateY(-50%) rotate(0deg)
    }
}

@media (max-width: 992px) {
    .footer__column:not([open]) .footer__links {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        height: 0;
        padding: 0
    }
}

.footer__links {
    color: hsla(0, 0%, 100%, .6);
    overflow: hidden;
    transition: all .3s ease
}

.footer__column-name {
    font-size: 16px;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.footer__column-name:focus {
    outline: none
}

.footer__column-name:before {
    display: none;
    top: 50%;
    transition: all .3s ease;
    transform: translateY(-50%) rotate(180deg)
}

@media (max-width: 992px) {
    .footer__column-name {
        padding: 5px 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        margin-bottom: 0;
        width: 100%;
    }

    .footer__column-name:before {
        display: block
    }
}

.footer {
    background: #1b1b1b;
    color: #fff;
    font-weight: 100;
    padding-bottom: 75px;
}

.footer__columns {
    padding: 70px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media (max-width: 992px) {
    .footer__columns {
        display: block;
        padding: 15px 0;
        border: none
    }
}

.footer__columns a {
    display: block;
    line-height: 35px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

@media (hover: hover) and (pointer: fine) {
    .footer__columns a:hover {
        color: #e94998
    }
}

.footer__columns a:not([href^=mailto]) {
    text-transform: uppercase
}

.footer__icon:before {
    content: "";
    position: absolute;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.footer__bottom {
    padding: 12px 0;
    position: relative;
    display: flex;
    justify-content: space-between
}

.footer__bottom span {
    line-height: 35px;
    font-weight: 100;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

@media (max-width: 992px) {
    .footer__bottom span {
        order: 1
    }
}

@media (max-width: 992px) {
    .footer__bottom {
        flex-direction: column;
        align-items: center
    }
    .footer{
        padding-bottom: 0px;
    }
}

.footer__icons {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

@media (max-width: 992px) {
    .footer__icons {
        position: static;
        display: block;
        transform: unset;
        order: 1
    }
}

.footer__payment {
    width: 40px;
    height: 35px
}

@media (hover: hover) and (pointer: fine) {
    .footer__payment:hover path {
        fill: #e94998
    }
}

.footer__payment path {
    fill: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

.footer__social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all .3s ease
}

.footer__social svg {
    width: 15px;
    height: 15px;
    transition: all .3s ease
}

.footer__social path {
    fill: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

@media (hover: hover) and (pointer: fine) {
    .footer__social:hover {
        box-shadow: 0 0 20px 7px hsla(0, 0%, 41.6%, .4)
    }

    .footer__social:hover svg {
        transform: scale(1.2)
    }

    .footer__social:hover svg path {
        fill: #fff
    }
}

@media (max-width: 992px) {
    .footer__column[open] .footer__column-name:before {
        transform: translateY(-50%) rotate(0deg)
    }
}

@media (max-width: 992px) {
    .footer__column:not([open]) .footer__links {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        height: 0;
        padding: 0
    }
}

.footer__links {
    color: hsla(0, 0%, 100%, .6);
    overflow: hidden;
    transition: all .3s ease
}

.footer__column-name {
    font-size: 16px;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase;

}

.footer__column-name:focus {
    outline: none
}

.footer__column-name:before {
    display: none;
    top: 50%;
    transition: all .3s ease;
    transform: translateY(-50%) rotate(180deg)
}

@media (max-width: 992px) {
    .footer__column-name {
        padding: 5px 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        margin-bottom: 0
    }

    .footer__column-name:before {
        display: block
    }
}
