html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*,
::after,
*::before {
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}




.header-container {
    max-width: 1630px;
}

.header__inner {
    background-color: #281609;

}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #281609;
    z-index: 999;
}

.logo-img {
    width: 100%;
    max-width: 400px;
}

.menu {
    transition: all .5s;
}

.menu__list {
    padding: 34px 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.menu__list li+li {
    padding-left: 30px;
}

.menu__item-link {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}

.menu__item-link:hover {
    border-bottom: 1px solid #fff;
}

.contact-list {
    padding-left: 70px;
}

.contact-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 4px;
    display: block;
}

.header-img {
    object-fit: cover;
    width: 100%;
    max-width: 1920px;
    margin-top: 98px;
}

.quote {
    padding: 100px 0 50px;
}

.quote-container {
    max-width: 1630px;
    border: 1px solid #281609;
    text-align: center;
}

.quote__inner {
    padding: 0 30px;
}

.quote-container p+p {
    margin-top: 40px;
}

.quote__text {
    font-size: 24px;
    line-height: 31px;
    color: #281609;
    font-family: 'Lora', serif;
    font-weight: 400;
}

.info {
    padding: 50px 0 50px;
}

.info__item {
    display: flex;

}

.info-box {
    max-width: 734px;
    margin-bottom: 50px;
    margin-right: 27px;
}

.info-box p+p {
    margin-top: 15px;
}

.info-box--2 {
    max-width: 682px;
    margin: 50px 0 0 78px;
}

.info__item-title {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    line-height: 51px;
    color: #281609;
    margin-bottom: 14px;
}

.info__item-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}


.about {
    padding: 50px 0 100px;
}

.about-container {
    max-width: 1517px;
}

.about__title {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    line-height: 51px;
    text-align: center;
    color: #281609;
    margin-bottom: 70px;
}

.about__item {
    display: flex;
}

.about__item p+p {
    margin-top: 25px;
}

.about-box {
    margin-right: 20px;
    margin-top: 60px;
}

.about__text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #281609;
    max-width: 710px;
}

.photos {
    padding: 55px 0 100px;
}

.photos__container {
    max-width: 1600px;
}

.photos__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    font-family: 'Lora', serif;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 16px;
}

.photos-slider__item {
    margin: 0 30px;
    padding-bottom: 25px;
}

.slick-track {
    margin-left: -60px;
}

.arrow {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    bottom: 0;
    left: 50%;

}

.arrow-left {
    transform: translateX(3px);
}

.arrow-right {
    transform: translate(54px);
}

.video {
    padding: 20px 0 50px;
    background-color: #281609;
}

.video-container {
    max-width: 1130px;
}

.video__img {
    margin-bottom: 30px;
}

.video__btn {
    font-family: 'Lora', serif;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #D9D9D9;
    padding: 10px;
    font-weight: 400;
    font-size: 40px;
    width: 100%;
    display: inline-block;
    line-height: 51px;
    position: relative;
}


.details {
    padding: 100px 0;
}

.details-container {
    max-width: 1430px;
}

.details__inner {
    display: flex;
    justify-content: space-between;
}

.details__info {
    margin-top: 80px;

}

.details__info .details__text+.details__text {
    margin-top: 30px;
}

.details__text.map {
    display: flex;
}

.details__info-text {
    max-width: 441px;
    width: 100%;
    padding-left: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}



.details__btn {
    margin-top: 50px;
    font-family: 'Lora', serif;
    color: #313d13;
    font-weight: 400;
    font-size: 40px;
    line-height: 51px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: transparent;
    transition: all .3s;
    padding: 11px 85px;
    border: 2px solid #313D13;
}

.details__btn:hover {
    background-color: #313D13;
    color: #fff;
}

.details__text.clock {
    display: flex;
}


.footer {
    background-color: #281609;
}

.footer__inner {
    align-items: center;
    padding-top: 23px;
    padding-bottom: 23px;
    display: flex;
    justify-content: space-between;
}

