﻿@charset "UTF-8";

* {
    box-sizing: border-box;
    font-family: Shabnam,system-ui,Tahoma,sans-serif
}

html {
    direction: rtl
}

body, html {
    font-size: 14px;
    height: 100vh;
    margin: 0;
    overscroll-behavior-y: none;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
    background-color: #fff
}

.app {
    background-repeat: repeat;
    background-size: 100%;
    min-height: 100%;
    padding-top: 52px;
    position: relative
}

.app--locked {
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
    touch-action: none
}

.app--has-footer {
    padding-bottom: 50px
}

@media (min-width:360px) {
    .app--has-footer {
        padding-bottom: 438px
    }
}

.app__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    max-width: 1120px
}

.hide {
    display: none !important
}

@media (min-width:1150px) {
    .app {
        padding-top: 0
    }

    .customized-scrollbar::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }

    .customized-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 4px
    }

    .customized-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 6px rgba(48,206,85,.8)
    }
}

iframe {
    will-change: transform,opacity;
    z-index: 100 !important
}

@media (min-width:768px) {
    .app--has-footer {
        padding-bottom: 344px
    }
}

@font-face {
    font-family: Shabnam;
    src: url(/RegisterCss/Fonts/Shabnam-FD.woff2) format("woff2"),url(/RegisterCss/Fonts/Shabnam-FD.woff) format("woff"),url(/RegisterCss/Fonts/Shabnam-FD.ttf) format("truetype");
    font-weight: 400;
    font-display: swap
}

.nav {
    background-color: #128c7f;
    backface-visibility: hidden;
    display: block;
    height: 52px;
    left: 0;
    line-height: 0;
    padding: 0 16px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: .2s ease-in-out;
    width: 100%;
    z-index: 100
}

.nav__btn, .nav__hamburger-btn {
    background: 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 48px
}

.nav__btn__icon, .nav__hamburger-btn__icon {
    fill: #fff;
    display: inline-block;
    opacity: 1;
    vertical-align: middle;
    width: 24px
}

.nav__btn__icon--hidden, .nav__hamburger-btn__icon--hidden {
    opacity: 0;
    position: absolute;
    right: 12px;
    top: 12px
}

.nav__btn__text, .nav__hamburger-btn__text {
    display: none
}

.nav__hamburger-btn {
    float: right;
    margin-right: -12px;
    transition: .3s ease-in-out;
    z-index: 3
}

.nav__hamburger-btn__line--bottom, .nav__hamburger-btn__line--middle, .nav__hamburger-btn__line--top {
    background: #fff;
    border-radius: 4px;
    display: block;
    height: 2px;
    position: absolute;
    transition: .55s;
    right: 12px;
    width: 24px
}

.nav__hamburger-btn__line--top {
    top: 18px
}

.nav__hamburger-btn__line--middle {
    transition: .5s;
    top: 24px
}

.nav__hamburger-btn__line--bottom {
    top: 30px
}

.nav__logo-link {
    display: none
}

@media (min-width:360px) {
    .nav__logo-link {
        display: inline-block;
        float: right;
        height: 52px;
        overflow: hidden;
        position: relative;
        width: 80px
    }
}

.nav__logo-img {
    display: block;
    fill: #fff;
    height: 33.86px;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 80px
}

.nav__basket-btn, .nav__user-btn {
    float: left
}

.nav__user-btn {
    margin-left: -13px
}

.nav__basket-btn__badge {
    background: #e36362;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 18px;
    line-height: 20px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 6px;
    width: 18px
}

.nav__desktop-menu, .nav__drawer, .nav__mega-menu, .nav__overlay, .nav__profile-popup {
    display: none
}

.khalfi__selection__header {
    display: block;
    margin: 24px auto;
    padding-bottom: 16px;
    position: relative
}

.khalfi__selection__card {
    background-color: #fff;
    border-radius: 52px;
    box-shadow: 0 1px 3px rgba(0,0,0,.56);
    color: #313131;
    display: block;
    min-height: 52px;
    line-height: 2;
    margin: 0 auto 12px;
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
    text-align: right;
    text-decoration: none
}

.khalfi__selection__card__icon {
    float: right;
    height: 48px;
    margin-left: 8px;
    margin-top: 4px;
    width: 48px
}

.khalfi__selection__card__title {
    display: block;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    width: 50%
}

.khalfi__selection__card__title__marquee {
    display: block;
    font-style: normal;
    animation-name: marquee_anim;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: reverse;
    width: 100%
}

.khalfi__selection__card__price {
    color: #686868;
    font-size: 10px;
    display: block
}

.khalfi__selection__card__action {
    background-color: #2ecb6d;
    border-radius: 50%;
    display: block;
    height: 28px;
    left: 16px;
    position: absolute;
    top: 20px;
    width: 28px
}

    .khalfi__selection__card__action::before {
        background-image: url(/RegisterCss/img/arrow-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        content: "";
        display: block;
        height: 28px;
        line-height: 28px;
        width: 28px
    }

.khalfi__selection__card__action__text {
    display: none
}

.khalfi__selection__card__action--animated {
    animation-name: arrow-anim;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.khalfi__selection__card__properties {
    display: none
}

.khalfi__selection__card__badge {
    background-color: #e36362;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    left: -19px;
    text-align: center;
    top: 14px;
    transform: rotate(328deg);
    width: 160px
}

.khalfi__selection__card--disabled {
    background-color: #d0d0d0 !important;
    transform: scale(1) !important
}

    .khalfi__selection__card--disabled .khalfi__selection__card__action {
        background-color: #b5b5b5 !important;
        opacity: .4 !important;
        animation: none !important
    }

    .khalfi__selection__card--disabled .khalfi__selection__card__action, .khalfi__selection__card--disabled .khalfi__selection__card__icon, .khalfi__selection__card--disabled .khalfi__selection__card__properties {
        filter: grayscale(1)
    }

.khalfi__selection__card--global {
    background: 0 0;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 4px 16px
}

.khalfi__selection__vector__wrapper {
    background-color: #ffffff;
    display: block;
    margin: -16px;
    padding: 32px 16px 16px;
    position: relative;
    z-index: 1
}

.khalfi__selection__vector__img-wrapper {
    margin: 0 auto;
    max-width: 390px;
    overflow: hidden;
    position: relative
}

    .khalfi__selection__vector__img-wrapper::after {
        content: "";
        display: block;
        padding-top: 75%
    }

.khalfi__selection__vector__img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media (min-width:320px) {
    .khalfi__selection__header {
        max-width: 600px
    }

    .khalfi__selection__card {
        line-height: 28px;
        padding-left: 50px
    }

    .khalfi__selection__card__title {
        display: inline;
        width: auto;
        white-space: normal
    }

    .khalfi__selection__card__title__marquee {
        animation: none;
        display: inline
    }

    .khalfi__selection__card__price {
        display: inline
    }

    .khalfi__selection__card__action {
        top: 22px
    }
}

@media (min-width:450px) {
    .khalfi__selection__card {
        line-height: 52px;
        padding-left: 20px
    }
}

.khlafi-global-product-selector__overlay {
    align-items: center;
    background: rgba(0,0,0,.85);
    bottom: 0;
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 110
}

.khlafi-global-product-selector__overlay--active {
    display: flex
}

.khlafi-global-product-selector__content-wrapper {
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%
}

.khlafi-global-product-selector__header {
    font-size: 12px;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    position: sticky;
    top: 0
}

.khlafi-global-product-selector__close-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 42px;
    float: left;
    font-size: 28px;
    line-height: 42px;
    padding: 0;
    margin: 0
}

@keyframes marquee_anim {
    0%,100% {
        transform: translateX(-5%)
    }

    40%,60% {
        transform: translateX(40%)
    }
}

.products__header__combo, .products__header__input {
    background: #f5f5f5;
    border: 1px solid #dadada;
    border-radius: 6px;
    color: #313131;
    direction: ltr;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    outline: 0;
    padding: 0 16px;
    text-align: left;
    width: 100%
}

    .products__header__combo::-webkit-calendar-picker-indicator, .products__header__input::-webkit-calendar-picker-indicator {
        display: none
    }

    .products__header__combo::placeholder, .products__header__input::placeholder {
        color: #b9b7b7;
        direction: rtl;
        font-size: 12px;
        text-align: center
    }

    .products__header__combo:focus, .products__header__input:focus {
        border-color: #128c7f
    }

.products__header__error {
    background: #e36362;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 5px 16px;
    position: relative
}

    .products__header__error:before {
        border: 5px solid transparent;
        border-bottom-color: #e36362;
        content: "";
        position: absolute;
        right: 10px;
        top: -10px
    }

.khalafi__wallet-step__action, .products__header__action-btn {
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 36px;
    margin: 0 auto;
    overflow: hidden;
    outline: 0;
    position: relative;
    text-align: center;
    width: 100%;
    background: #2ecb6d;
    color: #000
}

    .khalafi__wallet-step__action::before, .products__header__action-btn::before {
        animation-name: arrow-anim;
        animation-duration: 1.5s;
        animation-delay: 4s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        background-color: rgba(0,0,0,.2);
        background-image: url(/RegisterCss/img/arrow-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        border-radius: 50%;
        content: "";
        float: left;
        height: 24px;
        line-height: 24px;
        margin-top: 6px;
        width: 24px
    }

    .khalafi__wallet-step__action:disabled, .products__header__action-btn:disabled {
        background: #d0d0d0 !important;
        cursor: default !important;
        text-shadow: none !important;
        box-shadow: none !important;
        color: #686868
    }

        .khalafi__wallet-step__action:disabled::before, .products__header__action-btn:disabled::before {
            display: none !important
        }

        .khalafi__wallet-step__action:disabled:hover, .products__header__action-btn:disabled:hover {
            transform: none !important
        }

    .khalafi__wallet-step__action:hover, .products__header__action-btn:hover {
        transform: scale(.98);
        background: #25a157
    }

        .khalafi__wallet-step__action:hover::before, .products__header__action-btn:hover::before {
            animation: none
        }

.btn--loading {
    background: #d0d0d0 !important;
    color: transparent !important;
    cursor: default !important;
    opacity: 1 !important;
    text-shadow: none
}

    .btn--loading span {
        color: #d0d0d0 !important
    }

    .btn--loading::before {
        display: none
    }

    .btn--loading:after {
        background-color: transparent;
        background-image: none;
        animation: 1s linear infinite btn-loading-anim;
        border-radius: 50%;
        content: "";
        font-size: 5px;
        height: 5px;
        left: 48%;
        margin: 0 auto;
        position: absolute;
        width: 5px;
        text-indent: -9999em;
        top: 16px;
        transform: translateZ(0)
    }

@keyframes btn-loading-anim {
    0%,100% {
        box-shadow: 0 -2.6em 0 0 #333,1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.5),-1.8em -1.8em 0 0 rgba(255,255,255,.7)
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.7),1.8em -1.8em 0 0 #333,2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.5)
    }

    25% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.5),1.8em -1.8em 0 0 rgba(255,255,255,.7),2.5em 0 0 0 #333,1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.5),2.5em 0 0 0 rgba(255,255,255,.7),1.75em 1.75em 0 0 #333,0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    50% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.5),1.75em 1.75em 0 0 rgba(255,255,255,.7),0 2.5em 0 0 #333,-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.5),0 2.5em 0 0 rgba(255,255,255,.7),-1.8em 1.8em 0 0 #333,-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    75% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.5),-1.8em 1.8em 0 0 rgba(255,255,255,.7),-2.6em 0 0 0 #333,-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.5),-2.6em 0 0 0 rgba(255,255,255,.7),-1.8em -1.8em 0 0 #333
    }
}

