.search__input {
    text-align: right;
    direction: rtl;
    width: 50%;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background-color: #ffffffad;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 3% center;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border: solid 1px #b0b0b029;
    /*border-right: solid 10px #00000029;*/
    /*border-left: solid 10px #00000029;*/
    box-shadow: 0 0 15px 5px gray;
}

.c-header {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 234;
    display: block;
}

.c-header > .container {
    z-index: 100;
    position: relative;
    background: #fff;
}

.c-checkout-pages .c-header .container, .container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}


.css-selector-animation {
    /*background: linear-gradient(219deg, #006896, #9400ff, #ab0027);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 16s ease infinite;
    -moz-animation: AnimationName 16s ease infinite;
    animation: AnimationName 16s ease infinite;

*/
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@-webkit-keyframes AnimationName {
    0% {
        background-position: 97% 0%
    }
    50% {
        background-position: 4% 100%
    }
    100% {
        background-position: 97% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 97% 0%
    }
    50% {
        background-position: 4% 100%
    }
    100% {
        background-position: 97% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 97% 0%
    }
    50% {
        background-position: 4% 100%
    }
    100% {
        background-position: 97% 0%
    }
}

.c-navi {
    /*background-color: #fff2c6;*/
    background-color: #4b4f55;
    /*background-color: #94535d;*/
    /*background-color: #01b47f;*/
    position: absolute;
    -webkit-box-shadow: rgba(0, 0, 0, .04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 99;
    display: block;

    /*background: linear-gradient(45deg, rgba(255, 117, 177, 1) 0%, rgba(115, 174, 244, 1) 100%);*/

    /*background: linear-gradient(-45deg, #fdfdfd, #42a48d, #0080d5, #7f5700);
    background-size: auto;
    background-size: 150% 200%;*/
}

.c-header__row, .c-header__row--digi-club-banner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-header__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    padding: 17px 0 12px 0;
}

.c-header__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
}

.c-header__action {
    -ms-flex: 0 0 370px;
    -webkit-box-flex: 0;
    flex: 0 0 370px;
    max-width: 370px;
}

.c-header__action {
    -ms-flex: 0 0 370px;
    -webkit-box-flex: 0;
    flex: 0 0 370px;
    max-width: 370px;
}

.c-header__action {
    display: -webkit-box;
    display: -ms-flexbox;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    text-align: left;
}

.c-header__action, .c-header__search {
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.c-navi-categories__overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(74, 74, 74, .43);
    opacity: 0;
    z-index: 233;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    pointer-events: none;
}

.c-header__logo {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    -ms-flex: 0 0 110px;
    -webkit-box-flex: 0;
    flex: 0 0 110px;
    max-width: 110px;
    max-height: 100%;
    padding-right: 0;
    margin-left: 80px;
    margin-right: 8px;
}

.c-header__logo > a {
    height: 47px;
    float: right;
    width: 150px;
}

.c-header__logo > a img {
    height: 100%;
}

.c-header__action, .c-header__search {
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.c-header__search {
    position: relative;
    -webkit-transition: .3s cubic-bezier(.17, .67, .49, .93);
    transition: .3s cubic-bezier(.17, .67, .49, .93);
    color: #616161;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
}

.colorgreeninnav {
    color: #f59b41;
}

.nonedisinpc {
    display: none;
}

@media screen and (max-width: 1540px) {
    .nonedisinmobile {
        /*display: none;*/
    }
}

@media screen and (max-width: 700px) {
    .nonedisinpc {
        display: block;
    }

    #timerrozpedar {
        width: 145px !important;
        font-size: 10px;
    }

    .navstylediv {
        margin-left: 3px !important;
    }

    .countdown-amount {
        margin: 2px !important;
        font-size: 10px !important;
    }

    .labeltimer {
        padding: 3px 5px !important;
        border-radius: 3px;
    }

    .countdown-amount {
        margin: 3px;
        font-size: 10px;
    }

    .c-header__search .fontw500 {
        font-size: 8px;
    }
}

