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

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

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

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

.logo {
    margin-top: 15px;
    margin-right: 150px;
    margin-bottom: 10px;
}

.menu {
    margin-top: 20px;
    display: flex;
    align-items: center;
    list-style: none;
}

.menu_content {
    display: flex;
    list-style: none;
    padding: 0;
}

.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: #fff;
}

.menu_link:hover {
    color: #C00204;
}

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

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

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

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

.banner_desc {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 48px;
}

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

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

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

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

.about_photo {
    width: 300px;
    height: 450px;
    border: 1px solid #fff;
    position: relative;
    margin-top: 110px;
    margin-right: 80px;
    margin-bottom: 100px;
}
  
.about_photo_img {
    width: 300px;
    height: 450px;
    position: absolute;
    left: 20px;
    top: -20px;
}

.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%;
}

.portfolio {
    background-color: #000;
}

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

.photo {
	float: left;
    width: 30%;
	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: 40px;
}
#gallery:after { 
   content: '';
   display: block; 
   height: 0; 
   clear: both;
}

.tabs {
    text-align: center;
}

.tabs>input[type="radio"] {
    display: none; 
}
  
.tabs>input[type="radio"]:checked+label {
    font-weight: 700;
    color: #C00204;
    border-bottom: 2px solid #C00204;
    cursor: default;
}
  
.tabs>div {
    display: none;
    padding: 10px 15px;
}
  
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3 {
    display: block;
}
  
.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    margin-right: 30px;
    font-size: 18px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}

.portfolio_btn {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 700;
    padding: 10px 21px;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border: 2px solid #AA0507;
    border-radius: 23px;
    margin-bottom: 170px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

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

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

.price_title {
    font-family: 'Bodoni';
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    padding-top: 130px;
    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: 300px;
    padding: 45px 25px;
    border: 1px solid #C00204;
    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: 25px;
    margin: 0;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

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

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

.contacts {
    background-color: #000;
}

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

.contacts_image {
    width: 360px;
    height: 360px;
    border: 1px solid #fff;
    position: relative;
    margin-top: 130px;
    margin-right: 90px;
    margin-bottom: 100px;
}
  
.contacts_image_img {
    width: 360px;
    height: 360px;
    position: absolute;
    left: 20px;
    top: -20px;
}

.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: #C00204;
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
}

.messenger_icon:hover {
    font-weight: 500;
}

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

.contacts_text {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    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: #fff;
}

.contacts_phone:hover {
    font-weight: 500;
}

.contacts_text_desc {
    width: 440px;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 14px;
    margin-top: 40px;
    color: #F5F5F5;
}

.footer {
    background-color: #000;
}

.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: #000;
    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: #fff;
    font-size: 36px;
    text-transform: uppercase;
    margin-left: 40px;
    margin-bottom: 28px;
}

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

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

    .price_card_title {
        font-size: 22px;
    }

    .price_card_text {
        font-size: 16px;
    }

    .price_card_desc {
        font-size: 12px;
    }

    .contacts_text_block {
        width: 440px;
    }

}

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

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

    .logo {
        margin-right: 50px;
    }

    .about_text_block {
        width: 440px;
    }

    .price_list {
        display: block;
        
    }

    .price_card {
        height: auto;
        padding: 45px;
        margin: 0 auto;
        margin-bottom: 30px;
        
    }

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

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

    .price_content {
        padding-bottom: 30px;
    }

    .contacts_content {
        display: block;
        padding-top: 90px;
    }

    .contacts_image { 
       margin: 0 auto;
    }

    .contacts_text_block {
        margin: 0 auto;
    }

    .contacts_title {
        text-align: center;
    }

}

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

    .logo {
        margin-right: 0 auto;
    }

    .menu_link {
        margin-right: 30px;
    }

    .banner {
        background: #000 url(../img/Banner-mob.jpg);
        background-position: right;
    }

    .banner_content {
        padding-top: 170px;
    }

    .banner_title {
        font-size: 60px;
    }
    .banner_desc {
        font-size: 18px;
    }
    .banner_offer {
        width: 280px;
    }

    .banner {
        background-size: 800px; 
        
     }

    .about_content {
        display: block;
        padding-top: 90px;
    }

    .about_text_block {
        width: 80%;
        margin: 0 auto;
    }

    .about_photo {
        margin: 0 auto;
    }

    .about_title {
        text-align: center;
    }

    .photo {
        margin: 5px;
    }

    .menu {
        display: none;
    }

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

    .contacts_text_desc {
        width: 400px;
    }

}

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

    .banner {
       background-size: 550px; 
       height: 800px;
    }

    .banner_content {
        padding-top: 100px;
    }

    .banner_title {
        font-size: 50px;
    }
    .banner_desc {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .banner_offer {
        width: 250px;
    }

    .contacts_text_block {
        width: 80%;
        margin: 0 auto;
        
        padding-bottom: 50px;
    }

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

    .contacts_text_desc {
        width: 90%;
    }

    .price_card {
        width: auto;
    }

    .about_title {
        font-size: 36px;
    }

    .portfolio_title {
        font-size: 36px;
    }

    .price_title {
        font-size: 36px;
    }

    .contacts_title {
        font-size: 36px;
    }

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

    .contacts_image_img {
        width: 250px;
        height: 250px;
    }

}

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

    .banner {
        background-size: 440px;
        height: 720px;
    }

    .banner_btn {
        position: absolute;
        top: 570px;
        right: 20px;

    }

}

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

    .photo {
        width: 29%;
    }

    .about_photo {
        width: 250px;
        height: 375px;
    }
      
    .about_photo_img {
        width: 250px;
        height: 375px;
    }

    .about_title {
        font-size: 30px;
    }

    .banner_title {
        font-size: 44px;
    }
    .banner_desc {
        font-size: 15px;
        margin-top: 10px;
        width: 220px;
    }

    .portfolio_btn {
        font-size: 14px;
    }

}