@font-face {
    font-family: "Titillium-Bold";
    src: url("../fonts/TitilliumWeb-Bold.ttf");
}

@font-face {
    font-family: "Titillium-Light";
    src: url("../fonts/TitilliumWeb-Light.ttf");
}

@font-face {
    font-family: "Titillium-Medium";
    src: url("../fonts/TitilliumWeb-Regular.ttf");
}

@font-face {
    font-family: "Raleway-Bold";
    src: url("../fonts/Raleway-Bold.ttf");
}

@font-face {
    font-family: "Raleway-Light";
    src: url("../fonts/Raleway-Light.ttf");
}

@font-face {
    font-family: "Raleway-Medium";
    src: url("../fonts/Raleway-Medium.ttf");
}

body {
    position: relative;
    margin: 0;
    font-family: "Titillium-Light";
    font-size: 16px;
    background-color: rgba(229, 229, 229, .5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

select {
    outline: none;
    user-select: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-track {
    border-radius: 20px;
    background: #ccc;
}

*::-webkit-scrollbar-thumb {
    background-color: #01948C;
    border-radius: 20px;
}

.d-none{
    display: none !important;
}

.diamond>p {
    color: #7b66eb !important;
    font-weight: bolder !important;
}

.mce-notification-warning{
    display: none !important;
}

.gold>p {
    color: #d7b40a !important;
    font-weight: bolder !important;
}

.platinium>p {
    color: #4dd1bf !important;
    font-weight: bolder !important;
}

.silver>p {
    font-weight: bolder !important;
}


header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.header-inner {
    padding-top: 25px;
    width: 85%;
    margin-bottom: 160px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.header-top-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 10%;
}

.header-top-left-item>a>img {
    cursor: pointer;
    object-fit: contain;
}

.header-top-right {
    display: flex;
    align-items: center;
}

.header-top-right>a {
    font-family: "Titillium-Medium";
    margin-left: 10px;
    font-size: 14px;
    color: #01948C;
    text-decoration: none;
    cursor: pointer;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
}

.header-nav-logo {
    cursor: pointer;
    width: 65%;
    display: flex;
    align-items: center;
}

.header-nav-logo a{
    margin-right: 40px;
}

.header-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    /* width: 35%; */
}

.header-sign-in {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
    cursor: pointer;
}

.header-sign-in-button {
    margin-left: 30px;
}

.header-sign-in-button.active {
    display: flex;
}

.header-nav-links-item a {
    font-size: 16px;
    font-family: "Titillium-Medium";
    color: rgba(41, 41, 41, 0.6);
    transition: all ease-in-out .3s;
    text-decoration: none;
}

.header-nav-links-item>a:hover {
    color: rgba(41, 41, 41, 1);
    transform: scale(1.05);
}

.header-nav-links-item {
    transition: all ease-in-out .3s;
    font-weight: bold;
    font-size: 22px;
    color: #01938a;
}



.header-nav-links-item.active>a {
    color: rgba(41, 41, 41, 1);
}

.parent_link{
    position: relative;
}

.submenu_box{
    display: none;
    flex-direction: column;
    position: absolute;
    top: 22px;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 999;
    width: 150px;
}

.parent_link:hover  .submenu_box{
    display: flex !important;
}

.submenu_box:hove{
    display: flex !important;

}

.submenu_box a{
    text-decoration: none;
    margin: 4px 0;
    font-family: "Titillium-Medium";
    color: rgba(41, 41, 41, 0.6);
}

.header-sign-in-lang {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(41, 41, 41, 0.4);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    user-select: none;
}

.header-sign-in-lang>p {
    font-family: "Titillium-Medium";
    font-size: 12px;
    text-align: center;
    color: #242424;
}

.header-sign-in-button {
    padding: 8px 20px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #01948C;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.header-sign-in-button:hover {
    border: unset;
    background-color: #01948C;
}

.header-sign-in-button:hover>p {
    color: white;

}

.header-sign-in-button>p {
    font-size: 16px;
    text-align: center;
    color: #242424;
}

.header-inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-inner-content-left {
    width: 50%;
}

.header-inner-content-left-title>p {
    font-family: "Titillium-Bold";
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 30px;
    color: #292929;
}

.header-inner-content-left-subtitle>p {
    font-family: "Titillium-Bold";
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 50px;
}

.header-inner-content-left-buttons {
    display: flex;
    align-items: center;
}

.header-inner-content-left-buttons-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    position: relative;
}

.header-inner-content-left-buttons-item>img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.header-inner-content-left-buttons-item>a {
    cursor: pointer;
    padding: 10px 30px 10px 40px;
    border: 1px solid #01948C;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #292929;
    text-transform: uppercase;
}

.header-inner-content-left-buttons-item.active>a {
    background: #01948C;
    color: white;
}

.header-inner-content-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.header-inner-content-right-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-direction: column;
    position: relative;
}

.header-inner-content-right-item.first {
    height: 170px;
    width: 170px;
    bottom: 0;
    justify-content: flex-start;
}

.header-inner-content-right-item.second {
    height: 260px;
    width: 260px;
    margin-right: 60px;
    margin-bottom: 40px;
}

.header-inner-content-right-item.third {
    height: 182px;
    width: 182px;
    margin-bottom: 40px;
}

.header-inner-content-right-item.fourth {
    height: 260px;
    width: 260px;
}

.header-inner-content-right-lf {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-inner-content-right-item.second::after {
    content: '';
    position: absolute;
    top: -35px;
    right: 50px;
    width: 55px;
    height: 55px;
    border: 1px solid #17656F;
    box-sizing: border-box;
    z-index: 111;
    border-radius: 50%;
}

.header-inner-content-right-item.second::before {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    z-index: 111;
    border-radius: 50%;
    background: #01948C;
}

.header-inner-content-right-item.third::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 85px;
    height: 85px;
    border: 1px solid #17656F;
    box-sizing: border-box;
    z-index: 111;
    border-radius: 50%;
}

.header-inner-content-right-item.first::after {
    content: '';
    position: absolute;
    top: -30px;
    left: -90px;
    width: 85px;
    height: 85px;
    border: 1px solid #17656F;
    box-sizing: border-box;
    z-index: 111;
    border-radius: 50%;
}

.header-inner-content-right-item.first::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    z-index: 111;
    border-radius: 50%;
    background: #01948C;
}

.header-inner-content-right-item.fourth::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    z-index: 111;
    border-radius: 50%;
    background: #01948C;
}

.how-it-works {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

.how-it-works-inner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0;
    background: #01948C;
    border-radius: 24px;
    width: 85%;
}

.how-it-works-title>p {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.how-it-works-content-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: #00AAA1;
    box-shadow: 0px 7px 11px 1px rgba(0, 136, 129, 0.5);
    border-radius: 20px;
    margin-bottom: 40px;
}

.how-it-works-content-item-title>p {
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.how-it-works-content-item-subtitle {
    width: 60%;
}

.how-it-works-content-item-subtitle>p {
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.how-it-works-content-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.how-it-works-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}

.how-it-works-content-item-line {
    position: absolute;
    left: -110px;
    top: 40px;
}

.how-it-works-content-item-line2 {
    position: absolute;
    right: -110px;
    top: 40px;
}

.listings {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.listings-inner {
    width: 85%;
    margin: 0 auto;
}

.listings-inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listings-inner-header-left-title>p {
    font-family: "Titillium-Bold";
    font-size: 40px;
    color: #000000;
    margin-bottom: 20px;
}

.listings-inner-header-left {
    width: 50%;
}

.listings-inner-header-left-subtitle {
    width: 40%;
}

.listings-inner-header-left-subtitle>p {
    font-family: "Titillium-Light";
    font-size: 16px;
    color: rgba(96, 96, 96, 0.7);
}

.listings-inner-header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 55%;
    background: #FFFFFF;
    box-shadow: 0px 15px 43px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    padding: 25px;
    position: relative;
    height: 90px;
}

.listings-inner-header-right-wrapper{
    border: 1px solid rgba(41, 41, 41, 0.1);
    width: 100%;
    border-radius: 8px;
    display: flex;
}

.listings-inner-header-right-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    height: 40px;
}

