

/* Start:/local/components/milana/marketplace/templates/.default/style.css?17380815341903*/
.marketplaces{
    margin-bottom: 75px;
    max-width: 1450px;
}

.marketplaces__items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 40px;
}

.marketplaces__item{
    background: #F6F6F8;
    padding: 20px 20px 20px 20px;

    width: calc((100% - 20px) / 2);

    transition: var(--transition);
}
.marketplaces__item:hover{
    background: #f6f6f8cb;
}
.marketplaces__item:hover .marketplaces__img::before{
    background: #afafaf;
}

.marketplaces__img{
    display: block;
    position: relative;

    height: 260px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.marketplaces__img::before {
    content: '';
    background: #404040;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--transition);
}

.marketplaces__logo{
    width: 100%;
    padding: 20px;

    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

.marketplaces__logo img{
    width: 100%;
    max-width: max-content;
}

.marketplaces__links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    flex-wrap: wrap;
}

.marketplaces__link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


.marketplaces__share:hover svg path{
    stroke: var(--color-main);
    fill: none!important;
}
.marketplaces__link:hover svg path{
    fill: var(--color-main);
}
.marketplaces__link svg path{
    transition: var(--transition);
}




@media (max-width: 991px){
    .marketplaces__items{
        flex-direction: column;
    }

    .marketplaces__item{
        width: 100%;
    }
}


/* End */


/* Start:/local/components/bestitpro/milana_staff/templates/.default/style.css?17526394103130*/
.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/components/milana/marketplace/templates/.default/style.css?17380815341903 */
/* /local/components/bestitpro/milana_staff/templates/.default/style.css?17526394103130 */
