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;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

body{
    background: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden-opacity{
    opacity: 0;
    pointer-events: none;
}

.disabled{
    opacity: .7;
    pointer-events: none;
}

.flex {
    display: flex;
}


.filter_active .side_menu_wrap {
    /*filter: grayscale(100%);*/
}


.filter_active main *:not(.btn) {
    /*filter: grayscale(100%);*/
    /*color: #000 !important;*/
}

.filter_active header * {
    /*color: #000 !important;*/
}

.filter_active header {
    /*filter: grayscale(100%);*/
}

.filter_active footer {
    /*filter: grayscale(100%);*/
}

.filter_active footer * {
    /*color: #000 !important;*/
}

.home_slider h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: center;
    color: #035678;
    margin-bottom: 25px;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Montserrat-Regular.ttf');
    src: local(''),
    url('../fonts/Montserrat-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.ttf);
    src: local(''),
    url(../fonts/Montserrat-SemiBold.ttf) format('truetype')
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.ttf);
    src: local(''),
    url(../fonts/Montserrat-Bold.ttf) format('truetype')
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
    src: local(''),
    url(../fonts/Montserrat-ExtraBold.ttf) format('truetype')
}


html {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-family: Montserrat, sans-serif;
    color: #333333;
}



.container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}

.container_form{
    padding: 0 16px;
    margin: 0 auto;
    max-width: 480px;
}

.container_small {
    padding: 0 16px;
    margin: 0 auto;
    max-width: 760px;
}

.container_medium {
    padding: 0 16px;
    margin: 0 auto;
    max-width: 920px;
}


.btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    letter-spacing: 0.25px;
    text-align: center;
    width: 146px;
    padding: 10px;
    border-radius: 50px;
    background-color: #8FC027;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    transition: .3s all;
    &:hover{
        background: #6D951A;
    }
}

.btn_blue {
    background-color: #035678;
    &:hover{
        background: #008BC5;
    }
}


.yellow_r{
    width: 60px;
    height: auto;
    display: block;
}

.dovidka{
    width: 100px;
    height: auto;
}


header {
    padding: 30px 0;
}

header .flex {
    justify-content: space-between;
    align-items: center;
}

header .header_menu ul {
    display: flex;
    justify-content: space-between;
}

header .header_menu ul li {
    margin: 0 10px;
}

header .logo img{
    width: 175px;
}


header .header_menu ul li a {
    text-decoration: none;
    color: #035678;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.38px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    transition: .3s all;
}
header .header_menu ul li a:hover{
    color:#8FC027;
}

header .lang {
    position: relative;
    padding-right: 24px;
}

header .lang:before {
    content: '';
    background-image: url("../images/arrow_down.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

header .lang a {
    color: #035678;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
}

header .lang span {
    color: #035678;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
}

header .lang li:not(.active) {
    display: none;
    position: absolute;
}

header .lang.active li:not(.active) {
    display: block;
}

header .lang.active:before {
    transform: rotate(180deg);
}


.home_top_block {
    background-color: #D0EFF9;
    position: relative;
    padding: 90px 0;
}

.home_top_block:before {
    content: '';
    background-image: url("../images/footer_decor.svg");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 5%;
}

.home_top_block .flex {
    align-items: center;
    justify-content: space-between;
}

.home_top_block h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 67.05px;
    color: #035678;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home_top_block .home_top_block_text span {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    letter-spacing: 0.25px;
    max-width: 523px;
    display: inline-block;
}

.home_top_block .home_top_block_text span p{
    margin-bottom: 24px;
}

.downloads_section {
    padding: 45px 0 55px;
}

.downloads_section .downloads_section_buttons {
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0 30px;
}

.downloads_section .downloads_section_buttons .title_button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.downloads_section .downloads_section_buttons .title_button span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #035678;
    margin-bottom: 16px;
    max-width: 215px;
}


.downloads_section .downloads_section_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border: solid 1px #035678;
    border-radius: 10px;
    text-decoration: none;
}
.downloads_section .downloads_section_info .btn{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    letter-spacing: 0.25px;
    text-align: center;
    width: 146px;
    padding: 10px;
    border-radius: 50px;
    background-color: #8FC027;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.downloads_section .downloads_section_info .btn:hover{
    background: #6D951A;
}

