
@font-face {

    font-family: 'Exo2 Bold';

    src: url(fonts/Exo2-Bold.ttf);

}

@font-face {

    font-family: 'Exo2 Medium';

    src: url(fonts/Exo2-Medium.ttf);

}

@font-face {

    font-family: 'Exo2 Regular';

    src: url(fonts/Exo2-Regular.ttf);

}
@font-face {

    font-family: 'Exo2 Thin';

    src: url(fonts/exo2-Thin.ttf);

}

@font-face {

    font-family: 'Exo2 Semibold';

    src: url(fonts/exo2-semibold.ttf);

}

@font-face {

    font-family: 'notoSans';

    src: url(fonts/notoSans.ttf);

}

body{
    margin: 0;
}
header{
    margin: 0 auto;
}
.info{
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.flx{
    margin: 5px;
    padding: 5px;
    flex: 0 1 auto;
}
#logo{
    height: 80px;
    margin-left: -65px;

}
#logo:hover{
    text-decoration: none !important;
    color: black !important;
}
#logoTitle h1{
    font-family: "Exo2 Regular";
    line-height: 25px;
    display: block;
    margin-top: 20px;
    text-decoration: none !important;
    color: black !important;
    font-size: 30px;


}
#logoTitle h1:hover{
    text-decoration: none !important;
    color: black !important;
}
#logoTitle span{
    font-family: "Exo2 Medium" ;
    /*color: #636363;*/
    line-height:8px;
    text-decoration: none !important;

    display: block;
    color: #838383 !important;

}
#logoTitle{
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    height: 100px;
}
#logo img{
    display: inline-block;
    margin-bottom: 20px;
}
#line{
    margin-top: 20px;
    border-left: 1px solid #dadada;
    height: 50px;
    font-family: "Exo2 Regular" ;
    padding-left: 20px;
    width: 550px;
}
#phone{
    margin-top: 20px;
}
#phone img{
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;

}
#phone span{
    display: inline-block;
    font-family: "Exo2 Bold";
    vertical-align: middle;

}
#login{
    cursor: pointer;
}
#login img{
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;

}
#login a{
    display: inline-block;
    font-family: "Exo2 Bold";
    vertical-align: middle;
    height: 55px;
    padding-top: 18px;

}
#login span{
    border-bottom: 1px dotted black ;
    text-transform: uppercase;
    font-size: 12px;
}

.menubg{
    background-color: #fece00;
    width: 100%;
}

.menu{
    display: flex;
    justify-content: center;
    min-height: 70px;
    flex-wrap: wrap;
    background-color: #fece00;
    margin-top: 0;
    width: 1200px;
    margin: 0 auto;


}
.menuItems{
    display: inline-block;
    flex: 0 1 auto;
    text-decoration: none !important;
    text-transform: uppercase;
    color: black;
    font-family: "Exo2 Bold" ;
    padding-left: 73px;
    padding-right: 73px;
    font-size: 15px;
    padding-top: 25px;
    border-left: 1px solid #caa612;

    transition: 0.3s !important;
    position: relative;
    cursor: pointer;
}
.menuItems:last-child{
    border-right: 1px solid #caa612;
}
.menuItems:nth-child(5){
    border-right: 1px solid #caa612;
}


/*@media (max-width: 1367px) {*/
/*    .menuItems{*/
/*        padding-left: 50px;*/
/*        padding-right: 50px;;*/
/*    }*/
/*}*/
.menuItems:hover{
    color: white;
    background-color: #f69220;
}
.menuItems .topItem {
    color: black;
    text-decoration: none !important;
}
.menuItems .topItem:hover {
    color: white;
    text-decoration: none !important;

}
.submenu{
    position: absolute;
    left: 0;
    top:70px;
    background-color: #f5f5f5;
    height: auto;
    width: 788px;
    z-index: 999;
    display: none;
}
.submenu_Contein{
    position: relative;
    height: auto;
    top: 20px;
    left: 50px;
    z-index: 9999;
    display: block;
    margin-right: 100px;
    float: left;
}
.submenu_Contein a{
    cursor: pointer;
    position: relative;
    z-index: 9999;
    display: block;
    margin-top: 10px;
    font-family: "Exo2 Regular" ;
    color: black !important;
    text-transform: none !important;
    line-height: 17px;
}
.submenu_Contein a:hover{
    color: black !important;
}
#lastItem{
    border-right: 1px solid #caa612;
}
.trigls-top{
    background-image: url(../img/trigls-top.png) ;
    background-repeat: no-repeat;
    background-position: 1070px 20px;
}

