@font-face {
    font-family: f-light; 
    src: url(weblysleekuil.ttf); 
   }
@font-face {
    font-family: f-bold; 
    src: url(weblysleekuisb.ttf); 
   }
*{
    margin: 0;
    padding: 0;
    font-family: f-light;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body{
    background-color: #EDF3F7;
}

* a{
    text-decoration: none;
    color: black;
}

.width_full{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.width{
   width: calc(100% - 40px);
    max-width: 1640px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.hover:hover{
    opacity: .7;
    cursor: pointer;
    color: #51C3C6;
}

#to_top{
    width: 62px;
    height: 62px;
    background-color: #51C3C6;
    border-radius: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 12;
     -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    background-image: url(../img/up.png);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

#top_line{
    width: calc(100% - 40px);
    padding: 0 20px;
    background: #004F7B;
    height: 30px;
}

#lang_block{
    float: right;
    display: none;
}

.lang_flag{
    margin-top: 8px;
    margin-left: 5px;
    width: 25px;
    height: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

#lang_hy{
    background-image: url(../img/lang_hy.png);
}

#lang_en{
    background-image: url(../img/lang_en.png);
}

#lang_ru{
    background-image: url(../img/lang_ru.png);
}

#header_full{
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    background: white;
    height: 125px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    z-index: 10;
}

#header{
    height: 85px;
    vertical-align: middle;
}

#logo_bl{
    width: 280px;
    height: 100%;
    display: inline-block;
    z-index: 5;
/*    background-color: silver;*/
}

#logo{
    margin-top: 8px;
    width: 100%;
    height: 45px;
    background: url(../img/kudos_logo.png) no-repeat;
    background-position: left center;
    background-size: contain;
}

#logo_t{
    text-align: left;
    letter-spacing: 2.2px;
    font-size: 16px;
    color: #51C3C6;
    white-space: nowrap;
}

#menu_b{
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    display: block;
    max-width: 600px;
}

#menu_b ul{
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: f-bold;
    color: #004F7B;
}

#menu_btn{
   width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    position: fixed;
    right: 20px;
    top: 50px;
    border-radius: 40px; 
    z-index: 14;
    display: none;
}

.menu_close{
    background-image: url(../img/menu_btn_close.png);
}

.menu_open{
    background-image: url(../img/menu_btn.png);
}

#header_info_b{
    position: absolute;
    top: 15px;
    right: 20px;
}

#header_info_b ul{
    vertical-align: top;
    padding-left: 25px;
    background-repeat: no-repeat;
    line-height: 25px;
    color: #004F7B;
}

.email_icon_h{
    background-image: url(../img/icon_email_h.png);
    background-position: left center;
}
.phone_icon_h{
    background-image: url(../img/Icon_phone_h2.png);
    background-position: left center;
}

#slider_b{
    position: relative;
    margin : 140px auto 0 auto;
    height: calc((100vw / 1.77) * 0.6);
    max-height: 570px;
    width: 100vw;
    max-width: 1680px;
    padding: 0;
}

#slides{
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}

.slider{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
     -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

.slider_left{
  margin: auto;
    left: 5%;
    right: 0;
     width: 40%;
    height: 80%;
    right: auto;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.slider_right{
     margin: auto;
    left: 55%;
     width: 40%;
    height: 80%;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.slider_l_r{
  
}
 


.slider_main{
    margin: auto;
    left: 20%;
    width: 60%;
    height: 100%;
    z-index: 3;
}

#slider_btn_bl{
    width: 100%;
    max-width:960px;
    height: 90px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.slider_l_r_btn{
    width: 30px;
    height: 90px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#slider_to_prev{
    left: 0;
    background-image: url(../img/prev.png);
}

#slider_to_next{
    right: 0;
    background-image: url(../img/next.png);
}

#slider_nav_b{
    height: 17px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    font-size: 0;
    text-align: center;
}

.slider_nav_c{
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
    margin: 0 5px;
    transition: 1s all;
}

.slider_nav_selected{
    background: rgba(0,169,199,0.5)
}

#main_more_btn{
    position: absolute;
    width: 188px;
    height: 40px;
    background: white;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 55px;
    z-index: 5;
    text-align: center;
    color: #004F7B;
    font-family: f-bold;
    text-transform: uppercase;
    line-height: 40px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

#main_more_btn_n{
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 5;
}

#about_b{
    font-size: 0;
}

.p_title{
    width: 100%;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-family: f-bold;
    padding: 30px 0;
    position: relative;
}

.p_title::after{
    content: "";
    width: 70px;
    height: 7px;
    border-radius: 7px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 16px;
    background: #51C3C6;
}

.title_dark{
    color: #004F7B;
}

.title_light{
    color: white;
}

#about_text_b{
    display: inline-block;
    width: calc(90% - 298px);
    margin-top: 30px;
    vertical-align: top;
    padding-bottom: 30px;
}

