@font-face {
font-family: "Angry";
    src: url("/fonts/Angry.otf") format("opentype");
}

html,body{
    margin: 0;
    padding: 0;
}

*{
    color: rgba(51, 51, 51, 1);
    font-family: Inter;
}
.block{
    width: 100%;
}
.header.block{    
    background: rgba(255, 255, 255, 1);
}

.container{
    margin: auto;
    max-width: 1163px;
}

.h-title{
    color: rgba(51, 51, 51, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    padding-left: 20px;
   
    
}

.header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}

.h-city-selector{
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 0px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.h-city-selector img,
.h-city-selector span{   
    vertical-align: middle;
}

.h-city-selector span{
    font-size: 14px;
    margin-left: 6px;
}



.gray-border-input img,.gray-border-input input{
    vertical-align: middle;
}


.content.block{
    background: var(--bg-color);
    padding-top: 30px;
    padding-bottom: 80px;
}


.hss-label span{
    font-family: Unbounded;
    font-weight: 700;
    font-size: 42px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
}

.hss-black-button{
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0%;
    background: rgba(51, 51, 51, 1);
    max-width: 399px;
    width: 100%;
    border-radius: 8px;
    padding-top: 17px;
    padding-right: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.hss-label img{
    vertical-align: middle;
}



.tips-label{
    background: var(--tips-label-bg);   
    border-radius: 8px;
    padding: 29px 26px;
}

.tips-label img {
    float: left;
}

.tips-label .tl-text{
    font-size: 16px;
    margin-left: 36px;
}


.hs-slide-row .tips-label{
    margin-right: 22px;
}

.il-header{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.il-title{
    font-family: Angry;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}


.ili-detail-button.red-button {
    margin-top: 15px;
}


.ili-img{
    width: 100%;
    height: 201px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;

}

.ili-img img{
    height: 100%;
}


.il-list{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.il-item {
    flex: 1 1 calc((100% / 3) - 28px);
    max-width: 378px;
    width: calc((100% / 3) - 28px);
}


.ili-last-date-label span{
    color: rgba(224, 224, 224, 1);
    margin-left: 12px;
    font-size: 14px;
}

.ili-alert-label {
    margin-top: 12px;
    display: flex;
    gap: 4px;
}

.ili-person-title{
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.il-item.il-item-wide-2{
    flex: 1 1 calc((100% / 2) - 14px);
    max-width: 770px;
}

.il-item.il-item-wide-2 .ili-img{
    height: 301px;
    position: relative;
}

.il-item.il-item-wide-2 .ili-img img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.il-item.il-item-wide-2 .ili-row-wrap{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    height: 28px;
}

.il-item.il-item-wide-2 .ili-row-wrap .ili-last-date-label,
.il-item.il-item-wide-2 .ili-row-wrap .ili-alert-label{
    margin-top:0px;
}

.ili-last-date-label.ili-last-date-label-w {
    display: none;
}

.il-item.il-item-wide-2 .ili-last-date-label{
    display: none;
}

.il-item.il-item-wide-2 .ili-last-date-label.ili-last-date-label-w{
    display: block;
}

.il-item.il-item-wide-2 .ili-pt-name{
    max-width: 100%;;
}

.il-item.il-item-wide-2 .ili-comment{
    margin-top: 10px;
    height: 34px;
    -webkit-line-clamp: 2;
}

.item-list-wrap.item-list-wrap-home{
    margin-bottom: 86px;
}

.a-title{
    font-family: Angry;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 29px;
}

.al-item{
    border: 1px solid rgba(189, 189, 189, 1);
    justify-content: space-between;
    border-radius: 16px;
    padding: 22px 27px;
}

.al-item+.al-item{
    margin-top: 10px;
}

.al-item span{
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: rgba(51, 51, 51, 1);
}

.al-item-label{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acordion.acordion-home{
    margin-bottom: 80px;
}

.footer .container{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .container a,.footer .container span{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

.footer .container a{
    text-decoration: none;
}

.item-list-wrap-list .il-list{
    margin-bottom: 50px;
}

.lip-item{
    width: 40px;
    height: 40px;   
    line-height: 40px; 
    text-align: center;
    text-decoration: none;
}

.il-paginator{
    display: flex;
    gap: 6px;
}


.last-master-review.border-radius-wrap{
    display: block;
}

.border-radius-wrap{

}

.mi-photo{
    max-width: 360px;
    border-radius: 8px;
    overflow: hidden;
}

.mi-photo img{
    width: 100%;
}

.mi-photo{
    position: relative;
}

.mi-photo .ili-img-gray-label{
}


.border-radius-wrap{
    display: flex;
    gap: 27px;
}


.mii-list-items .miili-list li+li{
    margin-top:8px;
}

ul.miili-list {
    margin: 0;
    padding: 0;
    margin-left: 30px;
}


.gray-border-empty-button{
    color: rgba(189, 189, 189, 1);
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    max-width: 239px;
    border: 1px solid rgba(189, 189, 189, 1);
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.mii-buttons-wrap{
    display: flex;
    gap: 21px;
    align-items: center;
}


.content-one.block .container{
   padding-top: 54px;
}

.mii-share-link span{
    color: rgba(130, 130, 130, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-left: 10px;
}

.mii-share-link{
    display: flex;
    align-items: center;
    float: right;
    text-decoration: none;
}




.lmr-sub-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0%;
    color: rgba(189, 189, 189, 1);    
    margin-bottom: 16px;
}


.param-label{
    color: rgba(189, 189, 189, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}



.lmr-footer{
    display: flex;
    gap: 27px;
    flex-direction: row;
}

.lmr-bg-img{
    position: absolute;
    right: 23px;
    bottom: 23px;
}

.g-title{
    margin-bottom: 36px;
    font-family: Angry;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}

.g-photo-item{
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.g-small-photo.g-photo-item img{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
}


.g-main-photo.g-photo-item img{
    height: 100%;
}

.g-list{
    display: flex;
}

.g-main-photo{
    width: 40%;
    
}

.g-small-photo-wrap{
    padding-left: 20px;
    width: 60%;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    text-align: right;
    justify-content: space-between;
}

.d-list-col {
    width: 50%;
    font-size: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.content-one .gallery{
    margin-bottom: 83px;
}

.d-title{
    font-family: Angry;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 17px;
}

.d-subtitle{
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(51, 51, 51, 1);
}

.d-list2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-one .documents{
    margin-bottom: 117px;
}

.il-title a{
    text-decoration: underline;
}

.item-list-wrap.item-list-wrap-one{
    padding-bottom: 146px;
}



.hs-slide-mobile-imgs{
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.footer .container a:last-of-type{
   padding-left: 20px;
   padding-right: 20px; 
}

.mii-row.mobile-share-link{
    display: none;
}

.mii-photo{
    display: none;
}

.mii-photo img{
    width: 100%;
}

.item-list-wrap.item-list-wrap-one .il-footer{
    display: none;
    margin-top: 24px;
}

.item-list-wrap .il-arrow-wrap{
    display: none;
}

.item-list-wrap.item-list-wrap-one .il-list{
    flex-wrap: nowrap;
    gap: 0;
}

.mi-info-wrap{
    width: 100%;
    max-width: 651px;
}

.master-info.border-radius-wrap .ili-alert-label{
    gap: 4px;
}

@media (max-width: 1186px) {
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media (max-width: 1000px) {
    .il-item,.il-item.il-item-wide-2 {
      /*  flex: 1 1 calc((100% / 3) - 28px);      
        width: calc((100% / 3) - 28px);
        max-width: 311px;*/
     
        width: calc((100% / 3) - 10px);
        max-width: 311px;
        flex: none;
    }
    .ili-img img,.il-item.il-item-wide-2 .ili-img img{
        height: auto;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .il-item.il-item-wide-2 .ili-img{
        width: 100%;
        height: 201px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

    .il-item.il-item-wide-2 .ili-row-wrap{
        height: auto;
        display: block;
        margin: 0;
    }
    
    .il-item.il-item-wide-2 .ili-last-date-label{
        display: block;
    }
    .il-item.il-item-wide-2 .ili-row-wrap .ili-last-date-label, .il-item.il-item-wide-2 .ili-row-wrap .ili-alert-label {
        margin-top: 12px;
    }

    .il-item.il-item-wide-2 .ili-last-date-label.ili-last-date-label-w{
        display: none;
    }

    .il-item.il-item-wide-2 .ili-comment {
        margin-top: 12px;
        height: 51px;
        -webkit-line-clamp: 3;
    }
    .il-item.il-item-wide-2 .ili-pt-name,.ili-pt-name {
        max-width: 100%;
        width: 100%;
        height: 46px;
    }
    .ili-person-title{
        display: block;
    }

    .ili-pt-date-birth {
       margin-top: 8px;
    }
    .ili-phone {
        margin-top: 8px;
    }

    .hss-label img{
        display: none;
    }

    .il-header {       
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .mii-phone{
        margin-top: 4px;
    }

    .mii-about {
      
        justify-content: space-between;
        margin-bottom: 29px;
        gap: 0px;
    }

    .mii-row{
        display: flex;
        align-items: flex-start;
    }

    .ili-alert-label {
        margin-top: 0px;
    }

    .item-list-wrap.item-list-wrap-one {
        padding-bottom: 43px;
    }

    .mii-title div{
       width: 100%;
       margin-left: 0px;
    }
    
    .mii-row--phone {
        display: block;
    }
}



@media (max-width: 830px) {
    .h-title{
        display: none;
    }
    
    .hss-label span{
        font-size: 24px;
    }
    
    .hs-slide-row:last-of-type {
        align-items: flex-end;
        margin-top: 20px;
    }
    
    .hss-label{
        max-width: 320px;
    }

    .hs-slide-row {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 12px;
    }
    .hss-label {
        font-size: 24px;
        max-width: 100%;
    }
    .home-slider .hss-black-button {
        flex: none;
        min-width: 268px;
        width: 100%;
        max-width: 100%;
    }

    .hs-slide-row .tips-label+img{
        display: none;
    }

    .hs-slide-mobile-imgs{
        display: flex;
        gap: 20px;
    }

    .hs-slide-mobile-img-item{
        overflow: hidden;
        border-radius: 10px;
        height: auto;
        width: 100%;
        height: 0px;
        padding-bottom: 60%;
        background-position: center center;
        background-size: cover;
    }

    .hs-slide-mobile-img-item:last-of-type{
        border-radius: 100%;
    }

    .hs-slide-mobile-img-item:first-of-type{
        width: 60%;
        padding-bottom: 36%;
    }

    .hs-slide-mobile-img-item img{
        width: 100%;
    }

    .tips-label {
      font-size: 12px;
    }

    .hs-slide-row:last-of-type {
        margin-top: 22px;
    }

    .hs-slide-row .tips-label {
        margin-right: 0px;
    }

    .home-slider {
        margin-bottom: 40px;
    }

    .il-item,.il-item.il-item-wide-2 {
       /* flex: 1 1 calc((100% / 2) - 28px);
        max-width: 382px;
        width: calc((100% / 2) - 28px);*/
        width: calc((100% / 2) - 10px);
        max-width: none;
        flex: none;
    }

    .ili-detail-button.red-button {
        max-width: none;
    }

    .content-one .documents {
        margin-bottom: 145px;
    }
   
    .mi-photo{
        display: none;
    }

    .mii-photo{
        display: block;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }
    
    .border-radius-wrap {
       padding: 20px;
    }

    .mii-row.mobile-share-link{
        display: block;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .mii-row.mobile-share-link .mii-share-link{
        display: block;
        float: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        margin-left: 4px;
        display: flex;
        align-items: center;
    }

    .mii-row{
        display: block;
        width: 100%;
    }

    .master-info .ial-text{
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
    }

    .mii-share-link{
        display: none;
    }

    .mii-row.mii-row--phone{
        display: flex        ;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 17px;
    }

    .mii-row.mii-row--phone div{
        font-size: 14px;
        color: rgba(245, 245, 245, 1);
        align-items: center;
        line-height: 1;
        vertical-align: middle;
        margin-top: 0;
    }

    .mii-worktype{
        font-size: 14px;
    }

    .mii-about{
        padding: 30px 20px;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    .mii-buttons-wrap{
        gap: 8px;
        display: flex;
        flex-direction: column;
    }

    .mii-buttons-wrap .red-button,
    .mii-buttons-wrap .gray-border-empty-button{
        padding-top: 14px;
        padding-bottom: 14px;
        max-width: none;
    }

    .mii-buttons-wrap .gray-border-empty-button{
        color: rgba(245, 245, 245, 1);
    }

    .last-master-review{
        margin-top: 29px;
    }

    .last-master-review.border-radius-wrap{
        padding: 41px 36px;
    }

    .lmr-title{
        font-size: 18px;
        line-height: 140%;
    }

    .lmr-text{
        padding-right:0px;
        line-height: 140%;
    }

    

    .lmr-bg-img {
        bottom: 41px;
    }

    .last-master-review{
        margin-bottom: 70px;
    }

    .g-main-photo {
        width: 40%;
    }

    .g-list {   
        flex-direction: column;
    }

    .g-main-photo.g-photo-item img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        height: auto;
    }

    .g-main-photo.g-photo-item{
        height: 225px;
        position: relative;
        width: 100%;
    }

    .g-small-photo-wrap {
        padding-left: 0px;
        padding-top: 12px;
        gap: 12px;
        height: 284px;
        width: 100%;
    }

    .d-list-col {
        gap: 12px;
    }

    .content-one .gallery {
        margin-bottom: 70px;
    }

    .d-subtitle{
        line-height: 140%;
    }

    .d-subtitle{
        margin-bottom: 24px;
    }

    .item-list-wrap.item-list-wrap-one .pink-button{
        display: none;
    }

    .item-list-wrap.item-list-wrap-one .il-footer{
        display: block;
    }
    .item-list-wrap.item-list-wrap-one .il-footer .pink-button{
        display: inline-block;
    }

    .item-list-wrap .il-arrow-wrap{
        display: flex;
        gap: 6px;
    }

    .item-list-wrap.item-list-wrap-one .il-header {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    

    .item-list-wrap.item-list-wrap-one .il-title{
        font-size: 20px;
    }
}

@media (max-width: 710px) {
    .h-city-selector{
        display: none;
    }
    .h-search{
        margin-left: 20px;
    }
}


@media (max-width: 550px) {
    .il-item, .il-item.il-item-wide-2 {
        width:100%;
        max-width: none;
        flex: none;
    }

    .item-list-wrap .pink-button{
        max-width:none;
    }

    .footer .container {       
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 29px;
    }

    .footer .container a:last-of-type {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/*

@media (max-width: 1000px) {
    .il-item,.il-item.il-item-wide-2 {
        flex: 1 1 calc((100% / 3) - 28px);      
        width: calc((100% / 3) - 28px);
        max-width: 311px;
    }
    .ili-img img,.il-item.il-item-wide-2 .ili-img img{
        height: auto;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .il-item.il-item-wide-2 .ili-img{
        width: 100%;
        height: 201px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

    .il-item.il-item-wide-2 .ili-row-wrap{
        height: auto;
        display: block;
        margin: 0;
    }
    
    .il-item.il-item-wide-2 .ili-last-date-label{
        display: block;
    }
    .il-item.il-item-wide-2 .ili-row-wrap .ili-last-date-label, .il-item.il-item-wide-2 .ili-row-wrap .ili-alert-label {
        margin-top: 12px;
    }

    .il-item.il-item-wide-2 .ili-last-date-label.ili-last-date-label-w{
        display: none;
    }

    .il-item.il-item-wide-2 .ili-comment {
        margin-top: 12px;
        height: 51px;
        -webkit-line-clamp: 3;
    }
    .il-item.il-item-wide-2 .ili-pt-name {
        max-width: 194px;
    }
}
 .il-item,.il-item.il-item-wide-2 {
        flex: 1 1 calc((100% / 2) - 28px);
        max-width: 473px;
        width: calc((100% / 2) - 28px);
    }
*/