.downloads_section .downloads_section_info span {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #333333;
}

.downloads_section .downloads_section_info svg {
    margin-bottom: 20px;
}

.downloads_section .downloads_section_info a {
    color: #035678;
}


.home_slider {
    background: #F8F8F8;
    padding: 55px 0 20px 0;
}

.home_slider figure {
    height: 180px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
}

.home_slider figure:not(.hidden_image) img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.home_slider figure a {
    width: 100%;
    height: 100%;
    display: block;
}

.home_slider figure a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_slider a {
    text-decoration: none;
}

.home_slider .slider_title {
    color: #035678;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    letter-spacing: 0.25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home_slider .slider_description {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.29px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #333333;
}

.home_slider .homeSlider {
    padding-bottom: 30px;
}

.home_slider .swiper-pagination .swiper-pagination-bullet {
    background: #035678;
    height: 10px;
    border-radius: 0;
    width: 60px;
}

.home_slider .hidden_image a {
    pointer-events: none;
}


.home_slider .home_slider_text {
    padding: 0 15px;
    display: block;
}
.home_slider_text:hover .slider_title{
    color: #000!important;
}


.header_bottom_text {
    margin: 70px 0 80px 0;
}

.header_bottom_text .header_bottom_text_wrap {
    padding: 32px;
    background: #D0EFF9;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
}

.header_bottom_text .header_bottom_text_wrap svg {
    margin-bottom: 24px;
}

.header_bottom_text .header_bottom_text_wrap span {
    width: 680px;
    max-width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 30.48px;
    letter-spacing: 0.25px;
    color: #333333;
}


.side_menu_wrap {
    position: fixed;
    right: 30px;
    top: 25vh;
    z-index: 10;
}

.side_menu_wrap .side_menu_opener {
    cursor: pointer;
}


.side_menu_wrap .side_menu_opener svg:hover{
    fill: #008BC5;
}

.side_menu_wrap .side_menu_opener svg:hover rect{
    stroke: #008BC5;
}



.side_menu_wrap .side_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side_menu_wrap .side_menu svg rect{
    transition: all .3s;
}
.side_menu_wrap .side_menu svg:hover rect{
    fill: #008BC5;
}




.side_menu_wrap .side_menu li {
    margin-bottom: 15px;
    cursor: pointer;
    display: none;
}
.side_menu_wrap .side_menu li:last-child {
    margin-bottom: 0;
}
.side_menu_wrap .side_menu li a{
    position: relative;
    display: inline-flex;
    transition: .3s all;
}
.side_menu_wrap .side_menu li a:hover svg rect{
    fill: #008BC5;
}

.side_menu_wrap .side_menu li a .tooltip{
    /*
    position: absolute;
    width: 191px;
    height: 61px;
    box-shadow: 1px 1px 17px 4px #00000017;
    white-space: nowrap;
    background: #03567880;
    padding-left: 11px;
    font-size: 13px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    top: -3px;
    right: -4px;
    border-radius: 100px;
    z-index: -1;
    padding-right: 58px;

     */

    position: absolute;
    /* width: 191px; */
    height: 61px;
    box-shadow: 1px 1px 17px 4px #00000017;
    white-space: nowrap;
    background: #03567880;
    font-size: 13px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    top: -3px;
    right: -4px;
    border-radius: 100px;
    z-index: -1;
    padding-right: 80px;
    padding-left: 30px;


}




.side_menu_wrap .side_menu.active li {
    display: block;
}
header{
    z-index: 23;
    position: relative;
    background: #fff;
    transition: all .3s;
}
header .mobile_logo {
    display: none;
}

header .mobile_menu_opener {
    display: none;
    height: 48px;
    padding: 3.5px 0;
}

header .mobile_menu_opener .close {
    display: none;
}


.mobile_menu {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: .3s all;
    background: #D0EFF9;
    z-index: 12;
}

.mobile_menu .container{
    height: 88vh;
    overflow: auto;
}

.mobile_menu .icons {
    justify-content: center;
}

.mobile_menu .icons li {
    margin: 0 10px;
}


.mobile_menu .no_image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

.mobile_menu .no_image .flex {
    align-items: center;
}