.navstylediv {
    float: right;
    margin-left: 10px;
}

#timerrozpedar {
    background-color: #e8e8e8;
    width: 235px;
}

#codeoffnav {
    background-color: #a6d1ec;
}

.labeltimer {
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
}

.labeltimer {
    color: #797979;
}

.labeltimer * {
    color: #797979;
}

.countdown-amount {
    margin: 5px;
    font-weight: bold;
    font-size: 16px;
}

.fontw500 {
    font-weight: 500;
}

.c-header__btn-container {
    padding: 0 12px;
    position: relative;
}

.c-header__btn-container + .c-header__btn-container {
    position: relative;
}

.c-header__btn-container:last-child {
    padding-left: 0;
}

.c-header__btn-container {
    padding: 0 12px;
    position: relative;
}

.c-header__btn-login {
    font-size: .857rem;
    line-height: 1.833;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #e0e0e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    color: #616161;
}

.c-header__btn-login:hover {
    background-color: #f5f5f5;
}

.c-navi__row {
    margin-right: 0;
    margin-left: 0;
}

.c-navi-new-list {
    display: -ms-flexbox;
    display: -webkit-box;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    color: #616161;
}

blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
}

.c-navi-new-list__categories > .c-navi-new-list__category-item, .c-navi-new-list__categories > .c-navi-new-list__promotion-item, .c-navi-new-list__promotions > .c-navi-new-list__category-item, .c-navi-new-list__promotions > .c-navi-new-list__promotion-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    padding-right: 30px;
}

.c-navi-new-list__category-item {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    font-size: .857rem;
    line-height: 30px;
}

li > ol, li > ul {
    margin-bottom: 0;
    margin-right: 30px;
}

.helperdiv li > ol > li, .helperdiv li > ul > li {
    list-style: disclosure-closed !important;
}

.wd80darsad {
    width: 80%;
}

.wd20darsad {
    width: 20%;
}

#spandivstyle {
    color: #616161;
}

.textcenter {
    text-align: center;
}

.height-full {
    height: 100%;
    /*-webkit-filter: grayscale(50%); !* Safari 6.0 - 9.0 *!*/
    /*filter: grayscale(50%);*/
    width: 150px;
}

.height-full:hover {
    -webkit-filter: unset !important;
    filter: unset !important;
}

nav ul li > a {
    font-size: unset !important;
    color: #616161 !important;
}

.c-nav-submenu {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 190px;
    background-color: #f4fff5;
    margin-top: 40px;
    border-radius: 7px;
    margin-right: -30px;
}

.c-nav-submenu a {
    float: right;
    height: 40px;
    color: #616161 !important;
    font-weight: bold;
    font-size: unset !important;
    width: 100%;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
}

nav ul li a:hover {
    background-color: unset !important;
}

nav ul li a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

nav ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #d9534f;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

nav ul li a:hover:before {
    left: 0;
    right: 0;
    height: 3px;
}

#menumenumore:hover #submenumenumore {
    display: block;
}

#menumenumore2:hover #submenumenumore2 {
    display: block;
}

#menumenumore3:hover #submenumenumore3 {
    display: block;
}

#menumenumore4:hover #submenumenumore4 {
    display: block;
}

#accsell .accinfor > div, #accsell .accprice > div {
    color: #333 !important;
}

#shabyalda {
    background-size: cover;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    color: #cb2725;
    margin: 0;
    height: 60px;
    border-radius: 0;
    width: 100%;
    opacity: 0.8;
}

#shabyalda i {
    color: #cb2725;
}

#shabyalda > div {
    color: white;
}

.changestylediv:before {
    content: "";
    display: block;
    height: 24px;
    background: #e0e0e2;
    position: absolute;
    right: 0;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#divloginstyle {
    margin-top: 10px;
    float: left;
    position: absolute;
    left: 15%;
    width: 100%;
}

