/*
Theme Name: brainlab
Version: 1.2.16
Author: brainlab
Author URI: brainlab.com.ua
*/
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/MuseoSansCyrl300Regular.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/MuseoSansCyrl500Regular.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/MuseoSansCyrl700Regular.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('fonts/MuseoSansCyrl900Regular.ttf');
    font-weight: 900;
    font-style: normal;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

body {
    font-family: 'MuseoSansCyrl', Arial, sans-serif;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    cursor: default;
    font-weight: 400;
    overflow-y: scroll !important;
    padding-right: 0 !important;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.pum-open {
    overflow-y: scroll !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: auto;
}

/*Reset*/
p {
    margin-bottom: 0;
}

textarea,
input {
    font-family: 'MuseoSansCyrl', Arial, sans-serif;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

button, a {
    text-decoration: none !important;
    outline: none !important;
}

.single-top {
	width:100%;
}

ol, ul {
    list-style: none;
}

::selection {
    background: #000; /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #000; /* Firefox */
    color: #fff;
}

.body_fixed {
    position: fixed;
    overflow-y: scroll !important;
}

.button_fixed {
    position: fixed !important;
    right: 0px;
    height: 65px;
}

.open_active {
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.4);
}

.item_img_photo {
    flex: 0 0 25%;
    max-width: 25%;
}

/*END_Reset*/

/*ICO*/

.ico {
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
}

.ico-close {
    background-image: url('images/close-strong.svg');
    background-size: 15px;
    width: 16px;
    height: 16px;
}

.arrow-right-white {
    background-image: url(/wp-content/themes/gcip/images/arrow-right-white.svg);
    width: 22px;
    height: 22px;
}

/*END_ICO*/

/*Modal*/
.modal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 500;
    padding: 0.6em;
}

.modal .modal-header {
    position: relative;
    padding: 0;
}

.modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #f00;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.modal .modal-header .close img {
    width: 14px;
}

/*END_Modal*/

/*Contact_Form_7*/
.wpcf7 {
}

.wpcf7-form {
    position: relative;
    margin: 0;
}

.wpcf7-form-control:not(.wpcf7-submit),
.form-control {
    font-size: 15px;
    height: initial;
    line-height: 1;
    border: 1px solid #dde4eb;
    width: 100%;
    outline: none;
    max-width: 100%;
    padding: 10px 15px;
}

.wpcf7-form-control:not(.wpcf7-submit):focus,
.form-control:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(19, 191, 179, 0.5);*/
}

.wpcf7-submit {
    background: transparent;
    color: #0D60D8;
    padding: 12px 34px;
    font-size: 16px;
    border: 1px solid #0D60D8;
    margin-top: 15px;
}

.wpcf7-submit:hover {
    border: 1px solid #0D60D8;
    background: #0D60D8;
    color: #fff;
}

.wpcf7-form .not-poblish {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 1.2em;
    text-align: center;
    display: block;
}

.wpcf7-form textarea {
    resize: none;
}

.wpcf7-form .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.7);
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 0;
}

.wpcf7-form .wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-form .wpcf7-mail-sent-ok {
    background: #0D60D8;
    margin: 1em 0 0;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 15px;
    border: none;
    color: #fff;
}


.wpcf7-form-control:not(.wpcf7-submit):focus,
.form-control:focus {
    border: 1px solid #0D60D8;
    box-shadow: none;
}

.wpcf7-form .input-title {
    margin-bottom: 7px;
    line-height: 1.6;
}

.wpcf7-form .subtitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

/*END_Contact_Form_7*/

/*Skroll_Top*/
.skroll_top {
    position: fixed;
    bottom: -30px;
    left: 30px;
    background: #888;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.skroll_top.fix {
    bottom: 30px;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.skroll_top.fix:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.skroll_top a {
    color: #fff;
    font-size: 36px;
    display: flex;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    text-decoration: none;
}

.skroll_top a i {
    position: relative;
    top: -6%;
    width: 100%;
}

/*END_Skroll_Top*/

/*Section_Top*/

/*Header_Menu*/
.div_menu {
    display: none;
}

.navbar-nav {
    margin-right: 50px;
}

.header_logo {
    margin-left: 35px;
}

footer .custom-logo-2 {
    /*width: 95px;*/
    width: 176px;
}

footer .custom-logo-3 {
    width: 54px;
}

.top-menu > .menu-item > a {
    font-size: 17px;
    color: #3C4963;
    text-decoration: none !important;
    padding: 40px 14px;
    display: block;
    white-space: nowrap;
}

.top-menu > .menu-item > a:hover {
    color: #0D60D8;
}

.top-menu > .menu-item > a:lang(ja) {
	font-size: 14px;
}

.top-menu > .menu-item.active > a {
    color: #0D60D8;
}

.top-menu > ul#top-nav-ul > li.menu-item:hover {
    border-bottom: 3px solid #0D60D8 !important;
    color: #0D60D8 !important;
}

.top-menu > ul#top-nav-ul > li.menu-item {
    flex: 1 1 auto;
}

ul#top-nav-ul.top-menu > li.active {
    border-bottom: 3px solid #0D60D8 !important;
    color: #0D60D8 !important;

}

.border_line_menu {
    border-right: 1px solid #F1F5FC;
}

.circle_cosial_link {
    color: #6E7E98;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E7EBF2;
}

.circle_cosial_link:hover {
    background: #6E7E98;
    color: #fff;
}

.visible_button {
    visibility: initial;
}

.hide_form {
    visibility: hidden;
}

select#lang_choice_1 {
    color: #6E7E98;
    font-size: 17px;
    border: transparent !important;
    outline: none !important;
    width: auto;
    z-index: 2;
    position: relative;
    background: transparent;
}

.language .caption-list-languages {
    cursor: pointer;
    color: #6E7E98;
    font-size: 17px;
}

.language .list-languages {
    list-style: none;
    position: absolute;
    top: 100%;
    z-index: 100;
    background: #fff;
    padding: 25px 20px;
    display: none;
}

.language.open .list-languages {
    display: flex;
    flex-direction: column;
    line-height: 1.7;
}

.language .list-languages a {
    color: #000;
}

.language .current-lang,
.language .caption-list-languages:hover,
.language .list-languages a:hover {
    color: #007bff;
}

.language {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language_attributes > .language > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.language .caption-list-languages:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #B0B8DB;
    font-size: 20px;
    line-height: 0;
    z-index: 1;
    margin-left: 8px;
}

.language .caption-list-languages:hover:after {
    color: #007bff;
}

.language select {
    cursor: pointer;
}

.language select#lang_choice_1:hover {
    color: #0D60D8;
}

/*Dropdown_Menu*/
#topnav > ul > li .dropdown-menu {
    display: block;
    left: -9999px;
    opacity: 0;
    margin: 0;
    box-shadow: 0px 1px 3px 0px #999;
    -webkit-transition: 0.25s linear opacity;
    -moz-transition: 0.25s linear opacity;
    transition: 0.25s linear opacity;
    border: 0;
    border-radius: 0;
    padding: 50px;
    min-width: 400px;
    transform: translate(-50%, 0);
}

#topnav > ul > li:hover .dropdown-menu {
    left: 50%;
    opacity: 1;
    -webkit-transition: 0.25s linear opacity;
    -moz-transition: 0.25s linear opacity;
    transition: 0.25s linear opacity;
}

#topnav > ul > li .dropdown-menu li {
    margin-bottom: 20px;
}

#topnav > ul > li .dropdown-menu a {
    color: #3c4963;
    display: flex;
    font-size: 15px;
}

#topnav > ul > li .dropdown-menu a:hover {
    color: #0d60d8;

}

/*END_Dropdown_Menu*/
/*END_Header_Menu*/
/*END_Section_Top*/

/*Section_Content*/
article p,
.page_description p {
    margin-bottom: 16px;
    /*text-indent: 25px;*/
}

article ul,
.page_description ul {
    padding-left: 0;
}

article ul li,
.page_description ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 17px;
}

article ul li:before,
.page_description ul li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #0D60D8;
    font-size: 8px;
    position: absolute;
    left: 0;
    top: 0px;
}

.black_color {
    color: #191919;
}

.silver_color {
    color: #7C7C7C;
}

.blue_color {
    color: #0D60D8;
}

.aqva_color {
    color: #99BFF5;
}

.white_color {
    color: #FFFFFF;
}

.gray_color {
    color: #A4AEC0;
}

.blacks_color {
    color: #68717D;
}

.sil_color {
    color: #B1B1BD;
}

.white_background {
    background: #FFFFFF;
}

.blue_background {
    background: #0D60D8;
}

.space_background {
    background: #414751;
}

.gray_background {
    background: #2E343C;
}

.bd_background {
    background: #F1F5FC;
}

.shadow_blue {
    box-shadow: 0 3px 60px rgba(13, 96, 216, 0.35);
}

.shadow_blue_hight {
    box-shadow: 0 2px 70px rgba(13, 96, 216, 0.75);
}

.position_relative {
    z-index: 100;
    position: relative;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.fs-42 {
    font-size: 42px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-29 {
    font-size: 29px;
}

.wh-300 {
    font-weight: 300;
}

.wh-500 {
    font-weight: 500;
}

.wh-700 {
    font-weight: 700;
}

.wh-900 {
    font-weight: 900;
}

.border_block {
    border: 1px solid #EFEFF6;
}

.title_1 {
    display: block;
    color: #191919;
}

.title_padding {
    padding: 65px 0px 65px 160px;
}

.title_inner_padding {
    padding: 180px 65px 25px 160px;
    margin: 0;
}

.title_padding_page {
    padding: 60px 65px 21px 160px;
}

.title_page h1 {
    margin: 0;
    color: #191919;
    font-size: 42px;
    line-height: 1.33;
    font-weight: 700;
}

.title_post a {
    text-decoration: none;
    display: block;
    padding: 50px 80px 10px 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.title_post a:hover {
    color: #0D60D8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.text_post p {
    padding: 10px 80px 50px 60px;
}

.category_description {
    color: #191919;
    font-size: 16px;
    line-height: 1.56;
}

.page_description {
    font-size: 16px;
    color: #565656;
}

.page_description img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page_description .file {
    margin-top: 30px;
    display: flex;
    color: #0D60D8;
    align-items: center;
}

.page_description .file:hover {
    color: #0056b3;
}

.page_description .file .fa {
    font-size: 21px;
    margin-right: 10px;
}

.page_description table {
    margin-bottom: 20px;
}

.page_description table,
.page_description tbody {
    width: 100%;
    border: 0;
    display: flex;
    flex-direction: column;
}

.page_description tr {
    display: flex;
    width: 100%;
}

.page_description td {
    display: flex;
    border: 0;
}

.page_description td:first-child {
    max-width: 200px;
}

.description_inner_padding {
    padding: 0px 65px 65px 160px;
}

.description_inner_padding .file {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.description_inner_padding .fa {
    margin-right: 10px;
}

.description_inner_padding table {
    margin-bottom: 20px;
    max-width: 755px;
}

.description_inner_padding table td {
    padding: 10px 20px;
}

.description_inner_padding p {
    margin-bottom: 20px;
}

#page .single_top_about .address-item p {
	margin-bottom: 0;
}

.meta_description_padding {
    padding: 0px 65px 25px 160px;
}

.page_description_padding {
    padding: 40px 65px 65px 160px;
}

.col-posts {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #efeff6;
    border-bottom: 1px solid #efeff6;
    background: #F8FAFC;
}

a.button_more:hover {
    color: #0D60D8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 1.31;
}

.button_more {
    display: block;
    padding: 10px 80px 80px 65px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: auto;
}

.block_innovation {
    padding: 100px 0px 100px 160px;
    line-height: 1.44;
}

.img_partners {
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 200px;
	overflow: hidden;
}

.img_partners:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.img_partners img {
    filter: grayscale(100%);
	max-width: 250px;
}

.img_partners:hover img {
    filter: none;
}

.carousel {
    position: relative;
}

.item {
    display: block;
    position: relative;
}

.item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 0;
    right: 0;
    left: 0;
}

.wrap_text_slider {
    position: absolute;
    top: 200px;
    left: 160px;
    width: 90%;
}

.title_slider {
    font-size: 64px;
    width: 85%;
    line-height: 72px;
    color: #ffffff;
    font-weight: 500;
}

.text_slider {
    font-size: 20px;
    width: 80%;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 30px;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
}

.owl-nav {
    position: absolute;
    bottom: 90px;
    left: 160px;
}

.owl-dots {
    position: absolute;
    bottom: 125px;
    left: 480px;
    display: flex;
    align-items: center;
}

.owl-dot {
    width: 50px !important;
    height: 1px !important;
    background: #fff !important;
}

.owl-dot.active {
    height: 5px !important
}

.owl-dots.owl-dot.active {
    bottom: 123px !important;
}

.owl-next {
    margin-left: 12px;
}

.owl-prev, .owl-next {
    font-size: 24px !important;
    width: 75px !important;
    height: 75px !important;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    line-height: 0 !important;
}

.counter_1 {
    font-size: 30px;
    font-weight: 300;
}

.counter_2 {
    font-size: 20px;
    font-weight: 300;
}

.counter {
    position: absolute;
    bottom: 110px;
    z-index: 1;
    left: 350px;
    color: #fff;
}

.calendar_block {
    border-bottom: 1px solid #D5DFF2;
}

.border_line {
    border-right: 1px solid #EFEFF6;
}

.border_line_new {
    border-bottom: 1px solid #EFEFF6;
    padding-bottom: 90px;
}

.sidebar {
    border-left: 1px solid #efeff6;
    padding-bottom: 20px;
}

.title-calendar, .title-news {
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 50px 0px 50px 80px;
}

.title-calendar:after, .title-news:after {
    content: "\f068";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #0D60D8;
    font-size: 20px;
    position: absolute;
    padding-left: 10px;
}

.button_more_events a, .button_more_news a {
    position: relative;
    padding: 0px 0px 40px 80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button_more_events a:hover,
.button_more_news a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button_more_news span:after,
.button_more_events span:after {
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #0D60D8;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: -30px;
    line-height: 0;
}

.button_more_news:hover span:after,
.button_more_events:hover span:after {
    color: #0056b3;
}

.href_format a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 0px 125px 13px 80px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.date_events {
    display: block;
    padding: 0px 125px 40px 80px;
}

/*END_Section_Content*/

.row-other-projects {
    min-height: 180px;
    align-items: center;
}

.col-other-projects {
    display: flex;
    align-items: center;
}

.row-other-projects .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #191919;
    margin-left: 160px;
    min-width: 12%;
}

.row-other-projects .description {
    font-size: 16px;
    color: #191919;
    line-height: 1.56;
    margin-left: 100px;
    max-width: 525px;
}

.home_innovation_foto img {
    vertical-align: inherit !important;
    height: 100%;
    object-fit: cover;
}

.container_blocks {
    width: 600px;
    margin: 50px auto;

}

.search-toggler {
    background: transparent;
    width: 100%;
    height: 100%;
    border: transparent;
    color: #6E7E98;
}

.search-toggler:hover {
    color: #0D60D8;
}

.form-control:focus {
    border: 1px solid #B1B1BD;
    box-shadow: none;
}

.form-control {
    border: 1px solid #B1B1BD;
}

.search-block #search-form {
    position: absolute;
    right: 0;
    top: -500px;
    background: transparent;
    opacity: 0;
    transition: top .3s cubic-bezier(0.2, 0, 0.9, 0), opacity .2s ease;
    z-index: 2;
}

.search-block.active #search-form {
    opacity: 1;
    top: 110px;
    transition: top .3s cubic-bezier(0.07, 1.06, 0.72, 0.94), opacity, opacity .3s ease .1s;
    position: fixed;
    right: 80px;
    width: 80%;
    z-index: 999999;
}

