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

* a {
    text-decoration: none !important;
}

button {
    background: none;
    border: none;
}





.form-control {
    background: #F1F1F5 !important;
}

input.error,
textarea.error {
    outline: 1px red solid !important;
}


.px30PinkHead {
    color: #690097;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 30px */
}

.modalTitle {
    color: #690097;
    text-align: center;
    font-family: "Bebas";
    font-size: 36px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.modalTitle hr {
    height: 5px;
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(134deg, #B200FF 14.85%, #FF00F5 86.52%);
}

.defaultDescription {
    color: #170021;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 16.2px */
}

.defaultPinkBorderButton {
    color: #B200FF !important;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    border-radius: 30px;
    border: 1px solid #B200FF;
    padding: 20px 0px;
    background: none;
}

.defaultSmallPinkBorderButton {
    color: #B200FF !important;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    border-radius: 30px;
    border: 1px solid #B200FF;
    padding: 5px 10px;
    background: none;
    width: max-content;
}

.defaultBlackBorderButton {
    color: #170021;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    border-radius: 50px;
    outline: 1px solid #170021 !important;
    border: none;
    padding: 19px 35.5px;
}

.defaultSmallBlackBorderButton {
    color: #170021;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100% !important; /* 14px */
    border-radius: 50px;
    outline: 1px solid #170021 !important;
    border: none;
    padding: 4px 8px;
}

.errorText {
    color: red;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 16.2px */
}

.inputName {
    color: #690097;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
}

.defaultInput {
    padding: 20px;
    border-radius: 5px;
    background: #EAE9E9 !important;
    color: rgba(23, 0, 33, 0.75);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    border: none;
    outline: none;
    width: 100%;
}

.defaultSmallInput {
    padding: 10px;
    border-radius: 5px;
    background: #EAE9E9 !important;
    color: rgba(23, 0, 33, 0.75);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    border: none;
    outline: none;
    width: 100%;
}

.smallPurpleTitle {
    color: #690097;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    margin-bottom: 0;
}

.city-selectorcustomSelectWrapper {
    width: 100%;
}

.defaultPinkButton {
    padding: 20px 0px;
    width: 100%;
    color: #FFF !important;
    border: none !important;
    outline: none !important;
    font-family: Montserrat !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    border-radius: 30px;
    background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
}

.defaultSmallPinkButton {
    padding: 5px 8px;
    width: 100%;
    color: #FFF !important;
    border: none !important;
    outline: none !important;
    font-family: Montserrat !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 100% !important; /* 14px */
    border-radius: 30px;
    width: max-content;
    background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
}

.disabledButton {
    cursor: not-allowed;
    opacity: 0.7;
}

.purpleTextHead {
    margin-bottom: 0;
    color: #690097;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
}

.purpleTextHeadSmall {
    color: #690097;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 15px */
}

.defaultComment {
    color: rgba(23, 0, 33, 0.60);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
}

.errorMessage {
    color: red !important;
}




/* .defaultTable */

.defaultTable thead tr th {
    padding: 13px 20px;
    text-align: left !important;
    color: #262442;
    text-align: center;
    font-family: Montserrat !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 12px */
}

.defaultTable tbody tr td {
    color: #262442;
    font-family: Montserrat !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 12px */
    padding: 18px 20px;
    text-align: left;
    word-break: break-word;
}

.defaultTable tbody tr td * {
    color: #262442;
    font-family: Montserrat !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 12px */
    text-align: left;
}

.defaultTable thead tr th {
    background: #F1F1F5;
}

.defaultTable tbody tr:nth-child(even) {
    background: #F1F1F5;
}

.alignCenter {
    text-align: center !important;
}

.blueLink {
    text-decoration: underline !important;
}

.defaultTable {
    width: 100%;
}

.defaultTable tbody td,
.defaultTable thead th {
    border: 1px white solid;
    border-collapse: collapse;
}

.defaultTable thead tr th:first-child {
    border-top-left-radius: 10px;
}

.defaultTable thead tr th:last-child {
    border-top-right-radius: 10px;
}

.defaultTable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.defaultTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.defaultTable .couple {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
}

/* .defaultTable */


/* forms/inputs */

.inputWrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.inputWrapper span {
    color: #690097;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
}

.inputWrapper input,
.inputWrapper textarea {
    padding: 20px;
    border-radius: 5px;
    background: #EAE9E9 !important;
    color: #170021;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    width: 100%;
    border: none;
    outline: none;
}

.inputWrapper input.is-invalid,
.inputWrapper textarea.is-invalid {
    background: #ff00002d !important;
}

.inputWrapper input::placeholder,
.inputWrapper textarea::placeholder {
    color: rgba(23, 0, 33, 0.50) !important;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
}

.customFileLoader {
    color: #FFF !important;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    padding: 20px;
    border-radius: 5px;
    background: #170021;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
}

.customFileLoader.dragActive {
    transition: all 0.5s;
    outline: 1px #FF00F5 solid;
}

/* forms/inputs */


/* customSelect */

.customSelectWrapper {
    width: 100%;
}

.customSelect {
    border-radius: 5px;
    background: #EAE9E9 !important;
    position: relative;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 20px;
    line-height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    height: max-content;
}

.customSelect::after {
    content: '';
    position: absolute;
    background-image: url('/main-images/customMenuArrow.svg');
    width: 10px;
    height: 6px;
    right: 20px;
    top: 25px;
    border: none;
    margin: 0;
    transform-origin:inherit;
    transition: 0s;
    transform: rotate(0);
}

.customSelect.open::after {
    transform: rotate(180deg);
} 

.customSelect .current {
    color: rgba(23, 0, 33, 0.50);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.customSelect.open {
    z-index: 10;
    position: relative;
    transition: all 0.5s;
    box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.customSelect .list{
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 15px 30px 20px 30px;
    position: absolute;
    width: 100%;
    background: #F1F1F5;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    top: 53px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1);
    transform: scale(1) translateY(0);
    left: 0;
    list-style-type: none;
}

.customSelect.open .list {
    opacity: 1;
    transition: all 0.5s;
    z-index: 9;
}

.customSelect .list li {
    color: #170021;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    cursor: pointer;
    min-height: max-content;
    padding: 0;
    border: none;
}




.customSelect2 {
    border-radius: 5px;
    background: #F1F1F5;
    position: relative;
}
.customSelect2 .activeOption {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background: #F1F1F5;
    cursor: pointer;
    transition: all 0.5s;
    color: rgba(23, 0, 33, 0.50);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}
.customSelect2 .activeOption p {
    color: rgba(23, 0, 33, 0.50);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.customSelect2.open .activeOption {
    z-index: 10;
    position: relative;
    transition: all 0.5s;
    box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.customSelect2 .options {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 15px 30px 20px 30px;
    position: absolute;
    width: 100%;
    background: #F1F1F5;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}
.customSelect2.open .options {
    opacity: 1;
    transition: all 0.5s;
    z-index: 9;
}

.customSelect2 .options p {
    color: #170021;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    cursor: pointer;
}

.customSelect2 .options p.active {
    color: #B200FF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* customSelect */


/* defaultModal */

.defaultModalbackdrop {
    background: #0000000a;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    padding-right: 0 !important;
    z-index: 10000000000;
}

.defaultModalWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-backdrop {
    display: none;
}

.defaultModal {
    position: relative;
    width: max-content;
    padding: 60px 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
}

.defaultModal h4 {
    color: #690097;
    text-align: center;
    font-family: "Bebas";
    font-size: 36px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 100%; /* 36px */
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.defaultModal h4 hr {
    margin: 0 !important;
    height: 5px;
    border-radius: 30px;
    background: linear-gradient(134deg, #B200FF 14.85%, #FF00F5 86.52%);
}

.defaultModal .closeButton {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    padding: 0;
}

.defaultModal p {
    text-align: center;
}

.logOutModal h4 hr {
    width: 315px;
}

.logOutModal .defaultModal {
    width: 650px;
}

.logOutModal .defaultDescription {
    font-size: 14px;
}

.logOutModal .defaultPinkButton {
    padding: 20px 68px;
}


@media screen and (max-width: 700px) {
    .defaultModal {
        width: 90% !important;
    }

    .defaultModal h4 {
        width: 100%;
    }

    .defaultModal h4 hr {
        width: 80%;
    }

    .defaultModal p {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 700px) {
    .defaultModal {
        padding: 40px 20px;
    }

    .logOutModal .defaultPinkButton {
        padding: 18px 56px;
    }

}

.p-calendar .p-button {
    padding: 5px 0px;
}

.p-datepicker button {
    background: none;
    color: black;
    padding: 0;
}



/* sidebar */

.openSideBar {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 0px;
    cursor: pointer;
    z-index: 1000000;
}

.sidebar.showSideBar {
    transition: all 0.5s;
    left: 10px;
}

.closeSidebar {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.sidebar {
    z-index: 100000000 !important;
    min-width: 266px;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 40px 25px;
    border-radius: 20px;
    border: 1px solid rgba(23, 0, 33, 0.05);
    background: #FFF;
    box-shadow: 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
}

.sidebar .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar * {
    margin: 0 !important;
}

.sidebar .list h4 {
    color: #690097;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.sidebar .list ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style-type: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.sidebar .list ul li {
    line-height: 100%;
}

.sidebar .list ul li a {
    color: #170021;
    font-family: Montserrat !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    text-decoration: none;
}

.sidebar .list ul li a.activeSidebarLink,
.sidebar .list ul li a.active{
    color: #B200FF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    text-decoration-line: underline;
}

/* sidebar */



/* mainSearch */

.mainSearch {
    display: flex;
    gap: 20px;
    align-items: center;
}

.mainSearch .searchInput {
    position: relative;
    display: flex;
    align-items: center;
}

.mainSearch .searchInput input {
    padding: 16px 63px;
    border-radius: 30px;
    background: #EAE9E9;
    color: rgba(23, 0, 33, 0.75);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    border: none;
    outline: none;
    width: 692px;
}

.mainSearch .searchInput img {
    position: absolute;
    left: 29px;
}

.mainSearch button {
    padding: 16px 62px;
    width: max-content;
    font-size: 18px;
}

/* mainSearch */



/* eventsList */

.eventsList {
    padding: 20px 25px 20px 20px;
    border-radius: 15px;
    background: #EAE9E9;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 285px;
    max-height: 234px;
    min-height: 234px;
    overflow-y: scroll;
    mask-image: linear-gradient(to right, black 100%, transparent);
    -webkit-mask-image: linear-gradient(to right, black 100%, transparent);
}

.eventsList::-webkit-scrollbar {
    width: 5px;
    border-radius: 30px;
}

.eventsList::-webkit-scrollbar-track {
    background: #1B1B1B;
    border-radius: 30px;
}

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

.eventsList h4 {
    font-size: 18px;
}

.eventsList a {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.eventsList a span {
    font-size: 10px;
    color: rgba(23, 0, 33, 0.50);
    line-height: 120%;
}

/* eventsList */


/* usefulLinks */

.usefulLinks {
    display: flex;
    align-items: center;
    gap: 10px;
}

.usefulLinks a:not(.checkLink) {
    cursor: pointer;
    display: flex;
    max-width: 171px;
    min-width: 171px;
    width: 100%;
    height: 124px;
    padding: 20px 15px;
    color: #FFF !important;
    font-family: "Bebas" !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 25px */
    border-radius: 15px;
    transition: 0.5s;
}

.usefulLinks a#getCert {
    background-blend-mode: lighten;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(154deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%), url("/main-images/certIconBg.svg");
}

.usefulLinks a:not(.checkLink):hover {
    color: #FF00F5 !important;
}


/* usefulLinks */


.sectionHead {
    display: flex;
    gap: 20px;
    align-items: center;
}

.sectionHead h2 {
    color: #690097;
    font-family: "Bebas";
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
}

.sectionHead hr {
    height: 57px;
    min-width: 5px;
    border-radius: 16px;
    background: linear-gradient(134deg, #B200FF 14.85%, #FF00F5 86.52%);
}

.sectionHead p {
    color: #690097;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
}


/* partnersList */

.partnersList {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 120px;
}

.partnersList .sectionHead {
    align-self: center;
}

.partnersList .partnersScroll {
    overflow-x: hidden;
    cursor: grab;
}

.partnersList .partnersLogoWrapper {
    width: 3300px;
    display: flex;
    flex-wrap: wrap;
    height: 160px;
    row-gap: 22px;
    column-gap: 70px;
    align-items: center;
}

.partnersList .partnersLogoWrapper .modif {
    width: 270px;
}

.partnersList .partnersLogoWrapper .modif img {
    opacity: 0.5;
    width: 100%;
}

.partnersList .partnersLogoWrapper .logo img,
.partnersList .partnersLogoWrapper .logo{
    user-select: none;
}

/* partnersList */



/* chooseUs */

.chooseUs {
    margin-top: 120px;
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(168.48deg, rgb(178, 0, 255) -10.777%,rgb(0, 0, 0) 70.06%,rgb(255, 0, 245) 270.217%);
}

.chooseUs .chooseUs-wrapper {
    padding: 52px 102px;
    width: 100%;
    align-items: center;
    display: flex;
    gap: 152px;
}

 .chooseUs .chooseUs-wrapper h4 {
    font-family: 'Bebas';
    font-size: 37px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 110%;
    text-transform: uppercase;
}

 .chooseUs .chooseUs-wrapper h4 span {
    color: #FF00F5;
}

 .chooseUs .chooseUs-wrapper .chooseUs-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

 .chooseUs .chooseUs-wrapper .chooseUs-right ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style-type: none;
}

 .chooseUs .chooseUs-wrapper .chooseUs-right ul li {
    color: rgb(234, 233, 233);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: 10px;
}

 .chooseUs .chooseUs-wrapper .chooseUs-right ul li::before {
    content: '';
    display: block;
    width: 25px;
    height: 6px;
    border-radius: 20px;
    background: linear-gradient(134.20deg, rgb(178, 0, 255) 20.702%,rgb(255, 0, 245) 91.363%);
}

 .chooseUs .chooseUs-wrapper .chooseUs-right .chooseUs-right_buttons {
    display: flex;
    gap: 10px;
}

.chooseUs .chooseUs-wrapper .chooseUs-right .chooseUs-right_buttons a {
    height: max-content;
    line-height: 100%;
}

 .chooseUs .chooseUs-wrapper .chooseUs-right .chooseUs-right_buttons a:first-child {
    padding: 10px 30px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    background: linear-gradient(150.97deg, rgb(15, 0, 152) -40.341%,rgb(178, 0, 255) 38.682%,rgb(255, 0, 245) 91.07%);
    cursor: pointer;
    text-decoration: none !important;
}

 .chooseUs .chooseUs-wrapper .chooseUs-right .chooseUs-right_buttons a:last-child {
    padding: 10px 30px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    outline: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}

 @media screen and (max-width: 1250px) {
    .chooseUs .chooseUs-wrapper {
        justify-content: space-between;
        gap: 0;
    }
 }

 @media screen and (max-width: 1080px) {
    .chooseUs .chooseUs-wrapper {
        padding: 52px;
    }
 }

  @media screen and (max-width: 900px) {
    .chooseUs .chooseUs-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .chooseUs .chooseUs-wrapper h4 {
        margin-bottom: 20px;
    }
  }

    @media screen and (max-width: 550px) {
        .chooseUs .chooseUs-wrapper {
            padding: 60px 30px;
        }

        .chooseUs .chooseUs-wrapper .chooseUs-right ul li::before {
            align-self: start;
            min-width: 25px;
            margin-top: 7px;
        }

        .chooseUs .chooseUs-wrapper .chooseUs-right ul {
            gap :15px;
        }
    }

/* chooseUs */



/* advBanner */

.advBanner {
    width: 100%;
    padding: 43px 0px 48px 320px;
    border-radius: 15px;
    background: linear-gradient(175deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%);
    position: relative;
    height: 250px;
}

.advBanner2 {
    background: linear-gradient(175deg, #B200FF -18.49%, #000 85.3%, #FF00F5 173.71%), url('../main-images/advBannerBg2.png');
}

.advBanner .bannerContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 100;
}

.advBanner .bannerContent h4 {
    color: #FFF;
    font-family: "Bebas";
    font-size: 36.148px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.advBanner .bannerContent p {
    color: rgba(255, 255, 255, 0.85);
    font-family: Montserrat;
    font-size: 12.652px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 17.712px */
    width: 420px;
}

.advBanner .bannerContent a {
    font-size: 14px;
    padding: 14px 27px;
    width: max-content;
}

.advBanner .bannerBg1 {
    background-image: url('../main-images/advBP1.png');
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px 0px 0px 15px;
}

.advBanner2 .bannerBg1 {
    background-image: url('../main-images/advBanner2Image1.png');
}

.advBanner .bannerBg2 {
    background-image: url('../main-images/advBP2.png');
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 15px 15px 0px;
}

.advBanner2 .bannerBg2 {
    background-image: url('../main-images/advBanner2Image2.png');
}


@media screen and (max-width: 950px) {
    .advBanner .bannerBg1 {
        display: none;
    }

    .advBanner {
        padding: 46px;
    }
}

@media screen and (max-width: 600px) {
    .advBanner {
        height: 740px;
        padding: 110px 36px 0px 36px;
        background: linear-gradient(166deg, #B200FF -30.39%, #000 47.24%, #FF00F5 119.02%);
    }

    .advBanner .bannerBg2 {
        bottom: 0;
        top: auto;
        background-image: url('../main-images/advBP3.png');
        height: 100%;
        background-position: bottom;
        border-radius: 15px;
    }

    .advBanner .bannerContent {
        align-items: center;
        text-align: center;
    }

    .advBanner .bannerContent p {
        width: 100%;
    }

    .advBanner .bannerContent {
        gap: 15px;
    }
}

/* advBanner */


/* PopupLoadPictures */

.popupLoadPictures .defaultPopup {
    width: 60%;
}

.popupLoadPictures .defaultPopup .crop-img {
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 440px;
}

.popupLoadPictures .defaultPopup .image-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-height: 440px;
}

.popupLoadPictures .defaultPopup .crop-img img {
    width: 100%;
    object-fit: contain;
}

.popupLoadPictures .defaultPopup .defaultDropZone {
    align-items: center;
}

.popupLoadPictures .defaultPopup .defaultDropZone p {
    text-align: center;
}

.popupLoadPictures .defaultPopup .container .popupButtons,
.popupLoadPictures .defaultPopup .img-result-container .popupButtons {
    margin-top: 20px;
}

.popupLoadPictures .defaultPopup .m-icon-dropzone {
    font-size: 40px;
    display: block;
}
/* PopupLoadPictures */


/* defaultDropZone */

.defaultDropZone {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.defaultDropZone .defaultDropZoneButton {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 90px;
    border-radius: 5px;
    border: 1px solid rgba(23, 0, 33, 0.50);
    width: max-content;
    height: max-content;
}

.defaultDropZone .dropZoneRules {
    color: rgba(23, 0, 33, 0.50);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    width: 337px;
}

@media screen and (max-width: 600px) {
    .defaultDropZone .dropZoneRules {
        width: 100%;
    }
}

/* defaultDropZone */


/* listPicturesLoader */

.listPicturesLoader {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.listPicturesLoader .picturesList {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.listPicturesLoader .picturesList .pictureItem {
    width: 214px;
    height: 114px;
    border-radius: 5px;
    position: relative;
}

.listPicturesLoader .picturesList .general {
    border: 1px #FF00F5 solid;
}

.listPicturesLoader .picturesList .pictureItem img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.listPicturesLoader .picturesList .pictureItem .actions {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    justify-content: space-between;
    align-items: start;
    padding: 5px 10px;
    box-sizing: border-box;
}

.listPicturesLoader .picturesList .pictureItem .actions .makeGeneral {
    align-self: end;
    color: white;
    font-family: 'Montserrat';
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 500;
    background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
}

.listPicturesLoader .picturesList .pictureItem .actions p {
    color: #FF00F5;
    font-family: "Montserrat";
    font-size: 12px;
    align-self: end;
}

/* listPicturesLoader */



@media screen and (max-width: 1300px) {
    .feedback .feedback-bottom {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

        .feedback .feedback-bottom .contact-soc {
            width: calc(100% - 164px);
            padding: 60px 82px;
            gap: 30px;
        }

    .content_all .contacts .flex-block-cont .flex-block-cont_top {
        max-width: 95%;
        justify-content: space-around;
    }
}

@media screen and (max-width: 1024px) {
        .feedback .feedback-bottom .contact-soc p {
            opacity: 1;
        }

        .feedback .feedback-title {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
        }

        .feedback .feedback-title p {
            padding-top: 10px;
        }

        .feedback .feedback-title .stroke {
            width: 100%;
            height: 5px;
        }

        .feedback,
        .feedback .feedback-form_wrapper {
            max-width: 100%;
        }

        .feedback .feedback-form_wrapper form .topInputs {
            justify-content: space-between;
        }

        .feedback .feedback-form_wrapper form .topInputs .leftInputs_wrapper,
        .feedback .feedback-form_wrapper form .topInputs .commentInput{
            width: 100% !important;
        }

        .feedback .feedback-form_wrapper form .topInputs .nameInput, 
        .feedback .feedback-form_wrapper form .topInputs .telInput, .feedback .feedback-form_wrapper form .topInputs .commentInput {
            width: 100%;
        }

        .feedback .feedback-form_wrapper form {
            padding: 45px 102px 45px 70px;
        }

        .popupLoadPictures .defaultPopup {
            width: 95%;
        }

        .popupLoadPictures .img-result-container {
            flex-direction: column;
        }
}

@media screen and (max-width: 800px) {
        .feedback .feedback-bottom .contact-soc {
            padding: 70px 93px 70px 94px;
            width: calc(100% - 187px);
            background: linear-gradient(160.48deg, rgb(178, 0, 255) -18.174%,rgb(0, 0, 0) 85.673%,rgb(255, 0, 245) 172.579%);
        }

        .feedback .feedback-form_wrapper form .topInputs {
            flex-direction: column;
        }

        .feedback .feedback-form_wrapper form .topInputs .leftInputs_wrapper {
            width: 100% !important;
        }

        .feedback .feedback-form_wrapper form .topInputs .commentInput textarea {
            height: 120px !important;
        }

        .feedback .feedback-form_wrapper form .topInputs {
            gap: 10px;
        }

        .feedback .feedback-form_wrapper form .bottomElements button {
            width: 100%;
        }

        .feedback .feedback-form_wrapper form {
            padding: 60px 31px 60px 35px;
            background-position: right top;
            background-image: linear-gradient(147.48deg, rgb(178, 0, 255) -16.626%,rgb(0, 0, 0) 70.01%,rgb(255, 0, 245) 143.811%), url('/main-images/feedbackFormBgMobile.png');
        }

        .feedback .feedback-form_wrapper form .bottomElements {
            width: 100%;
        }

        .feedback .feedback-title h2 {
            font-size: 45px;
            line-height: 110%;
        }

        .feedback .feedback-title .stroke {
            width: 80%;
        }

        .feedback .feedback-title p {
            font-size: 12px;
        }

        .feedback .feedback-title {
            width: 100%;
            gap: 5px;
        }

    }

@media screen and (max-width: 600px) {
    .feedback .feedback-bottom {
        gap: 30px;
    }

    .feedback .feedback-form_wrapper form .bottomElements .feedback-checkbox .customCheckbox a {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
        .bottomBanner {
            height: max-content;
            padding: 82px 24px;
            margin-bottom: 60px;
        }

        .bottomBanner .bottomBannerTitle p {
            font-size: 12px;
        }

        .bottomBanner .bottomBannerTitle h4 {
            font-size: 36px;
        }

        .feedback .feedback-bottom .contact-soc {
            padding: 40px;
            width: calc(100% - 90px);
        }

        .feedback .feedback-bottom .contact-soc h2 {
            font-size: 30px;
        }

        .feedback .feedback-title h2 {
            font-size: 32px;
        }

        .feedback .feedback-title {
            gap: 10px;
        }

        .feedback .feedback-form_wrapper form {
            padding: 50px 20px;
        }

        .feedback .feedback-form_wrapper form .bottomElements button {
            padding: 12px;
            font-size: 14px;
        }

}

    /* feedBack */

/* checkboxWrapper */

.checkboxWrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.checkboxWrapper a,
.checkboxWrapper p a {
    color: #170021;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.checkboxWrapper p,
.checkboxWrapper{
    color: #170021;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.customCheckbox {
    min-width: 15px;
    height: 15px;
    background-image: url("/main-images/checkBoxNotActive.svg");
    cursor: pointer;
}

.customCheckboxWhite {
    min-width: 15px;
    height: 15px;
    background-image: url("/main-images/whiteBorderCustomCheckbox.png");
    cursor: pointer;
}

.customCheckboxActive {
    min-width: 15px;
    height: 15px;
    background-image: url("/main-images/checkboxActive.svg");
    cursor: pointer;
}

.customCheckboxWhiteActive {
    min-width: 15px;
    height: 15px;
    background-image: url("/main-images/whiteBorderCustomCheckboxActive.svg");
    cursor: pointer;
}

/* checkboxWrapper */


.blueLink {
    cursor: pointer;
    color: blue !important;
    text-decoration: underline;
}


    /* lotFilters */

    .lotFilters {
        display: flex;
        gap: 5px;
        align-items: center;
    }

        .lotFilters .filterItem {
            padding: 12px;
            color: #FFF;
            font-family: Montserrat;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 100%; /* 12px */
            border-radius: 30px;
            background: #1B1B1B;
            cursor: pointer;
            backdrop-filter: blur(3.7363340854644775px);
        }

            .lotFilters .filterItem:first-child {
                padding: 12px 23px;
            }

            .lotFilters .filterItem.active {
                background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
            }

    /* lotFilters */



/* nearestLots */

.nearestLotsWrapper {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.nearestLotsWrapper h2 {
    color: #690097;
    font-family: "Bebas";
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
}

.nearestLots {
    display: flex;
    flex-wrap: wrap;
    width: 1198px;
    column-gap: 20px;
    row-gap: 30px;
    justify-content: start;
    align-items: center;
    transition: all 0.5s;
    margin: 0 auto;
}

.nearestLots .nearestLot {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 386px;
    max-width: 386px;
    width: 100%;
}

.nearestLots .nearestLot a img {
    width: 217px;
    height: 120px;
}

.nearestLots .nearestLot .lotInfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nearestLots .nearestLot .lotInfo h4 {
    color: #690097;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 15px */
    margin-bottom: 0;
}

    /* nearestLots */

    .pinkBorderButton {
        color: #B200FF !important;
        font-family: Montserrat !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 14px */
        padding: 20px 30px;
        border: 1px solid !important;
        border-image: linear-gradient(90deg, #B200FF, #FF00F5) 1;
        border-radius: 30px !important;
        display: inline-block;
    }





/* popups */

.containerForDefaultPopup {
    position: relative;
}

.popupRender {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popupRender .openButton {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.defaultPopupWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0000000a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000000000;
}

.defaultPopup * {
    margin: 0;
}

.defaultPopup {
    width: 430px;
    display: flex;
    flex-direction: column;
    padding: 60px 45px;
    border-radius: 30px;
    background: #FFF;
    max-height: 90vh;
    align-items: center;
    position: relative;
    gap: 30px;
    overflow-y: auto;
    mask-image: linear-gradient(to right, black 100%, transparent);
    -webkit-mask-image: linear-gradient(to right, black 100%, transparent);
}

.defaultPopup .closePopupButton {
    position: absolute;
    top: 25px;
    right: 25px;
    border: none;
    outline: none;
    background: none;
}

.defaultPopup .popupTitle {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.defaultPopup .popupTitle h4 {
    color: #690097;
    text-align: center;
    font-family: "Bebas";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 30px */
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.defaultPopup .popupTitle h4 hr {
    border: none;
    width: 80%;
    border-radius: 30px;
    background: linear-gradient(134deg, #B200FF 14.85%, #FF00F5 86.52%);
    height: 5px;
}

.defaultPopup .popupTitle p {
    color: #690097;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.defaultPopupDescription {
    color: #170021;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
}

.defaultPopup .popupBody {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.defaultPopup .popupBody .customCheckboxWrapper,
.customCheckboxWrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 5px;
}

.defaultPopup .popupBody .customCheckboxWrapper p {
    text-align: left;
}

.defaultPopup .popupBody .customCheckboxWrapper.error p {
    color: red;
}

.defaultPopup .popupBody textarea {
    min-height: 108px;
}

.defaultPopup .popupBody .defaultSubmitButton {
    margin-top: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    padding: 20px 0px;
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
    outline: none;
    border: none;
}

.defaultPopup::-webkit-scrollbar {
    width: 5px;
    border-radius: 30px;
}

.defaultPopup::-webkit-scrollbar-track {
    background: #1B1B1B;
    border-radius: 30px;
}

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

.defaultPopup .popupButtons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}


@media screen and (max-width: 600px) {
    .defaultPopup {
        max-height: 80vh;
        padding: 60px 30px;
        width: 370px;
    }
}

@media screen and (max-width: 400px) {
    .defaultPopup {
        width: 95%;
        padding: 60px 20px;
    }
}

/* popups */


* button {
    border: none;
}



/* lotItem */

.sub-category-card {
    margin: 0 !important;
    width: 100%;
}

.sub-category-card {
    margin-bottom: 20px;
    border: none !important;
}

.cardContent {
    padding: 10px;
    display: flex;
    gap: 42px;
    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);
}

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

.cardContent .cardImage .favorite-btn,
.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;
}

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

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

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

.cardContent .cardInfo .cardDescription {
    grid-template-columns: 70% 30%;
}

.cardContent .cardInfo .cardDescription div span {
    white-space: normal;
    word-break: break-word;
    width: 100% !important;
}

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

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

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

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

.cardContent .cardInfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    white-space: normal;
    width: 405px;
    padding-top: 35px;
}


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

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

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

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

.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;
}

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

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

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

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

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

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

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

.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;
}

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

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

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

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

.sendingType {
    grid-column: 1 / -1; 
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.deliveryDetails {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* lotItem */


/* pagging */

.paging {
    display: flex;
    align-items: center;
    gap: 20px;
}

.paging .pagingPrev,
.paging .pagingNext {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.paging .numPages {
    display: flex;
    align-items: center;
    gap: 5px;
}

.paging .numPages span {
    color: #170021;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
    cursor: pointer;
    padding: 5px;
}

.paging .numPages span.active {
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
    background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
}

/* pagging */


.m-icon-heart:before {
    content: "\e906";
}



/* scrollWrapper */

.scrollWrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.scrollWrapper .scrollButton {
    position: absolute;
    top: calc(50% - 40px);
    cursor: pointer;
    z-index: 100;
    transition: all 0.5s;
    border-radius: 50%;
}

.scrollWrapper .scrollButton:hover {
    box-shadow: 0 0 10px #ff00f51f, 0 0 20px #ff00f51f, 0 0 30px #ff00f51f;
}

.scrollWrapper .scrollButtonPrev {
    left: 20px;
}

.scrollWrapper .scrollButtonNext {
    right: 20px;
}

.scrollWrapper .scrollContent {

}

/* scrollWrapper */



/* checkbox */

.customCheckboxWrapper  {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customCheckboxWrapper a,
.customCheckboxWrapper p {
    color: #170021 !important;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}





.p-calendar {
    transition: 0.5s ease !important;
}

.p-calendar * {
    transition: 0.5s ease !important;
}

.p-calendar .p-datepicker-trigger {
    background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
    height: auto;
    border-radius: 0px 5px 5px 0px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.p-calendar input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* personalDataTable */

.personalDataButtons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.personalDataButtons button {
    border-radius: 32px;
    padding: 14px 32px;
    font-size: 16px;
    color: white;
    font-weight: 500;
    background: linear-gradient(147deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
}

.personalDataTable .inputWrapper span {
    order: -2;
}

.personalDataTable .inputWrapper .p-calendar {
    order: 0;
    width: 100%;
}

.personalDataTable .inputWrapper .p-calendar input {
    color: #170021 !important;
    opacity: 1 !important;
}

.personalDataTable .inputWrapper .actions {
    order: -1;
    margin-left: auto;
    display: flex;
    gap: 10px;
}

.personalDataTable .inputWrapper {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: end;
    max-width: 400px;
}

.personalDataTable .inputWrapper .actions button {
    padding: 5px 10px;
    font-size: 14px;
}

.personalDataTable .inputWrapper input:disabled {
    background: none !important;
    padding: 0;
}

.personalDataTable .inputWrapper input:disabled.is-invalid {
    background: #ff00002d !important;
}

.personalDataTable {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.personalDataTable .buttons {
    display: flex;
    gap: 15px;
}

.personalDataTable .buttons button.defaultPinkButton {
    padding: 20px 68px;
}

.personalDataTable .buttons button {
    width: max-content;
}

.personalDataTable .statusChecking {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: max-content;
}

.personalDataTable .statusChecking h4 {
    margin-bottom: 0 !important;
}

.personalDataTable .statusChecking button {
    padding: 5px 10px;
    width: max-content;
    font-size: 14px;
}

.personalDataTable .inputWrapper input::placeholder {
    color: #170021 !important;
}

.personalDataTable .loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f26e;
    z-index: 100000;
}

.personalDataTable .companyIdSelect {
    width: 100%;
}

.inputWrapper.disable .customSelect2 {
    background: none;
}

.inputWrapper.disable .customSelect2 .activeOption {
    padding: 0;
    color: #170021;
    background: none;
    pointer-events: none;
}

.inputWrapper.disable .customSelect2 .activeOption svg {
    display: none;
}

.personalDataTable .companyIdSelect .customSelect2 {
    width: 100%;
}

.personalDataTable .documentsDataTable {
    position: relative;
}

.personalDataTable .documentsDataTable td .defaultInput {
    width: 100%;
}

.personalDataTable .documentsDataTable td .editWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.personalDataTable .documentsDataTable td .editWrapper input {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.personalDataTable .documentsDataTable table {
    table-layout: fixed;
}

.personalDataTable .documentsDataTable td select {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .personalDataTable .inputWrapper {
        flex-direction: column;
        align-items: start;
    }

    .personalDataTable .inputWrapper .actions {
        order: -3;
    }
}

/* personalDataTable */


/* defaulDataTable */

.defaultDataTable {

}

.defaultDataTable thead tr th {
    padding: 13px 20px;
    color: rgba(23, 0, 33, 0.75);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.defaultDataTable .actionButtons {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.defaultDataTable tbody tr td {
    color: #170021;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    padding: 18px 20px;
}

.defaultDataTable thead tr th,
.defaultDataTable tbody tr td {
    background: #F1F1F5;
}

.defaultDataTable tbody tr td a {
    color: #170021 !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    text-decoration-line: underline;
    cursor: pointer;
}

.uploadInput label {
    text-decoration-line: underline;
    cursor: pointer;
}

.defaultDataTable {
    width: 100%;
}

.defaultDataTable tbody td,
.defaultDataTable thead th {
    border: 1px white solid;
    border-collapse: collapse;
}

.defaultDataTable thead tr th:first-child {
    border-top-left-radius: 5px;
}

.defaultDataTable thead tr th:last-child {
    border-top-right-radius: 5px;
}

.defaultDataTable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.defaultDataTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

/* defaulDataTable */


.loaderWrapper {
    position: relative;
}

    .loaderWrapper .loader {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f2f2f26e;
        z-index: 100000;
    }

/* shortCardLot */

.shortCardLot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-top: 1px #D9D9D9 solid;
    border-bottom: 1px #D9D9D9 solid;
}

/* shortCardLot */

.coupleButtons {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.coupleButtons button {
    width: 100%;
    text-align: center !important;
}



.documentsTable .editWrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.documentsTable .editWrapper input {
    width: 100%;
}

.documentsTable .editWrapper button {
    flex-grow: 1;
    text-align: center;
}

.documentsTable select {
    max-width: 250px;
    width: 100%;
}



.extendedRow {
    height: 22px;
    overflow-y: hidden;
}

.extendedRowOpen {
    height: 100%;
}

.extendedRow .rowHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.addDocButton {
    width: 40px;
    height: 40px;
}

.addDocButton img{
    width: 100%;
    height: 100%;
}

.downloadDocButton {
    width: 25px;
    height: 25px;
}

.uploadDocButton {
    width: 35px;
    height: 35px;
}

.downloadDocButton img,
.uploadDocButton img {
    width: 100%;
    height: 100%;
}

.openEditUploadedDocument {
    background: #4CAF50;
    color: white;
    font-size: 14px;
    padding: 6px 16px;
    font-family: "Montserrat";
    border-radius: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    min-width: fit-content;
}


.fileExtension {
    line-height: 100%;
    font-weight: 500 !important;
    font-size: 10px !important;
    padding: 3px 5px 2px 5px;
    border-radius: 4px;
    color: white !important;
    text-transform: uppercase;
    background: linear-gradient(127deg, #0F0098 -29.55%, #B200FF 48.7%, #FF00F5 94.76%);
}


/* statistics */

.mainBannerWrapper {

}

.mainBannerWrapper .statistics {
    z-index: 1000;
    padding: 30px 10px;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 50px;
    width: 1016px;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    margin-top: -80px;
}

.mainBannerWrapper .statistics h4 {
    color: rgb(105, 0, 151);
    font-family: 'Bebas';
    font-size: 40px;
    font-weight: 500;
    width: max-content;
}

.mainBannerWrapper .statistics span {
    color: rgb(23, 0, 33);
    font-family: Montserrat;
    font-size: 16px;
    white-space: normal;
    display: inline-block;
    line-height: 110%;
}

.mainBannerWrapper .statistics .stroke {
    width: 0.5px;
    height: 96px;
    background: #170021;
    opacity: 30%;
}

@media screen and (max-width: 1100px) {
    .mainBannerWrapper .statistics {
        width: 600px;
        display: grid;
        grid-template-columns: max-content max-content;
        grid-template-rows: max-content max-content;
        column-gap: 50px;
        row-gap: 40px;
    }

    .mainBannerWrapper .statistics .stroke {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .mainBannerWrapper .statistics {
        width: 70%;
        column-gap: 30px;
        row-gap: 20px;
        padding: 30px 20px;
    }

    .mainBannerWrapper .statistics h4 {
        line-height: 100%;
        font-size: 30px;
    }

    .mainBannerWrapper .statistics span {
        font-size: 13px;
    }

    .mainBannerWrapper .statistics .statistics_item {
        align-self: start;
        justify-self: start;
    }
}

@media screen and (max-width: 600px) {
    .mainBannerWrapper .statistics {
        width: 85%;
        padding: 30px 15px;
        height: max-content;
    }
}

@media screen and (max-width: 400px) {
    .mainBannerWrapper .statistics {
        width: 85%;
        height: max-content;
        padding: 20px 10px;
        grid-template-rows: max-content max-content;
        row-gap: 20px;
        column-gap: 20px;
    }

    .mainBannerWrapper .statistics h4 {
        font-size: 22px;
    }

    .mainBannerWrapper .statistics span {
        font-size: 10px;
    }

    .mainBannerWrapper .statistics .statistics_item {
        justify-self: start;
    }

    .bank-details-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .bank-details-column {
        flex: 1 1 45%;
        min-width: 300px;
    }

    .default-bank-details {
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 15px;
        background: #f9f9f9;
    }

}
