﻿@font-face {
    font-family: "Bebas";
    src: url("bebasneuecyrillic.ttf") format("truetype");
}

.mainContent {
    overflow-x: hidden;
}

.mainContent {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}

.mainBanner {
    display: flex;
    justify-content: space-between;
    padding: 50px 145px 51px 100px;
    border-radius: 0px 0px 30px 30px;
    background: linear-gradient(172deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%);
    height: 319px;
    position: relative;
    overflow: hidden;
}

.mainBanner .mainBannerBg {
    background-image: url("/main-images/RosimBaner1Bg.png");
    position: absolute;
    top: 0;
    left: 580px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.mainBanner .leftContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 504px;
}

.mainBanner .leftContent h1 {
    color: #FFF;
    font-family: "Bebas";
    font-size: 50px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 100%; /* 50px */
    margin-bottom: 0;
}

.mainBanner .leftContent p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    width: 390px;
}


/* promoLots */

.promoLots {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    width: 100%;
    overflow: hidden;
}

.promoLots .promoLot {
    position: relative;
    min-width: 285px;
    height: 250px;
    border-radius: 15px;
    background: linear-gradient(154deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%);
}

.promoLots .promoLot a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
}

.promoLots .promoLot a:hover h4 {
    color: #FF00F5;
}

.promoLots .promoLot .bgImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}

.promoLots .promoLot .bgImage img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.partnersList .partnersLogoWrapper .modif img {
    width: 270px;
    height: 70px;
}

.promoLots .promoLot a h4 {
    color: white;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
    transition: 0.5s;
}

.promoLots .promoLot a .details {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    padding: 15px 20px;
    border-radius: 0px 15px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(15.300000190734863px);
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: all 0.2s;
}

.promoLots .promoLot a:hover .details {
    opacity: 1;
}

/* promoLots */



/* comboOfThree */

.comboOfThree {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-template-rows: max-content max-content;
}

.comboOfThree .mainSearch {
    grid-column: 1;
    grid-row: 1;
    height: max-content;
}

.comboOfThree .eventsList {
    grid-column: 2;
    grid-row: 1/span 2;
}

.usefulLinks {
    height: max-content;
    align-self: end;
}


.usefulLinksInvest a.buy {
    background: linear-gradient(154deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%), url(../../main-images/usefullink1.png);
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-position: bottom right;
}

.usefulLinksInvest a.sell {
    background: linear-gradient(154deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%), url(../../main-images/usefullink2.png);
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-position: bottom right;
}

.usefulLinksInvest a.torgHelp {
    background: linear-gradient(154deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%), url(../../main-images/usefullink3.png);
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-position: bottom right;
}

.usefulLinksInvest a.makeEcp {
    background: linear-gradient(154deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%), url(../../main-images/usefullink4.png);
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-position: bottom right;
    display: none !important;
}

.usefulLinksInvest a.promotion {
    background: linear-gradient(154deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%), url(../../main-images/usefullink5.png);
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-position: bottom right;
}

.usefulLinksInvest a {
    position: relative;
}


/* comboOfThree */



/* partnetsList */

.partnersList .sectionHead {
    width: 528px;
}




/* promoLotsList */

.promoLotsWrapper {
    display: flex;
    flex-direction: column;
    margin-top: 120px;
}

.promoLotsWrapper .pinkBorderButton {
    align-self: center;
    width: max-content;
    margin-top: 30px;
}

.promoLotsList {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: start;
    margin: 0 auto;
    margin-top: 20px;
    scrollbar-width: none;
    padding-bottom: 10px;
    position: relative;
    transition: all 0.5s;
    width: max-content;
}

.promoLotsWrapper h2 {
    color: #690097;
    font-family: "Bebas";
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.promoLotsWrapper .promoLot {
    margin: 0 !important;
    border-radius: 15px;
    gap: 10px;
    max-width: 386px;
    min-width: 386px;
    width: 100%;
    padding: 0 !important;
}

.promoLot {
    margin-bottom: 20px;
    border: none !important;
}

.promoLot .cardContent {
    height: 100%;
    padding: 10px;
    display: flex;
    gap: 0 !important;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid rgba(23, 0, 33, 0.05);
    background: #FFF;
    box-shadow: 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03);
}

    .promoLot .cardContent .cardImage {
        width: 100%;
        height: 279px;
        border-radius: 15px;
        position: relative;
    }

        .promoLot .cardContent .cardImage .favorite-btn,
        .promoLot .cardContent .cardImage .favorite-btnm-icon-heart {
            position: absolute;
            top: 20px !important;
            left: 0px !important;
            width: 100px;
            height: 100px;
            right: 0px !important;
            opacity: 1 !important;
            padding: 0 !important;
            display: flex;
            justify-content: center;
            align-items: center;
            background: none !important;
        }

            .promoLot .cardContent .cardImage .m-icon-heart::before,
            .promoLot .cardContent .cardImage .favorite-btnm-icon-heart::before {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                background-image: url("/main-images/favoriteFalseIcon.svg");
                background-size: cover;
            }