.form-inline .form-control {
    border-radius: 0px;
    width: 100%;
    padding: 2.5em 2em !important;
}

.form-group {
    width: 100%;
}

.search-block.active {
    background: #6E7E98;
}

.search-block.active .search-toggler {
    color: #FFFFFF;
}

.language_attributes > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.col_wrap_content {
    padding: 0px 0px 0px 160px;
}

.wrap_content_search {
    padding-top: 60px;
}

.wrap_content_search .title_page {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 60px;
}

.wrap_content_search h2 a {
    font-size: 24px;
    line-height: 24px;
    color: #191919;
    position: relative;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrap_content_search h2 a:hover {
    color: #0D60D8;
}

.link_search a {
    font-size: 16px;
    line-height: 24px;
    color: #0D60D8;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link_search a:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    bottom: -2px;
    background-color: #0D60D8;
    content: "";
    transition: width 0.3s ease-out;
}

.link_search a:hover:after {
    width: 100%;
}

.wrap_article {
    border-left: 1px solid #EFEFF6;
    padding-bottom: 60px;
    padding: 60px 15px;
    border-top: 1px solid #EFEFF6;
}

.wrap_article:last-child {
    border-bottom: 1px solid #EFEFF6;
}

/* Pagination */

#pagination {
    margin: 30px 0 50px 0;
}

#pagination ul {
    margin: 0;
}

#pagination .page-item .page-link {
    display: flex;
    width: 96px;
    height: 96px;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
    border: 1px solid #efeff6;
    color: #4d4d4d;
    font-size: 17px;
}

#pagination .page-item .page-link.current,
#pagination .page-item .page-link:hover {
    color: #fff;
    background-color: #0d60d8;
    border: 1px solid #0d60d8;

}

.paginate {
    margin: 30px 0 50px 0;
}

.paginate ul {
    margin: 0;
}

.paginate .page-item .page-link {
    display: flex;
    width: 96px;
    height: 96px;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
    border: 1px solid #efeff6;
    color: #4d4d4d;
    font-size: 17px;
}

.paginate .page-item .page-link.current,
.paginate .page-item .page-link:hover {
    color: #fff;
    background-color: #0d60d8;
    border: 1px solid #0d60d8;

}

/* End Pagination */

/* Page */
#page .single_top_about {
    width: 100%;
}

#page .single_top_about .preview {
    position: absolute;
    top: 0;
    left: 0;
}

#page .single_top_about .preview:before {
    content: '';
    background-image: url(/wp-content/themes/gcip/images/page-preview-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#page .single_top_about .address-items {
    margin-bottom: 25px;
}

#page .single_top_about .fas {
    margin-right: 10px;
    color: #0D60D8;
}

#page .single_top_about .title-soc {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

#page .single_top_about .soc-items {
    display: flex;
}

#page .single_top_about .soc-item {
    margin-right: 12px;
}

#page .single_top_about .soc-item a {
    font-size: 16px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0D60D8;
    border: 1px solid #0D60D8;
}

#page .single_top_about .soc-item a:hover {
    color: #fff;
    background: #0D60D8;
    border: 1px solid #0D60D8;
}

#page .single_top_about .address-item {
    display: flex;
    align-items: center;
}

#page .title_page h1 {
    color: #fff;
}

#page .default.single_top_about .title_page h1 {
    color: #191919;
}

/* End Page */

/* START PAGE ABOUT*/
.title_about_us {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin: 0px !important;
}

.about_subtitle {
    line-height: 24px;
}

.page_about_padding {
    padding: 60px 0px 40px 160px;
}

.page_about_padding_subtitle {
    padding: 0px 0px 80px 160px;
}

.bg_img_about {
    position: relative;
}

.about_block_first_title {
    padding: 150px 195px 30px 160px;
    font-size: 24px;
    line-height: 35px;
}

.wrap_text_first_block {
    height: 100%;
}

.about_block_first_subtitle {
    padding: 0px 90px 150px 160px;
    font-size: 16px;
    line-height: 24px;
}

.info_container {
    position: relative;
}

.project_info_block {
    padding: 130px 200px 130px 160px;
    position: absolute;
    top: 130px;
	left: 0;
}

.about_block_second_title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 26px;
}

.about_block_second_subtitle {
    font-size: 16px;
    line-height: 24px;
    column-count: 2;
    column-width: 300px;
    column-gap: 70px;
}

.bg_meta_container {
    background: #236EDB;
    box-shadow: 0 0 70px rgba(35, 110, 219, 0.9);
    position: relative;
    z-index: 1;
}

.about_block_third_title {
    padding: 105px 0px 105px 160px;
    font-size: 24px;
    line-height: 35px;
    display: block;
}

.about_block_third_subtitle {
    font-size: 18px;
    line-height: 26px;
}

.about_block_fourth_title {
    font-size: 24px;
    line-height: 35px;
    padding: 0px 280px 25px 160px;
}

.about_block_fourth_subtitle {
    padding: 0px 280px 0px 160px;
    font-size: 16px;
    line-height: 24px;
}

.block_fourth_list_background, .block_fourth_list_background_2,
.block_fourth_list_background_3 {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}

.block_fourth_list_background {
    height: 400px;
}

.block_fourth_list_background_2 {
    height: 400px;
}

.block_fourth_list_background_3 {
    height: 289px;
}

.block_0, .block_1, .block_2 {
    position: relative;
}

.blocks_0, .blocks_1, .blocks_2 {
    position: absolute;
}

.subtext_fourth_block_0, .subtext_fourth_block_1, .subtext_fourth_block_2 {
    position: absolute;
}

.subtext_fourth_block_0 {
    padding-right: 160px;
    bottom: 60px;
    left: 70px;
    font-weight: 300;
}

.subtext_fourth_block_1 {
    bottom: 80px;
    left: 70px;
    padding-right: 150px;
    font-weight: 300;
}

.blocks_0 {
    left: 60px;
    top: 50px;
}

.blocks_1 {
    top: 54px;
    left: 54px;
}

.blocks_2 {
    left: 65px;
    top: 55px;
}

.row_conponents {
    background: #F8FAFC;
}

.col_conponents {
    padding: 100px 0px 30px 0px;
}

.row_results {
    padding: 130px 0px 130px 160px;
    background: #F8FAFC;
}

.about_block_fifth_title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 50px;
}

.subtext_fourth_block_2 {
    bottom: 80px;
    left: 324px;
    padding-right: 150px;
    font-weight: 300;
}

.block_results {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 40px;
}

.img_results {
    min-width: 140px;
    min-height: 140px;
    max-height: 140px;
    max-width: 140px;
    background: #236EDB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(35, 110, 219, 0.4);
    margin-right: 25px;
}

.text_result {
    font-size: 16px;
    line-height: 24px;
}

.about_block_sixth_title {
    padding: 130px 0px 60px 160px;
    font-size: 24px;
    line-height: 35px;
}

/* END PAGE ABOUT */

/* START PAGE BAZA*/
.col_img_thumbnail_baza {
    height: 594px;
    background-size: cover !important;
}

.row_pravova_baza {
    padding: 0px 0px 0px 160px;
}

.title_pravova_baza {
    font-size: 42px;
    line-height: 52px;
    padding: 60px 0px 80px 0px;
}

.page_link_children {
    font-size: 18px;
    line-height: 52px;
}

.col_children_links {
    background: #F8FAFC;
}

.col_children_links > a {
    padding: 10px 0px 10px 160px;
    display: block;
    border-top: 1px solid #CFD8E2;
}

.col_children_links:hover {
    border-top: none;
    background: #0D60D8;
    box-shadow: 0 0px 50px rgba(13, 96, 214, 0.4);
}

.col_children_links:hover a {
    color: #fff;
}

.col_children_links:after {
    content: url(/wp-content/themes/gcip/images/feather-arrow-left.svg);
    display: inline-block;
    color: #AFBECC;
    line-height: 0;
    position: absolute;
    top: 25px;
    right: 95px;
	width: 25px;
}

.col_children_links:hover:after {
    color: #fff;
    content: url(/wp-content/themes/gcip/images/feather-arrow-left_hover.svg);
}

.row_children > .col_children_links:last-child {
    border-bottom: 1px solid #CFD8E2;
}

/* END PAGE BAZA*/

/* START CHILD PAGE BAZA*/
.child_baza_title_page {
    font-size: 42px;
    line-height: 52px;
    padding: 60px 0px 80px 160px;
    display: block;
}

.row_title {
    padding: 130px 0px 60px 160px;
}

.child_baza_sub_title {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 30px;
    display: block;
}

.child_baza_sub_text {
    font-size: 18px;
    line-height: 28px;
}

.row_list {
    padding: 60px 0px 60px 160px;
}

.row_page_baza .row_list:nth-child(2n+1) {
    background: #F8FAFC;
}

.child_page_list_title {
    font-size: 20px;
    line-height: 35px;
    display: block;
    margin-bottom: 30px;
}

.child_page_list_text {
    font-size: 16px;
    line-height: 24px;
}

.list_text_link {
    font-size: 18px;
    line-height: 35px;
    color: #939EA8;
}

.child_page_list_link {
    font-size: 18px;
    line-height: 35px;
}

.row_img_baza {
    padding: 100px 0px 100px 0px;
}

.row_second_title {
    padding: 30px 0px 60px 160px;
}

.child_baza_sub_title_second {
    font-size: 26px;
    line-height: 35px;
}

.div_child_sub_title {
    padding-bottom: 30px;
}

.child_baza_sub_text_second {
    font-size: 18px;
    line-height: 28px;
}

.row_list_second {
    padding-bottom: 90px;
}

.col_list_second {
    font-size: 18px;
    padding-left: 160px;
    border-bottom: 1px solid #C7D4E0;
    background: #F8FAFC;
    line-height: 26px;
    padding-right: 200px;
}

.col_list_second:last-child {
    border-bottom: none;
}

.col_list_second a {
    display: block;
    padding: 24px 0px 24px 0px;
}

.col_list_second:hover {
    z-index: 1;
    color: #fff;
    background: #0D60D8;
    box-shadow: 0 0px 50px rgba(13, 96, 214, 0.4);
}

.col_list_second:hover .title_second_list, .col_list_second:hover .sub_title_second_list {
    color: #fff;
}