#about_text{
     white-space: pre-wrap;
    color: #004F7B;
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
}

#about_event_b{
    margin-top: 30px;
    width: 298px;
    padding-bottom: 15px;
    background: #51C3C6;
    border-radius: 10px;
    display: inline-block;
    margin-left: 10%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

#about_event_img{
    width: 100%;
    height: 298px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#about_event_title{
    margin-top: 4px;
    color: white;
    font-family: f-bold;
    font-size: 24px;
    text-align: center;
}

#about_event_date{
    margin-top: 5px;
    color: white;
    font-size: 18px;
    text-align: center;
}

#about_event_btn{
    margin-top: 15px;
    color: #51C3C6;
    background: white;
     -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    text-align: center;
    padding: 6px 15px;
    font-size: 18px;
    font-family: f-bold;
    display: inline-block;
    min-width: 110px;
    border-radius: 20px;
}

#about_icons_b{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding: 10px 0;
}

.about_icon_b{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.about_icon_img{
    width: 100%;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about_icon_title{
    margin-top: 20px;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: center;
    font-family: f-bold;
    font-size: 18px;
    color: #004F7B;
}

#about_price .about_icon_img{
    background-image: url(../img/about_icon_price.png);
}


#about_support .about_icon_img{
    background-image: url(../img/about_icon_time.png);
}


#about_premium .about_icon_img{
    background-image: url(../img/about_icon_premium.png);
}


#about_complete .about_icon_img{
    background-image: url(../img/about_icon_pack.png);
}

#partners_b{
    background: #004F7B;
    padding-bottom: 100px;
    position: relative;
}


#partner_b{
    position: relative;
    margin : 30px auto 0 auto;
    height: calc(100vh - 455px);
    min-height: 480px;
    width: 100vw;
    max-width: 1680px;
    overflow: hidden;
    padding: 0;
}


#partners{
    width: 100%;
}

.partners{
     -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    position: absolute;
    font-size: 0;
}

.partners_c{
    margin: auto;
    left: 20%;
    width: 60%;
    height: 100%;
    z-index: 3;
}

.partners_l{
    margin: auto;
    left: 5%;
    right: 0;
     width: 40%;
    height: 80%;
    right: auto;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.partners_r{
    margin: auto;
    left: 55%;
     width: 40%;
    height: 80%;
    bottom: 0;
    top: 0;
    z-index: 1;
}




.partners_in_l{
    width: 50%;
    display: inline-block;
    height: 100%;
    background: #51C3C6;
    vertical-align: top;
    font-size: 18px;
    color: white;
}

.partners_in_l_tx_b{
    display: table;
    vertical-align: middle;
    height: calc(100% - 40px);
    margin-top: 20px;
    width: 100%;
}

.partners_in_l_tx{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.partners_in_l_tx_title{
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    font-family: f-bold;
}

.partners_in_l_tx_in{
    display: inline-block;
    max-width: calc(100% - 60px);
    line-height: 26px;
    margin: 15px auto 0 auto;
    text-align: left;
    white-space: pre-wrap;
    overflow: hidden;
}

.partners_btn{
    margin: 20px auto 0 auto;
    background: white;
    text-align: center;
    color: #51C3C6;
    padding: 7px 35px;
    border-radius: 20px;
    font-size: 15px;
    display: inline-block;
    transition: 3.5 all;
    font-family: f-bold;
}

.partners_in_r{
    width: 50%;
    display: inline-block;
    height: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
    vertical-align: top;
    
}


#partner_btn_bl{
    width: 80%;
    position: absolute;
    z-index: 5;
    height: 40px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.partner_l_r_btn{
    top: 0;
    width: calc(20% + 40px);
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 17px;
    z-index: 4;
}

#partner_to_prev{
    left: 0;
    background-image: url(../img/prev.png);
    background-position: right 15px center;
}


#partner_to_next{
    right: 0;
    background-image: url(../img/next_2.png);
    background-position: left 15px center;
}

.partners_l .partners_in_l .partners_in_l_tx_b .partners_in_l_tx .partners_in_l_tx_title, .partners_l .partners_in_l .partners_in_l_tx_b .partners_in_l_tx .partners_in_l_tx_in{
    font-size: 12px;
}

.partners_l .partners_btn {
    font-size: 10px;
}


#contacts_in_b{
    width: 100%;
    padding-bottom: 100px;
    font-size: 0;
}

.contact_p{
    width: 50%;
    display: inline-block;
    margin-top: 30px;
    position: relative;
    vertical-align: top;
}

.m-input{
    width: calc(100% - 20px);
    max-width: 400px;
    display: block;
    border: 1px solid silver;
    margin-bottom: 30px;
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 16px;
}

#loader{
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    background: url(../img/load.gif) no-repeat;
    background-size: 30px;
    background-position: center;
    background-color: rgba(237, 243, 247,0.8);
    display: none;
    left: 0;
    top: 0;
}