.promoLot .m-icon-hart-fill::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/main-images/favoriteTrueIcon.svg");
    background-size: cover;
}

.promoLot .cardContent .cardImage a {
    width: 100%;
    height: 100%;
    display: block;
}

.promoLot .cardContent .cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.promoLot .cardContent .cardInfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    white-space: normal;
    width: 100%;
    padding: 30px 13px 50px 13px;
}


    .promoLot .cardContent .cardInfo .cardName {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical;
        color: #690097;
        font-family: Montserrat !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .promoLot .cardContent .cardInfo .cardDescription {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 20px;
        column-gap: 40px;
    }

        .promoLot .cardContent .cardInfo .cardDescription .cardDescriptionLeft,
        .promoLot .cardContent .cardInfo .cardDescription .cardDescriptionRight {
            display: flex;
            flex-direction: column;
            gap: 20px;
            justify-content: space-between;
        }

        .promoLot .cardContent .cardInfo .cardDescription .cardDescriptionItem {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .promoLot .cardContent .cardInfo .cardDescription .cardDescriptionItem h5 {
                color: rgba(23, 0, 33, 0.60);
                font-family: Montserrat;
                font-size: 14px;
                font-style: normal;
                font-weight: 400 !important;
                line-height: 100%;
                margin: 0 !important;
            }

            .promoLot .cardContent .cardInfo .cardDescription .cardDescriptionItem span {
                color: #170021;
                font-family: Montserrat;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%;
                width: 90%;
            }

        .promoLot .cardContent .cardInfo .cardDescription .cardTypeSale {
            grid-row: 2;
            grid-column: 1;
        }

            .promoLot .cardContent .cardInfo .cardDescription .cardTypeSale span {
                width: max-content;
            }

            .promoLot .cardContent .cardInfo .cardDescription .cardTypeSale span,
            .promoLot .cardContent .cardInfo .cardDescription .cardPrice span {
                color: #690097;
                font-family: Montserrat;
                font-size: 19px;
                font-style: normal;
                font-weight: 700;
                line-height: 100%;
                width: 100%;
            }

        .promoLot .cardContent .cardInfo .cardDescription .cardPrice span {
            width: max-content;
        }

        .promoLot .cardContent .cardInfo .cardDescription .cardTypeSale span {
            display: flex
        }

            .promoLot .cardContent .cardInfo .cardDescription .cardTypeSale span a {
                display: flex;
                align-items: center;
                width: max-content;
            }

    .promoLot .cardContent .cardInfo .showPrice {
        color: #FFF;
        font-family: Montserrat !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        padding: 12px 30px;
        border-radius: 30px;
        background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
        width: max-content;
        cursor: pointer;
    }

    .promoLot .cardContent .cardInfo .cardActivity {
        display: none;
        gap: 30px;
        align-items: center;
    }

        .promoLot .cardContent .cardInfo .cardActivity .cardActivityItem {
            display: flex;
            gap: 8px;
            align-items: center;
        }

            .promoLot .cardContent .cardInfo .cardActivity .cardActivityItem img {
                width: 36px;
                height: 36px;
            }

            .promoLot .cardContent .cardInfo .cardActivity .cardActivityItem span {
                color: #1C2C9C;
                font-family: Montserrat;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%;
            }

/* promoLotsList */





@media screen and (max-width: 1250px) {
    .mainContent {
        max-width: 98%;
        width: 100%;
        margin: 0 auto;
    }

    .comboOfThree {
        grid-template-columns: 65% 30%;
        column-gap: 5%;
        row-gap: 30px;
    }

    .mainSearch .searchInput input,
    .mainSearch .searchInput {
        width: 100%;
    }

    .eventsList {
        width: 100%;
    }

    .usefulLinks {
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media screen and (max-width: 1080px) {
    .mainBanner img {
        display :none;
    }

    .comboOfThree {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .comboOfThree .mainSearch {
        width: 100%;
    }

    .usefulLinks {
        align-self: start;
        width: 100%;
        flex-wrap: nowrap;
        overflow: hidden;
        justify-content: start;
    }

    .usefulLinks a:not(.checkLink) {
        min-width: 171px;
        min-height: 124px;
    }

    .comboOfThree .eventsList {
        order: 1;
    }

    .lotFilters {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .lotFilters .filterItem {
        min-width: max-content;
    }

    .lotFilters::-webkit-scrollbar {
        border-radius: 5px;
        height: 5px;
    }

    .lotFilters::-webkit-scrollbar-track {
        background: #1B1B1B;
    }

    .lotFilters::-webkit-scrollbar-thumb {
        border-radius: 30px;
        background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
    }

}


@media screen and (max-width: 750px) {
    .mainBanner {
        padding: 45px 80px;
    }

    .mainBanner .leftContent {
        width: 100%;
        align-items: center;
        gap: 10px;
    }

        .mainBanner .leftContent p {
            text-align: center;
        }

    .mainBanner .leftContent h1 {
        text-align: center;
    }

    .promoLotsList {
        padding: 20px 0px;
        margin-top: 0;
    }

    .promoLotsWrapper {
        margin-top: 60px;
    }

    .promoLotsWrapper h2 {
        font-size: 50px;
        text-align: left;
    }

    .promoLotsWrapper .pinkBorderButton {
        margin-top: 10px;
    }

    .promoLot .cardContent .cardInfo .cardName {
        font-size: 24px;
    }

    .promoLotsWrapper .promoLot {
        min-width: 88vw;
        max-width: 88vw;
        width: 88vw;
    }

    .partnersList .sectionHead {
        flex-direction: column;
        gap: 5px;
        align-items: start;
        width: 250px;
        align-self: start;
    }

    .partnersList .sectionHead h2 {
        font-size: 50px;
    }

    .partnersList .sectionHead hr {
        width: 100%;
        height: 5px;
        margin: 0 !important;
    }

    .partnersList .sectionHead p {
        padding-top: 15px;
    }

    .partnersList .partnersLogoWrapper .logo img {
        width: 70%;
    }

    .partnersList .partnersLogoWrapper {
        width: 2800px;
        height: 140px;
        row-gap: 0;
        column-gap: 30px;
    }

    .partnersList,
    .chooseUs,
    .nearestLotsWrapper {
        margin-top: 60px;
    }

    .mainContent {
        padding-bottom: 60px;
    }

    .nearestLotsWrapper h2 {
        font-size: 50px;
        align-self: start;
    }
}

@media screen and (max-width: 550px) {
    .mainContent {
        max-width: 90%;
    }

    .mainBanner {
        padding: 91px 22px 146px 22px;
        height: 572px;
    }

    .mainBanner .leftContent h1 {
        font-size: 50px;
    }

        .mainBanner .leftContent p {
            width: 100% !important;
        }

        .mainSearch .searchInput input {
            font-size: 12px;
            padding: 18px 15px 17px 50px;
        }

    .mainSearch .searchInput img {
        width: 15px;
        height: 15px;
    }

    .mainSearch button {
        padding: 18px 37px;
        font-size: 14px;
    }
}














#saleOrigPaintMain #form {
    width: 430px !important;
    top: 8% !important;
    left: calc(50% - 215px) !important;
}

#form .login100-form .login100-formWrapper .wrap-input100 input,
#form .login100-form .login100-formWrapper .wrap-input100 textarea {
    box-sizing: border-box;
}

#form .login100-form {
    box-sizing: border-box;
}

    #form .login100-form .container-login100-form-btn button {
        width: 100%;
    }

    #form .login100-form .login100-formWrapper .login100-customInputCheckbox .customCheckboxContainer {
        max-width: 13px !important;
        min-width: 13px !important;
        max-height: 13px !important;
        min-height: 13px !important;
    }

@media screen and (max-width: 450px) {
    #saleOrigPaintMain #form {
        width: 370px !important;
        left: calc(50% - 185px) !important;
        top: 20% !important;
    }

    .scrollWrapper .scrollButtonNext {
        right: 0;
    }

    .scrollWrapper .scrollButtonPrev {
        left: 0;
    }

    .nearestLots .nearestLot a img {
        width: 160px;
        height: 90px;
    }

    .nearestLots .nearestLot {
        min-width: 90vw;
        max-width: 90vw;
        width: 100%;
    }

    .nearestLotsWrapper .scrollWrapper .scrollButton {
        top: calc(50% - 20px)
    }
}

@media screen and (max-width: 400px) {
    #saleOrigPaintMain #form {
        width: 90% !important;
        left: calc(50% - 45%) !important;
    }

    .promoLot .cardContent .cardInfo {
        padding: 20px 10px 10px 10px;
    }

    .promoLot .cardContent .cardInfo .cardDescription .cardTypeSale span,
    .promoLot .cardContent .cardInfo .cardDescription .cardPrice span{
        font-size: 16px;
    }

    .promoLot .cardContent .cardInfo .cardName {
        font-size: 20px;
    }

    .promoLot .cardContent .cardInfo .showPrice {
        margin-top: -15px;
    }
}




@media screen and (max-width: 1150px) {
    .mainBanner .mainBannerBg {
        left: 430px !important;
    }
}

@media screen and (max-width: 980px) {
    .mainBanner .mainBannerBg {
        display: none;
    }
}
