/* Стандартний файл стилів */
:root {
    --main-lite-blue: #1D71B8;
    --main-dark-blue: #203B7C;
    --main-orange: #FCC100;
    --icon-font: "Font Awesome 6 Free"
}

body {
    font-family: 'Circe';
    color: #454545;
    font-size: 14px;
    font-weight: 500;
}

header {
    border-bottom: 2px solid var(--main-lite-blue);
}

.main_menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-inline-end: 0;
    margin-block-end: 0;
    width: 100%;
}

.header_logo {}

.header_logo img {}

.main_menu {
    display: flex;
    align-items: center;
}

.main_menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    color: var(--main-dark-blue);
    font-weight: bold;
}

.main_menu a:hover {
    color: var(--main-orange);
}


.header_logo {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.soc_media_list {
    padding-inline-start: 0;
    margin-inline-start: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--icon-font);
    list-style: none;
    color: #fff;
    fill: #fff;
    width: fit-content;
}

.soc_media_list li {
    padding: 0 5px;
}

section {
    margin-top: 50px;
    display: flex;
}

.section_title {
    margin: 50px 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--main-dark-blue);

    position: relative;
}

.section_title::before {
    content: '';
    width: 100%;
    border-bottom: 1px solid var(--main-orange);
    display: block;
    position: absolute;
    bottom: 17px;
    /* z-index: -1; */
}

.section_title span {
    background: #fff;
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.home_slide {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    min-height: 500px;
}

.home_slider_images {
    position: relative;
    width: 40%;
}

.home_slider_images img {
    border: 2px solid var(--main-dark-blue)
}

.top_img {
    margin: 20px;
    max-width: 315px;
    max-height: 265px;
    object-fit: cover;
        min-width: 200px;
}

.bottom_img {
    position: absolute;
    right: 0;
    right: 50px;
    top: 200px;
        max-width: 265px;
    max-height: 195px;
}

.home_slider_text {
    width: 60%;
    float: left;
    position: relative;
}

.home_slider_text_top {
    position: absolute;
    left: -165px;
    top: 35px;
    color: var(--main-dark-blue);
    border-bottom: 2px solid var(--main-orange);
}

.home_slider_text_top h1 {
    font-size: 40px;
    font-weight: bold;
}

.home_slider_text_top h2 {
    font-size: 36px;
}

.home_slider_description {
    position: absolute;
    top: 250px;
    font-size: 20px;
    font-weight: 300;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li {
    background: var(--main-lite-blue);
    border-radius: 100px;
}

.slick-dots li.slick-active {
    background: var(--main-orange);
}

.news_slide {
    position: relative;
}

.news_slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.news_date {
    position: absolute;
    width: 100px;
    background: var(--main-orange);
    display: flex;
    justify-content: center;
}


.projects_container {
    display: flex;
    flex-wrap: wrap;
}

.project_item {}

.project_item_inner,
.news_slide_inner {
    padding: 20px;
}

.project_item_inner img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.news_link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: var(--main-dark-blue);
    line-height: 1.4;
    margin-top: 10px;
    display: block;
}

.news_link:hover {
    color: var(--main-orange);
}

.about_container {
    display: flex;
    flex-wrap: wrap;
}

.about_us_image {
    text-align: center;
}

.about_container h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-dark-blue);
    text-transform: uppercase;
}

.main_button_link {
    display: flex;
    background: var(--main-orange);
    width: 165px;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    color: #454545;
    position: relative;
    transition: 300ms;
}

.main_button_link::after {
    content: '';
    display: block;
    width: 165px;
    height: 30px;
    position: absolute;
    left: -5px;
    top: -5px;
    background: var(--main-lite-blue);
    z-index: -1;
}

.main_button_link:hover {
    background: var(--main-lite-blue);
    transition: 300ms;
    color: #fff;
}

.main_button_link:hover::after {
    background: var(--main-orange);
    transition: 300ms;
}

.section_bottom_line {
    display: flex;
    justify-content: flex-end;
    /* margin-top: 40px; */
    margin-top: 70px;
    z-index: 1;
}

.partners-slider {}
.partners-slider .slick-list{
    margin:40px 0;
}

.partners-slider img {
    max-height: 50px;
    padding: 5px;
}

.slider_item {
    height: 50vh;

}

.media_about_us .section_title span {
    background: #E4E7EF;
}

.media_about_us {
    padding: 30px;
    background: #E4E7EF;
    /* color: #E4E7EF; */
}

.media_about_us .news_slide img {
    aspect-ratio: 4 / 2;

}

.news_logo {
    position: absolute;
    background: #ffffffa3;
    width: 75px;
    height: 35px;
    right: 0;
    object-fit: contain;
}

.news_logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 5px;
}

.media_image_container {
    position: relative;
}

.subscribe_form {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
}

.subscribe_form input {
    height: 40px;
    border-radius: 100px;
    padding: 0 10px;
    border: 1px solid var(--main-dark-blue);
}

.subscribe_form input[type="submit"] {
    width: 140px;
    margin-left: -35px;
    background: var(--main-orange);
    margin-top: 2px;
}
.subscribe_form p{
    width: fit-content;
    display: flex;
    margin: 0;
    align-items: baseline;
}
.subscribe_form .wpcf7-spinner{
    position:absolute;
}
.form_subscribe_title {
    text-align: center;
}

.form_subscribe_title span {
    font-size: 20px;
    font-weight: 300;
    color: var(--main-dark-blue);
    text-transform: uppercase;
}

.footer_top .row {
    align-items: center;
}

.form_subscribe_form {
    display: flex;

}

.footer_top {
    margin: 50px 0;
}

