

/* Start:/local/templates/lawyer/css/akne.css?175103239139905*/
:root{
    --color_1: #0CBAAC;
    --color_1_1: #10B3A6;
    --color_1_2: #00AEA0;
    --color_2: #111111;
    --color_2_1: #000000;
    --color_3: #F4F4F4;
    --akne-radius: 30px;
    --akne-block-margin: 120px;
    --akne-block-margin-mob: 40px;
    --akne-subblock-margin: 60px;
}
@media(min-width: 992px){
    :root{
        --akne-radius: 20px;
    }
}
@media(min-width: 992px){
    .hide-desktop{
        display: none !important;
    }
}
@media(max-width: 992px){
    .hide-mobile{
        display: none !important;
    }
}
.akne-block--wrapper{
    margin-bottom: 120px;
}
.akne-block{
    max-width: 1420px !important;
}
.akne-h1{
    font-weight: 600;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--color_2);
    margin-bottom: 30px;
    max-width: 564px;
}

.akne-h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    color: var(--color_2);
    margin-bottom: 60px;
    max-width: 630px;
}
.akne-h2.center{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.akne-h1 .colored, .akne-h2 .colored, .colored{
    color: var(--color_1);
}
.akne-h2--benefits{
    max-width: 679px;
}
.akne-h2--wide{
    max-width: 916px;
}
.akne-h2--wide_full{
    max-width: 100%;
}
.akne-h2.left{
    text-align: left;
}
.akne-block .button-wrapper.center{
    display: flex;
    justify-content: center;
}
.akne-block h3{
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 0;
    color: var(--color_2);
    margin-bottom: 22px;
}
@media(max-width: 992px){
    .akne-h1{
        font-weight: 600;
        font-size: 48px;
        line-height: 100%;
        letter-spacing: -4%;
        margin-bottom: 16px;
        max-width: none;
    }
    .akne-h2{
        font-weight: 600;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 24px;
    }
    .akne-block--wrapper{
        margin-bottom: 60px;
    }
    .akne-block .button-wrapper.mob-center{
        display: flex;
        justify-content: center;
    }
    .akne-block h3{
        font-weight: 600;
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 22px;
    }

}
/*FONT FIX*/
.akne-block{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--color_2);
}
@media(max-width: 992px){
    .akne-block{
        font-size: 16px;
        line-height: 24px;
    }
}
/********************START AKNE BANNER*/

.akne-banner{
    display: flex;
    gap: 72px;
}
.akne-banner-col{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.akne-banner .text{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--color_2);
    margin-bottom: 60px;
    max-width: 488px;
}
.akne-banner .text.no-mrg{
    margin-bottom: 0;
}
.akne-banner .text p:last-child{
    margin-bottom: 0;
}
.akne-banner-col.akne-banner-col--image{
    width: 55%;
    position: relative;
    border-radius: var(--akne-radius);
    overflow: hidden;
}
.akne-banner-col.akne-banner-col--image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.akne-banner-col.akne-banner-col--text{
    width: 45%;
}
.akne-banner .icons-list{
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 35px;
    margin-bottom: 60px;
    max-width: 500px;
}
.akne-banner .icons-list .icons-list-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc( (100% - 30px) / 3 );
}
.akne-banner .icons-list .icons-list-item img{
    height: 80px;
    min-height: 80px;
}
.akne-banner .icons-list .icons-list-item svg{
    height: 80px;
    min-height: 80px;
}
.akne-banner .icons-list .icons-list-item .icon-description{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: var(--color_2);
    font-family: "MontserratMedium"
}
.button.akne-button{
    width: fit-content;
    padding: 12px 32px 12px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0;
}
.akne-banner .main-image-mob{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 350px;
    margin-bottom: 24px;
}
.akne-banner .main-image-mob img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 992px){
    .akne-banner{
        flex-direction: column;
    }
    .akne-banner-col.akne-banner-col--text, .akne-banner-col.akne-banner-col--image{
        width: 100%;
    }
    .akne-banner .text{
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        margin-bottom: 24px;
        max-width: none;
    }
    .akne-banner .icons-list{
        max-width: none;
        justify-content: center;
        flex-wrap: wrap;
        gap: 23px;
        margin-bottom: 40px;
    }
    .akne-banner .icons-list .icons-list-item{
        width: calc( (100% - 23px) / 2 );
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }
    .akne-banner .icons-list.wrap-mobile .icons-list-item{
        flex-wrap: wrap;
    }
    .akne-banner .icons-list.wrap-mobile-not-last .icons-list-item:last-child{
        flex-wrap: nowrap;
    }
    .akne-banner .icons-list .icons-list-item .icon-description{
        font-size: 16px;
    }
    .akne-banner .icons-list .icons-list-item img{
        height: 46px;
        min-height: 46px;
    }
    .akne-banner .icons-list .icons-list-item svg{
        height: 46px;
        min-height: 46px;
        min-width: 40px;
    }
    .button.akne-button{
        margin: 0 auto;
        padding: 10px 30px 10px 30px;
        font-size: 14px;
    }
}
@media(max-width: 576px){
    .akne-banner .main-image-mob{
        height: 223px;
    }
}
/********************END AKNE BANNER*/