.mobile_menu .no_image span {
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0.25px;
    text-align: right;
    color: #035678;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 170px;
    padding-right: 20px;
}

.mobile_menu .no_image .no_image_description {
    font-size: 13px;
    font-weight: 300;
    line-height: 15.85px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #035678;
    text-transform: capitalize;
    margin-top: 4px;
    width: 100%;
    padding-right: 0;
    display: contents;
}

.mobile_menu .show_image_button {
    width: 52px;
    height: 32px;
    border: solid 2px #035678;
    border-radius: 100px;
    background: #fff;
    position: relative;
}

.mobile_menu .show_image_button span {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #D0EFF9;
    padding: 0;
}

.no_image.active .show_image_button span {
    left: 21px;
    background: #0a5373;
}


.mobile_menu .menu {
    text-align: center;
    padding: 57px 0;
}

.mobile_menu .menu li {
    margin-bottom: 32px;
}

.mobile_menu .menu li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #035678;
    text-transform: uppercase;
    text-decoration: none;
}

.menu_open .mobile_menu {
    pointer-events: all;
    top: 55px;
}

.menu_open {
    overflow: hidden;
}

.menu_open .open {
    display: none;
}

.menu_open header .mobile_menu_opener .close {
    display: block;
}

.menu_open header {
    background: #D0EFF9;
    transition: .3s all;
}


.show_mobile {
    display: none;
}


footer {
    background-color: #D0EFF9;
    position: relative;
    padding: 45px 0;
}

footer:before {
    content: '';
    background-image: url("../images/footer_decor.svg");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 5%;
}

footer .footer_top {
    align-items: center;
    z-index: 1;
    position: relative;
}

footer .footer_top {
    margin-bottom: 60px;
}

footer .footer_top span {
    max-width: 225px;
    color: #035678;
    font-size: 13px;
    font-weight: 300;
    line-height: 15.85px;
    letter-spacing: 0.25px;
}

footer .logo {
    margin-right: 18%;
}

footer .footer_top_info {
    align-items: center;
}

footer .footer_top_info ul {
    align-items: center;
}

footer .footer_top_info ul li {
    margin-right: 20px;
}

footer .footer_menu {
    z-index: 1;
    position: relative;
    padding-top: 25px;
    border-top: solid 2px #333333;
    margin-bottom: 60px;
}

footer .footer_menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer_menu ul li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    letter-spacing: 0.25px;
    color: #035678;
    text-transform: uppercase;
    text-decoration: none;
}


footer .copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 15.85px;
    letter-spacing: 0.25px;
    color: #035678;
}

.form_page {
    margin: 40px 0;
}

.form_page h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 42.67px;
    letter-spacing: 0.25px;
    color: #035678;
    margin-bottom: 32px;
}


.form_page form {
    flex-direction: column;
    padding: 20px 15px;
    border-radius: 10px;
    background: #D0EFF9;
}

.form_page form label .form_title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 18.29px;
    letter-spacing: 0.25px;
    text-align: left;
    margin-bottom: 5px;
    color: #035678;
    text-transform: uppercase;
}


.form_page form label .form_description {
    font-size: 13px;
    font-weight: 300;
    line-height: 15.85px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #035678;
    margin-bottom: 16px;
    display: block;
}

.form_page form input[type='text'], .form_page form input[type='email'] {
    font-family: Montserrat, sans-serif;
    border: solid 1px #035678;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 24px;
}


.form_page form input[type='text']::placeholder, .form_page form input[type='email']::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.29px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #035678;
}


.form_page form .and {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.29px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #8FC027;
    margin-bottom: 18px;
    margin-top: 5px;
    text-transform: uppercase;
}

.form_page form input[type='submit'] {
    font-family: Montserrat, sans-serif;
    border: none;
    font-weight: 600;
    margin: 0 auto;
    height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    width: auto;
}


.cms-editor h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 54.86px;
    text-align: left;
    color: #035678;
    margin-bottom: 80px;
}

.cms-editor {
    margin: 32px 0;
}

.cms-editor figure {
    margin-bottom: 80px;
}

.cms-editor figure img {
    width: 100%;
    height: auto;
}

.cms-editor h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 42.67px;
    text-align: left;
    color: #035678;
    margin-bottom: 32px;
}

