
header{
    width: 100%;
    height: 500px;
    background-image: url("../img/header-background.jpg");
    background-size: cover;
    opacity: 0.9;
}
.nav-link{
    color: white!important;
    text-decoration: none;
    font-size: 20px;
}
@media screen and (max-width: 1000px) {
    header{
        height: 650px;
    }
}
.navbar{
    background: rbg(27, 25, 25, 0.5);
}

.zagolovok_h1{
    color: white;
    text-align: center;
    margin-top: 100px;
    border: 2px solid white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(105,105,111,1) 0%, rgba(50,51,51,1) 100%, rgba(237,234,234,1) 100%);
    font-size: 26px;

}
.logo-img{
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.main-katalog{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.main-katalog-img{
    border-radius: 50%;
    border: 2px;
    height: 250px;
    width: 250px;
    cursor: pointer;
}
.wy-kovka{
    padding-top: 40px;
    height: 500px;
    text-align: center;
    background-image: url("../img/fon-perila.png");
    background-size: cover;
}

@media screen and (max-width: 600px) {
    .wy-kovka{
        padding-top: 40px;
        height: 200px;
    }
    .wy-kobka-text>h2{
        font-size: 18px;
    }
}

.wy-kobka-text{
    margin-top: 200px;
}



.vstavka{
    margin-top: 40px;
    text-align: center;
    height: 30px;
}

.wy-me{
    text-align: center;
    padding: 30px;
}
.wy-me-h4{
    opacity: 0.8;
    font-size: 20px;
    padding-top: 10px;
}
.primery{
    width: 100%;
    margin-bottom: 40px;
}
.primery-text{
    background: gray;
    width: 400px;
    height: 100px;
    border: 1px solid;
    border-radius: 20px;
    padding-top: 30px;
    text-align: center;
    color: white;
}
@media screen and (max-width: 700px) {
    .primery-text{
        width: 350px;
        height: 100px;
    }
}
.img-carusel{
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: linear-gradient(to bottom, rgb(101, 104, 130), rgb(102, 105, 125), rgb(103, 105, 121), rgb(105, 106, 116), rgb(106, 106, 112), rgb(107, 107, 107), rgb(117, 116, 116), rgb(127, 125, 125), rgb(138, 134, 134), rgb(148, 143, 143), rgb(158, 152, 152), rgb(168, 161, 161));
}
.carusel{
    margin-top: 40px;
}
.carousel-inner{
    margin-top: 40px;
    width: 50%;
    height: 500px;
    align-items: center;
    margin-left: 25%;
    border: 2px solid;
}

.carousel-item>img{
    height: 500px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .carousel-item>img{
        height: 300px;
        width: 90%;
    }
    .carousel-inner{
        height: 300px;
        width: 90%;
        margin: 0 auto;
    }
}


.pered-footer>h3{
    text-align: center;
}
.pered-footer{
    margin-left: 5%;
    font-size: 22px;
}
.up {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #959595;
    opacity: .62;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 50px;
    bottom: 50px;
    width: 55px;
    height: 55px;
    z-index: 300;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}
.up:hover {
    opacity: 1
}
@media (min-width: 300px) and (max-width: 800px) {
    .up{
        height: 30px;
        width: 30px;
    }
}



.forma{
    align-items: center;
}
   

#name{
    width: 600px;
    height: 40px;
}
#tel{
    width: 600px;
    height: 40px;
}
#email{
    width: 600px;
    height: 40px;
}
 
#message{
    width: 600px;
    height: 100px;
}

.form_sub{
    width: 150px;
    height: 40px;
    font-size: 22px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, rgb(101, 104, 130), rgb(102, 105, 125), rgb(103, 105, 121), rgb(105, 106, 116), rgb(106, 106, 112), rgb(107, 107, 107), rgb(117, 116, 116), rgb(127, 125, 125), rgb(138, 134, 134), rgb(148, 143, 143), rgb(158, 152, 152), rgb(168, 161, 161));
}


@media screen and (max-width: 1000px) {
    .forma{
        margin: 0 auto;
    }
} 
@media (min-width: 601px) and (max-width: 800px) {
    #name{
        width: 500px;
    }
    #tel{
        width: 500px;
    }
    #email{
        width: 500px;
    }
    #message{
        width: 500px;
        height: 150px;
    }
} 
@media (min-width: 501px) and (max-width: 600px) {
    #name{
        width: 400px;
    }
    #tel{
        width: 400px;
    }
    #email{
        width: 400px;
    }
    #message{
        width: 400px;
        height: 150px;
    }
} 
@media (min-width: 351px) and (max-width: 500px) {
    #name{
        width: 300px;
    }
    #tel{
        width: 300px;
    }
    #email{
        width: 300px;
    }
    #message{
        width: 300px;
        height: 50px;
    }
} 
@media screen and (max-width: 350px) {
    #name{
        width: 250px;
    }
    #tel{
        width: 250px;
    }
    #email{
        width: 250px;
    }
    #message{
        width: 250px;
        height: 50px;
    }
} 






.katalog-vorota-text-forma{
    padding-top: 40px;
    height: 800px;
    background-image: url("../img/fon.png");
}
.katalog-vorota-text-forma-h3{
    text-align: center;
    font-size: 25px;
}

.kontakty{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}



#erconts {
    width: 300px;
    height: 50px;
    font-size: 18px;
    font-family: pneb;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 22vh;
    left: 0;
    right: 0;
    background: #fdfdfd;
    border: 2px solid #000;
    padding: 10px 20px;
    z-index: 100;
    display: none;
    -webkit-box-shadow: 0 0 10px 0;
    box-shadow: 0 0 10px 0;
    color: #000
}
@media (max-width: 1199px) {
    #erconts {
        top: 200px;
    }
}

header{
    z-index: 3!important;
}
.knopka_haeder_pozvonit{
    text-align: center;
    padding-top: 50px;
    z-index: -1!important;
}
.knopka_haeder_pozvonit_button{
    height: 60px;
    width: 200px;
    background: linear-gradient(90deg, rgba(105,105,111,1) 0%, rgba(50,51,51,1) 100%, rgba(237,234,234,1) 100%);
    border-radius: 20px;
    color: white;
    font-size: 20px;
}
footer{
    color: white;
    font-size: 26px;
    text-align: center;
    padding-top: 50px;
    background: linear-gradient(90deg, rgba(105,105,111,1) 0%, rgba(50,51,51,1) 100%, rgba(237,234,234,1) 100%);

}

.footer_style{
    color: white;
    font-size: 26px;
    text-align: center;
    padding-top: 50px;
}
.seo_text_block{
    color:white;
    background: linear-gradient(90deg, rgba(105,105,111,1) 0%, rgba(50,51,51,1) 100%, rgba(237,234,234,1) 100%);
}