.explore_filter_button{
    width: 22%;
    display: flex;
    align-items: center;
    border-left: 2px solid #F4F4F4;
    height: 30px;
    align-self: center;
}

.explore_filter_button button{
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #292929;
    margin-left: 10px;
    cursor: pointer;
}

.explore_filter_button button img{
    margin-right: 10px;
    width: 16px;
}

.listings-inner-header-right-search>img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.listings-inner-header-right-search>img:first-child{
    width: 15px;
}

.listings-inner-header-right-search>img.image_search{
    left: unset;
    right: 15px;
}

.listings-inner-header-right-search>input {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    outline: none;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    color: rgba(41, 41, 41, 1);
    font-family: "Titillium-Light";
}

.listings-inner-header-right-search>input::placeholder {
    font-size: 16px;
    color: rgba(41, 41, 41, 0.4);
    font-family: "Titillium-Light";
}

.listings-inner-header-right-category {
    width: 30%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.listings-inner-header-right-category>img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.listings-inner-header-right-category>select {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    color: rgba(41, 41, 41, 0.4);
    outline: none;
}

.listings-inner-header-right-search-button {
    display: flex;
    align-items: center;
}

.listings-inner-header-right-search-button>a {
    text-align: center;
    padding: 10px 20px;
    background: #01948C;
    box-shadow: 0px 7px 17px rgba(1, 148, 140, 0.32);
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Titillium-Light";
}

.listings-inner-content {
    /* margin-bottom: 100px; */
}

.listings-inner-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listings-inner-content-header-left {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(36, 36, 36, .1);
    padding-bottom: 15px;
}

.listings-inner-content-header-left-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
}

.listings-inner-content-header-left-item>p {
    font-size: 20px;
    font-family: "Titillium-Light";
    text-align: center;
    color: rgba(41, 41, 41, 0.6);
    transition: all ease-in-out .3s;
}

.listings-inner-content-header-left-item.active>p {
    color: rgba(41, 41, 41, 1);
}

.listings-inner-content-header-left-item.active>p:after {
    position: absolute;
    content: '';
    background: #01948C;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -15px;
}