#slider-top{
    /*margin-top: -20px;*/
}
.slide{
    background: #25262b;
    height: 500px;
    position: relative;
}
.itm-img-slide{
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
}
.slide .counter{
    margin: 0 auto;
    color: white;
    text-align: center;
    font-family: "Exo2 Regular" ;
    padding-top: 20px;
    font-size: 40px;
    position: relative;
    z-index: 999;

}
.slide .counter span{
    margin: 0 auto;
    color: #caa612;
    text-align: center;
    font-family: "Exo2 Regular" ;
    padding-top: 20px;
    font-size: 20px;
    vertical-align: top;
    line-height: 40px;

}
.slide_contein{
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 999;
}
.slide_contein span{
    font-family: "Exo2 Regular" ;
    color: white;
    font-size: 45px;
    width: 570px !important;
    display: block;
}
.slide_contein_text{
    margin-top: 25px;
    font-family: "Exo2 Regular" ;
    color: white;
    line-height: 25px;
}
.sldButton{
    margin-top: 50px;
    display: inline-block;
}
.top-slider .owl-dots{
    position: relative;
    margin-top: 240px;
    z-index: 9999;
    margin-bottom: 80px;
    text-align: center;

}
.top-slider .owl-dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: white 1px solid !important;
    border-radius: 20px;
    margin-left: 15px;
}
.top-slider .active{
    background-color: white !important;
}
.top-slider .owl-nav{
    text-align: justify;
    margin-top: -300px;
    position: relative;
    z-index: 9999;
}
.top-slider .owl-prev{
    display: inline-block;
    position: relative !important;
    z-index: 9999 !important;
    width: 63px;
    height: 90px;
    background: url('../img/left.png') no-repeat center !important;
    float: left;

}
.top-slider .owl-next{
    display: inline-block;
    position: relative !important;
    z-index: 9999 !important;
    width: 63px;
    height: 90px;
    background: url('../img/right.png') no-repeat center !important;
    float: right;

}

.top-side{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

#top-sideTitle{
    text-transform: uppercase;
    font-family: "Exo2 Bold" ;
    font-size: 40px;
    border-bottom: #caa612 3px solid;
}

.ellyButton{
    background-color: #fece00;
    border-radius: 20px ;
    color: black;
    padding: 10px 40px;
    /*font-family: "Exo2 Bold" ;*/
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.3s;
    font-size: 12px;
    font-family: 'Exo2 Semibold';

}
.ellyButton:hover{
    color: white;
}
.top-sideInfo{
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Exo2 Regular" ;
    margin-top: 40px;
    line-height: 30px;
}
#forWho{
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Exo2 Regular";
    font-size: 45px;
    margin-top: 40px;
    text-transform: uppercase;
}
.center-side{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 70px;
    flex-wrap: wrap;
    padding-top: 50px;

}
.item-center-side{
    width: 30%;
    border: 1px solid #e2e2e2;
    padding: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0px 5px 67px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 67px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 67px 2px rgba(34, 60, 80, 0.2);
    background-color: white;
    cursor: pointer;
    transition: 0.3s;
}
.item-center-side:hover{
    background: #fece00;
    box-shadow: 0 0 0 32px #fece00;
    border: 1px solid #fece00;
}
.item-center-side:hover span{
    color: white;
}
.item-center-side span{
    font-family: "Exo2 Regular";
    font-size: 30px;
    color: #d1cfd0;
    line-height: 80px;
    display: block;

}
.item-center-side .subtextcontrol{
    font-family: "Exo2 Semibold";
    line-height: 30px;
    font-size: 17px;
    display: block;
    font-weight: bold;
    padding-top: 50px;
    color: black;

}
.item-center-side img{
    float: right;
}

