.hero-bg-mobile {
    display: none;
}

.mobile-header {
    display: none;
}

.mobile-menu {
    display: none;
}

header .row {
    padding: 0 15px;
}

.menu-wrapper {
    /*display: none;*/
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media screen and (max-width: 1200px) {
    header nav a {
        margin-right: 8px;
    }

    .full-height-image img {
        object-fit: cover;
    }

    .hero img.hero-bg-desktop {
        object-fit: cover;
    }

    .whoIAm-inner {
        text-align: center!important;
    }

    .whoIAm .inner-bg {
        left: 18%;
    }
}

@media screen and (max-width: 992px) {
    .swiper-container.portfolio .swiper-slide{
        opacity: 1;
    }
    
    .mobile-menu {
        display: block;
    }

    header .menu.desktop {
        display: none !important;
    }

    .mobile-menu {
        z-index: 99;
    }

    .menu-wrapper.opened {
        background: url("/includes/img/menu-bg.png"), #FFFFFF;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        --webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        opacity: 1;
        overflow: visible;
        margin-top: 15px;
        position: absolute;
        min-height: 100vh;
        width: 100%;
        z-index: 99;
    }

    header .menu-wrapper nav {
        display: flex;
        flex-direction: column;
        margin-right: 0;
        padding-top: 15px;
    }

    header .menu-wrapper nav a {
        margin-right: 0;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #3F3C41;
        border-bottom: 1px solid rgba(241, 241, 241, 0.5);
        padding: 15px;
    }

    header .menu-wrapper .phone-info a.phone {
        padding: 15px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.035em;
        color: #3F3C41;
    }

    header .menu-wrapper .phone-info a.consulting {
        padding: 0 15px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.035em;
        text-decoration-line: underline;
        color: #C3B5B1;
    }

    .writting .col-12 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .hero h1 {
        text-align: center;
        font-size: 46px;
        line-height: 46px;
    }

    .full-height-image img {
        object-fit: cover;
    }

    .writting .item {
        border: none;
        background: transparent;
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    .writting .item p {
        text-align: left;
    }

    .writting .item img {
        margin-right: 23px;
    }

    .modal .modal-body {
        padding: 25px 13px;
    }

    .about p {
        font-size: 20px;
        line-height: 34px;
    }

    .portfolio .faq-item a {
        font-size: 19px;
    }

    .portfolio .accordion {
        margin: 0;
    }

    .portfolio .accordion li {
        padding: 17px 5px 15px 5px
    }

    .portfolio .accordion .inner {
        font-size: 17px;
    }

    .portfolio h2 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .hero .hero-bg-desktop {
        display: none;
    }

    .hero .hero-bg-mobile {
        display: block;
    }
}

@media screen and (max-width: 480px) {

    span.logo {
        font-size: 20px;
        line-height: 27px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .hero h1 {
        font-size: 40px;
        line-height: 70px;
        padding: 14px;
    }

    .hero span.description {
        font-size: 14px;
        line-height: 21px;
    }

    .hero button.leaveRequest,
    .whoIAm button.leaveRequestAbout {
        font-size: 14px;
        line-height: 21px;
        width: 227px;
        padding: 12px 0;
    }

    .about-bg {
    }

    .about p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .about .divider {
        display: none;
    }

    .whoIAm {
        flex-direction: column-reverse;
    }

    .whoIAm .divider {
        width: 61px;
        height: 1px;
    }

    .whoIAm p.about-text {
        font-size: 16px;
        line-height: 24px;
    }

    .whoIAm .about-item span {
        font-size: 12px;
        line-height: 20px;
    }

    .whoIAm button.leaveRequestAbout {
        margin: 22px 0 50px 0;
    }

    .writting {
        padding: 24px 0;
    }

    h2.price-headline {
        text-align: left !important;
        margin-bottom: 22px;
    }

    .price {
        padding: 0;
    }

    .price .price-item ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .price .price-item a {
        font-size: 16px;
        line-height: 24px;
    }

    .price .price-item p {
        font-size: 16px;
        line-height: 24px;
    }


    .howWorks {
        padding: 0;
    }

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

    .howWorks .number {
        margin-right: 16px;
        border: none;
        max-width: 25px;
    }

    .reviews {
        padding: 0;
    }

    .reviews .reviews-bg {
        background-image: url(/includes/img/about-bg-mobile.png);
        background-size: cover;
        background-position-x: center;
    }

    .swiper-container {
        height: initial;
    }

    .reviews .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 300px;
        margin-bottom: 0;
    }

    .reviews .swiper-slide img {
        width: 300px;
        height: auto;
    }

    footer {
        padding: 46px 0 49px 0;
    }

    footer span.logo {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 14px;
    }

    footer a.contact-info {
        font-size: 16px;
        line-height: 20px;
    }
}