.cms-editor__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #333333;
    margin-bottom: 32px;
}

.cms-editor .blue_block {
    background: #D0EFF9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.cms-editor .blue_block h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    letter-spacing: 0.25px;
    text-align: left;
    margin-bottom: 18px;
}

.cms-editor .blue_block .cms-editor__text {
    margin-bottom: 0;
}

.cms-editor .flex {
    justify-content: end;
}

.cms-editor .no_image {
    cursor: pointer;
}


.cms-editor .cms-editor__text ul,
.cms-editor .cms-editor__text ol{
    padding-left: 60px;
    margin-bottom: 24px;
}

.cms-editor .cms-editor__text ul li,
.cms-editor .cms-editor__text ol li{
    position: relative;
    margin-bottom: 8px;
}

.cms-editor .cms-editor__text a{
    color: #035678;
}

.cms-editor .cms-editor__text ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    background: #000;
    top: 9px;
    left: -15px;
}

.cms-editor blockquote {
    color: #035678;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.67px;
    text-align: left;
    margin-top: 15px;
}

.cms-editor .title-2 {
    margin: 38px 0 18px 0;
}

.title-3{
    color: #035678;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home_slider.courses-slider .title-3{
    margin-bottom: 30px;
}
.home_slider.courses-slider .btn.btn-border{
    background: #fff;
    border: none;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0 10px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.cms-editor .green_block {
    padding: 20px;
    border-radius: 10px;
    background: #E3FFD9;
    margin-bottom: 18px;
    padding-left: 80px;
    position: relative;
}

.cms-editor .green_block .icon {
    position: absolute;
    left: 20px;
    top: 20px;
}

.cms-editor .green_block .cms-editor__text {
    margin-bottom: 0;
}

.cms-editor .green_block h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #333333;
}

.cms-editor .cms-editor__text p {
    padding-bottom: 24px;
}


.cms-editor .video__content figure {
    position: relative;
    margin-bottom: 0;
}

.cms-editor .video__content .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.cms-editor iframe {
    width: 100%;
    height: 520px;
}

.cms-editor figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cms-editor figure a {
    pointer-events: none;
}

.cms-editor figure {
    height: 450px;
}

.cms-editor figure.hidden_image a {
    pointer-events: all;
}


.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
}

.home_slider.courses-slider{
    padding-bottom: 50px;
}
.courses-slider .slider_title{
    text-align: left;
}
.courses-slider .text{
    font-size: 15px;
    line-height: 1.1;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 20px;
}