@keyframes arrow-anim {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(10px)
    }
}

.products__history__wrapper {
    position: relative;
    margin-top: 8px;
    height: 134px;
    overflow-y: auto
}

@media (min-width:1150px) {
    .products__history__wrapper {
        height: 136px
    }
}

.products__history__item {
    background: #fff;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    cursor: pointer;
    display: block;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    padding: 3px 43px 3px 38px;
    position: relative;
    text-align: right
}

    .products__history__item::before {
        background-color: #ececec;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 5%;
        width: 90%
    }

.products__history__item--hidden {
    display: none
}

.products__history__item--show-all {
    color: #2ecb6d;
    cursor: pointer;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    transition: .2s ease-in-out
}

    .products__history__item--show-all:after {
        content: "›";
        display: inline-block;
        font-size: 18px;
        margin-right: 4px;
        transform: rotate(-90deg);
        vertical-align: middle
    }

    .products__history__item--show-all:hover {
        background-color: #2ecb6d !important;
        color: #fff
    }

.products__history__item--has-icon, .products__history__item--has-icon .products__history__item__description {
    padding-right: 90px
}

.products__history__item:first-child {
    border-top: 1px solid #dadada
}

.products__history__item:last-child {
    border-bottom: 1px solid #dadada;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

    .products__history__item:last-child::before {
        display: none
    }

.products__history__item__more-btn {
    background: 0 0;
    border: none;
    cursor: pointer;
    height: 100%;
    left: 0;
    padding: 0;
    outline: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 38px
}

.products__history__item__more-btn__img {
    display: block;
    fill: #313131;
    height: 18px;
    margin: 0 auto;
    width: auto
}

.products__history__item__more-btn:hover {
    background: #128c7f
}

    .products__history__item__more-btn:hover .header__history-item__more-btn__img {
        fill: #fff
    }

.products__history__item__fav-btn {
    background: #b5b5b5;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 22px;
    padding: 0;
    overflow: hidden;
    outline: 0;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 22px
}

.products__history__item__fav-btn--active {
    background-color: #128c7f
}

.products__history__item__fav-btn:hover {
    background: #128c7f
}

.products__history__item__fav-img {
    display: block;
    fill: #fff;
    height: 12px;
    margin: 0 auto;
    width: 12px
}

.products__history__item__icon-wrapper {
    height: 50px;
    padding: 0;
    overflow: hidden;
    outline: 0;
    position: absolute;
    right: 40px;
    top: 0;
    width: 36px
}

.products__history__item__icon-img {
    display: block;
    height: 20px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    width: 30px
}

.products__history__item__icon-img--motor {
    fill: #ff6b00
}

.products__history__item__icon-img--car {
    fill: #3d50b6
}

.products__history__item__title {
    font-size: 12px;
    line-height: 25px;
    position: relative;
    white-space: nowrap
}

.products__history__item__description {
    bottom: 8px;
    color: #b5b5b5;
    font-size: 11px;
    height: 10px;
    line-height: 1;
    padding: 0 38px;
    position: absolute;
    right: 4px;
    text-align: right;
    width: 100%;
    white-space: nowrap
}

.products__history__item:hover {
    background: #f5f5f5
}

.header__bg {
    display: none
}

.products__header {
    background-color: #ffffff;
    color: #313131;
    min-height: 50%;
    min-height: 50vh;
    padding: 16px;
    position: relative;
    text-align: center
}

    .products__header::before {
        background: #4bae50;
        background: linear-gradient(0deg,#4bae50 0,#32795b 35%,#184167 100%);
        content: "";
        display: block;
        height: 32%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 0
    }

@media (min-width:320px) {
    .products__header {
        padding-top: 32px
    }
}

@media (min-width:360px) {
    .products__header {
        padding-top: 48px
    }
}

.products__header--mobile-full::before {
    background: linear-gradient(0deg,#4bae50 0,#32795b 35%,#128c7f 100%);
    height: 80%;
    max-height: none
}

.products__header__main-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 16px;
    padding: 0;
    position: relative;
    z-index: 1
}

.products__header__form {
    display: block;
    margin: 0 auto;
    max-width: 550px;
    position: relative;
    z-index: 1
}

.products__header__form__inquery-section {
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 -1px 3px rgba(0,0,0,.16);
    padding: 16px
}

.products__header__label {
    display: block;
    color: #686868;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 4px
}

.products__header__input-wrapper {
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 100%
}

.products__header__combo {
    direction: rtl;
    text-align: right
}

.products__header__combo-wrapper {
    position: relative
}

.products__header__combo-arrow {
    background-color: #fff;
    display: block;
    height: 28px;
    left: 1px;
    padding: 5px;
    position: absolute;
    top: 5px;
    width: 28px
}

.products__header__action-btn {
    margin-bottom: 16px
}

.products__header__link {
    color: #686868;
    display: block;
    font-size: 13px;
    margin: 0 auto 16px;
    max-width: 550px;
    text-align: right;
    text-decoration: none
}

    .products__header__link:last-child {
        margin-bottom: 0
    }

.products__header__link__action {
    color: #128c7f;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700
}

.products__header__link:hover .products__header__link__action {
    text-decoration: underline
}

.products__header__left-column {
    margin: 0 auto;
    max-width: 400px;
    overflow: hidden;
    position: relative
}

    .products__header__left-column::after {
        content: "";
        display: block;
        padding-top: 73%
    }

.products__header__image {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.products__header__login-message {
    color: #686868;
    display: block;
    font-size: 13px;
    line-height: 2;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 16px;
    z-index: 1;
    width: 100%
}

.products__header__login-message__title {
    font-size: 12px;
    display: block
}

.products__header__login-message__link {
    color: #128c7f;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700
}

.products__header__help {
    line-height: 1.8;
    margin: 10.6666666667px auto
}

.products__header__user-section {
    position: relative;
    height: 130px
}

.products__header__user-section--invisible {
    opacity: 0
}

    .products__header__user-section--invisible::after {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10
    }

.products__header__show-pass-btn {
    background-color: transparent;
    border: none;
    display: block;
    font-size: 20px;
    height: 32px;
    left: 4px;
    position: absolute;
    top: 3px;
    width: 32px
}

.products__forget-pass-link {
    color: #e36362;
    font-size: 13px;
    float: left;
    margin-top: 4px;
    text-decoration: none
}

.products__tooltip-btn {
    background-color: transparent;
    border: 1px solid #4cb050;
    border-radius: 50%;
    color: #4cb050;
    cursor: pointer;
    display: none;
    font-family: system-ui;
    font-weight: 700;
    height: 20px;
    line-height: 18px;
    margin-top: 4px;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: -5px;
    width: 20px
}

    .products__tooltip-btn:hover {
        background-color: #4cb050;
        color: #fff
    }

@media (min-width:320px) {
    .products__tooltip-btn {
        display: inline-block
    }
}

.products__form-detector {
    position: relative;
    text-align: right
}

    .products__form-detector:after {
        content: "";
        clear: both;
        display: block
    }

.products__form-detector__label {
    float: right;
    margin-bottom: 0;
    text-align: right;
    width: calc(100% - 120px)
}

.products__form-detector__switch {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 20px;
    font-size: 12px;
    float: left;
    height: 36px;
    line-height: 32px;
    margin: -4px 0 8px auto;
    padding: 2px;
    text-align: center;
    width: 115px
}

    .products__form-detector__switch:after {
        content: "";
        clear: both;
        display: block
    }

.products__form-detector__btn {
    background: 0 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    filter: grayscale(1);
    height: 32px;
    opacity: .4;
    outline: 0;
    padding: 0;
    vertical-align: middle;
    width: 32px
}

.products__form-detector__btn__img--car, .products__form-detector__btn__img--house, .products__form-detector__btn__img--motor, .products__form-detector__btn__img--shop {
    display: block;
    margin: 0 auto
}

.products__form-detector__btn__img--motor {
    fill: #ff6b00;
    width: 24px
}

.products__form-detector__btn__img--car {
    fill: #3d50b6;
    width: 20px
}

.products__form-detector__btn__img--house, .products__form-detector__btn__img--shop {
    fill: #128c7f;
    margin-top: -3px;
    width: 19px
}

.products__form-detector__btn__img--motor, .products__form-detector__btn__img--shop {
    float: right
}

.products__form-detector__btn__img--car, .products__form-detector__btn__img--house {
    float: left
}

.products__form-detector__btn--active {
    filter: none;
    opacity: 1
}

.products__gas-types {
    margin-bottom: 16px
}

@media (min-width:320px) {
    .products__gas-types {
        float: left
    }
}

.products__gas-types__item {
    color: #313131;
    font-size: 12px;
    font-weight: 700;
    margin-right: 8px
}

.products__gas-types__input {
    display: inline-block;
    transform: scale(1.2);
    vertical-align: sub
}

.products__gas-label {
    text-align: right;
    margin-bottom: 16px
}

.products__header__input--phone-code {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
    line-height: 1.5;
    width: calc(30% - 2px)
}

.products__header__input--phone-number {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 70%
}

.products__header__plate {
    position: relative
}

.products__header__plate__item {
    float: left
}

    .products__header__plate__item .products__header__combo, .products__header__plate__item .products__header__input {
        border-radius: 0;
        text-align: center
    }

    .products__header__plate__item .products__header__combo {
        padding: 0 4px
    }

.products__header__plate__item--sec1 .products__header__input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.products__header__plate__item--sec4 .products__header__input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.products__header__plate__item--sec1, .products__header__plate__item--sec2 {
    width: calc(20% - 1px)
}

.products__header__plate__item--sec3, .products__header__plate__item--sec4 {
    width: 30%
}

.products__header__plate__item--sec1, .products__header__plate__item--sec2, .products__header__plate__item--sec3 {
    padding-right: 2px
}

.products__header__plate__item--expirationDate {
    overflow: hidden;
    position: relative
}

    .products__header__plate__item--expirationDate::before {
        content: "انقضاء";
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        position: absolute;
        right: -6px;
        text-align: center;
        top: 8px;
        transform: rotate(90deg);
        width: 36px;
        z-index: 2
    }

.products__header__plate__item--volumeOrWeight {
    overflow: hidden;
    position: relative
}

    .products__header__plate__item--volumeOrWeight::before {
        content: "وزن";
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        position: absolute;
        right: -6px;
        text-align: center;
        top: 8px;
        transform: rotate(90deg);
        width: 36px;
        z-index: 2
    }

.products__header__plate__item--prescription {
    overflow: hidden;
    position: relative
}

.products__header__plate__item--prescription::before {
    content: "نسخه";
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: 8px;
    transform: rotate(90deg);
    width: 36px;
    z-index: 2
}

.products__header__plate__item--price {
    overflow: hidden;
    position: relative
}

    .products__header__plate__item--price::before {
        content: "قیمت";
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        position: absolute;
        right: -6px;
        text-align: center;
        top: 8px;
        transform: rotate(90deg);
        width: 36px;
        z-index: 2
    }
.products__header__plate__item--volume {
    overflow: hidden;
    position: relative
}

.products__header__plate__item--volume::before {
    content: "تعداد";
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: 8px;
    transform: rotate(90deg);
    width: 36px;
    z-index: 2
}
.products__header__motor-plate {
    position: relative
}

.products__header__motor-plate__item {
    overflow: hidden
}

.products__header__motor-plate__item--sec1 {
    margin-right: 2px;
    position: relative;
    width: calc(40% - 1px)
}

    .products__header__motor-plate__item--sec1::before {
        background: url(/WebsiteCss/images/plate_flag.svg) center/cover no-repeat;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 24px
    }

    .products__header__motor-plate__item--sec1 .products__header__input {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px
    }

.products__header__motor-plate__item--sec2 {
    width: calc(60% - 1px)
}

    .products__header__motor-plate__item--sec2 .products__header__input {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px
    }

.products__help-modal {
    align-items: center;
    background-color: rgba(0,0,0,.85);
    bottom: 0;
    left: 0;
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 110
}

.products__help-modal--active {
    display: flex
}

.products__help-modal__contents {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    padding: 58px 16px 16px;
    width: 90%
}

.products__help-modal__header {
    background-color: #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%
}

.products__help-modal__close-btn {
    background-color: transparent;
    border: none;
    border-top-right-radius: 5px;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    margin-left: 8px;
    outline: 0;
    width: 42px
}

    .products__help-modal__close-btn:hover {
        background-color: #e36362;
        color: #fff
    }

.products__help-modal__img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%
}

.products__help-modal__img-link {
    border-radius: 6px;
    display: block;
    margin: 5px auto;
    max-width: 320px;
    overflow: hidden;
    text-decoration: none
}

.khalafi__wallet-step {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0,0,0,.16);
    margin: 16px auto 0;
    max-width: 540px;
    padding: 16px;
    width: 90%
}

.khalafi__wallet-step__balance-row {
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.8;
    padding: 8px
}

.khalafi__wallet-step__balance-row__value {
    float: left;
    margin-right: 8px;
    font-weight: 700
}

.khalafi__wallet-step__balance-row--success {
    background-color: #e6f2f1
}

    .khalafi__wallet-step__balance-row--success .khalafi__wallet-step__balance-row__value {
        color: #2ecb6d
    }

.khalafi__wallet-step__balance-row--danger {
    background-color: #fae4e4
}

    .khalafi__wallet-step__balance-row--danger .khalafi__wallet-step__balance-row__value {
        color: #e36362
    }

.khalafi__wallet-step__rules-title {
    font-size: 14px;
    margin: 16px auto;
    padding: 0
}

.khalafi__wallet-step__rules {
    color: #686868;
    font-size: 12px;
    line-height: 2;
    white-space: pre-line
}

.khalafi__wallet-step__action-area {
    background-color: #fff;
    bottom: 0;
    padding: 8px 0;
    position: sticky
}

.khalafi__wallet-step__checbox {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 16px
}

.khalafi__wallet-step__checbox__input {
    display: inline-block;
    margin-left: 8px;
    transform: scale(1.2);
    vertical-align: middle
}

.khalafi__wallet-step__action {
    margin-top: 16px
}

.khalafi__wallet-step__charge-count {
    background-color: #ffffff;
    border-radius: 6px;
    height: 38px;
    line-height: 38px;
    margin: 16px auto;
    overflow: hidden;
    position: relative
}

.khalafi__wallet-step__charge-count__input {
    background-color: transparent;
    border: none;
    height: 100%;
    outline: 0;
    text-align: center;
    width: 100%;
    z-index: 1
}

.khalafi__wallet-step__charge-count__btn {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    color: #b5b5b5;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 8px;
    width: 24px;
    z-index: 2
}

    .khalafi__wallet-step__charge-count__btn:hover {
        background-color: #e6f2f1;
        color: #2ecb6d
    }

.khalafi__wallet-step__charge-count__btn--increase {
    right: 8px
}

.khalafi__wallet-step__charge-count__btn--decrease {
    left: 8px
}

.intro__title {
    color: #313131;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 0 25px;
    text-align: right
}

.intro__description {
    font-size: 12px;
    line-height: 2.5;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: justify;
    text-align-last: right
}

@media (min-width:768px) {
    .products__help-modal__img-link:hover {
        transform: scale(1.05)
    }

    .intro__description {
        font-size: 14px
    }
}

.intro {
    content-visibility: auto;
    padding: 40px 0
}

.intro__row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-right: 16px;
    position: relative
}

