body {
    font-family: 'Merriweather', cursive;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #D9DADE;
    color: #000;
}

.container {
    max-width: 1110px;
    margin: 0 auto;
}

.wrapper {
    display: flex;
}

.header {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.header.scrolled {
    background: #D9DADE;
}

.header_content {
    height: auto;
    justify-content: space-between;
}

.menu_link {
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 16px;
    color:#000;
    font-weight: 300;
    margin-right:65px;
    margin-top: 25px;
    margin-bottom: 25px;
    transition: all 0.3 ease;
}

.menu_link:last-of-type {
    margin-right: 0;
}

.menu_link:hover {
    font-weight: 400;
}

.banner {
    margin: 0;
}

.banner_content {
    height: 800px;
    justify-content: space-between;
    align-items: center;
}

.banner_title {
    font-family: 'Merriweather';
    font-size: 64px;
    font-weight: 400;
    width: 485px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.banner_title_2 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight:300;
    width: 370px;
    margin: 0;
    padding-bottom: 50px;
}

.banner_image {
    margin-left: -480px;
    height: 800px;
    z-index: -1;
}

.banner_btn {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 300;
    padding: 6px 20px;
    text-decoration: none;
    color: #000;
    background-color: #D9DADE;
    border: 1px solid #000;
    border-radius: 23px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.banner_btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    transform: translateY(-3px);
}

.about {
    width: 100%;
    height: 700px;
    background-color: #fff;
    margin: 0;
}

.about_content {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.about_image {
    height: 600px;
    margin-top: 100px;
    margin-left: -165px;
}

.about_text_blocks {
    width: 570px;
    margin-top: 130px;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

.about_text_block {
    width: 255px;
    text-align: justify;
    margin-right: 60px;
    margin-bottom: 70px;
}

.about_text_block:nth-child(2) {
    margin-right: 0;
}

.about_text_block:nth-child(4) {
    margin-right: 0;
}

.about_title {
    font-family: 'Merriweather';
    font-size: 36px;
    font-weight: 400;
    width: 240px;
    margin-top: 0px;
    margin-bottom: 20px;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.25));
}

.about_text {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    width: 255px;
    margin: 0;
}

.expert_content {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
}

.expert_image {
    position: absolute;
    right: 0;
    margin-left: auto;
}

.expert_text_block {
    width: 445px;
    text-align: justify;
    margin-top: 80px;
}

.expert_text {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.expert_slogan {
    font-family: 'Merriweather';
    font-size: 24px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 50px;
    margin: 0;
    color: #000;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.25));
}

.portfolio {
    background-color: #fff;
    margin: 0;
}

.portfolio_content {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.portfolio_image1 {
    width: 750px;
    margin-left: -180px;
    margin-top: 90px;
}

.portfolio_text_block1 {
    width: 500px;
    padding-top: 80px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.portfolio_title {
    font-family: 'Merriweather';
    margin: 0;
    padding-bottom: 35px;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.25));
}

.portfolio_text {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 40px;
    line-height: 150%;
}

.portfolio_text_block2 {
    width: 825px;
    padding-top: 30px;
    margin: 0;
    padding-bottom: 40px;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

.portfolio_image2 {
    margin-right: -110px;
    width: 350px;
}

.portfolio_text_link {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 80px;
    text-align: center;
}

.price_content {
    margin-top: 90px;
    margin-bottom: 70px;
}

.price_title {
    font-family: 'Merriweather';
    margin: 0;
    padding-bottom: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    text-align: center;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.25));
}

.price_list {
    justify-content: left;
    flex-wrap: wrap;
}

.price_card {
    width: 350px;
    height: 390px auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0px 30px 30px 0;
}

.price_card:last-of-type {
    margin-right: 0;
}

.price_card_title {
    font-family: 'Merriweather';
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding-top: 40px;
    color: #000;
    text-align: center;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.25));
}

.price_card_textblock {
    height: 120px;
}

.price_card_text {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    margin: 25px 45px 20px 45px;
}

.price_card_desc {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    margin: 0px 45px 0px 45px;
}

.price_card_price {
    font-family: 'Merriweather';
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 25px;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.25));
}

.contacts {
    background-color: #fff;
}

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

.contacts_image {
    height: 350px;
    margin-right: 150px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.contacts_title {
    font-family: 'Merriweather';
    margin: 0;
    padding-bottom: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.25));
}

.contacts_link {
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 300;
    text-decoration: none;
    color: #000;
    margin: 0;
    display: block;
    padding-bottom: 20px;
}

.contacts_link:hover {
    font-weight: 400;
}

.contacts_icons {
    padding-top: 50px;
}

.contacts_messenger_icon_image {
    height: 50px;
    width: 50px;
    margin-right: 35px;
}

.footer_content {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 300;
    color: #565657;
    text-align: center;
    padding: 10px 0 10px 0;
}

