body{
    font-family: 'Post No Bills Jaffna', sans-serif;
    background-color: #0F0F0F;
}
.container{
    max-width: 1039px;
    margin: 0 auto;
    justify-content: space-between;
}
.header{
    background-color: #0F0F0F;
}
.header__logo{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__menu{
    height: 80px;
    display: flex;
    justify-content: space-between;
}
.menu__list{
    margin: 0;
    height: 80px;
    display: flex;
    justify-content: space-between;
    min-width: 412px;
    list-style-type: none;
}
.list__item{
    width: 136px;
    height: 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.list__item:hover{
    background: #1F1F1F;
}
.header__link{
    line-height: 80px;
    color: #fff;
    text-decoration: none;
}
.main{
    color: #fff;
    text-align: center;
    padding-top: 160px;
    max-width: 1650px;
    margin: 0 auto;
    padding-bottom: 60px;
    background: url("../img//Rectangle\ 3\ \(1\).png") no-repeat center;
}
.main__bock{
    border: 4px solid #FFFFFF;
    width: 320px;
    height: 320px;
    margin: 0 auto;
    text-align: center;
}
.main__logo{
    margin-bottom: 5px;
}
.logo__vip{
    font-weight: 700;
    font-size: 96px;
    text-align: center;
    color: #A97B0B;
    line-height: 124px;
}
.line{
    background-color: #fff;
    height: 3px;
    width: 50%;
    margin: 0 auto;
}
.main__cuty{
    font-size: 17px;
}
.main__description{
    width: 900px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    margin-top: 80px;
}
.info{
    max-width: 1650px;
    margin: 0 auto;
    color: #fff;
}
.wapper__info{
    display: flex;
    justify-content: space-between;
}
.info__contact{
    font-family: 'Playfair Display', serif;
    text-align: center;
    width: 50%;
    padding-bottom: 100px;
    background: url("../img/contact.png") no-repeat;
}
.contact__link{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    padding: 12px 28px;
}
.contact__link:hover{
    border-color: #E5BA54;
    color: #E5BA54; 
}
.contact__title{
    font-size: 36px;
    font-weight: 700;
    margin-top: 515px;
}
.info__cards{
    font-family: 'Playfair Display', serif;
    width: 50%;
    padding-top: 50px;
    background-color: #000;
    text-align: center;
}
.info__title{
    font-size: 36px;
    font-family: 'Post No Bills Jaffna', sans-serif;
}
.info__vip{
    color: #A97B0B;
}
.info__line{
    background-color: #FFF;
    height: 2px;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.wapper__cards{
    display: flex;
    justify-content: space-between;
}
.cards__item{
    text-align: center;
    width: 300px;
}
.cards__title{
    text-align: center;
    width: 200px;
    margin: 0 auto;
}
.cards__title{
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
}
.cards__description{
    font-size: 16px;
    color: #B7AAA2;
    font-family: 'Fira Sans', sans-serif;
}
.cards__img{
    width: 232px;
    height: 184px;
}
.about_us{
    max-width: 1650px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.about_us__wapper{
    display: flex;
    justify-content: space-between;

}
.about_us__img{
    width: 50%;
    background: url("../img/aboutus.png") no-repeat;
}
.about_us__text{
    width: 50%;
}
.text__title{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    margin-top: 85px;
}
.text__line{
    background-color: #fff;
    height: 3px;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 76px;
}
.text__description{
    font-weight: 400;
    font-size: 14px;
    width: 535px;
    margin: 0 auto;
    line-height: 150%;
    margin-bottom: 75px;
}
.text__link{
    color: #fff;
    background-color: #000;
    text-decoration: none;
    line-height: 48px;
    border: 2px solid #FFFFFF;
    width: 310px;
    height: 47px;
    display: block;
    margin: 0 auto;
    margin-bottom: 121px;
    text-align: center;
}
.text__link:hover{
    border-color: #E5BA54;
    color: #E5BA54;
}
.contacts{
    background-color: #0F0F0F;
    color: #fff;
    font-family: 'Playfair Display', serif;
    max-width: 1650px;
    margin: 0 auto;
    text-align: center;
}
.contacts__title{
    font-weight: 700;
    font-size: 36px;
}
.wapper__buttons{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
    margin-bottom: 72px;
}
.contacts__button{
    background: #E5BA54;
    box-shadow: 0px 4px 10px 10px rgba(229, 186, 84, 0.09);
    border-radius: 14px;
    width: 361px;
    height: 85px;
}
.contacts__button:hover{
    background: #A97B0B;
    color: #0F0F0F;
}
.contacts__link{
    color: #000;
    text-decoration: none;
    line-height: 85px;
    font-size: 32px;
}
.wapper__footer{
    padding: 50px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer{
    font-family: 'PT Sans', sans-serif;
    background: url("../img/footer.png") no-repeat center;
}
.footer__link{
    color: #fff;
    text-decoration: none;
}
.footer__description{
    width: 340px;
    font-size: 15px;
    line-height: 150%;
}
.wapper__footer_buttons{
    margin-top: 93px;
    display: flex;
}
.footer__button{
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.footer__block{
    display: flex;  
align-items: center;
    width: 77px;
}
.footer__block_black{
    background: #0F0F0F;
    width: 112px;
    height: 41px;
}
.copy{
    color: #fff;
}
.catalog{
    color: #fff;
    font-family: 'PT Sans';
    font-weight: 400;
    background: url("../img/Group\ 12.svg") no-repeat center;
    padding: 40px;
    height: 1238px;
}
.catalog__list{
    list-style-type: none;
}
.wapper__item{
    display: flex;
}
.list__img{
    width: 60px;
    height: 60px;
    margin: 5px;
}
.list__title{
    color: #A97B0B;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 20px;
}
.list__description{
    margin: 5px 20px;
    font-size: 20px;
}
.list__itam{
    margin-top: 60px;
    width: 800px;
}
.catalog__logo{
    font-family: 'Post No Bills Jaffna';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
}
.catalog__title{
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    font-family: 'Playfair Display';
}
.catalog__vip{
    color: #A97B0B;
}

@media(max-width: 1450px) {
    .cards__img {
        width: 184px;
        height: 147px;
    }
    .cards__title {
        font-size: 17px;
    }
    .cards__description {
        font-size: 16px;
    }
}
@media(max-width: 1200px) {
    .wapper__cards{
        display: block;
    }
    .cards__item{
        margin-right: 50px;
        display: flex;
        margin: 0 auto;
        width: 355px;
        margin-top: 20px;
    }
    .info__line{
        margin-bottom: 10px;
    }
    .info__cards{
        padding-top: 10px;
    }
    .main__description{
        width: 80%;
        font-size: 18px;
    }
    .text__description{
        font-size: 12px;
        width: 80%;
    }
    .header{
        padding-right: 20px;
        padding-left: 20px;
    }
    .copy__block{
        padding-right: 20px;
        padding-left: 20px;
    }
    .wapper__buttons {
        width: 70%;
    }
    .contacts__button {
        width: 280px;
        height: 61px;
    }
    .contacts__link {
        line-height: 60px;
    }
    .list__title {
        font-size: 20px;
        width: 50%;
    }
    .list__description {
        width: 80%;
        font-size: 16px;
    }
    .list__itam{
        width: 95%;
    }
}
@media(max-width: 850px) {
    .list__item {
        width: 100px;
    }
    .cards__description {
        font-size: 13px;
        width: 160px;
    }
    .cards__title {
        font-size: 16px;
        width: 160px;
    }
    .contacts__button {
        width: 180px;
        height: 40px;
    }
    .contacts__link {
        line-height: 40px;
        font-size: 25px;
    }
}
@media(max-width: 690px){
    .info__cards {
        width: 100%;
    }
    .info__contact {
        display: none;
    }
    .about_us__img {
        display: none;
    }
    .about_us__text {
        width: 100%;
    }
    .contacts__button {
        width: 116px;
        height: 40px;
    }
    .contacts__link {
        font-size: 16px;
    }
    .list__title {
        font-size: 16px;
    }
    .list__description {
        width: 100%;
        font-size: 12px;
    }
    .list__img {
        display: block;
        margin: 0 auto;
    }
    .wapper__item {
        display: block;
    }
    .list__title {
        margin: 0 auto;
        width: 165px;
        margin-top: 20px;
        font-size: 20px;
    }
    .list__description {
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
    }
    #item2{
        width: 75px;
    }
    .menu__list{
        display: none;
    }
    #item3{
        width: 130px;
    }
    #block__item{
        display: none;
    }
    .footer__description {
        width: 200px;
        font-size: 10px;
        line-height: 120%;
    }
    .footer__contacts{
        font-size: 14px;
    }
    .footer__block_black {
        width: 87px;
    }
    .footer__button {
        font-size: 10px;
    }
    .main__description {
        width: 80%;
        font-size: 16px;
    }
    #item4{
        width: 140px;
    }
    
    #item5{
        width: 155px;
    }
    .contacts__title {
        font-size: 26px;
    }
    .text__description{
        font-size: 15px;
    }
}
@media(max-width: 420px) {
    .footer__description {
        width: 117px;
        font-size: 8px;
    }
    .footer__contacts {
        font-size: 10px;
    }
}