.col_list_second:after {
    content: '';
    background-image: url(/wp-content/themes/gcip/images/metro-link.svg);
    display: inline-block;
    color: #AFBECC;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 95px;
    margin-top: -15px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.col_list_second:hover:after {
    color: #fff;
    content: '';
    background-image: url(/wp-content/themes/gcip/images/metro-link-hover.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    z-index: -1;
}

/* END CHILD PAGE BAZA*/

/* START PAGE NEWS AND EVENTS*/
.tab-pane .col-post {
    background: #F8FAFC;
}

.tab-pane .title_post a {
    padding: 0px 80px 10px 60px;
}

.tabs_news_events {
    padding: 0px 0px 30px 145px;
}

.tabs_news_events .nav-link {
    border: 1px solid #DDE4EB;
    color: #414F5D;
}

.tabs_news_events .nav-link.active, .tabs_news_events .show > .nav-link {
    border: 1px solid #E8EDF2;
    color: #414F5D !important;
    background-color: #E8EDF2 !important;
}

.tabs_news_events .nav-link {
    border-radius: inherit !important;
    display: block !important;
    padding: 20px 120px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabs_news_events .nav-link:hover {
    border: 1px solid #E8EDF2;
    color: #414F5D !important;
    background-color: #E8EDF2 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.name_parent_events, .name_parent_news, .name_parent_news-ru, .name_parent_events-ru,
.name_parent_news-en, .name_parent_events-en, .name_parent_news-ja, .name_parent_events-ja {
    margin: 50px 0px 35px 60px;
}

.name_parent_events span, .name_parent_events-ru span, .name_parent_events-en span, .name_parent_events-ja span {
    padding: 10px 30px;
    background: #0D60D8;
    color: #fff;
    font-size: 14px;
}

.name_parent_news span, .name_parent_news-ru span, .name_parent_news-en span, .name_parent_news-ja span {
    padding: 10px 30px;
    background: #E8EDF2;
    color: #4B596C;
    font-size: 14px;
}

.tab-pane .title_post {
    line-height: 26px;
}

.tab-pane .text_post {
    line-height: 24px;
}

.date_events_block, .date_events_post {
    padding: 0px 0px 70px 60px;
    display: block;
}

.date_events_post {
    color: #0D60D8;
}

.date, .time {
    line-height: 22px;
}

.date {
    color: #0D60D8;
}

.time {
    margin-left: 20px;
    color: #99ADCB;
}

/* END PAGE NEWS AND EVENTS*/

/* START PAGE MEDIA */
.row_media > .col-md-6 {
    flex: 0 0 40%;
    max-width: 40%;
}

.row_media > .col-md-2 {
    flex: 0 0 19.999997%;
    max-width: 19.999997%;
}

.title_category_media {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 25px;
    display: block;
}

.sub_title_category_media {
    font-size: 16px;
    line-height: 24px;
}

.category_media_padding {
    padding: 175px 140px 0px 160px;
}

.all_items_media {
    display: block;
    width: 205px;
    height: 65px;
    margin-top: 40px;
    background: none;
    border: 1px solid #0D60D8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.all_items_media a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #0D60D8;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.all_items_media:hover {
    background: #0D60D8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.all_items_media:hover a {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.col-media .title_post {
    padding: 40px 10px 10px 25px;
    margin-bottom: 130px;
}

.col-media .title_post a {
    padding: 0px;
}

.row_media > .col-posts:nth-child(2) {
    border-left: 1px solid #efeff6;
}

.category_posts .row_media:nth-child(2n+1) {
    background: #F8FAFC;
}

.tags_press {
    display: block;
    padding: 40px 10px 0px 25px;
    color: #0D60D8;
    font-size: 15px;
    line-height: 26px;
}

.col-press .title_post {
    padding: 20px 10px 10px 25px;
}

/* END PAGE MEDIA*/

/* START SINGLE*/
.shared_link {
    left: 160px;
    bottom: 40px;
    position: absolute;
    color: #fff;
    font-size: 15px;
    line-height: 31px;
}

.share {
    left: 520px;
    bottom: 40px;
    position: absolute;
    line-height: 31px;
}

.share a {
    text-decoration: none;
    color: #fff;
    padding-right: 21px;
}

.share a:hover {
    color: #A6B0C0;
}

.col_single_project_img {
    height: 695px;
    background-size: cover !important;
}

.row_color_single:nth-child(2n) {
    background: #F8FAFC;
}

.col_block_first img {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.preview {
    position: relative;
    height: 534px;
}

.col_breadcrubs_singl {
    position: absolute;
    top: 0;
    display: flex;
}

.img_singular {
    /*height: 534px;*/
}

#single .title_page h1 {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    max-width: 70%;
}

.content-project .preview:before {
    content: '';
    /*background-image: url(/wp-content/themes/gcip/images/page-preview-bg.svg);*/
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

.content-project .single-top {
    width: 100%;
    margin-bottom: 40px;
}

.hr {
    position: absolute;
    bottom: 90px;
    z-index: 1;
}

.hr hr {
    border-top: 1px solid #EFEFF6;
    opacity: 15%;
    height: 1px;
}

.col_block_first {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 108px 0px 108px 0px;
    border-right: 1px solid #EFEFF6;
}

.col_first_title, .col_video_right_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project_first_title {
    padding-bottom: 30px;
}

.single_project_title_first {
    font-size: 24px;
    line-height: 35px;
}

.single_project_subtitle_first {
    font-size: 16px;
    line-height: 24px;
}

.col_video {
    position: relative;
}

.col_video .gradient_img_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single_project_titlevideo_second {
    font-size: 22px;
    line-height: 35px;
    position: absolute;
    bottom: 190px;
    left: 130px;
}

.review {
    opacity: 50%;
    position: absolute;
    bottom: 155px;
    left: 250px;
}

.media_background {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -45px;
    margin-top: -45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
}

.project_list_item_first .text:before, .single_project_list_third .text:before, .single_project_listchild_nubmer:before {
    content: "\f068";
    font-family: FontAwesome;
    display: inline-block;
    color: #0D60D8;
    font-size: 20px;
    margin-right: 12px;
}

.single_project_title_second {
    font-size: 24px;
    line-height: 35px;
}

.project_list_item_first .text {
    display: flex;
    color: #565656;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 30px;
}

.col_third {
    padding: 130px 0px 130px 160px;
}

.single_project_title_third {
    font-size: 24px;
    line-height: 35px;
}

.project_third_title {
    margin-bottom: 30px;
}

.single_project_subtitle_third {
    font-size: 16px;
    line-height: 24px;
    color: #565656;
}

.single_project_list_third {
    column-count: 2;
    padding: 160px 0px 160px 100px;
}

.single_project_list_third .text {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 14px;
}

.col_single_fours {
    padding: 100px 0px 0px 160px
}

.single_project_title_fours {
    display: block;
    font-size: 24px;
    line-height: 35px;
    padding: 0px 0px 50px 0px;
}

.block_parent_items_single {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
}

.parent_items_single {
    background: #0D60D8;
    color: #fff;
    min-width: 45px;
    min-height: 45px;
    max-height: 45px;
    max-width: 45px;
    font-size: 17px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.single_project_listparent_number {
    font-size: 17px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.ul_child_list {
    padding-left: 65px;
}

.single_project_listchild_nubmer {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 300;
}

.div_block_list {
    margin-bottom: 13px;
}

.col_single_fours_title {
    margin: auto;
    padding: 30px 0;
}

.single_project_title_fifth {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
    display: block;
}

.single_project_subtitle_fifth {
    color: #565656;
    font-size: 16px;
    line-height: 24px;
}

.row_iner_partners {
    font-size: 24px;
}

.row_iner_partners .desc {
    margin-left: 105px !important;
    max-width: 600px !important;
}

/* SINGLE NEWS AND EVENTS*/
.single_news_and_events #breadcrumbs .item {
    color: #4D4D4D;
}

.smal_text_page_news_events {
    font-size: 16px;
    line-height: 25px;
}

.single_news_and_events .title_inner_padding {
    width: 80%;
}

.col_news_and_events {
    padding-left: 160px;
    width: 70%;
}

.col_content {
    padding: 40px 30px 100px 160px;
}

.title_sub_category {
    padding: 40px 15px 50px 35px;
}

/* END SINGLE*/

/*Section_Footer*/
.padding_footer {
    padding-right: 0px;
    padding-left: 160px;
    padding-top: 100px;
    padding-bottom: 150px;
}

.text_logo {
    padding-top: 45px;
    line-height: 26px;
}

.bottom-menu {
    display: block;
    column-count: 2;
}

ul.bottom-menu > li.menu-item > a {
    color: #A4AEC0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

ul.bottom-menu > li.menu-item > a:hover {
    color: #fff !important;
}

ul.bottom-menu > li.menu-item {
    display: block;
    margin-bottom: 8px;
    margin-right: 0px;
    line-height: 26px;
}

.block_footer_padding {
    padding-top: 25px;
}

.padding_i {
    padding-right: 10px;
}

.text-copyright {
    padding: 25px 0px 25px 0px;
}

.circle_cosial_link_footer {
    color: #969EAD;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #6E747E;
}

.circle_cosial_link_footer:hover {
    background: #6E7E98;
    color: #fff;
}

/*END_Section_Footer*/

/* Header */
#top {
    border-bottom: 1px solid #d5dff2;
}

#top .col-social .items {
    justify-content: space-evenly;
    padding: 0 4px;
}

/* End Header */

/* Breadcrumbs */

.breadcrumbs_padding {
    padding: 35px 160px 0 160px;
    z-index: 200;
}

#breadcrumbs {
    font-size: 13px;
    display: inline;
}

#breadcrumbs .item {
    color: #4d4d4d;
    line-height: 1.3;
    display: inline;
}

#breadcrumbs a.item:hover {
    color: #0D60D8;
}

#breadcrumbs .divider {
    margin: 0 3px;
}

#breadcrumbs .item:last-child {
    color: #0D60D8;
}

#page #breadcrumbs .item {
    color: #4d4d4d;
}

#page #breadcrumbs .item:hover {
    color: #0D60D8;
}

#page #breadcrumbs .item:last-child {
    color: #0D60D8;
}

#page .default.single_top_about #breadcrumbs .item {
    color: #4d4d4d;
}

#page .default.single_top_about #breadcrumbs .item:last-child {
    color: #0D60D8;
}

#single #breadcrumbs .item:last-child {
    color: #ffffff;
    opacity: 100%;
}

#single #breadcrumbs .item {
    color: #FFFFFF;
    opacity: 40%;
}

#single #breadcrumbs .item:last-child:hover {
    color: #0D60D8;
}

#single #breadcrumbs a.item:hover {
    opacity: 1;
}

/* End Breadcrumbs */

/* Calendar */

.wrapper-calendar {
    background: #f1f5fc;
    padding: 30px 0px 50px 80px;
}

.calendar {
    position: relative;
    width: 320px;
    max-width: 320px;
    color: #191919;
    padding: 0;
}

.calendar .fc-toolbar {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.calendar .fc-center,
.calendar .fc-clear,
.calendar .wpfc-calendar-wrapper .wpfc-calendar-search {
    display: none;
}

.calendar .fc-toolbar h2 {
    font-weight: 600;
    margin: 0;
    font-size: 19px;
    line-height: 1.57;
}

.calendar .fc-right {
    display: flex;
}

.calendar .fc-button {
    background: transparent;
    border: 1px solid #a7b0bf;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
}

.calendar .fc-button:hover {
    background: #0D60D8;
    border: 1px solid #0D60D8;

}

.calendar .fc-prev-button {
    margin-right: 8px;
    padding: 0;
}

.calendar .fc-icon {
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    min-width: 9px;
    height: 17px;
}

.calendar .fc-icon-left-single-arrow {
    background-image: url(/wp-content/themes/gcip/images/arrow-left.svg);
}

.calendar .fc-icon-right-single-arrow {
    background-image: url(/wp-content/themes/gcip/images/arrow-right.svg);
}

.calendar .fc-prev-button:hover .fc-icon-left-single-arrow {
    background-image: url(/wp-content/themes/gcip/images/arrow-left-white.svg);
}

.calendar .fc-next-button:hover .fc-icon-right-single-arrow {
    background-image: url(/wp-content/themes/gcip/images/arrow-right-white.svg);
}

.calendar table,
.calendar thead,
.calendar tr,
.calendar .fc-head-container,
.calendar .fc-row,
.calendar .fc-content-skeleton,
.calendar .fc-day-grid-container,
.calendar .fc-widget-content,
.calendar .fc-day-grid {
    width: 100%;
    min-width: 100%;
    display: flex;
}

.calendar th,
.calendar td {
    display: flex;
    border: 0;
    text-align: center;
    justify-content: center;
    padding: 0;
}

.calendar .fc-day-grid {
    flex-direction: column;
}

.calendar .fc-content-skeleton > table > tbody {
    display: none;
}

.calendar table {
    flex-direction: column;
    border: 0;
    border-spacing: 0;
}

.calendar tr {
    justify-content: space-between;

}

.calendar .fc-head-container {
    margin-bottom: 22px;
}

.calendar .fc-head-container .fc-day-header,
.calendar .fc-content-skeleton thead td {
    padding: 10px 6px;
    line-height: 1.37;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 600;
    min-width: 44px;
    justify-content: center;
    position: relative;
    z-index: 100;
    color: #4d4d4d;
}

.calendar .fc-head-container .fc-day-header {
    font-size: 16px;
    font-weight: 400;
    padding: 0 12px;
}

.calendar .fc-content-skeleton thead td.has-event,
.calendar .fc-content-skeleton thead td.fc-today {
    color: #fff;
    position: relative;
}

.calendar .fc-content-skeleton thead td.fc-other-month {
    color: #ced2df;
}

.calendar .fc-content-skeleton thead td.free,
.calendar .fc-content-skeleton thead td.select {
    color: #fff;
}

.calendar .fc-content-skeleton thead td.has-event:before,
.calendar .fc-content-skeleton thead td.fc-today:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: #0D60D8;
}

.calendar .fc-content-skeleton thead td.has-event.news {
    color: #191919;
}

.calendar .fc-content-skeleton thead td.has-event.news:before {
    background: #d9e2f0;
}

.calendar .fc-content-skeleton thead td .fc-today:before {
    background: #0D60D8;
}

.calendar .fc-content-skeleton thead td.select:before {
    background: #0D60D8;
}

.calendar .fc-content-skeleton thead td.has-prev:before,
.calendar .fc-content-skeleton thead td.has-prev-select:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.calendar .fc-content-skeleton thead td.has-next:before,
.calendar .fc-content-skeleton thead td.has-next-select:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.calendar .fc-content-skeleton thead td.has-event:first-child:before {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.calendar .fc-content-skeleton thead td.has-event:last-child:before {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.calendar .fc-day-number.has-event {
    cursor: pointer;
    position: relative;
    z-index: 200;
}

.calendar .fc-day-number.has-event:hover {
    z-index: 300;
}

.calendar .fc-day-number.has-event .items {
    display: none;
    width: 405px;
    height: auto;
    overflow: hidden;
}

.calendar .fc-day-number.has-event.open .items {
    display: flex;
    position: absolute;
    background-image: url('images/popup-bg.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 90%;
    left: 50%;
    transform: translate(-50%, 0);
}

.calendar .fc-day-number.fc-thu.has-event.open .items,
.calendar .fc-day-number.fc-fri.has-event.open .items,
.calendar .fc-day-number.fc-sat.has-event.open .items,
.calendar .fc-day-number.fc-sun.has-event.open .items {
    background-image: url('images/popup-bg-right.svg');
    background-position: right center;
    bottom: 50%;
    left: 0px;
    transform: translate(-100%, 50%);
}

.calendar .fc-day-number.has-event .item {
    width: 100%;
    height: auto;
    display: flex;
    font-size: 15px;
    color: #191919;
    align-items: stretch;
    padding: 0;
    padding-bottom: 20px;
}

.calendar .fc-day-number.fc-thu.has-event .item,
.calendar .fc-day-number.fc-fri.has-event .item,
.calendar .fc-day-number.fc-sat.has-event .item,
.calendar .fc-day-number.fc-sun.has-event .item {
    padding-bottom: 0;
    padding-right: 27px;
}

.calendar .fc-day-number.has-event .item .left {
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding-bottom: 40px;
    width: 100%;
    background: #fff;
}

.calendar .fc-day-number.has-event .item .title {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    text-align: left;
}

.calendar .fc-day-number.has-event .item .event-dates {
    display: flex;
    justify-content: space-between;
}

.calendar .fc-day-number.has-event .event-date,
.calendar .fc-day-number.has-event .event-time {
    font-size: 16px;
    line-height: 1.18;
}

.calendar .fc-day-number.has-event .event-date {
    color: #0d60d8;
}

.calendar .fc-day-number.has-event .event-time {
    color: #99adcb;
}

.calendar .fc-day-number.has-event .item .right {
    min-width: 77px;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.calendar .fc-day-number.has-event .item .ico-close {
    min-height: 70px;
    width: 100%;
    background-color: #f1f5fc;
}

.calendar .fc-day-number.has-event .item .btn-link {
    width: 100%;
    height: 100%;
    background-color: #0d60d8;
    box-shadow: 0px 0px 30px rgba(13, 96, 216, .43);
    background-size: 12px;
}

.calendar .fc-day-number.has-event .item .btn-link:hover {
    box-shadow: none;
}

.calendar .wpfc-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/gcip/images/ajax-loader.gif);
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
}

/* End Calendar */

.home-partners {
    min-height: 239px;
    display: flex;
    align-items: center;
}

.home-partners .title_padding {
    display: flex;
    align-items: center;
}

.home-partners .desc {
    margin-left: 70px;
    max-width: 756px;
}

/* Command */
.col-command {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.col-command .col-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    text-align: center;
    position: relative;
}

.member-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(35, 110, 219, 1);
    filter: opacity(70%);
}

.member_block {
    position: absolute;
    top: 0;
    right: 0;
}

.col-command .member-title {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 10px;
    position: relative;
    z-index: 2;
}

.col-command .command_info {
    padding-top: 34px;
    border-right: 1px solid #DDE4EB;
    width: 100%;
}

.col-command .member-name {
    margin-bottom: 11px;
    font-size: 20px;
    color: #191919;
    line-height: 20px;
}

.col-command .member-position {
    font-size: 16px;
    line-height: 20px;
    color: #5f5f5f;
    padding: 0px 10px 0px 10px;
}

.col-command .member-email {
    padding: 35px 100px 35px 100px;
    color: #236EDB;
    background: #F8FAFC;
    font-size: 15px;
    line-height: 20px;
    margin-top: 34px;
}

/* End Command */
.block_innovation_sm {
    display: none;
}

.block_innovation_md {
    display: block;
}


.section-akseleraciya .description_inner_padding {
    max-width: 100%;
}

/* Page Acceleration*/
.wrapper_block{
    position: relative;
}
.wrapper_block img{
    width: 100%;
}
.wrapper_block_child{
    background: rgba(35, 110, 219, .5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.wrapper_block:hover .wrapper_block_child{
    display: block;
    height: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    overflow-x: hidden;
}
.acceleration_title_child{
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 0px 15px;
}
.acceleration_subtitle_child{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
    padding: 0px 15px;
}
.acceleration_text_child{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}
.col_custom_akceleracia{
	width: 25%;

}
/* END Page Acceleration*/


.section-mentors .col-mentor {
    width: 33.33333%;
    margin-bottom: 50px;
}

.section-mentors .wrapper_block {
    text-align: center;
}

.section-mentors .wrapper_block .img {
    display: flex;
    margin-bottom: 20px;
}

.section-mentors .wrapper_block img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
    filter: grayscale(1);
}

.section-mentors .mentor-info {
    display: flex;
    flex-direction: column;
}

.section-mentors .mentor-title {
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    color: #0D60D8;
    margin-bottom: 20px;
}

.section-mentors .mentor-title:after {
    content: '';
    border-bottom: 2px solid #0D60D8;
    width: 100%;
    margin-top: 2px;
}

.section-mentors .mentor-subtitle {
    color: #0D60D8;
    display: inline-flex;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 80%;
    line-height: 1.4;
    font-weight: 300;
}

.section-mentors .mentor-description {
    font-weight: 300;
    padding: 0 25px;
    font-size: 14px;
}

.section-form-akseleraciya .description-bottom {
    margin-top: 30px;
    display: flex;
}

.section-form-akseleraciya .col-left {
    min-width: 60%;
    width: 60%;
    padding: 0;
    padding-right: 25px;
}

.section-form-akseleraciya .col-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    padding: 0;
}

.section-form-akseleraciya .main-img {
    margin-bottom: 15px;
}

.section-form-akseleraciya .description-form-text {
    background: #f1f5fc;
    padding: 15px;
}

.section-form-akseleraciya .description-form-text p:last-child {
    margin-bottom: 0;
}

.section-form-akseleraciya .description-rigth {
    background: #f1f5fc;
    padding: 25px;
    font-size: 15px;
    width: 400px;
}

.section-form-akseleraciya .description-rigth p:last-child {
    margin-bottom: 0;
}

.section-form-akseleraciya .description-rigth h3 {
    margin-bottom: 20px;
}

.section-form-akseleraciya .description-rigth.fixed {
    top: 0;
    z-index: 100;
}

.section-form-akseleraciya .description-rigth.absolute {
    bottom: 0;
}

.row_padding_left_10 {
    padding-left: 10px!important;
}

.margin_left_0 {
    margin-left: 0;
}

.row_margin_left_n_5 {
    margin-left: -5px;
}

.text_blue {
    color: #0D60D8;
}

.text_red {
    color: #eb0606;
}

.text_red:hover,
a.text_red:hover {
    color: #cc0808;
}

.text_black {
    color: #191919;
}

.col-posts .img {
	overflow: hidden;
}

.category-news-and-events #pagination {
	display: none;
}