.intro__illustration {
    display: block;
    flex: 0 0 80%;
    margin-left: 24px;
    position: relative;
    text-align: center
}

    .intro__illustration:last-child {
        margin-left: 0
    }

.intro__illustration__img-wrapper {
    height: 160px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 150px
}

.intro__illustration__img {
    height: auto;
    position: absolute;
    right: 5%;
    top: 0;
    width: 90%
}

.intro__illustration__img--detail {
    top: 20px
}

.intro__illustration__title {
    color: #313131;
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto;
    padding: 16px 0
}

.intro__illustration__description {
    color: #313131;
    font-size: 13px;
    line-height: 2.2;
    margin: 0 auto;
    padding: 0;
    opacity: .8
}

@media (min-width:768px) {
    .intro {
        padding: 80px 0
    }

    .intro__row {
        margin: 0 auto;
        max-width: 1120px;
        padding: 0 16px
    }

    .intro__title {
        text-align: right
    }

    .intro__illustration {
        flex: 0 0 28%;
        margin-left: 80px
    }

    .intro__illustration__description {
        font-size: 12px
    }

    .intro__description {
        font-size: 14px
    }
}

media="(min-width: 1150px)" > .nav {
    overflow: visible
}

.nav__btn__text {
    display: inline-block;
    font-size: 12px
}

.nav__basket-btn, .nav__user-btn {
    width: auto
}

.nav__basket-btn__badge, .nav__user-btn__badge {
    right: 15px
}

.nav__user-btn {
    margin-left: 0;
    margin-right: 16px;
    padding-right: 28px;
    text-align: right;
    width: 130px
}

    .nav__user-btn .nav__btn__icon {
        position: absolute;
        right: 0;
        top: 13px
    }

.nav__desktop-menu {
    display: block;
    float: right;
    margin-right: 16px
}

.nav__link {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 52px;
    line-height: 55px;
    overflow: hidden;
    padding: 0 10px;
    text-decoration: none
}

.nav__mega-menu {
    background: #fff;
    border-bottom: 4px solid #128c7f;
    box-shadow: 0 1px 3px rgba(0,0,0,.16);
    cursor: default;
    display: none;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: -16px;
    top: 52px;
    transition: opacity .4s ease-in-out;
    width: 910px;
    will-change: display,height,width
}

.nav__mega-menu__link {
    border: 1px solid transparent;
    color: #313131;
    display: inline-block;
    font-size: 10px;
    height: 130px;
    line-height: 3;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    vertical-align: top;
    width: 130px
}

.nav__mega-menu__link--btop {
    border-top-color: #ececec
}

.nav__mega-menu__link--bright {
    border-right-color: #ececec
}

.nav__mega-menu__link__icon {
    display: block;
    height: 42px;
    margin: 34px auto auto;
    width: 42px
}

.nav__mega-menu__link:hover {
    background-color: rgba(18,140,126,.05)
}

.nav__link--mega {
    overflow: visible;
    padding-left: 16px;
    position: relative;
    vertical-align: top
}

    .nav__link--mega::after {
        border: 4px solid transparent;
        border-top-color: #fff;
        content: "";
        display: inline-block;
        height: 0;
        position: absolute;
        left: 0;
        top: 28px;
        vertical-align: middle;
        width: 0
    }

    .nav__link--mega:hover .nav__mega-menu {
        display: block;
        z-index: 10
    }

    .nav__link--mega:hover::after {
        top: 22px;
        transform: rotate(180deg)
    }

.khalfi__selection__header {
    margin-top: 0;
    max-width: 850px;
    text-align: center;
    width: 850px
}

.khalfi__selection__card {
    box-shadow: 0 0 5px rgba(0,0,0,.36);
    border-radius: 6px;
    display: inline-block;
    line-height: 2;
    margin: 0 8px;
    min-height: 332px;
    overflow: hidden;
    padding: 16px 16px 24px;
    transition: .2s ease-in;
    vertical-align: top;
    width: 30%
}

.khalfi__selection__card__icon {
    display: block;
    height: 60px;
    margin: 0 auto;
    float: none;
    width: 60px
}

.khalfi__selection__card__price, .khalfi__selection__card__title {
    display: none
}

.khalfi__selection__card__action {
    border-radius: 6px;
    display: block;
    height: 36px;
    line-height: 36px;
    left: initial;
    margin: 16px auto;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: initial;
    width: 100%
}

    .khalfi__selection__card__action::before {
        background-color: rgba(0,0,0,.2);
        border-radius: 50%;
        display: block;
        float: left;
        height: 24px;
        line-height: 24px;
        margin-top: 6px;
        width: 24px
    }

.khalfi__selection__card__action__text {
    display: inline;
    font-weight: 700;
    font-size: 12px
}

.khalfi__selection__card__action--animated {
    animation: none
}

    .khalfi__selection__card__action--animated::before {
        animation-name: arrow-anim;
        animation-duration: 1.5s;
        animation-delay: 4s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate
    }

.khalfi__selection__card__properties {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    padding-right: 8px
}

.khalfi__selection__card__properties__title {
    display: block
}

.khalfi__selection__card__properties__item {
    color: #686868;
    display: block
}

    .khalfi__selection__card__properties__item::before {
        background-color: #128c7f;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 8px;
        margin-left: 2px;
        vertical-align: middle;
        width: 8px
    }

.khalfi__selection__card:hover {
    transform: scale(.98)
}

    .khalfi__selection__card:hover .khalfi__selection__card__action {
        background-color: #25a157
    }

.khalfi__selection__card__badge {
    left: -38px;
    top: 17px
}

.khalfi__selection__card--global {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,.26)
}

.khalfi__selection__vector__wrapper {
    display: none
}

.khlafi-global-product-selector__overlay {
    overflow: hidden;
    overscroll-behavior: contain
}

.khlafi-global-product-selector__content-wrapper {
    border-radius: 10px;
    margin: 0 auto;
    padding: 0 16px 32px;
    position: relative;
    width: 820px;
    text-align: center
}

.khlafi-global-product-selector__header {
    color: transparent;
    margin-bottom: 12px;
    position: relative
}

.khlafi-global-product-selector__close-btn {
    margin-left: -16px
}

    .khlafi-global-product-selector__close-btn:hover {
        color: #e36362
    }

.header__bg {
    display: block;
    height: 100%;
    object-fit: cover;
    opacity: .25;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.products__header {
    align-items: center;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 668px;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 112px;
    position: relative
}

    .products__header::before {
        display: none
    }

    .products__header::after {
        clear: both;
        content: "";
        display: block
    }

.products__header__main-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 32px;
    width: 100%
}

