body.typestie_public {
    --color1: #02bfc5;
    --color2: #60faff;
    --colortext: #fff;
    --colorhover: #039fa4;
}

body.typestie_hamedanet {
    --color1: #9b2776;
    --color2: #9b2776;
    --colortext: #fff;
    --colorhover: #d735a3;
    --colorborder: #842164;
}

body.typestie_movafaghiat {
    --color1: #fa9500;
    --color2: #fd6e27;
    --colortext: #fff;
    --colorhover: #df5714;
}

body.typestie_movafaghiat_radio {
    --color1: #755242;
    --color2: #d29375;
    --colortext: #fff;
    --colorhover: #a75c39;
}

body.typestie_movafaghiat_tv {
    --color1: #04579b;
    --color2: #00cfff;
    --colortext: #fff;
    --colorhover: #0099ff;
}

body.typestie_donotplease {
    --color1: #755242;
    --color2: #d29375;
    --colortext: #fff;
    --colorhover: #a75c39;
    --colorborder: #755242;
}

body.typestie_donotplease2,
body.typestie_book {
    --color1: #755242;
    --color2: #d29375;
    --colortext: #fff;
    --colorhover: #a75c39;
    --colorborder: #755242;
}

body.typestie_market {
    --color1: #9b2776;
    --color2: #ff6fcf;
    --colortext: #fff;
    --colorhover: #e370bd;
    --colorborder: #842265;
}

body.typestie_bazar {
    --color1: #0bbcd4;
    --color2: #0de0fd;
    --colortext: #fff;
    --colorhover: #4ba9bf;
}

body.typestie_hesabdari {
    --color1: #11988a;
    --color2: #1cfbe4;
    --colortext: #fff;
    --colorhover: #16bfae;
}

body.typestie_chat {
    --color1: #c659a2;
    --color2: #ff75d1;
    --colortext: #fff;
    --colorhover: #e370bd;
}

body.typestie_link {
    --color1: #a21418;
    --color2: #ff75d1;
    --colortext: #fff;
    --colorhover: #e370bd;
}

body.typestie_media {
    --color1: #1a5d70;
    --color2: #4ed5fb;
    --colortext: #fff;
    --colorhover: #5ca1ba;
}

body.typestie_mehrbani {
    --color1: #e81f64;
    --color2: #ff6c9f;
    --colortext: #fff;
    --colorhover: #f9598f;
}

.mobile-header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    position: relative;
    z-index: 100
}

@media (max-width: 1199.99px) {
    .site__mobile-header {
        position: fixed;
        z-index: 9;
        width: 100%;
        max-width: 100vw;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .mobile-header {
        display: none
    }
}

.mobile-header__body {
    height: 50px;
    display: -ms-flexbox;
    display: flex
}

.mobile-header__menu-button {
    width: 52px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
    fill: #404040
}

.mobile-header__menu-button:hover {
    background: #f2f2f2
}

.mobile-header__menu-button:active {
    background: #ededed
}

.mobile-header__menu-button:focus {
    outline: none
}

.mobile-header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px
}

.logo__part-primary,
.logo__part-secondary {
    font-size: 22px;
    text-anchor: middle;
    font-family: 'sans';
    font-weight: 600;
    margin: 0 0 0 5px;
}

.logo__part-primary {
    color: var(--color1);
}

.logo__part-secondary {
    color: #404040
}

.mobile-header__logo-part-one {
    fill: var(--color1)
}

.mobile-header__logo-part-two {
    fill: #404040
}

.mobile-header__search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    max-width: 440px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px;
    margin: 0 auto
}

.mobile-header__indicators {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto
}

@media (max-width: 767.98px) {
    .mobile-header {
        position: relative
    }
    .mobile-header .container {
        padding: 0 8px
    }
    .mobile-header__menu-button {
        width: 44px
    }
    .mobile-header__logo {
        padding-right: 10px;
        padding-left: 10px
    }
    .mobile-header__search {
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: none;
        padding: 0;
        z-index: 1;
        transform: translateY(-100%);
        transition: transform .3s;
        right: 0
    }
    .mobile-header__search--open {
        transform: none
    }
}

.mobile-indicator {
    position: relative
}

.mobile-indicator__button {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 44px;
    color: inherit;
    background: transparent;
    border: none
}

.mobile-indicator__button:focus {
    outline: none
}

.mobile-indicator__button:hover {
    color: inherit;
    text-decoration: none
}