.bg-side-center{
    background: rgb(245,245,245);
    background: linear-gradient(0deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 50%);
}
.bg-bottom-side{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bottom-side{
    display: flex;
    justify-content: space-between;
    position: relative;
    /*background: rgb(0,0,0);*/
    /*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(27,37,46,1) 40%, rgba(53,72,79,1) 100%);*/
    height: 750px;

}
.itm-bottom-side{
    width: 20%;
    border-right: 1px solid #3a4149;

    transition: 0.3s;
    margin: 0;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
#itm-bottom-side_last{
    border-right: none !important;
}

.itm-bottom-side span{
    color: white;
    font-family: "Exo2 Thin";
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 70%;
    font-size: 24pt;

}
.itm-bottom-side a{
    display: block;
    margin: 0 auto;

}
.itm-bottom-side img{
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}

.itm-bottom-side h4{
    font-family: "Exo2 Regular";
    text-align: center;
    color: white;
    font-size: 15px;
    line-height: 20px;
    display: none;
}
.itm-bottom-side  .lineSeparate{
    display: none;
    width: 20%;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 3px solid #fece00;
}
.itm-bottom-side:hover{
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.itm-bottom-side:hover .lineSeparate{
    display: block;
}

.itm-bottom-side:hover h4{
    display: block;
}
.itm-bottom-side:hover img{
    margin-top: 40px;
}
.itm-bottom-side:hover span{
    margin-top: 50%;
}
.submision{
    display: flex;
    justify-content: space-between;
}
.submision .left{
    margin: 0;
    width: 50%;
    padding: 3.2%;
    padding-left: 7%;
    background-image: url(../img/trigl-bottom.png) ;
    background-repeat: no-repeat;
    background-position: 400px 480px;
    margin-bottom: 120px;

}
.submision .left span{
    text-transform: uppercase;
    font-family: "Exo2 Bold" ;
    font-size: 40px;
    border-bottom: #caa612 3px solid;
    display: inline-block;
    margin: 0 auto;
}
.submision .right{
    margin: 0;
    width: 43%;
    padding: 7%;
    position: relative;
    background-color: #3a4149;
}
.submision .right img{
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.submision .left .text_black{
    font-family: "Exo2 Regular";
    margin-top: 30px;
    color: black;
    font-size: 15px;
    line-height: 30px;

}
.submision .left .text_gray{
    font-family: "Exo2 Regular";
    margin-top: 30px;
    color: #727272;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 60px;

}
.bottom_slider_bg{
    background-color: #f5f5f5;
    padding-bottom: 20px;
}
.bottom_slider{
    max-width: 1200px !important;
    margin: 0 auto;

}
.bottomSlide{
    background-color: #f5f5f5;
}
.bottom_slider .owl-dots{
    position: relative;
    margin: 0 auto;
    width: 130px;
    margin-top: -59px;
    z-index: 9999;
    margin-bottom: 40px;



}
.bottom_slider .owl-dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ababa9 !important;
    border-radius: 20px;

    margin-left: 17px;
    z-index: 9999;
}
.bottom_slider .active{
    background-color: black !important;
}
.bottom_slider .owl-nav{
    text-align: center;

    position: relative;
    z-index: 9999 !important;

}
.bottom_slider .owl-prev{
    display: inline-block;
    position: relative !important;
    z-index: 9998 !important;
    width: 63px;
    height: 90px;
    background: url('../img/left-arrow.png') no-repeat center !important;
    margin-right:70px ;

}
.bottom_slider .owl-next{
    display: inline-block;
    position: relative !important;
    z-index: 9998 !important;
    width: 63px;
    height: 90px;
    background: url('../img/rigth-arrow.png') no-repeat center !important;
    margin-left:70px ;

}
.bottomSlide span{
    text-transform: uppercase;
    font-family: "Exo2 Bold" ;
    font-size: 40px;
    border-bottom: #caa612 3px solid;
    display: inline-block;
    margin: 0 auto;
}
.bottomSlide{
    padding-top: 50px;
}
.bottomSlide .text_black{
    font-family: "Exo2 Regular";
    margin-top: 30px;
    color: black;
    font-size: 15px;
    line-height: 30px;
}
footer{
    background-color: #222328;
    height: 400px;
}

.footer_content{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    flex-wrap: wrap;
    padding-top: 50px;
}
.contact_bottom span{
    float: right !important;
    color: white !important;
}
.contact_bottom h2{

    color: white !important;
}
.bottom_menu{
    display: flex;
    justify-content: space-between;
}
.bottom_menu_itm a{
    font-family: "Exo2 Regular";
    color: white !important;
    text-transform: uppercase !important;
    line-height: 55px !important;
    font-size: 13px;
}
.info_bottom{
    padding-top: 10px;
    font-family: "Exo2 Regular";
    color: white !important;
    padding-left: 10px;
}
 #title_anketa{
     font-family: "Exo2 Semibold";
     padding-top: 30px;
     color: black;
     font-size: 45px;
     line-height: 30px;
     text-transform: uppercase;
     display: block;
     margin-bottom: 41px;
 }
.subtitle_anketa{
    background: #f5f5f5;
    padding: 30px;
    padding-left: 50px;
    text-transform: uppercase;
    color: black;
    font-size: 25px;
    font-family: "Exo2 Bold";
    border-bottom: 2px solid white;
}
.subsection_content{
    background: #f5f5f5;
    padding: 50px;
}

.example-1 input[type=file]{outline:0;opacity:0;pointer-events:none;user-select:none}
.example-1 .label{width:158px;cursor:pointer;text-align:center}
.example-1 .label i{display:block;font-size:42px;}
.example-1 .label i,.example-1 .label .title{}
.example-1 .label:hover{}
.example-1 .label:hover i,.example-1 .label:hover .title{}
.example-1 .label{}
.label_check{

    vertical-align: middle;
    font-family: "notoSans";
    font-size: 14px;
}
.input-title{
    display: block;
    margin-top: 15px;
    font-family: "notoSans";
    font-size: 15px;
}
.text-input{
    width: 100%;
    height: 45px;
    padding-left: 15px;
}
.radiobutton{
    display: block;
    margin-right: 20px;
    float: left;
    margin-top: 15px;

}
.block_hide{
    display: none;
}
.button_yello_brd{
    /*font-family: "Exo2 Bold";*/
    text-transform: uppercase;
    font-size: 15px;
    color: black;
    text-decoration: none;
    border: 3px solid #fece00;
    border-radius: 20px;
    padding: 5px 30px ;
    transition: 0.3s;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;

}
.button_yello_brd:hover{
    text-decoration: none;
    color: white !important;
    background-color: #fece00;


}
.radiobutton_fake{
    display: inline-block;
}
.radiobutton_fake span{
    display: inline-block;
    vertical-align: top;
}

.priorityBlock{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;

}
.priorityChild .text_black_itm
{
    position: relative;
    z-index: 9999;
    margin-left: 80px;
    margin-top: 10px;
    min-height: 130px;
    font-size: 12px;
    text-align: justify;
}
.priorityChild{
    position: relative;
    padding-right: 30px;
    float: left;
    background-color: #f5f5f5;
}
.priorityChild img{
    position: absolute;
    z-index: 888;
    width: 120px !important;
    height: 120px !important;
}
.advantages_bg{
    background-color: #f5f5f5;
}
.advantages{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;

    background-image: url(../img/bottomtrigls.png) ;
    background-repeat: no-repeat;
    background-position: 900px 140px;
}
.advantages .titleadvantagestop{
    text-transform: uppercase;
    font-family: "Exo2 Bold";
    font-size: 40px;
    border-bottom: #caa612 3px solid;
    margin-top: 130px;
}
.advantagestext{
    font-family: "Exo2 Regular";;
    font-size: 15px;
    display: block;
    float: left;

}
.imgadvantages{
    display: block;
    float: left;
    margin-top: 7px;
    border: 1px dashed #bababa;
    padding: 5px;
    border-radius: 100px;
    margin-right: 30px;

}
.copyrightborder{
    border-top: 1px solid #4e4f53;
}
.copyright{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;

}
.copyrightelem{
    color: white;
    font-size: 12px;
}
.copyrightelem a{
    color: white;
    text-decoration: underline;
}
.loader{

    position:fixed;

    top:30%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    width: 100%;
}
.container{
    margin-bottom: 100px;
}
.left_nav{

    width: 370px;
    padding: 20px;
    padding-left: 38px;
    padding-right: 38px;
    border: 1px solid #f5f5f5;
    height: 500px;
    -webkit-box-shadow: -9px 9px 21px 0px rgba(196, 196, 196, 0.45);
    -moz-box-shadow:    -9px 9px 21px 0px rgba(196, 196, 196, 0.45);
    box-shadow:         -9px 9px 21px 0px rgba(196, 196, 196, 0.45);
    position: fixed;
}
.left_nav a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
    font-family: "Exo 2 Medium";
    color: black;
    text-decoration: none;
    font-size: 13px;
}
.left_nav a:hover{
    color: #f69220;
}
.submit_button{
    display: block;
    margin: 0 auto;
    padding: 10px 20px ;
    background-color: white;
    color: black;
    border: none;
    border-radius: 30px;
    font-family: "Exo2 Regular";
    margin-top: -20px;
}


