*,
*::after,
*::before {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: "Athiti";
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 22px;
    color: #6b5d4f;
    background: #f3f2ee;
    /*background: #fffdf8;*/
    letter-spacing: 3px;
}

.swiper-wrapper {
    transition-timing-function: ease-in-out !important;
}

.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 40px;
    font-weight: 300;
}

.page-link {
    /*text-transform: lowercase;*/
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    transition: all 0.5s ease;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01),
    0px 5px 4px rgba(0, 0, 0, 0.03),
    0px 12px 9px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    cursor: pointer;

}

.page-link:hover {
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.03),
    0px 7px 4px rgba(0, 0, 0, 0.07),
    0px 16px 9px rgba(0, 0, 0, 0.10);

}

.nav-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    grid-gap: 15px 35px;
}

.nav-list__item {
    transition: .4s all;
}

.nav-list__item a:hover {
    opacity: .6;
}

/*.page-link::after{*/
/*	content: "";*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	transition: .4s all;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 1px;*/
/*	background: currentColor;*/
/*}*/
/*.page-link:hover::after{*/
/*	transform: scaleX(.3);*/
/*}*/

.info-slider__wrapper {
    padding-top: 40px;
}

.info-slider__item {
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
}

.info-slider__item.swiper-slide-active {
    opacity: 1 !important;
}

.header {
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 30px;
}