.products__header__inside {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 1120px;
    padding: 48px;
    position: relative;
    width: 100%;
    z-index: 2
}

.products__header__left-column {
    display: inline-block;
    max-width: none;
    vertical-align: middle;
    width: 43%
}

.products__header__form {
    display: inline-block;
    max-width: none;
    padding-left: 32px;
    text-align: right;
    vertical-align: middle;
    width: 50%
}

.products__header__form__inquery-section {
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

.products__header__label {
    font-size: 13px
}

.products__header__combo, .products__header__combo-arrow, .products__header__input {
    background-color: #ffffff
}

.products__header__link {
    max-width: none
}

.products__header__image {
    bottom: 15px;
    top: auto
}

.products__header__login-message {
    text-align: right
}

#goftino_w {
    position: fixed;
    z-index: 2000000002;
    bottom: -300px;
    right: 20px;
    width: 80px;
    height: 80px;
    border: 0;
    color-scheme: none;
}

.goftino-wakeup {
    position: relative;
    animation: goftinoWakeup 0.4s ease 0s 1 normal both
}

@keyframes goftinoWakeup {
    0% {
        transform: translateY(300px)
    }

    100% {
        transform: translateY(0)
    }
}

#goftino_image_fullscreen {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 2000000004;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center
}

#goftino_loading_img {
    background: white;
    width: 40px;
    height: 40px;
    z-index: 10;
    border-radius: 30px;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    padding: 5px
}

#goftino_image_fullscreen img {
    margin: auto 0;
    max-width: 90%;
    max-height: 90%;
    display: inline-block;
    vertical-align: middle;
    animation-name: zoomInGoftino;
    animation-duration: 0.4s;
    animation-fill-mode: both
}

#goftino_image_fullscreen:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

#goftino_close_screen, #goftino_dl_image {
    background: rgba(0,0,0,0.8);
    color: white;
    width: 45px;
    height: 45px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 30px;
    border-radius: 30px
}

@-webkit-keyframes zoomInGoftino {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInGoftino {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

#goftino_loading_img div {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #00bcd4;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spinGoftino 1s linear infinite
}

@keyframes spinGoftino {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinGoftino {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


@charset "UTF-8";

.nav__profile-popup {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.16);
    border-radius: 6px;
    display: block;
    left: 5px;
    padding: 8px 0;
    position: fixed;
    top: 50px;
    transform: translateX(-700px);
    transition: transform .2s;
    width: 180px;
    z-index: 110
}

    .nav__profile-popup:before {
        content: "";
        border: 5px solid transparent;
        border-bottom-color: #fff;
        left: 16px;
        position: absolute;
        top: -9px
    }

.nav__profile-popup--active {
    transform: translateX(0)
}

.nav__profile-popup__link, .nav__profile-popup__mobile {
    color: #313131;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    text-align: right;
    text-decoration: none;
    width: 100%
}

.nav__profile-popup__link__icon, .nav__profile-popup__mobile__icon {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 20px
}

.nav__profile-popup__link:hover, .nav__profile-popup__mobile:hover {
    background-color: #ffffff
}

.nav__overlay {
    background: rgba(0,0,0,.85);
    backface-visibility: hidden;
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .6s ease-in-out;
    width: 0;
    z-index: 109
}

.nav__overlay--active {
    height: 100%;
    opacity: 1;
    width: 100%
}

.nav__drawer {
    background-color: #fff;
    bottom: 0;
    box-shadow: -1px 0 3px rgba(0,0,0,.16);
    display: block;
    max-width: 320px;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(200%);
    transition: .2s ease-in-out;
    width: 100%;
    z-index: 110
}

@media (min-width:360px) {
    .nav__drawer {
        width: 80%
    }
}

.nav__drawer--active {
    opacity: 1;
    transform: translateX(0)
}

.nav__drawer__close-btn {
    font-family: serif;
    font-size: 34px;
    position: absolute;
    right: 4px;
    top: -1px
}

.nav__drawer__logo-wrapper {
    background: #128c7f;
    display: block;
    height: 130px;
    margin-bottom: 20px;
    padding: 32px 16px;
    text-align: center;
    width: 100%
}

.nav__drawer__logo {
    display: block;
    height: 45.47px;
    margin: 16px auto;
    width: 120px
}

.nav__drawer__mobile-menus {
    height: calc(100vh - 200px);
    overflow-y: auto
}

.nav__drawer__link {
    color: #313131;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    margin-bottom: 14px;
    padding: 0 16px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav__drawer__link__icon {
    display: inline-block;
    fill: #313131;
    height: 28px;
    margin-left: 8px;
    vertical-align: text-bottom;
    width: 28px
}

.nav__drawer__line {
    background: #313131;
    display: block;
    height: 1px;
    margin: 20px auto;
    opacity: .2
}

.nav__drawer__submenu {
    position: relative
}

.nav__drawer__submenu__arrow {
    content: "";
    fill: #313131;
    left: 16px;
    position: absolute;
    top: 16px;
    transition: .1s;
    width: 10px
}

.nav__drawer__submenu__list {
    height: 0;
    overflow: hidden;
    padding-right: 32px;
    position: relative
}

.nav__drawer__submenu--expanded .nav__drawer__submenu__list {
    height: auto
}

.nav__drawer__submenu--expanded .nav__drawer__submenu__arrow {
    transform: rotate(180deg)
}

.nav__drawer__footer {
    background: #f5f5f5;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%
}

.nav__drawer__footer__link {
    display: inline-block;
    height: 22px;
    margin: 0 16px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 22px
}

.nav__drawer__footer__link__icon {
    display: block;
    filter: grayscale(1);
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px
}

.nav__drawer__footer__link__icon--light {
    opacity: .5
}

.nav__drawer__footer__link__icon:hover {
    filter: grayscale(0);
    opacity: 1
}

.nav__drawer__footer__call, .nav__drawer__footer__mail {
    color: #313131;
    display: none;
    direction: ltr;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none
}

.nav__drawer__footer__call__icon, .nav__drawer__footer__mail__icon {
    display: inline-block;
    height: 16px;
    margin-left: 10px;
    vertical-align: sub;
    width: 16px
}

.nav__drawer__columns-flex {
    display: none
}

.fcm__notification {
    background-color: #313131;
    box-shadow: 0 0 3px rgba(255,255,255,.3);
    overflow: hidden;
    padding: 13.3333333333px 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000000
}

@media (min-width:768px) {
    .fcm__notification {
        border-radius: 6px;
        bottom: 14px;
        right: 14px;
        top: auto;
        width: 420px
    }
}

.fcm__notification__close-btn {
    background-color: #e36362;
    border: 1px solid #e36362;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 36px;
    line-height: 34px;
    opacity: .85;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 110px
}

    .fcm__notification__close-btn:hover {
        opacity: 1;
        transform: scale(.98)
    }

.fcm__notification__message {
    color: #fff;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 16px;
    text-align: justify;
    text-align-last: center
}

.fcm__notification__confirm-btn {
    background-color: #128c7f;
    border: 1px solid #075e55;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.36);
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 34px;
    margin-right: 8px;
    text-align: center;
    vertical-align: top;
    width: calc(100% - (110px + 8px))
}

    .fcm__notification__confirm-btn:hover {
        background-color: #075e55;
        transform: scale(.98)
    }

.message__modal {
    background-color: rgba(0,0,0,.85);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110
}

.message__box {
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 0;
    color: #313131;
    font-size: 12px;
    line-height: 2;
    padding: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}

.message__img {
    display: block;
    height: auto;
    margin: 0 auto 16px;
    max-width: 150px;
    width: 60%
}

.message__action {
    background: 0 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 700;
    margin: 16px 2px 0;
    padding: 0 16px
}

.message__action--cancel {
    border-color: #b5b5b5 !important;
    color: #686868 !important
}

    .message__action--cancel:hover {
        background-color: #b5b5b5 !important
    }

.message__action:hover {
    color: #fff !important
}

.message__modal--error .message__action {
    border-color: #e36362;
    color: #e36362
}

    .message__modal--error .message__action:hover {
        background-color: #e36362
    }

.message__modal--success .message__action {
    border-color: #2ecb6d;
    color: #2ecb6d
}

    .message__modal--success .message__action:hover {
        background-color: #2ecb6d
    }

.message__modal--warning .message__action {
    border-color: #ff6b00;
    color: #ff6b00
}

    .message__modal--warning .message__action:hover {
        background-color: #ff6b00
    }

.mobile-download__notif {
    background: #273443;
    box-shadow: 0 -2px 4px rgba(0,0,0,.3);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    left: 0;
    line-height: 52px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    padding: 0 16px 0 47px;
    right: 0;
    transform: translateY(200px) translateZ(0);
    transition: transform .5s ease-in-out;
    will-change: transform,opacity;
    z-index: 99
}

.mobile-download__notif--hide {
    display: none !important
}

.mobile-download__notif--active {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.mobile-download__notif__close-btn, .mobile-download__notif__links-close-btn {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 25px;
    height: 42px;
    left: 0;
    line-height: 42px;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 42px;
    z-index: 1
}

.mobile-download__notif__links-close-btn {
    color: #313131
}

.mobile-download__notif__overlay {
    background: rgba(0,0,0,.85);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(1000%);
    width: 100%;
    z-index: 110
}

.mobile-download__notif__overlay--active {
    opacity: 1;
    transform: translateY(0)
}

.mobile-download__notif__links-warpper {
    background-color: #fff;
    bottom: 0;
    padding-bottom: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}

.mobile-download__notif__links-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 16px;
    padding: 16px;
    text-align: right
}

.mobile-download__notif__link {
    background: #000;
    border: 1px solid #979898;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: .95;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 170px
}

    .mobile-download__notif__link:after {
        content: "";
        display: block;
        padding-top: 25%
    }

    .mobile-download__notif__link:hover {
        opacity: 1;
        transform: scale(.95)
    }

.mobile-download__notif__link__img {
    height: 244px;
    position: absolute;
    right: 7px;
    width: 150px
}

.mobile-download__notif__link__img--gplay {
    top: -47px
}

.mobile-download__notif__link__img--kafe {
    top: 0
}

.mobile-download__notif__link__img--pwa {
    top: -147px
}

.mobile-download__notif__link__img--android {
    top: -96px
}

.mobile-download__notif__link__img--ios {
    top: -195px
}

.desktop-download__notif {
    display: none
}

.footer__link, .footer__nolink {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: 'B Yekan+',system-ui,Tahoma,sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 4px 0 10px;
    padding: 0 4px;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.footer {
    background: #273443;
    bottom: 0;
    content-visibility: auto;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%
}

.footer__links-wrapper {
    display: none;
    padding-top: 30px !important
}

@media (min-width:360px) {
    .footer__links-wrapper {
        display: block;
        padding-left: 8px;
        padding-right: 8px
    }
}

.footer__column {
    display: inline-block;
    font-style: normal;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: top
}

.footer__column--second {
    display: none
}

.footer__column--contact {
    width: 100%
}

.footer__column--first {
    width: 58%
}

.footer__column--quick-access {
    width: 40%
}

@media (min-width:768px) {
    .footer__column--contact {
        width: 32%
    }

    .footer__column--first, .footer__column--quick-access, .footer__column--second {
        width: 22%
    }

    .footer__column--second {
        display: inline-block
    }
}

.footer__title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 4px 0;
    padding: 0 4px 20px 0
}

.footer__link {
    cursor: pointer
}

    .footer__link:hover {
        opacity: 1;
        text-decoration: underline
    }

.footer__nolink {
    cursor: default
}

.footer__content {
    display: block;
    width: 100%
}

.footer__number {
    display: inline-block;
    direction: ltr;
    margin-right: .3571428571em;
    text-align: left
}

.footer__telegram {
    color: #fff;
    display: inline-block;
    direction: ltr;
    margin-right: .7142857143em;
    text-align: left;
    text-decoration: underline
}

.footer__namds-wrapper {
    text-align: center
}

@media (min-width:768px) {
    .footer__namds-wrapper {
        text-align: right;
        margin-right: -15px
    }
}

.footer__namds-item {
    display: inline-block;
    height: 80px;
    margin: 2px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 80px
}

.footer__namds-item__img {
    display: block;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px
}

.footer__namds-item__img--enamad {
    height: 60px;
    top: 10px;
    width: 60px
}

.footer__social__wrapper {
    display: none;
    position: relative
}

@media (min-width:768px) {
    .footer__social__wrapper {
        display: block;
        text-align: right
    }
}

.footer__social__link {
    display: inline-block;
    height: 22px;
    margin: 0 16px;
    filter: invert(1) grayscale(1);
    text-decoration: none;
    vertical-align: middle;
    width: 22px
}

.footer__social__link--light {
    opacity: .3
}

.footer__social__link:hover {
    filter: grayscale(0) invert(0);
    opacity: 1
}

.footer__social__link__icon {
    display: block;
    height: 22px;
    width: 22px
}

.footer__copyright {
    background-color: #232f3c;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
    text-shadow: 0 0 3px rgba(0,0,0,.16)
}

.footer__copyright__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.footer--no-mobile {
    display: none
}

@media (min-width:768px) {
    .footer--no-mobile {
        display: inherit
    }
}

.comments__section {
    background: rgba(18,140,126,.05);
    content-visibility: auto;
    padding: 40px 0
}

.comments__section__title {
    padding-bottom: 4px !important;
    text-align: right
}

.comments__section__link {
    color: #128c7f;
    font-weight: 700
}

.comments__item {
    background-color: rgba(18,140,126,.05);
    border: 1px solid #ececec;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 8px;
    padding: 10.6666666667px
}

.comments__item__base-info {
    direction: ltr;
    text-align: right
}

.comments__item__publish-date {
    direction: rtl;
    float: left
}

.comments__item__title {
    clear: both;
    display: block;
    font-size: 12px;
    margin-bottom: 4px
}

.comments__item__show-detail {
    color: #128c7f;
    display: block;
    height: 32px;
    line-height: 32px;
    margin-right: 0;
    padding: 0;
    text-align: right;
    width: 170px
}

.comments__pagenation {
    margin-top: 16px;
    text-align: center
}

.comments__pagenation__item {
    background: #f5f5f5;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    margin: 0 4px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 36px
}

    .comments__pagenation__item:hover {
        background: #e6f2f1;
        transform: scale(.95)
    }

.comments__pagenation__item--active {
    background: #e6f2f1;
    color: #128c7f
}

.comments__pagenation__item--loading {
    background-color: #eaeaea !important;
    color: transparent;
    cursor: not-allowed !important;
    overflow: hidden;
    position: relative
}

    .comments__pagenation__item--loading:before {
        animation: 1s linear infinite btn-loading-anim;
        border-radius: 50%;
        content: "";
        font-size: 5px;
        height: 5px;
        left: 16px;
        margin: 0 auto;
        position: absolute;
        width: 5px;
        text-indent: -9999em;
        top: 16px;
        transform: translateZ(0)
    }

.seo-description {
    content-visibility: auto;
    overflow: hidden;
    padding: 40px 0;
    position: relative
}

@media (min-width:1150px) {
    .seo-description {
        padding: 80px 0
    }
}

.seo-description--colorful {
    background-color: rgba(18,140,126,.05)
}

.seo-description__title {
    text-align: right
}

.seo-description__description {
    max-height: 300px;
    overflow-y: auto;
    padding-left: 16px;
    position: relative;
    text-align: justify
}

    .seo-description__description h1, .seo-description__description h2, .seo-description__description h3 {
        font-size: 13px;
        margin: 0 auto;
        padding: 5px 0
    }

    .seo-description__description p {
        margin: 0 auto;
        padding: 0
    }

.faq__section {
    background: rgba(18,140,126,.05);
    content-visibility: auto;
    padding: 40px 0
}

.faq__title {
    text-align: center
}

.faq__img-wrapper {
    display: none
}

.faq__item {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius: 4px;
    display: block;
    line-height: 0;
    margin: 0 auto 8px;
    overflow: hidden;
    position: relative;
    will-change: height
}

.faq__item__header {
    color: #313131;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    margin: 0 auto;
    padding: 8px 8px 8px 40px;
    position: relative
}

    .faq__item__header:hover {
        background: #f5f5f5
    }

    .faq__item__header:after {
        border-radius: 50%;
        border: 1px solid #b5b5b5;
        content: "+";
        color: #b5b5b5;
        font-size: 14px;
        height: 20px;
        left: 8px;
        line-height: 22px;
        position: absolute;
        text-align: center;
        top: 10px;
        width: 20px
    }

.faq__item__body {
    cursor: default;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    transition: height .2s ease-in-out
}

.faq__item--expanded .faq__item__header {
    border-bottom: 1px solid #ececec
}

    .faq__item--expanded .faq__item__header:after {
        border-color: #e36362;
        content: "-";
        color: #e36362
    }

.faq__item--expanded .faq__item__body {
    font-size: 12px;
    height: auto;
    line-height: 2;
    opacity: .8;
    padding: 8px 32px 8px 16px;
    text-align: justify;
    text-align-last: right
}

.blog__post-item--animated .blog__post-item__body, .blog__post-item--animated .blog__post-item__image-wrapper, .blog__post-item--animated .blog__post-item__title {
    background: 0 0/800px 104px #f6f7f8;
    content-visibility: auto;
    height: 96px;
    position: relative
}

.blog {
    padding: 40px 0;
    position: relative
}

.blog__title {
    max-width: 1120px;
    text-align: right
}

.blog__posts-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 16px;
    position: relative
}

.blog__post-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,.16);
    display: block;
    flex: 0 0 80%;
    margin-left: 24px;
    max-width: 320px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none
}

    .blog__post-item:hover {
        background: #f5f5f5;
        box-shadow: 0 0 5px rgba(0,0,0,.26)
    }