.mobile-menu {
    border: none;
    background: none;
    padding: 4px;
    cursor: pointer;
    margin: 16px;
    display: none;
}

.adapt-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #D9DADE;
    z-index: 1500;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-200px);
    transition: all .5s ease-in-out;
}

.adapt-menu.is-active {
    visibility: visible;
    opacity: 100%;
    transform: translateY(0px);
}

.adapt-menu_close {
    border: none;
    background: none;
    display: block;
    margin-top: 30px;
    margin-left: 86%;
    margin-bottom: 80px;
}

.adapt-menu_item {
    display: block;
    text-decoration: none;
    font-family: 'Merriweather';
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 30px;
    margin-bottom: 28px;
}

.adapt-menu_item:hover {
    font-weight: 500;
}



@media screen and (max-width: 1320px) {
    .container {
        max-width: 900px;
    }

    .banner_image {
        height: 650px;
        margin-left: -410px;
    }

    .banner_content {
        height: 650px;
    }
    
    .banner_title {
        font-size: 48px;
        width: 400px;
        margin-bottom: 15px;
    }
    
    .banner_title_2 {
        font-size: 18px;
        width: 370px;
        padding-bottom: 30px;
    }

    .banner_offer {
        margin-bottom: 70px;
    }

    .about {
        height: 580px;
    }

    .about_image {
        height: 440px;
        margin-top: 140px;
    }

    .about_text_blocks {
        margin-top: 70px;
    }

    .about_text_block {
        margin-bottom: 40px;
    }

    .expert_image {
        width: 550px;
    }

    .portfolio_image1 {
        width: 650px;
        margin-left: -150px;
    }
    
    .portfolio_text_block1 {
        width: 400px;
    }
    
    .portfolio_title {
        font-size: 30px;
    }

    .portfolio_text_block2 {
        width: 650px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 800px;
        width: 90%;
    }

    .banner_image {
        height: 600px;
    }

    .banner_content {
        height: 600px;
    }
    
    .banner_title {
        font-size: 42px;
        width: 350px;
    }
    
    .banner_title_2 {
        font-size: 16px;   
    }

    .banner_btn {
        font-size: 20px;
        padding: 6px 20px;
    }

    .about_text_blocks {
        width: 500px; 
    }
    
    .about_text_block {
        width: 200px;
        margin-right: 50px;
    }

    .about_title {
        font-size: 30px;
        width: 200px; 
    }
    
    .about_text {
        width: 200px;
        font-size: 12px;
    }

    .about_image { 
        margin-left: -120px;
    }

    .expert_text_block {
        width: 400px;
        margin-top: 50px;
    }
    
    .expert_text {
        font-size: 14px;
    }
    
    .expert_slogan {
        font-size: 20px;
    }

    .expert_image {
        width: 500px;
    }

    .portfolio_image1 {
        width: 550px;
        margin-top: 60px;
        margin-left: -150px;
    }
    
    .portfolio_text_block1 {
        width: 380px;
    }
    
    .portfolio_title {
        font-size: 28px;
    }

    .portfolio_text {
        font-size: 16px;
    }

    .portfolio_text_block2 {
        width: 600px;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .portfolio_image2 {
        width: 300px;
    }

    .portfolio_text_link {
        font-size: 16px;
        padding-bottom: 50px;
    }

    .price_title {
        padding-bottom: 50px;
        font-size: 30px;
        
    }

    .price_content {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .price_list {
        justify-content: center;
    }

    .price_card {
        width: 600px;
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 930px) {
    .container {
        max-width: 800px;
        width: 90%;
    }

    .banner_image {
        height: 500px;
    }

    .banner_content {
        height: 500px;
    }

    .portfolio_image2 {
        width: 230px;
        margin-right: -50px;
    }

    .about {
        height: 500px;
    }

    .about_image {
        margin-top: 150px;
        height: 350px;
        margin-left: -80px;
    }

    .about_text_blocks {
        margin-top: 50px;
    }

    .about_text_blocks {
        width: 460px; 
    }
    
    .about_text_block {
        width: 200px;
        margin-right: 30px;
    }

    .about_title {
        font-size: 28px; 
    }

    .expert_text {
        font-size: 12px;
    }
    
    .expert_slogan {
        font-size: 18px;
    }

    .expert_text_block {
        width: 350px;
    }

    .expert_image {
        width: 450px;
    }

    .portfolio_image1 {
        width: 400px;
        margin-top: 60px;
        margin-left: -70px;
    }

    .portfolio_text {
        padding-bottom: 20px;
    }

    .portfolio_text_block2 {
        width: 500px;
    }

    .portfolio_title {
        padding-bottom: 20px;
    }
    .contacts_content {
        display: block;
        text-align: center;
        padding-bottom: 80px;
    }

    .contacts_image {
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contacts_icons {
        justify-content: center;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    } 
    
}

@media screen and (max-width: 800px) {
    .container {
        max-width: 700px;
        width: 90%;
    }

    .banner_image {
        height: 450px;
    }

    .banner_content {
        height: 450px;
    }
    
    .banner_title {
        font-size: 36px;
        width: 300px;
    }
    
    .banner_title_2 {
        font-size: 14px; 
        width: 300px;  
    }

    .banner_btn {
        font-size: 18px;
        padding: 5px 18px;
    }

    .about_image {
        margin-top: 167px;
        height: 300px;
        margin-left: -60px;
    }

    .about {
        height: 480px;
    }

    .expert_text {
        line-height: 125%;
    }
    .expert_image {
        width: 380px;
    }

    .portfolio_image1 {
        width: 360px;
        margin-top: 30px;
        margin-left: -50px;
    }

    .portfolio_text_block1 {
        padding-top: 50px;
    }

    .contacts_link {
        font-size: 28px;
    }

}

@media screen and (max-width: 770px) {
    .container {
        width: 90%;
    }

    .menu {
        display: none;
    }

    .menu_icons {
        display: none;
    }

    .mobile-menu {
        display: block;
        margin-right: 0;
        margin-left: auto;
    }

    .banner_content {
        display: inline-block;
    }

    .banner_image {
        margin: 0;
        width: 130%;
        height: auto;
        margin-top: -50px;
        margin-left: -150px;
    }

    .banner_offer {
        margin: 30px;
        padding: 0;
    }

    .banner_title {
        font-size: 48px;
        width: 400px;
        padding-top: 70px;
        padding-bottom: 30px;
    }
    
    .banner_title_2 {
        font-size: 20px; 
        width: 350px;  
    }

    .banner_btn {
        font-size: 20px;
        padding: 6px 20px;
    }

    .about_content {
        display: flex;
	    flex-flow: wrap;
    }

    .about {
        height: auto;
    }

    .about_text_blocks {
        order: 1;
    }

    .about_image {
        order: 2;
        margin-left: -30px;
        margin-top: 0;
    }

    .expert_text_block {
        width: 300px;
    }

    .expert_image {
        width: 330px;
    }

    

    

    .expert_text {
        font-size: 14px;
    }
    
    .expert_slogan {
        font-size: 20px;
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    .about_title {
        font-size: 32px;
        width: 210px;
    }
    
    .about_text {
        font-size: 14px;
        width: 210px;
    }

    .portfolio_image1 {
        margin: 0 auto;
        margin-top: 40px;
        width: 450px;
    }

    .portfolio_text_block1 {
        width: 100%;
    }

    .portfolio_text_block2 {
        width: 100%;
    }

    .portfolio_title {
        text-align: center;
    }

    .portfolio_image2 {
        margin: 0 auto;
        margin-top: 40px;
    }

    .portfolio_text_link {
        margin: 0 auto;
        text-align: center;
        padding-top: 30px;
    }

    .contacts_icons {
        width: 200px;
        justify-content: space-between;
    }

    .contacts_messenger_icon_image {
        margin: 0;
    }

}
@media screen and (max-width: 640px) {
    .container {
        width: 90%;
    }
    .expert_image {
        margin-top: 250px;
    }

    .expert_text_block {
        width: 100%;
        margin-bottom: 200px;
        margin-top: 30px;
    }
}
    

@media screen and (max-width: 480px) {
    .container {
        width: 90%;
    }

    .banner_title {
        font-size: 40px;
        width: 350px;
    }
    
    .banner_title_2 {
        font-size: 20px; 
        width: 300px; 
        padding-bottom: 40px; 
    }

    .banner_image {
        margin-left: -100px;
    }

    .about_text_blocks {
        width: 100%;
    }

    .about_text_block {
        width: 100%;
        margin-right: 0;
    }

    .about_text {
        width: 100%;
    }

    .about_title {
        text-align: center; 
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .expert_content {
        display: flex;
	    flex-flow: wrap;
    }

    .expert_text_block {
        margin-bottom: 0;
    }

    .expert_image {
        position: relative;
        margin-left: 60px;
        margin-top: 0;
    }

    .portfolio_image1 {
        width: 100%;
    }

    .contacts_image {
        height: 300px;
    }

    .contacts_link {
        font-size: 24px;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 375px) {
    .container {
        width: 90%;
    }

    .banner_title {
        width: 320px;
    }

    .expert_image {
        width: 335px;
        margin-left: 20px;
    }

}

@media screen and (max-width: 330px) {
    .container {
        width: 90%;
    }

    .banner_title {
        font-size: 32px;
        width: 280px;
        padding-bottom: 10px;
    }
    
    .banner_title_2 {
        font-size: 16px; 
        width: 250px;  
    }

    .expert_image {
        width: 280px;
    }

    .contacts_image {
        width: 280px;
        height: 280px;
    }

}