.header__container {
    padding: 0 70px;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__inner-logo {
    display: block;
}

.header__inner-logo img {
    width: 100%;
    max-width: 335px;
    display: block;
}

.header__inner-mobile-logo {
    position: relative;
    z-index: 99999;
    display: none;
}

.header__inner-mobile-logo img {
    max-width: 220px;
    position: relative;
    top: 6px;
}

.footer__nav-link--logo {
    display: inline-block;
}

.footer__nav-link--logo img {
    width: 100%;
    max-width: 335px;
    display: block;
}

.header_img_item {
    position: relative;
    left: -15px;
    top: -10px;
    display: flex;
    justify-content: center;
}

.header_img_item_img{
    width:120px;
}

.header__inner-btn {
    height: 30px;
    width: 28px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header__inner-btn__line {
    background: #6b5d4f;
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
}

.header__inner-btn__line::before,
.header__inner-btn__line::after {
    content: "";
    position: absolute;
    background: #6b5d4f;
    width: 100%;
    height: 1px;
}

.header__inner-btn__line::before {
    top: -10px;
    width: 50%;
    right: 0;
}

.header__inner-btn__line::after {
    bottom: -10px;
    width: 80%;
    right: 0;
}

.header__mobile {
    position: absolute;
    background: #fffdf8;
    width: 100%;
    height: 100vh;
    top: 0;
    padding: 30px 40px;
    opacity: 0;
    z-index: -1;
    transition: .4s all;
}

.header__mobile.active {
    z-index: 11;
    opacity: 1;
}

.header__mobile-close {
    width: 28px;
    height: 28px;
    position: absolute;
    display: block;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.header__mobile-close::after,
.header__mobile-close::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #6b5d4f;
    transition: .4s all;
}

.header__mobile-close::after {
    top: 0;
    transform: translateX(0px) translateY(13px) rotate(45deg);
}

.header__mobile-close::before {
    bottom: 0;
    transform: translateX(0px) translateY(-14px) rotate(-45deg);
}

.header__mobile-nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__mobile-list {
    max-height: 460px;
    width: 100%;
    overflow-x: auto;
}

.header__mobile-link {
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px solid #e7e3df;
    display: inline-block;
    width: 100%;
}

.main-slider__container {
    width: 100%;
    position: relative;
}

.main-slider__item {
    width: 400px;
    height: 600px;
}

.main-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider__bottom {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.main-slider__bottom-arrow {
    display: none;
    position: static;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

.main-slider__bottom-arrow:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.main-slider__bottom-prev {
    margin-right: 20px;
}

.main-slider__bottom-next {
    margin-left: 20px;
}

.main-slider__bottom-arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('/images/arrow.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.main-slider__bottom-prev::after {
    transform: rotate(180deg);
}

.main-slider__bottom-next::after {
    
}

.main-slider__bottom-pagination {
    text-align: center;
    font-size: 15px;
    position: static;
    width: auto;
}


.portfolio {
    padding: 60px 0 150px;
}

.portfolio-title {
    text-align: center;
    /*text-transform: uppercase;*/
    line-height: 22px;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 1.4rem;
}

.portfolio__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.portfolio__inner-item {
    width: calc(25% - 15px);
    margin-bottom: 25px;
}

.portfolio__inner-item-all {
    width: calc(50% - 15px);
    margin-bottom: 35px;
}

.portfolio__inner-item-all:hover .portfolio__inner-item__img {
    opacity: .8;
}

.portfolio__inner-item__img {
    margin-bottom: 15px;
    display: block;
    transition: .4s all;
}

.portfolio__inner-item:hover .portfolio__inner-item__img {
    opacity: .8;
}

.portfolio__inner-item__img img {
    width: 100%;
    display: block;
}

.portfolio__inner-item__title {
    color: black;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
    /*text-transform: lowercase;*/
    opacity: .4;
    font-size: 1.4rem;
}


.about-me {
    background: #fffdf8;
    padding: 25px 0 100px;
}

.about-me__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-me__wrapper-content {
    max-width: 545px;
}

.about-me__content-subtitle {
    margin-bottom: 35px;
}

.about-me__content-text {
    margin-bottom: 40px;
    font-family: "Athiti";
    letter-spacing: 3px;
    color: black;
    opacity: 0.4;
    text-align: center;
}

.about-me__wrapper-img {
    max-width: 580px;
    padding: 55px;
    /*border: 1px solid #e7e3df;*/
}

.about-me__img-wrapper img {
    width: 100%;
    display: block;
}

.travel-dates {
    padding: 30px 0;
}

.travel-dates__wrapper {
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
}

.contacts__top img {
    max-width: 422px;
}

.travel-dates__img {
    width: 550px;
    display: flex;
    justify-content: center;
    height: 570px;
}

.travel-dates__content {
    max-width: 750px;
    width: 100%;
}

.travel-dates__content-list {
    list-style: initial;
    padding-left: 20px;
}

.travel-dates__content-item {
    margin-bottom: 20px;
}

.travel-dates__content-item:last-child {
    margin-bottom: 0;
}


.footer {
    background: #fffdf8;
    padding: 20px 15px;
}

.contacts__insta {
    text-transform: lowercase;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts__inner {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
}

.contacts__inner-item {
    width: 183px;
    display: block;
}

.contacts__inner-item img {
    width: 100%;
    display: block;
    height: 100%;
}

.footer__nav {
    max-width: 1630px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer__nav-arrow {
    font-size: 26px;
    position: absolute;
    right: 0;
}

.footer__bottom {
    max-width: 1630px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer__bottom-left {
    display: flex;
}

.footer__bottom-left__icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    font-size: 17px;
    justify-content: center;
    line-height: 17px;
    align-items: center;
    border: 1px solid #000;
}

.footer__bottom-left__icon span {
    padding-left: 4px;
}

.footer__bottom-left__text {
    letter-spacing: 1px;
}

.footer__bottom-icons {
    display: flex;
    align-items: center;
}

.footer__bottom-icons__item {
    margin-right: 30px;
}

.footer__bottom-icons__item:last-child {
    margin-right: 0;
}


.about-top {
    padding-bottom: 40px;
}

.about-top__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 30px;
}

.about-top__wrapper {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    grid-gap: 30px;
}
.about-top__wrapper.reverse .about-top__wrapper-content{
    padding-left:60px;
}

.about-top__wrapper.reverse {
    flex-direction: row-reverse;
}

.about-top__wrapper-img {
    max-width: 580px;
    padding: 55px;
    /*border: 1px solid #e7e3df;*/
    flex: none;
}

.about-top__img-wrapper img {
    width: 100%;
    display: block;
}

.about-top__wrapper-content {
    max-width: 585px;
}

.about-top__content-subtitle {
    margin-bottom: 40px;
}

.about-top__content-text {
    /*display: flex;*/
    justify-content: space-between;
    margin-bottom: 40px;
    font-family: "Athiti";
    letter-spacing: 1px;
}

.about-top__content-text p {
    /*width: 48%;*/
    margin-top: 15px;
    color: black;
    opacity: 0.4;
}


.random-facts {
    padding: 30px 0 60px;
}

.random-facts__title {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 70px;
    font-weight: 300;
}

.random-facts__numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.random-facts__items {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 40px;
    font-family: "Athiti";
    letter-spacing: 1px;
}

.random-facts__items-item,
.random-facts__numbers__item {
    width: 23%;
}


.portfolio-all {
    padding-bottom: 35px;
}

.portfolio-all__items {
    padding: 35px;
    display: flex;
    grid-gap: 40px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #ffffff;
}

.portfolio-all__items-item {
    width: 47%;
}

.portfolio-all__item-top {
    display: flex;
    justify-content: center;
    height: 345px;
    margin-bottom: 30px;
}

.portfolio-all__item-img {
    height: 100%;
    width: 100%;
    max-width: 400px;
    transition: .4s all;
}

.portfolio-all__items-item:hover .portfolio-all__item-img {
    opacity: .6;
}

.portfolio-all__item-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
}

.portfolio-all__item-title {
    text-align: center;
    color: #6b5d4f;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: .4;
}

.portfolio__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
}

.portfolio__bottom-item {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 35px;
}

.portfolio__bottom-item:last-child::after {
    content: none;
}

.portfolio__bottom-item__title {
    text-align: center;
    color: #6b5d4f;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e3df;
    padding-bottom: 10px;
}

.portfolio__bottom-item__subtitle {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}

.portfolio-category {
    padding-bottom: 80px;
}

.portfolio-category__top {
    background-size: cover;
    background-position-y: 65%;
    background-position-x: center;
    background-repeat: no-repeat;
    max-width: 1500px;
    height: 750px;
    margin: 0 auto;
    position: relative;
}

.portfolio-category__top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.portfolio-category__title {
    padding-top: 20%;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    z-index: 5;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}

.gallery__items {
    /*display: grid;*/
    /*grid-template-rows: auto;*/
    /*grid-template-columns: repeat(4, 4fr);*/
    /*grid-gap: 45px 20px;*/
    /*flex-wrap: wrap;*/
    /*padding: 30px 70px 50px;*/

    /*padding: 30px 70px 50px;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*column-gap: 16px;*/

    column-count: 4;
    column-gap: 16px;
    padding: 30px;
    margin-top: 20px;
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));*/
    /*gap: 16px;*/

    width: 100%;
}

/*.grid-sizer {*/
/*	width: 25%; !* 4 columns *!*/
/*}*/

.gallery__items-item {
    cursor: pointer;
    /*width: 25%;*/
    /*margin-bottom: 16px;*/


    break-inside: avoid;
    margin-bottom: 16px;
    width: 100%;
    display: block;
}

.gallery__items-item img {
    width: 100%;
    display: block;
}

.mob_img_container_item_main_image img {
    width: 100%;
    display: block;
}

.gallery-item {
    /* width: 25%; */
    /* margin-bottom: 16px; */
    break-inside: avoid;
    margin-bottom: 16px;
    width: 100%;
    display: block;
}

.stories-all__top {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 960px;
    padding: 0 70px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position-y: bottom;
}

.stories-all__top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.stories-all__top::before {
    content: "";
    position: absolute;
    left: 3.8%;
    z-index: 5;
    width: 92.5%;
    border: 1px solid white;
    height: 80%;
}

.stories-all__top-title {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    z-index: 5;
    font-size: 16px;
    width: 80%;
    /*text-transform: uppercase;*/
}

.stories-all {
    padding-bottom: 80px;
}

.stories-all__items {
    padding: 35px;
    display: flex;
    grid-gap: 40px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #ffffff;
}

.stories-all__items-item {
    width: 47%;
}

.stories-all__item-top {
    display: flex;
    justify-content: center;
    height: 345px;
    margin-bottom: 30px;
}

.stories-all__item-img {
    height: 100%;
    width: 100%;
    max-width: 400px;
    transition: .4s all;
}

.stories-all__items-item:hover .stories-all__item-img {
    opacity: .6;
}

.stories-all__item-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
}