.blog__post-item__image-wrapper {
    background-color: #ffffff;
    height: 0;
    padding-top: 63%;
    position: relative
}

.blog__post-item__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.blog__post-item__title {
    color: #128c7f;
    font-size: 12px;
    line-height: 2;
    margin: 0 auto;
    padding: 8px 0;
    position: relative
}

.blog__post-item__body {
    color: #313131;
    position: relative
}

    .blog__post-item__body p {
        font-size: 12px;
        line-height: 2;
        padding: 0;
        margin: 0
    }

.blog__post-item--animated .blog__post-item__title {
    animation-duration: 1.2s;
    background-color: #ffffff;
    height: 24px;
    margin: 10px 0;
    padding: 0
}

.blog__post-item--animated .blog__post-item__body {
    animation-duration: 1.8s;
    background-color: #ffffff;
    height: 140px;
    margin: 0 auto
}

.download {
    background-color: rgba(18,140,126,.05);
    content-visibility: auto;
    overflow: hidden;
    padding: 40px 0;
    position: relative
}

.download--transparent {
    background-color: transparent
}

.download__content {
    margin-bottom: 16px
}

.download__title {
    text-align: center
}

.download__description {
    text-align: justify
}

.download__links-wrapper {
    text-align: center
}

.download__link {
    background: #000;
    border: 1px solid #979898;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: .95;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 170px
}

    .download__link:after {
        content: "";
        display: block;
        padding-top: 25%
    }

    .download__link:hover {
        opacity: 1;
        transform: scale(.95)
    }

.download__img {
    height: 244px;
    position: absolute;
    right: 7px;
    width: 150px
}

.download__img--gplay {
    top: -47px
}

.download__img--kafe {
    top: 0
}

.download__img--pwa {
    top: -147px
}

.download__img--android {
    top: -96px
}

.download__img--ios {
    top: -195px
}

.download__screen-wrapper {
    max-width: 300px;
    margin: 30px auto 0;
    overflow: hidden;
    position: relative
}

    .download__screen-wrapper:after {
        content: "";
        display: block;
        padding-top: 94%
    }

.download__screen {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    will-change: transform
}

.download__qr-code__wrapper {
    display: none
}

@media (min-width:480px) {
    .download__screen-wrapper {
        max-width: 350px;
        width: 350px
    }
}

.history__modal {
    background: rgba(0,0,0,.7);
    bottom: 0;
    color: #313131;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 110
}

.history__modal__form {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.16);
    display: block;
    margin: 20vh auto;
    max-width: 400px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    width: 80%
}

.history__modal__close-btn {
    background: 0 0;
    border: none;
    color: #686868;
    cursor: pointer;
    display: block;
    font-size: 24px;
    line-height: 25px;
    height: 32px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    width: 32px
}

    .history__modal__close-btn:hover {
        color: #313131
    }

.history__modal__icon {
    display: block;
    height: auto;
    margin: 15px auto 0;
    width: 32px
}

.history__modal__title {
    display: block;
    font-size: 13px;
    margin: 10px auto;
    text-align: center
}

.history__modal__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: right
}

.history__modal__input {
    direction: rtl;
    margin: 8px auto
}

    .history__modal__input::placeholder {
        text-align: right
    }

.history__modal__btn-wrapper {
    font-size: 0;
    line-height: 0;
    text-align: left
}

.history__modal__remove-btn, .history__modal__save-btn {
    vertical-align: middle
}

    .history__modal__remove-btn::before, .history__modal__save-btn::before {
        display: none !important
    }

.progress {
    display: none;
    font-size: 0;
    line-height: 0;
    margin: 16px 0 0;
    position: relative;
    width: 100%
}

@media (min-height:480px) {
    .progress {
        display: block
    }
}

@media (min-width:960px) {
    .progress {
        margin-top: 32px
    }
}

.progress__item {
    color: transparent;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    text-align: center;
    width: 20%
}

    .progress__item::after, .progress__item::before {
        background-color: #ffffff;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: 12px;
        width: 50%
    }

    .progress__item::before {
        right: 0;
        z-index: 1
    }

    .progress__item::after {
        left: 0;
        z-index: 2
    }

.progress__circle {
    background-color: #ffffff;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    color: #b9b7b7;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto 8px;
    overflow: hidden;
    position: relative;
    width: 24px;
    z-index: 3
}

.progress__item--passed::after, .progress__item--passed::before {
    background-color: #128c7f
}

