

/* 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/company_about/templates/.default/style.css?173808507110845*/
/* company */

.company{
    margin-bottom: 120px;
}

.company__now{
    position: relative;

    height: 350px;


    background-position: center;
    background-size: cover;

    margin-bottom: 550px;
}

.company__items{
    position: absolute;

    width: 80%;
    padding: 40px;
    background-color: white;

    top: 60%;
    right: 50%;
    transform: translateX(50%);

    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-around;
}

.company__item{
    width: 30%;
}

.company__title{
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;

    color: white;

    position: absolute;

    top: 45%;
    right: 50%;
    transform: translateX(50%);

    white-space: nowrap;
}

.company__item{
    display: flex;
    flex-direction: column;
    gap: 10px;

    align-items: center;
}

.company__item p{
    text-align: center;
    font-size: 14px;
}

.company__item svg{
    height: 75px;
}

.company__blocks{
    display: flex;

    justify-content: space-between;

    margin-bottom: 120px;
}

.company__block{
    width: 45%;
    text-align: justify;
}

.company__block-img{
    width: 100%;
    position: relative;

    background-size: cover;
    background-position: center;

    height: 300px;
}

.company__block-img span{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;

    position: absolute;

    bottom: 5px;
    left: 10px;

    color: white;
}

.company__block p{
    padding: 10px;
}

@media(max-width: 1199px){
    .company__items{
        padding: 20px;
        padding-top: 30px;
        width: 90%;

        row-gap: 20px;
    }

    .company__block{
        width: 49%;
    }
}

@media(max-width: 991px){
    .company__now{
        height: 250px;

        margin-bottom: 650px;
    }

    .company__title{
        top: 20%;
    }

    .company__items{
        top: 40%;

        width: 95%;

        padding: 10px;
        padding-top: 20px;
    }

    .company__item{
        width: 45%;
    }

    .company__blocks{
        flex-direction: column;
        row-gap: 20px;
    }

    .company__block{
        width: 100%;
    }

    .company__block p{
        padding-top: 20px;
    }
}

@media(max-width: 767px) {
    .company__now {
        margin-bottom: 700px;
    }

    .company__blocks{
        margin-bottom: 80px;
    }
}

@media(max-width: 575px){
    .company__item{
        width: 100%;
    }

    .company__items{
        width: 90%;
    }

    .company__title{
        font-size: 24px;
    }

    .company__now{
        margin-bottom: 1250px;
    }

    .company__block-img{
        height: 200px;
    }
}

/* company */

/* history */

.history__item{
    padding: 55px 55px 80px 55px;
    background-color: rgba(37, 37, 37, 0.03);
}

