*{
    padding: 0;
    margin: 0;
    border: 0;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Bodoni Moda', serif;
    box-sizing: border-box;
}

.container{
    max-width: 1150px;
    margin: 0 auto;
}


/* Mobile menu */
.mobile-menu-content{
    display: none;
    position: fixed;
    right: 16px;
}
.menu {
    position: fixed;
    list-style: none;
    padding: 0;
    width: 100%;
    height: 50%;
    background-color:rgb(151, 151, 151);
    top: 0;
    opacity: 0;
    transition: .3s ease-in-out;
    right: 0;
}

.btn-menu {
    position: relative;
    top: 25px;
    font-size: 30px;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.btn-menu:hover{
    transform: scale(1.1);
    color:#FD665E ;
}
.mobile-menu-link{
    top: 30%;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.mobile-menu-link a {
    color: #fff;
    font-size: 20px;
    transition: .3s ease-in-out;
}
.mobile-menu-link a:hover{
    color: #FD665E;
    transform: scale(1.1);
}
.show-menu {
    opacity: 1;
}
/* Mobile menu end */





/* Header */

.header-page{
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
    margin: 0 50px;
}
.nav-content{
    display: flex;
}
.nav-menu__items{
    display: flex;
}
.header-logo-img{
    margin-right: 60px;
}
.nav-menu__link{
    margin-right: 25px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #585858;
    transition: .2s ease-in-out;
}

.nav-menu__link:hover{
    color: #FD665E;
}
.header-search-content{
    position: relative;
}

.header-search-input{
    width: 90px;
}
.header-search-btn{
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 5px 25px;
    background: #FD665E;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.header-search-btn:hover{
    background: transparent;
    outline: 1px solid #FD665E;
    color: #585858;
}
.header-search-input{
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;    
    color: #585858;
    background: none;
}
/* Header end */

/* Front page */
.front-page-title{
    font-weight: 900;
    font-size: 112px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000000;
    margin-top: 120px;
}
.front-page-title span{
    color: #FD665E;
}
.front-page-content{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.front-page-text-item{
    margin-top: 10px;
}
.front-page-button{
    font-weight: 600;
    margin-top: 50px;
    background:#FD665E;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.front-page-button:hover{
    background: transparent;
    outline: 1px solid #FD665E;
    color: #585858;
}
/* Front page end */

/*Gallery page */
.gallery-title{
    font-weight: bold;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: -0.04em;
    color: #000000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.gallery-content{
    margin-bottom: 65px;
}
.item{
    text-align: center;
}
.item img{
    margin-right: 20px;
    width: 305px;
    height: 430px;
}
.slider{
    max-width: 90%;
    position: relative;
    margin: auto;
}
.slider .item img {
    object-fit: cover;
    margin-top: 5px;
}
.previous{
    margin-right: 50px;
}
.previous i:hover {
    color: #FD665E;
}
.next i:hover{
    color: #FD665E;
}
.slider .previous, .slider .next {
    cursor: pointer;
    position: absolute;
    top: -55px;
    right:0 ;
    padding: 16px;
    color: #473534;;
    font-weight: bold;
    font-size: 19px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.slider .next {
    border-radius: 3px 0 0 3px;
}
.slider .previous:hover,
.slider .next:hover {
    background: rgba(0, 0, 0, 0.03);
}
/* Gallery page end */


/* Benefits page */
.benefits-title{
    font-weight: bold;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: -0.04em;
    color: #000000;
    margin-top: 100px;
    margin-bottom: 40px;
}
.benefits-content-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}
.benefits-text{
    margin-top: 15px;

}
.benefits-text-items{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.benefits-text-pic{
    margin-right: 40px;
}
.benefits-descr{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #000000;
}
.benefits-descr-bottom{
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #000000;
}
.benefits-bnt{
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #FD665E;
    border-radius: 4px;
    padding: 10px 30px;
    margin-top: 50px;
    cursor: pointer;
}
.benefits-bnt:hover{
    background: transparent;
    outline: 1px solid #FD665E;
    color: #585858;
}
/* Benefits page end */

/* Reviews page */
.reviews-page{
    background: linear-gradient(180deg, #F9F9F9 22.12%, rgba(249, 249, 249, 0) 100%);
}
.reviews-title{
    padding-top: 65px;
    font-weight: bold;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: -0.04em;
    color: #000000;
}
.reviews-content-box{
    display: flex;
    justify-content: center;
    margin-left: 290px;
    margin-top: 45px;
    margin-bottom: 75px;
}
.reviews-content-text{
    margin-left: 50px;
}
.reviews-content-descr{
    font-weight: 300;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #000000;
}
.reviews-content-review{
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 60px;
}
.reviews-content-review span{
    font-weight: bold;
}
/* Reviews page end */

/* Projects page */
.project-page{
    background: linear-gradient(180deg, #F9F9F9 22.12%, rgba(249, 249, 249, 0) 100%);
}
.project-content-box{
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px;
}
.project-content-descr{
    font-weight: bold;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: -0.04em;
    color: #000000;
}
.project-content-descr span{
    color: #FD665E;
}
.project-btn{
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #FD665E;
    border-radius: 4px;
    padding: 10px 30px;
    margin-top: 72px;
    cursor: pointer;
}
.project-btn:hover{
    background: transparent;
    outline: 1px solid #FD665E;
    color: #585858;
}
/* Projects page end */

/* Partners page */
.Partners-page{
    background: linear-gradient(180deg, #F9F9F9 22.12%, rgba(249, 249, 249, 0) 100%);
}
.partners-title{
    padding-top: 65px;
    font-weight: bold;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: -0.04em;
    color: #000000;
}
.partners-icons-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    margin-bottom: 80px;
}
.partners-img{
    transition: .2s ease-in-out;
}
.partners-img:hover{
    transform: scale(1.1);
}
/* Partners page end */
/* Footer-page */
.footer-page{
    background: linear-gradient(180deg, #F9F9F9 22.12%, rgba(249, 249, 249, 0) 100%);
    border: 1px solid #F0F0F0;
}
.footer-content-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
}
.footer-items{
    display: flex;
}
.footer-links{
    margin-right: 40px;
    letter-spacing: 0.01em;
    color: #585858;
    transition: .2s ease-in-out;
}
.footer-links:hover{
    color: #FD665E;
}
/* Footer-page end */












@media (max-width:900px){
.nav-content{
    display: none;
}
.header-search-input{
    margin: 0;
}
.header-search-btn{
    margin: 0;
    line-height: 30px;
    padding: 5px 15px;
}
.mobile-menu-content{
    display: block;
}
.header-search-content{
    left: -15px;
}
.front-page-img{
    max-width: 500px;
}
.front-page-content{
    padding: 0 15px;
}
.item img {
    margin-right: 20px;
    max-width: 240px;
    height: 400px;
}
.benefits-title{
    margin-left: 40px;
}
.benefits-img{
    max-width: 420px;
}
.benefits-content-box{
    padding: 0 15px;
}
.benefits-bnt{
    margin-left: 80px;
}
.benefits-descr-bottom{
    font-size: 15px;
}
.reviews-title{
    margin-left: 30px;
}
.reviews-content-box{
    padding: 0 15px;
}
.project-content-text{
    text-align: center;
}
.partners-title{
    margin-left: 30px;
}
.partners-icons-box{
    padding: 0 15px;
}
.footer-content-box{
    margin: 0 50px;
}
}


@media (max-width:768px){
.front-page-title{
    font-size: 90px;
    padding: 0 15px;
}
.front-page-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.front-page-button{
    margin-bottom: 50px;
}
.item img{
    max-width: 200px;
}
.benefits-content-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.benefits-pic{
    margin-bottom: 50px;
}
.reviews-content-descr{
    font-size: 25px;
}
.project-content-box{
    padding-right: 15px;
    padding-left: 15px;
}
.partners-icons-box{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.partners-icons-box img{
    max-width:100px;
    margin-right: 30px;
}
.footer-content-box{
    display: flex;
    flex-direction: column;
    padding:40px 0;
}
.footer-logo{
    margin-top: 30px;
}
}


@media (max-width:430px){
.front-page-title{
    font-size: 60px;
}
.front-page-img{
    max-width: 275px;
}
.gallery-title{
    font-size: 35px;
}
.item img{

    max-height: 200px;
}
.benefits-title{
    margin-left: 25px;
    font-size: 40px;
}
.benefits-img{
    max-width: 275px;
}
.reviews-title{
    font-size: 40px;
}
.reviews-content-box{
    margin-left: 0;
}
.reviews-content-descr{
    font-size: 20px;
}
.reviews-content-pic img{
    max-width: 40px;
}
.project-content-box{
    display: flex;
    flex-direction: column;
}
.project-content-descr{
    margin-top: 30px;
}
.partners-title{
    margin-bottom: 50px;
}
.partners-icons-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.partners-img{
    margin-top: 20px;
}
.footer-items{
    display: flex;
    flex-direction: column;
}
.footer-content-box{
    text-align: center;
}
.footer-links{
    margin-top: 20px;
}
}

@media (max-width:380px){
.front-page-img {
    max-width: 290px;
}
.item img {
    max-width: 65px;
    max-height: 150px;
}
.benefits-title{
    font-size: 30px;
}
.benefits-img {
    max-width: 280px;
}
.benefits-bnt {
    margin-left: 35px;
}
.reviews-content-descr {
    font-size: 15px;
}
.project-content-img{
    max-width: 280px;
}
.project-content-descr{
    font-size: 35px;
}
.footer-logo{
    margin-right: 40px;
}
.mobile-menu-content{
}
}