.popup-wrapper.flex,
.popup-wrapper .flex {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.popup-wrapper.flex-column,
.popup-wrapper .flex-column{
    flex-direction: column;
}
.popup-wrapper.flex-wrap,
.popup-wrapper .flex-wrap {
    flex-wrap: wrap;
}
.popup-wrapper,
.popup-background{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    align-items: center;
    justify-content: center;
}
.popup-wrapper{
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}
.popup-wrapper.active{
    opacity: 1 !important;
    pointer-events: all;
}
.popup-background{
    z-index: 0;
    background: rgba(0, 0, 0, .9);
}
.popup-wrapper .popup-body{
    background: #fff;
    width: 750px;
    max-width: calc(100% - 30px);
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 #00000040;
    z-index: 2;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}
.popup-wrapper .popup-body form{
    padding: 50px;
    box-sizing: border-box;
}
.popup-wrapper .popup-close{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.popup-close svg{
    width: 70px;
    height: 70px;
}
.popup-title{
    font-size: 55px;
    line-height: 65px;
    font-weight: 400;
    margin-bottom: 20px;
}
.popup-wrapper .popup-text{
    width: 550px;
    max-width: 100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.popup-wrapper .popup-buttons{
    justify-content: center;
}
.popup-wrapper .popup-buttons .button{
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    box-sizing: border-box;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px #00BA6C;
    background: #00BA6C;
    border-radius: 50px;
    color: #fff;
    margin: 0 10px;
    outline: none;
    cursor: pointer;
    transition: all .3s;
}
.popup-wrapper .popup-buttons .button.button-line{
    background: transparent;
    color: #00BA6C;
}
.popup-wrapper .popup-buttons .button.button-line:hover,
.popup-wrapper .popup-buttons .button:hover{
    background: #173F35;
    border-color: #173F35;
    color: #fff;
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 512px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.grid.home_slider{
    background: transparent;
}

.grid .item_wrap{
    margin-bottom: 0px;
}

.home_slider.grid  figure:not(.hidden_image) img{
    object-fit: cover;
}

.home_slider.grid .slider_title{
    font-size: 18px;
    line-height: 21.94px;
    color:#035678;
}

.home_slider.grid .cms-editor__text{
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    letter-spacing: 0.25px;
    text-align: left;
}

.archive_page{
    min-height: 50vh;
}
.archive_page h1{
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}


.about_project_page .top_banner{
    display: flex;
    justify-content: center;
    border-radius: 20px;
    margin: 50px 0 75px;
}

.about_project_page h1{
    font-size: 45px;
    font-weight: 700;
    line-height: 54.86px;
    text-align: center;
    margin-bottom: 32px;
    text-transform: uppercase;
    margin-bottom: 32px;
    color:#035678

}


.about_project_page .downloads_section_buttons{
    margin-bottom: 0;
}

.about_project_page .header_bottom_text {
    margin: 32px 0;
}


figure figcaption{
    text-align: center;
    display: none;
}

.hidden_image figcaption{
    display: block;
    cursor: pointer;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.table tr:first-child {
    background-color: #efefef;
    font-weight: bold;
}

.table tr{
    background: #fff;
}

.table th, table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    text-align: left;

}

.single_slider{
    padding-bottom: 40px;
}


.post_no_image .home_slider_text{
    display: flex;
    align-items: center;
    background: #F8F8F8;
    border-radius: 20px;
    min-height: 240px;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.post_no_image .home_slider_text .slider_description{
    text-align: center;
}

.swiper-slide .post_no_image .home_slider_text{
    background: #fff;
}

.slider_title{
    transition: all .3s;
}
.post_no_image .slider_title{
    text-align: center;
}
.image-icon img{
    
    max-width: 75px!important;
    max-height: 75px!important;
    object-fit: contain;
    object-position: center;
}

 .swiper-slide:nth-child(2n) .post_no_image .home_slider_text{
    background: #D0EFF9;
}
.swiper-slide:nth-child(4n) .post_no_image .home_slider_text{
    background: #E3FFD9;
}



.post_no_image:nth-child(2n) .home_slider_text{
    background: #D0EFF9;
}
.post_no_image:nth-child(4n) .home_slider_text{
    background: #E3FFD9;
}


.home_text_bottom_block .header_bottom_text_wrap{
    background: #fff;
    padding: 0;
    text-align: left;
    align-items: flex-start;
}
.home_text_bottom_block .header_bottom_text_wrap span{
    text-align: left;
}

.slider_wrap.post_no_image,
.slider_wrap.post_no_image .home_slider_text{
    height: 100%;
}

.form-popup,
.form-popup-background{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.form-popup-background{
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}
.form-popup{
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 99999;
    pointer-events: none;
    transition: all .3s;
}
.form-popup.active{
    opacity: 1;
    pointer-events: all;
}
.form-popup-body{
    width: 450px;
    max-width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 50px;
    z-index: 3;
    position: relative;
}
.form-popup-close{
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.form-popup-title{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #035678;
    margin: 10px 0 20px;
}
.form-popup-message{
    text-align: center;
    width: 300px;
    max-width: 100%;
    margin-bottom: 20px;
}

.button{
    cursor: pointer;
    transition: all .3s;
    background: #035678;
    height: 42px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
}
.button:hover{
    background: #333;
}

input[type='submit']{
    cursor: pointer;
}

.btn-border{
    background-color: transparent;
    border: solid 1px #333;
    color: #333;
}
.btn-border:hover{
    background-color: transparent;
    border: solid 1px #333;
    color: #333;
}

.section-course-top .wrapper-title{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #035678;
    margin: 30px 0;
}
.section-course-top .btn{
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 40px;
    box-sizing: content-box;
    padding: 0 20px;
}
.section-course-top.cms-editor h1{
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-course-top .text{
    width: 100%;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
}
.section-course-top.cms-editor .green_block{
    min-height: 88px;
    box-sizing: border-box;
}
.section-course-top.cms-editor .green_block svg{
    width: 44px;
    height: 44px;
}
.section-course-top.cms-editor .green_block h3{
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-course-top .item_wrap{
    background-color: #F8F8F8;
    padding: 20px 30px 30px;
    border-radius: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}
.section-course-top .item_wrap.green{
    background-color: #E3FFD9;
}
.section-course-top .item_wrap.blue{
    background-color: #D0EFF9;
}
.section-course-top .item_wrap .slider_title{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 17px;
}

.banner-course{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 32px;
    background-color: #D0EFF9;
    border-radius: 20px;
    margin: 50px 0 80px;
    box-sizing: border-box;
}
.banner-course .center{
    color: #035678;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
}
.banner-course .btn{
    margin-top: 10px;
}

.image-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.image-wrapper{
    cursor: pointer;
}

.section-course-bottom-banner .btn,
#popup-codes-form .btn{
    width: auto;
    border: none;
    outline: none;
    padding: 10px 20px;
    margin-top: 20px;
    transition: all .3s;
    cursor: pointer;
}
.section-course-bottom-banner .banner-course .center{
    width: 730px;
    max-width: 100%;
    margin-bottom: 15px;
    letter-spacing: 0.25px;
}
.section-course-bottom-banner .banner-course .text{
    width: 730px;
    max-width: 100%;
    letter-spacing: 0.25px;
}

#popup-codes-form .form-popup-body{
    width: 750px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    box-sizing: border-box;
}
#popup-codes-form .form-popup-message{
    width: auto;
}
#popup-codes-form form{
    background: #D0EFF9;
    padding: 20px 50px;
    border-radius: 10px;
    max-width: calc(100% - 100px);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#popup-codes-form .form-group{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
#popup-codes-form form .col-50{
    width: calc(50% - 10px);
}
#popup-codes-form form .col-100{
    width: 100%;
}
#popup-codes-form form label{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#popup-codes-form form input{
    width: 100%;
    box-sizing: border-box;
    margin: auto 0 0;
}
#popup-codes-form .btn{
    margin: 15px auto 0;
}

@media (max-width: 1099px) {
    header .logo .desktop_logo {
        display: none;
    }

    .header_menu {
        display: none;
    }

    header .lang {
        display: none;
    }

    header .logo .mobile_logo {
        display: block;
    }

    header .mobile_menu_opener {
        display: block;
    }
    body{
        margin-top: 80px;
    }
    header {
        padding: 0;
        height: 60px;
        display: flex;
        width: 100%;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    header .flex{
        width: 100%;
    }
}

@media (max-width: 990px) {

    .archive_page{
        min-height: auto;
    }

    .footer_menu li {
        margin: 0 5px;
        margin-bottom: 10px;
    }

    .footer_menu li:last-child {
        margin-bottom: 0;
    }

    footer .footer_menu ul {
        justify-content: center;
    }
    .about_project_page .top_banner{
        margin: 16px 0;
    }

    .section-course-top .button-wrapper{
        margin-top: 30px;
    }
    .cms-editor .green_block .icon{
        margin-bottom: 10px;
    }
    .section-course-top.cms-editor .green_block h3{
        font-size: 17px;
    }
    .section-course-top .grid.home_slider{
        padding-top: 0;
    }

    .section-course-top .wrapper-title{
        font-size: 20px;
    }
    .home_slider.courses-slider{
        margin-bottom: 20px;
    }
    #popup-codes-form .form-popup-body,
    #popup-codes-form form{
        padding: 20px;
    }
    .form-popup-title{
        text-align: center;
        font-size: 24px;
    }
    #popup-codes-form form .col-50{
        width: 100%;
    }
    #popup-codes-form form{
        max-width: calc(100% - 40px);
    }
}


