body {
    font-family: 'Bodoni', arial;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    color: #0E1116;
}

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

.header {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    top: 0;
}

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

.logo {
    margin-top: 30px;
    opacity: 70%;
}

.banner {
    width: 100%;
    height: 800px;
    background: #fff url(../img/Banner.png);
    object-fit: cover;
    background-position: right;
    border-style: cover;
    background-size: cover;
    margin: 0;
}

.banner_content {
    overflow: hidden;
    display: flex;
    padding-top: 230px;
}

.banner_offer {
    width: 570px;
    height: 450px;
}

.banner_title {
    font-family: 'Bodoni';
    font-size: 120px;
    font-weight: 400;
    line-height: 92%;
    color: #0E1116;
    text-shadow: #fff 1px 0 0px, #fff 0 1px 0px, #fff -1px 0 0px, #fff 0 -1px 0px;
    text-transform: uppercase;
    margin: 0;
}

.banner_desc {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin-top: 30px;
    margin-bottom: 48px;
}

.banner_btn {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700;
    padding: 17px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #FF64AD;
    border-radius: 40px;
    margin-bottom: 170px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

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

.menu_block {
    background-color:#EBEDF0;
    position: sticky;
    top: 0;
    z-index: 500;
}

.menu_logo {
    z-index: 1500;
}

.menu_content {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    display: flex;
    align-items: center;
    list-style: none;
}

.menu_list {
    transition: all 0.3s ease-in-out;   
}

.menu_link {
    margin-right: 40px;
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 18px;
    color: #0E1116;
}

.menu_link:hover {
    color: #FF499E;
}

.direction {
    display: none;
    padding-bottom: 70px;
}

.direction_title {
    font-family: 'Bodoni';
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #0E1116;
    padding-top: 90px;
    padding-bottom: 25px;
    text-align: center;
    margin: 0;
}

.direction_text {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-indent: 1.5em; 
    text-align: justify;
    color: #0E1116;
    margin: 0;  
    padding-bottom: 5px; 
}

.dir_btn {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.direction_btn {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700;
    padding: 17px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #FF64AD;
    border-radius: 40px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

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

.clients{
    display: flex;
    text-align: center;
    margin: 0;
}
.clients_content {
    position: relative;
    height: 810px;
}

.clients_title {
    font-family: 'Bodoni';
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    color: #0E1116;
    padding-top: 90px;
    padding-bottom: 25px;
    margin: 0;
}

.clients_desc {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #0E1116;
    margin: 0;
    padding-bottom: 60px;
}

.clients_banner {
    height: 540px;
    position: absolute;
    left: 260px; 
}

.client_list {
    position: relative;
}

.clients_name {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
    color: #0E1116;
    position: absolute;
    left: 170px;
    margin: 24px;
}

.clients_name:hover {
    color: #FF499E;
}

.clients_icon {
    position: absolute;
    left: 300px;
}

.clients_icon:hover {
    transition: transform .5s;
    transform: rotate(360deg);
}

.clients_name_right {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
    color: #0E1116;
    position: absolute;
    margin: 24px;
    right: 210px;
}

.clients_name_right:hover {
    color: #FF499E;
}

.clients_icon_right {
    position: absolute;
    transform: rotate(180deg);
    right: 300px;
}
.clients_icon_right:hover {
    transition: transform .5s;
    transform: rotate(540deg);
}

.clients_name_2 {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
    color: #0E1116;
    position: absolute;
    margin: 24px;
    left: 150px;
    top: 440px
}

.clients_name_2:hover {
    color: #FF499E;
}

.clients_icon_2 {
    position: absolute;
    left: 220px;
    top: 440px
}

.clients_icon_2:hover {
    transition: transform .5s;
    transform: rotate(360deg);
}

.clients_name_right_2 {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
    color: #0E1116;
    position: absolute;
    margin: 24px;
    right: 80px;
    top: 440px;
}

.clients_name_right_2:hover {
    color: #FF499E;
}

.clients_icon_right_2 {
    position: absolute;
    transform: rotate(180deg);
    right: 220px;
    top: 440px;
}

.clients_icon_right_2:hover {
    transition: transform .5s;
    transform: rotate(540deg);
}

.clients_name_3 {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
    color: #0E1116;
    position: absolute;
    margin: 24px;
    left: 30px;
    top: 600px;
}

.clients_name_3:hover {
    color: #FF499E;
}

.clients_icon_3 {
    position: absolute;
    left: 300px;
    top: 600px;
}

.clients_icon_3:hover {
    transition: transform .5s;
    transform: rotate(360deg);
}

.clients_name_right_3 {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
    color: #0E1116;
    position: absolute;
    margin: 24px;
    right: 0px;
    top: 600px;
}

.clients_name_right_3:hover {
    color: #FF499E;
}

.clients_icon_right_3 {
    position: absolute;
    transform: rotate(180deg);
    right: 300px;
    top: 600px;
}

.clients_icon_right_3:hover {
    transition: transform .5s;
    transform: rotate(540deg);
}

.about {
    background-color:#EBEDF0;
    margin: 0;
}

.about_content {
    display: flex;
    justify-content: center;
}

.about_photo {
    padding-top: 90px;
    margin-right: 110px;
    object-fit: contain;
    width: 300px;
    height: 450px;
    filter: drop-shadow(-20px 20px 10px rgba(0, 0, 0, 0.15));
}

.about_text_block {
    display: column;
    padding-bottom: 90px;
    width: 475px;
}

.about_title {
    font-family: 'Bodoni';
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    padding-top: 90px;
    padding-bottom: 35px;
    margin: 0;
}

.about_text {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-indent: 1.5em;
    text-align: justify;
}

.portfolio_title {
    font-family: 'Bodoni';
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    color: #0E1116;
    padding-top: 90px;
    padding-bottom: 30px;
    text-align: center;
    margin: 0;
}

.photo {
	float: left;
    width: 22.972973%;
	padding: 0px;
    margin: 10px;
	box-sizing: border-box;
}
.photo img {
    display: block;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.photo a:hover {
    opacity: 0.5;
}
.photo a {
    display: block;
    position: relative;
}
.photo a:after {
    content: '';
    background: transparent url(../img/icons/eye-icon.png) no-repeat center;
    width: 52px;
    height: 35px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
}
.photo:hover> a:after {
    visibility: visible;
}

#gallery {
    margin-bottom: 60px;
}
#gallery:after { 
   content: '';
   display: block; 
   height: 0; 
   clear: both;
}

.price {
    background-color:#EBEDF0;
    margin: 0;
}

.price_title {
    font-family: 'Bodoni';
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    padding-top: 90px;
    padding-bottom: 45px;
    justify-content: space-between;
    text-align: center;
    margin: 0;
}

.price_list {
    display: flex;
    justify-content: space-between;
}

.price_card {
    width: 350px;
    height: 410px;
    padding: 45px;
    background-color: #fff;
    border-radius: 15px;
    margin-right: 30px;
    margin-bottom: 90px;
    position: relative;
}

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

.price_card_title {
    font-family: 'Bodoni';
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 16px;
    justify-content: space-between;
    text-align: center;
    margin: 0;
}

.price_card_text {
    padding: 15px;
    margin: 0;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.price_card_desc {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
}

.price_card_price {
    font-family: 'Bodoni';
    font-weight: 400;
    font-size: 30px;
    color: #FF64AD;
    position: absolute;
    bottom: 0;
    left: 25%;
}

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

.contacts_image {
    padding-top: 100px;
    margin-right: 70px;
    object-fit: contain;
    width: 400px;
    height: 400px;
    padding-bottom: 100px;
    filter: drop-shadow(-20px 20px 10px rgba(0, 0, 0, 0.15));
}

.contacts_text_block {
    display: column;
    padding-bottom: 100px;
    width: 520px;
}

.contacts_title {
    font-family: 'Bodoni';
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    padding-top: 100px;
    margin: 0;
}

.messenger {
    display: flex;
}

.messenger_icon {
    margin-right: 50px;
    color: #FF64AD;
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
}

.messenger_icon_image {
    margin-right: 10px;
    margin-bottom: -5px;
}

.contacts_text {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 24px;
    color: #0E1116;
    margin: 30px 0px 20px 0px;
}

.contacts_phone {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    text-decoration: none;
    color: #0E1116;
}

.contacts_text_desc {
    width: 440px;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 14px;
    margin-top: 50px;
    text-indent: 1.5em; 
    text-align: justify;
}

.footer {
    background-color:#EBEDF0;
}

.footer_content {
    height: 50px;
    align-items: center;
    overflow: hidden;  
}

.copyright {
    font-family: 'Raleway';
    font-size: 14px;
    color: #565657;
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px;
}

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

.adapt-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #EBEDF0;
    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: 120px;
}

.adapt-menu_item {
    display: block;
    text-decoration: none;
    font-family: 'Bodoni';
    color: #0E1116;
    font-size: 36px;
    text-transform: uppercase;
    margin-left: 40px;
    margin-bottom: 28px;
}

.adapt-menu_item:hover {
    color: #FF499E;
}

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

    .clients_banner {
        height: 480px;
        left: 220px;
    }

    .clients_content {
        height: 750px;
    }

    .clients_name {
        left: 140px;
    }
    
    .clients_icon {
        left: 270px;
    }
    
    .clients_name_right {
        right: 110px;
    }
    
    .clients_icon_right {
        right: 200px;
    }

    .clients_name_2 {
        left: 120px;
        top: 420px
    }
    
    .clients_icon_2 {
        left: 190px;
        top: 420px
    }
    
    .clients_name_right_2 {
        right: 0px;
        top: 420px;
    }
    
    .clients_icon_right_2 {
        right: 140px;
        top: 420px;
    }
    
    .clients_name_3 {
        font-size: 18px;
        left: 60px;
        top: 560px;
    }
    
    .clients_icon_3 {
        left: 270px;
        top: 560px;
    }
    
    .clients_name_right_3 {
        font-size: 18px;
        right: 0px;
        top: 560px;
    }
    
    .clients_icon_right_3 {
        right: 220px;
        top: 560px;
    }
    
    .photo {
        margin: 5px;
    }

    .price_card {
        height: 470px;
        padding: 25px;
    }

    .messenger_icon {
        margin-right: 20px;
    }

}

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

    .banner_offer {
        width: 350px;
    }

    .banner_title {
        font-size: 90px;
    }

    .clients_banner {
        height: 540px;
        left: -15%;
        z-index: -1;
    }

    .clients_content {
        height: 810px;
    }
    
    .clients_name {
        left: auto;
        right: 0px;
        top: 270px;
    }
    
    .clients_icon {
        left: auto;
        right: 0px;
        top: 270px;
    }
    
    .clients_name_right {
        right: 0px;
        top: 360px;
    }
    
    .clients_icon_right {
        right: 0px;
        top: 360px;
        transform: none;
        opacity: 0%;
    }

    .clients_icon_right:hover {
        transition: all 0.4s ease-in-out;
        opacity: 100%;
        transform: none;
    }

    .clients_name_2 {
        left: auto;
        right: 0px;
        top: 450px;
    }
    
    .clients_icon_2 {
        left: auto;
        right: 0px;
        top: 450px;
        opacity: 0%;
    }

    .clients_icon_2:hover {
        transition: all 0.4s ease-in-out;
        opacity: 100%;
        transform: none;
    }
    
    .clients_name_right_2 {
        right: 0px;
        top: 540px;
    }
    
    .clients_icon_right_2 {
        right: 0px;
        top: 540px;
        transform: none;
        opacity: 0%;
    }

    .clients_icon_right_2:hover {
        transition: all 0.4s ease-in-out;
        opacity: 100%;
        transform: none;
    }
    
    .clients_name_3 {
        font-size: 24px;
        left: auto;
        right: 0px;
        top: 720px;
    }
    
    .clients_icon_3 {
        left: auto;
        right: 0px;
        top: 720px;
        opacity: 0%;
    }

    .clients_icon_3:hover {
        transition: all 0.4s ease-in-out;
        opacity: 100%;
        transform: none;
    }
    
    .clients_name_right_3 {
        font-size: 24px;
        right: 0px;
        top: 630px;
    }
    
    .clients_icon_right_3 {
        right: 0px;
        top: 630px;
        transform: none;
        opacity: 0%;
    }

    .clients_icon_right_3:hover {
        transition: all 0.4s ease-in-out;
        opacity: 100%;
        transform: none;
    }

    .about_text_block {
        width: 100%;
    }

    .about_photo {
        margin-right: 30px;
    }
    
    .price_list {
        display: block;
        justify-content: space-between;
    }

    .price_card {
        width: 80%;
        height: auto;
        padding: 45px;
        margin: 20px;
        margin-bottom: 30px;
    }

    .price_card_price {
        position: relative;
        left: auto;
        text-align: center;
        margin-bottom: 0px;
    }

    .price_content {
        padding-bottom: 30px;
    }

    .contacts_content {
        display: block;
    }

    .contacts_image {
        padding-bottom: 0;
        padding-left: 100px;
    }

    .contacts_text_block {
        padding-left: 100px;
    }

}

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

    .banner_offer {
        width: 300px;
    }

    .banner_title {
        font-size: 80px;
    }

    .menu_link {
        margin-right: 25px;
    }

    .about_photo {
        margin-right: 30px;
    }

    .clients_banner {
        left: -25%;
    }

}

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

    .banner_content {
        padding-top: 350px;
    }

    .banner {
        background-color: #565657;
        background: #000 transparent url(../img/Banner.png);
    }

    .banner_title {
        color: #fff;
        text-shadow: none;
    }

    .banner_desc {
        color: #fff;
        text-shadow: none;
    }

    .clients_banner {
        left: -320px;
    }

    .about_content {
        display: block;
    }

    .about_text_block {
        width: 100%;
    }

    .about_photo {
        margin-right: 0;
    }

    .menu_block {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .contacts_image {
        padding-left: 0px;
        width: 90%;
    }

    .contacts_text_block {
        padding-left: 0px;
        width: 100%;
    }

}

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

    .banner_content {
        padding-top: 350px;
    }

    .banner {
        background-color: #565657;
        background: #000 transparent url(../img/Banner.png);
    }

    .banner_title {
        font-size: 70px;
        color: #fff;
        text-shadow: none;
    }

    .banner_desc {
        color: #fff;
        text-shadow: none;
    }

    .clients_banner {
        left: -310px;
    }

    .clients_name {
        top: 380px;
        font-size: 18px;
    }
    
    .clients_icon {
        right: 10px;
        top: 395px;
        width: 40px;
        height: 40px;
    }
    
    .clients_name_right {
        right: 0px;
        top: 440px;
        font-size: 18px;
    }
    
    .clients_icon_right {
        right: 10px;
        top: 455px;
        width: 40px;
        height: 40px;
    }

    .clients_name_2 {
        top: 500px;
        font-size: 18px;
    }
    
    .clients_icon_2 {
        right: 10px;
        top: 515px;
        width: 40px;
        height: 40px;
    }
    
    .clients_name_right_2 {
        top: 560px;
        font-size: 18px;
    }
    
    .clients_icon_right_2 {
        right: 10px;
        top: 575px;
        width: 40px;
        height: 40px;
    }
    
    .clients_name_3 {
        font-size: 18px;
        top: 620px;
    }
    
    .clients_icon_3 {
        right: 10px;
        top: 635px;
        width: 40px;
        height: 40px;
    }
    
    .clients_name_right_3 {
        font-size: 18px;
        top: 680px;
    }
    
    .clients_icon_right_3 {
        right: 10px;
        top: 695px;
        width: 40px;
        height: 40px;
    }

    .price_card {
        width: auto;
    }

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

    .contacts_text_desc {
        width: 100%;
    }

    .contacts_image {
        margin-right: 0;
        width: 90%;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 30px;
    }

    .messenger {
        display: block;
        width: 220px;
    }

    .about_title {
        font-size: 36px;
        text-align: center;
    }

    .about_photo {
        width: 100%;
        padding-top: 90px;
    }

    .about_text {
        font-size: 14px;
    }

    .portfolio_title {
        font-size: 36px;
    }

    .price_title {
        font-size: 42px;
        padding-bottom: 25px;
    }

    .contacts_title {
        font-size: 36px;
        padding-top: 50px;
    }

    .clients_title {
        font-size: 36px;
    }
    
    .clients_desc {
        font-size: 14px;
    }

    .gallery_m {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .photo {
        float: left;
        width: 65%;
        padding: 0px;
        margin: 10px;
        box-sizing: border-box;
        flex: 0 0 auto;
    }

}

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

    .banner_title {
        font-size: 48px;
    }

    .banner_desc {
        font-size: 18px;
    }

    .banner {
        height: 720px;
    }

    .banner_content {
        padding-top: 330px;
    }

    .banner_offer {
        width: 200px;
    }

    .banner_btn {
        font-size: 14px;
        padding: 14px 17px;
    }

    .direction_title {
        font-size: 24px;
    }

    .direction_btn {
        font-size: 14px;
    }

    .clients_title {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .clients_name {
        font-size: 14px;
        top: 381px;
    }
    
    .clients_icon {
        right: 13px;
    }
    
    .clients_name_right {
        font-size: 14px;
        top: 434px;
    }
    
    .clients_icon_right {
        right: 13px;
        top: 445px;
    }

    .clients_name_2 {
        top: 487px;
        font-size: 14px;
    }
    
    .clients_icon_2 {
        right: 13px;
        top: 498px;
    }
    
    .clients_name_right_2 {
        top: 540px;
        font-size: 14px;
    }
    
    .clients_icon_right_2 {
        right: 13px;
        top: 551px;
    }
    
    .clients_name_3 {
        font-size: 14px;
        top: 593px;
    }
    
    .clients_icon_3 {
        right: 13px;
        top: 604px;
    }
    
    .clients_name_right_3 {
        font-size: 14px;
        top: 646px;
    }
    
    .clients_icon_right_3 {
        right: 13px;
        top: 657px;
    }

    .about_text_block {
        padding-bottom: 40px;
    }

    .photo {
        width: 75%;
    }

}