.listings-inner-content-header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listings-inner-content-header-right-app {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 260px;
    height: 56px;
    border: 1px solid rgba(41, 41, 41, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
}

.listings-inner-content-header-right-app>p {
    font-size: 16px;
    color: #292929;
    font-family: "Titillium-Light";
}

.listings-inner-content-header-right-app>img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.listings-inner-content-header-right-filter {
    margin-left: 30px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid rgba(41, 41, 41, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.listings-inner-content-header-right-filter>img {
    height: 24px;
}

.listings-container {
    display: flex;
}

.listing-container-wrapper{
    flex: 0 0 75%;
    padding-right: 10px;
    overflow: hidden;
}

.fixedAd{
    position: fixed;
    top: 20px;
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, -1500px, 0); /* The image width */
    }
}

.listing_ad_wrapper{
    margin-left: 35px;
    height: 100vh;
    overflow: hidden;
}

.listings-item {
    flex: 0 1 calc(22.3% - 8px);
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    margin: 20px;
    display: none;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.apc{
    margin: 0 0 15px;
    display: flex;
}

.listings-item.boosted {
    border: 1px solid #01948C;
}

.listings-item-afisha.boosted {
    border: 1px solid #01948C;
}

/* .listings-item:nth-child(4n+2), */
.listings-item-afisha:nth-child(4n+2) {
    margin-left: 2.7%;
    margin-right: 1.3%;
}

/* .listings-item:nth-child(4n+3), */
.listings-item-afisha:nth-child(4n+3) {
    margin-left: 1.3%;
    margin-right: 2.7%;
}

.listings-item.profile {
    display: block;
}

.listings-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px !important;
}

.listings-item-header-left {
    display: flex;
    align-items: center;
}

.listings-item-header-left-img {
    margin-right: 15px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.listings-item-header-left-img>img {
    object-fit: cover;
    height: 100%;
}

.listings-item-header-left-text>p {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: #1D1D28;
}

.listings-item-header-left-text>p:last-child {
    font-size: 12px;
    line-height: 20px;
    color: #A4A4B2;
    font-family: "Titillium-Light";
    margin-bottom: unset;
}

.listings-item-header-right {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.listings-item-header-right p{
    color: #292929;
}

.listings-item-header-right>img {
    margin-right: 5px;
}

.listings-item-header-right-wrapper{
    display: flex;
}

.listings-item-text {
    margin-bottom: 0 !important;
    height: 80px;
    overflow-y: auto;
    padding-right: 10px;
}

.listings-item-text>p {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: #292929;
    word-break: break-all;
}

.listing-item-body{
    flex: 1;
}

.listing-item-body > a{
    text-decoration: none;
}

.listings-item-img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
    margin-right: 25px;
}

.listings-item-img img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.listings-item-title{
    margin-bottom: 10px;
}

.listings-item-title p{
    font-weight: bolder;
    color: #000000;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    max-width: 500px;
}

.download {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

.download-inner {
    display: flex;
    align-items: center;
    height: 460px;
    padding: 0 80px;
    background: #01948C;
    border-radius: 24px;
    width: 85%;
    overflow: hidden;
}

.listings-item-footer{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
}

.listings-additional-info{
    margin-right: 15px;
}

.listings-additional-info > *{
    font-size: 14px;
    color: #292929;
    text-decoration: none;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.listings-additional-info.active > a{
    color: #01948C;
}

.listings-additional-info img{
    transform: translateY(2px);
}

.download-left {
    width: 50%;
}

.download-left-title>p {
    font-size: 40px;
    font-family: "Titillium-Light";
    color: #FFFFFF;
    margin-bottom: 10px;
}

.download-left-subtitle {
    width: 50%;
}

.download-left-subtitle>p {
    font-family: "Titillium-Light";
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

.download-left-buttons {
    display: flex;
    align-items: center;
}

.download-left-buttons-item {
    cursor: pointer;
}

.download-left-buttons-item:first-child {
    margin-right: 20px;
}

.download-right {
    position: relative;
    width: 50%;
}

.download-right-item {
    position: absolute;
}

.download-right-item.first {
    top: -230px;
    left: -100px;
}

.download-right-item.second {
    position: absolute;
    top: -230px;
    right: -50px;
}

.download-right-item.third {
    right: -10px;
    top: -225px;
}

.download-right-item.fourth {
    left: -135px;
    top: 105px;
}

.download-right-item.fifth {
    right: -70px;
    top: 70px;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    padding-bottom: 80px;
}

.footer-logo>img {
    margin-bottom: 15px;
}

.footer-logo {
    width: 30%;
}

.footer-nav {
    width: 30%;
}

.footer-right {
    width: 30%;
    text-align: end;
}

.footer-logo>p {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: #292929;
}

.footer-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px;
}

.footer-nav-item>a {
    text-decoration: none;
    font-size: 16px;
    color: rgba(41, 41, 41, 0.6);
}

.footer-nav-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nav-social-item:nth-child(2) {
    margin: 0 20px;
}

.footer-right>p {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: #606060;
    margin-bottom: 20px;
}

.footer-right-input {
    position: relative;
}

.footer-right-input-img {
    width: 34px;
    height: 34px;
    background: #00AAA1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.footer-right-input {
    width: 378.1px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 8px;
    z-index: -1;
}

.footer-right-input>input {
    height: 100%;
    width: 100%;
    padding-left: 30px;
    outline: none;
    border: 1px solid rgba(41, 41, 41, 0.1);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 1);
}

.footer-right-input>input::placeholder {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
}

.welcome {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.welcome-inner {
    padding: 60px 0;
    position: relative;
    width: 70%;
    background: #FFFFFF;
    box-shadow: 0px 48px 100px rgba(0, 0, 0, 0.07);
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.welcome-logo {
    margin-bottom: 20px;
}

.welcome-title>p {
    font-family: "Titillium-Bold";
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.welcome-subtitle>p {
    font-family: "Titillium-Light";
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(96, 96, 96, 0.7);
}

.welcome-subtitle > a{
    text-align: center;
    padding: 10px 20px;
    background: #01948C;
    box-shadow: 0px 7px 17px rgb(1 148 140 / 32%);
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: "Titillium-Light";
    display: block;
}

.welcome-container {
    width: 30%;
    position: relative;
    height: 400px;
}

.welcome-container-item {
    position: absolute;
    width: 112.51px;
    height: 112.47px;
    background: #00909B;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.welcome-container-item>img {
    margin-bottom: 10px;
}

.welcome-container-item>p {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: #FFFFFF;
}

.welcome-container-item.first {
    left: 0;
    top: 50px;
}

.welcome-container-item.second {
    top: 120px;
    left: 34%;
    transform: translateX(-50%);
    width: 140.99px;
    height: 140.95px;
    background: #005960;
}

.welcome-container-item.third {
    right: 0;
    top: 0;
    width: 121.05px;
    height: 121.02px;
    background: #01948C;
}

.welcome-container-item.fourth {
    bottom: 0;
    right: 0;
    width: 113.93px;
    height: 113.9px;
    background: #0FBDB4;
    padding: 0 5px;
    text-align: center;
}

.welcome-container-item.fifth {
    left: 50px;
    bottom: 0;
    width: 112.51px;
    height: 112.47px;
    background: #01948C;
}

.welcome-container-item.first::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    z-index: 111;
    border: 1px solid #17656F;
    border-radius: 50%;
}

.welcome-container-item.third::before {
    content: '';
    position: absolute;
    bottom: 80px;
    left: -50px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    z-index: 111;
    background: #005960;
    border-radius: 50%;
}

.welcome-container-item.third::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: -60px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    z-index: 111;
    background: #01948C;
    border-radius: 50%;
}

.welcome-container-item.second::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -80px;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    z-index: 111;
    border: 1px solid #17656F;
    border-radius: 50%;
}

.welcome-container-item.second::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -80px;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    z-index: 111;
    border: 1px solid #17656F;
    border-radius: 50%;
}

.welcome-container-item.fifth::after {
    content: '';
    position: absolute;
    bottom: 80px;
    right: -90px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    z-index: 111;
    border: 1px solid #17656F;
    border-radius: 50%;
}

.welcome-container-item.fifth::before {
    content: '';
    position: absolute;
    bottom: 50px;
    right: -50px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    z-index: 111;
    background: #01948C;
    border-radius: 50%;
}

.welcome-button-container {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.welcome-button {
    width: 120px;
    height: 120px;
    background: #01948C;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.welcome-button>img {
    margin-bottom: 20px;
}

.welcome-button>p {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: #FFFFFF;
}

.pre-step {
    position: absolute;
    left: 60px;
    top: 60px;
    width: 32px;
    height: 32px;
    background: #01948C;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

.header-nav-reg-modal {
    display: none;
    position: absolute;
    right: 0;
    top: 65px;
    width: 380px;
    z-index: 5555;
    background: white;
    box-shadow: 0px 15px 43px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
}

.header-nav-reg-modal-inner {
    padding: 20px;
}

.header-nav-reg-modal-inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(36, 36, 36, 0.1);
    margin-bottom: 20px;
}

.header-nav-reg-modal-inner-header-item {
    padding: 0 20px;
    transition: all ease-in-out .3s;
    position: relative;
    width: 50%;
    cursor: pointer;
}

.header-nav-reg-modal-inner-header-item>p {
    font-size: 14px;
    font-family: "Titillium-Medium";
    color: rgba(41, 41, 41, 0.6);
    transition: all ease-in-out .3s;
}

.header-nav-reg-modal-inner-header-item.active>p {
    color: #292929;
}

.header-nav-reg-modal-inner-header-item.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
    background: #01948C;
}

.header-nav-reg-modal-inputs {
    display: none;
}

.header-nav-reg-modal-inputs.active {
    display: block;
}

.header-nav-reg-modal-inputs-item {
    position: relative;
    margin-bottom: 15px;
}

.header-nav-reg-modal-inputs-item>img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.header-nav-reg-modal-inputs-item>input {
    width: 100%;
    height: 40px;
    padding-left: 45px;
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 8px;
    outline: none;
}

.forgot-pass {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.forgot-pass>a {
    font-size: 12px;
    font-family: "Titillium-Bold";
    line-height: 18px;
    text-decoration: none;
    color: rgba(41, 41, 41, 0.6);
    margin-bottom: 25px;
}

.modal-sign-in-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01948C;
    height: 45px;
    border-radius: 8px;
    box-shadow: 0px 7px 17px rgba(1, 148, 140, 0.32);
    margin-bottom: 20px;
}

.modal-sign-in-button>button {
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-family: "Titillium-Bold";
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    height: 100%;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.or {
    position: relative;
    margin-bottom: 20px;
}

.or::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 45%;
    background: rgba(36, 36, 36, 0.1);
}

.or::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 42%;
    background: rgba(36, 36, 36, 0.1);
}

.or>p {
    font-size: 12px;
    color: rgba(36, 36, 36, 0.6);
    text-align: center;
    font-family: "Titillium-Bold";
}

.sign-up-with-email {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid rgba(41, 41, 41, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.sign-up-with-email>img {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
}

.sign-up-with-email.mb {
    margin-bottom: 20px;
}

.sign-up-with-email>p {
    font-family: "Titillium-Bold";
    font-weight: bold;
    font-size: 12px;
    color: #292929;
}

.sign-up-social {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
}

.sign-up-social .sign-up-with-email {
    width: 48%;
}

.sign-up-social .sign-up-with-email>img {
    left: 10px;
}

.create-account {
    display: none;
}

.create-account.active {
    display: block;
}

.create-account-input>input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 8px;
    padding-left: 20px;
    font-size: 12px;
    color: rgba(41, 41, 41, 1);
    font-family: "Titillium-Light";
    outline: none;
    margin-bottom: 15px;
}

.create-account-input>input::placeholder {
    font-size: 12px;
    color: rgba(41, 41, 41, 0.6);
    font-family: "Titillium-Light";
}

.create-account-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.create-account-container-item {
    width: 48%;
    background: rgba(41, 41, 41, .1);
    height: 40px;
}

.create-account-container-item>select {
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, .1);
    padding-left: 20px;
    outline: none;
    border-radius: 8px;
    border: none;
    font-size: 12px;
    line-height: 18px;
    color: rgba(41, 41, 41, 0.6);
    font-family: "Titillium-Light";
}

.create-account-input.pass {
    width: 48%;
}

.create-account-container.last {
    margin-bottom: 30px;
}

.create-account-terms {
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-account-terms>a {
    font-size: 12px;
    text-align: center;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
    text-decoration: none;
    margin-bottom: 20px;
}

.modal-sign-in-button.mb-0 {
    margin-bottom: 0;
}

.header-inner.no-vh {
    margin-bottom: 0;
}

.product {
    width: 85%;
    margin: 0 auto;
}

.product-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-inner-pages {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.product-inner-pages-item>a {
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
    font-size: 16px;
    color: rgba(41, 41, 41, 0.6);
}

.product-inner-pages>img {
    margin-right: 10px;
}

.product-inner-pages-item.active>a {
    color: #292929;
}

.product-inner-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.product-inner-content-left {
    width: 47%;
    display: flex;
    /* align-items: center; */
    /*overflow: hidden;*/
    object-fit: cover;
    /*height: 440px;*/
    flex-direction: column;
}

.image_gallery {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    height: 105px;
}

.gallery_box {
    width: 180px;
    height: 100%;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    cursor: url('/assets/images/ua-heart.png'), auto;
    border: 2px solid transparent;
}

.gallery_box.active {
    border-color: #1073B9;
}

.gallery_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-inner-content-left>img {
    border-radius: 10px;
    height: 370px;
    width: 100%;
    object-fit: contain;
}

.product-inner-content-left>img {
    border-radius: 10px;
}

.product-inner-content-right {
    width: 50%;
}

.product-inner-content-right-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-inner-content-right-header-img {
    margin-right: 20px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
}

.product-inner-content-right-header-img>img {
    height: 100%;
    object-fit: cover;
}

.product-inner-content-right-header-title>p:first-child {
    font-family: "Titillium-Light";
    font-size: 20px;
    color: #1D1D28;
}

.product-inner-content-right-header-title>p:last-child {
    font-family: "Titillium-Light";
    font-size: 16px;
    color: #A4A4B2;
}

.product-inner-content-right-date {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-inner-content-right-date-item {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.product-inner-content-right-date-item:last-child {
    margin-right: 0;
}

.product-inner-content-right-date-item>img {
    margin-right: 10px;
}

.product-inner-content-right-date-item>p {
    font-size: 16px;
    color: #292929;
    font-family: "Titillium-Light";
}

.product-inner-content-right-text {
    /* height: 120px; */
    overflow-y: auto;
    margin-bottom: 40px;
    padding-right: 10px;
}

.product-inner-content-right-detail {
    margin-bottom: 30px;
}

.product-inner-content-right-text>p {
    font-size: 20px;
    font-family: "Titillium-Light";
    color: #292929;
}

.product-inner-content-right-detail-title>p {
    font-size: 24px;
    font-family: "Titillium-Medium";
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-inner-content-right-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-inner-content-right-detail-item-left {
    display: flex;
    align-items: center;
    width: 150px;
}

.product-inner-content-right-detail-item-left>img {
    margin-right: 10px;
}

.product-inner-content-right-detail-item-left>p {
    font-size: 16px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
}

.product-inner-content-right-detail-item-right>p {
    font-size: 16px;
    font-family: "Titillium-Light";
    color: #292929;
}

.product-inner-content-right-detail-item-right>a {
    text-decoration: none;
    color: #01948C;
}

.product-inner-content-right-detail-item-right.gr>a {
    color: #01948C;
    text-decoration: none;
}

.product-inner-content-right-rating-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-inner-content-right-rating-top>p:first-child {
    font-size: 24px;
    font-family: "Titillium-Light";
    color: #000000;
    margin-right: 30px;
}

.product-inner-content-right-rating-top>p:last-child {
    font-size: 24px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
}

.product-inner-content-right-rating-stars {
    display: flex;
    align-items: center;
}

.product-inner-content-right-rating-stars-item {
    margin-right: 15px;
    cursor: pointer;
}

.product-inner-content-right-rating-stars-item:last-child {
    margin-right: 0;
}

.listings-item-afisha.afisha, 
.listings-item-afisha.profile {
    display: block;
}

.listings-item-afisha {
    width: 23%;
    background: white;
    padding: 20px;
    box-shadow: 0px 21px 43px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    margin: 20px 0;
    /* display: none; */
}

.listings-item-afisha-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.listings-item-afisha-content-left {
    width: 35%;
}

.listings-item-afisha-content-left-img {
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
}

.listings-item-afisha-content-left-img>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.listings-item-afisha-content-right-title {
    padding-right: 20px;
}

.listings-item-afisha-content-right-title>p {
    font-family: "Titillium-Bold";
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.listings-item-afisha-content-right {
    width: 58%;
}

.listings-item-afisha-content-right-text {
    height: 75px;
    overflow-y: auto;
}

.listings-item-afisha-content-right-text>p {
    font-family: "Titillium-Light";
    font-size: 14px;
    color: rgba(41, 41, 41, 0.6);
    word-break: break-word;
    padding-right: 10px;
}

.listings-item-afisha-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listings-item-afisha-footer-left {
    width: 40%;
}

.listings-item-afisha-footer-left-rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.listings-item-afisha-footer-left-price {
    display: flex;
    align-items: flex-end;
}

.listings-item-afisha-footer-left-rating>img {
    margin-right: 10px;
}

.listings-item-afisha-footer-left-rating>p {
    font-size: 14px;
    color: #292929;
    font-family: "Titillium-Light";
}

.listings-item-afisha-footer-left-price>p {
    font-family: "Titillium-Bold";
    font-size: 16px;
    color: #01948C;
    margin-right: 5px;
}

.listings-item-afisha-footer-left-price>span {
    font-family: "Titillium-Light";
    font-size: 10px;
    color: rgba(41, 41, 41, 0.6);
}

/* .listings-item-afisha-footer-right {
display: flex;
align-items: center;
justify-content: center;
width: 58%;
background: #01948C;
border-radius: 8px;
height: 40px;
cursor: pointer;
} */

.listings-item-afisha-footer-right>a {
    padding: 12px 45px;
    background: #01948C;
    border-radius: 8px;
    text-decoration: none;
    font-family: "Titillium-Bold";
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.subscription {
    width: 85%;
    margin: 0 auto 100px auto;
}

.subscription-inner {
    display: flex;
}

.subscription-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex:0 0 75%;
}

.subscription-item {
    width: 24%;
    border: 1px solid rgba(41, 41, 41, 0.1);
    box-sizing: border-box;
    border-radius: 16px;
    padding: 20px 12px 20px 12px;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.o_h{
    opacity: 0.00001;
}

.subscription-item-title{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.subscription-item-title img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 20px;
}

.subscription-item-title>p {
    font-weight: 600;
    font-size: 32px;
    font-family: "Titillium-Bold";
    color: #000000;
}

.subscription-item-price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.subscription-item-price>p {
    font-size: 24px;
    font-family: "Titillium-Bold";
    color: #01948C;
    margin-right: 5px;
}

.subscription-item-price>span {
    font-family: "Titillium-Light";
    font-size: 16px;
    color: rgba(41, 41, 41, 0.6);
}

.subscription-item-text {
    height: 300px;
    overflow-y: auto;
    margin-bottom: 25px;
    padding-right: 10px;
}

.subscription-item-text>p {
    font-weight: 300;
    font-size: 20px;
    font-family: "Titillium-Light";
    line-height: 30px;
    color: rgba(41, 41, 41, 0.6);
}

.subscription-item-button {
    background: #01948C;
    border-radius: 12px;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.subscription-item-button>a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: transparent;
    font-size: 20px;
    font-family: "Titillium-Bold";
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscription-item.active {
    border: 1px solid #01948C;
}

.header-sign-in-button-profile {
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid rgba(41, 41, 41, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 10px;
    margin-left: 20px;
    width: 220px;
    display: none;
}

.header-sign-in-button-profile.active {
    display: flex;
}

.header-sign-in-button-profile-img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 10px;
}

.header-sign-in-button-profile-img>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-sign-in-button-profile-text {
    width: 70%;
}

.header-sign-in-button-profile-text-name>p {
    font-size: 12px;
    font-family: "Titillium-Bold";
    color: #292929;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-sign-in-button-profile-text-prof>p {
    font-size: 12px;
    font-family: "Titillium-Light";
    color: #A4A4B2;
}

.header-sign-in-button-profile-text-icon>img {
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.signed-in-modal {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 380px;
    z-index: 5555;
    background: white;
    box-shadow: 0px 15px 43px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    transition: all ease-in-out .3s;
}

.signed-in-modal-inner-main {
    display: none;
}

.signed-in-modal-inner-main.active {
    display: block;
}

.signed-in-modal.active {
    display: block;
}

.signed-in-modal-inner {
    padding: 20px;
}

.signed-in-modal-inner-header>p {
    font-size: 12px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
    margin-bottom: 5px;
}

.signed-in-modal-inner-header {
    margin-bottom: 25px;
}

.signed-in-modal-inner-header>span {
    font-family: "Titillium-Bold";
    font-size: 16px;
    line-height: 24px;
    color: #292929;
}

.signed-in-modal-inner-invite>p {
    font-size: 12px;
    font-family: "Titillium-Light";
    color: #292929;
    margin-bottom: 10px;
}

.signed-in-modal-inner-invite-input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
}

.signed-in-modal-inner-invite-input>img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.signed-in-modal-inner-invite-input>input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 25px 0 10px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
    font-size: 12px;
}

.signed-in-modal-inner-container-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}

.signed-in-modal-inner-container-item:last-child {
    margin-bottom: 20px;
}

.signed-in-modal-inner-container-item-img {
    background: rgba(41, 41, 41, 0.1);
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

.signed-in-modal-inner-container-item-text>p {
    font-size: 16px;
    color: #292929;
    font-family: "Titillium-Bold";
}

.signed-in-modal-inner-container-item-text>span {
    font-size: 12px;
    color: rgba(41, 41, 41, 0.6);
    font-family: "Titillium-Ligth";
}

.signed-in-modal-inner-container-left {
    display: flex;
    align-items: center;
}

.signed-in-modal-inner-logOut,  .delete_account {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    position: relative;
}

.signed-in-modal-inner-logOut>input {
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.1);
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: "Titillium-Bold";
    color: #292929;
    cursor: pointer;
}

.delete_account > button{
    margin: 10px 0;
    width: 100%;
    height: 100%;
    background: #ff5858;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: "Titillium-Bold";
    color: #fff;
    cursor: pointer;
}

.signed-in-modal-inner-logOut>img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.signed-in-modal-inner-editInfo {
    display: none;
}

.signed-in-modal-inner-editInfo.active {
    display: block;
}

.signed-in-modal-inner-editInfo-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
}

.signed-in-modal-inner-editInfo-header-back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #01948C;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.signed-in-modal-inner-editInfo-header>p {
    font-size: 12px;
    color: rgba(41, 41, 41, 0.6);
    font-family: "Titillium-Light";
    margin-bottom: 5px;
}

.signed-in-modal-inner-editInfo-header>span {
    font-weight: bold;
    font-size: 16px;
    color: #292929;
    font-family: "Titillium-Bold";
}

.signed-in-modal-inner-editInfo-input-item {
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
}

.signed-in-modal-inner-editInfo-input>p {
    font-weight: 600;
    font-size: 12px;
    color: #292929;
    font-family: "Titillium-Bold";
    margin-bottom: 5px;
}

.signed-in-modal-inner-editInfo-input-item-img {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01948C;
    border-radius: 50%;
    cursor: pointer;
}

.signed-in-modal-inner-editInfo-input-item-img>img {
    object-fit: contain;
}

.signed-in-modal-inner-editInfo-input-item>p {
    font-size: 12px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.8);
}

.signed-in-modal-inner-editInfo-input {
    margin-bottom: 15px;
}

.signed-in-modal-inner-editInfo-input:last-child {
    margin-bottom: 0;
}

.signed-in-modal-inner-editInfo-input-item.input {
    height: 40px;
    padding: 0;
    margin-bottom: 20px;
}

.signed-in-modal-inner-editInfo-input-item.input>input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 8px;
    font-size: 12px;
    color: #292929;
    font-family: "Titillium-Light";
    outline: none;
}

.signed-in-modal-inner-editInfo-save {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.signed-in-modal-inner-editInfo-save>input,
.signed-in-modal-inner-editInfo-save>a {
    width: 100%;
    padding: 10px 0;
    outline: none;
    border: none;
    background: #01948C;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    border-radius: 8px;
    font-family: "Titillium-Bold";
    cursor: pointer;
    text-decoration: none;
}

.signed-in-modal-inner-editField {
    display: none;
}

.signed-in-modal-inner-editField.forgetPassword.active {
    display: block;
}

.signed-in-modal-inner-editField.fullname.active {
    display: block;
}

.signed-in-modal-inner-editField.email.active {
    display: block;
}

.signed-in-modal-inner-editField.pass.active {
    display: block;
}

.signed-in-modal-inner-editInfo-input-item.input.confirm>input {
    color: rgba(41, 41, 41, 0.4);
}

.signed-in-modal-inner-appHistory-content-activity>p {
    font-weight: 600;
    font-size: 14px;
    color: #292929;
    font-family: "Titillium-Ligth";
    margin-bottom: 10px;
}

.signed-in-modal-inner-appHistory-content-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.signed-in-modal-inner-appHistory-content-header-img {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 20px;
}

.signed-in-modal-inner-appHistory-content {
    height: 400px;
    overflow-y: auto;
}

.signed-in-modal-inner-appHistory-content-header-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.signed-in-modal-inner-appHistory-content-header-text>p {
    font-weight: bold;
    font-size: 14px;
    color: #1D1D28;
    font-family: "Titillium-Bold";
}

.signed-in-modal-inner-appHistory-content-header-text>span {
    font-size: 12px;
    font-family: "Titillium-Light";
    color: #A4A4B2;
}

.signed-in-modal-inner-appHistory-content-text {
    height: 60px;
    overflow-y: auto;
    margin-bottom: 10px;
    padding-right: 10px;
}

.signed-in-modal-inner-appHistory-content-text>p {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: #292929;
}

.signed-in-modal-inner-appHistory-content-img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

.signed-in-modal-inner-appHistory-content-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.signed-in-modal-inner-editInfo-save.b-m {
    margin-bottom: 30px;
}

.signed-in-modal-inner-editInfo-inactive>p {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: #292929;
    margin-bottom: 10px;
}

.signed-in-modal-inner-editInfo-inactive>span {
    font-size: 12px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
}

.signed-in-modal-inner-appHistory {
    display: none;
}

.signed-in-modal-inner-appHistory.active {
    display: block;
}

.signed-in-modal-inner-Favorite {
    display: none;
    max-height: 460px;
    overflow-y: auto;
}

.signed-in-modal-inner-Favorite.active {
    display: block;
}

.signed-in-modal-inner-boost-content-title {
    display: flex;
}

.signed-in-modal-inner-appHistory-content-item {
    margin-bottom: 20px;
    border-radius: 17px;
    padding: 20px;
    border: 1px solid rgba(41, 41, 41, .2);
}

.signed-in-modal-inner-boost-content-title>p {
    font-size: 14px;
    line-height: 21px;
    font-family: "Titillium-Light";
    color: #292929;
    margin-bottom: 15px;
    margin-right: 5px;
}

.signed-in-modal-inner-boost-content-type {
    display: flex;
    align-items: center;
}

.signed-in-modal-inner-boost-content-type-item {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 20px;
}

.signed-in-modal-inner-boost-content-type-item>input {
    margin-right: 8px;
}

.signed-in-modal-inner-boost-content-type-item>p {
    font-size: 12px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
}

.signed-in-modal-inner-boost-content-title>span {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
}

.signed-in-modal-inner-boost-content-colors {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.signed-in-modal-inner-boost-content-colors-item {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
}

.signed-in-modal-inner-boost-content-colors-item:last-child {
    margin-right: 0;
}

.signed-in-modal-inner-boost-content-colors-item.blue {
    background: #0997C4;
}

.signed-in-modal-inner-boost-content-colors-item.dark-blue {
    background: #4267B2;
}

.signed-in-modal-inner-boost-content-colors-item.red {
    background: #FC5A5A;
}

.signed-in-modal-inner-boost {
    display: none;
}

.signed-in-modal-inner-boost.active {
    display: block;
}

.product-inner{
    flex: 0 0 75%;
    display: block;
    width: 75%;
}

.product-inner-content-right-afisha-title>p {
    font-weight: bold;
    font-size: 32px;
    font-family: "Titillium-Bold";
    color: #1D1D28;
    margin-bottom: 20px;
}

.product-inner-content-right-afisha-button>a {
    background: #01948C;
    border-radius: 8px;
    padding: 10px 120px;
    font-size: 16px;
    text-align: center;
    font-family: "Titillium-Bold";
    color: #FFFFFF;
    text-decoration: none;
}

.burger-menu {
    display: none;
}

.header-nav.mb-40 {
    margin-bottom: 30px;
}

.burger-menu-inner-img {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.burger-menu-inner-img>img {
    height: 28px;
    object-fit: contain;
}

.burger-menu-inner-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1111111;
    padding: 60px;
    display: none;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(1, 148, 140, 1) 100%);
}

.burger-menu-inner-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.burger-menu-inner-content-item {
    margin-bottom: 25px;
}

.burger-menu-inner-content-item:last-child {
    margin-bottom: 0;
}

.burger-menu-inner-content-item>a {
    text-decoration: none;
    font-weight: bold;
    font-size: 32px;
    font-family: "Titillium-Bold";
    color: #1D1D28;
    letter-spacing: 1px;
}

.burger-menu-inner-content-inner-sign-in {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #01948C;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
}

.burger-menu-inner-content-inner-sign-in>p {
    color: white;
}

.d-none {
    display: none;
}

.burger-menu-inner-content-inner-header {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

.burger-menu-inner-content-inner-header-close>img {
    height: 30px;
    object-fit: contain;
    cursor: pointer;
}

.signed-in-modal-inner-changelanguage {
    display: none;
    position: relative;
}

.signed-in-modal-inner-changelanguage.active {
    display: block;
}

.signed-in-modal-inner-changelanguage-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
}

.signed-in-modal-inner-changelanguage-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #01948C;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    width: 45%;
    height: 40px;
    transition: all ease-in-out .3s;
}

.signed-in-modal-inner-changelanguage-item.active {
    background-color: #01948C;
    border: none;
}

.signed-in-modal-inner-changelanguage-item.active>p {
    color: white;
}

.signed-in-modal-inner-changelanguage-item>p {
    font-size: 16px;
    color: #292929;
    font-family: "Titillium-Bold";
}

.signed-in-modal-inner-editInfo-header-back.chng {
    top: 20px;
}

.listings-inner-header-right-search-filter-icon {
    border: 1px solid #01948C;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.listings-inner-header-right-search-filter-icon>img {
    height: 12px;
}

.listings-inner-header-right-search-filter-icon-modal {
    position: absolute;
    right: 0;
    top: 80px;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 15px 43px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    width: 240px;
    display: none;
    z-index: 55555;
}

.listings-inner-header-right-search-filter-icon-modal.active {
    display: block;
}

.listings-inner-header-right-search-filter-icon-modal-title>p:first-child {
    font-size: 12px;
    font-family: "Titillium-Light";
    color: rgba(41, 41, 41, 0.6);
}

.listings-inner-header-right-search-filter-icon-modal-title>p:last-child {
    font-size: 16px;
    font-family: "Titillium-Bold";
    color: #292929;
    margin-bottom: 20px;
}

.listings-inner-header-right-search-filter-icon-modal-list {
    margin-bottom: 20px;
}

.listings-inner-header-right-search-filter-icon-modal-list:last-child {
    margin-bottom: 0;
}

.listings-inner-header-right-search-filter-icon-modal-list-title>p {
    font-size: 14px;
    font-family: "Titillium-Medium";
    color: #292929;
    margin-bottom: 10px;
}

.listings-inner-header-right-search-filter-icon-modal-list-item {
    display: flex;
    align-items: center;
}

.listings-inner-header-right-search-filter-icon-modal-list-item>input {
    margin-right: 10px;
}

.listings-inner-header-right-search-filter-icon-modal-list-item>p {
    font-size: 14px;
    font-family: "Titillium-Light";
    color: #292929;
}

.add-app {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 100px auto;
}

.add-app-inner {
    width: 85%;
}

.add-app-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.add-app-left {
    background: #FFFFFF;
    box-shadow: 0px 21px 43px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    width: 65%;
    padding: 30px;
}

.add-app-right {
    width: 30%;
    background: #FFFFFF;
    box-shadow: 0px 21px 43px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    padding: 20px;
}

.add-app-left-title>p {
    font-weight: 600;
    font-size: 32px;
    font-family: "Titillium-Medium";
    color: #000000;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.add-app-left-input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.add-app-left-input>input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 12px;
    padding-left: 20px;
    font-size: 16px;
    color: rgba(41, 41, 41, 1);
    font-family: "Titillium-Medium";
    outline: none;
}

.add-app-left-input>input::placeholder {
    font-size: 16px;
    color: rgba(41, 41, 41, 0.6);
    font-family: "Titillium-Medium";
}

.add-app-left-option {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.add-app-left-option>select {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 12px;
    padding-left: 20px;
    background-color: rgba(41, 41, 41, .1);
    font-size: 16px;
    color: rgba(41, 41, 41, 0.6);
    font-family: "Titillium-Medium";
}

.add-app-left-input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-app-left-input.w {
    width: 49%;
}

.add-app-left-input.type {
    position: relative;
    height: 250px;
}

.add-app-left-input.type>input {
    padding-bottom: 100px;
}

.add-app-left-input-amount {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.add-app-left-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-app-left-buttons-cancel>p {
    font-size: 16px;
    font-family: "Titillium-Medium";
    color: #292929;
    cursor: pointer;
}

.add-app-left-buttons-confirm, .add-app-left-buttons-review {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01948C;
    border-radius: 12px;
    height: 50px;
    width: 250px;
    cursor: pointer;
}

.add-app-left-buttons-confirm>p, .add-app-left-buttons-review>p {
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Titillium-Medium";
}

.add-app-right-inner {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: rgba(1, 148, 140, 0.1);
    border: 1px dashed #01948C;
    border-radius: 8px;
}

.add-app-right-inner-cross {
    margin-bottom: 10px;
    cursor: pointer;
}

.add-app-right-inner-cross>img {
    object-fit: contain;
}

.add-app-right-inner-text>p:first-child {
    font-size: 16px;
    color: #01948C;
    font-family: "Titillium-Medium";
}

.add-app-right-inner-text>p:last-child {
    font-size: 12px;
    font-family: "Titillium-Medium";
    color: rgba(41, 41, 41, 0.6);
}

.listings-ad {
    /* background: rgba(41, 41, 41, 0.1); */
    border-radius: 17px;
    height: 240px;
    width: 100%;
    margin: 25px 0;
    position: relative;
    z-index: -1;
}
/* 
.listings-ad.sticky{
    position: fixed;
    top: 10px;
    margin: 0;
    width: 100%;
} */

/* .listings-ad.sticky + .header-inner-content-buttons{
    margin-top: 300px;
} */

select option:disabled {
    display:none !important;
}

.listing_side_ad{
    /* height: 245px !important; */
    margin-bottom: 25px;
    animation: slide 90s linear infinite;

}

.ad_item{
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.listings-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing_side_ad img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ad_body {
    margin: 10px;
}

.listing_side_ad .ad_body{
    margin: 25px;
}

.ad_body h3{
    color: #292929;
    font-size: 18px;
    font-weight: bolder;
}

.ad_body p{
    color: #606060B2;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header-inner-content-buttons{
    margin: 25px 0;
    width: 100%;
    justify-content: space-between;
}

.header-inner-content-buttons > div{
    flex: 0 0 49%;
    margin: 0;
}

.header-inner-content-buttons a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-inner-content-buttons a img{
    height: 18px;
    margin-right: 10px;
}

.signed-in-modal-inner-container-item-img>img {
    height: 14px;
}

.signed-in-modal-inner-subscr {
    display: none;
}

.signed-in-modal-inner-subscr.active {
    display: block;
}

.signed-in-modal-inner-subscr-content {
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 16px;
    padding: 15px;
}

.signed-in-modal-inner-subscr-title>p {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    font-family: "Titillium-Medium";
}

.signed-in-modal-inner-subscr-price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.signed-in-modal-inner-subscr-price>p {
    font-weight: bold;
    font-size: 20px;
    font-family: "Titillium-Medium";
    color: #01948C;
    margin-right: 5px;
}

.signed-in-modal-inner-subscr-price>span {
    font-size: 14px;
    line-height: 21px;
    font-family: "Titillium-Medium";
    color: rgba(41, 41, 41, 0.6);
}

.signed-in-modal-inner-subscr-text {
    height: 170px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.signed-in-modal-inner-subscr-text>p {
    font-size: 14px;
    font-family: "Titillium-Medium";
    padding-right: 10px;
    color: rgba(41, 41, 41, 0.6);
}

.signed-in-modal-inner-subscr-input {
    background: rgba(41, 41, 41, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
}

.signed-in-modal-inner-subscr-input>p {
    font-size: 16px;
    font-family: "Titillium-Medium";
    color: #292929;
}

.signed-in-modal-inner-transactions {
    display: none;
}

.signed-in-modal-inner-transactions.active {
    display: block;
}

.signed-in-modal-inner-transactions-container {
    border: 1px solid rgba(41, 41, 41, 0.1);
    box-sizing: border-box;
    border-radius: 16px;
    padding: 20px;
}

.signed-in-modal-inner-transactions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.signed-in-modal-inner-transactions-header-item:first-child {
    width: 35%;
}

.signed-in-modal-inner-transactions-header-item>p {
    font-weight: bold;
    font-size: 14px;
    font-family: "Titillium-Bold";
    color: #292929;
}

.signed-in-modal-inner-transactions-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(41, 41, 41, 0.1);
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.signed-in-modal-inner-transactions-item>p {
    font-size: 12px;
    font-family: "Titillium-Medium";
    color: #292929;
}

.listing-item-fac {
    position: absolute;
    right: 20px;
    top: 33px;
    cursor: pointer;
}

.listing-item-fac>img {
    object-fit: contain;
    height: 14px;
}

.signed-in-modal-inner-appHistory-content-header-delete {
    position: absolute;
    right: 0;
    top: 0;
    display: flex
}
.about-inner-wrapper{
    width: 100%;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.about-inner {
    width: 85%;
    /* align-items: flex-start;
    display: flex;
    justify-content: space-between; */
}

.about-inner-left-title>p {
    font-weight: 600;
    font-size: 40px;
    font-family: "Titillium-Medium";
    margin-bottom: 20px;
    color: #000000;
}

.about-inner-left-text {
    /* height: 170px; */
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 40px;
}

.about-inner-left-text>p {
    font-size: 16px;
    font-family: "Titillium-Medium";
    color: rgba(96, 96, 96, 0.7);
}

.about-inner-left {
    width: 45%;
}

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

.about-inner-left-img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
}

.about-inner-left-img>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.about-inner-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.about-inner-right-img {
    width: 45%;
    height: 100%;
    overflow: hidden;
    padding-top: 140px;
}

.about-inner-right-img-container {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-inner-right-img>img {
    width: 100%;
    object-fit: cover;
}

.about-inner-right-container-img {
    width: 100%;
    max-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-inner-right-container-img:first-child {
    margin-bottom: 140px;
}

.about-inner-right-container-img>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#uplaoded {
    width: 100%;
}

.u-i {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.u-i:last-child {
    margin-top: 10px;
}

.u-i>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-right-email>a {
    font-size: 14px;
    font-family: "Titillium-Medium";
    color: rgba(96, 96, 96, 0.7);
    text-decoration: none;
}

#pagination {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.inline-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

nav>div:last-child {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

nav>div:first-child {
    display: none;
}

span[aria-current="page"] {
    width: 24px;
    height: 24px;
    background-color: #01948C;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    border: 1px solid transparent;
    font-size: 14px;
}

a.inline-flex {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: #01948C;
    border-radius: 4px;
    margin: 10px 5px;
    border: 1px solid #01948C;
    text-decoration: none;
    font-size: 14px;
}

.exlpore-filter-modal {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    align-items: flex-start;
    justify-content: center;
    z-index: 33333;
}

.exlpore-filter-modal.active {
    display: flex;
}

.exlpore-filter-modal-inner {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    background: white;
    padding: 30px;
    position: relative;
    width: 50%;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 60px;
}

.exlpore-filter-modal-inner-close {
    height: 25px;
    width: 25px;
    background-color: #01948C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.exlpore-filter-modal-inner-close>p {
    color: white;
    font-size: 10px;
}

.subcst {
    display: flex;
    width: 100%;
}

.subcst:first-child {
    margin-bottom: 10px;
}

.listings-header-subcategory {
    background-color: white;
    width: 100%;
    padding: 10px 20px;
    border-radius: 15px;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    z-index: -1;
}

.listings-header-subcategory-item {
    margin-right: 20px;
    background-color: transparent;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: max-content;
    cursor: pointer;
    position: relative;
}

.listings-header-subcategory-item input {
    position: absolute;
    opacity: .009;
    z-index: 33;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.listings-header-subcategory-item p {
    z-index: 10;
}

.ls-layer {
    position: absolute;
    background-color: #f1f1f1;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.listings-header-subcategory-item input:checked+.ls-layer {
    background-color: teal;
}

.listings-header-subcategory-item input:checked+.ls-layer+p {
    color: #fff;
}

/*  */

[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 45px 0 10px 0;
}

[slider]>div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
}

[slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: #1ABC9C;
}

[slider]>div>[thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

[slider]>input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider]>input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider]>input[type=range]:focus {
    outline: none;
}

div[slider]>input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider]>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type=range]::-ms-tooltip {
    display: none;
}

[slider]>div>[sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 3;
    background-color: #1ABC9C;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider]>div>[sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #1ABC9C;
}

[slider]>div>[sign]>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover>div>[sign] {
    opacity: 1;
}

/*  */

.rangeInput {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.rangeInput>div {
    width: 70px;
    text-align: center;
}

.rangeInput>div>input {
    width: 50px;
    height: 28px;
    border-radius: 4px;
    border-color: #ccc;
    text-align: center;
    box-shadow: none;
    outline: none;
    border: 1px solid #01948C;
}

.noUi-horizontal {
    height: 10px;
}

.noUi-connect {
    background-color: #01948C;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -7px;
    border: 1px solid #01948C;
}

.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
    content: unset;
}

.content {
    max-width: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px !important;
    cursor: pointer;
}

.gm-style .gm-style-iw-d {
    overflow: unset !important;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.content.expanded {
    background-color: #01948C;
    max-width: 400px;
}

.content.expanded p {
    color: #fff !important;
}

.c_image {
    margin-right: 10px;
}

.c_image>img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.c_body>p:first-child {
    font-size: 12px;
    line-height: 18px;
    color: #292929;
    margin-bottom: 5px !important;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c_body>p:last-child {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #292929;
}

.gm-style-iw+div {
    display: none !important
}

.gm-style .gm-style-iw+div {
    display: none;
    /* <-- this will generally work on the fly. */
    visibility: hidden;
    /* this 2 lines below are just for hard hiding. :) */
    opacity: 0;
}

.gm-ui-hover-effect {
    display: none !important;
}


.pac-container {
    z-index: 9999 !important;
}

.show-map-modal {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 50px 0;
}

.show-map-modal-item>a {
    background: #01948C;
    border-radius: 8px;

    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

.show-map-modal-item>a>p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: "Titillium-Medium";
    margin-right: 10px;
    color: #FFFFFF;

}

.fb-share-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid rgba(41, 41, 41, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}

.fb-share-custom>p {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    font-family: "Titillium-Medium";
    color: #1D1D28;
}

.fb-share-button {
    opacity: 0.0009;
}

.fb-share-button * {
    width: 100% !important;
    height: 100% !important;
}


.share-group {
    margin-top: 30px;
    position: relative;
    width: 120px;
    height: 35px;
}

.optnl {
    display: none;
}

.tabs_list{
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 600px;
}

.tab_item a{
    border: 1.5px solid rgba(41, 41, 41, 0.1);
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.tab_item button{
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #292929;
    margin-top: 10px;
    cursor: pointer;
    padding: 3px;
}

.tab_item button.active{
    border-color: #01948c;
    background-color: #C2EBE8;
}

.tab_item a img{
    height: 22px;
    object-fit: contain;
}

.tab_item.active a{
    border-color: #01948C;
}


.tab_item p{
    color: #292929;
    font-weight: bolder;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 90%; 
    margin: 5px 0 0; 
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
}

.listing-container-wrapper{
    position: relative;
}

#filter_modal, #filter_modal_states{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    padding: 25px;
    border-radius: 12px;
    display: none;
}

.filter_modal_wrapper{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 15px 20px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    height: max-content;
}

.filter_modal_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter_close_button{
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filter_close_button img{
    height: 12px;
    width: 12px;
}

.filter_modal_title h2{
    font-size: 22px;
}

.filter_modal_title p{
    color: rgba(96, 96, 96, 0.7);
    font-size: 14px;
}

.filter_modal_body{
    margin-bottom: 80px;
    max-height: 600px;
    overflow-y: auto;
}

.filter_step{
    margin-bottom: 10px;
}

.filter_step p{
    color: rgba(96, 96, 96, 0.7);
    font-size: 14px;
    font-weight: bold;
}

.filter_step span{
    color: #01948C;
}

.filter_category .tab_item a{
    border-color: rgba(1, 148, 140, 1);
    background: #C2EBE8;
    width: 80px;
    height: 80px;
}

.filter_step_title h2{
    font-size: 18px;
}

.filter_category{
    margin-bottom: 20px;
}

.filter_step_title h2 span{
    color: #01948C;
    text-transform: capitalize;
}

.filter_step_title p{
    color: rgba(96, 96, 96, 0.7);
    font-size: 14px;
}

.filter_step_title{
    margin-bottom: 15px;
}

.filter_step_categories{
    display: flex;
    flex-wrap: wrap;
}

.filter_step_category_item{
    padding: 6px 22px;
    border: 1px solid #01948C;
    border-radius: 25px;
    cursor: pointer;
    margin: 5px;
    width: max-content;
}

.filter_step_category_item.active{
    background-color: #C2EBE8;
}

.filter_step_category_item p{
    font-size: 14px;
}

.filter_modal_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 25px;
    width: calc(100% - 50px);
    left: 25px;
}

.filter_modal_footer_back_button{
    height: 36px;
    width: 90px;
    border: 1px solid rgba(41, 41, 41, 0.2);
    color: #292929;
    text-transform: uppercase;
    background: #fff;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
}

.filter_modal_footer_back_button.active{
    color: #fff;
    background-color: #01948C;
    border-color: #01948C;
}

.filter_modal_footer_back_button img{
    height: 8px;
    margin-right: 3px;
}

.filter_modal_footer_apply .filter_modal_footer_back_button.active{
    margin-left: 10px;
}


.left_side_menu{
    position: fixed;
    left: 0;
    width: 7.5%;
    text-align: center;
    top: 12px;
    transform: translateX(-100%);
}

.left_side_menu.active{
    transform: translateX(0%);

    transition: all ease-in .4s;
}

.side_logo{
    text-align: center;
    margin-bottom: 15px;
}

.side_logo img{
    width: 90%;
    max-width: 90px;
}

.side_menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side_menu .tab_item{
    margin-bottom: 10px;
}

.side_menu_divider{
    width: 58px;
    height: 1px;
    background-color: rgba(41,41,41, 0.1);
}

.right_side_menu{
    position: fixed;
    right: 0;
    width: 7.5%;
    text-align: center;
    top: 12px;
    transform: translateX(100%);

}

.right_side_menu.active{
    transform: translateX(0%);

    transition: all ease-in .4s;
}

.right_side_menu .header-sign-in-button{
    margin: 0 auto 25px;
    max-width: 100px;
    width: 90%;
}

.right_side_menu .header-sign-in-button p{
    font-size: 14px;
}

.right_side_menu .header-nav-links-item{
    margin-bottom: 15px;
}

.right_side_menu .header-sign-in-lang{
    margin: 0 auto;
}

.text-center{
    text-align: center;
}

#filter_modal_states .filter_step_categories{
    justify-content: space-between;
}


.filter_step_state_item_c{
    width: 23%;
    height:190px;
    border: 1px solid #01948C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;
    border-radius: 16px;
    cursor: pointer;
}

.mce-notification-warning{
    display: none !important;
}

.filter_step_state_item_c img{
    margin-bottom: 10px;
    height: 100px;
}

.filter_step_state_item_c p{
    font-weight: bold;
}

.filter_step_state_item_c.active{
    background-color: #C2EBE8;
}


.suggested_keywords.show{
    display: flex;
}

.suggested_keywords{
    position: absolute;
    top: 50px;
    background-color: #fff;
    padding: 10px;
    z-index: 999;
    display: none;
    flex-direction: column;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border-radius: 10px;
}

.suggested_keywords a{
    text-decoration: none;
    color: #000000;
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 14px;
}

.header-sign-in-button-profile-xs{
    width: 80px !important;
}

.header-sign-in-button-profile-xs .header-sign-in-button-profile-text{
    display: none;
}

.header-sign-in-button-profile-xs .header-sign-in-button-profile-img{
    width: 30px;
    height: 30px;
}

#mceu_11{
    height: 100%;
    overflow: hidden;
}

.registration-main-section-content{
    width: 90%;
    max-width: 450px;
    margin: 100px auto 200px;
}

.registration-main-section-title {
    margin-bottom: 30px;
    text-align: center;
}

.hdr_wrapper{
    margin-bottom: 20px;
}

.job_switcher{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(41,41,41, .1);
    border-radius: 25px;
    width: max-content;
}

.jpb_type{
    width: 150px;
    /* background-color: ; */
    border-radius: 25px;
    height: 45px;
}


.jpb_type > a{
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.jpb_type.active{
    background-color: #E6F4F3;
}

.jpb_type.active > a{
    color: #01948C;
}   
