.boss-image {
    display: none;
}

.head-about-us {
    display: flex; 
    flex-direction: row;  
    font-weight: 400; 
    font-size: 14px; 
    gap: 15px; 
    padding-top: 6vh; 
    align-items: center;
    text-transform: uppercase;
}

.preview .content h1.content-heading {
    display: flex; 
    justify-content: space-evenly;    
    background-color: transparent; 
    text-align: center; 
    width: 60%;     
    flex-direction: column; 
    line-height: 1.3;
    margin-right: 40px;
}

.content-heading__secondary {
    font-size: 1.5em; 
    font-weight: 200;
    background: #00000000
}

.content-heading__main {
    font-weight: 400; 
    font-size: 2.05em; 
    background:   linear-gradient(179deg, transparent 60%, #ffe042 60%, #ffe042 70%,    transparent 70%); 
    display: inline-block; 
    padding: 0; 
    transform: rotate (0.5deg);
    background-size: min(100%, 6em) 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.content__buttons {
    max-height: 100px;
    display: flex; 
    flex-direction: row; 
    width: 70%; 
    gap: 15px; 
    margin-bottom: 3%;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.content__buttons__button {
    text-align: center;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 18px 36px;
    cursor: pointer;
}

.content__phones {
    display: flex; 
    flex-direction: row; 
    gap: 50px;
}

.preview .decoration svg:nth-child(1) {
    display: none;
}

.global-navigate .logotype {
    opacity: 1;
}

.preview .head .email {
    margin: 0; 
    font-size: 14px;
}

@media (min-width: 1800px) {
    .work-schedule .main .slide:nth-child(4) .decoration .image {
        width: 500px;
        height: auto;
    }

    .work-schedule .main .slide:nth-child(5) .decoration .image {
        width: 500px;
        height: auto;
    }

    .work-schedule .main .slide:nth-child(3) .decoration .image {
        width: 500px;
        height: auto;
    }

    .work-schedule .main .slide:nth-child(2) .decoration .image {
        width: 500px;
        height: auto;
        top: 75px;
        left: 200px;
    }

    .work-schedule .main .slide:nth-child(1) .decoration .image {
        width: 500px;
        height: auto;
    }
}

@media (min-width: 800px) and (max-width: 1202px) {
    .content-heading__main {
        font-size: 3em;
    }

    .content-heading__secondary {
        font-size: 2em; 
    }
}

@media (max-width: 600px) {
    .content__buttons {
        flex-direction: column;
        width: 100%;
        max-height: 300px;
        gap: 0px;
    }

    .content__buttons__button {
        margin-bottom: 16px;
    }

    .preview .content .advantage-list {
        display: flex;
        flex-direction: column;
    }

    .content__phones {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 20px;
        text-align: center;
    }

    .preview .content h1.content-heading {
        width: 100%
    }

    .content-heading__main {
        background-size: min(100%, 450px) 100%;
    }
}

@media (max-width: 1202px) {
    .preview .content h1.content-heading {
        width: 100%;
        margin-top: 70px;
    }

    .content__buttons__button {
        gap: 30px;
        margin-bottom: 30px;
        text-align: center;
        min-height: 50px;
        min-width: 150px;
        align-content: center;
    }

    .content__buttons {
        width: 100%;
        justify-content: center;
    }

    .content__phones {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 1503px) {
    .boss-image {
        display: block;
        position: absolute; 
        right: 22%; 
        bottom: 0%; 
        height: 85%;
    }

    .preview .content {
        width: calc(100% - 500px);
    }
}

@media (min-width: 1202px) and (max-width: 1500px) {
    .preview .content .advantage-list {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .content-heading__main {
        background-size: min(100%, 6em) 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 80%;
        font-size: 2.5em;

    }

    .content-heading__secondary {
        font-size: 2em; 
        width: 80%;
    }

    .preview .content h1.content-heading {
        width: 100%;
        margin-top: 70px;
    }
}
    