*   {
    margin: 0;
    padding: 0;
}



body    {
    background: white;
}

.logoshapka {
    position: absolute;
}

.logoshapka img {
    height: 130px;
    position: absolute;
    margin-top: -15px;
}

.logoshapka img:hover   {
    cursor: pointer;
}

.zvonok img {
    height: 20px;
    position: absolute;
    margin-left: 90vw;
    margin-top: 1vh;
}

.pronas {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 19vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.pronas::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.pronas:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.proekti    {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 27vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.proekti::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.proekti:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.kontakti   {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 44.5vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.kontakti::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.kontakti:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

#phoneButton  {
    position: absolute;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 91.5vw;
    margin-top: 1.3vh;
    border: none;
    background: none;
    font-size: medium;
}

#phoneButton:hover  {
    cursor: pointer;
    color: rgb(92, 92, 92);
}
.galuzi {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 37.25vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.galuzi::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.galuzi:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
/* .menu1  {
    background: rgb(116, 137, 145);
    width: 87vw;
    height: 5vh;
    position: absolute;
    margin-left: 8vw;
    margin-top: 5vh;
    border-radius: 5px;
} */

.shapka {
    width: 100%;
    height: 10vh;
    background: rgb(154, 178, 187);
}

.osnova {
    background-image: url('fon.JPG');
    width: 100vw;
    height: 65vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

.TOB    {
    position: absolute;
    color: rgb(30, 54, 65);
    font-size: 50px;
    font-weight: bold;
    margin-top: -48vh;
    margin-left: 4vw;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.partner1   {
    background-image: url('1.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.partner2   {
    background-image: url('2.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.partner3   {
    background-image: url('3.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 9vw;
    margin-top: -16vh;
}

.partner4   {
    background-image: url('4.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 9vw;
    margin-top: 0vh;
}
.partner5   {
    background-image: url('5.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 18vw;
    margin-top: -16vh;
}
.partner6   {
    background-image: url('6.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 17.5vw;
    margin-top: -1.5vh;
}
.partner7   {
    background-image: url('7.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 28vw;
    margin-top: -14.5vh;
}

.partner8   {
    background-image: url('8.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 28vw;
    margin-top: -0.45vh;
}
.partner9   {
    background-image: url('9.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 38vw;
    margin-top: -15.5vh;
}
.partner10  {
    background-image: url('10.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 38vw;
    margin-top: -0.5vh;
}
.partner11  {
    background-image: url('11.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 48vw;
    margin-top: -15.6vh;
}
.partner12  {
    background-image: url('12.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 48vw;
    margin-top: -0.85vh;
}
.partner13  {
    background-image: url('13.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 58vw;
    margin-top: -15vh;
}
.partner14  {
    background-image: url('14.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 58vw;
    margin-top:  -2vh;
}
.partner15  {
    background-image: url('15.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 68vw;
    margin-top: -14vh;
}
.partner16  {
    background-image: url('16.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 68vw;
    margin-top: -2vh;
}
.partner17  {
    background-image: url('17.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 78vw;
    margin-top: -14vh;
}
.partner18  {
    background-image: url('18.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 78vw;
    margin-top: -2vh;
}
.partner19  {
    background-image: url('19.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 89vw;
    margin-top: -14vh;
}
.partner20  {
    background-image: url('20.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 89vw;
    margin-top: -2vh;
}
.nashi  {
    color:rgb(36, 65, 78);
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    font-style: italic;
    letter-spacing: 2px;
    background-color:rgb(154, 178, 187);
    padding: 8px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media (min-height: 0px) and (max-height: 950px) and (min-width: 0px) and (max-width:500px) {
    body    {
        background: white;
    }
    
    .logoshapka {
        position: absolute;
    }
    
    .logoshapka img {
        height: 8.5vh;
        position: absolute;
        margin-top: -1vh;
    }
    
    .logoshapka img:hover   {
        cursor: pointer;
    }
    
    .zvonok img {
        height: 1vh;
        position: absolute;
        margin-left: 67vw;
        margin-top: 0.75vh;
    }
    
    .pronas {
        background-color: rgb(90, 214, 204);
        border: none;
        color: rgb(36, 65, 78);
        text-align: center;
        position:absolute;
        text-decoration: none;
        padding: 0.80vh 2vw;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 6.5vw;
        margin-top: 5.5vh;
        font-weight: bold;
        font-size:small;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .pronas::before    {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 5px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .pronas:hover  {
        background-color: rgb(81, 194, 184) ;
        transform: scale(1.1);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }
    
    .proekti    {
        background-color: rgb(90, 214, 204);
        border: none;
        color: rgb(36, 65, 78);
        text-align: center;
        position:absolute;
        text-decoration: none;
        padding: 0.80vh 2vw;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 28.25vw;
        margin-top: 5.5vh;
        font-weight: bold;
        font-size:small;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .proekti::before    {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 5px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .proekti:hover  {
        background-color: rgb(81, 194, 184) ;
        transform: scale(1.1);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }
    
    .kontakti   {
        background-color: rgb(90, 214, 204);
        border: none;
        color: rgb(36, 65, 78);
        text-align: center;
        position:absolute;
        text-decoration: none;
        padding: 0.80vh 2vw;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 76.5vw;
        margin-top: 5.5vh;
        font-weight: bold;
        font-size:small;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .kontakti::before    {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 5px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .kontakti:hover  {
        background-color: rgb(81, 194, 184) ;
        transform: scale(1.1);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }
    
    #phoneButton  {
        position: absolute;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-left: 70vw;
        margin-top: 0.5vh;
        border: none;
        background: none;
        font-size: small;
    }
    
    #phoneButton:hover  {
        cursor: pointer;
        color: rgb(92, 92, 92);
    }
    .galuzi {
        background-color: rgb(90, 214, 204);
        border: none;
        color: rgb(36, 65, 78);
        text-align: center;
        position:absolute;
        text-decoration: none;
        padding: 0.80vh 2vw;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 58.5vw;
        margin-top: 5.5vh;
        font-weight: bold;
        font-size:small;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .galuzi::before    {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 5px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .galuzi:hover  {
        background-color: rgb(81, 194, 184) ;
        transform: scale(1.1);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }
    /* .menu1  {
        background: rgb(116, 137, 145);
        width: 87vw;
        height: 5vh;
        position: absolute;
        margin-left: 8vw;
        margin-top: 5vh;
        border-radius: 5px;
    } */
    
    .shapka {
        width: 100%;
        height: 10vh;
        background: rgb(154, 178, 187);
    }
    
    .osnova {
        background-image: url('fon.JPG');
        width: 100vw;
        height: 55vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 0.7;
    }
    
    .TOB    {
        position: absolute;
        color: rgb(30, 54, 65);
        font-size: 30px;
        font-weight: bold;
        margin-top: -38vh;
        margin-left: 4vw;
        text-shadow: 2px 2px 4px rgb(255, 255, 255);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    
    .partner1   {
        background-image: url('1.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 0vw;
    }
    .partner2   {
        background-image: url('2.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 5vh;
        margin-left: 0vw;
    }
    .partner3   {
        background-image: url('3.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 20vw;
    }
    
    .partner4   {
        background-image: url('4.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 5vh;
        margin-left: 20vw;
    }
    .partner5   {
        background-image: url('5.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 40vw;
    }
    .partner6   {
        background-image: url('6.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 4.75vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner7   {
        background-image: url('7.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 60vw;
        position: absolute;
    }
    
    .partner8   {
        background-image: url('8.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 5.5vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner9   {
        background-image: url('9.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner10  {
        background-image: url('10.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 5vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner11  {
        background-image: url('11.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 10vh;
        margin-left: 0vw;
        position: absolute;
    }
    .partner12  {
        background-image: url('12.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 15vh;
        margin-left: 0vw;
        position: absolute;
    }
    .partner13  {
        background-image: url('13.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 10vh;
        margin-left: 20vw;
        position: absolute;
    }
    .partner14  {
        background-image: url('14.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 15vh;
        margin-left: 20vw;
        position: absolute;
    }
    .partner15  {
        background-image: url('15.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 10vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner16  {
        background-image: url('16.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 15vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner17  {
        background-image: url('17.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 10vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner18  {
        background-image: url('18.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 15vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner19  {
        background-image: url('19.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 10vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner20  {
        background-image: url('20.png');
        width: 20vw;
        height: 5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 15vh;
        margin-left: 80vw;
        position: absolute;
    }
    .nashi  {
        color:rgb(36, 65, 78);
        font-weight: bold;
        font-size: xx-large;
        text-align: center;
        font-style: italic;
        letter-spacing: 2px;
        background-color:rgb(154, 178, 187);
        padding: 8px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
}

@media (min-height: 700px) and (max-height: 1100px) and (min-width: 1000px) and (max-width: 1400px) and (orientation: landscape) {
    
    .logoshapka {
    position: absolute;
}

.logoshapka img {
    height: 120px;
    position: absolute;
    margin-top: -15px;
}

.logoshapka img:hover   {
    cursor: pointer;
}

.zvonok img {
    height: 20px;
    position: absolute;
    margin-left: 84vw;
    margin-top: 1vh;
}

.pronas {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 25vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.pronas::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.pronas:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.proekti    {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 39.25vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.proekti::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.proekti:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.kontakti   {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 70vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.kontakti::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.kontakti:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

#phoneButton  {
    position: absolute;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 86vw;
    margin-top: 1.3vh;
    border: none;
    background: none;
    font-size: medium;
}

#phoneButton:hover  {
    cursor: pointer;
    color: rgb(92, 92, 92);
}
.galuzi {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 57.5vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.galuzi::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.galuzi:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.shapka {
    width: 100%;
    height: 10vh;
    background: rgb(154, 178, 187);
}

.osnova {
    background-image: url('fon.JPG');
    width: 100vw;
    height: 65vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

.TOB    {
    position: absolute;
    color: rgb(30, 54, 65);
    font-size: 50px;
    font-weight: bold;
    margin-top: -48vh;
    margin-left: 4vw;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

    .partner1   {
        background-image: url('1.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 0vw;
    }
    .partner2   {
        background-image: url('2.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 6vh;
        margin-left: 0vw;
    }
    .partner3   {
        background-image: url('3.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 10vw;
    }
    
    .partner4   {
        background-image: url('4.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 6vh;
        margin-left: 10vw;
    }
    .partner5   {
        background-image: url('5.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 20vw;
    }
    .partner6   {
        background-image: url('6.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 5.75vh;
        margin-left: 20vw;
        position: absolute;
    }
    .partner7   {
        background-image: url('7.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 30vw;
        position: absolute;
    }
    
    .partner8   {
        background-image: url('8.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 6.5vh;
        margin-left: 30vw;
        position: absolute;
    }
    .partner9   {
        background-image: url('9.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner10  {
        background-image: url('10.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 6.5vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner11  {
        background-image: url('11.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 50vw;
        position: absolute;
    }
    .partner12  {
        background-image: url('12.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 6vh;
        margin-left: 50vw;
        position: absolute;
    }
    .partner13  {
        background-image: url('13.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner14  {
        background-image: url('14.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 6vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner15  {
        background-image: url('15.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 70vw;
        position: absolute;
    }
    .partner16  {
        background-image: url('16.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 6vh;
        margin-left: 70vw;
        position: absolute;
    }
    .partner17  {
        background-image: url('17.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner18  {
        background-image: url('18.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 6vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner19  {
        background-image: url('19.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 90vw;
        position: absolute;
    }
    .partner20  {
        background-image: url('20.png');
        width: 10vw;
        height: 6vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 6vh;
        margin-left: 90vw;
        position: absolute;
    }
.nashi  {
    color:rgb(36, 65, 78);
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    font-style: italic;
    letter-spacing: 2px;
    background-color:rgb(154, 178, 187);
    padding: 8px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
    
}

@media (max-width: 1000px) and (max-height: 550px) and (orientation: landscape) {
    .logoshapka {
    position: absolute;
}

.logoshapka img {
    height: 80px;
    position: absolute;
    margin-top: -15px;
}

.logoshapka img:hover   {
    cursor: pointer;
}

.zvonok img {
    height: 12.5px;
    position: absolute;
    margin-left: 83vw;
    margin-top: 1.35vh;
}

.pronas {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 22.5vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: small;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.pronas::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.pronas:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.proekti    {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 33.25vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: small;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.proekti::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.proekti:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.kontakti   {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 57.5vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: small;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.kontakti::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.kontakti:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

#phoneButton  {
    position: absolute;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 85vw;
    margin-top: 1.3vh;
    border: none;
    background: none;
    font-size: small;
}

#phoneButton:hover  {
    cursor: pointer;
    color: rgb(92, 92, 92);
}
.galuzi {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position: absolute;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 48.5vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: small;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.galuzi::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.galuzi:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.shapka {
    width: 100vw;
    height: 10vh;
    background: rgb(154, 178, 187);
}

.osnova {
    background-image: url('fon.JPG');
    width: 100vw;
    height: 45vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

.TOB    {
    position: absolute;
    color: rgb(30, 54, 65);
    font-size: 25px;
    font-weight: bold;
    margin-top: -42vh;
    margin-left: 4vw;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

    .partner1   {
        background-image: url('1.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 0vw;
    }
    .partner2   {
        background-image: url('2.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 8vh;
        margin-left: 0vw;
    }
    .partner3   {
        background-image: url('3.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 10vw;
    }
    
    .partner4   {
        background-image: url('4.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 8vh;
        margin-left: 10vw;
    }
    .partner5   {
        background-image: url('5.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 20vw;
    }
    .partner6   {
        background-image: url('6.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 7.75vh;
        margin-left: 20vw;
        position: absolute;
    }
    .partner7   {
        background-image: url('7.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 30vw;
        position: absolute;
    }
    
    .partner8   {
        background-image: url('8.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 8.5vh;
        margin-left: 30vw;
        position: absolute;
    }
    .partner9   {
        background-image: url('9.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner10  {
        background-image: url('10.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 8.5vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner11  {
        background-image: url('11.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 50vw;
        position: absolute;
    }
    .partner12  {
        background-image: url('12.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 8vh;
        margin-left: 50vw;
        position: absolute;
    }
    .partner13  {
        background-image: url('13.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner14  {
        background-image: url('14.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 8vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner15  {
        background-image: url('15.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 70vw;
        position: absolute;
    }
    .partner16  {
        background-image: url('16.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 8vh;
        margin-left: 70vw;
        position: absolute;
    }
    .partner17  {
        background-image: url('17.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner18  {
        background-image: url('18.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 8vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner19  {
        background-image: url('19.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 90vw;
        position: absolute;
    }
    .partner20  {
        background-image: url('20.png');
        width: 10vw;
        height: 8vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 8vh;
        margin-left: 90vw;
        position: absolute;
    }
.nashi  {
    color:rgb(36, 65, 78);
    font-weight: bold;
    font-size: large;
    text-align: center;
    font-style: italic;
    letter-spacing: 2px;
    background-color:rgb(154, 178, 187);
    padding: 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
}

@media (min-height: 1000px) and (max-height: 1400px) and (min-width: 700px) and (max-width: 1100px) {
       body    {
        background: white;
    }
    
    .logoshapka {
        position: absolute;
    }
    
    .logoshapka img {
        height: 9.5vh;
        position: absolute;
        margin-top: -1vh;
    }
    
    .logoshapka img:hover   {
        cursor: pointer;
    }
    
    .zvonok img {
        height: 1.55vh;
        position: absolute;
        margin-left: 77.5vw;
        margin-top: 0.60vh;
    }
    
    .pronas {
        background-color: rgb(90, 214, 204);
        border: none;
        color: rgb(36, 65, 78);
        text-align: center;
        position:absolute;
        text-decoration: none;
        padding: 1vh 3.25vw;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 6.5vw;
        margin-top: 5.5vh;
        font-weight: bold;
        font-size: medium;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .pronas::before    {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 5px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .pronas:hover  {
        background-color: rgb(81, 194, 184) ;
        transform: scale(1.1);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }
    
    .proekti    {
        background-color: rgb(90, 214, 204);
        border: none;
        color: rgb(36, 65, 78);
        text-align: center;
        position:absolute;
        text-decoration: none;
        padding: 1vh 3.25vw;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 28.25vw;
        margin-top: 5.5vh;
        font-weight: bold;
        font-size: medium;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .proekti::before    {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 5px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .proekti:hover  {
        background-color: rgb(81, 194, 184) ;
        transform: scale(1.1);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }
    
    .kontakti   {
        background-color: rgb(90, 214, 204);
        border: none;
        color: rgb(36, 65, 78);
        text-align: center;
        position:absolute;
        text-decoration: none;
        padding: 1vh 3.25vw;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 77.5vw;
        margin-top: 5.5vh;
        font-weight: bold;
        font-size: medium;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .kontakti::before    {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 5px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .kontakti:hover  {
        background-color: rgb(81, 194, 184) ;
        transform: scale(1.1);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }
    
    #phoneButton  {
        position: absolute;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-left: 80vw;
        margin-top: 0.5vh;
        border: none;
        background: none;
        font-size: large;
    }
    
    #phoneButton:hover  {
        cursor: pointer;
        color: rgb(92, 92, 92);
    }
    .galuzi {
        background-color: rgb(90, 214, 204);
        border: none;
        color: rgb(36, 65, 78);
        text-align: center;
        position:absolute;
        text-decoration: none;
        padding: 1vh 3.25vw;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 58.5vw;
        margin-top: 5.5vh;
        font-weight: bold;
        font-size: medium;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .galuzi::before    {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 5px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .galuzi:hover  {
        background-color: rgb(81, 194, 184) ;
        transform: scale(1.1);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }
    /* .menu1  {
        background: rgb(116, 137, 145);
        width: 87vw;
        height: 5vh;
        position: absolute;
        margin-left: 8vw;
        margin-top: 5vh;
        border-radius: 5px;
    } */
    
    .shapka {
        width: 100%;
        height: 10vh;
        background: rgb(154, 178, 187);
    }
    
    .osnova {
        background-image: url('fon.JPG');
        width: 100vw;
        height: 55vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 0.7;
    }
    
    .TOB    {
        position: absolute;
        color: rgb(30, 54, 65);
        font-size: 40px;
        font-weight: bold;
        margin-top: -44.5vh;
        margin-left: 4vw;
        text-shadow: 2px 2px 4px rgb(255, 255, 255);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    
    .partner1   {
        background-image: url('1.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 0vw;
    }
    .partner2   {
        background-image: url('2.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 6.5vh;
        margin-left: 0vw;
    }
    .partner3   {
        background-image: url('3.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 20vw;
    }
    
    .partner4   {
        background-image: url('4.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 6.5vh;
        margin-left: 20vw;
    }
    .partner5   {
        background-image: url('5.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        margin-top: 0vh;
        margin-left: 40vw;
    }
    .partner6   {
        background-image: url('6.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 6.25vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner7   {
        background-image: url('7.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 60vw;
        position: absolute;
    }
    
    .partner8   {
        background-image: url('8.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 7vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner9   {
        background-image: url('9.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner10  {
        background-image: url('10.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 7vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner11  {
        background-image: url('11.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 13vh;
        margin-left: 0vw;
        position: absolute;
    }
    .partner12  {
        background-image: url('12.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 18.5vh;
        margin-left: 0vw;
        position: absolute;
    }
    .partner13  {
        background-image: url('13.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 13vh;
        margin-left: 20vw;
        position: absolute;
    }
    .partner14  {
        background-image: url('14.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 18.5vh;
        margin-left: 20vw;
        position: absolute;
    }
    .partner15  {
        background-image: url('15.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 13vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner16  {
        background-image: url('16.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 18.5vh;
        margin-left: 40vw;
        position: absolute;
    }
    .partner17  {
        background-image: url('17.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 13vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner18  {
        background-image: url('18.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 18.5vh;
        margin-left: 60vw;
        position: absolute;
    }
    .partner19  {
        background-image: url('19.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 13vh;
        margin-left: 80vw;
        position: absolute;
    }
    .partner20  {
        background-image: url('20.png');
        width: 20vw;
        height: 6.5vh;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 18.5vh;
        margin-left: 80vw;
        position: absolute;
    }
    .nashi  {
        color:rgb(36, 65, 78);
        font-weight: bold;
        font-size: xx-large;
        text-align: center;
        font-style: italic;
        letter-spacing: 2px;
        background-color:rgb(154, 178, 187);
        padding: 8px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
}

@media (min-height: 700px) and (max-height: 1100px) and (min-width: 1400px) and (max-width: 1600px) {
.logoshapka {
    position: absolute;
}

.logoshapka img {
    height: 110px;
    position: absolute;
    margin-top: -12px;
}

.logoshapka img:hover   {
    cursor: pointer;
}

.zvonok img {
    height: 20px;
    position: absolute;
    margin-left: 88vw;
    margin-top: 1vh;
}

.pronas {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 19vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.pronas::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.pronas:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.proekti    {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 29vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.proekti::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.proekti:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.kontakti   {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 51.5vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.kontakti::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.kontakti:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

#phoneButton  {
    position: absolute;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 89.5vw;
    margin-top: 1.3vh;
    border: none;
    background: none;
    font-size: medium;
}

#phoneButton:hover  {
    cursor: pointer;
    color: rgb(92, 92, 92);
}
.galuzi {
    background-color: rgb(90, 214, 204);
    border: none;
    color: rgb(36, 65, 78);
    text-align: center;
    position:absolute;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 42.25vw;
    margin-top: 2.5vh;
    font-weight: bold;
    font-size: medium;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.galuzi::before    {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.galuzi:hover  {
    background-color: rgb(81, 194, 184) ;
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
/* .menu1  {
    background: rgb(116, 137, 145);
    width: 87vw;
    height: 5vh;
    position: absolute;
    margin-left: 8vw;
    margin-top: 5vh;
    border-radius: 5px;
} */

.shapka {
    width: 100%;
    height: 10vh;
    background: rgb(154, 178, 187);
}

.osnova {
    background-image: url('fon.JPG');
    width: 100vw;
    height: 65vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

.TOB    {
    position: absolute;
    color: rgb(30, 54, 65);
    font-size: 50px;
    font-weight: bold;
    margin-top: -48vh;
    margin-left: 4vw;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.partner1   {
    background-image: url('1.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.partner2   {
    background-image: url('2.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.partner3   {
    background-image: url('3.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 9vw;
    margin-top: -16vh;
}

.partner4   {
    background-image: url('4.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 9vw;
    margin-top: 0vh;
}
.partner5   {
    background-image: url('5.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 18vw;
    margin-top: -16vh;
}
.partner6   {
    background-image: url('6.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 17.5vw;
    margin-top: -1.5vh;
}
.partner7   {
    background-image: url('7.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 28vw;
    margin-top: -14.5vh;
}

.partner8   {
    background-image: url('8.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 28vw;
    margin-top: -0.45vh;
}
.partner9   {
    background-image: url('9.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 38vw;
    margin-top: -15.5vh;
}
.partner10  {
    background-image: url('10.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 38vw;
    margin-top: -0.5vh;
}
.partner11  {
    background-image: url('11.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 48vw;
    margin-top: -15.6vh;
}
.partner12  {
    background-image: url('12.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 48vw;
    margin-top: -0.85vh;
}
.partner13  {
    background-image: url('13.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 58vw;
    margin-top: -15vh;
}
.partner14  {
    background-image: url('14.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 58vw;
    margin-top:  -2vh;
}
.partner15  {
    background-image: url('15.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 68vw;
    margin-top: -14vh;
}
.partner16  {
    background-image: url('16.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 68vw;
    margin-top: -2vh;
}
.partner17  {
    background-image: url('17.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 78vw;
    margin-top: -14vh;
}
.partner18  {
    background-image: url('18.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 78vw;
    margin-top: -2vh;
}
.partner19  {
    background-image: url('19.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 89vw;
    margin-top: -14vh;
}
.partner20  {
    background-image: url('20.png');
    width: 8vw;
    height: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 89vw;
    margin-top: -2vh;
}
.nashi  {
    color:rgb(36, 65, 78);
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    font-style: italic;
    letter-spacing: 2px;
    background-color:rgb(154, 178, 187);
    padding: 8px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
}
