@font-face {
    font-weight: 400;
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Regular.ttf");
}

@font-face {
    font-weight: 600;
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Medium.ttf");
}

@font-face {
    font-weight: 800;
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Bold.ttf");
}

*{
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu';

}

.widht100{
    width: 100%;
    background: black;
}
.mob320px{
    position: relative;
    width: 375px;
    margin: 0 auto;
    background: black;
    overflow: hidden;
}

.header{
    width: 100%;
    background: black;
    
}

.nav_menu{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.link_tel_img{
    position: relative;
    display: flex;
    width: 96%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    z-index: 5;
}

.heder_language{
    position: relative;
    z-index: 5;
    width: 30%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 50px;
}
.heder_ru{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heder_ru a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.heder_ru a img{
    width: 25px;
    height: 25px;
}
.heder_mol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heder_mol a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.heder_mol a img{
    width: 25px;
    height: 25px;
}

.block_img{
    width: 15%;
    display: flex;
    align-items: center;
}
.link_img{
    width: 100%;
}

.block_tel{
    display: flex;
    align-items: center;
}
.link_tel{
    text-decoration: none;
    color: white;
    font-size: 47px;
    font-weight: 800;
}
.link_tel span{
    color: #FFBD59;
}

.fon_zvezda{
    position: absolute;
    top: -70px;
    left: -188px;
}

.fon_zvezda img{
    
    opacity: 0.6;
    width: 500px;
    height: 290px;
}

.foto_fon{
    position: relative;
    width: 100%;
    z-index: 5;
}
.foto_fon img{
    max-width: 100%;
}
.fon_zvezda_l {
    width: 100%;
    position: absolute;
    top: 378px;
    right: -223px;
}
.fon_zvezda_l img{
    max-width: 70%;
    z-index: -1;
    opacity: 0.6;
}
.titel{
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    z-index: 5;

}
.titel h1{
    color: white;
    text-align: center;
    font-weight: 800;
    font-size: 61px;
    line-height: 5rem;
}
.titel p{
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.titel h2{
    margin-top: 50px;
    text-align: center;
    font-weight: 800;
    color: #FFBD59;
    font-size: 100px;
}

.header_link{
    position: relative;
    z-index: 5;
    width: 70%;
    height: 70px;
    display: flex;
    margin: 0 auto;
    background: #FFBD59;
    margin-bottom: 100px;
    text-align: center;
    border-radius: 20px;
}
.header_link :hover{
    background: #e18b0a;
    border-radius: 20px;
}
.header_link a{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 40px;
    font-weight: 800;
}

.text{
    position: relative;
    z-index: 5;
    width: 70%;
    margin: auto;
    border-bottom: solid #FFBD59 5px;
    text-align: center;
    margin-bottom: 50px;
    
}
.text h3{
    position: relative;
    color: white;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 10px;
    z-index: 5;
}
.fon_zvezda2{
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 1128px;
    left: -100px;
}
.fon_zvezda2 img{
    position: relative;
    max-width: 70%;
    z-index: -1;
    opacity: 0.6;
}

.order_text{
    position: relative;
    z-index: 5;
    width: 90%;
    margin: 0 auto;
    background: rgb(175, 173, 173, 0.5);
    border-radius: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 100px;
}
.order{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.order span{
    font-size: 64px;
    font-weight: 800;
    color: #FFBD59;
}
.order p{
    font-size: 23px;
    color: white;
    font-weight: 600;
    margin-top: 25px;
}

.fon_zvezda3{
    width: 100%;
    position: absolute;
    top: 2274px;
    right: -223px;
}
.fon_zvezda3 img{
    display: none;
    max-width: 70%;
    opacity: 0.6;
}

.price_text{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
}
.price_text p{
    position: relative;
    color: white;
    line-height: 1.4rem;
    font-size: 20px;
    z-index: 5;
}

.price{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.price .price_map{
    width: 85%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    margin-bottom: 50px;
}
.price .price_map .price_img{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.price .price_map .price_img img{
    /* max-width: 95%; */
    width: 200px;
    height: 200px;
}

.price_map .price_text_map{
    width: 90%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.price_text_map h3{
    color: black;
    font-weight: 800;
    font-size: 40px;
}
.price_text_map p{
    color: black;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.price_text_map p span{
    color: #FFBD59;
    font-size: 30px;
}
.font a{
    font-size: 30px;
}
.font_bus h3{
    font-size: 30px;
}

.price_list_addition{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.price_list_addition p{
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5rem;
}
.price_list_addition p a{
    color: #FFBD59;
}
.font_h h3{
    font-size: 30px;
}

.photo_help{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 100px;
}
.photo_help img{
    /* max-width: 100%; */
    width: 450px;
    height: 275px;
}

.photo_help_text{
    position: relative;
    width: 90%;
    margin: 0 auto;
    background: rgb(175, 173, 173, 0.4);
    border-radius: 15px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
    z-index: 5;
}
.photo_help_text p{
    width: 80%;
    margin: 0 auto;
    color: white;
    font-size: 20px;
    font-weight: 800;
    line-height: 2rem;
}

.advantages{
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* .fon_zvezda4{
    width: 100%;
    position: absolute;
    top: 6165px;
    right: -223px;
    
}
.fon_zvezda4 img{
    max-width: 70%;
    opacity: 0.6;
} */

.advantages_block{
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 15px;
    margin-bottom: 100px;
    z-index: 5;
}
.advantages_img{
    display: flex;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.advantages_img img{
    width: 200px;
    height: 200px;
}
.advantages_text{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}
.advantages_text p{
    font-size: 20px;
    font-weight: 600;
}

.fon_zvezda5{
    width: 100%;
    position: absolute;
    top: 6729px;
    left: -102px;
    
}
.fon_zvezda5 img{
    max-width: 70%;
    opacity: 0.6;
}

.fon_zvezda6{
    width: 100%;
    position: absolute;
    top: 7423px;
    right: -223px;
}
.fon_zvezda6 img{
    max-width: 70%;
    opacity: 0.6;
}

.fon_zvezda7{
    width: 100%;
    position: absolute;
    top: 8160px;
    left: -102px;
}
.fon_zvezda7 img{
    max-width: 70%;
    opacity: 0.6;
}


.phone_button a{
    font-size: 30px;
    font-weight: 400;
}

footer{
    width: 100%;
}
.footer_link_tel{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 25px;
}
.footer_link_img{
    width: 15%;
    display: flex;
    align-items: center;
}
.footer_link_img img{
    width: 100%;
}


.footer_link a{
    font-size: 30px;
    text-decoration: none;
    color: white;
}

.social_media{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 200px;
}

.footer_social_media{
    width: 50%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.footer_social_media a{
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.footer_social_media img{
    width: 100px;
    height: 100px;
}

/* слайдер */

.wrappp{
    width: 100%;
    align-items: center;
    margin: 0 auto;
    margin-top: 54px;
    margin-bottom: 50px;
    position: relative;
    
}
.fade{
    width: 100%;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.slider_wrappp_height{
    margin-left: 15px;
    margin-right: 15px;
}
.slider_img_wrappp{
    width: 100%;
    
}
.slider_img_wrappp img{
    max-width: 100%;
    border-radius: 20px;
}

/* конец */

@media screen and (min-width: 411px) {
    
    .mob320px{
        width: 413px;
    }
}