.footer_bottom {
    background: var(--main-dark-blue);
}

.footer_bottom a {
    color: #ffffff;
    text-decoration: none;
}

.footer_menu {
    padding: 40px 5px;
}

.footer_menu ul {
    list-style: none;
    text-transform: uppercase;
    text-decoration: none;
    list-style: none;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding-inline-start: 0;
}

.soc_media_list {}

.soc_media_list svg {
    width: 20px;
}

.footer_social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer_copyright {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;

    background: var(--main-dark-blue);
    color: #ffffff;
    font-weight: 300;
}

.header_social_media {
    display: flex;
    justify-content: flex-end;
    align-items: anchor-center;
}

.header_social_media .soc_media_list {
    fill: var(--main-dark-blue);
}

.main_menu .nav-menu,
.main-nav {
    width: 100%;
}

.header_social_media {

    display: flex;

}

.burger {
    /* position: fixed;
    top: 20px;
    left: 20px; */
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.burger span {
    display: block;
    width: 100%;
    height: 4px;
    background: var(--main-dark-blue);
    transition: 0.3s;
    border-radius: 4px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: var(--main-dark-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
}

.mobile-menu .nav-menu {
    list-style: none;
    padding: 0;
    text-align: center;
}

.mobile-menu .nav-menu li {
    margin: 20px 0;
}

.mobile-menu .nav-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.open-menu {
    left: 0 !important;
}

.mobile_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slick-next:before{
    content:'\f054';
font-family:var(--icon-font);
font-weight: bold;
color: var(--main-dark-blue);
font-size: 30px;
}
.slick-prev:before{
    content:'\f053';
    font-family:var(--icon-font);
    font-weight: bold;
    color:#E0E0E0;
    font-size: 30px;
}
.news_item{
margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc4f;
}
/* .news-archive .news_image{
    border:1px solid #cccccc4f; 
} */
.news_image img{
width: 100%;

}
.news-archive{}
.news-archive .news_image img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.news-archive .news_image img.noimage,
.news_slide img.noimage{
    object-fit: contain;
    padding: 17px;
    filter: grayscale(1);
    opacity: 0.2;
}
.news_item h2 a{
    color: var(--main-dark-blue);
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    display: block;
    padding: 10px 0;
}
.news_item h2 a:hover{
    color:var(--main-orange);
}
.news-archive .news_date{
    position: relative;
}
.pagination{
    display: flex;
    flex-wrap: wrap;
}
.pagination span,
.pagination a{
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    color: #203b7c;
    text-decoration: none;
}
.pagination span{

}
.pagination span.current{
    color:var(--main-orange);
}
.pagination a{

}

.breadcrumbs{
    padding: 10px 0;
}
h1.page_title{
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}
.project_item .news_date{
    display:none;
}
.archive_projects {}
.archive_projects .container{
}
    
    .archive_projects .project_item{
        margin-bottom: 50px;
    
}
.archive_projects .project_item h2 {
    width: 100%;
    padding: 10px 0;
}
    .archive_projects .project_item h2 a{
        font-size: 20px;
        display: block;
        font-weight: bold;
        text-decoration: none;
        color: var(--main-dark-blue);
    
}

.archive_projects .project_item .news_image{
    width: 100%;
}

.archive_projects .project_item .news_image img{

}
.breadcrumbs a{
    text-decoration:none;
    color:var(--main-dark-blue);
}
.page_image{
    
}
.page_image img{
    width: 100%;
}
/* Media */
/* Media */

@media screen and (max-width:1400px) {
    .home_slider_text_top {
        position: absolute;
        left: -85px;
    }    
}
@media screen and (max-width:1199px) {
    .home_slider_images img{
        height:200px;
    }
    .home_slider_text_top{
        left:0;
    }
    .home_slider_description{
        top:unset;
        bottom:10%;
    }
}

@media  screen and (max-width:1023px) {
    .home_slider_images img{
        height: 135px;
    }
    .bottom_img{
        top: 135px;
    }
    .home_slide{
        min-height:400px;
    }
    .home_slider_text_top {
        left: -30px;
    }
    .home_slider_description{
        top: 300px;
        left:-30px;
    }
    .home_slider_text_top h1 {
        font-size: 35px;
    }
    .home_slider_text_top h2 {
        font-size: 30px;
    }
    .subscribe_form input{
        max-width: 230px;
    }
}

@media screen and (max-width:767px) {
    
    .home_slider_images {
        display: none;
    }

    .home_slider_text {
        width: 100%;

    }

    .home_slider_text_top,
    .home_slider_description {
        position: relative;
        left: 0;
        top: 0;
    }

    .home_slider_text_top h1 {
        font-size: 28px;
    }

    .home_slider_text_top h2 {
        font-size: 20px;
    }

    .home_slider_description {
        margin-top: 30px;
    }

    .home_slide {
        min-height: auto;
    }

    .about_container .main_button_link {
        margin-top: 40px;
    }

    .subscribe_form input {
        max-width: 240px;
    }

    .footer_menu .nav-menu {
        flex-direction: column;
        align-items: center;
        line-height: 3;
    }

    .footer_social {
        justify-content: center;
    }
    .about_container .main_button_link{

    }
    .header_logo{
        padding-left:10px
    }
    .soc_media_list {
        margin-bottom: 30px;
    }
    .form_subscribe_form{
        justify-content: center;
    }
    .form_subscribe_title{
        margin-bottom:30px;
    }
    .page_image{
        margin-bottom: 40px;
    }
}

@media screen and (max-width:424px) {
    .subscribe_form input {
        max-width: 191px;
    }
}