.stories-all__item-title {
    text-align: center;
    color: rgb(107, 93, 79);
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: .4;
}

.story__top {
    background-size: cover;
    width: 100%;
    height: 720px;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 5% 70px;
    background-position: center -28vw;
}
.story__top2 {
    background-size: cover;
    width: 100%;
    height: 720px;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 5% 70px;
    background-position: center;
}

.story__top.tuscany {
    background-position: center -80vw;
}

.story__top.rooftop {
    background-position: center -68vw;
}

.story__top.lofoten {
    background-position: center -44vw;
}

.story__top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.story__top-content {
    color: #ffffff;
    z-index: 1;
}

.story__top-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.story__top-title {
    font-size: 1.4rem;
    font-weight: 300;
}

.story__description {
    padding: 140px 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.story__description-text a {
    opacity: .6;
    transition: .4s all;
}

.story__description-text a:hover {
    opacity: 1;
}

.info-slider {
    padding-bottom: 100px;
}

.info-slider__container {
    overflow: visible !important;
    position: relative;
}

.info-slider__container::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 105%;
    z-index: -1;
    background: #ffffff;
    left: -100px;
    top: 0;
}

.info-slider__item {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}

.info-slider__item-content {
    max-width: 525px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.info-slider__item-title {
    margin-bottom: 30px;
}

.info-slider__item-text {
    margin-bottom: 40px;
    font-family: "Athiti";
    letter-spacing: 1px;
    line-height: 22px;
}

.info-slider__item-img {
    max-height: 720px;
    min-height: 500px;
    max-width: 530px;
}

.info-slider__item-img img {
    width: 100%;
    display: block;
    height: 100%;
}

.info-slider__pagination {
    margin-bottom: 25px;
}

.info-slider__arrows {
    position: absolute;
    display: flex;
    right: 0;
    align-items: center;
    top: 0;
}

.info-slider__arrows-pagination {
    display: none;
    margin-right: 40px;
    width: auto;
}

.info-slider__arrow {
    position: static;
    margin-top: 0;
    color: #000;
    font-size: 15px;
    height: auto;
}

.info-slider__arrow:first-child {
    margin-right: 40px;
}

.info-slider__arrow::after {
    font-family: none;
    font-size: 30px;
}

.info-slider__arrow-prev::after {
    content: "←";
}

.info-slider__arrow-next::after {
    content: "→";
}

.info-faq {
    padding: 10px 0;
}

.info-faq__wrapper {
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
    padding-bottom: 45px;
}

.info-faq__img {
    max-width: 400px;
    flex: none;
}

.info-faq__img img {
    width: 100%;
    display: block;
}

.info-faq__top {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.info-faq__items {
    max-width: 860px;
    width: 100%;
}

.info-faq__items-item {
    margin-bottom: 20px;
    cursor: pointer;
}

.info-faq__items-item:last-child {
    margin-bottom: 0;
}

.info-faq__item-title {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    line-height: 38px;
    font-size: 1rem;
}

.info-faq__item-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 10px;
    height: 10px;
    transition: .4s all;
}

.info-faq__item-text {
    /*font-family: "Roboto", sans-serif;*/
    /*letter-spacing: 2px;*/
    width: 100%;
    display: none;
    margin-top: 3px;
    color: black;
    /*color: gray;*/
    /*font-weight: 300;*/
    padding-right: 24px;
}

.info-faq__items-item.active .info-faq__item-text {
    display: block;
}

.info-faq__item-text a {
    text-decoration: underline;
}

.info-faq__items-item.active .info-faq__item-title::before {
    transform: translateY(-50%) rotate(135deg);
}

.info-faq__bottom-title {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.info-faq__bottom-items {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
}

.info-faq__bottom-item {
    margin-bottom: 10px;
}

.info-faq__bottom-item:last-child {
    margin-bottom: 0;
}


.contacts {
    padding-bottom: 30px;
}

.contacts__top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts__top-title {
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    font-weight: normal;
}

.contacts-content {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    grid-gap: 20px;
}

.contacts-content__right {
    max-width: 470px;
    text-align: center;
}

.contacts-content__img {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts-content__img img {
    width: 70%;
    display: block;
}

.contacts-content__text {
    font-family: "Athiti";
    letter-spacing: 1px;
    font-style: italic;
    font-size: 12px;
    text-align: center;
}

.contacts-content__form {
    max-width: 745px;
    width: 100%;
    padding-top: 225px;
}

.contacts-content__form-label {
    width: 100%;
    display: block;
    /*text-transform: uppercase;*/
    margin-bottom: 35px;
}

.contacts-content__form-label:last-child {
    margin-bottom: 0;
}

.contacts-content__form-input {
    width: 100%;
    height: 32px;
    font-family: "Athiti";
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 22px;
    background: none;
    border: none;
    border-bottom: 1px solid #e7e3df;
    outline: none;
    color: #6b5d4f;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
}

.contacts-content__form-input--textarea {
    height: 150px;
    resize: vertical;
}

.contacts-content__form-button {
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    font-family: "Athiti";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    background: none;
    border: none;
    outline: none;
    color: #6b5d4f;
    cursor: pointer;
}

.contacts-content__form-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    transition: .4s all;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
}

.contacts-content__form-button:hover::after {
    transform: scaleX(.3);
}

.hide_mob {
    display: inline-block;
}

.hide_desktop {
    display: none;
}

.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.85);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: black;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    background: white;
    padding: 8px 10px 8px 12px;
    border-radius: 30px;
    z-index: 999;
}

