/*!
Theme Name: biz-b
Theme URI: http://underscores.me/
Author: Beliaev Mikhail
Author URI: https://www.facebook.com/BeliaevMikhail
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: biz-b
*/

@font-face {
    font-family: 'Aeroport';
    src:    url('fonts/aeroport/Aeroport-Light.eot') format('eot'),
            url('fonts/aeroport/Aeroport-Light.woff2') format('woff2'),
            url('fonts/aeroport/Aeroport-Light.woff') format('woff'),
            url('fonts/aeroport/Aeroport-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aeroport Mono';
    src:    url('fonts/aeroport/AeroportMono.eot') format('eot'),
            url('fonts/aeroport/AeroportMono.woff2') format('woff2'),
            url('fonts/aeroport/AeroportMono.woff') format('woff'),
            url('fonts/aeroport/AeroportMono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aeroport';
    src:    url('fonts/aeroport/Aeroport-Bold.eot') format('eot'),
            url('fonts/aeroport/Aeroport-Bold.woff2') format('woff2'),
            url('fonts/aeroport/Aeroport-Bold.woff') format('woff'),
            url('fonts/aeroport/Aeroport-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aeroport';
    src:    url('fonts/aeroport/Aeroport-LightItalic.eot') format('eot'),
            url('fonts/aeroport/Aeroport-LightItalic.woff2') format('woff2'),
            url('fonts/aeroport/Aeroport-LightItalic.woff') format('woff'),
            url('fonts/aeroport/Aeroport-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Aeroport';
    src:    url('fonts/aeroport/Aeroport-BoldItalic.eot') format('eot'),
            url('fonts/aeroport/Aeroport-BoldItalic.woff2') format('woff2'),
            url('fonts/aeroport/Aeroport-BoldItalic.woff') format('woff'),
            url('fonts/aeroport/Aeroport-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Aeroport';
    src:    url('fonts/aeroport/Aeroport-MediumItalic.eot') format('eot'),
            url('fonts/aeroport/Aeroport-MediumItalic.woff2') format('woff2'),
            url('fonts/aeroport/Aeroport-MediumItalic.woff') format('woff'),
            url('fonts/aeroport/Aeroport-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Aeroport';
    src:    url('fonts/aeroport/Aeroport.eot') format('eot'),
            url('fonts/aeroport/Aeroport.woff2') format('woff2'),
            url('fonts/aeroport/Aeroport.woff') format('woff'),
            url('fonts/aeroport/Aeroport.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aeroport';
    src:    url('fonts/aeroport/Aeroport-Italic.eot') format('eot'),
            url('fonts/aeroport/Aeroport-Italic.woff2') format('woff2'),
            url('fonts/aeroport/Aeroport-Italic.woff') format('woff'),
            url('fonts/aeroport/Aeroport-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Aeroport';
    src:    url('fonts/aeroport/Aeroport-Medium.eot') format('eot'),
            url('fonts/aeroport/Aeroport-Medium.woff2') format('woff2'),
            url('fonts/aeroport/Aeroport-Medium.woff') format('woff'),
            url('fonts/aeroport/Aeroport-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body{
    font-family: 'Aeroport'; 
    font-weight: 300; 
    font-style: normal;
}


.vc_btn3-container{
    display: none!important;
}

/* header */

#lottie-player{
    background: transparent;
    position: absolute;
    width: 100vw;
    height: 100%;
    border: none;
    left: -8vw;
    z-index: 10;
}

.site-header{
    height: 70px;
    background: #3a3a3aeb;
    padding: 0 8vw;
    position: relative;
    z-index: 10;
}

.site-header .site-branding img{
    z-index: 100;
    position: relative;
    height: 83px;
}

.home .site-header .taglines{
    display: none;
}

.site-header .taglines{
    height: 70px;
}

.red-line{
    width: 38px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: #e84234;
    padding: 240px 3px 0 3px;
}

.red-line img{
    position: fixed;
    top: 240px;
    right: 5px;
    width: 28px;
}

.pp-img{
    height: 37vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
    position: relative;
    overflow: hidden;
}



.pp-img.contacts a{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-out;
}

.pp-img.contacts:hover a{
    transform: scale(1.05);
}

.pp-img .intro-text{
    position: absolute;
    width: 24vw;
    top: 37%;
    right: 12vw;
    font-size: 2.7vw;
    font-weight: 100;
    line-height: 1.2;
}

.btn-mobile-menu{
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px 0 10px;
    border-color: #f04d3e transparent transparent transparent;
    margin-left: 13px;
    margin-top: 17px;
}

/* header end*/

/* main navigation */

.menu-primary-menu-container{
    height: 100%;
}

.main-navigation {
	display: block;
	width: 100%;
    height: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
    display: flex;
    height: 100%;
    align-items: center;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
    padding: 0 14px;
    display: flex;
    height: 100%;
}

.main-navigation li:first-child {
    padding: 0 14px 0 0;
}

.main-navigation li::after {
    content: "";
    height: 0px;
    background: #f04e3e;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.main-navigation li::after a:hover {
    content: "";
    height: 9px;
    opacity: 1;
}


.main-navigation li.current-menu-item::after, .main-navigation li.current-category-ancestor::after, .main-navigation li.current-post-ancestor::after {
	content: "";
    height: 9px!important;
    background: #f04e3e;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    color: #fff;
    font-size: 20px;
    text-transform: lowercase;
    align-self: center;
}

.main-navigation a:hover {
	text-decoration: none;
    color: #fff;
}

.main-navigation li.mobile, #footer_menu li.mobile{
    display: none;
}



/* main avigation end*/


/* home promo */

#promo_video{
    height: 100%;
    left: -8vw;
    position: absolute;
    filter: contrast(101%);
    pointer-events: none;
}

.home-promo{
    height: 21vw;
    background: #fff;
    padding: 0 8vw;
    position: relative;
    margin-bottom: 40px;
}

.promo-home-bg{
    position: absolute;
    bottom: 15px;
    left: -8vw;
    z-index: 10;
}

.promo-home-text{
    display: flex;
}

.promo-home-text .img-wrap{
    height: 100%;
    display: flex;
    align-items: center;
}

.promo-home-text .img-wrap img{
    height: fit-content;
    height: -moz-fit-content;
}

.promo-home-bg img{
    height: 500px;
}

.menu-services-container{
    width: 100%;
    align-self: end;

}

.page-portfolio .menu-services-container{
    margin: 40px 0;
}

.menu-services-container li.current-menu-item > a{
    color: #e84234;
}

.menu-services-container ul{
    display: flex;
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    justify-content: space-between;
}

.menu-services-container ul li > a{
    text-transform: lowercase;
    text-decoration: none;
    font-size: 20px;
    color: #000;
}

/* home promo end*/

/* main */

#page{
    position: relative;
    overflow-x: hidden;
}

.site-main{
    padding: 0 8vw;
}

.page-header{
    justify-content: flex-end;
}

.archive h1, .page h1, .page-header__intro-text{
    display: none;
}   

.link{
    font-size: 24px;
    color: #000!important;
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);;
}


.link::before{
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/biz-b/img/link_arrow_on_red.png);
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}

.content-bottom .link{
    margin-bottom: 100px;
    margin-top: 50px;
}

.entry-content{
    margin-top: 100px;
}

.services-lb h2{
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.services-lb p{
    font-size: 17px;
    color: #3a3a3a;
    font-weight: 400;
}

.services-rb h2{
    font-size: 50px;
    color: #e84234;
    font-weight: 100;
}

.services-lb h2::after{
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/biz-b/img/link_arrow_on_red.png);
    margin-left: 10px;
}

.services-rb ul li{
    font-size: 17px;
    color: #3a3a3a;
    font-weight: 400;
}

.services-rb p{
    font-size: 17px;
    font-weight: 400;
}


.studio-rb h2{
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.studio-rb p{
    font-size: 17px;
    color: #3a3a3a;
    font-weight: 400;
}

.studio-lb h2{
    font-size: 24px;
    color: #e84234;
    font-weight: 500;
}

.studio-lb p{
    font-size: 17px;
    color: #3a3a3a;
    font-weight: 400;
}

.entry-content.page-contacts{
    justify-content: center;
}

.contacts-lb{
    font-size: 24px;
    color: #e84234;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
}

.contacts-rb{
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 400;
    margin-left: 20px;
}

.entry-content.page-studio{
    margin-left: 5rem;
    margin-right: 5rem;
}

.entry-content.page-services{
    margin-left: 5rem;
    margin-right: 5rem;
}

.single-project {
    font-size: 17px;
    color: #3a3a3a;
    font-weight: 400;
}

.single-project h1{
    font-size: 28px;
    font-weight: 400;
}

.single-project .lead{
    padding: 0 30px;
}

.single-project .lead .photo{
    width: 290px;
    height: 290px;
    border-radius: 145px;
    margin-top: -140px;
    background-position: center;
    background-color: #d1d3d4;
    background-size: cover;
    margin-bottom: 30px;
}


.single-project .lead .position{
    font-size: 18px;
    font-weight: 400;
    color: #3a3a3a;
    text-align: center;
}

.single-project .lead .name{
    font-size: 24px;
    font-weight: bold;
    color: #f04e3e;
    text-align: center;
}


.single-project .text{
    
}

.single-project .gallery{
    margin-top: 60px;
}

.single-project .gallery .item{
    margin-bottom: 30px;
}

.single-project .gallery .item img{
    width: 100%;
}

.content-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-bottom-img{
    margin-top: 50px;
    width: fit-content;
    margin-bottom: 35px;
}


/* main end */

/* galleries */

.gallery.works .gallery-item{
    padding-bottom: 4.8vw;
}

.gallery .gallery-col .gallery-item .img{
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.gallery .gallery-col .gallery-item a.img-v2{
    width: 100%;
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    background-color: #f1f1f1;
    position: relative;
}

.gallery .gallery-col .gallery-item a.img-v2 img{
    width: 100%;
    height: auto;
    position: relative;
}


.gallery .gallery-col .gallery-item a.img-v2::after {
    opacity: 0;
    right: 10px;
    left: auto;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


.gallery .gallery-col .gallery-item a.img-v2:hover::after {
    opacity: 1;
}

.gallery .gallery-col .gallery-item a.img-v2:hover{
    /*box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    transform: scale(1.01);*/
}

.gallery .gallery-col .gallery-item .img:hover{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    transform: scale(1.01);
}

.gallery .gallery-item{
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: scale(0.9) translate3d(0px, 100px, 0px);
    transition: all 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.gallery .gallery-item.bizb-slide-in{
    transform: scale(1) translate3d(0px, 0px, 0px);
    opacity: 1;
}

.gallery {
    overflow: hidden;
}

.gallery.works {
    margin: 0 -2.4vw;
}


.gallery .gallery-col{
    padding: 0 2.4vw;
    transition: all 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.gallery .gallery-col .gallery-item.v{
    
}

.gallery .gallery-col .gallery-item.h{
    
}

.gallery .gallery-col .gallery-item a.title{
    margin-top: 14px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.gallery .gallery-col .gallery-item .categories{
    display: flex;
    flex-wrap: wrap;
}

.gallery .gallery-col .gallery-item .categories a{
    font-size: 18px;
    color: #000;
    margin-right: 15px;
    text-transform: lowercase;
}

.gallery.cooperate{
    margin: 0 -30px;
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.gallery.cooperate .item{
    padding: 5px 30px;
}

/* galleries end*/


/* footer */

.site-footer{
    height: 110px;
    background: #3a3a3a;
    padding: 0 8vw;
    position: relative;
    z-index: 200;
}

.site-footer .site-branding img{
    height: 60px;
    
}

.site-footer .contacts{
    color: #fff;
    font-size: 18px;
}

.site-footer .address{
    color: #fff;
    font-size: 18px;
}

.site-footer .soc a{
    color: #fff;
    font-size: 60px;
    line-height: 0;
    display: inline-block;
}

.site-footer .soc a span{
    font-size: 50px;
    width: auto;
    height: 50px;
}

.site-footer .side-right > .row{
    justify-content: flex-end;
}   

.site-footer .soc a:hover{
    text-decoration: none;
}

.site-footer .site-info{
    margin-left: 3vw;
}

#footer_menu{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    margin: 0 30px;
}

#footer_menu a{
    color: #e84234;
    font-size: 20px;
    text-transform: lowercase;
}

.mobile-footer-contacts{
    display: none;
    position: relative;
}

.mobile-footer-contacts[data-post-name='contacts']{
    display: none!important;
}

/* footer end */


@media (max-width: 1850px) {
    .gallery.cooperate{
        width: 68vw;
    }
}

@media (max-width: 1700px) {
    .gallery.cooperate{
        width: 920px;
    }
}

@media (max-width: 1400px) {
    .site-header, .home-promo, .site-main, .site-footer {
        padding: 0 5vw;
    }

    #promo_video {
        left: -5vw;
    }

    .promo-home-bg {
        left: -5vw;
    }

    .promo-home-bg img {
        height: 450px;
    }

    .main-navigation a {
        font-size: 18px;
    }

    .main-navigation li {
        padding: 0px 10px;
    }

    .menu-services-container ul li > a {
        font-size: 18px;
    }

    #footer_menu a {
        font-size: 18px;
    }

    .gallery .gallery-col .gallery-item .categories a {
        font-size: 16px;
    }

    .promo-home-text .img-wrap img {
        height: 210px;
    }

    .entry-content.page-services {
        margin-left: 0;
        margin-right: 0;
    }

}

@media (max-width: 1200px) {
    .home-promo {
        height: 255px;
    }

    .promo-home-bg img {
        height: 310px;
    }

    .promo-home-text .img-wrap img {
        height: 140px;
    }

    .gallery.works {
        margin: 0px -1.4vw;
    }

    .gallery .gallery-col {
        padding: 0 1.4vw;
    }

    .gallery.works .gallery-item{
        padding-bottom: 2.8vw;
    }

    #footer_menu {
        margin: 0px 15px;
    }

    #footer_menu a {
        font-size: 16px;
    }

    .site-footer .address {
        font-size: 16px;
    }

    .site-footer .contacts {
        font-size: 16px;
    }

    .site-footer .soc a span {
        font-size: 40px;
        height: 40px;
    }
}

@media (max-width: 992px) {

    .site-header .site-branding img {
        height: 60px;
    }

    .site-header {
        height: 50px;
    }

    .main-navigation li:first-child {
        padding: 0 7px 0 0;
    }

    .site-header .taglines {
        height: 50px;
    }

    .main-navigation li {
        padding: 0px 7px;
    }

    .gallery .gallery-col .gallery-item a.title {
        font-size: 20px;
    }

    .gallery .gallery-col .gallery-item .categories a {
        font-size: 16px;
    }

    .site-footer .site-info {
        margin-left: 2vw;
    }

    .gallery.cooperate {
        width: 700px;
    }

    .gallery.cooperate .item {
        padding: 5px 10px;
    }
    
    .gallery.cooperate .item img{
        width: 80%;
    }

    footer .menu-wrap {
        display: none;
    }
    
    
}

@media (max-width: 767px) { 
    .promo-home-text{
        display: none;
    }
    .site-header {
        height: 50px;
    }

    .site-header .taglines {
        height: 50px;
    }

    .site-header .site-branding img {
        height: 60px;
    }

    .btn-mobile-menu{
        display: block;
        transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .btn-mobile-menu.opened{
        transform: rotate(-90deg);
    }

    .home-promo {
        height: 165px;
        margin-bottom: 20px;
    }

    .promo-home-bg {
        right: 10px;
        left: auto;
    }

    .promo-home-text .img-wrap img {
        width: 90%;
        height: auto;
    }

    .promo-home-bg img {
        height: 200px;
    }

    .main-navigation {
        display: block;
        position: relative;
        width: 0;
        max-width: 0;
    }

    .main-navigation ul {
        flex-direction: column;
        height: auto;
        z-index: 10000;
        background: #3a3a3aeb;
        position: absolute;
        top: 50px;
        left: -5px;
        align-items: flex-start;
        padding: 15px 10px;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.96);
        transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .main-navigation ul.show{
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    .main-navigation a {
        font-size: 19px;
        font-weight: 100;
    }

    .main-navigation li.mobile{
        display: flex;
    }

    .main-navigation li.mobile a{
        font-size: 14px;
        font-weight: 100;
    }

    .main-navigation li.current-menu-item::after, .main-navigation li.current-category-ancestor::after, .main-navigation li.current-post-ancestor::after {
        height: 2px!important;
    }

    .red-line {
        width: 30px;
        top: 50px;
        height: auto;
        padding: 20px 3px 20px 3px;
        position: fixed;
        -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.35);
    }

    .red-line img {
        position: relative;
        top: auto; 
        right: auto; 
        width: auto;
    }

    .link {
        font-size: 19px;
        
    }

    .content-bottom .link {
        margin-bottom: 60px;
        margin-top: 20px;
    }

    .link::before {
        width: 14px;
        height: 14px;
    }

    .menu-services-container {
        display: none;
    }

    .page-header {
        justify-content: start;
    }

    .archive h1, .page h1{
        display: block;
        font-size: 24px;
        font-weight: 100;
        margin: 30px 0;
    }

    .pp-img {
        height: 55vw;
        margin-top: 0;
    }

    .pp-img .intro-text {
        display: none;
    }

    .page-header__intro-text{
        display: block;
        line-height: 1.2;
        font-size: 20px;
    }   

    .studio-lb p {
        font-size: 14px;
        line-height: 1.2;
    }

    .studio-rb p {
        font-size: 14px;
        line-height: 1.2;
    }

    .studio-rb h2 {
        font-size: 20px;
    }

    .studio-lb h2 {
        font-size: 20px;
    }

    .entry-content.page-studio .vc_column-inner{
        padding-left: 5vw!important;
    }

    .services-lb h2 {
        font-size: 20px;
    }

    .services-lb p {
        font-size: 14px;
        line-height: 1.2;
    }

    .services-rb ul li {
        font-size: 14px;
        line-height: 1.2;
    }

    .services-rb h2 {
        font-size: 40px;
    }

    .entry-content {
        margin-top: 20px;
    }

    .entry-content.page-studio {
        margin-left: 0;
        margin-right: 0;
    }

    .single-project .lead .photo {
        width: 120px;
        height: 120px;
        margin: 0 20px 0 0;
    }

    .single-project .lead {
        padding: 0;
        display: flex;
        margin-bottom: 15px;
    }

    .single-project .lead .info {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .single-project .lead .name {
        font-size: 18px;
        text-align: left;
    }

    .single-project .lead .position {
        font-size: 16px;
        text-align: left;
    }

    .single-project h1 {
        font-size: 24px;
    }

    .single-project {
        font-size: 14px;
        line-height: 1.2;
    }

    .single-project .text.left{
        margin-bottom: 15px;
    }

    .single-project .gallery {
        margin: 20px -1.4vw 0 -1.4vw;
    }

    .single-project .gallery .item {
        padding: 0 1.4vw 2.8vw 1.4vw;
        margin-bottom: 0;
    }

    .gallery.works .gallery-item {
        padding-bottom: 30px;
    }

    .gallery.cooperate {
        width: 100%;
    }

    .gallery.cooperate img{
        width: 100%;
    }

    .gallery.works.home .categories{
        display: none;
    }

    .gallery.works.home .gallery-item a.title {
        display: none;
    }

    .gallery.cooperate .item {
        padding: 5px 10px;
    }

    .gallery .gallery-col .gallery-item a.title {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 5px;
    }

    .site-footer .site-branding img {
        height: 40px;
    }

    .site-footer .address, .site-footer .contacts {
        display: none;
    }

    .site-footer {
        height: 80px;
    }

    .mobile-footer-contacts{
        background: #4d4d4d;
        display: block;
    }
    
    .mobile-footer-contacts .info{
        padding: 0 5vw;
        height: 100px;
    }
    
    .mobile-footer-contacts .map{
        height: 50vw;
        background-position: center;
        background-size: 170vw;
        position: relative;
    }

    .mobile-footer-contacts .map a{
        display: block;
        width: 100%;
        height: 100%;
    }

    .mobile-footer-contacts .icon{
        position: absolute;
        width: 100px;
        bottom: -15px;
        right: 10vw;
    }
    
    .mobile-footer-contacts p{
        margin: 0;
    }
    
    .mobile-footer-contacts .side-left{
        color: #e84234;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }
    
    .mobile-footer-contacts .side-right{
        color: #fff;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .contacts-lb {
        font-size: 20px;
        margin-right: 0;
        width: 100%;
    }

    .contacts-rb {
        font-size: 18px;
        margin-left: 0;
        width: 100%;
    }

    .page-bottom-img{
        height: 100px;
        width: auto;
    }

    .gallery.cooperate {
        width: 650px;
        transform: scale(0.8);
    }

    .gallery.cooperate .item {
        padding: 5px 0px;
    }
    
    .gallery.cooperate .item img{
        width: 70%;
    }

}

@media (max-width: 576px) { 

    .site-header {
        height: 50px;
    }

    .site-header .site-branding img {
        height: 60px;
    }

    .home-promo {
        height: 31vw;
        margin-bottom: 5vw;
    }

    .promo-home-bg {
        right: 10px;
        left: auto;
    }

    .promo-home-text .img-wrap img {
        width: 90%;
        height: auto;
    }

    .promo-home-bg img {
        height: 200px;
    }

    .red-line {
        width: 26px;
    }

    .gallery.cooperate {
        width: 100%;
        transform: none;
    }

    .gallery.cooperate .item {
        padding: 10px 0px;
        width: 50%;
        text-align: center;
    }

    .mobile-footer-contacts .map{
        background-size: 190vw;
    }

}