.main-navigation li>a{
    width: fit-content;
    width: -moz-fit-content;
    white-space: nowrap;
}
ul.sub-menu{
    width: 250%;
}
.certyfikat-content p{
    font-size: 26px;
    margin-bottom: 25px;
}
.row-hover .column-3 img{
    width: 25px;
}
.right-gwar .download-btn{
    transition: .5s ease-in-out;
}
.right-gwar .download-btn:hover{
    background-color: #404b5d;
}
.right-gwar .download-btn img{
    width: 25px;
    position: relative;
    z-index: 9;
}
.right-gwar .download-btn img:nth-child(3){
    display: none;
}
.right-gwar .download-btn:hover img:nth-child(2){
    display: none;
}
.right-gwar .download-btn:hover img:nth-child(3){
    display: block;
}
.partner__item img {
    filter: grayscale(1);
    transition: .5s ease-in-out;
}
.partner__item:hover img {
    filter: grayscale(0);
}
.footer-map-link__item li a {
    position: relative;
}
input[type="text"]{
    border: 0;
    outline: 0;
    border-bottom: 1px solid #404b5d;
    margin: 5px 0;
    border-radius: 0;
    color: #404b5d;
}
input[type="text"]::-webkit-input-placeholder {
    color: #404b5d;
    }
