html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
a {text-decoration: none;color: #000000;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
a:hover {text-decoration: none;}
* {outline: none !important;}
.form-control:focus {outline: 0;box-shadow: none;}
table {border-collapse: collapse;border-spacing: 0;}
/* ===============  ============== */
html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
}
body {
    overflow-x: hidden;
    position: relative;
    min-width: 320px;
    line-height: 1.2;
}
@media (min-width: 992px) {
    html, body {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    html, body {
        font-size: 16px;
    }
}
/* ===============  ============== */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* =============== section1 ============== */
.section1 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    color: #fff;
}
.section1:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    display: block;
    background-color: rgba(17, 18, 23, .35);
}
.section1 > .container {
    position: relative;
    z-index: 5;
}
.sec1_h1 {
    font-size: 1.625rem;
    line-height: 1.25;
}
.sec1_form {
    background-color: rgba(0, 0, 0, 0.702);
    margin-top: 2.5rem;
}
.sec1_form_txt {
    font-size: 1.125rem;
    line-height: 1.35;
}
.sec1_form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    color: #fff;
    padding: 0.8125rem 0 0.375rem 0;
    margin-bottom: 1.9375rem;
}
.sec1_form .btn {
    font-size: 1.125rem;
    padding: 0.75rem 1.375rem;
    border-radius: 50px;
}
.btn-danger {
    color: #fff;
    background-color: #b81309;
    border-color: #b81309;
}
.btn-danger:hover, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus, .btn-danger.focus, .btn-danger:focus {
    box-shadow: none !important;
}
.sec1_form input::-webkit-input-placeholder { /* Edge */
    color: #ffffff;
}
.sec1_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}
.sec1_form input::placeholder {
    color: #ffffff;
}
.sec1_item_r {
    background-color: rgba(0, 66, 112,0.8);
    min-height: 6.0625rem;
}
.sec1_item_r .number {
    font-weight: 500;
    font-size: 3.75rem;
    color: #2fb9eb;
    margin-top: -3.6875rem;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.sec1_item_r .txt {
    font-size: 1.25rem;
}
@media (min-width: 576px) {
    .sec1_h1 {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .sec1_form {
        margin-left: -23px;
    }
}
@media (min-width: 992px) {
    .sec1_h1 {
        font-size: 2.625rem;
    }
}
/* =============== section2 ============== */
.big_title {
    font-size: 1.5rem;
    font-weight: 500;
}
.big_title span {
    color: #1b3f6d;
}
.sec2_item {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: #fff;
    position: relative;
}
.sec2_item_1 {
    background: url('../img/section_2/sec2_im1.jpg');
}
.sec2_item_2 {
    background: url('../img/section_2/sec2_im2.jpg');
}
.sec2_item .title {
    font-size: 1.3rem;
}
.sec2_item .txt {
    font-size: 1rem;
}
.sec2_item .btn {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 254px;
    font-size: 1.125rem;
    padding: 12px 6px;
    border-radius: 50px;
}
@media (min-width: 768px) {
    .big_title {
        font-size: 2rem;
        letter-spacing: 0.09em;
    }
    .sec2_item .title {
        font-size: 1.75rem;
    }
    .sec2_item .txt {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .big_title {
        font-size: 2.5rem;
    }
}
/* =============== section3 ============== */
.section3 {
    background: #f6f6f6;
}
.sec3_big_title {
    color: #124370;
    font-weight: 500;
    font-size: 1.2rem;
}
.sec3_item {
    vertical-align: middle;
    font-size: 1rem;
}
.sec3_bigtxt {
    font-size: 1.125rem;
}
.section3 .btn {
    font-size: 1.125rem;
    padding: 0.75rem;
    max-width: 540px;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    white-space: inherit;
}
@media (min-width: 768px) {
    .sec3_item {
        font-size: 1.125rem;
    }
    .sec3_big_title {
        font-size: 1.5rem;
    }
    .sec3_bigtxt {
        font-size: 1.25rem;
    }
}
/* =============== section4 ============== */
.section4 {
    font-size: 1.125rem;
}
.sec4_txt {
    line-height: 1.35;
    margin-bottom: 2rem;
}
.sec4_img {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto 0 auto;
}
.sec4_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sec3_item_txt {
    line-height: 1.3;
}
/* =============== section5 ============== */
.section5 {
    background: url('../img/section_5/sec5_bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff;
}
.section5:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    display: block;
    background-color: rgba(18, 67, 112, .98);
}
.section5 > .container {
    position: relative;
    z-index: 5;
}
.sec5_item {
    text-align: center;
}
.sec5_item .image {
    width: 9.0625rem;
    height: 9.0625rem;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 0 auto;
}
.sec5_item .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sec5_item .txt {
    font-weight: 500;
    font-size: 1.125rem;
}
.section5 .btn {
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 17px;
    max-width: 380px;
    display: block;
    margin: 0 auto;
    padding: 8px;
    border: 0;
}
.section5 .btn-primary, .sec6_item .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    background-image: -moz-linear-gradient( 90deg, rgb(0,134,184) 0%, rgb(47,185,235) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,134,184) 0%, rgb(47,185,235) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,134,184) 0%, rgb(47,185,235) 100%);
}
.section5 .btn-primary:hover, .sec6_item .btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    background-image: -moz-linear-gradient( 90deg, rgb(47,185,235) 0%, rgb(47,185,235) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(47,185,235) 0%, rgb(47,185,235) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(47,185,235) 0%, rgb(47,185,235) 100%);
}
.section5 .btn-primary:not(:disabled):not(.disabled).active, .section5 .btn-primary:not(:disabled):not(.disabled):active, .section5 .show>.btn-primary.dropdown-toggle,
.sec6_item .btn-primary:not(:disabled):not(.disabled).active, .sec6_item .btn-primary:not(:disabled):not(.disabled):active, .sec6_item .show>.btn-primary.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
}
.section5 .btn-primary:not(:disabled):not(.disabled).active:focus, .section5 .btn-primary:not(:disabled):not(.disabled):active:focus, .section5 .show>.btn-primary.dropdown-toggle:focus,
.sec6_item .btn-primary:not(:disabled):not(.disabled).active:focus, .sec6_item .btn-primary:not(:disabled):not(.disabled):active:focus, .sec6_item .show>.btn-primary.dropdown-toggle:focus,
.sec6_item .btn-primary.focus, .sec6_item .btn-primary:focus,
.section5 .btn-primary.focus, .section5 .btn-primary:focus {
    box-shadow: none !important;
}
/* =============== section6 ============== */
.section6 {
    background: #f6f6f6;
}
.sec6_item {
    background: #124370;
    color: #fff;
}
.sec6_item .title {
    font-size: 1.875rem;
    letter-spacing: 0.09em;
}
.sec6_item .min_title {
    font-weight: 300;
    letter-spacing: 0.09em;
}
.sec6_item .blue_block {
    background: #0086b8;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    min-height: 104px;
}
.sec6_item .txt_block {
    font-size: 1.125rem;
    font-weight: 300;
    position: relative;
    overflow: hidden;
}
.sec6_item .txt_block * {
    margin-bottom: 0.625rem;
    letter-spacing: 0.09em;
    line-height: 1.45;
}
.sec6_item .txt_block *:last-child {
    margin-bottom: 0;
}
.sec6_item .btn {
    font-weight: 500;
    border-radius: 17px;
    padding: 0.3125rem 1.5rem;
    border: 0;
}
.sec6_item .showBtn {
    position: absolute;
    background: #124370;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 40px;
    text-align:center;
    color: #2fb9eb;
    font-weight: 500;
    cursor: pointer;
}
.sec6_item .showBtn:hover {
    color:#fff;
}
/* =============== section7 ============== */
.sec7_title {
    color: #124370;
    font-size: 1.25rem;
    letter-spacing: 0.025em;
}
.sec7_slide {
    height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    color: #fff;
    letter-spacing: 0.09em;
    position: relative;
}
.sec7_slide:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.sec7_slide > .container {
    position: relative;
    z-index: 5;
}
.sec7_slide_title {
    font-size: 1.25rem;
    letter-spacing: 0.09em;
}
.sec7_slide_hr {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    max-width: 54%;
}
.sec7_slide_txt {
    line-height: 1.45;
}
.sec7_slide .btn {
    font-size: 1.125rem;
    padding: 0.875rem 0.375rem;
    white-space: inherit;
    letter-spacing: 0.025em;
    display: block;
    margin: 0 auto;
    max-width: 350px;
    border-radius: 50px;
}
/* ===============  ============== */
.swiper-object-next, .swiper-object-prev {
    position: absolute;
    top: -250px;
    width: 46px;
    height: 46px;
    margin-top: -10px;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-object-prev, .swiper-container-rtl .swiper-object-next {
    background-image: url('../img/slider/sl1_left.png');
    left: 0;
    right: auto;
}
.swiper-object-next, .swiper-container-rtl .swiper-object-prev {
    background-image: url('../img/slider/sl1_left.png');
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .sec7_slide {
        height: 600px;
    }
    .swiper-object-next, .swiper-object-prev {
        top: -300px;
    }
}
@media (min-width: 768px) {
    .sec7_title {
        font-size: 1.5rem;
    }
}
@media (min-width: 1400px) {
    .swiper-object-prev, .swiper-container-rtl .swiper-object-next {
        left: -48px;
    }
    .swiper-object-next, .swiper-container-rtl .swiper-object-prev {
        right: -48px;
    }
}
/* =============== section8 ============== */
.section8 {
    background: #f6f6f6;
}
.section8 .big_title {
    letter-spacing: inherit;
}
.sec8_item .image_wrp {
    position: relative;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #124370;
    margin: 0 auto;
}
.sec8_item .image_wrp img {
    border: 4px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sec8_item .name {
    font-size: 1.25rem;
    font-weight: 500;
}
.sec8_item .prof {
    font-weight: 300;
}
.sec8_item_otz {
    position: relative;
    font-weight: 300;
    background-color: #fff;
    min-height: 400px;
    border: 1px solid #cdcdcd;
    line-height: 1.6;
    z-index: 2;
    overflow: hidden;
}
.sec8_item_otz::after {
    content: '';
    z-index: 6;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.sec8_item_otz::before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -24px;
    border: 12px solid transparent;
    border-bottom: 12px solid #cdcdcd;
    opacity: .6;
}
.sec8_item_otz img {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    margin: auto;
    max-width: calc(100% - 3rem);
    max-height: calc(100% - 3rem);
}

.otzShowBtn {
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    line-height: 22px;
    text-align:center;
    color: #124370;
    /*text-decoration: underline;*/
    font-weight: bold;
    cursor: pointer;
}
/* ===============  ============== */
.swiper-otzuv-next, .swiper-otzuv-prev {
    position: absolute;
    top: -250px;
    width: 46px;
    height: 46px;
    margin-top: -10px;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-otzuv-prev, .swiper-container-rtl .swiper-otzuv-next {
    background-image: url('../img/slider/sl2_left.png');
    left: 0;
    right: auto;
}
.swiper-otzuv-next, .swiper-container-rtl .swiper-otzuv-prev {
    background-image: url('../img/slider/sl2_left.png');
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .sec7_slide {
        height: 600px;
    }
    .swiper-otzuv-next, .swiper-otzuv-prev {
        top: -300px;
    }
}
@media (min-width: 768px) {
    .sec7_title {
        font-size: 1.5rem;
    }
}
@media (min-width: 1400px) {
    .swiper-otzuv-prev, .swiper-container-rtl .swiper-otzuv-next {
        left: -70px;
    }
    .swiper-otzuv-next, .swiper-container-rtl .swiper-otzuv-prev {
        right: -70px;
    }
}
/* =============== footer ============== */
footer {
    background: #124370;
    color: #fff;
}
/* =============== section9 ============== */
.sec9_l {
    background-color: rgba(13, 63, 110, 0.8);
    color: #fff;
}
@media (min-width: 768px) {
    .sec9_l {
        min-height: 474px;
    }
}
.sec9_l_title {
    font-size: 2rem;
}
.sec9_l_tel {
    position: relative;
}
.sec9_l_tel:before {
    position: absolute;
    content: url("../img/section_9/phone.png");
    top: 50%;
    margin-top: -16px;
    left: 5px;
    display: block;
}
.sec9_l_tel li {
    margin-bottom: 0.625rem;
}
.sec9_l_tel li:last-child {
    margin-bottom: 0 !important;
}
.sec9_l_tel a {
    font-size: 1.25rem;
    color: #fff;
}
.sec9_l_tel a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sec9_l_tel a img:hover {
    opacity: .65;
}
.sec9_l_tel a:hover, .sec9_l_meil li a:hover, .sec9_r_phone:hover, .head_menu_list li a:hover {
    color: rgb(47,185,235);
}
.sec9_r_form button:hover {
    color: rgb(47,185,235);
    border: 1px solid rgb(47,185,235);
}
.sec9_l_adr {
    position: relative;
}
.sec9_l_adr:before {
    position: absolute;
    content: url("../img/section_9/coord.png");
    top: 50%;
    margin-top: -16px;
    left: 5px;
    display: block;
}
.sec9_l_meil {
    position: relative;
}
.sec9_l_meil:before {
    position: absolute;
    content: url("../img/section_9/mail.png");
    top: 50%;
    margin-top: -16px;
    left: 5px;
    display: block;
}
.sec9_l_meil li {
    margin-bottom: 4px;
}
.sec9_l_meil li:last-child {
    margin-bottom: 0 !important;
}
.sec9_l_meil li a {
    color: #fff;
}
.sec9_l_time {
    position: relative;
}
.sec9_l_time:before {
    position: absolute;
    content: url("../img/section_9/clock.png");
    top: 50%;
    margin-top: -16px;
    left: 5px;
    display: block;
}
/* ===============  ============== */
.section9 iframe {
    width: 100%!important;
}
@media (min-width: 992px) {
    .section9 {
        height: 634px;
    }
    .section9 iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .section9 > .container {
        position: relative;
        z-index: 4;
        height: 0;
    }
    .section9 > .container .row  {
        height: 0;
    }
}
/* ===============  ============== */
.sec9_r {
    background-color: rgba(13, 63, 110, 0.8);
    color: #fff;
}
@media (min-width: 768px) {
    .sec9_r {
        min-height: 474px;
    }
}
.sec9_r_phone {
    font-size: 1.9375rem;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}
.sec9_r_form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    color: #b2b2b2;
    width: 100%;
    padding: 0.75rem 1.125rem;
    margin-bottom: 0.6875rem;
}
.sec9_r_form input::-webkit-input-placeholder { /* Edge */
    color: #b2b2b2;
}
.sec9_r_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b2b2b2;
}
.sec9_r_form input::placeholder {
    color: #b2b2b2;
}
.sec9_r_personal {
    font-size: 11px;
    margin-bottom: 1.9375rem;
    padding-top: 7px;
    line-height: 1.4;
}
.sec9_r_personal span {
    text-decoration: underline;
}
.sec9_r_form button {
    margin: 0 auto;
    display: block;
    background: transparent;
    box-shadow: none;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.5rem 0.625rem;
    width: 100%;
    max-width: 242px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* =============== header ============== */
header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}
.head_phone {
    
}
.head_phone li {

}
.head_phone li a {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
}
.head_phone li a:hover {
    color: rgb(47,185,235);
}
.head_phone li a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.head_phone li a img:hover {
    opacity: .65;
}
@media (min-width: 576px) {
    .head_phone li a {
        font-size: 1.15rem;
    }
}
.static_phone {
    position: relative;
    padding-left: 1.25rem;
}
.static_phone:before {
    position: absolute;
    content: url('../img/phone_min.png');
    display: block;
    top: 1px;
    left: 0;
}
header .btn {
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50px;
    border: 0;
    display: block;
}
header .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    background-image: -moz-linear-gradient( 90deg, rgb(0,134,184) 0%, rgb(47,185,235) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,134,184) 0%, rgb(47,185,235) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,134,184) 0%, rgb(47,185,235) 100%);
}
header .btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    background-image: -moz-linear-gradient( 90deg, rgb(47,185,235) 0%, rgb(47,185,235) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(47,185,235) 0%, rgb(47,185,235) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(47,185,235) 0%, rgb(47,185,235) 100%);
}
header .btn-primary:not(:disabled):not(.disabled).active, header .btn-primary:not(:disabled):not(.disabled):active, header .show>.btn-primary.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
}
header .btn-primary:not(:disabled):not(.disabled).active:focus, header .btn-primary:not(:disabled):not(.disabled):active:focus, header .show>.btn-primary.dropdown-toggle:focus,
header .btn-primary.focus, header .btn-primary:focus {
    box-shadow: none !important;
}
/* ===============  ============== */
.head_menu {
    background: #1b3f6d;
}
.head_menu_list li a {
    font-weight: 500;
    color: #fff;
}
@media (max-width: 767px) {
    .head_menu_list li a {
        font-size: .9rem;
    }
}
.menu-btn {
    background: transparent;
    border: 0;
    font-weight: 500;
    font-size: 23px;
    display: block;
    position: relative;
    left: -7px;
    padding: 3px;
}
/* =============== section404 ============== */
.section404 {
    min-height: 82vh;
}
.sec404_title {
    color: #b81309;
    font-size: 1.5rem;
    font-weight: 500;
}
@media (min-width: 768px) {
    .sec404_title {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    .sec404_title {
        font-size: 2.5rem;
    }
}
.sec404_txt {
    font-size: 1.125rem;
    color: #010101;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.09em;
}
.sec404_list a {
    color: #0086b8;
    font-size: 1.125rem;
    font-weight: 300;
    text-decoration: underline;
    display: inline-block;
}
.sec404_list a:hover {
    color: #124370;
}
/* ===============  ============== */
.fancybox-content {
    background: rgb(18,67,112);
    background: -moz-linear-gradient(top,  rgba(18,67,112,1) 0%, rgba(0,134,184,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(18,67,112,1) 0%,rgba(0,134,184,1) 100%);
    background: linear-gradient(to bottom,  rgba(18,67,112,1) 0%,rgba(0,134,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124370', endColorstr='#0086b8',GradientType=0 );
    color: #fff;
}
.form_title {
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .form_title {
        font-size: 2rem;
    }
}
.form_txt {
    font-size: 1.125rem;
    font-weight: 300;
}
#hidden-content .fancybox-button svg, #hidden-content-1 .fancybox-button svg, #hidden-content-2 .fancybox-button svg {
    color: #0086b8;
    border: 1px solid #0086b8;
}
/* ===============  ============== */
.sec9_r_form input.wpcf7-not-valid {
    border: 1px solid #f00;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
    display: none !important;
}
.sec1_form input.wpcf7-not-valid {
    border-bottom: 1px solid #f00;
}
/* ===============  ============== */
#upScroll {
    position: fixed;
    bottom: 70px;
    right: 50px;
    width: 44px;
    height: 44px;
    display: block;
    z-index: 10;
    color: #0086b8;
}
#upScroll:hover {
    opacity: .7;
}
/* ===============  ============== */
/* ===============  ============== */
/* ===============  ============== */

@media (min-width: 576px) {  }
@media (min-width: 768px) {  }
@media (min-width: 992px) {  }
@media (min-width: 1200px) {  }



/* Custom */
.page-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
}
.breadcrumbs-block {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
}
.breadcrumbs-block a {
    color: #1b3f6d;
}
.page-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-date {
    margin-bottom: 20px;
    font-weight: 300;
}

.block-inline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.block-text {
    line-height: 1.3;
    color: #333;
}
.block-text h1,
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6,
.block-text p,
.block-text ul {
    margin-bottom: 15px;
}
.block-text p,
.block-text ul {
    font-weight: 300;
}
.block-text ul {
    list-style: '—';
    margin-left: 20px;
}
.block-text ul li {
    padding-left: 8px;
}
.block-text figure {
    margin-bottom: 20px;
}

.language-menu {
    margin-right: 20px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown .dropbtn {
    background-color: #0086B8;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
.dropdown .dropbtn:hover, .dropdown .dropbtn:focus {
    background-color: #2980B9;
}
.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
.dropdown .dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown .show {
    display:block;
}
header .block-inline .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.wp-block-latest-posts__list > li {
    display: block;
    margin-bottom: 50px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
    line-height: 1.5;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt a {
    color: #1b3f6d;
    font-weight: bold;
}