.m-input:focus, #mss_txt:focus{
    outline: none;
    border-color: #51C3C6 !important;
}

#mss_txt{
    width: calc(100% - 20px);
    max-width: 500px;
    border: 1px solid silver;
    margin-bottom: 30px;
    padding: 7px 10px;
    border-radius: 4px;
    resize: vertical;
    height: 168px;
    display: block;
    font-size: 16px;
}

#mss_btn{
    background: #51C3C6;
    border: none;
    color: white;
    font-size: 16px;
    font-family: f-bold;
    text-transform: uppercase;
    width: 188px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-appearance: none;
}

#mss_btn:focus{
    outline: none;
}

#mss_btn:active{
    opacity: .3
}

.contacts_address{
    vertical-align: top;
    font-size: 18px;
    display: inline-block;
    width: 50%;
    
}

.contact_address_title{
    font-size: 18px;
    color: #004F7B;
    font-family: f-bold;
    min-height: 48px;
}

.contacts_address ul{
    margin-top: 20px;
    font-size: 18px;
    color: #004F7B;
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
}

.address_line{
    background-image: url(../img/address_ad.png);
}

.email_line{
    background-image: url(../img/address_email.png);
}

.phone_line{
    background-image: url(../img/address_phone2.png);
}

#soc_b{
    margin-top: 50px;
    width: 100%;
}

.soc{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 20px 0 0;
}

#tw-icon{
    background-image: url(../img/Icon-tw.png);
}

#fb-icon{
    background-image: url(../img/icon-fb.png);
}

#in-icon{
    background-image: url(../img/Icon-in.png);
}

#yt-icon{
    background-image: url(../img/Icon-yt.png);
}

#ins-icon{
    background-image: url(../img/Icon-ins.png);
}


#map{
    width: 100%;
    height: 300px;
}

#map iframe{
    width: 100%;
    height: 300px;
}

#footer_line{
    width: 100%;
    background: #262A2D;
    padding: 20px 0;
}

#footer_line .width{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#footer_rigths{
    color: white;
    font-size: 14px;
    vertical-align: top;
    line-height: 25px;
}

#footer_developer{
    color: white;
    padding-left: 22px;
    background-position: left center;
    background-image: url(../img/pixi_studio_logo.png);
    background-repeat: no-repeat;
    font-size: 14px;
}














@media only screen and (min-width:1200px){
    #menu_b{
        left: 0 !important;
    }
}


@media only screen and (max-width:1200px){
    #menu_btn{
        display: block;
    }
    #menu_b{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -100%;
        background: white;
        z-index: 13;
        transition: .3s all;
        margin: 0;
    }
    
    #menu_b ul{
        display: block;
        margin: 30px auto;
        text-align: center;
        padding: 10px 0;
    }
    
    #header_full{
        height: 125px;
    }
    #header_info_b{
        top: 15px;
        right: 100px;
    } 
    #header{
        height: 100px;
    }
    #logo_bl{
        width: 200px;
    }  
    #logo{
        margin-top: 10px;
        background-size: contain;
        background-position: left center;
        height: 50px;
    }
    #logo_t{
        font-size: 14px;
    }
    
    .contacts_address{
        display: block;
        width: calc(100% - 20px);
        margin-left: 20px;
        margin-bottom: 30px;
    } 
    
    #about_text_b{
        width: 100%;
    }
    
    #about_event_b{
        width: 100%;
        margin: 15px auto;
    }
    

    .contact_address_title{
        min-height: auto;
    }
}

@media only screen and (max-width:768px){
    #partners_b{
        width: 100%;
    }
    
 

    #slides{
        position: relative;
        width: calc(100vw * 1.6);
        margin-left: -30%;
    } 
    #slider_b{
        height: calc(95vw / 1.77);
        overflow: hidden;
    }
    
    #partners{
       position: relative;
        height: 100%;
        width: calc(100vw * 1.2);
        margin-left: -10%; 
    }
    .partners_in_r{
        background-size: auto 40%;
    }
    
    .partners_in_l_tx_in{
        font-size: 12px;
    }
    .partners_in_l_tx_title{
        font-size: 12px;
    }
    #partner_to_prev{
        background-position: left 20px center;
    }
    
    #partner_to_next{
        background-position: right 20px center;
    }
    
    .slider_nav_c{
        width: 14px;
        height: 14px;
    }
    
    .partners_in_l{
        width: 100%;
        height: 70%;
    }
    .partners_in_r{
        height: 30%;
        width: 100%;
    } 
    #partner_to_next{
            background-image: url(../img/next.png);
    }
    
    .about_icon_b{
        width: 50%;
        margin-bottom: 30px;
    }
    
    .contact_p{
    width: 100%;
    }
    
    
}

@media only screen and (max-width:560px){
     .about_icon_b{
        width: 100%;
    }
    #header_info_b{
        display: none;
    }
    #about_text{
        font-size: 18px;
    }
}






