/*............................................Media_Style...................................................*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
	.col-top-menu {
		margin-left: 0;
	}
	
	.col-social {
		margin-left: auto;
	}
	
	.img_results {
		position: relative;
	}
	
	.img_results {
		position: relative;
	}
	
	.img_results img {
		transform: translate(-50%, -50%);
		position: absolute;
		left: 50%;
		top: 50%;
	}
	
	#top .col-social .items {
		justify-content: center;
	}
	
	#top .col-social .item {
		margin: 0 2px;
	}
	
	#search-field {
    	padding: 0px 20px !important;
		height: 70px;
	}
	
	.language.open .list-languages {
		left: 0px;
	}
	
	.header_logo a {
		display: flex;
		align-items: center;
	}
	
	.row_img_baza {
		overflow: hidden;
		max-width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	
}

@media screen and (max-width: 1400px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.col-top-menu #topnav {
		margin-left: -90px;
	}
}

@media (min-width: 1701px) and (max-width: 1920px)  {  
	header .custom-logo-2 {
		width: 50%;
	}
}

@media (min-width: 1001px) {
    .col-social-md {
        display: none;
    }

    .col-social {
        display: block !important;
    }

    .search-block.active #search-form {
        top: 80px !important;
        right: 43px !important;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .search-block.active #search-form {
        top: 80px !important;
        right: 85px !important;
    }

    .col-search-lang {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-social-md {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col-social {
        display: none;
    }

    .col-social-md .item {
        text-align: center;
        cursor: pointer;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .col-social-md .item .items_a {
        display: none;
    }

    .col-social-md .item.curr .items_a {
        color: black;
        display: flex;
        font-weight: bold;
        margin: 20px 0 0 -50px;
        padding: 10px;
        position: absolute;
        top: 60px;
        z-index: 999999999;
        background: #fff;
        border: 1px solid #d5dff2;
    }

    .col-social-md .item span {
        font-size: 15px;
        line-height: 22px;
        color: #3C4963;
        font-weight: 500;
    }

    .col-social-md .item .fas {
        color: #6E7E98;
    }

}

@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1700px) {

    .search-block.active #search-form {
        top: 110px !important;
        right: 80px !important;
    }

}
@media (max-width: 1800px) {
	.col_custom_akceleracia {
		width: 33.33333%;
	}

    .top-menu > .menu-item > a {
        padding: 40px 10px;
    }
}
@media (max-width: 1700px) {
	.top-menu > .menu-item > a:lang(ja) {
    	font-size: 13px;
	}
	
    .col_wrap_content {
        padding: 0px 0px 0px 130px;
    }

    .search-block.active #search-form {
        top: 100px !important;
        right: 72px !important;
    }

    .shared_link {
        left: 130px;
        bottom: 55px;
    }

    .share {
        left: 490px;
        bottom: 55px;
    }

    .searchbox-input {
        top: 100px;
        right: 4%;
    }

    .header_logo {
        margin-left: 0px;
    }

    .custom-logo {
        width: 20%;
    }

    .custom-logo-2 {
        width: 40%;
    }

    .custom-logo-3 {
        width: 15%;
    }

    footer .custom-logo-3 {
        width: 45px;
    }

    footer .custom-logo-2 {
        width: 140px;
    }

    footer .custom-logo {
        width: 60px;
    }

    .navbar-nav {
        margin-right: 0px;
    }

    .top-menu > .menu-item > a {
        padding: 35px 10px;
    }

    .circle_cosial_link {
        width: 45px;
        height: 45px;
    }

    .searchbox-icon .fas {
        font-size: 17px;
    }

    .language .list-languages {
        padding: 15px 15px;
    }

    .wrap_text_slider {
        top: 140px;
        left: 130px;
        width: 85%;
    }

    .title_slider {
        font-size: 52px;
        line-height: 67px;
    }

    .text_slider {
        font-size: 18px;
        width: 69%;
        line-height: 30px;
    }

    .owl-prev, .owl-next {
        font-size: 22px !important;
        width: 65px !important;
        height: 65px !important;
    }

    .owl-nav {
        bottom: 60px;
        left: 130px;
    }

    .counter {
        bottom: 75px;
        left: 300px;
    }

    .counter_1 {
        font-size: 28px;
    }

    .counter_2 {
        font-size: 18px;
    }

    .owl-dots {
        bottom: 90px;
        left: 385px;
    }

    .title_1 {
        line-height: 42px;
    }

    .title_padding {
        padding: 60px 0px 60px 130px;
    }

    .title_post a {
        padding: 40px 30px 10px 50px;
    }

    .text_post p {
        padding: 10px 40px 40px 50px;
    }

    .button_more {
        padding: 10px 40px 50px 50px;
    }

    .href_format a {
        padding: 0px 20px 13px 50px;
    }

    .date_events {
        padding: 0px 20px 30px 50px;
    }

    .title-calendar, .title-news {
        padding: 45px 0px 45px 50px;
    }

    .border_line_new {
        padding-bottom: 65px;
    }

    .button_more_events a, .button_more_news a {
        padding: 0px 0px 40px 50px;
    }

    .block_innovation {
        padding: 85px 0px 85px 130px;
    }

    .fs-29 {
        font-size: 27px;
    }

    .block_innovation .fs-16 {
        line-height: 22px;
        margin-top: 10px;
    }

    .img_partners {
        padding-bottom: 10px;
        padding-top: 10px;
        min-height: 180px;
    }

    .padding_footer {
        padding-left: 130px;
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .circle_cosial_link_footer {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .wrapper-calendar {
        padding: 25px 0px 45px 50px;
    }

    .calendar {
        width: 260px;
        max-width: 260px;
    }

    .calendar .fc-head-container .fc-day-header,
    .calendar .fc-content-skeleton thead td {
        min-width: 37px;

    }

    .calendar .fc-icon {
        background-size: 7px;
    }

    .calendar .fc-day-number.has-event .items {
        width: 370px;
    }

    .calendar .fc-day-number.has-event.open .items {
        background-size: 321px;
    }

    .calendar .fc-day-number.has-event .item .left {
        padding: 25px;
    }

    .calendar .fc-day-number.has-event .item .title {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .calendar .fc-day-number.has-event .item .right {
        min-width: 66px;
    }

    .calendar .fc-day-number.has-event .event-date,
    .calendar .fc-day-number.has-event .event-time {
        font-size: 15px;
    }

    .calendar .fc-day-number.fc-thu.has-event .item,
    .calendar .fc-day-number.fc-fri.has-event .item,
    .calendar .fc-day-number.fc-sat.has-event .item,
    .calendar .fc-day-number.fc-sun.has-event .item {
        padding-right: 21px;
    }

    .calendar .fc-day-number.has-event .item .btn-link {
        box-shadow: 0px 0px 19px rgba(13, 96, 216, .43);
    }

    .calendar .fc-day-number.has-event .item .ico-close {
        min-height: 60px;
    }

    .breadcrumbs_padding {
        padding: 35px 0px 0 130px;
    }

    .page_about_padding {
        padding: 60px 0px 40px 130px;
    }

    .page_about_padding_subtitle {
        padding: 0px 0px 80px 130px;
    }

    .about_block_first_title {
        padding: 110px 50px 30px 130px;
    }

    .about_block_first_subtitle {
        padding: 0px 0px 50px 130px;
    }

    .bg_img_about {
        height: 50%;
    }

    .project_info_block {
        padding: 110px 200px 100px 130px;
    }

    .about_block_third_title {
        padding: 105px 0px 105px 130px;
    }

    .about_block_fourth_title {
        padding: 0px 170px 25px 130px;
    }

    .about_block_fourth_subtitle {
        padding: 0px 100px 0px 130px;
    }

    .subtext_fourth_block_0 {
        padding-right: 70px;
        bottom: 50px;
        left: 30px;
    }

    .blocks_0 {
        left: 30px;
        top: 15px;
    }

    .blocks_1 {
        top: 15px;
        left: 30px;
    }

    .subtext_fourth_block_2 {
        bottom: 102px;
        left: 280px;
        padding-right: 60px;
    }

    .blocks_2 {
        left: 30px;
        top: 54px;
    }

    .subtext_fourth_block_1 {
        bottom: 40px;
        left: 40px;
        padding-right: 130px;
    }

    .row_results {
        padding: 100px 0px 100px 130px;
    }

    .about_block_sixth_title {
        padding: 100px 0px 60px 130px;
    }

    .col-command .member-email {
        padding: 35px 0px 35px 0px;
    }

    .row_pravova_baza {
        padding: 0px 0px 0px 130px;
    }

    .col_children_links > a {
        padding: 10px 0px 10px 130px;
    }

    .title_inner_padding {
        padding: 65px 65px 25px 130px;
        margin: 0;
    }

    .title_padding_page {
        padding: 60px 65px 21px 130px;
    }

    .description_inner_padding {
        padding: 0px 65px 65px 130px;
    }

    .row-other-projects .title {
        margin-left: 130px;
    }

    .title_inner_padding {
        padding: 50px 65px 25px 130px;
    }

    .single_project_titlevideo_second {
        bottom: 170px;
        left: 100px;
    }

    .review {
        bottom: 140px;
        left: 220px;
    }

    .col_third {
        padding: 130px 0px 130px 130px;
    }

    .col_single_fours {
        padding: 100px 0px 0px 130px;
    }

    .page_description_padding {
        padding: 40px 65px 65px 130px;
    }

    .tabs_news_events {
        padding: 0px 0px 30px 115px;
    }

    .tab-pane .title_post a {
        padding: 0px 80px 10px 50px;
    }

    .name_parent_events, .name_parent_news {
        margin: 50px 0px 35px 50px;
    }

    .date_events_block, .date_events_post {
        padding: 0px 0px 70px 50px;
    }

    .col_news_and_events {
        padding-left: 130px;
        width: 80%;
    }

    .single_news_and_events .title_inner_padding {
        width: 85%;
    }

    .title_inner_padding {
        padding: 50px 0px 25px 130px;
    }

    #single .title_inner_padding {
        top: 150px;
    }

    .col_content {
        padding: 40px 30px 100px 130px;
    }

    .category_media_padding {
        padding: 150px 60px 0px 130px;
    }

    .col_video iframe {
        width: 100%;
    }

    .child_baza_title_page {
        padding: 60px 0px 80px 130px;
    }

    .row_title {
        padding: 100px 0px 60px 130px;
    }

    .row_list {
        padding: 60px 0px 30px 130px;
    }

    .row_second_title {
    	padding: 30px 0px 60px 130px;
    }

    .col_list_second {
    	padding-left: 130px;
    }

    .section-form-akseleraciya .description-rigth {
        font-size: 14px;
        width: 350px;
    }

    .section-form-akseleraciya .description-rigth h3 {
        font-size: 23px;
    }

}

@media (max-width: 1469px) {

    .top-menu > .menu-item > a {
        padding: 35px 7px;
        font-size: 16px;
    }

    .language .caption-list-languages {
        font-size: 16px;
    }

    .language .list-languages {
        padding: 10px 10px;
        font-size: 15px;
    }

    .language .caption-list-languages:after {
        margin-left: 0px;
    }

    .row-other-projects {
        min-height: 140px;
    }

    .row-other-projects .title {
        font-size: 21px;
        margin-left: 130px;
    }

    .row-other-projects .description {
        font-size: 14px;
        margin-left: 70px;
    }

    .description_inner_padding .file {
        margin-top: 20px;
    }

    .description_inner_padding .fa {
        margin-right: 10px;
    }

    .description_inner_padding table {
        margin-bottom: 15px;
    }

    .description_inner_padding table td {
        padding: 5px 10px;
    }

    .description_inner_padding p {
        margin-bottom: 15px;
    }

    .wpcf7-form .input-title {
        font-size: 14px;
    }

}

@media (min-width: 1440px) and (max-width: 1480px) {
	.search-block.active #search-form {
		top: 100px !important;
		right: 62px !important;
	}
}

@media (max-width: 1439px) {

	.acceleration_title_child {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.acceleration_subtitle_child {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.acceleration_text_child {
		font-size: 16px;
		line-height: 22px;
	}

}

@media (max-width: 1366px) {
	.top-menu > .menu-item > a:lang(ja) {
    	font-size: 12px;
	}
	
    .item_img_photo {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .subtext_fourth_block_2 {
        bottom: 92px;
        left: 280px;
        padding-right: 60px;
    }

    .search-block.active #search-form {
        top: 100px !important;
        right: 58px !important;
    }

    .shared_link {
        left: 110px;
        bottom: 15px;
    }

    .share {
        left: 470px;
        bottom: 15px;
    }

    .searchbox-input {
        right: 4%;
    }

    .top-menu > .menu-item > a {
        font-size: 15px;
        padding: 35px 5px;
    }

    .fs-42 {
        font-size: 40px;
    }

    .title_1 {
        line-height: 40px;
    }

    .title_padding {
        padding: 50px 0px 50px 110px;
    }

    .home_project_text {
        line-height: 22px;
    }

    .title_post {
        font-size: 17px;
        line-height: 24px;
    }

    .title_post a {
        padding: 40px 20px 10px 35px;
    }

    .text_post p {
        padding: 10px 20px 35px 35px;
    }

    .text_post {
        line-height: 20px;
    }

    .button_more {
        padding: 10px 40px 40px 35px;
    }

    .title-calendar, .title-news {
        padding: 40px 0px 40px 40px;
    }

    .href_format a {
        padding: 0px 0px 13px 40px;
    }

    .date_events {
        padding: 0px 20px 30px 40px;
    }

    .button_more_events {
        /*margin-bottom: 35px;*/
    }

    .col_wrap_content {
        padding: 0px 0px 0px 110px;
    }

    .block_innovation {
        padding: 85px 0px 85px 110px;
    }

    .padding_footer {
        padding-left: 110px;
        padding-top: 65px;
        padding-bottom: 85px;
    }

    .wrapper-calendar {
        padding: 20px 0px 40px 40px;
    }

    .calendar {
        width: 255px;
        max-width: 255px;
    }

    .calendar .fc-head-container .fc-day-header,
    .calendar .fc-content-skeleton thead td {
        min-width: 15px;
        padding: 8px 6px;
        font-size: 15px;
    }

    .calendar .fc-content-skeleton thead td.has-event:before,
    .calendar .fc-content-skeleton thead td.fc-today:before {
        width: 36px;
        height: 36px;
    }

    .calendar .fc-button {
        width: 36px;
        height: 36px
    }

    .calendar .fc-day-number.has-event.open .items {
        width: 340px;
        background-size: 300px;
    }

    .calendar .fc-day-number.has-event .item .right {
        min-width: 55px;
    }

    .calendar .fc-day-number.has-event .item .title {
        margin-bottom: 25px;
        font-size: 15px;
    }

    .calendar .fc-day-number.has-event .event-date,
    .calendar .fc-day-number.has-event .event-time {
        font-size: 14px;
    }

    .calendar .fc-day-number.fc-thu.has-event .item,
    .calendar .fc-day-number.fc-fri.has-event .item,
    .calendar .fc-day-number.fc-sat.has-event .item,
    .calendar .fc-day-number.fc-sun.has-event .item {
        padding-right: 20px;
    }

    .calendar .fc-day-number.has-event .item .btn-link {
        background-size: 10px;
        box-shadow: 0px 0px 15px rgba(13, 96, 216, .43);
    }

    .calendar .fc-day-number.has-event .item .ico-close {
        min-height: 50px;
        background-size: 13px;
    }

    .breadcrumbs_padding {
        padding: 25px 0px 0px 110px;
    }

    .title_inner_padding {
        padding: 50px 50px 20px 110px;
    }

    .title_padding_page {
        padding: 60px 65px 21px 110px;
    }

    .title_page h1 {
        font-size: 40px;
    }

    .description_inner_padding {
        padding: 0px 50px 50px 110px;
    }

    .meta_description_padding {
        padding: 0px 50px 20px 110px;
    }

    .page_description_padding {
        padding: 30px 50px 50px 110px;
    }

    .row-other-projects .title {
        margin-left: 110px;
    }

    .home-partners {
        min-height: 170px;
    }

    .breadcrumbs_padding {

    }

    .page_about_padding {
        padding: 60px 0px 40px 110px;
    }

    .page_about_padding_subtitle {
        padding: 0px 0px 80px 110px;
    }

    .about_block_first_title {
        padding: 90px 50px 30px 110px;
    }

    .about_block_first_subtitle {
        padding: 0px 0px 50px 110px;
    }

    .project_info_block {
        padding: 90px 200px 70px 110px;
    }

    .about_block_third_title {
        padding: 90px 0px 90px 110px;
    }

    .about_block_fourth_title {
        padding: 0px 170px 25px 110px;
    }

    .about_block_fourth_subtitle {
        padding: 0px 100px 0px 110px;
    }

    .row_results {
        padding: 100px 0px 100px 110px;
    }

    .about_block_sixth_title {
        padding: 100px 0px 60px 110px;
    }

    .bg_img_about img {
        height: 100% !important;
        width: 100%;
    }

    .block_results {
        margin-right: 15px;
    }

    .row_results {
        padding: 100px 0px 100px 110px;
    }

    .about_block_sixth_title {
        padding: 100px 0px 60px 110px;
    }

    .col-command .member-email {
        padding: 35px 0px 35px 0px;
    }

    .row_pravova_baza {
        padding: 0px 0px 0px 110px;
    }

    .col_children_links > a {
        padding: 10px 100px 10px 110px;
    }

    .title_inner_padding {
        padding: 65px 65px 25px 110px;
        margin: 0;
    }

    .description_inner_padding {
        padding: 0px 65px 65px 110px;
    }

    .title_inner_padding {
        padding: 50px 65px 25px 110px;
    }

    .col_third {
        padding: 130px 0px 130px 110px;
    }

    .col_single_fours {
        padding: 50px 25px 0px 110px;
    }

    .page_description_padding {
        padding: 40px 65px 65px 110px;
    }

    .tabs_news_events {
        padding: 0px 0px 30px 95px;
    }

    .tab-pane .title_post a {
        padding: 0px 20px 10px 35px;
    }

    .name_parent_events, .name_parent_news {
        margin: 50px 0px 35px 35px;
    }

    .date_events_block, .date_events_post {
        padding: 0px 0px 70px 50px;
    }

    .col_news_and_events {
        padding-left: 110px;
        width: 80%;
    }

    .single_news_and_events .title_inner_padding {
        width: 85%;
    }

    .title_inner_padding {
        padding: 50px 0px 25px 110px;
    }

    .col_content {
        padding: 40px 30px 100px 110px;
    }

    .category_media_padding {
        padding: 100px 50px 0px 110px;
    }

    .col_video iframe {
        width: 100%;
    }

    .col_children_links:after, .col_list_second:after {
        right: 55px;
    }

    .child_baza_title_page {
        padding: 60px 0px 80px 110px;
    }

    .row_title {
        padding: 100px 0px 60px 110px;
    }

    .row_list {
        padding: 60px 0px 30px 110px;
    }

    .row_second_title {
        padding: 30px 0px 60px 110px;
    }

    .col_list_second {
        padding-right: 110px;
        padding-left: 110px;
    }

    #single .title_page {
        top: 25px;
        width: 95%;
    }

    .hr {
        bottom: 45px;
    }

    .media_background {
        width: 70px;
        height: 70px;
        margin-right: -35px;
        margin-top: -35px;
    }

    .single_project_titlevideo_second {
        bottom: 130px;
        left: 40px;
    }

    .review {
        bottom: 100px;
        left: 165px;
    }

    #breadcrumbs .item:nth-child(3) {
        white-space: nowrap;
    }

    .section-form-akseleraciya .description-rigth {
        width: 290px;
    }

    .section-form-akseleraciya .description-rigth h3 {
        font-size: 19px;
        margin-bottom: 12px;
    }

}

