.master-column-wrapper {
    /* max-width: 1000px; */
    margin: 0 auto;
}

/* entekhabino banner */
.entekhabino-banner-wrap {
    /* width: 100vw; */
    margin-top: -45px;
    /* margin-right: 50%; */
    /* -webkit-transform: translateX(50%); */
    /* -ms-transform: translateX(50%); */
    /* transform: translateX(50%); */
}

.entekhabino-banner-pic img {
    display: block;
    width: 100%;
}

/* entekhabino jumbo */
.entekhabino-jumbo {
    text-align: center;
    margin: 50px 0 48px;
}

.entekhabino-jumbo img {
    width: 250px;
    margin-bottom: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}

.entekhabino-jumbo-title {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}

.entekhabino-jumbo-text {
    color: #7f7f7e;
    font-size: 16px;
    font-weight: 500;
}

/* content box */
.entekhabino-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    max-width: 800px;
    padding: 40px clamp(20px, 2vw, 40px);
    margin: 0 auto 20px;
    border-radius: 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
}

.entekhabino-content-box-det {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 210px;
}

.entekhabino-content-box-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.entekhabino-content-box-text {
    color: #666;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
}

.entekhabino-content-box-text a {
    color: var(--color-main);
    font-weight: 400;
}

.entekhabino-content-box-fig {
    width: 240px;
    text-align: center;
}

.entekhabino-content-box-fig img {
    width: 140px;
}

@media (max-width: 560px) {
    .entekhabino-content-box-fig {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

/***** FOOTER *****/
.footer-dark {
    display: none;
}

.master-wrapper-content {
    padding-bottom: 0 !important;
}

.entekhabino-footer {
    padding: 72px 0;
    margin-top: 40px;
    position: relative;
}

.entekhabino-footer::before {
    content: '';
    width: calc(100vw - 8px);
    height: 100%;
    position: absolute;
    background: #6b338c;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: -1;
    right: 50%;
    top: 0;
}

.entekhabino-footer-title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.entekhabino-footer-action {
    width: 232px;
    font-size: 18px;
    font-weight: 700;
    padding: 16px;
}