.mobile-indicator__icon {
    display: block;
    position: relative
}

.mobile-indicator__icon svg {
    display: block;
    transform: scaleX(-1)
}

.mobile-indicator__counter {
    position: absolute;
    top: -7px;
    font-size: 10px;
    line-height: 1;
    padding: 2px 3px 1px;
    border-radius: 6.5px;
    text-align: center;
    z-index: 0;
    left: -7px
}

.mobile-indicator__counter:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
    right: 0;
    left: 0;
    transform: skewX(11deg)
}

.mobile-indicator__title,
.mobile-indicator__value {
    display: block;
    margin-right: 50px
}

.mobile-indicator__title {
    padding-top: 3px;
    margin-bottom: -3px;
    font-size: 13px
}

.mobile-indicator__value {
    font-size: 18px
}

.mobile-indicator__icon {
    fill: #262626
}

.mobile-indicator__title {
    color: #999
}

.mobile-indicator__value {
    font-weight: 500
}

.mobile-indicator:hover .mobile-indicator__button {
    background: #f2f2f2
}

.mobile-indicator__counter {
    color: #fff;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .mobile-indicator__counter {
        font-weight: 400
    }
}

.mobile-indicator__counter:before {
    background-color: var(--color1)
}

.mobile-menu {
    visibility: hidden;
    transition: visibility 0s .25s
}

.mobile-menu__backdrop {
    left: 0;
    background: rgba(51, 51, 51, .8);
    opacity: 0;
    will-change: opacity;
    transition: opacity .25s cubic-bezier(.25, .46, .45, .94)
}

.mobile-menu__backdrop,
.mobile-menu__body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.mobile-menu__body {
    background: #fff;
    width: 300px;
    transition: transform .25s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
    overflow: hidden;
    transform: translateX(100%)
}

.mobile-menu--open {
    visibility: visible;
    transition-delay: 0s
}

.mobile-menu--open .mobile-menu__backdrop {
    opacity: 1
}

.mobile-menu--open .mobile-menu__body {
    transform: translateX(0)
}

.mobile-menu__close {
    position: absolute;
    top: 0;
    width: 48px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    border: none;
    padding: 0;
    fill: currentColor;
    transition: background-color .15s, color .15s;
    background-color: #fff;
    color: #ccc;
    left: 0
}

.mobile-menu__close:hover {
    background-color: #f2f2f2;
    color: #4d4d4d
}

.mobile-menu__close:active {
    background-color: #ebebeb;
    color: #4d4d4d
}

.mobile-menu__close:focus {
    outline: none
}

.mobile-menu__panel {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    z-index: 1;
    transition: transform .25s cubic-bezier(.25, .46, .45, .94)
}

.mobile-menu__panel--hide {
    transform: translateX(100%)
}

.mobile-menu__panel--hidden {
    transform: translateX(-100%)
}

.mobile-menu__panel-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 51px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 2px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mobile-menu__panel-back,
.mobile-menu__panel-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu__panel-back {
    position: absolute;
    top: 0;
    width: 48px;
    height: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    border: none;
    fill: currentColor;
    transition: background-color .15s, color .15s;
    background-color: #fff;
    color: #ccc;
    right: 0;
    padding: 0 0 0 2px
}

.mobile-menu__panel-back:hover {
    background-color: #f2f2f2;
    color: #4d4d4d
}

.mobile-menu__panel-back:active {
    background-color: #ebebeb;
    color: #4d4d4d
}

.mobile-menu__panel-back svg {
    transform: scaleX(-1)
}

.mobile-menu__panel-back:focus {
    outline: none
}

.mobile-menu__panel-arrow {
    position: absolute
}

.mobile-menu__panel-title {
    text-align: center;
    margin: auto;
    font-size: 15px;
    font-weight: 500
}

.mobile-menu__panel-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mobile-menu__divider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1px;
    background: #ebebeb
}