.progress__item--passed .progress__circle {
    color: #fff;
    background-color: #128c7f;
    border-color: #128c7f
}

    .progress__item--passed .progress__circle::after {
        background-color: #128c7f;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAFdQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////LEkQMAAAABx0Uk5TCaV+P3Xv8Y+QcVUKz70TEpjOwgwBrgUQy5sCAMIu0RgAAACbSURBVDjLzdNZEsIgEEXRdh4TpxgH3v7XqYTEpvFBPpXfe6hAUxE3suTX4LDaFkG9x1LKHesCuN2Bx1NGev6Qfc+CoefAp2eAdg6iTkHcGTDdyWyemPoEHBt9rAWqnXkf251MYETanbRX4Hzh3w+HjMV397dQQXp3zUGwHuYQBO39oLyo0vObSXrB9uuovWBd36Kdbpq//PXe6wW3HGjdh/NY4wAAAABJRU5ErkJggg==);
        background-size: 65%;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

.progress__item--active {
    color: #128c7f;
    font-weight: 700;
    white-space: nowrap
}

    .progress__item--active::before {
        background-color: #128c7f
    }

    .progress__item--active .progress__circle {
        color: #fff;
        background-color: #128c7f;
        border-color: #128c7f
    }

.inquiry-login__step {
    margin: 0 auto;
    max-width: 550px
}

.inquiry-login__vector-wrapper {
    display: none;
    margin: 16px auto;
    max-width: 230px;
    overflow: hidden;
    position: relative;
    width: 100%
}

    .inquiry-login__vector-wrapper:after {
        content: "";
        display: block;
        padding-top: 73%;
        width: 100%
    }

@media (min-height:500px) {
    .inquiry-login__vector-wrapper {
        display: block
    }
}

.inquiry-login__vector {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.inquiry-login__title {
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 16px;
    text-align: center
}

.inquiry-login__label {
    font-size: 14px !important;
    line-height: 2;
    text-align: right !important
}

    .inquiry-login__label:after {
        clear: both;
        content: "";
        display: block
    }

.inquiry-login__input {
    appearance: textfield;
    -webkit-appearance: textfield
}

    .inquiry-login__input::-webkit-inner-spin-button, .inquiry-login__input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

.inquiry-login__input--code {
    direction: ltr;
    letter-spacing: 5px;
    text-align: center !important
}

    .inquiry-login__input--code:placeholder {
        font-size: 18px
    }

.inquiry-login__input__wrapper {
    margin: 8px auto;
    overflow: hidden;
    position: relative
}

.inquiry-login__timer {
    color: #e36362;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
    position: relative
}

.inquiry-login__resend-btn {
    background-color: #2ecb6d;
    border: none;
    border-radius: 6px 0 0 6px;
    font-size: 11px;
    height: calc(100% - 4px);
    left: 2px;
    overflow: hidden;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 2px
}

    .inquiry-login__resend-btn:before {
        left: 40%;
        top: 17px;
        transform: scale(.8)
    }

.inquiry-login__help-wrapper {
    color: #686868;
    font-size: 13px;
    line-height: 2;
    margin-top: 16px;
    text-align: center
}

.inquiry-login__download-link {
    color: #2ecb6d;
    font-weight: 700;
    text-decoration: none
}

.inquiry-login__download-link--mini {
    font-size: 12px
}

.inquiry-login__free-message {
    color: #e36362;
    font-weight: 700;
    margin-top: 10.6666666667px
}

.inquiry-login__change-mobile-btn {
    background: 0 0;
    border: none;
    border-radius: 6px;
    color: #686868;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 38px;
    line-height: 2;
    margin: 0 auto;
    outline: 0;
    padding: 0 10px;
    position: relative;
    text-align: center
}

.inquiry-login__change-mobile-btn__action {
    color: #128c7f;
    font-weight: 700
}

.inquiry-login__action {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 106
}

@media (min-width:768px) {
    .inquiry-login__step {
        margin: 0 auto;
        padding: 16px
    }

    .inquiry-login__action {
        border-radius: 6px;
        position: relative
    }
}

.inquiry-search {
    height: 100%;
    width: 100%
}

.inquiry-search__img-wrapper {
    margin: 0 auto;
    max-width: 600px;
    overflow: hidden;
    position: relative
}

    .inquiry-search__img-wrapper:after {
        content: "";
        display: block;
        padding-top: 63%
    }

.inquiry-search__img {
    display: block;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.inquiry-search__text {
    color: #313131;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.2;
    max-width: 570px;
    margin: 0 auto;
    padding: 32px 16px 16px;
    text-align: center
}

.inquiry-search__text--wait {
    display: block;
    font-size: 13px;
    font-weight: 400;
    opacity: .8
}

.inquiry-search__download-text {
    font-size: 13px;
    line-height: 2;
    max-width: 570px;
    margin: 0 auto;
    text-align: center
}

.inquiry-search__download-link {
    display: block;
    color: #2ecb6d;
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto
}

.inquiry-message {
    margin: 0 auto;
    max-width: 480px;
    padding-top: 32px;
    width: 100%
}

.inquiry-message__img-wrapper {
    margin: 0 auto;
    max-width: 300px;
    overflow: hidden;
    position: relative
}

    .inquiry-message__img-wrapper:after {
        content: "";
        display: block;
        padding-top: 56%
    }

@media (min-width:960px) {
    .inquiry-message__img-wrapper {
        margin-top: 50px
    }
}

.inquiry-message__img {
    display: block;
    height: auto;
    position: absolute;
    right: 15px;
    top: 0;
    width: 100%
}

.inquiry-message__text {
    color: #313131;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    margin: 8px auto;
    text-align: center
}

.inquiry-message__recommendation {
    margin-top: 24px
}

.inquiry-message__recommendation__title {
    color: #686868;
    font-size: 13px;
    text-align: right
}

.inquiry-message__recommendation__link {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    color: #313131;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 8px;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition: .2s ease-in-out
}

.inquiry-message__recommendation__link__icon {
    display: inline-block;
    height: 36px;
    margin-left: 16px;
    vertical-align: middle;
    width: 36px
}

.inquiry-message__recommendation__link__title {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle
}

.inquiry-message__recommendation__link__btn {
    color: #2ecb6d;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 50px
}

    .inquiry-message__recommendation__link__btn::after {
        background-color: #2ecb6d;
        background-image: url(/RegisterCss/img/arrow-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 24px;
        line-height: 24px;
        margin-right: 4px;
        vertical-align: middle;
        width: 24px
    }

.inquiry-message__recommendation__link::before {
    background-color: #b5b5b5;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px
}

.inquiry-message__recommendation__link::after {
    clear: both;
    content: "";
    display: block
}

.inquiry-message__recommendation__link:hover {
    box-shadow: 0 0 3px rgba(0,0,0,.16);
    transform: scale(.98)
}

.payment-confirmation__modal {
    background-color: rgba(0,0,0,.85);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110
}

.payment-confirmation__modal--active {
    display: block
}

.payment-confirmation__contents {
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 0;
    color: #313131;
    font-size: 12px;
    line-height: 2;
    padding: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}

.payment-confirmation__message {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 16px;
    text-align: center;
    text-align-last: center
}

.payment-confirmation__cancel-btn::before {
    display: none
}

.payment-confirmation__cancel-btn, .payment-confirmation__confirm-btn {
    vertical-align: middle
}

@media (min-width:960px) {
    .payment-confirmation__modal {
        align-items: center;
        justify-content: center
    }

    .payment-confirmation__modal--active {
        display: flex
    }

    .payment-confirmation__contents {
        border-radius: 10px;
        font-size: 14px;
        position: relative;
        max-width: 550px;
        margin: 0 auto;
        padding: 24px 16px
    }

    .payment-confirmation__cancel-btn, .payment-confirmation__confirm-btn {
        width: 150px
    }
}

.inquiry-detail__column {
    display: block;
    margin: 0 -16px;
    padding-top: 16px;
    z-index: 1
}

.inquiry-detail__column--big {
    padding-bottom: 148px;
    padding-top: 0
}

.inquiry-detail__payment__section {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -1px 1px rgba(0,0,0,.08);
    left: 0;
    min-height: 92px;
    padding: 8px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10
}

.inquiry-detail__payment__header {
    display: none
}

.inquiry-detail__payment__summary {
    color: #686868;
    display: block;
    margin-bottom: 16px
}

.inquiry-detail__payment__summary--description {
    color: #313131
}

.inquiry-detail__payment__summary__value {
    color: #313131;
    float: left;
    font-size: 12px;
    font-weight: 700
}

.inquiry-detail__payment__summary::after {
    clear: both;
    content: "";
    display: block
}

.inquiry-detail__hint-box {
    display: none
}

.bill-checkbox--checked, .bill__item--active .bill-checkbox {
    background-color: #2ecb6d !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAFdQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////LEkQMAAAABx0Uk5TCaV+P3Xv8Y+QcVUKz70TEpjOwgwBrgUQy5sCAMIu0RgAAACbSURBVDjLzdNZEsIgEEXRdh4TpxgH3v7XqYTEpvFBPpXfe6hAUxE3suTX4LDaFkG9x1LKHesCuN2Bx1NGev6Qfc+CoefAp2eAdg6iTkHcGTDdyWyemPoEHBt9rAWqnXkf251MYETanbRX4Hzh3w+HjMV397dQQXp3zUGwHuYQBO39oLyo0vObSXrB9uuovWBd36Kdbpq//PXe6wW3HGjdh/NY4wAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%
}

.bill__main-title {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 42px;
    line-height: 44px;
    padding: 0 0 0 8px;
    position: fixed;
    right: 50px;
    top: 0;
    width: calc(100% - 50px);
    z-index: 200
}

.bill__label {
    font-size: 12px;
    margin-bottom: 16px
}

.bill__item {
    background-color: #fff;
    border: 1px solid #eaeaea;
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    min-height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative
}

.bill__item__title {
    font-weight: 700;
    margin-bottom: 8px;
    padding: 8px
}

.bill__item__title--radio-type, .bill__item__title--traffic-date {
    font-weight: 400
}

.bill__item__title--radio-price, .bill__item__title--traffic-price {
    display: block;
    font-weight: 700;
    margin-top: 4px
}

.bill__item__row {
    background-color: #fff;
    clear: both;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px
}

    .bill__item__row:after {
        clear: both;
        content: "";
        display: block
    }

    .bill__item__row:nth-child(2n) {
        background-color: #e6f2f1
    }

.bill__item__row--hidden {
    height: 0;
    padding: 0
}

.bill__item__value {
    float: left
}

.bill__item__price-label {
    display: none
}

.bill__item--expanded .bill__item__row--hidden {
    height: auto;
    padding: 8px 16px
}

.bill__item--expanded .bill__detail-btn:after {
    transform: rotate(90deg)
}

.bill__item--disabled .bill-checkbox, .bill__item--disabled .bill__radio__circle {
    background-color: #b5b5b5 !important;
    opacity: .15 !important;
    cursor: not-allowed !important
}

.bill__item--active {
    background-color: #e6f2f1
}

    .bill__item--active .bill__radio__circle {
        border-color: #2ecb6d
    }

        .bill__item--active .bill__radio__circle::after {
            background-color: #2ecb6d;
            border-radius: 50%;
            content: "";
            display: block;
            height: 14px;
            position: absolute;
            right: 4px;
            top: 4px;
            width: 14px
        }

.bill__item .btn--loading {
    background-color: transparent !important
}

.bill__stamp {
    background-color: rgba(255,255,255,.85);
    border: 1px solid #128c7f;
    border-radius: 5px;
    color: #128c7f;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 10px;
    position: absolute;
    right: 24%;
    text-align: center;
    top: 15px;
    transform: rotate(345deg);
    z-index: 2
}

.bill__radio {
    color: #686868
}

.bill__radio__amount, .bill__radio__type {
    display: block;
    padding-right: 45px
}

.bill__radio__amount__label {
    display: none
}

.bill__radio__amount {
    font-weight: 700;
    color: #313131
}

.bill__radio__circle {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 16px;
    width: 24px
}

.bill__detail-btn {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    color: #2ecb6d;
    float: left;
    font-size: 11px;
    font-weight: 700;
    height: 36px;
    left: -8px;
    line-height: 20px;
    overflow: hidden;
    outline: 0;
    padding: 5px 16px;
    position: relative;
    top: 0;
    text-align: left
}

    .bill__detail-btn:before {
        top: 15px !important;
        transform: scale(.7) !important
    }

    .bill__detail-btn:after {
        content: "›";
        display: inline-block;
        font-size: 18px;
        margin-right: 5px;
        transform: rotate(-90deg);
        transition: .2s ease-in;
        vertical-align: middle
    }

.bill__item--common .bill__stamp {
    right: 35%;
    top: 65px
}

.bill__item--radio-base {
    padding-bottom: 8px;
    padding-top: 8px
}

    .bill__item--radio-base .bill__stamp {
        right: 38%;
        top: 10px;
        transform: rotate(355deg)
    }

.bill__item--paid .bill__stamp {
    top: 50px
}

.bills-summary {
    background-color: #b5b5b5;
    display: none;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    overflow-x: auto;
    padding: 0 8px;
    white-space: nowrap
}

.bills-summary__amount-section {
    display: inline-block;
    margin-right: 16px
}

@media (min-width:320px) {
    .bills-summary__amount-section {
        display: block;
        float: left
    }
}

.bills-selct-all-row {
    background-color: transparent;
    color: #686868;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    overflow-x: auto;
    padding: 0 8px;
    white-space: nowrap
}

.bills-selct-all-row__description {
    display: inline-block;
    margin-right: 16px
}

@media (min-width:320px) {
    .bills-selct-all-row__description {
        display: block;
        float: left
    }
}

.bills-selct-all-row__checkbox {
    margin-left: 5.3333333333px
}

.bill-checkbox {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    padding: 0;
    vertical-align: middle;
    width: 20px
}

.bill__item--traffic {
    padding-right: 8px;
    padding-top: 8px
}

    .bill__item--traffic .bill__item__row--hidden {
        margin-right: -8px
    }

.bill__item--traffic__checkbox {
    float: right;
    margin-bottom: 16px;
    margin-top: 16px
}

.bill__item--traffic__icon-wrapper {
    float: right;
    height: 24px;
    overflow: hidden;
    position: relative;
    width: 24px;
    margin: 14px 5.3333333333px 12px 16px
}

.bill__item--traffic__icon {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.bill__item--traffic__delivery {
    display: none
}

.bill__item--traffic__price {
    display: block;
    font-weight: 400
}

.bill__item--traffic .bill__detail-btn {
    top: 5px
}

.bill__item--traffic__img-btn::before {
    display: none
}

.bill__item--traffic__img-btn::after {
    top: 12px !important;
    transform: scale(.6) !important
}

.bill__item--freeway {
    padding: 8px 8px 8px 0
}

.bill__item--freeway__title {
    font-weight: 700
}

.bill__item--freeway__summary {
    color: #2ecb6d;
    display: block;
    margin-top: 4px
}

.bill__item--freeway__summary__item {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle
}

.bill__item--shahrdari-base {
    border-bottom: 2px solid rgba(58,33,136,.5);
    margin-bottom: 24px
}

.bill__item--shahrdari-bill, .bill__item--traffic-plan {
    padding: 16px 8px
}

.bill__item--shahrdari-bill__title, .bill__item--traffic-plan__title {
    font-weight: 700;
    margin: 0 8px
}

.bill__item--shahrdari-bill__amount, .bill__item--traffic-plan__amount {
    float: left
}

.recommendation-section-title {
    color: #313131;
    display: block;
    font-size: 14px;
    margin: 32px auto 16px;
    padding: 0 16px;
    text-align: right;
    width: 100%
}

.recommendation-link {
    background-color: #ffffff;
    border: 1px solid #ececec;
    display: block;
    filter: grayscale(1);
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
    padding: 8px;
    position: relative;
    text-align: justify;
    text-align-last: right;
    text-decoration: none
}

.recommendation-link__icon {
    display: block;
    float: right;
    height: 36px;
    margin-left: 8px;
    margin-top: 4px;
    width: 36px
}

.recommendation-link__title {
    color: #313131;
    display: block;
    font-weight: 700
}

.recommendation-link__amount {
    color: #686868;
    font-weight: 400
}

.recommendation-link__action {
    color: #2ecb6d;
    display: block;
    left: 8px;
    line-height: 36px;
    position: absolute;
    top: 10.6666666667px
}

    .recommendation-link__action::after {
        background-color: #2ecb6d;
        background-image: url(/RegisterCss/img/arrow-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        border-radius: 50%;
        content: "";
        float: left;
        height: 24px;
        line-height: 24px;
        margin-right: 6px;
        margin-top: 6px;
        width: 24px
    }

.recommendation-link:first-child {
    margin-top: 16px
}

.recommendation-link:hover {
    background-color: #e6f2f1;
    filter: none
}

.bill__item--park-toll {
    padding: 8px
}

.bill__item--park-toll__title {
    display: block;
    font-weight: 700;
    margin: 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bill__item--park-toll__date {
    color: #686868;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-right: 8px;
    vertical-align: middle
}

.bill__item--park-toll__amount {
    color: #2ecb6d;
    display: block;
    margin-bottom: 4px
}

.bill__item--park-toll__checkbox {
    float: right;
    margin: 8px 0 8px 8px
}

.mci-otp__modal {
    background-color: rgba(0,0,0,.85);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 109
}

.mci-otp__box {
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 0;
    color: #313131;
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
    padding: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}

.mci-otp__close-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 36px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 36px
}

    .mci-otp__close-btn:hover {
        color: #e36362
    }

.mci-otp__label {
    padding-top: 24px;
    margin-bottom: 8px
}

.mci-otp__input-wrapper {
    margin-bottom: 8px;
    position: relative
}

@media (min-width:768px) {
    .mci-otp__modal {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .mci-otp__box {
        border-radius: 5px;
        padding: 32px;
        position: relative;
        width: 500px
    }

    .mci-otp__close-btn {
        right: 0;
        top: 0
    }
}

.annual-toll__modal {
    background-color: rgba(0,0,0,.85);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 109
}

.annual-toll__box {
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 0;
    color: #313131;
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
    padding: 42px 16px 16px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}

.annual-toll__close-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 36px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 36px
}

    .annual-toll__close-btn:hover {
        color: #e36362
    }

.annual-toll__label {
    padding-top: 24px;
    margin-bottom: 8px
}

.annual-toll__input-wrapper {
    margin-bottom: 8px;
    position: relative
}

.annual-toll__warning-row {
    border-radius: 5px;
    padding: 8px 0;
    text-align: right
}

.annual-toll__checkbox {
    display: inline-block;
    transform: scale(1.2);
    vertical-align: middle
}

@media (min-width:768px) {
    .annual-toll__modal {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .annual-toll__box {
        border-radius: 5px;
        overflow: visible;
        padding: 32px 32px 16px;
        position: relative;
        width: 500px
    }

    .annual-toll__close-btn {
        right: 0;
        top: 0
    }
}

.result__modal {
    background-color: #f4f2fb;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding-top: 42px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 105
}

.result__modal__header {
    background-color: #075e55;
    border-bottom: 1px solid #d0d0d0;
    height: 42px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 106
}

.result__modal__close-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 42px;
    line-height: 46px;
    outline: 0;
    padding: 0;
    text-align: center;
    width: 42px
}

    .result__modal__close-btn:hover {
        background-color: #e36362;
        color: #fff
    }

.result__modal__step {
    padding: 0 16px
}

.services__section {
    background: rgba(18,140,126,.05);
    content-visibility: auto;
    padding: 40px 0
}

.services__title {
    text-align: center
}

.services__products__wrapper {
    align-items: start;
    display: flex;
    line-height: 0;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 32px 16px 32px 0;
    position: relative
}

.services__product {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    color: #313131;
    flex: 0 0 100px;
    font-size: 12px;
    height: 100px;
    line-height: 2;
    margin-left: 10.6666666667px;
    position: relative;
    scroll-snap-align: center;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    width: 100px
}

    .services__product:hover {
        transform: scale(1.06)
    }

.services__product__img-wrapper {
    height: 48px;
    margin: 13px auto 7px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 48px
}

.services__product__img {
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 45px
}

.services__product__img--mtn {
    border-radius: 4px;
    right: 3px;
    top: 3px;
    width: 43px
}

.services__product__img--mci {
    right: 3px;
    top: 0;
    width: 42px
}

.services__product__img--trafficfines {
    right: 1px;
    top: 6px;
    width: 46px
}

.services__product__img--electricity {
    right: 11px;
    top: 0;
    width: 32px
}

.services__product__img--water {
    right: 11px;
    top: 6px;
    width: 28px
}

.services__product__img--gas {
    right: 11px;
    top: 1px;
    width: 27px
}

.services__product__img--phone {
    right: 6px;
    top: 10px;
    width: 34px
}

.services__product__img--shahrdari {
    top: -10px
}

.services__product__img--tarffic-plane {
    right: 9px;
    top: 2px;
    width: 32px
}

.blog__title, .comment__section__title, .comments__section__title, .download__title, .faq__title, .seo-description__title, .services__title {
    color: #313131;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 0 25px
}

.comment__section__description, .comments__section__description, .download__description, .seo-description__description {
    font-size: 12px;
    line-height: 2.5;
    margin: 0 auto;
    padding-bottom: 30px
}

@media (min-width:768px) {
    .comment__section__description, .comments__section__description, .download__description, .seo-description__description {
        font-size: 14px
    }
}

.annual-toll__confirm-btn, .bill__item--traffic__img-btn, .comment__form__action, .history__modal__remove-btn, .history__modal__save-btn, .inquiry-detail__action-btn, .inquiry-login__action, .inquiry-message__back-btn, .mci-otp__confirm-btn, .payment-confirmation__cancel-btn, .payment-confirmation__confirm-btn {
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 36px;
    margin: 0 auto;
    overflow: hidden;
    outline: 0;
    position: relative;
    text-align: center;
    width: 100%
}

    .annual-toll__confirm-btn::before, .bill__item--traffic__img-btn::before, .comment__form__action::before, .history__modal__remove-btn::before, .history__modal__save-btn::before, .inquiry-detail__action-btn::before, .inquiry-login__action::before, .inquiry-message__back-btn::before, .mci-otp__confirm-btn::before, .payment-confirmation__cancel-btn::before, .payment-confirmation__confirm-btn::before {
        animation-name: arrow-anim;
        animation-duration: 1.5s;
        animation-delay: 4s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        background-color: rgba(0,0,0,.2);
        background-image: url(/RegisterCss/img/arrow-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        border-radius: 50%;
        content: "";
        float: left;
        height: 24px;
        line-height: 24px;
        margin-top: 6px;
        width: 24px
    }

    .annual-toll__confirm-btn:disabled, .bill__item--traffic__img-btn:disabled, .comment__form__action:disabled, .history__modal__remove-btn:disabled, .history__modal__save-btn:disabled, .inquiry-detail__action-btn:disabled, .inquiry-login__action:disabled, .inquiry-message__back-btn:disabled, .mci-otp__confirm-btn:disabled, .payment-confirmation__cancel-btn:disabled, .payment-confirmation__confirm-btn:disabled {
        background: #d0d0d0 !important;
        cursor: default !important;
        text-shadow: none !important;
        box-shadow: none !important
    }

        .annual-toll__confirm-btn:disabled::before, .bill__item--traffic__img-btn:disabled::before, .comment__form__action:disabled::before, .history__modal__remove-btn:disabled::before, .history__modal__save-btn:disabled::before, .inquiry-detail__action-btn:disabled::before, .inquiry-login__action:disabled::before, .inquiry-message__back-btn:disabled::before, .mci-otp__confirm-btn:disabled::before, .payment-confirmation__cancel-btn:disabled::before, .payment-confirmation__confirm-btn:disabled::before {
            display: none !important
        }

        .annual-toll__confirm-btn:disabled:hover, .bill__item--traffic__img-btn:disabled:hover, .comment__form__action:disabled:hover, .history__modal__remove-btn:disabled:hover, .history__modal__save-btn:disabled:hover, .inquiry-detail__action-btn:disabled:hover, .inquiry-login__action:disabled:hover, .inquiry-message__back-btn:disabled:hover, .mci-otp__confirm-btn:disabled:hover, .payment-confirmation__cancel-btn:disabled:hover, .payment-confirmation__confirm-btn:disabled:hover {
            transform: none !important
        }

    .annual-toll__confirm-btn:hover, .bill__item--traffic__img-btn:hover, .comment__form__action:hover, .history__modal__remove-btn:hover, .history__modal__save-btn:hover, .inquiry-detail__action-btn:hover, .inquiry-login__action:hover, .inquiry-message__back-btn:hover, .mci-otp__confirm-btn:hover, .payment-confirmation__cancel-btn:hover, .payment-confirmation__confirm-btn:hover {
        transform: scale(.98)
    }

        .annual-toll__confirm-btn:hover::before, .bill__item--traffic__img-btn:hover::before, .comment__form__action:hover::before, .history__modal__remove-btn:hover::before, .history__modal__save-btn:hover::before, .inquiry-detail__action-btn:hover::before, .inquiry-login__action:hover::before, .inquiry-message__back-btn:hover::before, .mci-otp__confirm-btn:hover::before, .payment-confirmation__cancel-btn:hover::before, .payment-confirmation__confirm-btn:hover::before {
            animation: none
        }

.annual-toll__confirm-btn, .bill__item--traffic__img-btn, .comment__form__action, .history__modal__save-btn, .inquiry-detail__action-btn, .inquiry-login__action, .inquiry-message__back-btn, .mci-otp__confirm-btn, .payment-confirmation__confirm-btn {
    background: #2ecb6d;
    color: #000
}

    .annual-toll__confirm-btn:hover, .bill__item--traffic__img-btn:hover, .comment__form__action:hover, .history__modal__save-btn:hover, .inquiry-detail__action-btn:hover, .inquiry-login__action:hover, .inquiry-message__back-btn:hover, .mci-otp__confirm-btn:hover, .payment-confirmation__confirm-btn:hover {
        background: #25a157
    }

    .annual-toll__confirm-btn:disabled, .bill__item--traffic__img-btn:disabled, .comment__form__action:disabled, .history__modal__save-btn:disabled, .inquiry-detail__action-btn:disabled, .inquiry-login__action:disabled, .inquiry-message__back-btn:disabled, .mci-otp__confirm-btn:disabled, .payment-confirmation__confirm-btn:disabled {
        color: #686868
    }

.history__modal__remove-btn, .payment-confirmation__cancel-btn {
    background: #e36362;
    color: #000
}

    .history__modal__remove-btn:hover, .payment-confirmation__cancel-btn:hover {
        background: #c60541
    }

    .history__modal__remove-btn:disabled, .payment-confirmation__cancel-btn:disabled {
        color: #686868
    }

.btn--loading {
    background: #d0d0d0 !important;
    color: transparent !important;
    cursor: default !important;
    opacity: 1 !important;
    text-shadow: none
}

    .btn--loading span {
        color: #d0d0d0 !important
    }

    .btn--loading::before {
        display: none
    }

    .btn--loading:after {
        background-color: transparent;
        background-image: none;
        animation: 1s linear infinite btn-loading-anim;
        border-radius: 50%;
        content: "";
        font-size: 5px;
        height: 5px;
        left: 48%;
        margin: 0 auto;
        position: absolute;
        width: 5px;
        text-indent: -9999em;
        top: 16px;
        transform: translateZ(0)
    }

@keyframes btn-loading-anim {
    0%,100% {
        box-shadow: 0 -2.6em 0 0 #333,1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.5),-1.8em -1.8em 0 0 rgba(255,255,255,.7)
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.7),1.8em -1.8em 0 0 #333,2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.5)
    }

    25% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.5),1.8em -1.8em 0 0 rgba(255,255,255,.7),2.5em 0 0 0 #333,1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.5),2.5em 0 0 0 rgba(255,255,255,.7),1.75em 1.75em 0 0 #333,0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    50% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.5),1.75em 1.75em 0 0 rgba(255,255,255,.7),0 2.5em 0 0 #333,-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.5),0 2.5em 0 0 rgba(255,255,255,.7),-1.8em 1.8em 0 0 #333,-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    75% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.5),-1.8em 1.8em 0 0 rgba(255,255,255,.7),-2.6em 0 0 0 #333,-1.8em -1.8em 0 0 rgba(255,255,255,.2)
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.5),-2.6em 0 0 0 rgba(255,255,255,.7),-1.8em -1.8em 0 0 #333
    }
}

@keyframes arrow-anim {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(10px)
    }
}

.annual-toll__input, .comment__form__input, .comment__form__textarea, .history__modal__input, .inquiry-login__input, .mci-otp__input {
    background: #f5f5f5;
    border: 1px solid #dadada;
    border-radius: 6px;
    color: #313131;
    direction: ltr;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    outline: 0;
    padding: 0 16px;
    text-align: left;
    width: 100%
}

    .annual-toll__input::-webkit-calendar-picker-indicator, .comment__form__input::-webkit-calendar-picker-indicator, .comment__form__textarea::-webkit-calendar-picker-indicator, .history__modal__input::-webkit-calendar-picker-indicator, .inquiry-login__input::-webkit-calendar-picker-indicator, .mci-otp__input::-webkit-calendar-picker-indicator {
        display: none
    }

    .annual-toll__input::placeholder, .comment__form__input::placeholder, .comment__form__textarea::placeholder, .history__modal__input::placeholder, .inquiry-login__input::placeholder, .mci-otp__input::placeholder {
        color: #b9b7b7;
        direction: rtl;
        font-size: 12px;
        text-align: center
    }

    .annual-toll__input:focus, .comment__form__input:focus, .comment__form__textarea:focus, .history__modal__input:focus, .inquiry-login__input:focus, .mci-otp__input:focus {
        border-color: #128c7f
    }

.inquiry-login__label {
    color: #313131;
    display: block
}

.annual-toll__error, .comment__form__error, .inquiry-login__error, .mci-otp__error {
    background: #e36362;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 5px 16px;
    position: relative
}

    .annual-toll__error:before, .comment__form__error:before, .inquiry-login__error:before, .mci-otp__error:before {
        border: 5px solid transparent;
        border-bottom-color: #e36362;
        content: "";
        position: absolute;
        right: 10px;
        top: -10px
    }

.comment__section {
    content-visibility: auto;
    padding: 40px 0
}

.comment__section--dark {
    background-color: rgba(18,140,126,.05)
}

.comment__section__title {
    text-align: center
}

.comment__form {
    padding-bottom: 32px;
    position: relative
}

.comment__form__item {
    display: block;
    overflow: hidden;
    margin-bottom: 10.6666666667px;
    position: relative
}

.comment__form__input {
    font-size: 12px !important
}

    .comment__form__input::placeholder {
        text-align: right
    }

.comment__form__input--rtl {
    direction: rtl !important;
    text-align: right !important
}

.comment__form__textarea {
    direction: rtl !important;
    font-size: 12px !important;
    height: 120px !important;
    text-align: right !important
}

    .comment__form__textarea::placeholder {
        text-align: right
    }

.comment__form__action:before {
    display: none !important
}

.comment__message {
    background: #3d50b6;
    border-radius: 6px;
    color: #fff;
    display: none;
    font-size: 12px;
    margin-bottom: 8px;
    padding: 8px
}

.comment__message--success {
    background: #2ecb6d;
    display: block
}

.comment__message--danger {
    background: #e36362;
    display: block
}

.comment__phone-number, .comment__social {
    display: none
}

.comment__confirmed-wrapper {
    padding: 16px;
    position: relative;
    max-height: 300px;
    overflow-y: auto
}

.comment__item {
    background: rgba(18,140,126,.05);
    border-radius: 6px;
    box-shadow: 0 0 2px rgba(0,0,0,.26);
    display: block;
    font-size: 12px;
    line-height: 2;
    margin: 0 auto 13.3333333333px;
    padding: 8px
}

.comment__item--response {
    background: #f5f5f5;
    margin-right: 32px
}

.comment__item__author {
    color: #4bb04f;
    font-weight: 700
}

.comment__item__description {
    color: #313131
}

@media (min-width:1150px) {
    .comment__section {
        padding: 80px 0
    }

    .comment__section__title {
        text-align: right
    }

    .comment__form {
        overflow: hidden;
        padding-left: 40px;
        padding-right: 60px
    }

    .comment__form__item--mini {
        display: inline-block;
        vertical-align: top;
        width: 32.8%
    }

    .comment__form__item--middle {
        margin: 0 5px
    }

    .comment__form__item--last {
        width: calc(33% - 10px)
    }

    .comment__form__action {
        width: 120px;
        margin-left: 0
    }

    .comment__phone-number {
        display: block;
        position: absolute;
        top: 55%;
        left: -30px;
        transform: rotate(270deg)
    }

    .comment__social {
        display: block;
        position: absolute;
        top: 47%;
        right: 10px;
        width: 24px
    }

    .comment__social__link {
        display: block;
        height: 24px;
        margin-bottom: 10px;
        opacity: .7;
        width: 24px
    }

    .comment__social__link__icon {
        display: block;
        height: 24px;
        width: 24px
    }

    .comment__social__link:hover {
        opacity: 1
    }
}
