@media (min-width: 320px){
/* News */
    .news_clmn {
        max-width: 810px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .news_img {
        max-width: 810px;
        max-height: 390px;
        margin-bottom: 40px;
        width: 100%;
    }
    .article_container {
        margin-top: 60px;
    }
    .article_post_date {
        position: relative;
        padding-left: 100px;
        display: inline-block;
        width: 100%;
        margin-left: 10px;
    }
    .label_center {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .article_post_date b {
        font-family: "Poppins",sans-serif;
        font-size: 70px;
        font-weight: 300;
        left: 0;
        letter-spacing: 1.4px;
        line-height: 38px;
        position: absolute;
        top: auto;
        bottom: 5px;
    }
    .article_post_date span {
        color: #777777;
        display: block;
        font-size: 20px;
        font-style: italic;
        letter-spacing: 0.4px;
        line-height: 31px;
        text-transform: capitalize;
    }
    h4 {
        font-family: 'Poppins', sans-serif;
        color: #222222;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-top: 15px;
        line-height: 35px;
    }
    .pl40 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .article_snippet {
        color: #777777;
        line-height: 26px;
        letter-spacing: 0.28px;
        margin-bottom: 20px;
    }
    .ml40 {
        margin-left: 10px;
    }
    .ml15_mob {
        margin-left: 15px !important;
    }
    .section-padding {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .date {
        width: 80px;
        min-width: 80px;
        min-height: 80px;
        height: 80px;
        text-align: center;
        background-color: #e2b13c;
        padding: 18px 10px;
        box-sizing: border-box;
    }
    .date span {
        font-family: 'Poppins', sans-serif;
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.6px;
        line-height: 26px;
    }
    .single_entry {
        display: flex;
        flex-direction: column;
        max-width: 780px;
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .entry_cont {
        padding: 30px 30px 20px;
        background-color: rgba(0,0,0,0.8);
    }
    .entry_title:link {
        font-size: 14px;
        line-height: 26px;
        color: white;
        margin-bottom: 14px;
        font-family: Poppins700, Roboto;
        text-transform: uppercase;
        text-decoration: none;
        transition: .4s;
        font-weight: 700;
        letter-spacing: 0.28px;
    }
    .entry_title:visited {
        color: white;
    }
    .entry_title:hover {
        color: #e2b13c;
    }
    .logo {
        width: 230px;
    }
    .entry_body {
        line-height: 26px;
        letter-spacing: 0.28px;
        margin-bottom: 14px;
        color: #ebebeb;
    }
    .mb60 {
        margin-bottom: 60px !important;
    }
    .mb50 {
        margin-bottom: 20px;
    }
    .till-1024-none {
        display: none;
    }
/* Header (Top line & Main Menu) */
    .initial {
        display: none;
    }
    .program_picture_container {
        display: none;
    }
    #header {
        max-width: 1250px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
		  /* overflow: hidden; */
    }
    .header_left_column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .bottom-logo {
        height: 42px;
    }
    #WelcomeSlide {
        background: url("/assets/img/welcome-palace.jpg") no-repeat fixed;
        background-size: cover;
        height: 550px;
        width: 100%;
    }
    .header_top_row {
        display: flex;
        justify-content: flex-end;
        position: relative;
    }
    .header_bottom_row {
        height: 73px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .header_phone {
        background-color: #000;
        height: 60px;
        font-size: 20px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .phone_icon {
        height: 18px;
        width: 18px;
        font-size: 20px;
        padding: 0 15px 0 10px;
        display: none;
    }
    .top_triagle::before {
        content: '';
        position: absolute;
        left: -40px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 40px 60px 0;
        border-color: transparent #000 transparent transparent;
    }
    .top_phone {
        color: white;
        font-family: Poppins700, Roboto;
        font-weight: 700;
        transition: .3s;
        cursor: default;
        height: 60px;
        line-height: 60px;
        padding-right: 35px;
        display: none;
    }
    .top_phone:hover {
        color: #e2b13c;
    }
    .header_languages {
        display: flex;
        background-color: #2a2a2a;
    }
    .language {
        border-right: 1px solid #a5a5a5;
    }
    .language_switcher:link {
        width: 60px;
        height: 60px;
        color: white;
        text-decoration: none;
        font-family: Poppins600, Roboto;
        font-weight: 600;
        transition: 0.3s;
        line-height: 60px;
        text-align: center;
    }
    .language_switcher:visited {
        color: white;
    }
    .language_switcher:hover {
        color: #e2b13c;
    }
    .language {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .programm-item {
        width: 170px;
        margin-bottom: 30px;
    }
    .work_header {
        font-family: Poppins600, Roboto;
        font-weight: 600;
        color: #fff;
        padding-left: 40px;
    }
    .work_body {
        font-family: Poppins600, Roboto;
        font-weight: 600;
        color: #e2b13c;
        margin-left: 5px;
    }
    .mm_top_level_item {
        list-style-type: none;
        height: 73px;
        margin: 0 27px;
        line-height: 72px;
        cursor: pointer;
    }
    .menu_link:link {
        font-size: 12px;
        color: #777;
        font-family: Poppins600, Roboto;
        font-weight: 600;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        text-decoration: none;
        transition: .3s;
        position: relative;
    }
    .menu_link:visited {
        color: #777;

    }
    .main_menu {
        position: relative;
        display: flex;
    }
    .mm_top_level_item > .menu_link::before {
        position: absolute;
        content: "";
        background-color: #e2b13c;
        border-right: 4px solid #222222;
        box-shadow: -3px 0 0 0 #fff inset;
        height: 2px;
        left: 0;
        right: 0;
        width: 0%;
        bottom: -5px;
        display: inline-block;
        opacity: 0;
        transition: all 1s ease 0s;
    }
    .mm_top_level_item:hover > .menu_link::before {
        position: absolute;
        content: "";
        background-color: #e2b13c;
        border-right: 4px solid #222222;
        box-shadow: -3px 0 0 0 #fff inset;
        height: 2px;
        left: 0;
        right: 0;
        width: 96%;
        bottom: -5px;
        display: inline-block;
        opacity: 1;
        transition: all 1s ease 0s;
        cursor: default;
    }
    .mm_top_level_item:hover > .menu_link {
        color: #e2b13c;
    }
    .sub_menu {
        list-style-type: none;
        position: absolute;
        top: 93px;
        background-color: #f5f6f6;
        box-sizing: border-box;
        padding: 0 20px 10px 20px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.4s ease-in-out 0s;
        z-index: 1;
    }
    .sub_menu_item {
        padding: 15px 8px;
        border-bottom: 1px solid #e9e9e9;
        line-height: 18px;
        font-family: Poppins600, Roboto;
    }
    .sub_menu_last_item {
        padding: 15px 8px 5px;
        line-height: 18px;
        font-family: Poppins600, Roboto;

    }
    .sub_menu_link:link{
        font-size: 12px;
        color: #777;
        text-transform: uppercase;
        font-family: Poppins600, Roboto;
        font-weight: 600;
        letter-spacing: 1.8px;
        text-decoration: none;
        transition: .25s;
    }
    .sub_menu_link:visited{
        text-decoration: none;
        color: #777;
    }
    .sub_menu_link:hover{
        color: #e2b13c;
    }
    .mm_top_level_item:hover > .sub_menu {
        visibility: visible;
        opacity: 1;
        top: 63px;
    }
/* Home Page */
    .welcome-section {
        position: relative;
        background-color: #000;
        display: none;
    }
    .welcome-slide {
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 72vh;
        display: none;
    }
    .welcome-image{
        position: absolute;
        width: 100%;
        transition: all 1s ease-out;
        opacity: .8;
        margin-top: -20px;
    }
    .programms-tabs {
        margin-top: 140px;
    }
    .welcome-section:hover .welcome-slide .welcome-image {
        transform: scale(1.1)
    }
    .welcome-message {
        top: 45px;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 150px;
        background-color: #fff;
        color: #222;
        
    }
    .message-text {
        color: #111;
        font-size: 68px;
        max-width: 730px;
        text-align: center;
        font-family: Lora Italic;
        line-height: 1.15;
    }
    .ornament-white {
        position: absolute;
        bottom: -5px;
        z-index: 2;
        width: 100%;
        fill: #fff;
    }
    .layout-2clmn {
        max-width: 1200px;
        margin: 0 auto;
        padding: 86px 0 0;
        display: flex;
    }
    .design-header {
        border: 6px solid #f0efef;
        padding: 6px 40px 6px 0;
        margin: 0 0 35px 40px;
        margin-right: 15px;
    }
    .design-header * {
        margin-left: -40px;
    }
    .pre-header {
        color: #e2b13c;
        font-size: 20px;
        font-family: Lora Italic, serif;
        font-weight: 600;
        line-height: 36px;
    }
    h2 {
        font-family: Poppins700, Roboto;
        font-weight: 700;
        font-size: 32px;
        color: #222222;
        letter-spacing: 0.64px;
        text-transform: uppercase;
    }
/* Programm tabs */
    .programm-menu {
        max-width: 1300px;
        margin: 0 auto;
        margin-top: -56px;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .programm-menu-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style-type: none;
        border-bottom: 1px solid #e0e0e0;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .programm-menu-ul::after {
        content: '';
        width: 90px;
        height: 34px;
        position: absolute;
        background-color: #fff;
        bottom: -16px;
        background-image: url(/assets/img/svg/ornament.svg);
        background-repeat: no-repeat;
        background-position: center center;
        right: calc(50% - 50px);
    }
    .program-single-tab:link {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #002f49;
        transition: .3s;
        z-index: 1111;
        position: relative;
    }
    .program-single-tab span{
        font-family: Lora Italic;
        font-size: 20px;
    }
    .program-single-tab:visited {
        color: #002f49;
    }
    .program-single-tab:hover {
        color: #e2b13c;
    }
    .programm-icon {
        width: 36px;
        height: 36px;
        padding-bottom: 2px;
    }
/* Contacts Page */
    #map {
        height: calc(100vh - 133px);
    }
    .contacts-page {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contacts-wrap {
        background-color: #fff;
        position: inherit;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 30px;
        border-radius: 5px;
        margin-top: 40px;
    }
    .cont-clmn {
        width: 360px;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }
    .cont-clmn:last-child {
        border-right: 0;
    }
    .round-icon {
        width: 65px;
        height: 65px;
        border: 2px solid #e2b13c;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .left-clmn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 15px;
        margin-left: 15px;
    }
    .right-clmn {
        width: 500px;
        display: none;
    }
    .img-style {
        position: relative;
        width: 500px;
    }
    .img-border {
        border: 2px solid #d4d4d4;
        height: 600px;
        width: 470px;
        position: absolute;
        margin-top: 17px;
    }
    .img-space {
        position: relative;
        margin-left: 20px;
        margin-bottom: 12px;
    }
    h3 {
        letter-spacing: 1.26px;
        font-family: Poppins600, Roboto;
        font-weight: 600;
        font-size: 18px;
        color: #222222;
        text-transform: uppercase;
        margin: 20px 0;
    }
    p {
        margin: 0 0 10px;
    }
    .gray-text {
        color: #777777;
        line-height: 26px;
        letter-spacing: 0.28px;
        margin-bottom: 20px;
    }
    .contacts-text {
        color: #777777;
        line-height: 26px;
        letter-spacing: 0.28px;
    }
/* Footer */
    .footer-section {
        color: #fff;
        background-color: #111;
    }
    .footer-wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 65px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .clmn {
        padding: 0 15px;
        position: relative;
        min-width: 200px;
    }
    .footer-text {
        max-width: 335px;
        padding: 25px 0;
        margin-right: 35px;
        color: #a5a5a5;
        font-size: 16px;
        line-height: 26px;
    }
    .social-icons-round {
        display: flex;
    }
    .soc-icon {
        background-color: #000;
        border-radius: 50%;
        height: 39px;
        width: 39px;
        margin-right: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #a5a5a5;
        transition: all 1s ease 0s;
    }
    .soc-icon:hover {
        background-color: #e2b13c;
        color: #111;
    }
    .clmn-header {
        font-family: Poppins600, Roboto;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        margin: 20px 0 30px;
        letter-spacing: 0.64px;
    }
    .clmn-header::after {
        background-color: #e2b13c;
        border-right: 4px solid #fff;
        box-shadow: -3px 0 0 0 #111 inset;
        content: '';
        height: 2px;
        top: 68px;
        left: 15px;
        position: absolute;
        width: 60px;
    }
    .bottom-menu {
        list-style-type: none;
        padding-top: 2px;
    }
    .bt-menu-item {
        margin-top: 22px;
    }
    .link {
        color: #909090;
        font-size: 16px;
        letter-spacing: 0.3px;
        text-decoration: none;
        transition: .4s;
    }
    .link:visited {
        color: #909090;
    }
    .link:hover {
        color: #e2b13c;
    }
    .subscription_block {
		max-width: 230px;
		padding-top: 22px;
    }
    .subscription_block input {
        background-color: #000;
        font-size: 12px;
        font-style: italic;
        height: 45px;
        letter-spacing: 0.48px;
        line-height: 24px;
        margin-bottom: 20px;
        padding: 6px 30px;
        width: 100%;
        color: #fff !important;
        outline: transparent auto 0px !important;
        border: 1px solid transparent;
        box-sizing: border-box;
        border-radius: 2px;
        transition: all 1s ease;
        letter-spacing: 0.64px;
    }
    .subscription_block input:focus {
        border-color: #fff;
    }
    .subscription_block input[type="button"], .subscription_block .btn-sbmt {
        background-color: #e2b13c;
        border: none;
        color: #111 !important;
        font-size: 12px;
        letter-spacing: 0.84px;
        text-transform: uppercase;
        font-family: Poppins700, Roboto;
        font-weight: 700;
        font-style: normal;
        transition: all .8s ease;
        cursor: pointer;
    }
    .subscription_block input[type="button"]:hover {
        background-color: #000000;
        color: #e2b13c !important;
    }
    .subscription_block input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        transition: opacity .5s ease;
    }
    .subscription_block input:focus::-webkit-input-placeholder {
        opacity: 0;
    }
    .program_block {
        margin-top: 0;
    }
    .mobile_menu {
        padding-right: 15px;
        padding-left: 15px;
        height: 74px;
        border-bottom: 1px solid #a5a5a5;
        width: 100%;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 111111;
    }
    .mobile_menu_row {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }
    .mobile_menu_top_row {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        justify-content: space-between;
    }
    .mobile_logo_img {
        width: 150px;
    }
    .mobile_menu_wrap {
        display: none;
    }
    .mobile_menu_wrap {
        margin: 0 -15px;
        padding: 0 15px;
    }
    .menu_ul {
        list-style-type: none;
        background-color: #fff;
        margin-top: 1px;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #a5a5a5;
        margin: 0 -15px;
        padding: 0 15px;
    }
    .noborder {
        border: 0;
    }
    .menu_a {
        text-decoration: none;
    }
    .ml20 {
        margin-left: 20px;
    }
    .menu_li {
        font-size: 12px;
        color: #777;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 1.8px;
        padding: 15px 0;
    }
    .ppp {
        padding: 0 0 15px 0;
    }
    .mob_language_switcher:link {
        width: 60px;
        height: 60px;
        color: #777;
        text-decoration: none;
        font-family: Poppins600, Roboto;
        font-weight: 600;
        transition: 0.3s;
        line-height: 60px;
        text-align: center;
    }
    .mob_language_switcher:visited {
        color: #777;
    }
    .mob_language_switcher:hover {
        color: #e2b13c;
    }
    .burger_button {
        border: 1px solid #E2B13C;
        box-sizing: border-box;
        padding: 9px 10px;
        background-color: #fff;
        margin-left: 15px;
    }
    .burger_line {
        width: 22px;
        height: 2px;
        background-color: #E2B13C;
        margin-bottom: 4px;
        display: block;
    }
    .burger_line:last-child {
        margin-bottom: 0;
    }
    .mobile_lang_burger {
        display: flex;
        align-items: center;
    }
    .page_title {
        margin-top: 120px;
        text-align: center;
        font-family: Poppins700, Roboto;
        font-weight: 600;
        font-size: 32px;
        color: #222222;
        text-transform: uppercase;
        line-height: 32px;
        letter-spacing: 0.64px;
        margin-bottom: 15px;
    }
    .slide_paragraph {
        color: #777777;
        max-width: 570px;
        line-height: 26px;
        letter-spacing: 0.28px;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .copyright-section {
        border-top: 1px solid #2d2d2d;
        background-color: #111;
        color: #8f8f8f;
        min-height: 67px;
        line-height: 67px;
        text-align: center;
    }
    .width370 {
        width: 310px;
    }
    .logotypes_section {
        display: none;
    }
    .gallery, .ilustration, .left_aim_pic, .digitizing_object_ilustration {
        display: none;
    }
    .program_aim_slide {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 100px 0 20px;
    }
    .section_content2 {
        max-width: 1200px;
        margin: 0 auto;
        height: 100%;
        padding: 15px 10px;
        display: flex;
        justify-content: center;
    }
    .inner_content {
        margin-right: 15px;
        margin-left: 15px;
    }
    .rectangle_header_inner {
        margin-left: -45px;
        padding-right: 20px;
    }
    .digitizing_object_body {
        display: flex;
        align-items: center;
        margin: 60px 0;
    }
    .contacts_block_title {
        margin: 80px 0 80px;
        text-align: center;
    }
    .contact_group {
        margin: 0 0 80px 0;
    }
    .contact_group:hover .contact_img{
        transform: scale(1.1);
    }
    .program_section_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px 40px 15px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .mb55 {
        margin-bottom: 30px;
        text-align: center;
    }
}
@media (min-width: 768px){
    .logotypes_section {
        display: block;
        width: 100%;
        display: flex;
        margin-top: 50px;
    }
    .gallery {
        display: flex;
        flex-wrap: wrap;
    }
    .program_aim_slide {
        margin: 150px 0 100px;
    }
    .mb50 {
        margin-bottom: 50px;
    }
    .slide_paragraph {
        padding: 0;
    }
    .width370 {
        width: 370px;
    }
    .rectangle_header_inner {
        padding-right: 40px;
    }
    .digitizing_object_body {
        margin: 120px 0;
    }
    .contact_group {
        margin: 0 56px 80px 0;
    }
    .mb55 {
        margin-bottom: 55px;
        min-width: 400px; 
    }
    .design-header {
        width: 260px;
    }
    .single_entry {
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }
    .pl40 {
        padding-left: 40px;
        padding-right: 0;
    }
    .article_post_date {
        margin-left: 40px;
    }
    .ml40 {
        margin-left: 40px;
    }
    .label_center {
        margin-right: 0;
        margin-left: 15px;
        text-align: left;
    }
    .ml15_mob {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .till-1024-none {
        display: block;
    }
    #map {
        width: 100vw;
        height: calc(100vh - 133px);
    }
    .cont-clmn {
        padding-top: 0;
    }
    .program_picture_container {
        display: block;
        overflow: hidden;
        min-width: 500px;
        height: 300px;
}
    .program_block {
        display: flex;
        margin-top: 40px;
        height: 300px;
        transition: all 1s ease-out;
    }
    .initial {
		/* max-width: 1920px;
		width: 100vw;
		overflow-x: hidden; */
		display: block;
    }
    .working_hours {
        display: block;
        background-color: #2a2a2a;
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .working_hours::after {
        position: absolute;
        content: '';
        right: -3000px;
        background-color: #2a2a2a;
        width: 3000px;
        height: 60px;
    }
    .mobile_menu {
        display: none;
    }
    .programm-item {
        width: 217px;
        margin-bottom: 0;
    }
    .welcome-message {
        position: absolute;
        margin-top: 0;
        background-color: #fff;
        background-color: transparent;
    }
    .welcome-slide, .welcome-section, .right-clmn {
        display: block;
    }
    .message-text {
        color: #fff;
    }
    .programms-tabs {
        margin-top: 0;
    }
    .left-clmn {
        margin-right: 90px;
        padding: 0;
    }
    .ilustration {
        position: relative;
        display: block;
        width: 400px;
        height: 380px;
        border: 8px solid #ededed;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page_title {
        margin-top: 80px;
    }
    .left_aim_pic, .digitizing_object_ilustration {
        display: block;
    }
    .section_content2 {
        padding: 150px 15px;
    }
    .contacts-wrap {
        margin-top: 0;
        position: absolute;
    }
    .section_programs {
        background-image: url(/assets/img/program-section-bg.jpg);
        background-position: 0 0 !important;
        background-repeat: no-repeat !important;
        max-width: 1920px;
        margin: 0 auto;
    }
    .program_section_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 100px 0 100px 400px;
        width: 600px;
        margin: 0 auto;
    }
    .slide_paragraph {
        width: 570px;
    }
    .layout-2clmn {
        max-width: 1200px;
        margin: 0 auto;
        padding: 86px 0 150px;
        display: flex;
        
    }
    .logo {
        margin-left: 10px;
    }
}
@media (min-width: 1360px){
   .cont-clmn {
        border-right: dotted 1px #777777;
    }
    .contacts_block_title {
        text-align: left;
    }
    .top_phone, .phone_icon {
        display: block;
    }
    .single_entry {
        margin-left: 0;
        margin-right: 0;
    }
    .logo {
        margin-left: 0;
    }
    .left-clmn {
        margin-left: 0;
    }
}
@media (min-width: 1440px){
    
}
.delete {
    height: 500px;
    margin-right: 35px;
}
.font-weight600 {
    font-weight: 600;
}
.read-more-button {
    position: relative;
}
.read-more:link {
    letter-spacing: 1.26px;
    font-family: Poppins600, Roboto;
    font-weight: 600;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 80px;
    transition: .4s;
}
.read-more:visited {
    color: #222222;
}
.read-more:hover {
    color: #e2b13c;
}
.read-more::before {
	background-color: #e2b13c;
	border-right: 4px solid #222222;
	box-shadow: -3px 0 0 0 #fff inset;
	content: "";
	width: 60px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
.layout1column {
    margin: 0 auto;
    max-width: 1000px;
}
.program_block:first-child {
    margin-top: 80px;
}
.program_picture {
    transition: all 1s ease-out;
}
.program_block:hover .program_picture {
    transform: scale(1.1);
}
.program_block:last-child {
    margin-bottom: 100px;
}
.program_picture img {
    height: 300px;
}
.program_description {
    background-color: #fafafa;
    padding: 40px;
    width: 100%;
    transition: .8s;
    box-sizing: border-box;
}
.program_block:hover .program_description {
    background-color: #f3f3f3;
}
.program_title {
    font-family: Poppins700, Roboto;
    font-weight: 600;
    font-size: 18px;
    color: #222222;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 0.64px;
}
.prog_title_link:link {
    font-family: Poppins700, Roboto;
    font-weight: 600;
    font-size: 18px;
    color: #222222;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 0.64px;
    text-decoration: none;
    transition: .4s;
}
.prog_title_link:visited {
    color: #222222;
}
.prog_title_link:hover {
    color: #e2b13c;
}
.program_text {
    margin: 15px 0 20px;
    color: #777777;
    line-height: 26px;
    letter-spacing: 0.28px;
}
.page_subtitle {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    color: #777777;
    max-width: 755px;
    line-height: 26px;
}
.gallery_homePage {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.gallery_block {
    width: 50%;
    display: flex;
}
.width50 {
    width: 50%;
    height: auto;
}
.width100 {
    width: 100%;
}
.gallery_block img {
    background-color: rgba(255,255,255,0.9);
}
.gallery_pair {
    position: relative;
}
.gallery_img_title {
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    top: 0%;
    visibility: hidden;
}
.gallery_pair img {
    width: 100%;
    height: 100%;
}
.gallery_pair:hover .gallery_img_title {
    opacity: 1;
    visibility: visible;
    top: 34%;
}
.gallery_pair::before {
    background-color: rgba(255,255,255,0.9);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.gallery_pair:hover::before {
    transform: scale(1);
}
.gallery_img_title_head {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    margin: 25px 0;
}
.gallery_img_title_body {
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.6px;
    color: #000;
}
.section_content {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.mb15 {
    margin-bottom: 15px;
}
.prog_list_item {
    color: #777777;
    padding-left: 20px;
    line-height: 32px;
    letter-spacing: 0.28px;
    list-style-type: none;
    transition: all .5s ease;
}
.list_relat:link {
    position: relative;
    text-decoration: none;
}
.list_relat:hover .prog_list_item {
    color: #e2b13c;
}
.prog_list_item::before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0Mi41MzMgNDQyLjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQyLjUzMyA0NDIuNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzNC41MzksOTguNDk5bC0zOC44MjgtMzguODI4Yy01LjMyNC01LjMyOC0xMS43OTktNy45OTMtMTkuNDEtNy45OTNjLTcuNjE4LDAtMTQuMDkzLDIuNjY1LTE5LjQxNyw3Ljk5M0wxNjkuNTksMjQ3LjI0OCAgIGwtODMuOTM5LTg0LjIyNWMtNS4zMy01LjMzLTExLjgwMS03Ljk5Mi0xOS40MTItNy45OTJjLTcuNjE2LDAtMTQuMDg3LDIuNjYyLTE5LjQxNyw3Ljk5Mkw3Ljk5NCwyMDEuODUyICAgQzIuNjY0LDIwNy4xODEsMCwyMTMuNjU0LDAsMjIxLjI2OWMwLDcuNjA5LDIuNjY0LDE0LjA4OCw3Ljk5NCwxOS40MTZsMTAzLjM1MSwxMDMuMzQ5bDM4LjgzMSwzOC44MjggICBjNS4zMjcsNS4zMzIsMTEuOCw3Ljk5NCwxOS40MTQsNy45OTRjNy42MTEsMCwxNC4wODQtMi42NjksMTkuNDE0LTcuOTk0bDM4LjgzLTM4LjgyOEw0MzQuNTM5LDEzNy4zMyAgIGM1LjMyNS01LjMzLDcuOTk0LTExLjgwMiw3Ljk5NC0xOS40MTdDNDQyLjUzNywxMTAuMzAyLDQzOS44NjQsMTAzLjgyOSw0MzQuNTM5LDk4LjQ5OXoiIGZpbGw9IiNlMmIxM2MiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
    left: 0;
    top: 10px;
    position: absolute;
    color: #e2b13c;
}
.program_list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.logo_block_lighter {
    background-color: #fafafa;
    width: 20%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_block_darker {
    background-color: #f6f6f6;
    width: 20%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo138 {
    width: 138px;
    -webkit-filter: grayscale(100%);
    transition: all .4s ease;
}
.logo_block_lighter:hover .logo138 {
    -webkit-filter: grayscale(0%);
}
.logo_block_darker:hover .logo138 {
    -webkit-filter: grayscale(0%);
}
.implemented_projects_section {
    background-image: url(/assets/img/implemented-projects-section-bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat !important;
    max-width: 1920px;
    margin: 0 auto;
}
.contacts_block_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact_img_container {
    position: relative;
    width: 242px;
    height: 358px;
    overflow: hidden;
    background-color: #ededed;
}
.contact_img {
    width: 100%;
    position: absolute;
    transform: scale(1);
    transition: all 1s ease-out;
}
.contact_descr {
    max-width: 242px;
    text-align: center;
}
.contact_descr_name {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-top: 20px;
}
.contact_descr_position {
    color: #777;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    margin-top: 5px;
}
.no_content {
	height: 400px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.no_content_title {
    color: #ededed;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.successfully_subscribed {
    color: #777;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.program_aim_section {
    margin: 60px 0;
}
.aim_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.program_aim_pic {
    margin-bottom: 50px;
    height: 520px;
}
.program_aim_pic_digit {
    margin-bottom: 50px;
    height: 430px;
}
.program_aim_pic_research {
    margin-bottom: 30px;
    width: 400px;
}
.program_aim_pic2 {
    height: 520px;
}
.bottom_image_section {
    position: relative;
}
.bottom_roll_img {
    width: 100%;
    display: block;
}
.bg03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.aims_section {
    position: relative;
}
.aims_section_bg {
    background-image: url(/assets/img/section-bg.jpg);
}
.section_bgc {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    top: 0;
}
.aims_container {
    border: 6px solid #e2b13c;
    width: 94%;
    height: 100%;
    z-index: 1;
    position: relative;
    display: flex;
}
.aim_pic_container img {
    padding: 0 50px;
}
.aim_pic_container {
    margin: -70px 0;
}
.rectangle_header {
    border: 6px solid #f0efef;
    margin: 35px 0 35px 35px;
    display: inline-block;
}
.right_aim_body {
    margin-left: 40px;
}
.mb5 {
    margin-bottom: 10px;
}
.scanner_img {
    height: 550px;
    padding-top: 150px;
}
.scanner_img2 {
    height: 550px;
}
.research_obj_list {
    position: relative;
}
.relative{
    position: relative;
}
.regular_link:link {
    color: #222222;
    text-decoration: none;
}
.regular_link:visited {
    color: #222222;
}
.regular_link:hover {
    color: #e2b13c;
}
.margin_bottom0 {
    margin-bottom: 0;
}
.initial {
    width: 100%;
    border-bottom: 1px solid #a5a5a5;
}
.volunteer_form_section {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
}
.form_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.input-text {
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 5px 10px;
    width: 250px;
    margin-bottom: 10px;
}
.drop {
    width: 272px;
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 5px 10px;
    height: 32px;
}
.form_line, .text_area {
    display: flex;
    flex-direction: column;
}
label {
    margin-bottom: 5px;
    font-weight: 700;
    color: #777777;
    letter-spacing: 0.28px;
}
.text_box {
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 5px 10px;
    width: calc(100% - 30px);
    margin-bottom: 10px;
    height: 100px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.submit_button {
    width: 100%;
    text-align: center;
}
.form_submit {
    background-color: #e2b13c;
    border: none;
    color: #111;
    font-size: 12px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    font-family: Poppins700, Roboto;
    font-weight: 700;
    font-style: normal;
    transition: all .8s ease;
    cursor: pointer;
    height: 45px;
    width: 200px;
    border-radius: 3px;
    margin-bottom: 50px;
}
.form_submit:hover {
    background-color: #111;
    color: #e2b13c;
}
.fz30 {
    font-size: 30px !important;
}