.mobile_v {
    height: 100%;
    width: 100%;
}

.container_mob {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    transform: translateZ(0px);
    transition: transform 0.5s ease-out, opacity 1s ease-out;
}

.item_container_section_second {
    height: 100%;
}

.mob_apart_gallery {
    width: 90%;
    height: 100%;
    position: relative;
}

.mob_img_container {
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    flex-wrap: wrap;
    gap: 10px;
}

.mob_img_container_item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    object-fit: contain;
    width: 100%;
    transition: opacity 0.5s linear;
    padding: 5% 0;
    border-radius: 8px;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
}

.mob_img_container_item_wrapper {
    position: relative;
    width: auto;
    height: 100%;
}

.mob_img_container_item_main {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
}

.mob_img_container_item_image {
    width: auto;
    height: 100%;
    object-fit: contain;
    max-width: calc(70vw);
}

.arrow_container_cars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
}

#prev_arrow_promotion, #next_arrow_promotion {
    margin: 0 -12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#next_arrow_promotion {
    transform: rotate(180deg);
}

@media (max-width: 1400px) {
    .about-me__img-wrapper img {
        height: auto;
    }
}

@media (max-width: 1200px) {


    .stories-all__top {
        min-height: 630px;
    }

    .about-me__wrapper-img {
        max-width: 500px;
        padding: 40px;
    }

    .about-top__wrapper-img {
        max-width: 490px;
        width: 100%;
    }

    .story__top.tuscany {
        background-position: center -65vw;
    }

    .story__top.lofoten {
        background-position: center -24vw;
    }

    .story__top.couples {
        background-position: center !important;
    }
}

