@font-face {
    font-family: 'ALSSector';
    src: url('fonts/ALS Sector Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'circle';
    src: url('fonts/Circe-Light.ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'circle';
    src: url('fonts/Circe-Regular_0.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'circle';
    src: url('fonts/Circe-Bold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'circle';
    src: url('fonts/Circe-ExtraBold_0.ttf');
    font-weight: 800;
    font-style: normal;
}

body {
    outline: none;
    margin: 0;
    
    outline: 0;
    font-family: 'circle';
   
    font-weight: 400;
    font-style: normal;

}



h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    
    
}

h2 {
text-align: center;
}

h3{
 text-align: center;   
}


img {
    max-width: 100%;
}
img.center {
    display: block;
    margin: 0 auto;
}
.container {
   width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;

   
}



.header_bg {
    width: 100%;
    position: absolute;
    background-color: rgba(34, 91, 174, 1);
    z-index: 101;
    position: fixed;
}




.header_bg.fixed {
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    
    z-index: 9999999999;
    position: fixed;
    box-shadow: 0 14px 28px rgba(138,138,138,0.1), 0 10px 10px rgba(0,0,0,0.05);
}

.logo_mj{
    width: 210px;

}
.logo_kom{
    width: 130px;
}

.header_bg.fixed .logo_mj {
    display: none;
}

.header_bg.fixed .logo_mj_mob {
    display: none;
}
.header_bg.fixed .logo_mj_col {
    display: block;
    width: 210px;
}

.header_bg .logo_kom_black{
display: none;
}

.header_bg .logo_mj_col {
    display: none;
}
.logo_mj_mob{
    display: none;
}

.logo_mj_col_mob{
    display: none;
}






.header_bg.fixed .logo_kom_black{
display: block;
width: 130px;
}

.header_bg.fixed .logo_kom{
    display: none;
}


.header_bg.fixed a {
    color: #000;
}


.header{
    padding: 17px 0;
    top:0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   

}

.nav a{
    color: white;
    font-size: 16px;

    margin-right: 20px;
    text-decoration: none;
}

.nav a:hover{
    border-bottom: 2px solid #ce0058; 
}


.banner {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(img/mobile_bg2.jpg);
    background-size: cover;

    width: 100%;
    height: 600px;

}


.banner_title{
    position: absolute;
    line-height: 1;
    font-size: 60px;
    font-weight: 800;
    color: white;
    top: 120px;
    left:350px;
    
}

.banner_text{
    width: 700px;
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    color: white;
    top: 320px;
    left:350px;
}


.intro_text {
    /*padding: 30px 0;*/
    text-align: left;
}

.slider_nav{
    display: flex;
    justify-content: space-around;
    
    
}

.nav_item{

    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 2px #5eaee0 solid;
    fill: #5eaee0;
    border-radius: 10px;
    text-transform: uppercase;
    background: #5eaee0;
    cursor:pointer;
    color: #5eaee0;
    margin-bottom: 10px;
    color:white;
}

.nav_item a{

}

.nav_item:hover{
    background: white;
    color: #5eaee0;
}
.nav_item a{
    text-decoration: none;
}

.btn {

    width: 50%;
    margin: 0 auto;
    text-align: center;
   padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 2px #ce0058 solid;
    border-radius: 10px;
    text-transform: uppercase;
    cursor:pointer;
    color: #ce0058; 
     /* margin-bottom: 80px;*/
}

.btn:hover{
    background: #ce0058;
    color: white;

}   
.slider{
    width: 100%;



}



.slider_img_1{
  position: relative;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(img/50_4.jpg);
    background-size: cover;

    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
  

}

.slider_img_2{
  position: relative;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(img/50_1.jpg);
    background-size: cover;

    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
  

}

.slider_img_3{
  position: relative;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(img/50_2.jpg);
    background-size: cover;

    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
  

}
.slider_img_4{
  position: relative;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(img/50_3_1.jpg);
    background-size: cover;

    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
  

}


.slider_content {
    
    text-align: center;
    color: white;
   
    

}
.slider_title{
    margin: auto;
    font-size: 48px;
    color: white;
}

.slider_text{
    font-size: 22px;
    width: 70%;
    margin: 0 auto;
}

.slider_inner_text {
    /*padding-top: 20px;*/
}
.quote{
    padding-top: 10px;
    padding-bottom: 40px;
    background: linear-gradient(to top, #5eaee0, #2261ae);
    height: auto;

}

.person{

    display: flex;

}
.surname{
    padding-top: 100px;
    margin-left: 40px;
    font-size: 40px;
    font-weight: 600;
    color: white;
}
.post {
    font-size: 22px;
    margin-left: 40px;
    color: white;
    margin-top: -30px;
}
.photo1{
    background: url(img/sobyanin1.jpg);
    background-size: cover;
    border-radius: 300px;
    width: 400px;
    height: 400px;
}
.photo2{
    background: url(img/alexandrova.jpg);
    background-size: cover;
    border-radius: 300px;
    width: 400px;
    height: 400px;
}
.photo3{
    background: url(img/ustinova.jpg);
    background-size: cover;
    border-radius: 300px;
    width: 400px;
    height: 400px;
}

.photo4{
    background: url(img/shkut3.jpg);
    background-size: cover;
    border-radius: 300px;
    width: 400px;
    height: 400px;
}


.quote_text{
    padding-top: 20px;
    color: white;
    font-size: 18px;
    font-weight: 200;
}
span{
    color: #000;
    background: #fff;
    padding: 0 10px;
}

.footer_bg{
    padding: 20px 0;
    width: 100%;
    margin-top: -50px;
    background-color: #2261ae; 
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.responsive_quote .slick-dots
{
   
    position: absolute;
    top: unset;
   bottom:20px;


    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;


}

.responsive .slick-prev
{
    top: 300px;
    left: 20px;
    z-index: 9999;
}

.responsive .slick-next {
   top: 300px; 
}


.responsive_quote .slick-prev,.responsive_quote .slick-next {
    top: 50%;
}



@media (max-width: 1024px) {

    .container{
        width: 90%;
        margin: 0 auto;
    }

    .banner_title{
    position: absolute;
    line-height: 1;
    font-size: 44px;
    font-weight: 800;
    color: white;
    top: 70px;
    left:20px;
    
}

.slider_img_1,.slider_img_2,.slider_img_3,.slider_img_4{
    height: 300px;
}

.slick-dots
{
  
   top: 270px;

  
}

.nav{
    display: none;
}

.banner_text{
    width: 90%;
    margin: 0 auto;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: white;
    top: 300px;
    left:20px;

}
.slider_nav{
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    
}

.slider_title{
    margin: auto;
    font-size: 28px;
    color: white;
}



.nav_item{
    vertical-align: center;
    text-align: center;
    
    padding: 10px 8px;
    font-size: 15px;
    font-weight: 600;
    border: 2px #5eaee0 solid;
    border-radius: 10px;
    text-transform: uppercase;
    cursor:pointer;
    color: white;
    width: 70%;

}



    .person{
        flex-wrap: wrap;
        flex-direction: column;
        
        align-items: center;
    }
    .name {

    }

    .photo1,.photo2,.photo3,.photo4,.photo5,.photo6,.photo7,.photo8{
    width: 150px;
    height: 150px;
}

.surname{
    padding: 0;
}
.footer{
    margin-top: 20px;
}

.logo_mj_mob{
    display: none;
    width: 100px;
}

.logo_mj_col_mob{
    display: block;
}
.logo_mj{
    display: block;

}



.header_bg.fixed .logo_mj_col_mob {
    display: block;
}

.header_bg.fixed .logo_mj_col {
    display: none;
}

.header_bg.fixed .logo_mj_col_mob {
    display: block;
    width: 47%;
}

}