.footer__conf {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.footer__connect .footer__connect-link+.footer__connect-link {
    margin-top: 6px;
}

.footer__connect-link {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.footer__social a+a {
    margin-left: 120px;
}


@media(max-width:1400px) {
    .logo-img {
        max-width: 250px;
    }

    .menu__list {
        padding: 24px 0;
    }

    .menu__item-link {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-list {
        padding-left: 30px;
    }

    .menu__item {
        width: 100%;
    }

    .info__item-title {
        font-size: 32px;
        line-height: 40px;
    }

    .info__item-text {
        font-size: 16px;
        line-height: 26px;
    }

    .img-box__image {
        width: 100%;
        max-width: 600px;
        min-width: 400px;
    }

    .info__item {
        align-items: center;
    }

    .about {
        padding: 20px 0 30px;
    }

    .about__title {
        font-size: 28px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .about__item {
        align-items: center;
    }

    .about-box {
        margin-right: 10px;
        margin-top: 20px;
    }

    .about-img {
        width: 100%;
        min-width: 400px;
        max-width: 600px;
    }

    .about__text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:1200px) {
    .video__img {
        width: 100%;
    }

    .details {
        padding: 60px 0;
    }

    .details__info {
        margin-top: 0;
    }

    .details__img {
        width: 100%;
        max-width: 600px;
        min-width: 300px;
        object-fit: cover;
    }
}

@media(max-width:900px) {
    .menu__list {
        padding: 18px 0;
    }

    .menu__item-link {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-link {
        font-size: 12px;
    }

    .quote {
        padding: 40px 0 20px;
    }

    .quote__text {
        font-size: 16px;
        line-height: 24px;
    }

    .info__item-title {
        font-size: 24px;
        line-height: 40px;
    }

    .info__item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .info-box {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .info-box--2 {
        margin: 10px 0 0 30px;
    }

    .about__title {
        font-size: 24px;
        line-height: 40px;
    }

    .about__text {
        font-size: 14px;
        line-height: 20px;
    }

    .about__item {
        flex-direction: column;
    }

    .details__info-text {
        font-size: 16px;
        line-height: 20px;
    }

    .details__btn {
        margin-top: 30px;
        font-size: 26px;
        line-height: 30px;
        padding: 11px 38px;
    }

    .details__info {
        margin-right: 20px;
    }

    .footer__social a+a {
        margin-left: 40px;
    }
}


@media(max-width:720px) {
    .img-box__image {
        min-width: 270px;
    }

    .about-img {
        min-width: 270px;
    }

    .arrow {
        left: 40%;
    }

}

@media(max-width:650px) {
    .header-top {
        display: block;
        padding-bottom: 5px;
    }

    .contact-list {
        padding-left: 0;
    }

    .line-1,
    .line-2,
    .line-3 {
        position: absolute;
        left: 25%;
        top: 50%;
        width: 32px;
        height: 3px;
        background-color: #fff;
        transition: all 400ms cubic-bezier(.84, .06, .52, 1.8);
    }

    .line-1 {
        transform: translateY(-8px);
        animation-delay: 100ms;
    }

    .line-3 {
        transform: translateY(8px);
        animation-delay: 250ms;
    }

    .line-1.a {
        transform: rotate(40deg);
    }

    .line-3.b {
        transform: rotate(-40deg);
    }

    .line-2.c {
        opacity: 0;
    }

    .clear {
        clear: both;
    }

    .menu__btn {
        height: 60px;
        width: 60px;
        position: absolute;
        top: 2%;
        right: 0;
        z-index: 1000;
        border-radius: 50%;
        cursor: pointer;
        transition: all .2s ease-in-out;
    }

    .menu.active {
        transform: translateY(50px);
    }

    .logo-img {
        min-width: 120px;
        width: 100%;
        max-width: 250px;
    }

    .menu {
        transform: translateY(-300%);
        position: absolute;
        right: 0;
        left: 0;
    }

    .menu__list {
        padding: 55px 0;
        flex-direction: column;
        border-top: 2px solid #fff;
        background-color: #281609;

    }

    .menu__list li+li {
        padding-left: 0;
        padding-top: 20px;
    }

    .menu__item {
        text-align: center;
    }

    .menu__item-link {
        width: 100%;
        display: block;
    }

    .quote__inner {
        display: none;
    }

    .info__item {
        flex-direction: column;
    }

    .info-box--2 {
        order: -1;
        margin: 0;
    }

    .video__btn {
        font-size: 26px;
        line-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .details__inner {
        flex-direction: column;
    }

    .details__info {
        margin-right: 0;
    }

    .details__btn {
        width: 100%;
        display: block;
        font-size: 20px;
        padding: 11px 30px;
        margin-bottom: 30px;
    }

    .details__img {
        min-width: 260px;
    }

    .footer__conf {
        font-size: 12px;
        line-height: 19px;
    }

    .footer__connect {
        font-size: 12px;
        line-height: 19px;
    }

    .footer__social-img {
        height: 30px;
    }

    .footer__social a+a {
        margin-left: 20px;
    }

    .footer__inner {
        flex-direction: column;
    }
}

@media(max-width:420px) {
    .menu__list {
        padding: 44px 0;
    }

    .logo-img {
        max-width: 150px;
    }

    .quote {
        padding: 10px 0;
    }

    .info {
        padding: 20px 0;
    }

    .about__title {
        font-size: 20px;
    }

    .video__btn {
        font-size: 22px;
    }
}


























/* font-family: 'Lora', serif;
font-family: 'Roboto Condensed', sans-serif; */