@media (max-width: 1280px) {
	.top-menu > .menu-item > a:lang(ja) {
    	font-size: 11px;
	}
	
    .wrap_article {
        padding: 45px 15px;
    }

    .about_block_second_subtitle {
        font-size: 16px;
        line-height: 24px;
        column-count: 2;
        column-width: 200px;
        column-gap: 30px;
    }

    .search-block.active #search-form {
        top: 100px !important;
        right: 54px !important;
    }

    .circle_cosial_link {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .searchbox-icon .fas {
        font-size: 15px;
    }

    select#lang_choice_1 {
        font-size: 16px;
    }

    .wrap_text_slider {
        top: 90px;
        left: 90px;
    }

    .title_slider {
        font-size: 42px;
        line-height: 57px;
    }

    .text_slider {
        font-size: 16px;
        width: 70%;
        line-height: 20px;
    }

    .owl-nav {
        bottom: 50px;
        left: 90px;
    }

    .owl-prev, .owl-next {
        font-size: 21px !important;
        width: 56px !important;
        height: 56px !important;
    }

    .counter {
        bottom: 60px;
        left: 260px;
    }

    .counter_1 {
        font-size: 26px;
    }

    .owl-dots {
        bottom: 75px;
        left: 340px;
    }

    .title_1 {
        white-space: nowrap;
        font-size: 36px;
        line-height: 36px;
    }

    .fs-18 {
        font-size: 16px;
        line-height: 26px;
    }

    .fs-17 {
        font-size: 16px;
    }

    .col_wrap_content {
        padding: 0px 0px 0px 100px;
    }

    .title_padding {
        padding: 50px 0px 50px 100px;
    }

    .href_format a {
        padding: 0px 0px 13px 20px;
    }

    .date_events {
        padding: 0px 20px 30px 20px;
    }

    .title-calendar, .title-news {
        padding: 40px 0px 40px 20px;
    }

    .block_innovation {
        padding: 80px 0px 80px 100px;
    }

    .fs-29 {
        font-size: 26px;
    }

    .block_innovation .fs-16 {
        line-height: 20px;
        margin-top: 10px;
    }

    .fs-16 {
        font-size: 15px;
    }

    .padding_footer {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 65px;
        padding-bottom: 85px;
    }

    ul.bottom-menu > li.menu-item {
        margin-right: 5px;
        white-space: nowrap;
    }

    .padding_footer {
        justify-content: center;
    }

    .text-copyright {
        padding: 20px 0px 20px 0px;
    }

    .wrapper-calendar {
        padding: 20px 0px 40px 20px;

    }

    .breadcrumbs_padding {
        padding: 25px 0px 0px 100px;
    }

    .title_inner_padding {
        padding: 50px 50px 20px 100px;
    }

    .title_padding_page {
        padding: 60px 65px 21px 100px;
    }

    .description_inner_padding {
        padding: 0px 50px 50px 100px;
    }

    .meta_description_padding {
        padding: 0px 50px 20px 100px;
    }

    .page_description_padding {
        padding: 30px 50px 50px 100px;
    }

    .page_about_padding {
        padding: 60px 0px 40px 100px;
    }

    .page_about_padding_subtitle {
        padding: 0px 0px 80px 100px;
    }

    .about_block_first_title {
        padding: 90px 50px 30px 100px;
    }

    .about_block_first_subtitle {
        padding: 0px 0px 50px 100px;
    }

    .project_info_block {
        padding: 60px 60px 30px 100px;
        top: 90px;
    }

    .about_block_third_title {
        padding: 90px 0px 90px 100px;
    }

    .about_block_fourth_title {
        padding: 0px 170px 25px 100px;
    }

    .about_block_fourth_subtitle {
        padding: 0px 60px 0px 100px;
    }

    .row_results {
        padding: 100px 0px 100px 100px;
    }

    .about_block_sixth_title {
        padding: 100px 0px 60px 100px;
    }

    .row_results {
        padding: 100px 0px 100px 100px;
    }

    .about_block_sixth_title {
        padding: 100px 0px 60px 100px;
    }

    .row_pravova_baza {
        padding: 0px 0px 0px 100px;
    }

    .col_children_links > a {
        padding: 10px 100px 10px 100px;
    }

    .title_inner_padding {
        padding: 65px 65px 25px 100px;
        margin: 0;
    }

    .description_inner_padding {
        padding: 0px 65px 65px 100px;
    }

    .title_inner_padding {
        padding: 50px 65px 25px 100px;
    }

    .col_third {
        padding: 130px 0px 130px 100px;
    }

    .col_single_fours {
        padding: 20px 25px 0px 100px;
    }

    .page_description_padding {
        padding: 40px 65px 65px 100px;
    }

    .tabs_news_events {
        padding: 0px 0px 30px 85px;
    }

    .tab-pane .title_post a {
        padding: 0px 20px 10px 35px;
    }

    .name_parent_events, .name_parent_news {
        margin: 50px 0px 35px 35px;
    }

    .date_events_block, .date_events_post {
        padding: 0px 0px 70px 35px;
    }

    .col_news_and_events {
        padding-left: 100px;
        width: 80%;
    }

    .title_inner_padding {
        padding: 50px 0px 25px 100px;
    }

    .col_content {
        padding: 40px 30px 100px 100px;
    }

    .category_media_padding {
        padding: 100px 50px 0px 100px;
    }

    .col_video iframe {
        width: 100%;
    }

    .col_children_links:after, .col_list_second:after {
        right: 55px;
    }

    .child_baza_title_page {
        padding: 60px 0px 80px 100px;
    }

    .row_title {
        padding: 100px 0px 60px 100px;
    }

    .row_list {
        padding: 60px 0px 30px 100px;
    }

    .row_second_title {
        padding: 30px 0px 60px 100px;
    }

    .blocks_0 {
        left: 30px;
        top: 10px;
    }

    .subtext_fourth_block_0 {
        bottom: 30px;
    }

    .blocks_1 {
        top: 40px;
    }

    .block_fourth_list {
        line-height: 20px;
    }

    .col_list_second {
        padding-right: 100px;
        padding-left: 100px;
    }

    .review {
        bottom: 100px;
        left: 150px;
    }

    .tabs_news_events .nav-link {
        padding: 16px 100px !important;
    }

    .shared_link {
        left: 100px;
        bottom: 15px;
    }

    .share {
        left: 460px;
        bottom: 15px;
    }

    .subtext_fourth_block_2 {
        bottom: 92px;
        left: 250px;
        padding-right: 20px;
    }

    .title_sub_category {
        padding: 40px 15px 15px 35px;
    }

    .section-mentors .wrapper_block img {
        width: 170px;
        height: 170px;
    }

    .section-mentors .wrapper_block .img {
        margin-bottom: 15px;
    }

    .section-mentors .mentor-title {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .section-mentors .mentor-title:after {
        margin-top: 0px;
    }

    .section-mentors .mentor-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .section-mentors .mentor-description {
        padding: 0px 20px;
        font-size: 13px;
    }

}