@media (max-width: 768px) {


    .table {
        width: 100%;
        border-collapse: collapse;
        overflow-x: auto;
    }
    .grid{
        gap: 20px;
    }
    .about_project_page h1{
        font-size: 35px;
        font-weight: 700;
        line-height: 42.67px;
        letter-spacing: 0.25px;
        text-align: left;
    }

    .show_mobile {
        display: block;
    }

    .side_menu_wrap {
        top: 15vh;
    }

    .home_top_block figure {
        display: none;
    }

    .home_top_block {
        padding: 30px;
        margin: 10px 15px 0 15px;
        border-radius: 10px;
    }

    footer .footer_top span{
        font-size: 15px;
    }


    .home_top_block .container_small {
        padding: 0;
    }

    .home_top_block h1 {
        max-width: 100%;
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 36.57px;
    }

    .home_top_block .home_top_block_text span {
        max-width: 100%;
    }

    .home_top_block svg {
        margin-bottom: 10px;
    }

    .downloads_section .downloads_section_buttons {
        flex-direction: column
    }

    .downloads_section .downloads_section_buttons .title_button {
        margin-bottom: 40px;
    }

    .downloads_section .downloads_section_buttons .title_button:last-child {
        margin-bottom: 0;
    }

    footer .footer_top {
        flex-direction: column;
    }

    .footer_menu li {
        margin: 10px;
    }

    .home_slider .home_slider_text{
        padding: 0 15px;
    }

    .cms-editor{
        margin: 32px 0;
    }
    .cms-editor + .container_medium .home_slider{
        padding-top: 0;
    }
    .cms-editor h1 {
        font-size: 35px;
        font-weight: 700;
        line-height: 42.67px;
        letter-spacing: 0.25px;
        text-align: left;
        margin-bottom: 32px;
    }
    .archive_page .cms-editor h1{
        text-align: center;
    }

    .cms-editor figure {
        height: 150px;
        margin-bottom: 60px;
    }

    .cms-editor .title-2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 29.26px;
        text-align: left;
    }

    .cms-editor .blue_block h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 21.94px;
        letter-spacing: 0.25px;
        text-align: left;
    }

    .cms-editor blockquote {
        font-size: 18px;
        font-weight: 700;
        line-height: 21.94px;
        letter-spacing: 0.25px;
        text-align: left;
    }

    .cms-editor .green_block {
        padding-left: 15px;
        padding: 15px;
    }

    .cms-editor .green_block .icon {
        position: static;
    }

    .cms-editor iframe {
        height: 340px;
    }

    .cms-editor .blue_block {
        padding: 15px;
    }

    .cms-editor .cms-editor__text ul {
        padding-left: 20px;
    }

    .popup-wrapper .popup-body form{
        padding: 50px 15px 25px;
    }
    .popup-close svg{
        width: 50px;
        height: 50px;
    }
    .popup-wrapper .popup-title{
        font-size: 28px;
        line-height: 34px;
    }
    .popup-wrapper .popup-text{
        font-size: 14px;
        line-height: 20px;
    }
    .popup-wrapper .popup-buttons{
        flex-direction: column;
    }
    .popup-wrapper .popup-buttons .button{
        height: 40px;
        margin: 0 0 5px;
    }
    .popup-wrapper .popup-buttons .button:last-child{
        margin-bottom: 0;
    }
}


@media (max-width: 512px) {

    .side_menu_wrap{
        display: none;
    }

    .home_slider .swiper-pagination .swiper-pagination-bullet{
        width: 30px;
    }


    footer .footer_top_info {
        flex-direction: column;
    }

    footer .footer_top span {
        text-align: center;
        padding: 18px 0;
    }

    footer .logo {
        margin-right: 0;
    }

    footer .footer_top {
        margin-bottom: 20px;
    }

    .header_bottom_text {
        margin-bottom: 48px;
    }

    footer .footer_menu ul {
        flex-direction: column;
        align-items: center;
    }

    footer .footer_menu {
        margin-bottom: 40px;
    }

    .side_menu_wrap {
        right: 0;
    }

    header .logo .mobile_logo {
        width: 100%;
    }

    .home_slider {
        padding-top: 30px;
    }

    .footer_menu li {
        text-align: center;
    }

    .header_bottom_text .header_bottom_text_wrap span {
        font-size: 18px;
        line-height: 21.94px;
    }

    .header_bottom_text .header_bottom_text_wrap {
        padding: 15px;
    }

    .downloads_section .downloads_section_info {
        padding: 15px;
    }
}

.filter_active .cms-editor .cms-editor__text p {
    /*color: #000*/
}