.mobile-menu__spring {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mobile-menu__indicators {
    display: -ms-flexbox;
    display: flex;
    padding: 8px 11px
}

.mobile-menu__indicator {
    width: calc((100% - 0px * 3) / 4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    fill: #404040;
    border-radius: 2px;
    padding: 8px 0 6px
}

.mobile-menu__indicator:hover {
    background: #f2f2f2
}

.mobile-menu__indicator+.mobile-menu__indicator {
    margin-right: 0
}

.mobile-menu__indicator-title {
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999;
    margin-top: 5px
}

.mobile-menu__indicator-icon {
    position: relative
}

.mobile-menu__indicator-icon svg {
    display: block;
    height: 28px;
    width: 28px;
}

.mobile-menu__indicator-counter {
    position: absolute;
    bottom: calc(100% - 7px);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 2px 3px 1px;
    border-radius: 6.5px;
    text-align: center;
    z-index: 0;
    font-weight: 500;
    right: calc(100% - 4px)
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .mobile-menu__indicator-counter {
        font-weight: 400
    }
}

.mobile-menu__indicator-counter:before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color1);
    z-index: -1;
    border-radius: 2.5px;
    transform: skewX(11deg)
}

.mobile-menu__links {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500
}

.mobile-menu__links>li>a,
.mobile-menu__links>li>button {
    position: relative;
    color: inherit;
    width: 100%;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 20px 7px 33px;
    text-align: right;
    cursor: pointer;
}

.mobile-menu__links>li>a:hover,
.mobile-menu__links>li>button:hover {
    background: #f2f2f2
}

.mobile-menu__links>li>a:focus,
.mobile-menu__links>li>button:focus {
    outline: none
}

.mobile-menu__links>li>a svg,
.mobile-menu__links>li>button svg {
    position: absolute;
    top: calc(50% - 6px);
    fill: #bfbfbf;
    left: 16px;
    transform: scaleX(-1)
}

.mobile-menu__links>li>a.highlight:before,
.mobile-menu__links>li>button.highlight:before {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: var(--color1);
    top: 15px;
    right: 8px
}

.mobile-menu__links-image {
    display: block;
    width: 22px;
    height: 16px;
    border-radius: 1.5px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 9px
}

.mobile-menu__links-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.mobile-menu__contacts {
    text-align: center;
    padding: 16px 20px 14px;
    transition: background .2s
}

.typestie_market .mobile-menu__contacts {
    padding: 8px 20px;
}

.mobile-menu__contacts:hover {
    background: #f2f2f2
}

.mobile-menu__contacts,
.mobile-menu__contacts:hover {
    color: inherit
}

.mobile-menu__contacts-subtitle {
    font-size: 13px;
    color: #999
}

.mobile-menu__contacts-title {
    font-size: 15px;
    font-weight: 500
}

.typestie_market .mobile-menu__contacts-subtitle {
    font-size: 15px;
    float: right;
    color: unset;
}

.typestie_market .mobile-menu__contacts-title {
    float: left;
}

.mobile-menu__settings-list {
    display: -ms-flexbox;
    display: flex
}

.mobile-menu__setting {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%
}

.mobile-menu__setting+.mobile-menu__setting {
    border-right: 1px solid #ebebeb
}

.mobile-menu__setting-button {
    background: transparent;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: inherit;
    color: inherit;
    position: relative;
    width: 100%;
    padding: 9px 14px 9px 26px
}

.typestie_market .mobile-menu__setting-button {
    padding: 9px 6px 9px 6px
}

.mobile-menu__setting-button:hover {
    background: #f2f2f2
}

.mobile-menu__setting-button:focus {
    outline: none
}

.mobile-menu__setting-panel {
    display: none
}

.mobile-menu__setting-icon {
    display: block;
    width: 22px;
    height: 16px;
    border-radius: 1.5px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 7px
}

.typestie_market .mobile-menu__setting-icon {
    width: 32px;
    height: 32px;
}

.typestie_market .mobile-menu__setting-icon svg {
    width: 28px;
    height: 28px;
}

.mobile-menu__setting-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.mobile-menu__setting-icon--currency {
    background: #5c6266;
    color: #fff;
    font-size: 10px;
    line-height: 16px
}

.mobile-menu__setting-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 60px;
}

.typestie_market .mobile-menu__setting-title {
    position: unset;
    top: unset;
    right: unset;
}

.mmst1 {
    line-height: 24px;
    display: block;
    font-weight: 500;
    font-size: 14px;
}