/*....Netbooks....*/
@media (max-width: 1199px) {
	.top-menu > .menu-item > a:lang(ja) {
    	font-size: 11px;
	}
	
	.col-top-menu:lang(ja) {
		padding-right: 0;
	}
	
	.col_custom_akceleracia {
    	width: 50%;
	}
    .col-command .member-email {
        margin-top: 15px;
    }

    .language .caption-list-languages {
        font-size: 14px;
    }

    .language .list-languages {
        padding: 9px 9px;
        font-size: 13px;
    }

    .search-block.active #search-form {
        top: 80px !important;
        right: 85px !important;
    }

    /*.img_singular {
        height: 400px;
    }
    */
    .preview {
        height: 400px;
    }

    .shared_link {
        left: 50px;
        bottom: 15px;
    }

    .share {
        left: 410px;
        bottom: 15px;
    }

    .searchbox-input {
        top: 80px;
        right: 4%;
        height: 80px;
        font-size: 18px;
        padding-left: 30px;
    }

    .top-menu > .menu-item > a {
        font-size: 13px;
        padding: 25px 3px;
    }

    .header_logo, .footer_logo {
        white-space: nowrap;
    }

    .text_logo {
        white-space: normal;
    }

    .padding_footer .custom-logo {
        width: 30%;
    }

    .padding_footer .custom-logo-2 {
        width: 50%;

    }

    .padding_footer .custom-logo-3 {
        width: 20%;
    }

    .custom-logo {
        width: 30%;
    }

    .custom-logo-2 {
        width: 55%;
    }

    .custom-logo-3 {
        width: 20%;
    }

    .circle_cosial_link {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .searchbox-icon .fas {
        font-size: 13px;
    }

    .language .caption-list-languages:after {
        font-size: 16px;
    }

    select#lang_choice_1 {
        font-size: 14px;
    }

    .wrap_text_slider {
        top: 65px;
        left: 50px;
    }

    .title_slider {
        font-size: 30px;
        line-height: 45px;
    }

    .text_slider {
        font-size: 14px;
        width: 70%;
        line-height: 20px;
    }

    .owl-nav {
        bottom: 31px;
        left: 50px;
    }

    .owl-prev, .owl-next {
        font-size: 17px !important;
        width: 45px !important;
        height: 45px !important;
    }

    .counter {
        bottom: 35px;
        left: 170px;
    }

    .counter_1 {
        font-size: 24px;
    }

    .counter_2 {
        font-size: 17px;
    }

    .owl-dot {
        width: 40px !important;
    }

    .owl-dots {
        bottom: 50px;
        left: 235px;
    }

    .title_padding {
        padding: 50px 0px 50px 50px;
    }

    .title_1 {
        font-size: 28px;
        line-height: 28px;
    }

    .fs-16 {
        font-size: 14px;
    }

    .home_project_text {
        line-height: 20px;
    }

    .title_post a {
        padding: 20px 10px 10px 15px;
    }

    .title_post {
        font-size: 15px;
        line-height: 20px;
    }

    .text_post p {
        padding: 10px 10px 20px 15px;
    }

    .title-calendar, .title-news {
        padding: 25px 0px 25px 10px;
    }

    .href_format a {
        padding: 0px 0px 5px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .date_events {
        padding: 0px 10px 15px 10px;
    }

    .fs-15 {
        font-size: 12px;
    }

    .button_more_events a, .button_more_news a {
        padding: 0px 0px 0px 10px;
    }

    .border_line_new {
        padding-bottom: 30px;
    }

    .block_innovation {
        padding: 70px 0px 69px 50px;
    }

    .fs-29 {
        font-size: 23px;
    }

    .text_logo {
        padding-top: 25px;
        line-height: 22px;
    }

    ul.bottom-menu > li.menu-item > a {
        font-size: 13px !important;
    }

    ul.bottom-menu > li.menu-item {
        line-height: 25px;
        margin-bottom: 0px;
    }

    .circle_cosial_link_footer {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .block_footer_padding {
        padding-top: 15px;
    }

    .fs-17 {
        font-size: 15px;
    }

    .text-copyright {
        padding: 10px 0px 10px 0px;
        font-size: 12px;
    }

    .wrapper-calendar {
        padding: 15px 0px 25px 10px;

    }

    .calendar {
        width: 210px;
        max-width: 210px;
    }

    .calendar .fc-toolbar h2 {
        font-size: 16px;
    }

    .calendar .fc-head-container .fc-day-header,
    .calendar .fc-content-skeleton thead td {
        min-width: 15px;
        padding: 8px 5px;
    }

    .calendar .fc-day-number.has-event.open .items {
        width: 320px;
        background-size: 281px;
    }

    .calendar .fc-day-number.has-event .item .title {
        font-size: 13px;
    }

    .calendar .fc-day-number.has-event .event-date,
    .calendar .fc-day-number.has-event .event-time {
        font-size: 12px;
    }

    .home-partners .desc {
        margin-left: 30px;
        max-width: 556px;
    }

    .title_about_us {
        font-size: 28px;
        line-height: 38px;
    }

    .col_wrap_content {
        padding: 0px 0px 0px 50px;
    }

    .text-copyright {
        padding: 20px 0px 20px 0px;
    }

    .wrapper-calendar {
        padding: 20px 0px 40px 0px;

    }

    .breadcrumbs_padding {
        padding: 25px 0px 0px 50px;
    }

    .title_inner_padding {
        padding: 50px 50px 20px 50px;
    }

    .title_padding_page {
        padding: 60px 65px 21px 50px;
    }

    .description_inner_padding {
        padding: 0px 50px 50px 50px;
    }

    .meta_description_padding {
        padding: 0px 50px 20px 50px;
    }

    .page_description_padding {
        padding: 30px 50px 50px 50px;
    }

    .page_about_padding {
        padding: 60px 0px 40px 50px;
    }

    .page_about_padding_subtitle {
        padding: 0px 0px 80px 50px;
    }

    .about_block_first_title {
        padding: 40px 34px 30px 35px;
        font-size: 22px;
        line-height: 30px;
    }

    .about_block_first_subtitle {
        padding: 0px 0px 20px 35px;
        font-size: 14px;
        line-height: 20px;
    }

    .about_block_second_title {
        font-size: 22px;
        line-height: 30px;
    }

    .about_block_second_subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .project_info_block {
        padding: 60px 30px 30px 50px;
        top: 90px;
    }

    .about_block_third_title {
        padding: 60px 0px 60px 50px;
        font-size: 22px;
    }

    .about_block_third_subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .about_block_fourth_title {
        font-size: 22px;
        line-height: 30px;
        padding: 0px 100px 25px 50px;
    }

    .about_block_fourth_subtitle {
        font-size: 14px;
        line-height: 18px;
        padding: 0px 20px 0px 50px;
    }

    .row_results {
        padding: 100px 0px 100px 50px;
    }

    .about_block_sixth_title {
        padding: 100px 0px 60px 50px;
    }

    .row_results {
        padding: 70px 0px 50px 50px;
    }

    .about_block_sixth_title {
        padding: 50px 0px 60px 50px;
        font-size: 22px;
        line-height: 30px;
    }

    .row_pravova_baza {
        padding: 0px 0px 0px 50px;
    }

    .col_children_links > a {
        padding: 10px 100px 10px 50px;
    }

    .title_inner_padding {
        padding: 65px 65px 25px 50px;
        margin: 0;
    }

    .description_inner_padding {
        padding: 0px 65px 65px 50px;
    }

    .title_inner_padding {
        padding: 50px 65px 25px 50px;
    }

    .col_third {
        padding: 100px 0px 100px 50px;
    }

    .col_single_fours {
        padding: 20px 25px 0px 50px;
    }

    .page_description_padding {
        padding: 40px 65px 65px 50px;
    }

    .tabs_news_events {
        padding: 0px 0px 30px 35px;
    }

    .tab-pane .title_post a {
        padding: 0px 20px 10px 15px;
    }

    .name_parent_events, .name_parent_news {
        margin: 35px 0px 25px 15px;
    }

    .date_events_block, .date_events_post {
        padding: 20px 0px 50px 15px;
        display: flex;
        flex-direction: column;
    }

    .time {
        margin-left: 0px;
    }

    .col_news_and_events {
        padding-left: 50px;
        width: 80%;
    }

    .title_inner_padding {
        padding: 50px 0px 25px 50px;
    }

    .col_content {
        padding: 20px 30px 70px 50px;
    }

    .category_media_padding {
        padding: 40px 70px 0px 50px;
    }

    .col_video iframe {
        width: 100%;
    }

    .col_children_links:after, .col_list_second:after {
        right: 55px;
    }

    .child_baza_title_page {
        padding: 40px 0px 60px 50px;
        font-size: 28px;
        line-height: 38px;
    }

    .row_title {
        padding: 60px 0px 40px 50px;
    }

    .row_list {
        padding: 40px 0px 30px 50px;
    }

    .row_second_title {
        padding: 30px 0px 60px 50px;
    }

    .col_list_second {
        padding-right: 100px;
        padding-left: 50px;
    }

    .tabs_news_events .nav-link {
        padding: 10px 70px !important;
    }

    .blocks_0, .blocks_1, .blocks_2 {
        display: block;
    }

    .blocks_2 {
        left: 20px;
        top: 5px;
    }

    .subtext_fourth_block_0, .subtext_fourth_block_1, .subtext_fourth_block_2 {
        font-size: 14px;
    }

    .subtext_fourth_block_1 {
        bottom: 30px;
        left: 30px;
        padding-right: 0px;
        width: 80%;
    }

    .block_fourth_list {
        font-size: 14px;
    }

    .subtext_fourth_block_2 {
        bottom: 40px;
        left: 30px;
        padding-right: 90px;
    }

    .img_results {
        min-width: 70px;
        min-height: 70px;
        max-height: 70px;
        max-width: 70px;
    }

    .img_results img {
        width: 30px;
    }

    .about_block_fifth_title {
        font-size: 22px;
        line-height: 30px;
    }

    .text_result {
        font-size: 14px;
        line-height: 20px;
    }

    .col-command .empty {
        display: none;
    }

    .title_pravova_baza {
        font-size: 28px;
        line-height: 38px;
        padding: 40px 0px 60px 0px;
    }

    .child_baza_sub_title {
        font-size: 24px;
        line-height: 33px;
    }

    .child_baza_sub_text {
        font-size: 16px;
        line-height: 26px;
    }

    .child_page_list_title {
        font-size: 18px;
        line-height: 28px;
        display: block;
        margin-bottom: 20px;
    }

    .child_page_list_text {
        font-size: 14px;
        line-height: 22px;
    }

    .list_text_link {
        font-size: 16px;
        line-height: 26px;
    }

    .child_baza_sub_title_second {
        font-size: 24px;
        line-height: 33px;
    }

    .row_img_baza {
        padding: 100px 0px 70px 0px;
    }

    .child_baza_sub_text_second {
        font-size: 16px;
        line-height: 26px;
    }

    .col_list_second a {
        font-size: 14px;
        line-height: 24px;
    }

    .col_list_second:after {
        top: 50%;
        margin-top: -15px;
    }

    .home_innovation_foto img {
        height: 100%;
    }

    .title_page h1 {
        font-size: 28px;
    }

    .category_description {
        font-size: 14px;
    }

    #single .title_page h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .col_block_first img {
        height: 60% !important;
    }

    .single_project_title_first {
        font-size: 22px;
        line-height: 30px;
    }

    .single_project_subtitle_first {
        font-size: 14px;
        line-height: 24px;
    }

    .single_project_title_second {
        font-size: 22px;
        line-height: 30px;
    }

    .project_first_title {
        padding-bottom: 15px;
    }

    .project_list_item_first .text {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .media_background {
        width: 50px;
        height: 50px;
        margin-right: -25px;
        margin-top: -25px;
    }

    .single_project_titlevideo_second {
        bottom: 90px;
        left: 15px;
        font-size: 18px;
    }

    .review {
        bottom: 60px;
        left: 110px
        font-size: 15px;
    }

    .single_project_title_third {
        font-size: 22px;
        line-height: 30px;
    }

    .project_third_title {
        margin-bottom: 10px;
    }

    .single_project_subtitle_third {
        font-size: 14px;
        line-height: 20px;
    }

    .single_project_subtitle_third {
        font-size: 14px;
        line-height: 20px;
    }

    .single_project_list_third .text {
        font-size: 15px;
        line-height: 30px;
    }

    .single_project_list_third {
        padding: 100px 0px 100px 15px;
    }

    .single_project_title_fours {
        font-size: 22px;
        line-height: 30px;
        padding: 0px 0px 25px 0px;
    }

    .single_project_listparent_number {
        font-size: 15px;
        line-height: 20px;
    }

    .block_parent_items_single {
        margin-bottom: 15px;
    }

    .single_project_title_fifth {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .title_category_media {
        font-size: 22px;
        line-height: 29px;
    }

    .sub_title_category_media {
        font-size: 14px;
        line-height: 20px;
    }

    .all_items_media {
        width: 150px;
        height: 45px;
    }

    .col-media .title_post {
        padding: 20px 10px 10px 10px;
        margin-bottom: 0px;
    }

    .tags_press {
        padding: 20px 10px 0px 10px;
    }

    #pagination .page-item .page-link {
        width: 80px;
        height: 80px;
    }

    .title_sub_category {
        padding: 20px 0px 20px 10px;
    }

    .category_posts .col-posts .button_more {
        padding: 10px 40px 40px 15px !important;
    }

    .row-other-projects {
        min-height: 120px;
    }

    .row-other-projects .title {
        font-size: 18px;
        margin-left: 50px;
    }

    .row-other-projects .description {
        font-size: 13px;
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {  
	.top-menu > .menu-item > a {
		font-size: 12px;
	}
	
}

@media screen and (max-width: 1100px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {  
	.top-menu > .menu-item > a {
		font-size: 11px;
	}
	
	header .custom-logo {
		width: 21%;
	}
	
	header .custom-logo-2 {
		width: 42%;
	}
	
	header .custom-logo-3 {
		width: 13%;
	}
}

@media (min-width: 1001px) and (max-width: 1199px) {
    .search-block.active #search-form {
        top: 80px !important;
        right: 43px !important;
    }
}

/*....Tablets....*/
@media (max-width: 991px) {
	
	.img_partners img {
		max-width: 100%;
	}
	
	.top-menu > .menu-item > a:lang(ja) {
		font-size: 19px;
	}
	
    .wrap_article {
        padding: 30px 15px;
    }

    .wrap_content_search .title_page {
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
        padding-left: 15px;
        margin-bottom: 60px;
    }

    .col_wrap_content {
        padding: 0px;
    }

    .subtext_fourth_block_1 {
        bottom: 25px;
        left: 30px;
        padding-right: 0px;
        width: 80%;
    }

    .subtext_fourth_block_0 {
        bottom: 25px;
        padding-right: 50px;
        left: 30px;
    }
	
	.header_logo {
		padding: 10px 0;
	}

    .blocks_0 {
        left: 30px;
        top: -10px;
    }

    .shared_link {
        left: 25px;
        bottom: 15px;
    }

    .share {
        left: 385px;
        bottom: 15px;
    }

    .blocks_0, .blocks_1, .blocks_2 {
        display: block;
    }

    .div_menu {
        display: block;
    }

    .col-social-md {
        display: none;
    }

    .custom-logo {
        width: 20%;
    }

    .custom-logo-2 {
        width: 45%;
    }

    .custom-logo-3 {
        width: 15%;
    }

    .border_line_menu {
        border-left: 1px solid #F1F5FC;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        border-left: 1px solid #CBD1DB;
    }

    .bg-light {
        background: transparent !important;
    }

    a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
        background-color: transparent !important;
    }

    .drob_plus > .fa-chevron-down {
        color: #0D60D8;
        font-size: 14px;
        transform: rotate(0deg);
        margin-right: 30px;
    }

    .drob_plus.active > .fa-chevron-down {
        transform: rotate(180deg);
    }

    .menu_mobile > .top-menu > li {
        display: block;
        position: relative;
    }

    .menu_mobile {
        overflow-y: scroll;
        position: fixed;
        top: 0px;
        right: 0px;
        background: #fff;
        z-index: 999999;
        width: 70%;
        height: 100%;
        transform: translateX(100%);
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear;
    }

    .menu_mobile.show {
        transform: translateX(0%);
    }

    .menu_mobile .header_menu ul.nav_one li .dropdown-menu {

    }

    .drob_plus {
        display: flex;
        align-items: center;
    }

    .menu_mobile > ul.top-menu > li.menu-item > .drob_plus i {
        position: absolute;
        right: 0;
        top: 0;
        color: #0D60D8;
        padding: 10px 8px 8px;
    }

    .menu_mobile > ul > li .dropdown-menu {
        position: relative;
        opacity: 1;
        left: 0;
        background: 0 0;
        box-shadow: none;
        width: 100%;
        text-align: center;
        float: none;
        display: none;
    }

    .menu_mobile > .top-menu > .menu-item > a {
        display: block;
        padding: 5px 0px 5px 30px;
    }

    #topnav > ul > li .dropdown-menu {
        display: none;
    }

    ul#top-nav-ul.top-menu > li.active {
        border-bottom: none !important;
    }

    .navbar-light .collapsed .navbar-toggler-icon {
        background-image: none !important;
    }

    .row_around_mobile {
        justify-content: space-between;
    }

    /*Icon_Menu*/
    .icon_menu {
        width: 100%;
        border-left: 1px solid #CBD1DB;
    }

    .cmn-toggle-switch {
        display: inline-block;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: 0px;
        border: none;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cmn-toggle-switch:focus {
        outline: none;
    }

    .cmn-toggle-switch strong {
        position: relative;
        left: -60px;
        font-size: 16px;
        line-height: 0;
        top: 2px;
        color: #b33231;
        font-weight: 700;
        padding-right: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cmn-toggle-switch.active strong,
    .cmn-toggle-switch:hover strong {
        color: #ccc;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cmn-toggle-switch span {
        display: block;
        position: absolute;
        top: 36px;
        right: 17px;
        height: 2px;
        background: #6D7D97;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cmn-toggle-switch span:before,
    .cmn-toggle-switch span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #6D7D97;
        content: "";
    }

    .cmn-toggle-switch span:before {
        top: -8px;
    }

    .cmn-toggle-switch span:after {
        bottom: -8px;
    }

    /* active state, i.e. menu open */
    .cmn-toggle-switch.active span {
        background: none;
    }

    .cmn-toggle-switch.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cmn-toggle-switch.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cmn-toggle-switch.active span:before,
    .cmn-toggle-switch.active span:after {
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
    }

    /*END_Icon_Menu*/
    .navbar-nav {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .row_language_mobile {
        align-items: center;
        height: 65px;
        border-bottom: 1px solid #CBD1DB;
    }

    .top-menu > .menu-item > a {
        font-size: 20px;
    }

    #topnav > ul > li .dropdown-menu {
        box-shadow: none;
        opacity: 1 !important;
        left: 0px;
        transform: none;
        padding: 0px 30px;
    }

    #topnav > ul > li:hover .dropdown-menu {
        left: 0px;
    }

    #topnav > ul > li .dropdown-menu li {
        margin-bottom: 0px;
    }

    .col_mobile_search .form-search {
        display: flex;
    }

    .col_mobile_search .form-search input {
        font-family: 'FontAwesome';
        all: unset;
        margin-right: 5px;
    }

    .col_mobile_search {
        padding: 20px 20px;
        background: #F1F5FC;
    }

    .wrap_text_slider {
        top: 100px;
        left: 55px;
    }

    .title_slider {
        font-size: 34px;
        line-height: 46px;
        width: 95%;
    }

    .text_slider {
        font-size: 18px;
        width: 90%;
        line-height: 26px;
    }

    .title_padding {
        padding: 35px 0px 35px 25px;
    }

    .title_1 {
        font-size: 24px;
        line-height: 24px;
    }

    .block_innovation {
        padding: 30px 0px 0px 25px;
    }

    .home_innovation_foto img, .row_innovation {
        height: 80%;
    }

    .fs-29 {
        font-size: 21px;
    }

    .block_innovation .fs-16 {
        line-height: 18px;
    }

    .fs-16 {
        font-size: 13px;
    }

    .bottom-menu {
        column-count: 1;
    }

    .button_second_switch span {
        top: 30px !important;
        right: -22px !important;
    }

    .col_button_mobile .navbar-toggler {
        height: 100%;
    }

    .col_button_mobile {
        padding-left: 21px;
        height: 100%;
    }

    .block_innovation_md {
        display: flex;
    }

    .breadcrumbs_padding {
        padding: 25px 0px 0px 25px;
    }

    .title_inner_padding {
        padding: 50px 50px 20px 25px;
    }

    .title_padding_page {
        padding: 60px 65px 21px 25px;
    }

    .row-other-projects .title {
        margin-left: 25px;
    }

    .meta_description_padding {
        padding: 0px 50px 20px 25px;
    }

    .page_description_padding {
        padding: 30px 50px 50px 25px;
    }

    .page_about_padding {
        padding: 60px 0px 40px 25px;
    }

    .page_about_padding_subtitle {
        padding: 0px 0px 80px 25px;
    }

    .about_block_first_title {
        padding: 40px 34px 30px 10px;
        font-size: 22px;
        line-height: 30px;
    }

    .about_block_first_subtitle {
        padding: 0px 0px 20px 10px;
    }

    .project_info_block {
        padding: 60px 30px 30px 25px;
        top: 90px;
    }

    .about_block_third_title {
        padding: 60px 0px 60px 25px;
        font-size: 22px;
    }

    .about_block_fourth_title {
        padding: 0px 100px 25px 25px;
    }

    .about_block_fourth_subtitle {
        padding: 0px 20px 0px 25px;
    }

    .row_results {
        padding: 100px 0px 100px 25px;
    }

    .about_block_sixth_title {
        padding: 100px 0px 60px 25px;
    }

    .row_results {
        padding: 70px 0px 50px 25px;
    }

    .about_block_sixth_title {
        padding: 50px 0px 60px 25px;
    }

    .row_pravova_baza {
        padding: 0px 0px 0px 25px;
    }

    .col_children_links > a {
        padding: 10px 100px 10px 25px;
    }

    .title_inner_padding {
        padding: 65px 65px 25px 25px;
        margin: 0;
    }

    .description_inner_padding {
        padding: 0px 65px 65px 25px;
    }

    .title_inner_padding {
        padding: 50px 65px 25px 25px;
    }

    .col_third {
        padding: 100px 0px 100px 25px;
    }

    .col_single_fours {
        padding: 20px 25px 0px 25px;
    }

    .page_description_padding {
        padding: 40px 65px 65px 25px;
    }

    .tabs_news_events {
        padding: 0px 0px 30px 10px;
    }

    .tab-pane .title_post a {
        padding: 0px 20px 10px 15px;
    }

    .name_parent_events, .name_parent_news {
        margin: 35px 0px 25px 15px;
    }

    .date_events_block, .date_events_post {
        padding: 20px 0px 50px 15px;
        display: flex;
        flex-direction: column;
    }

    .time {
        margin-left: 0px;
    }

    .col_news_and_events {
        padding-left: 50px;
        width: 80%;
    }

    .title_inner_padding {
        padding: 50px 0px 25px 25px;
    }

	.col-social {
		margin-top: 21px;
    	margin-bottom: 20px;
	}
	
    .col_content {
        padding: 20px 30px 70px 25px;
    }

    .category_media_padding {
        padding: 40px 70px 0px 25px;
    }

    .col_video iframe {
        width: 100%;
    }

    .col_children_links:after, .col_list_second:after {
        right: 55px;
    }

    .child_baza_title_page {
        padding: 40px 0px 60px 25px;
        font-size: 28px;
        line-height: 38px;
    }

    .row_title {
        padding: 60px 0px 40px 25px;
    }

    .row_list {
        padding: 40px 0px 30px 25px;
    }

    .row_second_title {
        padding: 30px 0px 60px 25px;
    }

    .col_list_second {
        padding-right: 100px;
        padding-left: 25px;
    }

    .tabs_news_events .nav-link {
        padding: 10px 70px !important;
    }

    .col_calendar_sm {
        display: flex;
        justify-content: center;
    }

    .col_news_and_events {
        padding-left: 25px;
    }

    .title_sub_category {
        padding: 20px 15px 20px 15px;
    }

    .block_fourth_list_background {
        height: 344px;
    }

    .block_fourth_list_background_2 {
        height: 344px;
    }

    .col_conponents {
        height: 344px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px 0px 30px 0px;
    }

    .blocks_1 {
        top: 0px;
    }

    .row_padding_left_10 {
        padding-left: initial!important;
    }

    .row_margin_left_n_5 {
        margin-left: -15px;
    }
}