.history{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.history__year{
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.history__year:after {
    content: "";
    width: 40px;
    height: 7px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: black;
}

@media(max-width: 1399px){
    .history__item{
        padding: 35px 35px 60px 35px;
    }
}

@media(max-width: 1199px){
    .history{
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 575px){
    .history{
        grid-template-columns: 1fr;
    }
}

/* history */

/* brand */

.brand__header{
    margin-bottom: 130px;

    position: relative;
}

.brand__header-left{
    width: 50%;
}

.brand__header-right{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.brand__header-text{
    background-color: white;
    padding: 30px;
    padding-left: 0px;

    text-align: justify;
}

.brand__title{
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
}

.brand__header-title{
    margin-bottom: 40px;
}

.brand__philosophy{
    position: relative;
    height: 400px;
    margin-bottom: 300px;
}

.brand__philosophy:before{
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background-image: url(/local/templates/milana2024/assets/css/../images/bg-about-brand-1.png);
    background-size: cover;
    background-position: center;
    filter: brightness(70%);
}

.brand__philosophy-title{
    position: absolute;
    color: white;
    right: 50%;
    transform: translateX(50%);
    top: 100px;
}

.brand__philosophy-items{
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 150px;
    background-color: white;
    padding: 15px;
    display: flex;
    gap: 15px;
    width: 80%;
}

.brand__philosophy-item{
    width: 100%;

    display: flex;
    flex-direction: column;

    text-align: justify;
}

.brand__philosophy-img{
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-box-shadow: inset 0px -91px 44px -24px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: inset 0px -91px 44px -24px rgba(0, 0, 0, 0.44);
    box-shadow: inset 0px -91px 44px -24px rgba(0, 0, 0, 0.44);
}

.brand__philosophy-img p{
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-weight: 700;
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
    color: white;

    margin-bottom: 0;
}

.brand__philosophy-item span{
    font-size: 14px;
    padding: 10px;
}

.brand__creator{
    margin-bottom: 120px;

    display: flex;
}


.brand__creator-title{
    width: 35%;
}

.brand__creator-text{
    width: 65%;
    text-align: justify;
}

.brand__creator-text span{
    font-weight: 700;
}

.brand__principle{
    display: flex;
    gap: 30px;

    margin-bottom: 140px;
}

.brand__principle-items{
    width: 65%;

    display: flex;
    gap: 20px;
}

.brand__principle-title{
    width: 35%;

    display: flex;
    align-items: center;
}

.brand__principle-item{
    position: relative;

    height: 270px;
    width: 100%;

    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-box-shadow: inset 0px -91px 44px -24px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: inset 0px -91px 44px -24px rgba(0, 0, 0, 0.44);
    box-shadow: inset 0px -91px 44px -24px rgba(0, 0, 0, 0.44);
}

.brand__principle-item p{
    position: absolute;

    bottom: 0px;
    left: 50%;

    width: 80%;

    transform: translate(-50%, 50%);
    margin-bottom: 0;

    background-color: black;
    color: white;

    text-transform: uppercase;
    font-weight: 700;

    text-align: center;
    padding: 20px 0px;
}

.brand__principle-item p:before{
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #fff;
}

.brand__products-mobile{
    display: none;
}

.brand__products-content{
    display: flex;
    align-items: center;

    gap: 30px;

    margin-bottom: 60px;
}

.brand__products-content div{
    width: 30%;
}

.brand__products-content p{
    width: 70%;
    margin-bottom: 0;
}

.brand__products-img{
    width: 100%;
    height: auto;
}

.brand__products{
    margin-bottom: 120px;
}

.brand__discover{
    position: relative;

    height: 270px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    color: white;

    margin-bottom: 120px;
}

.brand__discover:before{
    content: '';

    position: absolute;

    background: url(/local/templates/milana2024/assets/css/../images/bgbrand.jpg);
    background-size: cover;
    background-position: center;

    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 100vw;
    height: 100%;

    z-index: -1;
}



.brand__presence-mobile{
    display: none;
}

.brand__presence-content{
    display: flex;
    align-items: center;

    gap: 30px;

    margin-bottom: 60px;
}

.brand__presence-content div{
    width: 40%;
}

.brand__presence-content p{
    width: 60%;
    margin-bottom: 0;
}

.brand__presence-img{
    width: 100%;
    height: auto;
}

.brand__presence{
    margin-bottom: 120px;
}

@media (max-width: 1399px) {
    .brand__title{
        font-size: 28px;
    }
}

@media(max-width: 1199px){
    .brand__header-left{
        width: 70%;
    }

    .brand__philosophy-items{
        width: 100%;
    }

    .brand__principle{
        flex-direction: column-reverse;
    }

    .brand__principle-title, .brand__principle-items{
        width: 100%;
    }
}

@media(max-width: 991px){
    .brand__philosophy-img{
        height: 200px;
    }

    .brand__philosophy-img p{
        font-size: 18px;
    }

    .brand__products-content, .brand__creator, .brand__presence-content{
        flex-direction: column;
    }

    .brand__creator-text, .brand__creator-title, .brand__products-content p, .brand__products-content div, .brand__presence-content div, .brand__presence-content p{
        width: 100%;
    }

    .brand__creator, .brand__presence-content{
        gap: 10px;
    }

    .brand__title br{
        display: none;
    }
}

@media(max-width: 767px){
    .brand__header-left{
        width: 100%;
    }

    .brand__header-right{
        display: none;
    }

    .brand__header-title{
        margin-bottom: 0;
    }

    .brand__header{
        margin-bottom: 60px;
    }

    .brand__philosophy-items{
        flex-direction: column;
    }

    .brand__principle-items{
        flex-direction: column;
        gap: 50px;
    }

    .brand__philosophy{
        height: 760px;
    }

    .brand__discover{
        flex-direction: column;
        justify-content: center;
        align-items: unset;
        gap: 10px;
    }

    .brand__title{
        font-size: 24px;
    }

}

@media(max-width: 575px){
    .brand__philosophy:before{
        display: none;
    }


    .brand__philosophy-title{
        color: black;
        top: unset;
        right: unset;

        position: relative;
        transform: unset;

        margin-bottom: 30px;
    }

    .brand__philosophy-items{
        top: unset;
        padding: 0px;
    }
}

/* brand */
/* End */


/* Start:/local/templates/milana2024/components/bitrix/system.pagenavigation/.default/style.css?17399376561244*/
.pagination{
    display: flex;
    flex-direction: column;

    align-items: center;
    gap: 30px;

    margin-bottom: 60px;
}

.pagination__items{
    justify-content: center!important;
    display: flex;
}

.pagination__button {
    display: flex!important;
    width: fit-content;
}



.pagination__item.disabled {
    opacity: 0;
}

.pagination__item.active {
    z-index: 3;
    color: var(--color-black);
}

.pagination__item:not(:first-child){
    margin-left: 0;
}

.pagination__item:last-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.pagination__item {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;

    padding: 0 7px;

    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, .5);

    transition: var(--transition);
}

.pagination__item:hover {
    color: var(--color-black);
}

.pagination__arrow-next, .pagination__arrow-back{
    transition: var(--transition);

    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination__arrow-next:hover{
    transform: translateX(5px);
}

.pagination__arrow-back:hover{
    transform: translateX(-5px);
}
/* End */


/* Start:/local/templates/milana2024/components/bitrix/news.list/philanthropy/style.css?17401085121257*/
.philanthropy__items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.philanthropy__item{
    position: relative;

    margin-bottom: 60px;
}

.philanthropy__text span{
    margin-bottom: 20px;
    display: block;
}

.philanthropy__tags{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.philanthropy__tag{
    color: white;
    background-color: black;

    padding: 5px 10px;
}

.philanthropy__img{
    display: block;
}

.philanthropy__img img{
    object-fit: cover;
    height: 600px;
    width: 100%;
}

.philanthropy__date{
    position: absolute;

    font-size: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    top: 0;
    width: 100%;
    padding: 10px;

    background-color: rgba(128, 128, 128, 0.7);

    color: white;
    text-transform: uppercase;

    font-weight: 700;
}

@media(max-width: 1199px){
    .philanthropy__items{
        grid-template-columns: 1fr 1fr;
    }

    .philanthropy__img img{
        height: 500px;
    }

}

@media(max-width: 767px){
    .philanthropy__items{
        grid-template-columns: 1fr;
    }

    .philanthropy__img img{
        height: 500px;
    }
}
/* End */
/* /local/templates/milana2024/components/bitrix/menu/personal-new/style.css?17381582522244 */
/* /local/components/milana/company_about/templates/.default/style.css?173808507110845 */
/* /local/templates/milana2024/components/bitrix/system.pagenavigation/.default/style.css?17399376561244 */
/* /local/templates/milana2024/components/bitrix/news.list/philanthropy/style.css?17401085121257 */