@media (max-width: 991px) {
    .header_img_item {
        top: -8px;
    }

    .header {
        padding: 5px 0;
        margin-bottom: 20px;
    }

    .header__container {
        padding: 0 40px;
    }

    .header__inner-list {
        display: none;
    }

    .header__inner-btn {
        display: flex;
    }

    .header__inner {
        justify-content: space-between;
        align-items: center;
    }

    .header__inner-mobile-logo {
        display: inline-block;
    }

    .main-slider__item {
        height: 460px;
    }

    .portfolio__bottom-item__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .portfolio__bottom-item::after {
        display: none;
    }

    .portfolio__bottom-item {
        width: auto;
        margin-bottom: 20px;
    }

    .portfolio__bottom-item:last-child {
        margin-bottom: 0;
    }

    .about-me__wrapper {
        flex-direction: column;
    }

    .about-me__wrapper-content {
        max-width: 500px;
        margin-bottom: 40px;
    }

    .portfolio-category__top {
        height: 600px;
    }

    .gallery__items {
        /*grid-template-columns: repeat(3, 1fr);*/
        column-count: 3;
        padding: 15px;
        /*padding: 30px 30px 0;*/
        /*grid-template-columns: repeat(3, 3fr);*/
    }

    .story__description {
        padding: 80px 0;
    }

    .contacts-content {
        flex-direction: column;
        grid-gap: 70px 20px;
        align-items: center;
    }

    .contacts-content__form {
        padding-top: 0;
        order: 1;
    }

    .contacts__inner-item {
        width: 230px;
    }

    .contacts {
        padding-bottom: 55px;
    }

    .about-top__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .about-top__wrapper.reverse {
        flex-direction: column;
    }
    .about-top__wrapper.reverse .about-top__wrapper-content{
        padding-left:0;
    }

    .portfolio__inner-item {
        width: 45%;
        margin-bottom: 35px;
    }

    .info-faq__wrapper {
        flex-direction: column;
    }

    .info-slider {
        padding-bottom: 80px;
    }

    .info-slider__wrapper {
        padding-top: 0;
    }

    .info-slider__container::before {
        display: none;
    }

    .info-slider__item {
        flex-direction: column;
        align-items: center;
    }

    .info-slider__item-content {
        order: 1;
    }

    .info-slider__pagination {
        display: none;
    }

    .info-slider__arrows {
        justify-content: center;
        position: static;
    }

    .info-slider__arrows-pagination {
        display: block;
    }

    .portfolio__bottom {
        flex-direction: column;
        padding-top: 35px;
    }

    .portfolio-all {
        padding-bottom: 40px;
    }

    .about-me__content-title {
        text-align: center;

    }

    .contacts__top img {
        max-width: 248px;
    }

    .about-top__content-title {
        text-align: center;

    }

    .travel-dates__wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }

    .travel-dates__img {
        height: auto;
    }

    .travel-dates__img img {
        width: 100%;
        display: block;
    }

    .travel-dates__content {
        max-width: 550px;
    }

    .story__top.tuscany {
        background-position: center bottom;
    }

    .story__top.lofoten {
        background-position: center center;
    }


}

