*, html, body {
    font-size: unset;
    line-height: 150%;
}

html body .wrapper__surname-list p {
    font-size: unset;
    line-height: 150%;
}

.container_custom-surname{
    max-width: 1640px;
}
.wrapper__surname-list h1{
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}
.row__list-surname{
    margin-top: 150px;

}
#form__list{
    margin-bottom: 0;
}
.element-date{
    height: 50px;
    align-items: flex-end;
}
.element-date p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #41A1F2;
    margin-bottom: 0;
}

.item__check-elem:not(:last-child) {
    margin-right: 20px;
}

.item__check-elem {
    /*	min-width: 120px;
        height: 50px;
        background: #FFFFFF;
        box-shadow: 0 4px 50px rgb(0 0 0 / 7%);
        border-radius: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.item__check-elem input.input__radio-full {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
}
.input__radio-full+label {
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 100%;
    cursor: pointer;
    user-select: none;
}
.item__check-elem label {
    font-weight: 500;
    font-size: 16px;
    color: #042442;
    line-height: 140%;
}
.input__radio-full+label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    margin-right: 0.625rem;
    background-color: #EFF4F8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: all .2s ease;
    border: 1px solid #C5D7E7;
    box-sizing: border-box;
}
.input__radio-full:checked+label:before {
    border: 1px solid transparent;
    background-color: #44DBB5;
    background-image: url(./img/checking-mark.svg);
}

.form__inform{
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 32px 41px 16px 41px;
    margin-top: 37px;
}

.form__inform h5{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #445361;
    margin-bottom: 20px;
}

.btn__accordion-big{
    position: relative;
    cursor: pointer;
    padding: 18px 33px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background: #FFFFFF;
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);*/
    border-radius: 12px;
}
.btn__accordion-big.active:after{
    content: '';
    width: calc(100% - 62px);
    height: 1px;
    background: #C5D7E7;
    position: absolute;
    bottom: -1px;
    left: 31px;
    display: block;
}


.btn__accordion-big:focus{
    outline: none;
}
.btn__accordion-big:before{
    content: '';
    position: absolute;
    top:calc(50% - 12px);
    right: 32px;
    width: 24px;
    height: 24px;
    display: block;
    background: url('./img/chevron-bottom.svg');
}

.btn__accordion-big.active:before{
    background: url('./img/chevron-bottom-up.svg');
}



/*.active.btn__accordion-big:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}*/

.pabel__accordion-big {
    overflow: hidden;
    display: none;
    padding: 15px 18px;
    background-color: white;
}

.row__wrapp-accordion{
    margin-top: 37px;
}

.number-span{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #41A1F2;
}

.title__btn-span{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #042442;
    margin-left: 53px;
}

.pabel__accordion-big{
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    display: none;
    overflow: hidden;
}

.inner-accordion{
    background: #EFF4F8;
    border-radius: 10px;
    border: none;
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: 18px 33px;
    text-align: left;
    outline: none;
    transition: 0.4s;
}


.inner-accordion:not(:last-child){
    margin-bottom: 10px;
}

.inner-accordion:before{
    transition: 0.4s;
    content: '';
    position: absolute;
    top:calc(50% - 12px);
    right: 32px;
    width: 24px;
    height: 24px;
    display: block;
    background: url('./img/chevron-bottom.svg');
}
.inner-accordion.active:before{
    transform: rotate(180deg);
}


.inner-accordion:focus{
    outline: none;
}


.inner-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.inner-panel .nav-link{
    background: #F8F9FB;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #042442;
    text-align: left;
    padding: 16px 22px;
}

.inner-panel .nav-link{
    margin-bottom: 10px;
}

.inner-panel .nav-link.active{
    color: white;
    background: linear-gradient(90deg, #4BC2F9 -6.9%, #44DBB5 103.92%);
}


.content__surname-block table {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 60px;
}
.content__surname-block table th{
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #445361;
    padding: 17px 15px;
}
.content__surname-block table tbody tr:first-child{
    background: #F8F9FB;
}

.content__surname-block table tbody tr td{
    padding: 17px 15px;
}

.all__acc{
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    min-width: 100%;
    transition: all .2s ease;
    margin-bottom: 20px;
}

.all__acc:hover{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1199px){
    .content__surname-block{
        overflow-x: scroll;
    }
    .content__surname-block table{
        min-width: 800px;
    }

    .content__surname-block::-webkit-scrollbar {
        height: 5px;
        border-radius: 25px;
    }

    .content__surname-block::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 25px;
    }

    .content__surname-block::-webkit-scrollbar-thumb {
        background-color: #41A1F2;;
        border-radius: 25px;

    }
    .row.mt-4{
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 992px){
    .row__list-surname {
        margin-top: 50px;
        flex-direction: column-reverse;
    }
    .form__inform{
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 650px){
    .inner-panel{
        padding: 0;
    }
    .inner-panel .row{
        flex-direction: column;
    }
    .inner-panel .row .col-4,
    .col-8{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .inner-panel .row .col-4 .nav{
        margin-bottom: 2rem;
    }

}

@media screen and (max-width: 576px){
    .form__inform{
        padding: 20px;
    }
    .title__btn-span{
        margin-left: 20px;
        font-size: 16px;
    }
    .all__acc{
        padding-left: 15px;
        padding-right: 15px;

    }
    .wrapper__surname-list h1{
        margin-top: 50px;
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width: 480px){
    .btn__accordion-big{
        display: flex;
        flex-direction: column;

    }
    .title__btn-span{
        margin-left: 0;
    }
    .row__list-surname{
        margin-top: 30px;
    }
}

@media screen and (max-width: 425px){
    .form__inform{
        flex-wrap: wrap;
    }
    .form__inform .d-block .list__check-group{
        display: flex;
        flex-wrap: wrap;
    }
    .form__inform h5{
        font-size: 15px;
    }
}
.filter-btn.link__more {
    padding: 0 50px!important;
    margin-top: 0;
    line-height: 50px;

}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 36px;
}
.entrant_pagenavigation {
    margin-top: 40px;
}
.entrant_pagenavigation .page-item .page-link {
    font-size: 18px;
    color: #41A1F2;
    background-color:  #ffffff;
    padding: 10px 18px;

}
.entrant_pagenavigation .page-item.active .page-link {
    font-size: 18px;
    color: #ffffff;
    background-color:  #41A1F2;
    border: 1px solid transparent;
}
.fancy-button span {
    line-height: 60px;
}