#idnavmobile {
    display: none;
}

header canvas {
    position: absolute;
}

.c-footer {
    padding: 80px 10px 0;
    background: #eceff1;
    position: relative;
    line-height: 22px;
    overflow: hidden
}

.c-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: inherit !important
}

.c-footer__product-id {
    font-size: 13px;
    line-height: 1.692;
    color: #858585;
    text-align: center;
    width: 100%;
    padding: 24px
}

.c-footer__product-id span:first-child {
    margin-left: 8px
}

.c-footer__fmcg-banner img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px
}

.c-footer__jumpup {
    font-size: 20px;
    line-height: 1.1;
    color: #4a4a4a;
    position: absolute;
    height: 59px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc
}

.c-footer__jumpup-container {
    cursor: pointer;
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%
}

.c-footer__jumpup-angle,
.c-footer__jumpup-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-footer__jumpup-angle {
    width: 36px;
    height: 36px;
    background-color: hsla(0, 0%, 74.5%, .41);
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-footer hr {
    outline: none;
    border: none;
    height: 1px;
    width: calc(100% - 15px);
    margin: auto;
    background-color: #cfd8dc
}

.c-footer__address {
    box-sizing: border-box;
    font-style: normal;
    letter-spacing: -1.1px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px 7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 27px
}

.c-footer__address,
.c-footer__address-images {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-footer__address-images {
    text-align: left;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 470px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-footer__address-images a:not(:last-of-type) {
    margin-left: 8px
}

.c-footer__contact {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 470px);
    margin: 8px 0 16px 56px
}

.c-footer__contact,
.c-footer__contact li {
    color: #535353;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-footer__contact li {
    font-size: 16px;
    line-height: 36px;
    vertical-align: middle;
    text-align: right;
    direction: rtl;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-footer__contact li:first-of-type {
    width: 100%
}

.c-footer__contact li:nth-of-type(2) {
    padding-left: 20px
}

.c-footer__contact li a {
    margin-right: 10px
}

.c-footer__copyright {
    color: #757575;
    padding-left: 12px;
    padding-right: 12px
}

.c-footer__copyright--text {
    color: #4a4a4a;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #b0bec5;
    font-size: 12px;
    padding-bottom: 15px
}

.c-footer__badgewrapper {
    padding-top: 10px;
    padding-bottom: 23px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px
}

.c-footer__badge {
    display: inline-block;
    width: 16.3%
}

.c-footer__feature {
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.c-footer__feature-container {
    width: 100%;
    padding-bottom: 20px
}

.c-footer__feature-innerbox {
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-footer__feature-innerbox,
.c-footer__middlebar {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-footer__middlebar {
    padding: 20px 0 20px 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-footer__feature-item {
    text-align: center;
    position: relative;
    padding-top: 80px;
    font-size: 13px;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto
}

.c-footer__feature-item--1 {
    background: url('/image/svgpng/8f570b58.svg') 43% 8px no-repeat;
    background-size: auto 58px
}

.c-footer__feature-item--2 {
    background: url('/image/svgpng/5225118a.svg') 50% 4px no-repeat;
    background-size: auto 58px
}

.c-footer__feature-item--3 {
    background: url('/image/svgpng/a9286d2f.svg') 50% 4px no-repeat;
    background-size: auto 58px
}

.c-footer__feature-item--4 {
    background: url('/image/svgpng/22414818.svg') 50% 0 no-repeat;
    background-size: auto 58px
}

.c-footer__feature-item--5 {
    background: url('/image/svgpng/514926b1.svg') 50% 5px no-repeat;
    background-size: auto 58px
}

.c-footer__feature-item--6 {
    background: url('/image/svgpng/fdb293e6.svg') 50% 6px no-repeat;
    background-size: auto 58px
}

.c-footer__address,
.c-footer__description-content,
.c-footer__feature-innerbox,
.c-footer__middlebar,
.c-footer__partners {
    max-width: 1450px;
    margin: auto
}

.c-footer__form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 333px
}

.c-footer .c-form-newsletter__col--email {
    max-width: 300px
}

.c-footer .c-ui-input--newsletter {
    width: 260px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-footer .c-ui-input--newsletter input {
    border: none;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    height: 40px;
    width: 260px
}

.c-footer .c-ui-input--newsletter input:before {
    position: absolute;
    top: 9px;
    right: 30px
}

.c-footer .c-ui-input--newsletter:before {
    top: 9px
}

.c-footer .c-form-newsletter {
    margin: 0 0 35px
}

.c-footer .c-form-newsletter__title {
    font-size: 14px;
    line-height: 1.571;
    font-weight: 400
}

.c-footer .c-form-newsletter__row {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0
}

.c-footer .c-form-newsletter input {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-footer .c-form-newsletter button {
    font-size: 14px;
    line-height: 1.571;
    background-color: #00bfd6;
    border-radius: 8px 0 0 8px;
    text-align: center;
    width: 87px;
    border: none;
    padding: 11px 24px
}

.c-footer .c-form-newsletter__col--submit {
    position: absolute;
    left: -125px;
    top: 0
}

.c-footer .c-form-newsletter-ul {
    letter-spacing: -.1px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.c-footer .c-form-newsletter-ul li {
    margin: 14px 0 0;
    position: relative
}

.c-footer .c-form-newsletter-ul a {
    color: #4b4b4b;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.1px;
    text-decoration: none
}

.c-footer__links {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
    padding: 0 10px
}

.c-footer__links--col {
    width: calc(33.3333% - 2px);
    display: inline-block
}

.c-footer__links h5 {
    font-size: 16px;
    line-height: 1.375;
    color: #4a4a4a
}

.c-footer__links-ul {
    letter-spacing: -.1px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.c-footer__links-ul li {
    margin: 13px 0 0;
    position: relative
}

.c-footer__links-ul a {
    color: #4b4b4b;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.571;
    letter-spacing: -.1px;
    text-decoration: none
}

.c-footer__seo {
    margin-top: 25px
}

.c-footer__seo--content {
    height: 78px;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.c-footer__seo-readmore {
    display: none
}

.c-footer__seo h1 {
    font-size: 15px;
    line-height: 1.467;
    margin-bottom: 18px;
    color: #5d5959
}

.c-footer__seo p {
    font-size: 12px;
    line-height: 2.17;
    font-weight: 300;
    letter-spacing: -.3px;
    color: #535353
}

.c-footer__seo a {
    font-size: 14px;
    line-height: 1.571;
    letter-spacing: -.3px;
    text-align: right;
    color: #8e8e8e;
    display: inline-block;
    margin-right: 10px
}

.c-footer__partners-container {
    text-align: center
}

.c-footer__partners {
    list-style: none;
    padding: 0;
    margin: 9px auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

.c-footer__partners li {
    text-align: center;
    margin-top: 15px;
    vertical-align: middle;
    width: calc(25% - 5px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-footer__community,
.c-footer__partners li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-footer__community {
    border-bottom: 1px solid #f0f0f0
}

.c-footer__social--telegram {
    width: 159px;
    height: 45px;
    border-radius: 9px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#69bce4), to(#55a7d8));
    background-image: linear-gradient(180deg, #69bce4, #55a7d8);
    -webkit-box-shadow: 0 2px 4px 0 hsla(0, 0%, 91.8%, .5);
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 91.8%, .5);
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    line-height: 45px
}

.c-footer__social--telegram a {
    text-decoration: none;
    color: #fff;
    display: block
}

.c-footer__social--telegram a:before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px
}

.c-footer__social--telegram img {
    position: relative;
    top: 10px;
    right: -5px
}

.c-footer__social--instagram {
    width: 159px;
    height: 45px;
    text-align: center;
    border-radius: 9px;
    background-image: linear-gradient(266deg, #4e60d3, #913baf 35%, #d52d88 68%, #f26d4f);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    line-height: 45px
}

.c-footer__social--instagram a {
    text-decoration: none;
    color: #fff;
    display: block
}

.c-footer__social--instagram a:before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px
}

.c-footer__social--instagram img {
    position: relative;
    top: 10px;
    right: -5px
}

.c-footer__social > span {
    display: block;
    font-size: 14px;
    line-height: 1.571;
    margin-bottom: 21px;
    color: #5d5959;
    font-weight: 400
}


.c-footer__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-footer__social-link {
    display: block;
    width: 32px;
    height: 32px;
    opacity: .5
}

.c-footer__social-link i {
    font-size: 30px;
}

.c-footer__social-link + .c-footer__social-link {
    margin-right: 20px
}

.c-footer__social-link:hover {
    opacity: 1
}

.c-footer__social-link:before {
    font-size: 32px;
    color: #424750
}

.c-footer__more-info {
    background-color: #d7dee0;
    padding: 0px 12px 20px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -10px
}

.c-footer__description-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 7px
}

.c-footer__safety-partner,
.t-index .c-footer__description-content {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-footer__safety-partner {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 480px
}

.c-footer__safety-partner,
.c-footer__safety-partner li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-footer__safety-partner > li {
    margin-left: 8px;
    width: 150px;
    height: 140px;
    border-radius: 8px;
    /*background-color: #f0f0f0;*/
    border: 1px solid #e5e5ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-footer__safety-partner li:last-of-type {
    margin-left: 0
}

.c-footer__safety-partner-1,
.c-footer__safety-partner-2 {
    background: no-repeat 50% 50%;
    background-size: contain;
    display: block;
    margin: 10px 20px
}

.c-footer__safety-partner-3 {
    margin-right: 8px
}

.c-footer__safety-partner-1 {
    width: 110px;
    height: 120px;
}

.c-footer__safety-partner-2 {
    background-size: 110px 120px;
    margin: 0 !important
}

.c-footer__safety-partner-2 img {
    max-width: 100%;
    max-height: 88%;
    width: 88%
}

.c-footer-checkout {
    height: 200px;
    background-color: #f5f5f5
}

.c-footer-checkout__content {
    padding: 50px 38px 15px
}

.c-footer-checkout__content-info {
    padding-top: 20px;
    border-top: 1px solid #e7e7e7
}

.c-footer-checkout__content-info-container {
    max-width: 750px;
    margin: 0 auto
}

.c-footer-checkout__col {
    width: calc(50% - 4px);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .4px;
    display: inline-block;
    color: #535353;
    margin-bottom: 27px;
    height: 26px
}


.c-footer-checkout__col-phone a {
    color: #535353;
    text-decoration: none
}

.c-footer-checkout__col-email a {
    color: #535353;
    text-decoration: none
}

.c-footer-checkout__subtitle {
    color: #7f7f7f;
    margin-bottom: 22px
}

.c-footer-checkout__copyright,
.c-footer-checkout__subtitle {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: center
}

.c-footer-checkout__copyright {
    color: #b0b0b0
}

.c-footer-light {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.c-footer-light .container {
    border-top: 1px solid #e7e7e7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 1.692;
    color: #b1b1b1
}

.c-footer-light .container p {
    margin-top: 15px
}

.c-footer-light__links {
    list-style: none;
    padding: 0;
    margin-bottom: 28px
}

.c-footer-light__links li {
    display: inline-block;
    margin: 0 17px
}

.c-footer-light__links li a {
    color: #7f7f7f;
    letter-spacing: -.5px;
    font-size: 13px;
    line-height: 1.692
}

.c-footer-light__text {
    font-size: 12px;
    line-height: 21px;
    color: #b0b0b0;
    text-align: center;
    direction: rtl;
    letter-spacing: -.5
}

.c-footer-light__copyright {
    font-size: 13px;
    line-height: 44px;
    color: #b0b0b0;
    letter-spacing: -.5px;
    direction: ltr;
    text-align: center;
    padding: 0 12px
}

footer {
    border-top: unset !important;
}

.c-footer__content {
    width: 70%;
    float: right;
    text-align: right;
}

.c-footer__description-content aside {
    float: right;
    width: 30%;
}

.fa, .fas, .far, .fal, .fad, .fab {
    margin: auto 5px;
}

.success_color {
    color: #0e8c6f;
}

.danger_color {
    color: #d9534f;
}

header i {
    color: #a6d1ec;
}

body {
    margin-top: 176px;
}

#bodymain {
    padding-top: 20px;
}

.divtextslidershadow {
    text-shadow: rgb(70, 70, 70) 0px 0px 10px;
}

.c-footer__social {
    margin-right: 250px;
}

.divflex33 {
    float: right;
    width: 33%;
    text-align: center;
    box-sizing: border-box;
    margin: auto 0px;
}

.c-footer__safety-partner.divflex33 li img {
    width: 90%;
}

.c-footer__safety-partner.divflex33 li a {
    width: 90%;
    margin-top: 10px;
}

footer ul li a {
    color: #333;
    line-height: 30px;
}

footer ul li a:hover {
    color: #333;
}

.tiny_bullet_slider .tp-bullet:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 25px;
    top: -12px;
    left: 0px;
    background: transparent
}

.bullet-bar.tp-bullets {
}

.bullet-bar.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}

.bullet-bar .tp-bullet {
    width: 60px;
    height: 3px;
    position: absolute;
    background: #aaa;
    background: rgba(204, 204, 204, 0.5);
    cursor: pointer;
    box-sizing: content-box
}

.bullet-bar .tp-bullet:hover, .bullet-bar .tp-bullet.selected {
    background: rgba(204, 204, 204, 1)
}

.bullet-bar .tp-bullet-image {
}

.bullet-bar .tp-bullet-title {
}

.shabyalda2 {
    background-color: #162635;
    width: 100%;
    display: flex;
}

.shabyalda2 img {
    width: 34%;
}

.btmradius {
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    overflow: hidden;
}

.selectionnewstate .section-padding {
    padding: 120px 0;
}

.selectionnewstate .container {
    width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.selectionnewstate .section-title-center {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    word-break: break-word;
}

.selectionnewstate .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    direction: ltr;
}

.selectionnewstate h3 {
    font-size: 36px;
}

.selectionnewstate h1, .selectionnewstate h2, .selectionnewstate h3, .selectionnewstate h4, .selectionnewstate h5, .selectionnewstate h6 {
    color: #fbc524;
    margin: 0 auto 20px;
    font-weight: 500;
    width: 100%;
    word-break: break-word;
    line-height: 1.4;
    direction: rtl;
}

.selectionnewstate .exp-services-a p {
    margin-bottom: 0;
}

.selectionnewstate .section-title-center p {
    font-size: 15px;
}

.selectionnewstate p {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    word-break: break-word;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #616161;
    direction: rtl;
}

.selectionnewstate .greentemp {
    color: #17df9b !important;
}

.selectionnewstate .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.selectionnewstate .exp-services-a .exp-services-item {
    padding: 40px 10px;
}

.selectionnewstate .exp-services-a .exp-services-item .exp-icon-block {
    position: relative;
}

.selectionnewstate .exp-services-a .exp-services-item .exp-services-content {
    margin: 30px 0;
}

.selectionnewstate .exp-services-a .exp-services-item .exp-icon-block span::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 5px;
    z-index: -1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.selectionnewstate .shout-icon-block::before {
    background-color: #f0f3fd;
}

.selectionnewstate .exp-services-a .exp-services-item .exp-icon-block i {
    font-size: 38px;
}

.selectionnewstate .shout-color {
    color: #889ef7;
}

.selectionnewstate .code-color {
    color: #ff9a5d;
}

.selectionnewstate .bulb-color {
    color: #8568ff;
}

.selectionnewstate .exp-services-a h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.selectionnewstate .exp-secondary-bg {
    background-color: #f9fbff;
}

.selectionnewstate .exp-product-section .container-wrapper {
    position: relative;
    z-index: 1;
}

.selectionnewstate .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.selectionnewstate .col-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.selectionnewstate .container-wrapper .exp-img-wrapper {
    padding: 20px 0;
    margin: 20px 0;
}

.selectionnewstate img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
}

.selectionnewstate .container-wrapper .exp-img-wrapper.left-side::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1;
    background-color: #17df9b;
}

.container-wrapper .exp-img-wrapper.right-side::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1;
    background-color: #fbc524;
}

div {
    box-sizing: border-box;
}

.text-tight {
    text-align: right;
}

.section-exp_textright p {
    text-align: right;
}

#divdownload {
    text-align: center;
}

#divdownload div {
    float: right;
}

#divdownload img {
    height: 50px;
    margin: auto 10px;
}

.gallery {
    width: 100%;
    padding: 10px;
    position: relative;
}

.gallery_col {
    width: 25%;
    height: 280px;
    float: right;
}

.gallery_col img {
    width: 90%;
    height: 90%;
    border-radius: 10px;
}

.exp-achievments {
    background-image: url('/image/home/4.jpg');
    background-size: cover;
    background-position: center;
}

.primary-overlay {
    position: relative;
    z-index: 1;
}

.primary-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background-color: rgba(51, 122, 183, 0.9);
}

.video-img .img-wrap {
    position: relative;
}

.video-img .video-btn-wrapper {
    position: absolute;
    width: 90%;
    height: 100%;
    display: flex;
    left: 0;
    top: 0;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
}

.container-wrapper .exp-img-wrapper.left-side::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1;
    background-color: #00d0d7;
}

.circle {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.circle::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.circle::before, .circle::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.video-btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: inherit;
}

.video-btn i {
    color: #0e8c6f;
}

.div-video-home p {
    color: #17df9b;
}

.exp-achievments .achievments-counter {
    padding: 30px 20px;
    background-color: #ffffff2e;
    border-radius: 15px;
    color: #fff;
    margin-top: 25px;
    text-align: right;
    direction: rtl;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.counter {
    direction: ltr;
}

.counter-number p {
    color: white;
}

#video-home {
    width: 500px;
}

.imagesabzeheader {
    height: 50px;
    width: 50px;
    margin-left: 5px;
}

#divloginstyle .imagesabzeheader {
    display: none;
}

@media screen and (max-width: 1200px) {
    .selectionnewstate .container {
        max-width: 960px;
    }

    .gallery_col {
        width: 33%;
    }

    #video-home {
        width: 400px;
    }
}

@media screen and (max-width: 992px) {
    .selectionnewstate .container {
        max-width: 720px;
    }

    .selectionnewstate .col-lg-6 {
        -ms-flex: none !important;
        flex: none !important;
    }

    .selectionnewstate .col-lg-6 {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .selectionnewstate .container {
        max-width: 80%;
    }

    .selectionnewstate .col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery_col {
        width: 50%;
    }

    .gallery_col img {
        width: 95%;
    }
}

@media screen and (max-width: 576px) {
    .selectionnewstate .container {
        max-width: 95%;
    }

    .selectionnewstate .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 890px) {
    .shabyalda2 img {
        width: 50%;
    }

    .rmovcunder900 {
        display: none;
    }

    .btmradius {
        border-bottom-left-radius: 90px;
        border-bottom-right-radius: 90px;
        overflow: hidden;
    }
}

@media screen and (max-width: 500px) {
    .shabyalda2 img {
        width: 100%;
    }

    .rmovcunder500 {
        display: none;
    }

    .btmradius {
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1830px) {
    .c-header__right-side {
        width: 70%;
    }

    .c-footer__social {
        margin-right: 200px;
    }
}

@media screen and (max-width: 1270px) {
    .c-header__right-side {
        width: 60%;
    }

    .c-footer__content {
        width: 50%;
    }

    .c-footer__social {
        margin-right: 150px;
    }
}

@media screen and (max-width: 1000px) {
    .c-footer__content {
        width: 100%;
    }

    .c-footer__description-content aside {
        width: 75%;
    }

    .divflex33 {
        width: 100%;
        margin: 10px 0px;
    }

    .c-footer__social {
        margin-right: 20px;
    }

    .c-footer__safety-partner > li {
        margin: 0px auto !important;
    }

    footer nav.c-footer__address > ul, footer nav.c-footer__address div {
        width: 100%;
        margin: 10px auto;
    }

    footer div.c-footer__social-links > a.c-footer__social-link:first-child {
        margin: 0 auto 0 5px;
    }

    div.c-footer__social-links > a.c-footer__social-link:last-child {
        margin: 0 5px 0 auto;
    }
}

@media screen and (max-width: 1280px) {
    #divloginstyle {
        position: inherit !important;
        margin: 10px auto 0px auto;
    }

    .mobilenone > img.height-full {
        display: none;
    }

    .wd80darsad {
        width: 100%;
    }

    #shabyalda {
        font-size: 12px;
        height: 40px;
    }

    .c-header__row {
        padding: 5px;
    }

    #divloginstyle {
        margin: 5px auto 0px auto;
    }

    .c-header__btn-login {
        font-size: 12px;
    }

    .c-header__search {
        font-size: 12px;
    }

    .c-header__btn-login {
        padding: 5px 7px;
    }

    header nav ul li a {
        font-size: 12px !important;
    }

    body {
        margin-top: 167px;
    }

    .search__input {
        width: 80%;
        padding: 7px 20px;
        font-size: 12px;
    }

    .badgesuccess {
        font-size: 9px !important;
    }
}

