#dopApartaments {
    margin-top: 0px;
    margin-bottom: 40px;
}

@media screen and (min-width: 769px){
    #dopApartaments {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.dop-apart__text-top {
    max-width: 670px;
    color: #2F293B;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
}

.dop-apart__text-top span {
    background: #FFE7B8;
}

.dop-apart__wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media screen and (min-width: 1200px){
    .dop-apart__wrap {
        display: grid;
        grid-template-columns: 750px auto;
        column-gap: 30px;
    }
}

.dop-apart__table {
    max-width: 750px;
    border: 2px solid #5E2C03;
}

.dop-apart__table-title {
    padding: 10px 20px;
    color: #2F293B;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 36.4px */
}


@media screen and (min-width: 769px){
    .dop-apart__table-title {
        font-size: 26px;
        line-height: 140%;
    }
}
.dop-apart__table-top {
    background: #454545;
    display: grid;
    /*grid-template-columns: 40px auto auto auto auto;*/
    grid-template-columns: 40px repeat(4, 1fr);
    /*justify-content: space-between;*/
}

.dop-apart__table-top-item {
    text-align: center;
    padding: 10px 0;
    color: #FFF;
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 25.2px */
    text-transform: uppercase;
}

@media screen and (min-width: 769px){
    .dop-apart__table-top-item {
        font-size: 18px;
        line-height: 140%;
    }
}

.dop-apart__table-content {
    display: grid;
    /*grid-template-columns: 40px auto auto auto auto;*/
    grid-template-columns: 40px repeat(4, 1fr);
}
.dop-apart__table-content-item {
    padding: 10px 0;
    text-align: center;
    color: #454545;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
}

@media screen and (min-width: 769px){
    .dop-apart__table-content-item {
        font-size: 24px;
        line-height: 140%;
    }
}

.dop-apart__table-bottom {
    border-top: 8px solid #5E2C03;
    background: #FFE7B8;
    display: grid;
    grid-template-columns: 48.5% 28px 48.5%;
}

.dop-apart__table-bottom-item {
    padding: 10px 0;
    color: #454545;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
    text-align: center;
}

@media screen and (min-width: 769px){
    .dop-apart__table-bottom-item {
        font-size: 24px;
        line-height: 140%;
    }
}

/*.dop-apart__table-bottom-item:nth-child(1) {*/
/*    border-right: 3px solid #5E2C03;*/
/*}*/
/*.dop-apart__table-bottom-item:nth-child(1):before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: -4px;*/
/*    left: 120px;*/
/*    width: 4px;*/
/*    height: 56px;*/
/*    background: #5e2c03;*/
/*    transform: rotate(-28deg);*/
/*}*/
.dop-apart__imgs {
    display: flex;
    max-width: 750px;
    justify-content: center;
    /*column-gap: 20px;*/
}
@media screen and (min-width: 1200px){
    .dop-apart__imgs {
        max-width: unset;
    }
}
.dop-apart__imgs-item {
    position: relative;
    width: 100%;
}

.dop-apart__imgs-item img {
    position: relative;
    width: 100%;
    height: 100%;
}

.dop-apart__imgs-item-num {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    /*padding: 10px;*/
    background: #FFE7B8;
    color: #454545;
    text-align: center;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
}

.dop-apart__info {
    margin-top: 20px;
    max-width: 750px;
    padding: 20px;
    background: #FFE7B8;
    display: grid;
    grid-template-columns: 86% auto;
    column-gap: 20px;
}

.dop-apart__info-text {
    margin-bottom: 0;
    color: #2F293B;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
}

.dop-apart__info svg {
    width: 100%;
}