@font-face {
    font-family: 'BPGLEStudio02';
    src: url(fonts/BPGLEStudio02.eot);
    src: url(fonts/BPGLEStudio02.eot?#iefix) format('embedded-opentype'),
        url(fonts/BPGLEStudio02.woff2) format('woff2'),
        url(fonts/BPGLEStudio02.woff) format('woff'),
        url(fonts/BPGLEStudio02.ttf) format('truetype'),
        url(fonts/BPGLEStudio02.svg) format('svg')
}

@font-face {
    font-family: 'ALKRoundedMtav-Medium';
    src: url(fonts/ALKRoundedMtav-Medium.eot);
    src: url(fonts/ALKRoundedMtav-Medium.eot?#iefix) format('embedded-opentype'),
        url(fonts/ALKRoundedMtav-Medium.woff2) format('woff2'),
        url(fonts/ALKRoundedMtav-Medium.woff) format('woff'),
        url(fonts/ALKRoundedMtav-Medium.ttf) format('truetype'),
        url(fonts/ALKRoundedMtav-Medium.svg) format('svg')
}

@font-face {
    font-family: 'LGVtavdrigina';
    src: url(fonts/LGVtavdrigina.eot);
    src: url(fonts/LGVtavdrigina.eot?#iefix) format('embedded-opentype'),
        url(fonts/LGVtavdrigina.woff2) format('woff2'),
        url(fonts/LGVtavdrigina.woff) format('woff'),
        url(fonts/LGVtavdrigina.ttf) format('truetype'),
        url(fonts/LGVtavdrigina.svg) format('svg')
}

* {
    box-sizing: border-box;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'BPGLEStudio02', sans-serif;
}

a {
    transition: all 0.3s ease;
}

.mainContainer {
    width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1510px) {
    .mainContainer {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.firstSection {
    position: relative;
}

.firstSection:not(.firstSection--inner-page) {
    height: calc(100vh - 230px);
}

@media (max-width: 1024px) {
    .firstSection:not(.firstSection--inner-page) {
        height: calc(100vh - 150px);
    }
}

.firstSection--inner-page {
    background-color:#971b26;
}
.firstSection--inner-page:before {
    content: '';
    position: absolute;
    z-index: 15;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.firstSection--inner-page .mainContainer--header {
    z-index: 20;
}


.firstSection--inner-page .header {
    padding-bottom: 70px;
}
@media (max-width: 1024px) {
    .firstSection--inner-page .header {
        padding-bottom: 30px;
    }
}
.slider {
    position: absolute;
    /* width: 100%; */
    height: calc(100vh - 230px);
}

@media (max-width: 1024px) {
    .slider {
        height: calc(100vh - 150px);
    }
}
.slider:before {
    content: '';
    position: absolute;
    z-index: 15;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
}

.mainContainer--header {
    position: relative;
    height: 100%;
    z-index: 10;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 70px;
}
@media (max-width: 1024px) {
    .header {
        padding-top: 30px;
    }
}

.Logo {
    width: 238px;
}
@media (max-width: 1200px) {
    .Logo {
       display: none;
    }
}

.mobile-logo {
    width: 67px;
}
@media (min-width: 1482px) {
    .mobile-logo {
        display: none;
    }
}

.menu {
    display: flex;
    padding-inline-start: 0;
}

.menu-item {
    margin-left: 110px;
    list-style: none;
}

@media (max-width: 1024px) {
    .header {
        justify-content: space-between;
    }
    .menu {
        display: none;
    }
}

@media (max-width: 1482px) {
    .menu-item {
        margin-left: 40px;
    }
}

.menu-item:first-child {
    margin-left: 0;
}

.menu-item-link {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.6;
}

.menu-item-link:hover,
.menu-item-link--active {
    opacity: 1;
}

.lang-switch {
    display: flex;
    align-items: center;
    padding: 7px 16px;
    color: #F8F9FA;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.23);
    border-radius: 6px;
    text-decoration: none;
}

.lang-switch-img {
    width: 26px;
    height: 20px;
    object-fit: cover;
    margin-right: 11px;
}

@media (max-width: 1024px) {
    .lang-switch {
        padding: 5px 10px;
    }
    .lang-switch-img {
        margin-right: 0;
    }
    .lang-switch-text {
        display: none;
    }
}

.slider-text {
    position: absolute;
    left: 0;
    bottom: -205px;
    padding-left: 15px;
    padding-right: 15px;
}
.slider-text__lab {
    font-family: "LGVtavdrigina", sans-serif;
    text-transform: uppercase;
    font-size: 90px;
    line-height: 90px;
}
.slider-text__title {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 148px;
    line-height: 148px;
    color: #963337;
}

@media (max-width: 1200px) {
    .slider-text {
        bottom: -100px;
    }
    .slider-text__lab {
        font-size: 50px;
        line-height: 50px;
    }
    .slider-text__title {
        font-size: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1024px) {
    .slider-text {
        bottom: -95px;
        width: 290px;
    }
    .slider-text__lab {
        font-size: 30px;
        line-height: 30px;
    }
    .slider-text__title {
        font-size: 50px;
        line-height: 50px;
    }
}

.offers-section {
    padding-top: 390px;
}

@media (max-width: 1200px) {
    .offers-section {
        padding-top: 240px;
    }
}
@media (max-width: 1024px) {
     .offers-section {
        padding-top: 220px;
    }
}

.offers-title {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .offers-title {
        margin-bottom: 20px;
    }

    .offers-list-right {
        margin-top: 25px;
    }
}

@media (min-width: 1024px) {

    .offers-list {
        display: flex;
        justify-content: space-between;
        margin-top: 65px;
    }

    .offers-list-left,
    .offers-list-right {
        width: calc(50% - 12.5px);
    }
}

.offets-list-item-img {
    object-fit: cover;
    border-radius: 15px;
}

.offers-list p {
    line-height: 28px !important;
}

.offers-list h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offers-list-left-item,
.offers-list-left-item2,
.offers-list-left-item3,
.offers-list-right-item,
.offers-list-right-item2,
.offers-list-right-item3 {
    position: relative;
    border-radius: 15px;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.offers-list-left-item p,
.offers-list-left-item2 p,
.offers-list-left-item3 p,
.offers-list-right-item p,
.offers-list-right-item2 p,
.offers-list-right-item3 p {
    overflow: hidden;
}

.offers-list-left-item h2 {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

.offers-list-left-item p {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    height: 168px;
}


.offers-list-left-item2 h2 {
    text-align: right;
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 25px;
}


.offers-list-left-item2 {
    padding-bottom: 30px;
}
.offers-list-left-item2 p {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-align: right;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    height: 112px;
}

.offers-list-left-item3 {
    margin-top: 25px;
}


.offers-list-left-item3 h2 {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    padding-top: 70px;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-left: 40px;
    margin-right: 40px;
}


.offers-list-left-item3 p {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    height: 112px;
}

@media (max-width: 1024px) {
    
    .offers-list-left-item h2 {
        font-size: 25px;
        line-height: 30px;
        height: auto;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
    }

    .offers-list-left-item p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
    }


    .offers-list-left-item2 h2 {
        font-size: 25px;
        line-height: 30px;
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
        margin-left: 20px;
        margin-right: 20px;
    }


    .offers-list-left-item2 {
        padding-bottom: 30px;
    }
    .offers-list-left-item2 p {
        font-size: 14px;
        line-height: 14px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        height: auto;
    }

    .offers-list-left-item3 h2 {
        padding-top: 50px;
        font-size: 25px;
        line-height: 30px;
        margin-left: 20px;
        margin-right: 20px;
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
    }


    .offers-list-left-item3 p {
        font-size: 14px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        height: auto;
    }

}

.offers-list-right-item {
    padding-bottom: 110px;
}

.offers-list-right-item h2 {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 80px;
    color: rgba(255, 255, 255, 1);
    margin-left: 40px;
    margin-right: 40px;
}

.offers-list-right-item p {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    height: 112px;
}


.offers-list-right-item2 {
    padding-bottom: 70px;
}
.offers-list-right-item2 h2 {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(255, 255, 255, 1);
    margin-top: 80px;
    margin-left: 40px;
    margin-right: 40px;
}

.offers-list-right-item2 p {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    height: 84px;
}

.offers-list-right-item3 {
    padding-bottom: 60px;
}
.offers-list-right-item3 h2 {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 50px;
    color: rgba(255, 255, 255, 1);
}

.offers-list-right-item3 p {
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    height: 84px;
}

@media (max-width: 1024px) {
    .offers-list-right-item h2 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 60px;
        margin-left: 20px;
        margin-right: 20px;
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
    }

    .offers-list-right-item p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        height: auto;
    }

    .offers-list-right-item2 h2 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 60px;
        margin-left: 20px;
        margin-right: 20px;
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
    }

    .offers-list-right-item2 p {
        font-size: 14px;
        line-height: 14px;
        margin-left: 20px;
        margin-right: 20px;
        height: auto;
    }
    .offers-list-right-item3 h2 {
        font-size: 25px;
        line-height: 30px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 30px;
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
    }

    .offers-list-right-item3 p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        height: auto;
    }
}

.offers-list-item-see-more {
    position: absolute;
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    color: #000;
    padding: 7px 0;
}
@media (min-width: 1024px) {
    .offers-list-item-see-more {
        opacity: 0;
    }
}
.offers-list-item-see-more:hover {
    text-decoration: underline;
}

.offers-list-left-item:hover .offers-list-item-see-more,
.offers-list-left-item2:hover .offers-list-item-see-more,
.offers-list-left-item3:hover .offers-list-item-see-more,
.offers-list-right-item:hover .offers-list-item-see-more,
.offers-list-right-item2:hover .offers-list-item-see-more,
.offers-list-right-item3:hover .offers-list-item-see-more {
    opacity: 1;
}

.offers-list-left-item .offers-list-item-see-more {
    left: 40px;
}
@media (max-width: 1024px) {
    .offers-list-left-item .offers-list-item-see-more {
        left: 20px;
    }
}

.offers-list-left-item2 .offers-list-item-see-more {
    right: 30px;
    bottom: 3px;
}

@media (max-width: 1024px) {
    .offers-list-left-item2 .offers-list-item-see-more {
        right: 20px;
    }
}

.offers-list-left-item3 .offers-list-item-see-more {
    left: 40px;
}

@media (max-width: 1024px) {
    .offers-list-left-item3 .offers-list-item-see-more {
        left: 20px;
    }
}

.offers-list-right-item .offers-list-item-see-more {
    left: 40px;
}
@media (max-width: 1024px) {
    .offers-list-right-item .offers-list-item-see-more {
        left: 20px;
    }
}

.offers-list-right-item2 .offers-list-item-see-more {
    right: 40px;
}

@media (max-width: 1024px) {
    .offers-list-right-item2 .offers-list-item-see-more {
        right: 20px;
    }
}

.offers-list-right-item3 .offers-list-item-see-more {
    left: 40px;
}
@media (max-width: 1024px) { 
    .offers-list-right-item3 .offers-list-item-see-more {
        left: 20px;
    }
}


.offers-list-left-item:hover,
.offers-list-left-item2:hover,
.offers-list-left-item3:hover,
.offers-list-right-item:hover,
.offers-list-right-item2:hover,
.offers-list-right-item3:hover {
    opacity: 0.9;
}

.about-us-section {
    margin-top: 240px;
}

@media (max-width: 1024px) {
    .about-us-section {
        margin-top: 80px;
    }
}

.about-us-title {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    text-align: right;
    margin-bottom: 65px;
    padding-top: 20px;
}


.about-us-background {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 110px;
    padding-bottom: 110px;
    min-height: 685px;
}

@media (max-width: 1024px) {
    .about-us-background {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.about-us-paragraph {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-align: right;
    margin-top: 0;
    margin-left: auto;
    width: 70%;
}

@media (max-width: 1024px) {
    .about-us-paragraph {
        width: 100%;
        font-size: 20px;
    }
}

.about-us-paragraph p {
    line-height: 30px;
}

.footer {
    background-color: rgba(0, 0, 0, 1);
}

.footer-top {
    display: flex;
    align-items: start;
    padding-top: 130px;
}

@media (max-width: 1024px) {
    .footer-top {
        flex-direction: column;
        padding-top: 70px;
    }
}

.footer-img {
    width: 320px;
    margin-right: 190px;
}

@media (max-width: 1024px) {
    .footer-img {
        width: 290px;
        margin-right: 0;
        margin-bottom: 46px;
    }
}

.footer-top-services {
    margin-right: 72px;
}


.footer-top-services-title {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.65);
}

.footer-menu {
    margin-top: 13px;
}

@media (min-width: 767px) {
    .footer-top-services {
        margin-right: 72px;
    }
    .footer-top-menus-wrapper {
        display: flex;
    }
}


.footer-menu-item {
    list-style: none;
}

.footer-menu-item:not(:first-child) {
    margin-top: 10px;
}


.footer-menu-item-link {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-menu-item-link {
        font-size: 14px;
    }
}

.footer-menu-item-link:hover {
    opacity: 0.8;
}

.footer-top-company-title {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 767px) {
    .footer-top-company {
        margin-top: 35px;
    }
}

.footer-bottom {
    border-top: 1px solid rgb(55, 54, 54);
    margin-top: 65px;
    min-height: 75px;
    padding-bottom: 35px;
}

.footer-icons {
    margin-top: 28px;
    text-align: right;
    padding-right: 75px;
}


.footer-icons-item {
    color: rgba(255, 255, 255, 0.65);
    font-size: 20px;
    text-decoration: none;
}

.footer-icons-item:hover {
    opacity: 0.8;
}

.footer-icons-item:not(:first-child) {
    margin-left: 16px;
}


.contact-us-section {
    background-color: rgba(136, 136, 136, 1);
}

.contact-us-main {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 65px;
}

.contact-us-info {
    width: 30%;
}
@media (max-width: 1510px) {
    .contact-us-info {
        width: 45%;
    }
}

@media (max-width: 1024px) {
    .contact-us-info {
        width: 100%;
    }
}

.contact-us-main-img {
    margin-top: 10px;
    width: 55%;
    object-fit: contain;
}
@media (max-width: 1024px) {
    .contact-us-main-img {
        display: none;
    }
}


.contact-us-info-title {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, 1);

}

@media (max-width: 1024px) {
    .contact-us-info-title {
        font-size: 25px;
    }
}

.contact-us-info-paragraph {
    font-weight: 300;
    font-size: 30px;
    line-height: 31.2px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-top: 30px;

}

@media (max-width: 1024px) {
    .contact-us-info-paragraph {
        font-size: 18px;
        line-height: 20px;
    }
}

.contact-us-info-item {
    display: flex;
    align-items: center;
    margin-top: 33px;
}

.contact-us-info-item+.contact-us-info-item {
    margin-top: 20px;
}

.contact-us-info-item-img {
    margin-right: 8px;
}

.contact-us-info-item-link {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

@media (max-width: 1024px) {
    .contact-us-info-item-link {
        font-size: 18px;
    }
}

.contact-us-info-item-link:hover {
    text-decoration: underline;
}

.main-content {
    padding-top: 70px;
    padding-bottom: 70px;
}


.main-content-title {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1024px) {
    .main-content-title {
        font-size: 25px;
        line-height: 30px;
    }
}

.main-content-paragraph {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    width: 62%;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .main-content-paragraph {
        width: 100%;
        font-size: 14px;
    }
}

.main-content-paragraph p {
    line-height: 30px;
}

.detail-section-img {
    height: 800px;
    object-fit: cover;
    width: 100%;
    display: block;

}

.inner-page-header-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back-btn {
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-size: 18px;
    display: inline-block;
    padding: 15px 30px;
    /* background-color: #963337; */
    border: #963337 1px solid;
    border-radius: 6px;
    color: #963337;
    text-decoration: none;
}
.back-btn:hover {
    opacity: 0.8;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 16px;
}
@media (max-width: 1024px) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs-link {
    color: #000;
    text-decoration: none;
}
.breadcrumbs-link:hover {
    text-decoration: underline;
}

.gallerySection {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1024px) {
    .gallerySection-list {
        display: flex;
        flex-wrap: wrap;
    }
}
.gallerySection-list-item {
    display: block;
    width: calc(33.33333333333333% - 26px);
    overflow: hidden;
    text-decoration: none;
    margin: 13px;
}
.gallerySection-list-item:hover {
    opacity: 0.8;
}
.gallerySection-list-item img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 16px;
}
@media (max-width: 1024px) {
    .gallerySection-list-item {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .gallerySection-list-item img {
        height: 290px;
    }
}

.gallerySection-list-item-title {
    display: block;
    font-family: 'ALKRoundedMtav-Medium', sans-serif;
    font-size: 25px;
    color: #000;
    margin-top: 15px;
}
.gallerySection-list-item-description {
    display: block;
    margin-top: 10px;
    color: #555;
}

.f-counter {
    display: none;
}