a.docs__link:hover {
    background: rgba(255, 255, 255, .4);
}

.text-callback{
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    background: linear-gradient(315deg, #1a21ed 0, #0f1387 100%);
    padding: 15px 25px;
    border-radius:10px;
}

.text-start-callback{
    font-size: 25px;
    line-height: 1.3;
    text-align: start;
    text-transform: none;
    color: white;
}

.text-callback::before {
    content: '';
    display: block;
    position: absolute;
    height: 135px;
    border: 1px solid white;
    max-width: 1180px;
    width: 97%;
    margin-left: -15px;
    border-radius: 10px;
}
#dynamic-title {
  transition: opacity 0.3s ease;
}
h2{
    line-height:1.4;
}

.catalog__item,
.benifits__item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a.catalog__item:hover,
.benifits__item:hover{
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width:568px){
    h1{
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
        font-size: 40px !important;
    }
    .menu__body{
        background: rgba(255, 255, 255, .9);
    }
    .video-background{
        display:none;
    }
    .text-callback{
        width:auto;
    }
    .text-start-callback{
        font-size:14px;
        line-height:1;
    }
}