body {
    background-color: #F8F8F8;
}

.main-info {
    margin-top: 80px;
}

.main-info .education-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 36px;
    padding-top: 40px;
}

.main-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.school-slider {
    max-width: 736px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*width: 100%;*/
    margin-bottom: 0;
}
/*
.school-slider .slick-track {
    display: flex;
    align-items: center;
}
*/
.school-slide, .school-slide img {
    border-radius: 16px;
}

.main-tabbar {
    margin-top: 16px;
    margin-bottom: 0;
}

.school-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
}

.school-title {
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    /*margin-bottom: 12px;*/
}
.school-title span {
    font-weight: 400;
    color: #7A827C;
}

.school-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.school-options {
    margin-top: 12px;
}

.school-info-main, .school-info-features {
    border-radius: 16px;
    background-color: #FFF;
    width: 408px;
    box-sizing: border-box;
}

.school-info-main {
    padding: 20px 24px 60px;
}

.school-info-features {
    padding: 20px 120px 120px 24px;
}
.add-education-features {
    padding: 20px 90px 95px 24px;
}

.tags-school-123 {
    min-width: 410px;
    padding: 20px 20px 120px 20px;
    box-sizing: content-box;
}

.school-option {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-top: 1px solid #FAFAFA;
    margin-bottom: 10px;
}

.school-option-name {
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #7A827C;
}

.school-option-value {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    text-align: right;
    }

.kindergarten-link {
    text-decoration: underline;
    text-decoration-color: #DADADA;
    text-underline-offset: 6px;
}

.school-option-value-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
    max-width: 230px;
}

.school-option-value-tag,.school-info-features-tag {
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #A2A2A2;

    padding: 4px 8px;
    background-color: #F8F8F8;
    border-radius: 8px;
}

.school-info-features-tag {
    display: flex;
    align-items: center;
    gap: 4px;
}

.school-option-value-extra {
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    max-width: 230px;
}

.school-info-features-title {
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 12px;
}


.school-info-features-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.school-slider .slick-dots {
    display: flex;
    justify-content: center;
    /*margin-top: 10px;*/
    /*bottom: 30px;*/
}

.school-slider .slick-slide {
    margin: 0 20px;
}

.slick-dots li {
    height: 6px;
    margin: 0;
}

.slick-dots li button {
    border-radius: 50%;
    background: #DADADA;
    padding: 0;
    width: 6px;
    height: 6px;
}

.slick-dots li.slick-active {
    margin-right: 16px;
}

.slick-dots li.slick-active button {
    width: 24px;
    height: 6px;
    background: #00CD2E;
    border-radius: 5px;
    margin-right: 10px;
    align-self: center;
}

.slick-dots li button::before {
    content: none;
}

.school-description {
    padding: 16px 24px;
    background-color: #ffffff;
    border-radius: 16px;
    margin-top: 28px;
    box-sizing: border-box;
}

.choose-apartment {
    padding: 16px 24px;
    margin-bottom: 40px;
}

.choose-apartment-options {
    padding: 0;
}

.choose-apartment-option {
    width: 100%;
    box-sizing: border-box;
}

.add-education-type {
    margin-left: 20px;
    margin-bottom: 24px;
    list-style: disc;
}

.school-slider .slick-list {
    border-radius: 16px;
}
