body {
    font-family: Montserrat;
}


/* header */

.container {
    max-width: 1180px;
    margin: 0px auto;
    padding: 0px 10px;
}

.container__footer {
    max-width: 1180px;
    margin: 0px auto;
    padding: 0px 10px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    z-index: 3;
}

.header__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

/* logotype */

.header__logo {
    flex: 0 0 200px;
    z-index: 3;
}



.header__contacts {
    max-width: 280px;
    margin: 0px auto;
    padding: 0px 10px;
    z-index: 3;
}

.header__phone_div {
    display: flex;
    flex: 0 0 150px;
    z-index: 3;
}


.header__logo>img {
    max-width: 100%;
}

.header__burger {
    display: none;
}

.header__list {
    display: flex;
    position: relative;
    z-index: 3;
}

.header__list>li {
    list-style: none;
    margin: 0px 0px 0px 20px;
}

.header__link1,
.header__link2,
.header__link3,
.header__link4 {
    color: rgb(31, 31, 31);
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
}

/* BurgerAdaptation */

@media (max-width:767px) {

    .header__body {
        height: 50px;
    }

    .header__logo {
        flex: 0 0 150px;
    }

    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 3;
    }

    .header__burger>span {
        position: absolute;
        background-color: rgb(31, 31, 31);
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        top: 8.5px;
        transition: all 0.5s ease 0s;
    }

    .header__burger:before,
    .header__burger:after {
        content: '';
        background-color: rgb(31, 31, 31);
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .header__burger:before {
        top: 0;
    }

    .header__burger:after {
        bottom: 0;
    }

    .header__burger.active:before {
        transform: rotate(45deg);
        top: 8.5px;
    }

    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 8.5px;
    }

    .header__burger.active>span {
        transform: scale(0);
    }

    .header__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transition: all 0.5s ease 0s;
        background-color: rgb(242, 242, 242);
        padding: 100px 10px 20px 10px;
        text-align: right;
    }

    .header__menu.active {
        top: 0;
    }

    .header__list {
        display: block;
    }

    .header__list>li {
        margin: 0px 0px 20px 0px;
    }

    .header__link1,
    .header__link2,
    .header__link3,
    .header__link4 {
        font-size: 30px;
    }
}

/* adaptation */

/* list */





.container-slider {
    width: 100%;
    margin: 0px auto;
    margin-top: 80px;
    overflow: hidden;
}