.subtitle_anketa{
    background: #f5f5f5;
    padding: 50px;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    font-family: "Exo2 Semibold";
    border-bottom: 2px solid white;
}
.subsection_content{
    background: #f5f5f5;
    padding: 50px;
}

.example-1 input[type=file]{outline:0;opacity:0;pointer-events:none;user-select:none}
.example-1 .label{width:158px;cursor:pointer;text-align:center}
.example-1 .label i{display:block;font-size:42px;}
.example-1 .label i,.example-1 .label .title{}
.example-1 .label:hover{}
.example-1 .label:hover i,.example-1 .label:hover .title{}
.example-1 .label{}
.label_check{
    margin-bottom: .6rem !important;
    vertical-align: middle;
}
.input-title{
    display: block;
    margin-top: 12px;
    font-family: "notoSans";
    font-size: 14px;

}
.text-input{
    width: 100%;
    height: 45px;
    padding-left: 15px;
}
.radiobutton{
    display: block;
    margin-right: 20px;
    float: left;
    margin-top: 15px;

}
.block_hide{
    display: none;
}
.button_yello_brd{
    font-family: "Exo 2", sans-serif;;
    text-transform: uppercase;
    font-size: 14px;
    color: black;
    text-decoration: none;
    border: 3px solid #fece00;
    border-radius: 20px;
    padding: 5px 30px ;
    transition: 0.3s;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    margin-left: 190px;
    font-weight: 600;

}
.button_yello_brd:hover{
    text-decoration: none;
    color: white !important;
    background-color: #fece00;


}
.radiobutton_fake{
    display: inline-block;
}
.radiobutton_fake span{
    display: inline-block;
    vertical-align: top;
}
.fake_rb{
    display: inline-block;
    border: 1px solid;
    height: 20px;
    width: 20px;
    border-radius: 40px;
    /*position: relative;*/
    background-color: white;
    padding-bottom: 10px
}
.point{
    /*top: 0.26em;*/
    /*left: 0.22em;*/
    /*position: absolute;*/
    margin: 0 auto;
    margin-top: 4px;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    z-index: 9999;
    background-color: black;
}
.data-input {
    width: 50%;
    height: 45px !important;
    padding-left: 15px;
}
.radiobutton_fake span{
    line-height: 20px;
}
.fakeheckbox{
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid black;
    float: left;
    margin-right: 15px;
}
.fake_lable{
    font-family: "notoSans";
    font-size: 13px;


}
.check_block{
    clear: left;
    margin-bottom: 17px;
    position: relative;
}
.checkok{
    position: absolute;
    top: 7px;
    left: 6px;
    z-index: 999999;
}
.left_block_ank{
    width: 200px;
    margin-right: 10px;
}
.right_block_ank{
    width: 410px;
}
.che {
    transform:scale(1.3);
    opacity:0.9;
    cursor:pointer;
}