.akne-sm-block{
    padding-left: 106px;
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
}
.akne-sm-block.no-image{
    padding-left: 0;
}
.akne-sm-block .akne-sm-block-img{
    position: relative;
    border-radius: var(--akne-radius);
    overflow: hidden;
    min-width: 286px;
    align-self: stretch;
    flex-shrink: 0;
}
.akne-sm-block .akne-sm-block-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.akne-sm-block .akne-sm-block-text{
    font-weight: 400;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 0;
    color: var(--color_2);
    text-align: justify;
}
.akne-sm-block.no-image .akne-sm-block-text{
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
}
.akne-sm-block.no-image.left .akne-sm-block-text{
    margin: 0;
    text-align: justify;
}
.akne-sm-block.akne-sm-block--alternate{
    padding-left: 0;
}
.akne-sm-block.akne-sm-block--alternate .akne-sm-block-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    max-width: 1035px;
}

.akne-md-block{
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
}
.akne-md-block__text-with-list{
    display: flex;
    flex-direction: column;
    padding: 30px;
    min-height: 320px;
    width: 70%;
    background: var(--color_3);
    border-radius: var(--akne-radius);
}
.akne-md-block.white .akne-md-block__text-with-list{
    padding: 0;
    background: #fff;
}
.akne-md-block__text-with-list .akne-h2{
    margin-bottom: 30px;
}

ul.akne-list{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    
    padding-left: 0;
    list-style-type: none;
    color: var(--color_2);
}

ul.akne-list li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
}
ul.akne-list li:last-child{
    margin-bottom: 0;
}
ul.akne-list li::before{
    position: absolute;
    top: 1px;
    left: 0;
    content: url('/upload/iblock/ecd/1v1qmnrsx1nxs43lws06pc407dsq7t7z.svg');
    line-height: 20px;
    width: 20px;
    height: 20px;
}

ul.akne-list.numeric{
    list-style: decimal;
}
ul.akne-list.numeric li{
    padding-left: 0;
    margin-left: 25px;
}
ul.akne-list.numeric li::before{
    display: none;
}
ul.akne-list.numeric li::marker{
    color: #00AEA0;
    font-weight: 600;
}


.akne-md-block_img--wrapper{
    width: 30%;
    position: relative;
    border-radius: var(--akne-radius);
    overflow: hidden;
}
.akne-md-block.akne-md-block--2-text{
}
.akne-md-block.akne-md-block--2-text .akne-h2{
    font-weight: 600;
    font-size: 27px;
    line-height: 120%;
    
    max-width: 100%;
    text-align: justify;
}
.akne-md-block.akne-md-block--2-text .akne-md-block__text-with-list{
    width: 100%;
}
.akne-md-block_dop-text{
    min-width: 323px;
    max-width: 323px;
    padding: 30px 32px 30px 30px;
    position: relative;
    border-radius: var(--akne-radius);
    background: #10B3A63D;
    overflow: hidden;
    color: #111111;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    word-wrap: break-word;
}
.akne-md-block_img--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.akne-aftertext{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--color_2);
    max-width: 1032px;
    text-align: justify;
}

