html {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
* {
    margin: 0;
    padding: 0;
    outline-width: 0;
    font-family: 'Akrobat', Arial, sans-serif;
    font-size: 18px;
    color: #45494d;
}
input, textarea, select, button {
}
button {
    border: 0;
}
button:hover, input[type=submit] {
    cursor: pointer !important;
}
table {
    border-collapse: collapse;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
}
a {
    text-decoration: underline;
    color: #006eb8;
}
a:hover, li a:hover {
    text-decoration: none;
}
pre {
    display: block;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.clear {
    clear: both;
}
.no_script_message {
    display: block;
    font-size: 22px;
    text-align: center;
    padding: 30px;
}
.box {
    max-width: 1266px;
    padding: 0 15px;
    margin: auto;
}
.main {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header{
    position: relative;
}
.one_slid img{
    width: 100%;
    object-fit: cover;
}
.one_slid_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -120px;
}
.one_slid_box .box{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main_slider_arr{
    background: url("../img/arr.png") no-repeat;
    width: 23px;
    height: 72px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    display: block;
    z-index: 3;
    margin-top: -45px;
}
.main_slider_prev{
    left: 3%;
}
.main_slider_next{
    background-position: -23px 0;
    right: 3%;
}
.slide_quote{
    background: url("../img/quote.png") 50% 0 no-repeat;
    padding-top: 85px;
    color: #fff;
    width: 100%;
}
.text_quote{
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.author_quote{
    text-align: right;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
}
.head{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head .box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main_menu ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.main_menu li{
    margin-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.main_menu li:first-child{
    margin-left: 0;
}
.main_menu a{
    border-top: 5px solid transparent;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.main_menu li.active a, .no-touch .main_menu a:hover{
    border-top-color: #006eb8;
    color: #00aeff;
}
.logo{
    padding: 20px 0;
}
.footer {
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f5f6;
    padding-top: 50px;
}
.copy{
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #d0d5d8;
    font-size: 16px;
    color: #a6abb0;
}
.footer_box{
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b_btn{
    color: #006eb8;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    border: 3px solid #006eb8;
    background: transparent;
    padding: 14px 18px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.no-touch .b_btn:hover{
    background: #006eb8;
    color: #fff;
}
.f_one{
    padding: 0 15px;
    color: #45494d;
}
.f_one_title{
    font-size: 18px;
    font-weight: 300;
}
.f_one_text{
    font-size: 24px;
}
.import{
    margin-bottom: 170px;
}
.import_blue{
    -webkit-box-shadow: 0 15px 58.41px 0.59px rgba(0, 0, 0, 0.26);
    box-shadow: 0 15px 58.41px 0.59px rgba(0, 0, 0, 0.26);
    background: url("../img/b001.jpg") 0 0 no-repeat rgb(52, 140, 200);
    max-width: 1158px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px auto 70px;
    position: relative;
}
.import_blue_box{
    width: 579px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 60px;
}
.import_title{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.import_item{
    margin-top: 40px;
}
.import_item:first-child{
    margin-top: 0;
}
.import_item a,.import_item>span{
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.import_img{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: center;
    margin-right: 24px;
}
.import_img img{
    display: inline-block;
}
.import_name{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.import_gray{
    -webkit-box-shadow: 0 15px 58.41px 0.59px rgba(0, 0, 0, 0.26);
    box-shadow: 0 15px 58.41px 0.59px rgba(0, 0, 0, 0.26);
    background: url("../img/b002.jpg") 100% 0 no-repeat rgb(233, 233, 233);
    max-width: 1158px;
    min-height: 543px;
    overflow: hidden;
    margin: 0 auto 70px;
}
.import_gray_box{
    width: 579px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 60px;
    float: right;
}
.import_gray .import_title{
    color: #006eb8;
}
.import_gray .import_name{
    color: #858585;
}
.import_item>span .import_name{
    text-transform: uppercase;
}
.title_c{
    font-size: 48px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}
.partners_list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partners_item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}
.partners_item img{
    display: inline-block;
}
.slider_dots_box{
    position: absolute;
    bottom: 90px;
    width: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.slider_dots button{
    background: none;
    border: 1px solid rgba(255,255,255,.5);
    width: 9px;
    height: 9px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.slider_dots .slick-active button,.slider_dots button:hover{
    background: #fff;
    border-color: #fff;
}
.slider_dots .slick-dots{
    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;
}
.slider_dots .slick-dots li{
    margin: 0 4px;
}
.mobile_menu{
    display: none;
    width: 40px;
}
.mobile_menu span{
    width: 40px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    display: block;
}
.no-touch .mobile_menu{
    cursor: pointer;
}
body.lock{
    overflow: hidden;
}
.close_nav{
    display: none;
    position: absolute;
    top: 34px;
    right: 20px;
    background: url("../img/close.png") no-repeat;
    width: 31px;
    height: 31px;
    cursor: pointer;
}
.lock .close_nav{
    display: block;
}
.partners_dots_box{
    text-align: center;
}
.partners_dots_box button {
    background: none;
    border: 1px solid rgba(0,110,184,.5);
    width: 9px;
    height: 9px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.partners_dots_box .slick-active button, .slider_dots button:hover {
    background: #006eb8;
    border-color: #006eb8;
}
.partners_dots_box .slick-dots {
    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;
}
.partners_dots_box .slick-dots li {
    margin: 0 4px;
}
.sl_mobile{
    display: none !important;
}
.inner_page .head{
    position: inherit;
    top: auto;
    left: auto;
    width: auto;
    border-bottom: 1px solid #d0d5d8;
}
.inner_page .main_menu a{
    color: #000;
}
.inner_page.lock .main_menu a{
    color: #fff;
}
.inner_page .header{
    margin-bottom: 50px;
}
.inner_page .mobile_menu span{
    background: #000;
}
.docs_item{
    background: #fff;
    -webkit-box-shadow: 0 1px 9.9px 0.1px rgba(227, 227, 227, 0.6);
    box-shadow: 0 1px 9.9px 0.1px rgba(227, 227, 227, 0.6);
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #45494d;
    text-decoration: none;
}
.no-touch .docs_item:hover{
    background: #fcfcfc;
    color: #006eb8;
}
.no-touch .docs_item:hover .doc_name{
    color: #006eb8;
}
.doc_type{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33px;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px;
    margin-right: 20px;
}
.content{
    padding-bottom: 50px;
}
.about{
    background: url("../img/about.jpg") 50% 0 / cover no-repeat rgb(0, 110, 184);
    -webkit-box-shadow: 0px 15px 58.41px 0.59px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 15px 58.41px 0.59px rgba(0, 0, 0, 0.26);
}
.about_text{
    padding: 35px 0 130px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
}
.about_text p{
    font-size: 22px;
    color: #fff;
}
.director{
    margin: -83px 0 50px;
}
.director_box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.director_img{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 215px;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    margin-right: 40px;
}
.director_name_box{
    color: #fff;
    margin-bottom: 45px;
}
.director_name{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}
.director_job{
    font-size: 18px;
    color: #fff;
}
.director_content{
    color: #45494d;
    font-size: 18px;
    line-height: 30px;
}
.director_content p{
    margin-top: 30px;
    color: #45494d;
    font-size: 18px;
}
.director_content p:first-child{
    margin-top: 0;
}
.doc_text{
    border-top: 1px solid #d0d5d8;
    padding-top: 45px;
    color: #45494d;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}
.doc_text p{
    margin-top: 30px;
    color: #45494d;
    font-size: 18px;
}
.doc_text p:first-child{
    margin-top: 0;
}
.activity .doc_text{
    font-weight: 600;
    text-align: center;
}
.activity .doc_text p{
    font-weight: 600;
    font-size: 22px;
}
.about_page .docs{
    margin-bottom: 50px;
}
.activity_list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.activity_item{
    width: 49.3%;
    -webkit-box-shadow: 0 1px 9.9px 0.1px rgba(227, 227, 227, 0.6);
    box-shadow: 0 1px 9.9px 0.1px rgba(227, 227, 227, 0.6);
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 30px;
    color: #45494d;
    margin: 7px 0;
}
.activity_name_box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.activity_img{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    text-align: right;
    margin-left: 10px;
}
.activity_name{
    font-size: 36px;
    color: #006eb8;
    font-weight: bold;
    text-transform: uppercase;
}
.activity_body li:before{
    content: '-';
    margin-right: 5px;
}
.activity_body li{
    padding-left: 10px;
    text-indent: -10px;
    margin-top: 25px;
    line-height: 24px;
}
.activity_body li:first-child{
    margin-top: 0;
}
.form_menu{
    margin-bottom: 40px;
}
.form_menu ul{
    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;
}
.form_menu a,.form_menu span{
    border: 3px solid #006eb8;
    color: #006eb8;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 15px 35px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.form_menu .active span,.form_menu a:hover{
    background: #006eb8;
    color: #fff;
}
.form_text{
    max-width: 880px;
    margin: 0 auto 40px;
}
.form_box{
    max-width: 457px;
    margin: 0 auto;
}
.one_f{
    margin-bottom: 27px;
}
.one_f input,.one_f textarea{
    color: #000;
    font-size: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    border: 2px solid #e3e3e3;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.one_f textarea{
    resize: none;
    height: 134px;
}
.one_f input.clicked,.one_f textarea.clicked{
    border-color: #000;
}
.one_f input.error,.one_f textarea.error{
    border-color: #e82220;
}
.one_f input:focus,.one_f textarea:focus{
    border-color: #006eb8;
}
.one_button input{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #006eb8;
    background: #006eb8;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.one_button input:hover{
    background: #fff;
    color: #006eb8;
}
input[type="checkbox"]{
    display:none;
}
input[type="checkbox"] + label span{
    font-size: 18px;
    cursor: pointer;
    line-height: 26px;
}
input[type="checkbox"] + label:before{
    content: "";
    display: inline-block;
    height: 26px;
    width: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26px;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    margin: 0 10px 0 0;
    background: url("../img/chexk.png") -26px 0 no-repeat;
}
input[type="checkbox"]:checked + label:before {
    background-position: 0 0;
}
input[type="checkbox"]:disabled + label:before {
    background-position: -78px 0;
}
input[type="checkbox"]:checked:disabled + label:before {
    background-position: -52px 0;
}
.custom_check{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.modal{
    max-width: 457px;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
}
.modal_close{
    position: absolute;
    top: -45px;
    right: 0;
    background: url("../img/close.png") no-repeat;
    width: 31px;
    height: 31px;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}
.no-touch .modal_close{
    cursor: pointer;
}
.modal_content .title_p{
    margin-bottom: 35px;
}
.lock .main_menu a{
    padding: 0;
}
.thenk_title{
    font-size: 24px;
    text-align: center;
}
.error_text{
    color: #e82220;
}
.error_text:last-child{
    margin-bottom: 20px;
}