@media (max-width:767px) {
    .container-slider {
        margin-top: 50px;
    }
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* production */

.Production1 {
    font-size: 70px;
    color: #0096DB;
}

.Production2 {
    font-size: 50px;
}

.Production3 {
    margin-top: 20px;
    font-size: 35px;
}

.Production4 {
    font-size: 35px;
}

.ProductionKVVBlue {
    color: #4FC7FF;
}

.Production5 {
    margin-top: 20px;
    font-size: 30px;
}

.Production6 {
    margin-top: 30px;
    font-size: 30px;
}

@media (max-width:621px) {
    .Production1 {
        font-size: 50px;
        color: #0096DB;
    }

    .Production2 {
        font-size: 20px;
    }

    .Production3 {
        margin-top: 20px;
        font-size: 25px;
    }

    .Production4 {
        font-size: 25px;
    }

    .ProductionKVVBlue {
        color: #4FC7FF;
    }

    .Production5 {
        margin-top: 20px;
        font-size: 20px;
    }

    .Production6 {
        margin-top: 30px;
        font-size: 20px;
    }
}

@media (max-width:460px) {
    .Production1 {
        font-size: 30px;
        color: #0096DB;
    }

    .Production2 {
        font-size: 10px;
    }

    .Production3 {
        margin-top: 10px;
        font-size: 15px;
    }

    .Production4 {
        font-size: 15px;
    }

    .ProductionKVVBlue {
        color: #4FC7FF;
    }

    .Production5 {
        margin-top: 10px;
        font-size: 10px;
    }

    .Production6 {
        margin-top: 20px;
        font-size: 10px;
    }
}

.KVV {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.KVVR2 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.KVVR3 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

div.OurPreim {
    z-index: 3;
    position: relative;
}

div.OblPrim {
    z-index: 3;
    position: relative;
}

.Buhta1 {
    z-index: 2;
    position: absolute;
    margin-right: 77%;
    max-width: 900px;
}

.Buhta2 {
    z-index: 2;
    position: absolute;
    margin-left: 77%;
    margin-top: 300px;
    max-width: 900px;
}

.OurPreim1 {
    margin-top: 50px;
    font-size: 70px;
    color: #0096DB;
}

.OurPreim2 {
    margin-top: 20px;
    margin-left: 40px;
    font-size: 30px;
}

.OblPrim1 {
    margin-top: 50px;
    font-size: 70px;
    color: #0096DB;
}

.OblPrim2 {
    margin-top: 20px;
    font-size: 30px;
}

.OblPrim3 {
    margin-top: 20px;
    font-size: 30px;
}

.footer__phone>p {
    text-decoration: none;
}

@media (max-width:810px) {
    .OurPreim1 {
        font-size: 65px;
        color: #0096DB;
    }

    .OurPreim2 {
        font-size: 25px;
    }

    .OblPrim1 {
        font-size: 65px;
        color: #0096DB;
    }

    .OblPrim2 {
        font-size: 25px;
    }

    .OblPrim3 {
        font-size: 25px;
    }
}


@media (max-width:621px) {
    .OurPreim1 {
        font-size: 50px;
        color: #0096DB;
    }

    .OurPreim2 {
        font-size: 20px;
    }

    .OblPrim1 {
        font-size: 50px;
        color: #0096DB;
    }

    .OblPrim2 {
        font-size: 20px;
    }

    .OblPrim3 {
        font-size: 20px;
    }
}

@media (max-width:580px) {
    .OurPreim1 {
        font-size: 40px;
        color: #0096DB;
    }

    .OurPreim2 {
        font-size: 20px;
    }

    .OblPrim1 {
        font-size: 40px;
        color: #0096DB;
    }

    .OblPrim2 {
        font-size: 20px;
    }

    .OblPrim3 {
        font-size: 20px;
    }
}

@media (max-width:460px) {
    .OurPreim1 {
        font-size: 30px;
        color: #0096DB;
    }

    .OurPreim2 {
        font-size: 10px;
    }

    .OblPrim1 {
        font-size: 30px;
        color: #0096DB;
    }

    .OblPrim2 {
        font-size: 10px;
    }

    .OblPrim3 {
        font-size: 10px;
    }

}

@media (max-width:320px) {
    .OurPreim1 {
        font-size: 20px;
        color: #0096DB;
    }

    .OurPreim2 {
        font-size: 10px;
    }

    .OblPrim1 {
        font-size: 20px;
        color: #0096DB;
    }

    .OblPrim2 {
        font-size: 10px;
    }

    .OblPrim3 {
        font-size: 10px;
    }

}

@media (max-width:425px) {
    .Buhta2 {
        margin-left: 71%;
        margin-top: 300px;
    }
}

@media (max-width:375px) {
    .Buhta2 {
        margin-left: 67%;
        margin-top: 300px;
    }
}

@media (max-width:320px) {
    .Buhta2 {
        margin-left: 63%;
        margin-top: 320px;
    }
}

.footer {
    margin-top: auto;
    margin-top: 70px;
    width: 100%;
    height: 1000px;
    background-color: #f0f8ff;
    display: flex;
    text-align: center;
}

.footer__logo {
    margin-top: 20px;
}

.footer__contacts {
    display: inline-block;
    font-size: 30px;
    margin-top: 20px;
}

.footer__phone {
    display: inline-block;
    font-size: 20px;
}

.footer__whatsappandtelegrammicon {
    margin-top: 10px;
}

.footer__whatsapp {
    width: 60px;
}

.footer__telegram {
    width: 60px;
}

.footer__instagram {
    width: 60px;
}

.footer__mail {
    display: inline-block;
    font-size: 30px;
    margin-top: 20px;
}

.footer__mailadress {
    font-size: 20px;
}

.footer__map {
    margin-top: 20px;
    font-size: 30px;
}

.footer__navigation {
    margin-top: 10px;
    font-size: 20px;
}

.footer__map_comp {
    margin-top: 10px;
    width: 100%;
}

@media (max-width: 1000px) {
    .footer {
        margin-top: auto;
        margin-top: 70px;
        width: 100%;
        height: 930px;
        background-color: #f0f8ff;
        display: flex;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .footer {
        margin-top: auto;
        margin-top: 70px;
        width: 100%;
        height: 890px;
        background-color: #f0f8ff;
        display: flex;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .footer {
        margin-top: auto;
        margin-top: 70px;
        width: 100%;
        height: 820px;
        background-color: #f0f8ff;
        display: flex;
        text-align: center;
    }
}

@media (max-width: 676px) {
    .footer {
        margin-top: auto;
        margin-top: 70px;
        width: 100%;
        height: 760px;
        background-color: #f0f8ff;
        display: flex;
        text-align: center;
    }
}

@media (max-width: 546px) {
    .footer {
        margin-top: auto;
        margin-top: 70px;
        width: 100%;
        height: 720px;
        background-color: #f0f8ff;
        display: flex;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .footer {
        margin-top: auto;
        margin-top: 70px;
        width: 100%;
        height: 670px;
        background-color: #f0f8ff;
        display: flex;
        text-align: center;
    }

    .footer__logo {
        margin-top: 20px;
    }

    .footer__contacts {
        display: inline-block;
        font-size: 25px;
        margin-top: 25px;
    }

    .footer__phone {
        display: inline-block;
        font-size: 20px;
    }

    .footer__whatsappandtelegrammicon {
        margin-top: 10px;
    }

    .footer__whatsapp {
        width: 60px;
    }

    .footer__telegram {
        width: 60px;
    }

    .footer__mail {
        display: inline-block;
        font-size: 25px;
        margin-top: 20px;
    }

    .footer__mailadress {
        font-size: 20px;
    }

    .footer__map {
        margin-top: 20px;
        font-size: 25px;
    }

    .footer__navigation {
        margin-top: 10px;
        font-size: 20px;
    }

    .footer__map_comp {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .footer {
        margin-top: auto;
        margin-top: 70px;
        width: 100%;
        height: 630px;
        background-color: #f0f8ff;
        display: flex;
        text-align: center;
    }

    .footer__logo {
        margin-top: 20px;
    }

    .footer__contacts {
        display: inline-block;
        font-size: 20px;
        margin-top: 20px;
    }

    .footer__phone {
        display: inline-block;
        font-size: 20px;
    }

    .footer__whatsappandtelegrammicon {
        margin-top: 10px;
    }

    .footer__whatsapp {
        width: 60px;
    }

    .footer__telegram {
        width: 60px;
    }

    .footer__mail {
        display: inline-block;
        font-size: 20px;
        margin-top: 20px;
    }

    .footer__mailadress {
        font-size: 20px;
    }

    .footer__map {
        margin-top: 20px;
        font-size: 20px;
    }

    .footer__navigation {
        margin-top: 10px;
        font-size: 20px;
    }

    .footer__map_comp {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 310px) {
    .footer {
        margin-top: auto;
        margin-top: 70px;
        width: 100%;
        height: 605px;
        background-color: #f0f8ff;
        display: flex;
        text-align: center;
    }
}

.OblPrim2_1 {
    margin-top: 10px;
}

.OblPrim2_2 {
    margin-top: 10px;
}

.OblPrim2_3 {
    margin-top: 10px;
}

.OblPrim2_4 {
    margin-top: 10px;
}

.OblPrim2_5 {
    margin-top: 10px;
}

.OblPrim2_6 {
    margin-top: 10px;
}

.OblPrim2_7 {
    margin-top: 10px;
}