.akne-md-block--2-text .akne-list{
    padding-bottom: 40px;
}
@media(max-width: 992px){
    .akne-sm-block{
        padding-left: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .akne-sm-block.sm-margin{
        margin-bottom: 40px;
    }
    .akne-md-block--2-text .akne-list{
        padding-bottom: 0px;
    }
    .akne-sm-block .akne-sm-block-text{
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
    .akne-sm-block.no-image.left .akne-sm-block-text{
        text-align: center;
    }
    .akne-sm-block .akne-sm-block-img{
        min-width: 257px;
        height: 189px;
        align-self: auto;
    }
    .akne-sm-block.akne-sm-block--alternate .akne-sm-block-text{
        font-size: 16px;
        line-height: 24px;
    }
    .akne-sm-block.akne-sm-block--alternate .akne-sm-block-img{
        width: 100%;
    }
    .akne-md-block{
        padding: 24px 30px;
        margin-bottom: 40px;
        gap: 8px;
        background: var(--color_3);
        flex-direction: column;
        border-radius: 20px;
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
    .akne-md-block__text-with-list{
        width: 100%;
        padding: 0;
        background: none;
        min-height: unset;
    }
    .akne-md-block.white{
        padding: 0 30px 0 30px;
        background: #fff;
    }
    .akne-md-block__text-with-list .akne-h2{
        margin-bottom: 16px;
    }
    .akne-md-block.akne-md-block--2-text .akne-h2{
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }
    .akne-md-block.akne-md-block--2-text{
        margin-bottom: 24px;
    }
    .akne-md-block_dop-text{
        min-width: auto;
        max-width: none;
        width: auto;
        margin-bottom: 60px;
        padding: 24px 30px;
        margin-left: -30px !important;
        margin-right: -30px !important;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        border-radius: 20px;
    }
    ul.akne-list{
        font-size: 16px;
        line-height: 20px;
    }
    ul.akne-list li{
        margin-bottom: 16px;
    }
    ul.akne-list li::before{
        top: -1px;
    }
    ul.akne-list.numeric li{
        margin-left: 20px;
    }
    .akne-md-block ul.akne-list{
        margin-bottom: 18px;
    }
    .akne-md-block_img--wrapper{
        width: 100%;
        height: 192px;
    }
    .akne-aftertext{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

.akne-2cols-block{
    margin-bottom: 60px;
}

.akne-2cols-block-list{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 60px;
}

.akne-2cols-block-list-item{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: calc((100% - 32px) / 2);
}
.akne-2cols-block-list-item:nth-child(2n) .img--wrapper{
    order: 1;
}

.akne-2cols-block-list-item .img--wrapper{
    position: relative;
    border-radius: var(--akne-radius);
    overflow: hidden;
    min-height: 482px;
    height: 100%;
}
.akne-2cols-block-list-item .img--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.akne-2cols-block-list-item .text{
    padding: 30px;
    border-radius: var(--akne-radius);
    background: var(--color_3);
    color: var(--color_2);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: justify;
}

.akne-2cols-block-list--single-item .akne-2cols-block-list-item{
    width: 100%;
    flex-direction: row;
}
.akne-2cols-block-list--single-item .img--wrapper{
    width: 100%;
    order: 1;
}
.akne-2cols-block-list--single-item .text{
    width: 100%;
}

.akne-2cols-block .button-wrapper{
    text-align: center;
}

@media(max-width: 992px){
    .akne-2cols-block-list{
        gap: 24px;
    }
    .akne-2cols-block-list-item{
        width: 100%;
        gap: 16px;
    }
    .akne-2cols-block-list--single-item .akne-2cols-block-list-item{
        flex-direction: column;
    }
    .akne-2cols-block-list--single-item .img--wrapper{
        order: unset;
    }
    .akne-2cols-block-list-item:nth-child(2n) .img--wrapper{
        order: unset;
    }
    .akne-2cols-block-list-item .img--wrapper{
        min-height: 290px;
        height: 290px;
    }
    .akne-2cols-block-list-item .text{
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -2%;
        padding: 16px;
    }
}


.akne-steps{
    margin-bottom: 60px;
}
.akne-steps-list{
    display: flex;
    gap: 32px;
}
.akne-steps-list-item{
    display: flex;
    flex-direction: column;
}
.akne-steps-list-item:nth-child(3n + 1), .akne-steps-list-item:nth-child(3n + 3){
    width: calc(241 / 859 * 100%);
}
.akne-steps-list-item:nth-child(3n + 2) {
    width: calc(313 / 859 * 100%);
}

.akne-steps-list-item .number{
    font-weight: 700;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--color_1);
    margin-bottom: 20px;
}
.akne-steps-list-item .title{
    font-weight: 600;
    font-size: 27px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--color_2);
    margin-bottom: 40px;
}
.akne-steps-list-item .text{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--color_2);
}

@media(max-width: 992px){
    .akne-steps{
        margin-bottom: 40px;
    }
    .akne-steps-list{
        flex-direction: column;
    }
    .akne-steps-list-item:nth-child(3n + 1), .akne-steps-list-item:nth-child(3n + 2), .akne-steps-list-item:nth-child(3n + 3){
        width: 100%;
    }
    .akne-steps-list-item .number{
        font-size: 48px;
        margin-bottom: 16px;
    }
    .akne-steps-list-item .title{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .akne-steps-list-item .text{
        font-size: 14px;
        line-height: 18px;
    }
}

.akne-methods{
}
.akne-methods-list{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.akne-methods-list-item{
    border-radius: 20px;
    overflow: hidden;
    width: calc( (100% - 64px) / 3);
    align-self: stretch;
}
.akne-methods-list-item .img--wrapper{
    display: block;
    position: relative;
    height: 261px;
    min-height: 261px;
}
.akne-methods-list-item .img--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.akne-methods-list-item_text{
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: var(--color_3);
    height: 100%;
    min-height: 112px;
}
.akne-methods-list-item .title{
    font-weight: 600;
    font-size: 27px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--color_2);
    margin-bottom: 20px;
    text-decoration: none;
}
.akne-methods-list-item .title:hover{
    color: var(--color_1);
}
.akne-methods-list-item div.title:hover{
    color: var(--color_2);
}
.akne-methods-list-item .text{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--color_2);
    text-align: justify;
    text-wrap: balance;
}
.akne-methods-list-item .text.left{
    text-align: left;
}
.akne-methods-list-item .text.center{
    text-align: center;
}
.akne-methods-list-item .text.justify{
    text-align: justify;
}

@media(max-width: 992px){
    .akne-methods-list{
        gap: 16px;
    }
    .akne-methods-list-item{
        width: 100%;
    }
    .akne-methods-list-item .img--wrapper{
        height: 180px;
        min-height: 180px;
    }
    .akne-methods-list-item_text{
        height: auto;
        min-height: auto;
        padding: 16px;
    }
    .akne-methods-list-item .title{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .akne-methods-list-item .text{
        font-size: 14px;
        line-height: 18px;
    }
}

.akne-therapy{
    margin-bottom: 60px;
}
.akne-therapy-list{
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.akne-therapy-list-item{
    display: flex;
}

.akne-therapy-list-item .img--wrapper{
}
.akne-therapy-list-item .img--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.akne-therapy-list-item .text p:last-child{
    margin-bottom: 0;
}
.akne-therapy-list-item:nth-child(2n+1){
    width: calc(32% - 16px);
    flex-direction: column;
}
.akne-therapy-list-item:nth-child(2n+1) .text{
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0;
    color: var(--color_1_1);
    margin-bottom: 32px;
}
.akne-therapy-list-item:nth-child(2n+1) .img--wrapper{
    order: 1;
    position: relative;
    height: 100%;
    min-height: 279px;
    border-radius: var(--akne-radius);
    overflow: hidden;
}

.akne-therapy-list-item:nth-child(2n){
    width: calc(68% - 16px);
    flex-direction: row;
}
.akne-therapy-list-item:nth-child(2n) .text--wrapper{
    font-family: 'MontserratMedium';
    order: 1;
    width: calc(50% + 102px);
    margin-left: -102px;
    position: relative;
    z-index: 1;
}
.akne-therapy-list-item:nth-child(2n) .text{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    background: var(--color_1_2);
    padding: 30px;
    border-radius: var(--akne-radius);
    height: 100%;
    text-align: justify;
}
.akne-therapy-list-item:nth-child(2n) .img--wrapper{
    width: 50%;
    position: relative;
    border-radius: var(--akne-radius);
    overflow: hidden;
    height: 100%;
}
.akne-therapy-list-item:nth-child(2n) .img--wrapper img{
}

@media(max-width: 992px){
    .akne-therapy-list{
        flex-direction: column;
        gap: 60px;
    }
    .akne-therapy-list-item:nth-child(2n+1){
        width: 100%;
    }
    .akne-therapy-list-item:nth-child(2n+1) .text{
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 16px;
    }
    .akne-therapy-list-item:nth-child(2n+1) .img--wrapper{
        height: 190px;
        min-height: 190px;
        border-radius: 20px;
    }
    .akne-therapy-list-item:nth-child(2n){
        width: calc(100% + 60px);
        flex-direction: column;
        gap: 16px;
        border-radius: var(--akne-radius);
        background: var(--color_1_2);
        padding: 24px 30px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .akne-therapy-list-item:nth-child(2n) .text--wrapper{
        margin-left: 0;
        width: 100%;
    }
    .akne-therapy-list-item:nth-child(2n) .text{
        margin-bottom: 0;
        background: none;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .akne-therapy-list-item:nth-child(2n) .img--wrapper{
        height: 200px;
        min-height: 200px;
        border-radius: 20px;
        width: 100%;
    }
}

.akne-block .spec-block{
    padding-bottom: 0px;
}
.spec-block--akne .spec-block-img{
    filter: none;
}
.spec-block--akne .spec-block-link{
    height: 286px;
}
.akne-block .spec-block-link:hover::after{
    opacity: 0.5;
}
.akne-block .spec-block-link::before{
    background: none
}
.spec-block--akne .spec-block-inner{
    margin-bottom: 60px;
}
.spec-block.spec--akne{
    padding-bottom: 120px;
}
.spec--akne .spec-block-inner{
    margin-bottom: 0;
}
.spec--akne .panel{
    margin-bottom: 60px;
}
@media(max-width: 992px){
    .spec--akne h2{
        font-weight: 600;
        font-size: 30px;
        line-height: 36px;
    }
    .spec--akne .panel {
      margin-bottom: 24px;
    }
    .spec-block.spec--akne{
        padding-bottom: 60px;
    }
}
.akne-results-slider-text{
    padding: 20px 0 20px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: var(--color6);
}
@media(max-width: 576px){
    .akne-results-slider .swiper-slide:not(.swiper-slide-active){
        opacity: 0.5;
    }
}
.akne-consultation{
    display: flex;
    gap: 32px;
}
.akne-consultation--expadding{
    padding-top: 50px;
}
.akne-consultation .akne-h2{
    max-width: 530px;
}
.akne-consultation-col{
    display: flex;
}
.akne-consultation-col.akne-consultation-col--text{
    width: 100%;
    flex-direction: column;
    padding-top: 27px;
}
.akne-consultation-col .call-block{
    height: 100%;
    display: flex;
    gap: 63px;
}
.akne-consultation-col .links{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.akne-consultation-col .links .akne-button{
}
.akne-consultation-col .image--wrapper{
    width: 100%;
    position: relative;
    border-radius: var(--akne-radius);
    overflow: hidden;
    height: 100%;
}
.akne-consultation-col .image--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.akne-consultation-col.akne-consultation-col--image-list{
    width: 100%;
    min-height: 420px;
    height: 420px;
    display: flex;
    gap: 32px;
}
.akne-consultation-col--image-list .image-list-item-col{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.akne-consultation-col--image-list .image-list-item{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.akne-consultation-col--image-list .image-list-item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 992px){
    .akne-consultation--expadding{
        padding-top: 0;
    }
    .akne-consultation{
        flex-direction: column;
        gap: 40px;
    }
    .akne-consultation .akne-h2{
        max-width: 350px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .akne-consultation-col .call-block{
        display: flex;
        justify-content: center;
        gap: 0;
    }
    .akne-consultation-col .call-block .links{
        gap: 18px;
    }
    .akne-consultation-col.akne-consultation-col--text{
        padding-top: 0;
    }
    .akne-consultation-col.akne-consultation-col--image-list{
        gap: 20px;
        height: 341px;
        min-height: 341px;
    }
    .akne-consultation-col--image-list .image-list-item.mob_3_5{
        height: 60%;
    }
    .akne-consultation-col--image-list .image-list-item.mob_2_5{
        height: 40%;
    }
}

.akne-sm-block.akne-sm-block--footer{
    align-items: center;
    flex-direction: column;
}
.akne-sm-block.akne-sm-block--footer .akne-sm-block-text{
    max-width: 1028px;
}
.akne-sm-block.akne-sm-block--footer .akne-sm-block-text p{
    margin-bottom: 0;
}
.akne-sm-block.akne-sm-block--footer .akne-sm-block-text.akne-sm-block-text--detail{
    font-weight: 600;
}
/*START AKNE DETAIL*/

/**************START AKNE DETAIL UTP*/
.akne-banner.akne-banner--utp{
    gap: 32px;
}
.akne-banner--utp .akne-h1{
    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0;
    max-width: 100%;
}
.akne-banner.akne-banner--utp .text{
    margin-bottom: 30px;
    text-align: justify;
}
.akne-banner--utp .akne-banner-col.akne-banner-col--text{
    background: #F4F4F4;
    border-radius: var(--akne-radius);
    padding: 20px;
    width: 100%;
}
.akne-banner--utp.akne-banner--white .akne-banner-col.akne-banner-col--text{
    background: #fff;
    padding: 0;
}
.akne-banner--white .akne-h1{
    font-size: 64px;
    line-height: 72px;
}
.akne-banner--utp.akne-banner--white .text{
    margin-bottom: 60px;
    line-height: 120%;
}
.akne-banner--utp .akne-banner-col.akne-banner-col--image{
    width: 100%;
}
.akne-banner--utp .benefits-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 371px;
    margin-bottom: 60px;
}
.akne-banner--utp .benefits-list-item{
    display: flex;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--color_2_1);
    padding-bottom: 15px;
}
.akne-banner--utp .benefits-list-item .counter{
    padding-right: 10px;
    width: 38px;
}
.akne-banner--utp .benefits-list-item::after{
    position: absolute;
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--color_2);
}

@media(max-width: 992px){
    .akne-banner.akne-banner--utp{
        background: #F4F4F4;
        border-radius: var(--akne-radius);
        padding: 12px 30px 24px 30px;
        margin-left: -30px;
        margin-right: -30px;
        gap: 0;
    }
    .akne-banner.akne-banner--utp.akne-banner--white{
        background: #fff;
        padding: 0 30px 0 30px;
    }
    .akne-banner--utp .akne-banner-col.akne-banner-col--text{
        padding: 0;
    }
    .akne-banner--utp .akne-h1{
        font-weight: 600;
        font-size: 31px;
        line-height: 37px;
        letter-spacing: 0;
        word-wrap: break-word;
    }
    .akne-banner.akne-banner--utp .text{
        margin-bottom: 24px;
    }
    .akne-banner--utp .benefits-list{
        max-width: 100%;
        gap: 10px;
        margin-bottom: 24px;
    }
    .akne-banner--utp .benefits-list-item{
        font-size: 18px;
    }
    .akne-banner--utp .akne-banner-col.akne-banner-col--image{
        height: 223px;
        margin-bottom: 40px;
    }
}
/**************END AKNE DETAIL UTP*/

/**************START AKNE DETAIL VIDEO*/
.akne-banner--video{
    gap: 32px;
}
.akne-banner--video .akne-h2{
    max-width: 300px;
}
.akne-banner--video .akne-h2.akne-h2--wide_full{
    max-width: 100%;
}
.akne-banner-col--image_video img{
    filter: brightness(70%);
    transition: filter 0.3s;
}
.akne-banner-col--image_video img:hover{
    filter: brightness(100%);
}
.akne-banner-col--image_video .video-icon{
    position: absolute;
    z-index: 1;
    right: 40px;
    bottom: 40px;
}
.akne-banner--video .akne-banner-col.akne-banner-col--text{
    width: 100%;
}
.akne-banner--video .akne-banner-col.akne-banner-col--image_video{
    width: 100%;
    max-height: 703px;
}
.akne-banner--video .text{
    padding-left: 106px;
    max-width: 100%;
    text-align: justify;

    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
}
.akne-banner--video .text.justify{
    text-align: justify;
}
.akne-banner--video .text-after{
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--color_2);
    text-align: justify;
    margin-bottom: 18px;
}

@media(max-width: 992px){
    .akne-banner--video{
        gap: 0;
    }
    .akne-banner--video .akne-banner-col.akne-banner-col--image_video{
        height: 400px;
        margin-bottom: 24px;
    }
    .akne-banner--video .text{
        padding-left: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        text-align: left;
    }
    .akne-banner--video .text.justify{
        text-align: justify;
    }
    .akne-banner--video .text-after{
        font-size: 18px;
        margin-bottom: 0;
        text-align: left;
    }
}
/**************END AKNE DETAIL VIDEO*/

/**************START AKNE RESULTS SM*/
.akne-results-sm-block{
    display: flex;
    gap: 138px;
}
.akne-results-sm-block-col--text{
    width: 286px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.akne-results-sm-block-col--text .img--wrapper{
    height: 221px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.akne-results-sm-block-col--text .img--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.akne-results-sm-block-col--text .text{
    color: var(--color_2);
    font-weight: 500;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 60px 30px;
    background: #10B3A63D;
    border-radius: 36px;
}
.akne-results-sm-block-col--image{
    width: 604px;
}
.akne-results-sm-block-col--image .img--wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
}
.akne-results-sm-block-col--image .img--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 992px){
    .akne-results-sm-block{
        gap: 20px;
        flex-direction: column;
    }
    .akne-results-sm-block-col--text{
        gap: 20px;
        flex-direction: row;
    }
    .akne-results-sm-block-col--text .img--wrapper{
        width: 100%;
        min-height: 200px;
        height: 200px;
    }
    .akne-results-sm-block-col--text{
        width: 100%;
    }
    .akne-results-sm-block-col--text .text{
        border-radius: 20px;
        width: 100%;
        padding: 16px 16px 30px 16px;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
    }
    .akne-results-sm-block-col--image{
        height: 350px;
        width: 100%;
    }
}
/**************END AKNE RESULTS SM*/

/**************START AKNE BENEFITS DETAIL*/
.akne-steps--detail{
}
.akne-steps--detail .akne-steps-list{
    flex-wrap: wrap;
}
.akne-steps--detail .akne-h2{
    margin-bottom: 20px;
}
.akne-steps--detail .img--wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    max-width: 286px;
}
.akne-steps--detail .img--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.akne-steps--detail .akne-steps-list-item .title{
    margin-bottom: 20px;
}

@media(max-width: 992px){
    .akne-steps--detail .img--wrapper{
        max-width: 100%;
        height: 112px;
    }
    .akne-steps--detail .akne-steps-list-item .title{
        margin-bottom: 12px;
    }
}
/**************END AKNE BENEFITS DETAIL*/

/**************START AKNE BENEFITS DETAIL*/
.akne-methods--detail{
    margin-bottom: 60px;
}
.akne-methods--detail .title{
    margin-bottom: 0;
}
.akne-methods--detail .akne-methods-list-item:nth-child(4n), .akne-methods--detail .akne-methods-list-item:nth-child(5n){
    width: calc( (100% - 32px) / 2);
}
.akne-methods--with-description .akne-methods-list{
    margin-bottom: 60px;
}
@media(max-width: 992px){
    .akne-methods--detail .akne-methods-list-item:nth-child(4n), .akne-methods--detail .akne-methods-list-item:nth-child(5n){
        width: 100%;
    }
}
/**************END AKNE BENEFITS DETAIL*/

/**************START AKNE PRICE LIST*/
.akne-price-list{
    display: flex;
    flex-direction: column;
}
.akne-price-list-item{
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding: 0 30px;
    border-radius: 20px;
}
.akne-price-list-item:nth-child(2n+2){
    background: #F4F4F4;
}
.akne-price-list-item p{
    margin-bottom: 0;
    color: var(--color_2);
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 0;
}
@media(max-width: 992px){
    .akne-price-list{
        margin: 0 -30px;
    }
    .akne-price-list-item{
        flex-direction: column;
        justify-content: flex-start;
        gap: 8px;
        padding: 12px 30px;
    }
    .akne-price-list-item p{
        font-size: 18px;
        line-height: 100%;
        text-wrap: balance;
    }
    .akne-price-list-item p.price{
        font-weight: 600;
        line-height: 30px;
    }
}
/**************END AKNE PRICE LIST*/

/**************START SAFETY BLOCK*/
.safety-block{
    display: flex;
    gap: 32px;
}
.safety-block-item{
    border-radius: var(--akne-radius);
    width: 100%;
}
.safety-block-item.img--wrapper{
    position: relative;
    overflow: hidden;
}
.safety-block-item.img--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.safety-block-item.text{
    padding: 30px 30px 40px 30px;
    background: #00AEA0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #fff;
}
@media(max-width: 992px){
    .safety-block{
        flex-direction: column;
        gap: 24px;
    }
    .safety-block-item{
        border-radius: 20px;
    }
    .safety-block-item.img--wrapper{
        height: 213px;
    }
    .safety-block-item.text{
        margin: 0 -30px;
        padding: 24px 30px 24px 30px;
        width: auto;
        font-size: 14px;
        line-height: 18px;
    }
}
/**************END SAFETY BLOCK*/

/**************START HOW_IT BLOCK*/
.how-it-works{
    display: flex;
    gap: 33px;
}
.how-it-works-item{
    width: 100%;
}
.how-it-works-item:not(.with-title){
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 646px;
}
.how-it-works-item.with-title{
    display: flex;
    flex-direction: column;
    min-width: 323px;
    max-width: 323px;
}
.how-it-works-item .akne-h2{

}
.how-it-works-item .img-sm--wrapper{
    height: 271px;
    position: relative;
    overflow: hidden;
    border-radius: var(--akne-radius);
}
.how-it-works-item .img-sm--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.how-it-works-item .big-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
    transition: filter 0.3s;
    z-index: 0;
}
.how-it-works-item:hover .big-img{
  filter: brightness(100%);
}
.how-it-works-item .video-icon{
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}
@media(max-width: 992px){
    .how-it-works{
        gap: 16px;
        flex-direction: column;
    }
    .how-it-works-item .img-sm--wrapper{
        border-radius: 20px;
        height: 189px;
    }
    .how-it-works-item .video-icon{
        width: 72px;
        height: 72px;
    }
    .how-it-works-item.with-title{
        min-width: auto;
        max-width: none;
        width: 75%;
    }
    .how-it-works-item:not(.with-title){
        height: 400px;
    }
}
/**************END HOW_IT BLOCK*/

/**************START methods-list.alternate*/
.akne-methods-list.alternate .akne-methods-list-item:nth-child(7n+3),
.akne-methods-list.alternate .akne-methods-list-item:nth-child(7n+4),
.akne-methods-list.alternate .akne-methods-list-item:nth-child(7n+5) {
  width: calc((100% - 64px) / 3);
}
.akne-methods-list.alternate .akne-methods-list-item:nth-child(7n+1),
.akne-methods-list.alternate .akne-methods-list-item:nth-child(7n+2),
.akne-methods-list.alternate .akne-methods-list-item:nth-child(7n+6),
.akne-methods-list.alternate .akne-methods-list-item:nth-child(7n+7) {
  width: calc((100% - 32px) / 2);
}
@media(max-width: 992px){
    .akne-methods-list.alternate .akne-methods-list-item{
        width: 100% !important;
    }
}
/**************END methods-list.alternate*/

.akne-sm-block.akne-sm-block--footer .akne-sm-block-text.akne-sm-block-text--detail.regular{
    font-weight: 400;
    font-size: 27px;
    line-height: 36px;
    text-align: justify;
}
.akne-sm-block.no-image .akne-sm-block-text.akne-sm-block-text--detail.left{
    margin: 0 auto 0 0 !important;
}
@media(max-width: 992px){
    .akne-sm-block.akne-sm-block--footer.sm-margin.no-image{
        gap: 40px;
    }
    .akne-sm-block.akne-sm-block--footer .akne-sm-block-text.akne-sm-block-text--detail.regular{
        font-size: 18px;
        line-height: 24px;
    }
}
.akne-banner .text{
    max-width: 584px;
}

.services-block.services-block--akne, .projects-block.projects-block--akne{
    padding-bottom: 120px;
}
@media(max-width: 992px){
    .services-block.services-block--akne, .projects-block.projects-block--akne{
        padding-bottom: 60px;
    }
}

/*font fix*/
@media(max-width:992px){
    .akne-banner .text, .akne-sm-block.akne-sm-block--alternate .akne-sm-block-text, .akne-sm-block .akne-sm-block-text, ul.akne-list, .akne-block{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .akne-sm-block.akne-sm-block--footer .akne-sm-block-text.akne-sm-block-text--detail.regular{
        font-size: 14px;
        line-height: 20px;
    }
    /*
    .akne-price-list-item p{
        font-size: 14px;
        line-height: 20px;
    }
    */
}

.arbitrary-text{
    display: flex;
    gap: 30px;
    margin-bottom: 22px;
}

.arbitrary-text_img--wrapper{
    position: relative;
    border-radius: var(--akne-radius);
    overflow: hidden;
    min-height: 250px;
    height: 100%;
    width: 400px;
    min-width: 400px;
}
.arbitrary-text_img--wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:992px){
    .arbitrary-text{
        flex-direction: column;
    }
    .arbitrary-text_img--wrapper{
        width: 100%;
        min-height: 200px;
    }
}
/* End */
/* /local/templates/lawyer/css/akne.css?175103239139905 */