@media (max-width: 771px) {

    .header_img_item {
        top: 2px;
    }
    .header__inner-mobile-logo img {
        max-width: 280px;
    }

    .footer__nav-link--logo img {
        max-width: 280px;
    }

    .header {
        padding: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .footer__bottom {
        margin-top: 35px;
    }

    .hide_mob {
        display: none;
    }

    .hide_desktop {
        display: inline-block;
    }

    .header__inner-mobile-logo {
        position: relative;
        top: 10px;
    }

    .portfolio {
        padding: 35px 0 85px;
    }

    .portfolio-title {
        margin-bottom: 40px;
    }

    .portfolio__inner {
        /*grid-gap: 50px;*/
        padding: 0 40px;
    }

    .portfolio__inner-item {
        width: 100%;
    }

    .about-me__content-subtitle {
        margin-bottom: 20px;
    }

    .page-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .info-faq__item-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .info-faq__top{
        font-size: 22px;
    }

    .about-me__content-text {
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px;
    }

    .footer__nav {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
    }

    .footer__nav-list {
        align-items: flex-start;
    }

    .nav-list {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 35px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 30px 0;
        margin-top: 30px;
    }

    .portfolio-category__top {
        height: 65vw;
    }

    .portfolio-category__top::after {
        display: none;
    }

    .portfolio-category__title {
        display: none;
    }

    .story__top {
        height: 510px;
        padding: 5% 20px;
    }

    .stories-all__top {
        min-height: 310px;
        padding: 0 20px;
    }

    .stories-all__item-top {
        margin-bottom: 20px;
    }

    .stories-all__items {
        grid-gap: 20px;
    }

    .story__top.tuscany {
        background-position: center bottom;
    }
}


@media (max-width: 575px) {

    .header_img_item {
        top: 2px;
    }
    .stories-all__top {
        height: 510px;
        padding: 0 20px;
        background-position: bottom !important;
    }

    .mob_img_container_item_image {
        max-width: calc(90vw);
    }

    .story__top {
        height: 580px;
        background-position: bottom !important;
    }

    .header__container {
        padding: 0 20px;
    }

    .header__mobile {
        padding: 30px 20px;
    }

    .header__mobile-close {
        right: 20px;
    }

    .main-slider__item {
        width: 220px;
        height: 340px;
    }

    .portfolio {
        padding: 35px 0;
    }

    .portfolio__inner {
        padding: 0;
    }

    .portfolio-all__items {
        grid-gap: 20px;
    }

    .portfolio-all__items-item {
        width: 100%;
    }

    .portfolio-all__item-top {
        margin-bottom: 15px;
        height: auto;
    }

    .portfolio-all__item-img {
        max-width: 100%;
    }

    .portfolio-all__item-title {
        font-size: 25px;
        line-height: 34px;
    }

    .about-me {
        padding: 25px 0 30px;
    }

    .about-me__wrapper-img {
        max-width: 500px;
        padding: 20px;
    }

    .footer {
        padding: 20px;
    }

    .gallery__items {
        /*grid-template-columns: repeat(2, 1fr);*/
        column-count: 2;
        padding: 15px;
        /*grid-template-columns: repeat(2, 2fr);*/
    }

    .story__top-subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    .story__top-title {
        /*font-size: 38px;*/
        /*line-height: 46px;*/
    }

    .story__description {
        font-size: 14px;
        padding: 30px 0;
    }

    .contacts__inner-item {
        width: 155px;
    }

    .about-top {
        padding-bottom: 20px;
    }

    .about-top__wrapper-img {
        max-width: 100%;
        padding: 0;
    }

    .about-top__img-wrapper img {
        height: 100%;
    }

    .about-top__content-text {
        flex-direction: column;
        grid-gap: 10px;
    }

    .about-top__content-text p {
        width: 100%;
    }

    .info-slider {
        padding-bottom: 30px;
    }

    .info-faq__item-title {
        padding-right: 20px;
    }

    .stories-all {
        padding-bottom: 60px;
    }

    .stories-all__items-item {
        width: 100%;
    }

    .stories-all__item-title {
        font-size: 20px;
        line-height: 26px;
    }

    .stories-all__item-top {
        height: auto;
    }

    .travel-dates__img {
        width: 100%;
    }
}

.custom-list {
    list-style-type: none; /* Remove default list styling */
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 16px; /* Space for the circle */
    margin-bottom: 6px;
    line-height: 1.4;
    color: black;
    opacity: 0.4;
}

.custom-list li.index {
    position: relative;
    padding-left: 16px; /* Space for the circle */
    margin-bottom: 36px;
    line-height: 1.4;
    color: black;
    opacity: 0.4;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px; /* Circle size */
    height: 6px;
    background-color: #000; /* Circle color */
    border-radius: 50%; /* Make it round */
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-overlay .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #6b5d4f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.error-message {
    display:none;
    color: #D8000C;
    font-size: 0.8rem;
    margin-top: 5px;
}

.contacts-content__form-input.error {
    border-bottom: 1px solid #D8000C;
}

.modal {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fefefe;
    padding: 30px 40px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    max-width: 400px;
    width: 90%;
}

.close-button {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: black;
}

.travel-dates-text h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.travel-dates-text strong {
    font-weight: bold;
}

.travel-dates-text em {
    font-style: italic;
}

.travel-dates-text ul, .travel-dates-text ol {
    list-style: revert;
    margin-left: 20px;
    margin-bottom: 10px;
}

.travel-dates-text li {
    margin-bottom: 5px;
}

.travel-dates-text a {
    text-decoration: underline;
    color: #5b8db7;
}

.quick-notes__section {
    background-color: #f5f3ef;
    padding: 50px 15px;
}

.quick-notes__title {
    text-align: center;
    font-style: italic;
    text-transform: lowercase;
    font-size: 1.3em;
    margin-bottom: 30px;
    font-weight: 300;
}

.quick-notes__list {
    max-width: 850px;
    margin: 0 auto;
    list-style-type: none;
    padding-left: 0;
}

.quick-notes__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 18px;
    text-align: left;
    letter-spacing: 2px;
    font-size: 0.95rem;
    color: #8a8a8a;
}

.quick-notes__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #8a8a8a;
    border-radius: 50%;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #6b5d4f;
}