.mmst0 {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.dashboard_mobilemenuavatar1 .mmst0 {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.dashboard_mobilemenuavatar1 .mmst1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.mobile-menu__setting-mobile {
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    position: absolute;
    top: 29px;
    right: 60px;
}

.mobile-menu__setting-arrow {
    position: absolute;
    top: calc(50% - 5px);
    fill: #bfbfbf;
    left: 12px;
    transform: scaleX(-1)
}

.mobile-menu__setting-arrow svg {
    display: block
}

.mobile-search__body {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    width: 100%
}

.mobile-search__button,
.mobile-search__input {
    background: transparent;
    border: none;
    font-family: inherit;
    color: inherit
}

.mobile-search__button:focus,
.mobile-search__input:focus {
    outline: none
}

.mobile-search__input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px
}

.mobile-search__field {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    transition: color .2s, background .2s, border-color .2s
}

.mobile-search__button {
    width: 38px;
    padding: 0;
    transition: color .2s;
    fill: currentColor
}

.mobile-search__button,
.mobile-search__site-picker {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-search__site-picker {
    -ms-flex-order: -1;
    order: -1;
    background: var(--color1);
    color: var(--colortext);
    min-width: 44px;
    padding: 0 12px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2.5px;
    border: none;
    transition: color .15s, background-color .15s
}

.mobile-search__site-picker:hover {
    background: var(--colorhover)
}

.mobile-search__site-picker:active {
    background: #ffca16
}

.mobile-search__site-picker:focus {
    outline: none
}

.mobile-search__site-picker i {
    font-size: 36px;
}

.mobile-search__site-picker svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: rgba(0, 0, 0, .75)
}

.mobile-search__site-picker svg+.mobile-search__site-picker-label {
    margin-right: 8px
}

@media (min-width: 768px) {
    .mobile-search__input {
        height: 36px;
        padding: 0 11px;
        border-radius: 3px;
        transition: color .2s, background .2s, border-color .2s;
        color: #262626;
        background-color: #f0f0f0;
        border: 1px solid #f0f0f0;
        padding-right: 11px;
        padding-left: 37px
    }
    .mobile-search__input::-webkit-input-placeholder {
        color: #6c757d
    }
    .mobile-search__input::-moz-placeholder {
        color: #6c757d
    }
    .mobile-search__input:-ms-input-placeholder,
    .mobile-search__input::-ms-input-placeholder {
        color: #6c757d
    }
    .mobile-search__input::placeholder {
        color: #6c757d
    }
    .mobile-search__input:hover {
        border-color: #d9d9d9
    }
    .mobile-search__input:focus {
        background-color: #fff;
        border-color: #d9d9d9
    }
    .mobile-search__button--close {
        display: none
    }
    .mobile-search__button--search {
        position: absolute;
        top: 0;
        height: 100%;
        left: 0
    }
    .mobile-search__site-picker {
        margin-left: 6px
    }
    .mobile-search__button--search {
        color: #b2b2b2
    }
    .mobile-search__button--search:hover {
        color: var(--color1)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mobile-search__site-picker-label {
        display: none
    }
}

@media (max-width: 767.98px) {
    .mobile-search__body {
        height: 100%
    }
    .mobile-search__input {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        width: 0;
        padding: 0 12px 0 0
    }
    .mobile-search__button {
        width: 52px
    }
    .mobile-search__button--close {
        border-width: 0;
        border-style: solid;
        border-right-width: 1px
    }
    .mobile-search__input {
        color: #262626
    }
    .mobile-search__input::-webkit-input-placeholder {
        color: #6c757d
    }
    .mobile-search__input::-moz-placeholder {
        color: #6c757d
    }
    .mobile-search__input:-ms-input-placeholder,
    .mobile-search__input::-ms-input-placeholder {
        color: #6c757d
    }
    .mobile-search__input::placeholder {
        color: #6c757d
    }
    .mobile-search__input~.mobile-search__field {
        background: #fff
    }
    .mobile-search__input~.mobile-search__button--close {
        border-color: #ebebeb
    }
    .mobile-search__button {
        color: #b2b2b2
    }
    .mobile-search__button:hover {
        color: var(--color1)
    }
    .mobile-search__site-picker {
        margin: 8px 0;
        margin-right: 8px
    }
}

@media (max-width: 440px) {
    .mobile-search__site-picker-label {
        display: none
    }
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.dashboard_mobilemenuavatar1 {
    justify-content: right;
}

.typestie_market .dashboard_mobilemenuavatar1 {
    justify-content: right;
    padding: 9px 14px 9px 20px;
}

.dashboard_mobilemenuavatar1 .mobile-menu__setting-icon {
    width: 40px;
    height: 38px;
}

.backavataruser3 {
    border: 1px solid #b1b1b1;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.paszaminehavataruser3 {
    background-color: #f1f1f1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 3px auto;
}

.paszaminehavataruser3 img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}