@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: normal;

    src: url(../fonts/Calibri_Regular.eot);
    src: url(../fonts/Calibri_Regular.woff) format('woff');
    src: url(../fonts/Calibri_Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: bold;

    src: url(../fonts/Calibri_Bold.eot);
    src: url(../fonts/Calibri_Bold.woff) format('woff');
    src: url(../fonts/Calibri_Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 300;

    src: url(../fonts/Calibri_Light.eot);
    src: url(../fonts/Calibri_Light.woff) format('woff');
    src: url(../fonts/Calibri_Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 300;

    src: url(../fonts/Calibri_Light_Italic.eot);
    src: url(../fonts/Calibri_Light_Italic.woff) format('woff');
    src: url(../fonts/Calibri_Light_Italic.ttf) format('truetype');
}

/*Mac fonts*/
@font-face {
    font-family: 'Calibri_Mac';
    font-style: normal;
    font-weight: normal;

    src: url(../fonts/Calibri_Regular_Mac.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri_Mac';
    font-style: normal;
    font-weight: bold;

    src: url(../fonts/Calibri_Bold_Mac.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri_Mac';
    font-style: normal;
    font-weight: 300;

    src: url(../fonts/Calibri_Regular_Mac.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri_Mac';
    font-style: italic;
    font-weight: 300;

    src: url(../fonts/Calibri_Italic_Mac.ttf) format('truetype');
}
@font-face {
    font-family: 'pribambas';
    font-style: regular;

    src: url(../fonts/PRIBAMBAS-REGULAR.TTF) format('truetype');
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    font-family: Calibri, Calibri_Mac;
    color: black;
    padding: 0 !important;
    min-width: 320px;
    overflow-x: hidden;
}
a {
    color: #00a0e4;
}
b {
    font-weight: bold;
}
p {
    margin-top: 10px;
    text-indent: 25px;
}
ul.ul-style{
list-style-type: disc;
}
::-webkit-scrollbar{width:5px;height:8px}
::-webkit-scrollbar-thumb{cursor:pointer;background:#c8c8c8}
::selection{background-color:#c8c8c8;color:#fff}
-webkit-::selection{background-color:#c8c8c8;color:#fff}
::-moz-selection{background-color:#c8c8c8;color:#fff}
.main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../images/main_bg.png) center no-repeat;
    background-size: cover;
    position: relative;
}
.main_block {
    justify-content: center;
    position: relative;
}
.main_block_middle {
    background: #FFFFFF;
    padding: 15px 0;
}
.main_block_middle_images {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_block_middle_images img {
    padding: 10px 25px;
}
.main_title {
    font-family: 'Calibri';
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    padding: 25px 0;
}
.main_stats {
    display: flex;
    flex-wrap: wrap;
    margin-top: -25px;
    padding-bottom: 20px;
    justify-content: center;
}
.main_stats > div {
    font-size: 30px;
    line-height: 1.2;
    color: white;
    flex: 40%;
    max-width: 40%;
    padding: 20px;
    margin: 25px;
    border: 2.50394px solid #B8CF33;
    border-radius: 25.0394px;
}
.main_abs_img {
    position: absolute;
    bottom: 0;
    width: 40%;
    max-width: 480px;
    display: none;
}
@media (min-width: 992px) {
    .main_abs_img {
        display: block;
    }
}
.block1 {
    padding: 30px 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
.h4, h4 {
    font-family: pribambas;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
}
.blue {
    color: #00A0E4;
}
.text-center {
    text-align: center !important;
}
.text-justify{
    text-align: justify !important;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.format-list .row > div {
    margin-bottom: 30px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
.block6 {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.block-txt {
    background: url(../images/bg03.png) center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.block-txt .layout, .main .layout {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 160, 228, 0.83);
}
.block-txt .layout_2, .main .layout_2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.36);
}
.block-txt .about_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 700px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}
.list_ll {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border: #00A0E4 3px solid;
    border-radius: 30px;
    padding: 20px 10px;
    margin: 0;
    width: 100%;
    height: 100%;
}
.list_ll_page {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border: #00A0E4 3px solid;
    border-radius: 30px;
    padding: 20px 10px;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: justify;
}
.list_ll__txt {
    line-height: 1.2;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.format_icon img {
    max-height: 60px;
    margin-bottom: 15px;
}
.block8 {
    padding: 60px 0;
}
.block8 .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -1.5px;
    color: #1c1c1c;
    margin-bottom: 30px;
    text-align: left;
}
.block8 p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #1c1c1c;
    text-align: left;
    margin: 25px 0 30px;
}
.contact__txt {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.contact__txt, .contact__txt p, .contact__txt a {
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #1c1c1c;
}
.contact__txt img {
    width: 25px;
    height: auto;
    margin-right: 12px;
}
.contact__txt_list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.contact__txt_list img {
    margin-right: 30px;
}
.block8 .map {
    height: 378px;
}

.bottom_fix {
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    padding: 15px 0;
    display: grid;
    text-align: center;
}
.green_button {
    padding: 15px 40px;
    background: #A6C92C;
    color: white;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 25%);
    border-radius: 30px;
    right: 10px;
    bottom: 20px;
    z-index: 2;
    border: #00A0E4 3px solid;
    text-decoration: none;
}
.green_button:hover {
    color: white;
    text-decoration: none;
    background: #b2dc1f;
}
.remodal {
    padding: 40px;
}
.remodal .title {
    font-size: 34px;
    line-height: 35px;
}
.remodal form {
    margin-top: 25px;
}
.remodal form input {
    background: #FFFFFF;
    border: 1px solid rgba(26, 21, 16, 0.15);
    box-shadow: inset 0px 1px 2px rgb(26 24 16 / 20%);
    border-radius: 4px;
    width: 100%;
    padding: 14px 18px;
    margin: 7px 0;
}
.remodal .note {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    color: #414243;
}
.remodal form .submit_button {
    margin-top: 25px;
    margin-bottom: 35px;
}
.remodal form .submit_button button {
    padding: 20px 40px;
    background: #00A0E4;
    border-radius: 9px;
    font-weight: bold;
    font-size: 26px;
    line-height: 18px;
    max-width: 220px;
    margin: 0 auto;
    border: none;
    color: white;
}
.remodal .callback_personal {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #414243;
}

/* menu */
nav {	
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 600px;
    flex: 1 1 600px;
    margin: 0px 14%;
    max-width: 600px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
nav > div a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;	
}
nav > div:hover {

}
nav > div:hover a {
    color: #a6c92c;
    text-decoration: none;
}
.hidden-menu-container ul > li a:hover{
    color: #a6c92c;
    text-decoration: none;
}
.btn-menu {
    transition: right .23s;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    cursor: pointer;
}
.btn-menu-hidden {
    position: absolute;
    left: 0;
    padding: 5px;
    cursor: pointer;
}
.hidden-menu_block.opened .btn-menu-hidden {
    left: -29px;
}
.hidden-menu_block.opened .hidden-menu {
    right: 0;
}
.hidden-menu {
    display: block;
    position: fixed;
    list-style: none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 500px;
    background-color: white;
    color: #00a0e4;
    height: 100%;
    top: 0;
    right: -500px;
    transition: right .2s;
    z-index: 10;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.hidden-menu-container {
    margin-left: 60px;
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -ms-flex-pack: justify;
    overflow-y: auto;
    height: 100%;
}
.hidden-menu-container ul > li {
    font-size: 22px;
    margin-bottom: 25px;
}
.hidden-menu-container ul > li a {
    text-decoration: none;
    color: #00a0e4;
}
.social_links_hidden {
    margin-bottom: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}
.social_links_hidden a {
    margin: 5px;
}