@media screen and (max-width: 830px) {
    #idnavpc {
        display: none;
    }

    #idnavmobile {
        display: block;
    }

    .mobilefix {
        width: 100%;
    }

    .c-header__search {
        font-size: 10px;
    }

    .c-header__logo {
        margin-left: 40px;
    }

    .c-footer__content {
        width: 80%;
    }

    .c-footer__description-content aside {
        width: 50%;
    }

    .c-header__right-side {
        width: 100%;
    }

    .c-footer__description-content aside, .c-footer__description-content aside > ul, .c-footer__content {
        width: 100%;
    }

    footer nav.c-footer__address {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .containerfirst_div {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .containersecond_div {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .containerthrees_div {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 600px) {
    .badgesuccess {
        font-size: 6px !important;
    }

    .c-header__btn-login {
        font-size: 9px;
    }

    .c-header__btn-container {
        padding: 0 5px;
    }

    #divloginstyle {
        left: 0%;
    }

    .c-navi-new-list__categories > .c-navi-new-list__category-item, .c-navi-new-list__categories > .c-navi-new-list__promotion-item, .c-navi-new-list__promotions > .c-navi-new-list__category-item, .c-navi-new-list__promotions > .c-navi-new-list__promotion-item {
        padding-right: 0px;
    }
}

@media screen and (max-width: 550px) {
    .c-footer__badge > div.c-footer__feature-item {
        background-size: 50px;
        font-size: 10px !important;
    }

    .c-footer__social {
        margin-right: 0px;
    }

    .c-header__search .imagesabzeheader {
        /*display: none;*/
    }

    #divloginstyle .imagesabzeheader {
        display: block;
    }
}