/*....Smartphones_Landscape_orientation....*/
@media (max-width: 767px) {
    .wrap_text_slider {
        left: 55px;
        top: 50%;
        transform: translateY(-50%);
    }

    .title_slider {
        font-size: 28px;
        line-height: 36px;
    }

    .text_slider {
        font-size: 16px;
        line-height: 24px;
    }

    .wrap_article {
        padding: 30px 15px;
    }

    .wrap_content_search .title_page {
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
        padding-left: 15px;
        margin-bottom: 60px;
    }

    .col_wrap_content {
        padding: 0px;
    }

    .col-command .member-email {
        margin-top: 34px;
    }

    .item_img_photo {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col_conponents {
        padding: 30px 0px 30px 0px;
    }

    .shared_link {
        left: 20px;
        bottom: 45px;
        width: auto;
    }

    .share {
        left: 5px;
        bottom: 15px;
        width: auto;
    }

    .hr {
        bottom: 70px;
    }

    .preloader img {
        width: 50px;
    }

    .skroll_top {
        left: 15px;
    }

    .skroll_top.fix {
        bottom: 15px;
    }

    .skroll_top a {
        font-size: 25px;
        width: 30px;
        height: 30px;
    }

    .cmn-toggle-switch span {
        right: -4px;
    }

    .button_fixed {
        right: 24px;
    }

    .menu_mobile .language_attributes {
        padding: 0;
        margin-left: 24px;
    }

    .border_line_menu {
        margin-top: 21px;
        margin-bottom: 20px;
    }
	
    .row_project {
        margin-bottom: 30px;
        padding-left: 30px;
        padding-right: 15px;
    }

    .title_padding {
        padding: 40px 15px 20px 0px;
    }

    .title_1 {
        font-size: 30px;
        line-height: 42px;
        padding: 0px 15px 19px 0px;
    }

    .title_post a {
        padding: 34px 65px 17px 20px;
    }

    .title_post {
        font-size: 19px;
        line-height: 26px;
    }

    .fs-16 {
        font-size: 16px;
    }

    .home_project_text {
        line-height: 25px;
    }

    .text_post p {
        padding: 10px 60px 20px 20px;
    }

    .button_more {
        padding: 10px 40px 45px 20px;
    }

    .block_innovation_sm {
        display: block;
    }

    .block_innovation_md {
        display: none;
    }

    .block_innovation_sm .home_innovation_foto {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .block_innovation_sm .home_innovation_title, .block_innovation_sm .home_innovation_text {
        position: relative;
        left: 0;
        padding-left: 20px;
    }

    .fs-29 {
        font-size: 26px;
    }

    .block_innovation_sm .home_innovation_title {
        top: initial;
        margin-bottom: 20px;
    }

    .block_innovation_sm .home_innovation_text {
        top: initial;
    }

    .home_innovation_foto img {
        vertical-align: bottom !important;
    }

    .home_innovation_foto img, .row_innovation {
        height: 266px;
    }

    .home_innovation_foto img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .col_calendar_sm {
        display: flex;
        justify-content: center;
    }

    .home-partners {
        padding-left: 20px;
    }

    .bottom-menu {
        column-count: 2;
    }

    .padding_footer > div {
        margin-bottom: 35px;
    }

    .padding_footer {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .button_second_switch span {
        top: 30px !important;
        right: -5px !important;
    }

    .col_button_mobile .navbar-toggler {
        border-left: none !important;
    }

    .col_button_mobile {
        padding-left: 22px;
        height: 100%;
        border-left: 1px solid #CBD1DB;
    }

    .row_language_mobile {
        height: 63px;
    }

    .breadcrumbs_padding {
        display: none;
    }

    .page_about_padding {
        padding: 40px 15px 30px 20px;
    }

    .title_about_us {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
    }

    .row_bg_map {
        background: url(/wp-content/uploads/2019/12/Mask-Group-2.png);
        background-size: cover;
    }

    .col_about_title_first {
        background: rgb(255, 255, 255, 0.7);
    }

    .col-map-about {
        display: none;
    }

    .about_block_first_title {
        padding: 35px 15px 30px 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .about_block_first_subtitle {
        padding: 0px 0px 20px 5px;
        font-size: 16px;
        line-height: 25px;
    }

    .project_info_block {
        position: relative;
        top: 0;
        padding: 35px 15px 35px 20px;
    }

    .about_block_second_subtitle {
        column-count: 1;
        font-size: 16px;
        line-height: 25px;
    }

    .about_block_second_title {
        font-size: 16px;
        line-height: 24px;
    }

    .about_block_third_title {
        padding: 35px 0px 30px 20px;
        font-size: 15px;
        line-height: 24px;
    }

    .about_block_third_subtitle {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 35px;
        display: block;
    }

    .bg_md {
        display: none;
    }

    .block_fourth_list_background {
        height: 378px;
    }

    .block_0 {
        font-size: 14px;
        line-height: 25px;
        background: url(/wp-content/uploads/2019/12/Repeat-Grid-1.png) 50% 50%;
        height: 378px;
        background-size: cover;
    }

    .block_1 {
        font-size: 14px;
        line-height: 25px;
        background: url(/wp-content/uploads/2019/12/Repeat-Grid-2.png) 50% 100%;
        height: 378px;
        background-size: cover;

    }

    .block_2 {
        font-size: 14px;
        line-height: 25px;
        background: url(/wp-content/uploads/2019/12/adam-birkett-V4uS8SqCuNM-unsplash.png) 100% 100%;
        background-size: cover;
        height: 378px;
    }

    .about_block_fourth_title {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0px 30px 20px;
    }

    .about_block_fourth_subtitle {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 15px 0px 20px;
    }

    .blocks_0, .blocks_1, .blocks_2 {
        display: block;
    }

    .blocks_0 {
        left: 20px;
        top: 40px;
    }

    .block_0 {
        order: 1;
    }

    .block_1 {
        order: 3;
    }

    .block_2 {
        order: 2;
    }

    .blocks_2 {
        left: 13px;
        top: 36px;
    }

    .subtext_fourth_block_0 {
        bottom: 40px;
        width: 80%;
    }

    .blocks_1 {
        top: 64px;
        left: 13px;
    }

    .subtext_fourth_block_2 {
        bottom: 34px;
        left: 20px;
        width: 50%;
        padding: 0;
    }

    .block_fourth_list_background_3 {
        height: 380px;
    }

    .subtext_fourth_block_1 {
        bottom: 35px;
        left: 20px;
        padding-right: 0px;
        width: 50%;
    }

    .row_results {
        padding: 35px 15px 50px 0px;
    }

    .about_block_fifth_title {
        font-size: 16px;
        line-height: 24px;
    }

    .about_block_fifth_title {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 35px;
    }

    .block_results {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        margin-right: 40px;
        flex-direction: column;
    }

    .img_results {
        margin-bottom: 30px;
        margin-right: 0px;
        min-width: 86px;
        min-height: 86px;
        max-height: 86px;
        max-width: 86px;
    }

    .text_result {
        text-align: center;
        font-weight: 700;
    }

    .col-command .member-position {
        font-size: 14px;
    }

    .col-command .member-name {
        font-size: 18px;
    }

    .col-command .member-email {
        font-size: 14px;
    }

    .title_pravova_baza {
        font-size: 22px;
        line-height: 26px;
        padding: 40px 15px 33px 0px;
    }

    .page_link_children {
        font-size: 13px;
        line-height: 35px;
    }

    .col_children_links:after {
        top: 30%;
    }

    .child_baza_title_page {
        padding: 40px 15px 30px 20px;
        font-size: 22px;
        line-height: 26px;
    }

    .col_img_thumbnail_baza {
        height: 368px;
        background-size: cover !important;
    }

    .child_baza_sub_title {
        font-size: 16px;
        line-height: 17px;
    }

    .row_title {
        padding: 45px 15px 40px 20px;
    }

    .child_baza_sub_text {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .child_page_list_title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .row_list {
        padding: 45px 15px 50px 20px;
    }

    .child_page_list_text {
        font-size: 13px;
        line-height: 22px;
    }

    .list_text_link {
        font-size: 13px;
        line-height: 30px;
        padding-top: 42px;
        display: block;
    }

    .child_page_list_link {
        font-size: 13px;
        line-height: 30px;
    }

    .row_img_baza {
        padding: 100px 15px 47px 0px;
    }

    .row_second_title {
        padding: 0px 15px 60px 25px;
    }

    .child_baza_sub_title_second {
        font-size: 16px;
        line-height: 17px;
    }

    .row_second_title {
        padding: 0px 15px 60px 19px;
    }

    .child_baza_sub_text_second {
        font-size: 14px;
        line-height: 22px;
    }

    .col_list_second a {
        font-size: 12px;
        line-height: 17px;
    }

    .col_list_second > a > span.title_second_list {
        display: block;
        margin-bottom: 7px;
    }

    .row_list_second {
        padding-bottom: 63px;
    }

    .title_page h1 {
        font-size: 22px;
    }

    .category_description {
        font-size: 16px;
        line-height: 25px;
    }

    .description_inner_padding {
        padding: 0px 20px 30px 20px;
    }

    .title_inner_padding {
        padding: 40px 15px 25px 20px;
    }

    .title_padding_page {
        padding: 41px 65px 21px 20px;
    }

    .content-project .single-top {
        margin-bottom: 30px;
    }

    #pagination .page-item .page-link {
        width: 44px;
        height: 44px;
    }

    /*.img_singular, .preview {
        height: 494px;
        }*/
    #single .title_page {
        top: 0px;
        width: 95%;
    }

    .single_project_title_first {
        font-size: 16px;
        line-height: 24px;
    }

    .project_first_title {
        padding: 34px 15px 15px 5px;
    }

    .single_project_subtitle_first {
        font-size: 16px;
        line-height: 25px;
    }

    .col_block_first img {
        height: 100% !important;
    }

    .single_project_titlevideo_second {
        bottom: 200px;
        left: 150px;
    }

    .review {
        left: 240px;
        bottom: 150px;
    }

    .single_project_title_second {
        font-size: 16px;
        line-height: 24px;
    }

    .project_list_item_first .text {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 15px;
        margin-left: 5px;
    }

    .col_third {
        padding: 60px 15px 0px 20px;
    }

    .single_project_title_third {
        font-size: 16px;
        line-height: 24px;
    }

    .single_project_subtitle_third {
        font-size: 16px;
        line-height: 25px;
    }

    .single_project_list_third {
        padding: 34px 15px 34px 20px;
    }

    .single_project_list_third {
        column-count: 1;
    }

    .single_project_list_third .text {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .col_single_project_img {
        height: 400px;
        background-size: cover !important;
    }

    .col_single_fours {
        padding: 20px 15px 0px 20px;
    }

    .single_project_title_fours {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0px 25px 0px;
    }

    .single_project_listparent_number {
        font-size: 16px;
        line-height: 24px;
    }

    .col_single_fours_title {
        padding: 15px;
    }

    .single_project_title_fifth {
        font-size: 16px;
        line-height: 24px;
    }

    .single_project_subtitle_fifth {
        line-height: 25px;
    }

    .home-partners .title_padding {
        align-items: start;
        flex-direction: column;
    }

    .row_iner_partners .desc {
        margin-left: 0px !important;
    }

    .tabs_news_events {
        margin: 0px -15px;
        padding: 0px 0px 30px 0px;
    }

    .tabs_news_events .nav-item {
        width: 100%;
    }

    .tabs_news_events .nav-link {
        text-align: center;
    }

    .all_items_media {
        margin-bottom: 43px;
    }

    .title_category_media {
        font-size: 16px;
        line-height: 25px;
    }

    .sub_title_category_media {
        line-height: 22px;
    }

    .page_about_padding_subtitle {
        padding: 0px 20px 80px 20px;
    }

    .title_sub_category {
        padding: 20px 15px 20px 20px;
    }

    .block_fourth_list_background_2 {
        height: 378px;
    }

    .row-other-projects .title {
        font-size: 18px;
        margin-left: 50px;
    }

    .col-other-projects {
        flex-direction: column;
        padding: 30px 15px;
    }

    .row-other-projects {
        min-height: auto;
    }

    .row-other-projects .title {
        font-size: 18px;
        margin-left: 0;
        text-align: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .row-other-projects .description {
        margin-left: 0;
        margin-right: 0;
    }

    #page .single_top_about .title-soc {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #page .single_top_about .soc-item a {
        font-size: 13px;
        width: 30px;
        height: 30px;
    }

    .section-akseleraciya .description_inner_padding {
        padding: 0px 20px 30px 20px;
    }

    .section-mentors .col-mentor {
        width: 50%;
    }

    .section-form-akseleraciya .col-left {
        min-width: 100%;
        width: 100%;
        padding-right: 0;
    }

    .section-form-akseleraciya .description-bottom {
        flex-direction: column;
    }

    .section-form-akseleraciya .description-rigth {
        width: 100%;
        padding: 15px;
        font-size: 13px;
    }

    .section-form-akseleraciya .description-rigth h3 {
        font-size: 16px;
    }

}

/*....All_the_more_smartphones....*/
@media (min-width: 768px) {

}

/*....Smartphones_Portrait_orientation....*/
@media (max-width: 575px) {
	.col_custom_akceleracia {
    	width: 100%;
	}
    .wrap_article {
        padding: 30px 15px;
    }

    .wrap_content_search .title_page {
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
        padding-left: 15px;
        margin-bottom: 60px;
    }

    .col_wrap_content {
        padding: 0px;
    }

    .item_img_photo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .subtext_fourth_block_0 {
        bottom: 30px;
        width: 90%;
        padding-right: 0px;
        left: 20px;
    }

    .row_media > .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shared_link {
        width: max-content;
        bottom: 60px;
        font-size: 13px;
    }

    .share a {
        padding-right: 10px;
    }

    .share {
        left: 0px;
        bottom: 15px;
        justify-content: space-between;
    }

    .hr {
        bottom: 100px;
    }

    .custom-logo {
        width: 25%;
    }

    .custom-logo-2 {
        width: 50%;
    }

    .custom-logo-3 {
        width: 18%;
    }

    .cmn-toggle-switch span {
        right: 50%;
        top: 50%;
        margin-right: -16px;
    }

    .button_fixed {
        right: 0px;
        height: 95px;
    }

    .row_language_mobile {
        height: 71px;
    }

    .menu_mobile {
        width: 80%;
    }

    .menu_mobile .language_attributes {
        margin: 0px;
    }

    .button_second_switch span {
        top: 50% !important;
        right: 50% !important;
        margin-right: -15px;
    }

    .language {
        margin-left: 15px;
    }

    .menu_mobile > .top-menu > .menu-item > a {
        padding: 5px 0px 5px 0px;
    }

    #topnav > ul > li .dropdown-menu {
        padding: 0px 0px;
        text-align: left;
        min-width: inherit;
    }

    .drob_plus > .fa-chevron-down {
        margin: 0px;
    }

    .wrap_text_slider {
        /*top: 15px;*/
        left: 30px;
        max-width: 70%;
    }

    .title_slider {
        font-size: 16px;
        line-height: 18px;
        width: 100%;
    }

    .text_slider {
        font-size: 12px;
        width: 70%;
        line-height: 15px;
        margin-top: 15px;
    }

    .owl-nav {
        bottom: 10px;
        left: 30px;
    }

    .owl-next {
        margin-left: 7px;
    }

    .owl-prev, .owl-next {
        font-size: 17px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .counter {
        bottom: 10px;
        left: 120px;
    }

    .owl-dots {
        display: none;
    }

    .title_post a {
        padding: 30px 20px 10px 20px;
    }

    .padding_footer {
        padding: 30px 0px;
    }

    .footer_logo {
        padding-top: 35px;
        border-top: 1px solid #5B626E;
    }

    .div_home_project_text {
        padding: 0px;
    }

    .text_post p {
        padding: 10px 15px 20px 20px;
    }

    .tab-pane .title_post a {
        padding: 0px 20px 10px 20px;
    }

    .name_parent_events, .name_parent_news {
        margin: 35px 0px 25px 20px;
    }

    .date_events_block, .date_events_post {
        padding: 20px 0px 50px 20px;
        display: flex;
        flex-direction: column;
    }

    .button_more {
        padding: 10px 15px 45px 20px;
    }

    .blocks_0 {
        left: 13px;
        top: 40px;
    }

    .blocks_2 {
        left: 13px;
        top: 36px;
    }

    .blocks_1 {
        top: 64px;
        left: 13px;
    }

    .subtext_fourth_block_1 {
        bottom: 35px;
        left: 20px;
        padding-right: 0px;
        width: 70%;
    }

    .subtext_fourth_block_2 {
        bottom: 34px;
        width: 70%;
    }

    .text_result {
        text-align: center;
    }

    .row_title {
        padding: 45px 15px 40px 20px;
    }

    .col_children_links:after, .col_list_second:after {
        right: 15px;
    }

    .col_list_second {
        padding-right: 50px;
        padding-left: 20px;
    }

    #single .title_page h1 {
        font-size: 22px;
        line-height: 30px;
        max-width: 100%;
    }

    .single_project_subtitle_first {
        padding: 0px 15px 0px 5px;
        display: block;
    }

    .single_project_titlevideo_second {
        bottom: 90px;
        left: 20px;
    }

    .review {
        left: 110px;
        bottom: 60px;
    }

    .singular_photo_page, .singular_video_page {
        padding: 0px 20px 0px 20px;
    }

    .col_button_mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
    }

    .navbar-toggler {
        padding: 0px;
    }

    .button_second_switch span {
        top: 50% !important;
        right: 50% !important;
        margin-right: -15px;
        margin-top: 0px;
    }

    .row_language_mobile {
        justify-content: space-between;
    }

    .block_footer_padding > div.row {
        margin-bottom: 13px;
    }

    .row_around_mobile > button.col-3 {
        flex: 0 0 23%;
        max-width: 25%;
    }

    .row_language_mobile > .col-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .title_sub_category {
        padding: 20px 0px 20px 20px;
    }

    .col_conponents {
        padding: 0px 0px 0px 0px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .wpcf7-form {
        max-width: 100%;
    }

    .section-mentors .col-mentor {
        width: 100%;
    }

    .section-mentors .mentor-title {
        font-size: 16px;
    }

}

@media (min-width: 450px) and (max-width: 575px) {
    .title_slider {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
    }

    .wrap_text_slider {
        /*top: 45px;*/
        left: 30px;
    }
}

@media (max-width: 400px) {
    .wrap_text_slider {
        max-width: 100%;
        transform: translateY(-65%);
    }
}
