

/* Start:/local/templates/milana2024/components/bitrix/menu/personal-new/style.css?17381582522244*/
.swimming{
    position: relative;
}

.swimming__arrows{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.swimming .slick-prev:before, .swimming .slick-next:before{
    content: none;
}

.swimming .slick-prev{
    height: 100%;

    left: 0;
    top: 0;

    transform: translateX(-100%);
}

.swimming .slick-next{
    right: 0;
    top: 0;

    transform: translateX(100%);

    height: 100%;
}

.swimming .slick-arrow{
    width: 40px;
    z-index: 2;
}

.swimming__items .slick-list{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.swimming__item a{
    font-size: 13px;

    white-space: nowrap;

    padding: 20px 0px 20px 0px;
    margin: 0px 60px 0px 0px;

    border-bottom: 2px solid transparent;
    transition: var(--transition);
}
.swimming__item a:hover{
    border-bottom: 2px solid var(--color-black);
}
.swimming__item--active a{
    border-bottom: 2px solid var(--color-black);
}

.swimming__item{
    text-align: center;
}

.swimming__items{
    display: flex;
}

@media (max-width: 991px){
    .swimming .slick-arrow{
        display: none!important;
    }

    .payment-info__cards, .payment-info__jur{
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .payment-info__installment-plan{
        display: flex;
        flex-direction: column;
        row-gap: 65px;
    }
    .payment-info__jur{
        margin-bottom: 50px;
    }
    .payment-info__title {
        margin-bottom: 0;
    }
    .payment-info__text{
        max-width: 540px;
    }
    .payment-info__item--sm .payment-info__img, .payment-info__item--lg .payment-info__img, .payment-info__item--smm .payment-info__img{
        bottom: 0;
    }
}

@media (max-width: 767px){
    .swimming .slick-arrow{
        display: block!important;
    }

    .swimming .slick-next{
        transform: unset;
    }
    .swimming .slick-prev{
        transform: unset;
    }

    .payment-info__container{
        flex-wrap: wrap;
    }
    .payment-info__right{
        flex-wrap: wrap;
    }

    .swimming__item a {
        margin: 0;
        justify-content: center;
        width: 100%;
    }
}
/* End */


/* Start:/local/components/milana/partners_opt/templates/.default/style.css?17429564309793*/
.wholesale__header-text{
    margin-bottom: 60px;
}

.wholesale__title{
    margin-bottom: 30px;

    font-size: 33px;
    font-weight: 700;

    text-transform: uppercase;
}


.job__infographic-socials .job__infographic-items{
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;
}

.job__infographic-socials{
    padding: 40px 0px 50px 0px;

    margin-bottom: 80px;
}

.job__infographic-socials .job__title{
    margin-bottom: 20px;
}
.job__title{
    font-size: 33px;
    margin-bottom: 40px;
    font-weight: 700;

    text-transform: uppercase;
}


.job__infographic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: rgba(37, 37, 37, 0.03);
    z-index: -1;
}

.job__infographic-title{
    text-align: center;
}

.job__infographic{
    position: relative;
    padding: 80px 0px 100px 0px;
}

.wholesale__block{
    margin-bottom: 120px;
}

.wholesale__items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    gap: 30px;
}

.wholesale__item-img{
    height: 250px;

    position: relative;

    background-position: center;
    background-size: cover;
}

.wholesale__item-text{
    padding: 10px;
}

.wholesale__item-title{
    font-size: 25px;
    font-weight: 700;
    color: #fff;

    text-transform: uppercase;

    position: absolute;

    bottom: 5px;
    left: 10px;
}

.wholesale__subtitle{
    font-size: 16px;
    font-weight: 400;

    text-transform: none;
}

.wholesale__steps{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.wholesale__step{
    display: flex;
    gap: 20px;
}

.wholesale__step-number{
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}

.wholesale__preorders{
    display: flex;
    gap: 20px;
}

.wholesale__preorder span{
    font-weight: 700;
}

.wholesale__subtitle span{
    font-weight: 700;
}

.wholesale__payments{
    display: flex;
    gap: 30px;
}

.wholesale__payment{
    position: relative;

    height: 300px;
    width: 100%;

    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.wholesale__payment-text{
    font-size: 20px;
    font-weight: 700;
    color: #fff;

    text-align: center;

    text-transform: uppercase;
}

.wholesale__payments .wholesale__payment:last-child::after {
    content: url(/local/templates/milana2024/assets/css/../images/wsgroup.png);
    position: absolute;

    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 100px;
    height: 34px;
}

.wholesale__cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;

    margin-bottom: 60px;
}

.wholesale__card-img{
    height: 300px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    margin-bottom: 30px;
}

.wholesale__card-name{
    font-size: 35px;
    line-height: 47px;
    font-weight: 700;
    text-transform: uppercase;
    color: #EFEFF3;
    text-align: center;

    margin-bottom: 60px;
}

.wholesale__card-desc{
    display: flex;
    gap: 10px;
}

.wholesale__card-subtext{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 35px;
    line-height: 36px;
    font-weight: 700;
    align-self: flex-start;
    color: #EFEFF3;
}

.wholesale__card-text{
    font-size: 14px;
}

.wholesale__card-text span{
    font-weight: 700;
}

.wholesale__delivers{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.wholesale__deliver{
    padding: 0 20px;

    background-color: rgba(37, 37, 37, 0.03);
    height: 250px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    font-size: 14px;
}

.wholesale__deliver-text span{
    font-weight: 700;
}

.wholesale__block-return{
    display: flex;
}

.wholesale__block-return .wholesale__title{
    width: 40%;
}

.wholesale__returns{
    width: 60%;
}

.wholesale__returns{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.wholesale__return{
    position: relative;
}

.wholesale__return:after {
    content: '';
    position: absolute;

    top: 5px;
    left: -25px;

    background-color: black;

    width: 15px;
    height: 15px;
}

.wholesale__step-text--small{
    font-size: 14px;
}

.wholesale__form{
    position: relative;
    padding: 120px 0px;

    gap: 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 70px;
    margin-bottom: 120px;
    color: white;
}

.wholesale__form:after{
    position: absolute;
    content: '';

    width: 100vw;
    height: 100%;
    background-image:  url('/local/templates/milana2024/assets/css/../images/regibg.jpg');
    background-position: center;
    background-size: cover;

    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.wholesale__form-title{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.wholesale__form-btn{
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
}

.wholesale__img-block{
    position: relative;
    height: 350px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 60px;
}

.wholesale__img-block:before{
    position: absolute;
    content: '';

    width: 100vw;
    height: 100%;
    background-image: var(--wholesale__img-block);
    background-position: center;
    background-size: cover;

    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.wholesale__title--size_big{
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;

    margin-bottom: 0;
    text-align: center;
}

.wholesale__icons{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;

    margin-bottom: 60px;
}

.wholesale__icon{
    display: flex;
    gap: 10px;
}

.wholesale__icon-img{
    min-width: 82px;

    display: flex;
    justify-content: center;
}

.wholesale__icon-text{
    font-size: 14px;
}

.wholesale__img-btn{
    position: absolute;
    bottom: -23px;
}

.wholesale__wallets{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    gap: 30px;

    margin-bottom: 60px;
}

.wholesale__wallet-img img{
    width: 100%;
    height: auto;
}

.wholesale__wallet-img{
    margin-bottom: 10px;
}

.wholesale__wallet-desc{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}

.wholesale__text--theme_mb{
    margin-bottom: 60px;
}

@media(max-width: 1399px){
    .wholesale__icons{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width: 1199px){
    .wholesale__items {
        gap: 10px;
    }
}

@media(max-width: 991px){
    .wholesale__wallets{
        grid-template-columns: 1fr 1fr;
    }

    .wholesale__icons{
        gap: 20px;
    }

    .wholesale__title--size_big{
        font-size: 40px;
    }

    .wholesale__items {
        gap: 30px;

        grid-template-columns: 1fr 1fr;
    }

    .wholesale__steps{
        grid-template-columns: 1fr 1fr;
    }

    .wholesale__preorders{
        flex-direction: column;
    }

    .wholesale__payments{
        gap: 10px;
    }

    .wholesale__cards{
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .wholesale__card-text{
        max-width: 500px;
    }

    .wholesale__card-desc{
        justify-content: center;
    }

    .wholesale__card-name{
        margin-bottom: 30px;
    }

    .wholesale__delivers{
        gap: 10px;
    }

    .wholesale__block-return{
        flex-direction: column;
    }

    .wholesale__returns{
        padding-left: 30px;
    }

    .wholesale__block-return .wholesale__title{
        width: 100%;
    }

    .wholesale__returns{
        width: 100%;
    }
}

@media(max-width: 767px){
    .wholesale__form{
        flex-direction: column;
        align-items: start;
    }

    .wholesale__title--size_big{
        font-size: 32px;
    }

    .wholesale__img-block{
        height: 250px;
    }

    .wholesale__block{
        margin-bottom: 80px;
    }

    .wholesale__text{
        font-size: 14px;
    }

    .wholesale__items{
        gap: 10px;
    }

    .wholesale__item-text{
        font-size: 14px;
    }

    .wholesale__payments{
        flex-direction: column;
    }

    .wholesale__delivers{
        grid-template-columns: 1fr;
    }

    .wholesale__icons{
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 575px){
    .wholesale__title{
        font-size: 26px;
    }

    .wholesale__subtitle{
        font-size: 14px;
    }

    .wholesale__steps{
        grid-template-columns: 1fr;
    }

    .wholesale__items{
        grid-template-columns: 1fr;
    }

    .wholesale__icons{
        grid-template-columns: 1fr;
    }

    .wholesale__title--size_big{
        font-size: 24px;
    }

    .wholesale__wallets{
        grid-template-columns: 1fr;
    }

    .job__infographic-socials .job__infographic-items{
        flex-wrap: wrap;
    }

    .job__infographic-socials .job__title{
        font-size: 23px;
    }
}
/* End */


/* Start:/local/components/milana/staff/templates/.default/style.css?17477175313130*/
.contact-us-new{
    display: flex;
    min-height: 375px;

    margin-bottom: 60px;
}
.contact-us-new--double.contact-us-new{
    height: fit-content;
}

.contact-us-new__left{
    width: 30%;

    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 375px;
}
.contact-us-new__right{
    width: 70%;

    display: flex;
    align-items: center;
    gap: 35px;

    background-color: var(--color-background-white);

    padding-left: 100px;
}

.contact-us-new--double .contact-us-new__right{
    flex-direction: column;
    align-items: start;

    padding: 100px 0px 100px 100px;
}

.contact-us-new__subtitle{
    padding-bottom: 55px;
}

.contact-us-new__text {
    font-size: 14px;
    line-height: 27px;
    text-transform: none;
    max-width: 344px;
}

.contact-us-new__title{
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: 1.3;
    text-align: center;
}

.contact-us-new__name{
    display: flex;
    align-items: center;
    gap: 30px;

    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;

    margin-bottom: 5px;
    padding-right: 10px;
}

.contact-us-new__contacts{
    display: flex;
    flex-direction: column;
}

.contact-us-new__position{
    margin-bottom: 20px;
}

.contact-us-new__email{
    margin-top: 10px;
}

.contact-us-new__socials{
    display: flex;
    gap: 10px;
}

.contact-us-new__block{
    display: flex;
    gap: 30px;
}

.contact-us-new__container{

}

.contact-us-new__items{
    width: 70%;
}

.contact-us-new__items .contact-us-new__right{
    width: 100%;
    min-height: 375px;
}


@media (max-width: 1199px){
    .contact-us-new__title{
        font-size: 28px;
        max-width: 190px;
    }

}

@media (max-width: 991px){
    .contact-us-new__title{
        font-size: 21px;
        max-width: 190px;
    }

    .contact-us-new__right{
        padding-left: 60px;
    }
}

@media (max-width: 767px){
    .contact-us-new{
        flex-direction: column;
        height: fit-content;
    }

    .contact-us-new--double .contact-us-new__right{
        padding: 0px;
    }

    .contact-us-new__left,.contact-us-new__right{
        width: 100%;
        align-items: start;
        justify-content: start;
        flex-wrap: wrap;

        background-color: unset;
        padding: 0;
    }

    .contact-us-new__title{
        font-size: 20px;
        max-width: unset;

        margin-bottom: 20px;
    }

    .contact-us-new__block{
        flex-direction: column;
        height: fit-content;
    }

    .contact-us-new__items{
        width: 100%;
    }

    .contact-us-new__items .contact-us-new__right, .contact-us-new{
        min-height: unset;
    }

    .contact-us-new__container{
        display: flex;
        flex-direction: column;
        row-gap: 60px;
    }

    .contact-us-new__items{
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
}
/* End */
/* /local/templates/milana2024/components/bitrix/menu/personal-new/style.css?17381582522244 */
/* /local/components/milana/partners_opt/templates/.default/style.css?17429564309793 */
/* /local/components/milana/staff/templates/.default/style.css?17477175313130 */