input[type="text"]:-moz-placeholder { 
    color: #404b5d;
}
input[type="text"]::-moz-placeholder { 
    color: #404b5d;
}
input[type="text"]:-ms-input-placeholder {
    color: #404b5d;
}
input[type="submit"]{
    background: transparent;
    color: #404b5d;
    border: 1px solid #404b5d;
    border-radius: 0;
    padding: 1em;
    transition: all 0.75s;
    position: relative;
    display: block;
    margin: 1em auto;
}
.call_widget{
    position: fixed;
    bottom: 0;
    right: 5vw;
    width: fit-content;
    background-color: #fff;
    z-index: 9;
    box-shadow: 1px -1px 6px #404b5d2b;
}
.call_widget div:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 1em;
    cursor: pointer;
}
.call_widget div:first-child p{
    margin-right: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.call_widget div:first-child img{
    width: 30px;
}
.call_widget .form{
    overflow: hidden;
    height: 0;
    transition: .5s ease-in-out;
}
.call_widget .form.active{
    height: 200px;
}

.tax_products{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.prod-listing-content a img{
    transition: .5s ease-in-out;
}
.prod-listing-content a:hover img{
    transform: scale(1.2);
}
.prod-header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-side__section.properties{
    position: relative;
}
.product-side__section.properties p{
    position: absolute;
}
.similar-content {
    padding: 0 5vh;
}
.product-side .slick-track{
    display: flex;
    align-items: center;
}
.btn-rlt {
    padding: 1.5em 2em;
}
/* .main-navigation ul ul {
    position: absolute!important;
} */

.right-footer {
    position: relative;
}

a, a:hover, a:visited, a:focus{
    color: inherit;
    text-decoration: none;
    outline: none;
}
p{
    margin: 0;
}
.posts_header{
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 30vh;
}
.posts_header h1{
    font-family: 'Inter', sans-serif;
    font-size: 80px;
    font-weight: 100;
    color: #fff;
    margin: 0 10vw;
    transition: .5s ease-in-out;
}
.posts_header h2{
    font-size: 54px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    color: #fff;
    margin: 0 10vw;
    display: flex;
    align-items: center;
    transition: .5s ease-in-out;
}
.posts_header h2 img{
    margin-right: .4em;
    height: 1.2em;
}

.posts_header h6{
    font-size: 54px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    color: #fff;
    margin: 0 10vw;
    display: flex;
    align-items: center;
    transition: .5s ease-in-out;
}
.posts_header h6 img{
    margin-right: .4em;
    height: 181px;
}

#primary.news-main{
    padding-top: 3vh!important;
    
    margin: 70vh auto 0 auto;
    position: relative;
    background-color: #efefef;
    width: 80vw;   
}
.breadcrumb{
    /* display: flex; */
    padding:  0 5vh;
    color: #707070;
}
.breadcrumb a{
    position: relative;
    /* padding-right: 2em; */
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
}
.breadcrumb a span{
    margin: 0 .5em;
}
.breadcrumb a:last-child{
    color: #74a3c6;
}
#primary.news-main h4{
    font-size: 32px;
    font-weight: 100;
    padding: 0 5vh;
    font-family: 'Inter', sans-serif;
    width: 100%;
    text-align: center;
    margin: 5vh 0;
    line-height: 1.8;
}
.news_container{
    padding: 5vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
}
.news_container a{
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
    font-family: 'Inter', sans-serif;
    border: 1px solid #fff;
    margin-bottom: 5vh;
    position: relative;
    color: #344d5e;
}
.news_container a>p{
    display: none;
}
.news_container a:before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    transition: .5s ease-in-out;
}
.news_container a:hover:before{
    bottom: -15px;
    right: -15px;
}
.news_container a.big_news {
    flex-basis: 100%;
    flex-direction: row;
    min-height: 30vh;
}
.news_container a.big_news>p{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: .5em 2em;
    background-color: #6E9EC2;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}
.news_container a.big_news .item_title{
    flex-basis: 53%;
}
.news_container a.big_news .item_title div:first-child {
    min-height: auto;
}

.news_container a.big_news div {
    flex-basis: 48%;
    max-height: fit-content;
    max-height: -moz-fit-content;
}
.news_container a .item_title{
    /*min-height: 50%;*/
    /*height: 100%;*/
    position: relative;
    background-color: #efefef;
}
.news_container a .item_title div:first-child{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 20px;
    /*min-height: 45%;*/
}
.news_container a .item_title div:first-child p{
    font-size: 16px;
    font-weight: 500;
    color: #344d5e;
    font-family: 'Inter', sans-serif;
}
.news_container a h2{
    font-size: 20px;
    font-weight: 500;
    color: #344d5e;
    padding-right: 2em;
    font-family: 'Inter', sans-serif;
    flex-basis: 80%;
}
.news_container a div{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.news_container a .item_title div:last-child{
    padding: 20px;
}
.news_container a>div:nth-child(2){
    min-height: 30vh;
    overflow: hidden;
}
.news_container a div img{
    width: 100%;
    height: 100%;
    /* max-height: 30vh; */
    object-fit: cover;
    object-position: center;
    position: relative;
    transition: .5s ease-in-out;
}
.news_container a:hover div img{
    transform: scale(1.2);
}
.news_post{
    padding-top: 3vh!important;
    
    margin: 70vh auto 0 auto;
    position: relative;
    background-color: #efefef;
    width: 80vw;
    position: relative;
}
.news_post_container{
    padding: 5vh 15vw;
}
.news_post_container div:first-child{
    font-size: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    text-align: center;
    margin: 2em 1em 1em 1em;
}
.news_post_container>div:last-child p{
    margin-bottom: 1em;
    line-height: 1.8;
}
.news_post_gallery{
    padding: 8vh 5vh;
}
.news_post_gallery .slick-slide{
    height: 30vh;
    padding: 10px;
}
.news_post_gallery .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_post_gallery .slick-prev, .news_post_gallery .slick-next{
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.news_post_gallery .slick-prev{
    left: 1em;
}
.news_post_gallery .slick-next{
    right: 1em;
}

#primary.projects-main{
    padding-top: 3vh!important;  
    margin: 70vh auto 0 auto;
    position: relative;
    background-color: #efefef;
    width: 80vw;   
}
#primary.projects-main .projects_category{
    padding: 5vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#primary.projects-main .projects_category a{
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: 1px solid;
    padding: .5em 1em;
    margin-bottom: 1em;
    transition: .5s ease-in-out;
    text-align: center;
    cursor: pointer;
}
#primary.projects-main .projects_category a:hover{
    background-color: #fff;
}
.projects_container, .career_container, .history_container, .subzone_container, .desingerzone_container, .contact_container{
    padding: 5vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    position: relative;
}
.projects_container>div:first-child{
    flex-basis: 100%;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 200;
    border-bottom: 1px solid;
    margin-bottom: 2em;
    font-family: 'Inter', sans-serif;
}
.projects_container a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 48%;
    font-family: 'Inter', sans-serif;
    border: 1px solid #fff;
    margin-bottom: 5vh;
    position: relative;
    color: #344d5e;
}
.projects_container a h2{
    font-size: 20px;
    font-weight: 500;
    color: #344d5e;
    padding-right: 2em;
    font-family: 'Inter', sans-serif;
    flex-basis: 80%;
    padding: 20px;
}
.projects_container a div.img-content-real{
    overflow: hidden;
    position: relative;
}
.projects_container a img{
    display: block;
    transition: 0.5s ease-in;
}
.projects_container a img.hide-hover{
    transition: opacity 0.4s, max-height 0.6s;
    max-height: 100%;
    width: 100%;
}
.projects_container a img.show-hover {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.projects_container a:hover img.show-hover{
    opacity: 1;
    transform: scale(1.2);
    width: 100%;
}

.project_post_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5vh;
}
.project_post_gallery, .project_post_description{
    flex-basis: 48%;
}
.project_post_gallery_nav img{
    width: 20vh;
    height: 20vh; 
    object-fit: cover;
    margin: 0 auto;
}
.project_post_gallery_container img{
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: top;
    padding: 10px;
}
.project_post_description>*{
    font-family: 'Inter', sans-serif;
}
.project_post_description h2{
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 1em;
}
.project_post_description div h3{  
    margin: 2em 0;
    font-size: 16px;
    font-weight: 500;
}
.project_post_products{
    flex-basis: 100%;
    padding: 15vh 0;
}
.project_post_products>*{
    font-family: 'Inter', sans-serif;
}
.project_post_products h3{
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
}
.project_post_products>div{
    display: flex;
    justify-content: space-between;
}
.project_post_products>div a{
    /* flex-basis: 23%; */
    display: block;
    width: 16vw;
    border: 1px solid #fff;
}
.project_post_products>div a img{
    width: 16vw;
    height: 16vw;
    display: block;
    object-fit: cover;
}
.project_post_products>div a p{
    font-size: 20px;
    font-weight: 200;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.career_container .section_1{
    display: flex;
    justify-content: space-between;
}
.career_container .section_1>div{
    flex-basis: 48%;
}
.career_container .s1_content p{
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
}
.career_container .s1_content h2{
    font-size: 40px;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
    margin-bottom: .5em;
    margin-top: 0;
}
.career_container .s1_content h3{
    font-size: 30px;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
    margin: 1em 0;
}
.career_container .section_2{
    padding: 15vh 0;
    border-bottom: 1px solid #fff;
}
.career_container .section_2 h2{
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
    margin-bottom: 8vh;
}
.career_container .s2_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.career_container .s2_container>div{
    flex-basis: 33%;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.career_container .s2_container>div h5{
    font-size: 30px;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
    margin: 1em;
}
.career_container .s2_container>div p:nth-child(3){
    font-family: 'Inter', sans-serif;
    margin-bottom: 3em;
    padding: 0 10%;
    display: block;
}
.career_container .s2_container>div p:nth-child(3) span{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s ease-in-out;
}
.career_container .s2_container>div:hover p:nth-child(3) span{
    min-height: calc(10 * 1em);
    opacity: 1;
}
.career_container .s2_container>div p:last-child{
    position: absolute;
    color: #fff;
    font-size: 14px;
    width: 20px;
    height: 20px;
    background-color: #404b5d;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0;
}
.career_container .s2_container>div p:last-child span{
    transform: rotate(-45deg);
    display: block;
    line-height: 1;
}
.career_container .s2_container>div:hover p:last-child{
    opacity: 0;
}

.career_container .section_3{
    width: 100%;
    padding: 10vh 0;
}
.career_container .section_3 h2{
    font-size: 40px;
    text-align: center;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
    margin-bottom: 8vh;
}
.career_container .s3_container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.career_container .s3_container>div{
    flex-basis: 48%;
}
.career_container .section_3 .s3_offer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 1em;
}
.career_container .s3_offer a{
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid;
    padding: .8em 2em;
    font-family: 'Inter', sans-serif;
    transition: .4s ease-in-out;
    white-space: nowrap;
}
.career_container .s3_offer a:hover{
   background-color: #4a5c74;
   color: #fff; 
}
.career_container .s3_offer div>p:first-child{
    font-size: 22px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}
.career_container .s3_offer div>p:last-child{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.career_container .section_4{
    width: 100%;
    text-align: center;
    position: relative;
    padding: 10vh;
}
.career_container .section_4>*{
    position: relative;
}
.career_container .section_4 h2{
    font-size: 40px;
    text-align: center;
    font-weight: 100;
    color: #fff;
    font-family: 'Inter', sans-serif;
    margin-bottom: 5vh;
}
.career_container .section_4 div{
    color: #fff;
    font-family: 'Inter', sans-serif;
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
}
.career_container .section_4>div:first-child{
    position: absolute;
    top: 0;
    left: -5vh;
    width: calc(100% + 10vh);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.career_container .section_5{
    width: 100%;
    padding: 10vh 0;
    border-top: 1px solid #fff;
    margin-top: 10vh;
}
.career_container .section_5 h2{
    font-size: 40px;
    text-align: center;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
    margin-bottom: 5vh;
}
.career_container .s5_card{
    width: 65%;
    margin: 0 auto;
}
.career_container .s5_photo img{
    width: 100%;
    display: flex;
}
.career_container .s5_content{
    background-color: #fff;
    padding: 8%;
}
.career_container .s5_content h3{
    font-size: 22px;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
    margin-bottom: 1em;
}
.career_container .s5_content li{
    position: relative;
    padding: .5em 2em;
}
.career_container .s5_content li:before{
    position: absolute;
    content: "\00BB";
    font-size: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #74a3c6;
}
.career_container .s5_content p{
    font-family: 'Inter', sans-serif;
    margin-bottom: .4em;
    line-height: 2;
}

.sub_career{
    width: 100%;
    display: flex;
}
.sub_career>div:first-child{
    flex-basis: 25%;
    padding-right: 1em;
}
.sub_career>div h2{
    font-size: 26px;
    font-weight: 300;
    margin: 1em 0;
    font-family: 'Inter', sans-serif;
}
.sub_career>div:first-child a p{
    font-family: 'Inter', sans-serif;
    margin: 1em 0;
}
.sub_career>div:first-child a.active p{
    font-weight: 500;
}
.sub_career>div:last-child{
    flex-basis: 75%;
}
.sub_career>div:last-child li{
    font-family: 'Inter', sans-serif;
    position: relative;
    padding: .5em 2em;
}
.sub_career>div:last-child li:before{
    position: absolute;
    content: "\00BB";
    font-size: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #74a3c6;
}
.sub_career>div:last-child p{
    font-family: 'Inter', sans-serif;
    line-height: 2;
}

.subzone_list{
    flex-basis: 25%;
    padding-right: 1em;
}
.subzone_list>div:first-child{
    position: sticky;
    top: 10vh;
    left: 0;
    padding-bottom: 1em;
}
.subzone_list>div a{
    display: block;
    padding: .5em 0;
}
.subzone_list>div a.active{
    font-weight: 500;
}
.subzone_content{
    flex-basis: 75%;
}
.subzone_content>*{
    font-family: 'Inter', sans-serif!important;
    color: #707070!important;
    font-weight: 200!important;
}
.subzone_content p {
    margin-bottom: 1.5em;
}
.subzone_content_item{
    display: flex;
    margin-bottom: 10vh;
}
.subzone_content_item .text{
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 4em;
    text-align: right;
}
.subzone_content_item.order .text{
    order: 2;
    text-align: left;
    padding-right: 0;
    padding-left: 4em;
}
.subzone_content_item .photo{
    flex-basis: 70%;
}
.tablepress {
    overflow: scroll;
    max-width: 100%;
    display: block;
}
.subzone_content .dataTables_wrapper {
    overflow: scroll;
}
.subzone_content .tablepress tfoot th, .tablepress thead th {
    background-color: #DFDFDF!important;
    font-weight: 500!important;
}
.subzone_content table.tablepress>*{
    border-color: #707070!important;
    font-family: 'Inter', sans-serif!important;
}
.subzone_content .tablepress tbody td {
    vertical-align: middle!important;
}
.subzone_container .help_contact h3{
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    margin: 1em 0 .5em 0;
}
.subzone_container .help_contact h4{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: .6em 0;
}
.subzone_container .help_contact p{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.subzone_container .help_contact a{
    transition: .4s ease-in-out;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    padding: 0;
}
.subzone_container .help_contact a:hover{
    color: #8BB0CC;
}
.video-wrapper-zone{
    flex-basis: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
}
.subzone_banner_down {
    /*flex-basis: 100%;*/
    /*height: 50vh;*/
    /*color: #fff;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*padding: 0 10%;*/
}
.subzone_banner_down {
    position: absolute;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    height: 100%;
    left: 0;
    color: #fff;
    display: flex;
     flex-direction: column;
    justify-content: center;
     align-items: center;
    padding: 0 10%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;

}
.subzone_banner_down p{
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 100;
}
.subzone_banner_down a.btn-rlt{
    padding: 1em 2em;
    margin-top: 2em;
}

.desingerzone_container .help_contact{
    flex-basis: 100%;
    text-align: center;
}
.desingerzone_container .help_contact h4, .desingerzone_container .help_contact h3{
    font-size: 40px;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
}
.desingerzone_container .help_contact h4{
    margin-bottom: 1em;
}
.desingerzone_container .help_contact p{
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}
.desingerzone_container .help_contact a{
    transition: .4s ease-in-out;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    margin: 1em 0;
}
.desingerzone_container .help_contact a:hover{
    color: #8BB0CC;
}
.desingerzone_container .card_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5vh 0;
}
.desingerzone_container .card_item{
    width: 16vw;
    height: 16vw;
    margin-bottom: 5vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: .5s ease-in-out;
    box-shadow: 0px 0px #e0e0e0;
}
.desingerzone_container .card_item:hover{
    box-shadow: 10px 10px #e0e0e0;
}
.desingerzone_container .card_item p{
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    transition: .5s ease-in-out;
    color: #fff;
    position: relative;
    font-family: 'Inter', sans-serif;
}
.desingerzone_container .card_item:hover p{
    color: transparent;
}
.desingerzone_container .card_item:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #344d5ed9;
    transition: .5s ease-in-out;
}
.desingerzone_container .card_item:hover:before{
    background-color: transparent;
}

.history_container h2{
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin: 0 auto 10vh;
    width: 80%;
}
.history_list{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.history_item{
    width: 50%;
    text-align: right;
    border-right: 1px solid #b5cbdc;
    position: relative;
    padding-bottom: 5vh;
    opacity: 0;
    transition: 1s ease-in-out;
}
.history_item.right{
    align-self: flex-end;
    text-align: left;
    border-right: 0;
    border-left: 1px solid #b5cbdc;
}
.history_item .history_img{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
}
.history_item.right .history_img{
    right: auto;
    left: 0;
    transform: translateX(-50%);
}
.history_item .history_img img{
    background-color: #efefef;
    padding: 15%;
    width: 120px;
    box-shadow: 3px 3px 9px #3a526214;
    transition: .5s ease-in-out;
}
.history_item:hover .history_img img{
    background-color: #f7f7f7;
}
.history_item h3{
    font-size: 60px;
    font-weight: 100;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid #b5cbdc;
}
.history_item h4{
    font-size: 30px;
    font-weight: 100;
    font-family: 'Inter', sans-serif;
    margin-top: .5em;
}
.history_item p{
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    font-family: 'Inter', sans-serif;
}
.history_item h3, .history_item h4, .history_item p{
    padding: 0 20% 0 10%;
}
.history_item.right h3, .history_item.right h4, .history_item.right p{
    padding: 0 10% 0 20%;
}
.history_photo{
    text-align: center;
    width: 100%;
    margin: 15vh 0 5vh 0;
}
.history_gallery{
    width: 100%;
}
.history_gallery .news_post_gallery .slick-slide{
    position: relative;
}
.history_gallery .news_post_gallery .slick-slide::before{
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: transparent;
    opacity: .7;
    transition: .5s ease-in-out;
}
.history_gallery .news_post_gallery .slick-slide:hover:before{
    background-color: #04204c;
}

.contact_list{
    width: 100%;
    padding-left: 5vw;
}
.contact_item{
    border-left: 1px solid #b5cbdc;
    position: relative;
    padding-bottom: 10vh;
}
.contact_item:last-child {
    padding-bottom: 15vh;
}
.contact_item h4{
    font-size: 40px;
    font-weight: 200;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid #b5cbdc;
    padding-top: .8em;
}
.contact_info{
    display: flex;
    padding-top: 4%;
}
.contact_info div{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    font-family: 'Inter', sans-serif;
    flex-basis: 50%;
}
.contact_item h4, .contact_info{
    padding-left: 15%;
}
.contact_item .contact_img{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
}
.contact_item .contact_img img{
    background-color: #efefef;
    padding: 15%;
    width: 120px;
    box-shadow: 3px 3px 9px #3a526214;
    transition: .5s ease-in-out;
}
.contact_item:hover .contact_img img{
    background-color: #f7f7f7;
}
.contact_map{
    width: 100%;
    height: 50vh;
}
.contact_map a{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}




@media(max-width: 1599px){
    .main-navigation li {
        margin: 0 10px;
    }
    .kat-item .title-back h3{
        font-size: 23px;
    }
    .posts_header h2{
        font-size: 35px;
    }
    .posts_header h1 {
        font-size: 55px;
    }
}
@media(max-width: 1500px){
    #primary.projects-main .projects_category a {
        font-size: 14px;
    }
    .projects_container>div:first-child {
        font-size: 34px;
    }
    .project_post_gallery_nav img {
        width: 18vh;
        height: 18vh;
    }
    .project_post_description h2 {
        font-size: 34px;
    }
    .subzone_container .help_contact h3 {
        font-size: 36px;
    }
    .desingerzone_container .card_item p {
        font-size: 24px;
    }
    .career_container .s1_content h2, .career_container .section_2 h2, .career_container .section_3 h2, .career_container .section_4 h2, .career_container .section_5 h2 {
        font-size: 32px;
    }
    .career_container .s1_content h3, .career_container .s2_container>div h5 {
        font-size: 20px;
    }
    .history_container h2 {
        font-size: 34px;
    }
    .history_item h3 {
        font-size: 48px;
    }
    .history_item h4 {
        font-size: 26px;
    }
    .history_item p {
        line-height: 1.8;
    }
    .history_item .history_img img {
        width: 100px;
    }
    .contact_item .contact_img img{
        width: 100px;
    }
}

@media(max-width: 1350px){
    .posts_header h1 {
        font-family: 'Inter', sans-serif;
        font-size: 68px;
    }
    .news_container a h2, .projects_container a h2 {
        font-size: 18px;
        padding-right: 1em;
    }
    .news_container a .item_title div:first-child, .projects_container a .item_title div:first-child {
        /*min-height: 35%;*/
    }
    .news_container a .item_title div:first-child p, .projects_container a .item_title div:first-child p {
        font-size: 14px;
    }
    .dataTables_wrapper .tablepress {
        font-size: 14px!important;
    }
    .posts_header h2{
        font-size: 46px;
    }
    .desingerzone_container .card_item p {
        font-size: 20px;
    }
    .sub_career>div:first-child {
        flex-basis: 35%;
    }
    .sub_career>div:last-child{
        flex-basis: 65%;
    }
    .history_container h2 {
        width: 100%;
    }
    .contact_item h4 {
        font-size: 36px;
    }
    .subzone_content_item .text, .subzone_content_item .photo {
        flex-basis: 50%;
    }
    .subzone_banner_down p {
        font-size: 34px;
    }

}

@media(max-width: 1200px){
    .news_container a .item_title div:first-child, .projects_container a .item_title div:first-child {
        flex-direction: column-reverse;
        justify-content: flex-end;
        /*min-height: 40%;*/
    }
    .news_container a .item_title div:first-child p, .projects_container a .item_title div:first-child p {
        text-align: right;
        font-size: 12px;
    }
    #primary.projects-main .projects_category a {
        font-size: 12px;
    }
    .projects_container>div:first-child {
        font-size: 30px;
    }
    .news_post_container {
        padding: 5vh 5vw;
    }
    .single_posts_header h1 {
        font-size: 52px;
    }
    .project_post_description h2 {
        font-size: 28px;
    }
    .project_post_products>div a p {
        font-size: 18px;
        padding: 10px;
    }
    .project_post_products h3 {
        font-size: 32px;
    }
    .subzone_container .help_contact h3 {
        font-size: 28px;
    }
    .desingerzone_container .card_item {
        width: 20vw;
        height: 20vw;
    }
    .desingerzone_container .help_contact h4, .desingerzone_container .help_contact h3 {
        font-size: 34px;
    }
    .career_container .s2_container {
        flex-wrap: wrap;
    }
    .career_container .s2_container>div {
        flex-basis: 50%;
        margin-bottom: 50px;
    }
    .career_container .s3_offer div>p:first-child {
        font-size: 18px;
    }
    .career_container .s5_card {
        width: 75%;
    }
    .career_container .section_3 .s3_offer {
        flex-direction: column;
    }
    .career_container .s3_offer div>p:last-child, .career_container .s3_offer div>p:first-child{
        text-align: center;
    }
    .career_container .s3_offer a {
        margin-top: 1em;
    }
    .history_container h2 {
        font-size: 30px;
    }
    .history_item .history_img img {
        width: 85px;
    }
    .contact_item h4 {
        font-size: 30px;
    }
    .contact_item .contact_img img {
        width: 80px;
    }
    .contact_info div {
        font-size: 14px;
    }
    .subzone_content_item {
        flex-direction: column;
    }
    .subzone_content_item .photo img{
        width: 100%;
    }
    .subzone_content_item.order .text {
        order: 1;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
    }
    .subzone_content_item.order .photo{
        order: 2;
    }
    .subzone_content_item .text {
        text-align: left;
        padding-right: 0;
        padding-left: 0;
    }
    .subzone_banner_down p {
        font-size: 30px;
    }
    .news_container a>div:nth-child(2) {
        min-height: auto;
    }

}
@media(max-width: 1023px){
    .video-wrapper-zone video{
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media(max-width: 1000px){
    .news_container a, .projects_container a {
        flex-basis: 100%;
    }
    .posts_header h1 {
        font-size: 52px;
    }
    .single_posts_header h1 {
        font-size: 42px;
    }
    .project_post_gallery, .project_post_description {
        flex-basis: 100%;
    }
    .project_post_description{
        order: 1;
    }
    .project_post_gallery{
        order: 2;
        margin-top: 5em;
    }
    .project_post_products{
        order: 3;
    }
    .project_post_gallery_nav img {
        width: 22vh;
        height: 22vh;
        margin-top: 1em;
    }
    .project_post_products>div {
        flex-wrap: wrap;
    }
    .project_post_products>div a {
        width: 32vw;
        margin-bottom: 1em;
    }
    .project_post_products>div a img {
        width: 32vw;
        height: 32vw;
    }
    .project_post_products h3 {
        font-size: 26px;
    }
    .subzone_list, .subzone_content {
        flex-basis: 100%;
    }
    .subzone_list{
        order: 2;
    }
    .posts_header h2{
        font-size: 38px;
    }
    .career_container .section_4 {
        padding: 5vh 0;
    }
    .career_container .s5_card {
        width: 100%;
    }
    .career_container .section_1 {
        flex-direction: column;
    }
    .career_container .section_1 .s1_photo {
        order: 2;
    }
    .sub_career {
        flex-direction: column;
    }
    .sub_career>div:first-child {
        order: 2;
    }
    .sub_career>div:last-child{
        flex-basis: 100%;
    }
    .history_list {
        padding-left: 5vw;
    }
    .history_item {
        width: 100%;
        text-align: left;
        border-right: 0;
        border-left: 1px solid #b5cbdc;
    }
    .history_item .history_img {
        right: auto;
        left: 0;
        transform: translateX(-50%);
    }
    .history_item h3, .history_item h4, .history_item p, .history_item.right h3, .history_item.right h4, .history_item.right p {
        padding: 0 10% 0 15%;
    }
    .contact_info {
        flex-direction: column;
    }
    .contact_info div {
        margin-bottom: 1em;
    }
    .contact_item h4 {
        padding-top: 0;
        font-size: 22px;
    }
}

@media(max-width: 800px){
    .single_posts_header h1 {
        font-size: 32px;
    }
    .desingerzone_container .card_item p {
        font-size: 14px;
    }
    .desingerzone_container .card_item {
        padding: 5px;
    }
    .career_container .s2_container>div:hover p:nth-child(3) span {
        min-height: calc(10 * 1em);
    }
    .history_container h2 {
        font-size: 22px;
    }
    .history_item h3 {
        font-size: 36px;
    }
    .history_item h4 {
        font-size: 22px;
        margin-bottom: .5em;
    }
    .history_item .history_img img {
        width: 65px;
    }
    .news_container a.big_news {
        flex-direction: column;
        justify-content: space-between;
    }
    .news_container a.big_news div, .news_container a.big_news .item_title {
        flex-basis: auto;
    }
    .news_container a.big_news>p{
        right: auto;
        left: 0;
        padding: .3em 1em;
        font-size: 12px;
    }
    #primary.news-main h4 {
        font-size: 22px;
    }
    .content-sections-about {
        max-width: 100%;
    }
}

@media(max-width: 600px){
    #primary.projects-main .projects_category a {
        font-size: 10px;
    }
    .projects_container>div:first-child {
        font-size: 26px;
    }
    .project_post_products h3 {
        font-size: 22px;
    }
    .project_post_products>div a {
        width: 36vw;
    }
    .project_post_products>div a img {
        width: 36vw;
        height: 36vw;
    }
    .project_post_gallery_nav img {
        width: 15vh;
        height: 15vh;
    }
    .desingerzone_container .card_item {
        width: 28vw;
        height: 28vw;
    }
    .desingerzone_container .help_contact h4, .desingerzone_container .help_contact h3 {
        font-size: 24px;
    }
    .subzone_banner_down p {
        font-size: 22px;
        margin-bottom: 1em;
    }
    #primary.news-main h4 {
        font-size: 18px;
    }
    .call_widget{
        display: none;
    }
    .btn-rlt.btn-blue {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .rlt-info-text p {
        text-align: center;
    }
    .career_container .s2_container>div:hover p:nth-child(3) span{
        min-height: calc(15 * 1em);
    }
    
}

@media(max-width: 500px){
    .posts_header h1 {
        font-size: 44px;
    }
    #primary.news-main, #primary.projects-main {
        width: 90vw;
    }
    .news_container, .projects_container, .career_container, .history_container, .subzone_container, .contact_container, .desingerzone_container, .project_post_container, .breadcrumb {
        padding: 0 3vh;
        padding: 3vh;
    }
    .news_container a h2, .projects_container a h2 {
        font-size: 16px;
        padding-right: 0;
    }
    .news_container a .item_title div:first-child {
        min-height: auto;
        padding: 10px;
    }
    .news_container a .item_title div:last-child {
        padding: 10px;
        font-size: 14px;
    }
    .projects_container a h2{
        padding: 10px;
    }
    #primary.news-main, #primary.news_post {
        width: 90vw;
    }
    .news_post_container div:first-child {
        font-size: 24px;
    }
    .single_posts_header h1 {
        font-size: 28px;
    }
    .posts_header h2 {
        font-size: 28px;
    }
    .desingerzone_container .card_item {
        width: 36vw;
        height: 36vw;
    }
    .career_container .s1_content h2, .career_container .section_2 h2, .career_container .section_3 h2, .career_container .section_4 h2, .career_container .section_5 h2 {
        font-size: 28px;
    }
    .career_container .section_4>div:first-child {
        left: -3vh;
        width: calc(100% + 6vh);
    }
    .career_container .s2_container>div {
        flex-basis: 100%;
    }
    .career_container .s3_container>div {
        flex-basis: 100%;
    }
    .history_item h3, .history_item h4, .history_item p, .history_item.right h3, .history_item.right h4, .history_item.right p {
        padding: 0 0% 0 15%;
    }
    .contact_item .contact_img img {
        width: 70px;
    }
    .items-about {
        padding: 2em .5em;
    }
    .items-about h5 {
        font-size: 18px;
    }
}

@media(max-width: 400px){
    .projects_container>div:first-child {
        font-size: 24px;
    }
    .project_post_products>div a p {
        font-size: 16px;
        padding: 5px;
    }
    .career_container .s1_content h2, .career_container .section_2 h2, .career_container .section_3 h2, .career_container .section_4 h2, .career_container .section_5 h2 {
        font-size: 24px;
    }
    .sub_career>div h2 {
        font-size: 20px;
    }
    .sub_career>div:last-child li {
        font-size: 14px;
    }
    .sub_career>div:last-child p {
        font-size: 14px;
    }
    .sub_career>div:first-child a{
        font-size: 14px;
    }
    .history_container h2 {
        font-size: 18px;
        line-height: 1.5;
    }
    .history_item h3 {
        font-size: 28px;
    }
    .history_item h4 {
        font-size: 18px;
        font-weight: 200;
    }
    .history_item p {
        line-height: 1.5;
    }
    .history_item .history_img img {
        width: 55px;
    }
    .history_list {
        padding-left: 6vw;
    }
    .contact_item .contact_img img {
        width: 45px;
    }
}