@font-face {
    font-family: Inter;
    src: url("Inter-Regular.ttf");
}
#__next > div > div {
    opacity: 1 !important;
}
html,
body {
    padding: 0;
    margin: 0;
    font-family: Inter;
}
body, #__next {
    overflow-x: hidden;
}
#__next {
    padding-top: 91px;
}
a {
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}
img {
    min-width: inherit !important;
    max-width: inherit !important;
    min-height: inherit !important;
    max-height: inherit !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
}
body.armenian .blog_inside_ p, body.armenian  .blog_inside_ strong, body.armenian .blog_inside_ span, body.armenian .blog_inside_ div, body.armenian .blog_inside_h1, body.armenian .blog_inside_ h2, body.armenian .blog_inside_ h3, body.armenian .blog_inside_ h4, body.armenian .blog_inside_ h5, body.armenian .blog_inside_ h6{
    font-family: Montserrat !important;
}

@font-face {
    font-weight: bold;
    src: url("../fonts/Inter-Bold.ttf");
}
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserratarm-Regular.otf");
}
body.armenian {
    font-family: Montserrat !important;
}
.img > div > div {
    display: none !important;
}

.img > .qrCode > div{
    display: block !important;
}
.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 72px;
    height: 93px;
}
.header_section {
    box-shadow: 0 5px 14px rgba(18, 18, 18, 0.04);
    background: #FFFFFF;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}
.header ul {
    list-style-type: none;
    padding: 0;
}
.menu ul, .language ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.right_side_main, .header > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    margin-right: 100px;
}
.menu ul li {
    margin-right: 31px;
}
.menu ul li a {
    color: #8D8D8D;
    white-space: nowrap;
}
.language ul li{
    margin-right: 20px;
}
.language ul li a{
    color: #8D8D8D;
}
.search {
    margin: 0 30px;
}
.search i{
    font-size: 27px;
}
.mini_menu {
    border-left: 1px solid #1E181C;
    padding: 3px 0 3px 33px;
}
.mini_menu a {
    color: #1E181C !important;
}
.menu a, .blog_post_item .blog_post_active a, .profile_active a {
    position: relative;
}
.menu a:before, .blog_post_item .blog_post_active a:before, .profile_item .profile_active a:before {
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 451px 414px 0 0;
    background: #C6017F;
    position: absolute;
    bottom: -36px;
    display: none;
}
.right_side_menu.m_menu.blog_post_item .blog_post_active a, .right_side_menu.mobile_gift_bonus.profile_menu.profile_item a {
    font-weight: bolder;
    border-left: 2px solid #C6017F;
}
.right_side_menu.m_menu.blog_post_item .blog_post_active a:before, .right_side_menu.profile_item.profile_item a:before {
    display: none;
}
.blog_post_item .blog_post_active a:before, .profile_item .profile_active a:before {
    display: block;
}
.menu a:hover:before, .menu a.active:before {
    display: block;
}
.menu a:hover, .menu a.active , .blog_post_item .blog_post_active a{
    color: #1E181C !important;
}
.language a.active, .language a:hover {
    color: #1E181C !important;
}

/* Homepage */
body {
    overflow-x: hidden;
}
.slider_item {
    outline: none !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
}
.slider_item h1,  .slider_item h3 {
    font-weight: bold;
    font-size: 65px;
    line-height: 78px;
    letter-spacing: 0.04em;
    color: #1E181C;
    max-width: 750px;
    margin: 60px 0 0;
    position: relative;
    padding-left: 67px;
}
.slick-slide {
    transition: 1s !important;
}
.slider_left .item_txt {
    margin-left: 69px !important;
}
.slider_item > div:nth-child(1) {
    margin-right: 86px;
}
.item_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.item_txt p{
    font-size: 23px;
    color: #1E181C;
    text-transform: uppercase;
    padding-left: 32px;
    position: relative;
    max-width: 283px;
}
.item_txt p:nth-child(1){
    margin-right: 28px;
}
.item_txt p:before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #1E181C;
    position: absolute;
    top: 7px;
    left: 0;
}
/*.homepage_main .slick-dots .slick-active:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 54px;*/
/*    height: 1px;*/
/*    position: relative;*/
/*    background: #000000;*/
/*    top: -14px;*/
/*    left: 38px;*/
/*}*/
.homepage_main .slick-dots .pagination_line  {
    width: 54px;
    height: 1px;
    position: absolute;
    background: #000000 !important;
    top: 14px;
    left: 40px;
    transition: 1s;
    z-index: -1;
}
.swiper-pagination-bullet .pagination_line  {
    width: 54px;
    height: 1px;
    position: absolute;
    background: #000000 !important;
    top: 14px;
    left: 32px;
    transition: 0.5s;
    z-index: -1;
}
.swiper-pagination-bullet {
    transition: 1s;
    color:#BDBDBD;
}
.homepage_main .slick-dots .pagination_line, .swiper-pagination .pagination_line {
    display: none;
}
.homepage_main .slick-dots > li:nth-child(1) .pagination_line, .swiper-pagination > span:nth-child(1) .pagination_line {
    display: inline-block;
}
.homepage_main .slick-dots > li:nth-child(1) > div> a:nth-child(2) {
    display: inline-block;
    width: 0;
}

.homepage_main .slick-dots li {
    margin-right: 16px;
    transition: 1s;
    position: static !important;
}
.homepage_main .slick-dots .slick-active {
    margin-right: 70px !important;
}
.swiper-pagination-bullet-active span {
    margin-right: 36px !important;
}
.swiper-pagination-bullet {
    width: auto !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet span:nth-child(1){
    background: #fff;
}
.homepage_main .slick-dots a {
    font-size: 24px;
    text-shadow: 0 0 8px #ffffff;
    background: white;
    padding: 3px;
    transition: 0.4s;
    color: #BDBDBD;
}
.homepage_main .slick-dots .slick-active a {
    color: #000;
}
.swiper-slide {
    transition: 1s;
}
.homepage_main .slick-dots  {
    position: relative;
    bottom: 61px;
    max-width: 1307px;
    margin: 0 auto;
    text-align: left;
}
.home_about_section {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 55px 0 66px;
}
.about_heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.black_block {
    width: 63px;
    height: 63px;
    background: #000;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    padding-top: 6px;
    margin-right: 16px;
}
.about_heading > p {
    font-weight: 600;
    font-size: 24px;
    color: #1E181C;
    padding: 2px 0 3px 16px;
    border-left: 2px solid  #1E181C;
    max-width: 183px;
    margin: 0;
}
.home_about_content h2 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0.04em;
    color: #1E181C;
    max-width: 967px;
    z-index: 2;
    position: relative;
}
.about_flex {
    min-height: 551px;
}
.about_flex_home > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}
.about_flex_home {
    min-height: 485px !important;
}
.about_flex_home .img {
    position: absolute;
    right: 0;
}
.colored{
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #EF8059;
    z-index: 2;
    position: relative;
    font-weight: bold;
}
.home_about_content .colored{
    max-width: 686px;
}
.home_about_content{
    position: relative;
}
.home_about_content > .img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.home_about_content > .img:after {
    content: '';
    background: linear-gradient(90.47deg, #FFFFFF 4.6%, rgba(196, 196, 196, 0) 99.59%);
    display: block;
    width: 44%;
    height: 387px;
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    right: -2px;
}
.col_count  {
    column-count: 2;
}
.col_count p {
    font-size: 24px;
    color: #1E181C;
    margin: 0;
}
.read_more {
    font-weight: normal;
    font-size: 24px;
    color: #1E181C;
    position: relative;
    display: block;
    margin: 64px 0 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    transition: 0.2s;
}
.read_more:before {
    content: '';
    width: 32px;
    height: 2px;
    position: absolute;
    background: #1E181C;
    top: 13px;
    left: -40px;
}
.read_more:hover {
    font-weight: 600;
}
.blog_main_section {
    max-width: 1300px;
    width: 100%;
    margin: 90px auto 80px;
    padding: 55px 0 66px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(221,221,221,1) 13%, rgba(221,221,221,0) 75% ) 100% 1 0 1;
}
.home_about_section  {
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(221,221,221,1) 13%, rgba(221,221,221,0) 75% ) 100% 1 0 1;
}
.blog_main_section .about_heading > p {
    max-width: 251px;
}
.blog_slider_item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;

}
.img video {
    width: 100%;
}
.blog_item .img img {
    height: 230px !important;
}
.main_bnr .blog_slider_item > a{
    width: 42%;
}
.blog_slider_item {
    background: #FFFFFF;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    position: relative;
}
.blog_slider_item:after {
    content: '';
    background: #C6017F;
    width: 3px;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}
.blog_slider_item:hover:after {
    height: 100%;
}
.blog_main_slider .swiper-slide:nth-child(1n) {
    width: 60%;
}
.blog_main_slider .swiper-slide:nth-child(2n) {
    width: 60%;
}
.blog_slider_item img  {
    width: 379px !important;
}
.bi_content {
    padding: 0 24px;
    position: relative;
    max-width: 448px;
}
.tiny_item span {
    display: block;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    color: #7A7A7A;
}
.tiny_item {
    position: absolute;
    right: 30px;
}
.blog_main_slider .swiper-container {
    padding: 18px 0 18px 0;
    margin-top: 37px;
}
.bi_content p {
    font-size: 14px;
    line-height: 24px;
    color: #1E181C;
    margin-bottom: 24px;
    margin-top: 0;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.blog_slide img {
    height: 224px !important;
    object-fit: cover;
}

.bi_content h3, .bi_content h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #211F1F;
    max-width: 173px;
    margin-top: 0;
    margin-bottom: 5px;
}
.date {
    font-size: 16px;
    color: #7A7A7A;
}
.blog_type {
    padding: 6px 16px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    z-index: 4;
    top: 16px;
}
.sale_percent {
    font-size: 14px;
    color: #EE8058;
    padding: 5px 8px;
    background: rgba(238, 128, 88, 0.1);
    margin: 0 8px;
}
.home_bonus_section {
    width: 100%;
    margin: 0 auto 152px;
    background: #1E181C;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    padding: 48px 0 32px 0;
    color: #fff;
}
.home_bonus_section img {
    max-width: 638px !important;
}
.home_bonus_section .black_block{
    background: #fff;
    color: #000;
}
.home_bonus_section .about_heading > p {
    color: #fff;
    border-color: #fff;
}
.home_bonus_section .read_more {
    color: #fff;
}
.home_bonus_section .read_more:before {
    background: #fff;
}
.home_gift_section > div {
    max-width: 1300px;
    margin: 0 auto;
}
.hone_bonus_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hone_bonus_content h2 {
    font-size: 68px;
    font-weight: bold;
    margin: 4px 0;
}
.hone_bonus_content h3, .hone_bonus_content h4 {
    font-size: 24px;
    margin: 4px 0;
    line-height: 34px;
}
.hone_bonus_content h3 span, .hone_bonus_content h4 span {
    color: #8D5692;
    font-weight: bold;
    font-size: 27px;
}
.shop_item_title, .shop_item_txt h3, .shop_item_txt h4 {
    font-size: 24px;
}
.hone_bonus_content p {
    font-size: 22px;
    line-height: 29px;
}
.hone_bonus_content > div:nth-child(1) {
    max-width: 497px;
}
.home_shop_section {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 80px;
}
.home_shop_section .about_heading > p {
    max-width: 270px;
    height: 63px;
}
.home_shop_item {
    width: 389px;
    background: #FFFFFF;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    margin-bottom: 64px;
}
.home_shop_section .read_more {
    margin: 0 0 0 auto;
}
.home_shop_item .img {
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
}
.home_shop_item .img img {
    max-width: 100% !important;
    object-fit: cover;
    width: 100% !important;
    height: 237px !important;
}
.home_shop_content img {
    object-fit: contain !important;
}
.shop_item_txt > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-moz-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.shop_item_txt {
    padding: 24px;
    width: 100%;
}
.shop_item_txt > div h4 {
    margin: 0;
    font-size: 24px;
    color: #1E181C;
    max-width: 74%;
    height: 58px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.shop_item_txt > div a {
    font-size: 16px;
    color: #7A7A7A;
    text-decoration: none;
    /*height: 48px;*/
    height: 27px;
}
.shop_item_txt  p {
    font-size: 14px;
    line-height: 26px;
    color: #393939;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 73px;
}
.blog_item_txt > div > p {
    margin: 0;
}
.blog_item_txt > div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}
.blog_item .img {
    border-bottom: 0;
}
.shop_item_txt .shop_item_more {
    font-size: 16px;
    line-height: 24px;
    color: #1E181C;
    position: relative;
    text-decoration: none;
    padding-left: 40px;
    transition: 0.2s;
}
.shop_item_txt .shop_item_more:before {
    content: '';
    background: #1E181C;
    width: 32px;
    position: absolute;
    height: 1px;
    display: block;
    top: 9px;
    left: 0;
}
.shop_item_txt .shop_item_more:hover {
    font-weight: bold;
}
.home_gift_section {
    width: 100%;
    margin: 0 auto;
    background: #F8F6FA;
    box-shadow: 5px 5px 20px rgba(68, 68, 68, 0.09);
    padding: 42px 0 64px;
}
.home_bonus_section > div {
    max-width: 1303px;
    margin: 0 auto;
}
.home_gift_section > div  > div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.left90 {
    position: relative;
    left: 89px;
}
.left90 p{
    background: #D33F89;
    padding: 2px 16px;
    font-size: 24px;
    color: #FFFFFF;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
footer {
    margin-top: 100px;
}
.footer_top {
    background: #F9F9F9;
}
.footer_top > div {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer_top h4 {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin: 0 0 24px 0;
}
.subscribe_form button {
    padding: 16px 32px;
    background: #000000;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid;
}
.subscribe_form input {
    padding: 16px 32px;
    background: #FFFFFF;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    border: 1px solid #FFFFFF;
    width: 399px;
    position: relative;
    left: -4px;
    font-size: 16px;
}
.subscribe_form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
::placeholder {
    font-size: 16px;
    color: #7A7A7A;
}
input, button {
    outline: none;
}
button {
    cursor: pointer;
}
.copyright {
    margin-top: 24px;
    font-size: 12px;
    padding: 0 !important;
}
.copyright span {
    display: block;
    margin-bottom: 22px;
}
.footer_top_contacts {
    font-size: 12px;
    margin-top: 60px;
}
.footer_top_contacts p {
    margin-bottom: 6px;
    margin-top: 0;
}
.footer_top_contacts a {
    color: #000;
    text-decoration: none;
}
.week_days {
    margin-top: 20px !important;
}
.dark_footer {
    background: #252525;
    color: #fff;
}
.dark_footer a {
    color: #fff;
    text-decoration: none;
}
.dark_footer h4 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 24px;
}
.about_flex {
    position: relative;
}
.dark_footer > div {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 42px 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer_menu {
    width: 100%;
}
.footer_menu .footer_menu_content{
    width: 90%;
}
.footer_menu a {
    display: block;
    margin-bottom: 16px;
}
.footer_menu_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer_menu_content > div {
    width: max-content;
    margin-right: 20px;
}
.footer_social > div {
    text-align: center;
}
.footer_social > div a:nth-child(2){
    margin: 24px;
}
.home_shop_content {
    margin-top: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home_app_section {
    max-width: 1300px;
    width: 100%;
    margin: 104px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
.home_app_section .read_more {
    position: absolute;
    bottom: 0;
    right: 0;
}
.animation_img {
    position: absolute;
    top: 269px;
    transform: rotate(180deg);
    left: 101px;
    opacity: 0.7;
}
.animation_img img{
    animation: fadein 4s;
}
.home_app_section > div:nth-child(1) {
    transition: 4s;
}
.mob_app_top > div:nth-child(2) img {
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -moz-animation: fadein 4s; /* Firefox */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera */
    animation: fadein 4s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/*.app_slider .swiper-slide {*/
/*    height: 572px !important;*/
/*}*/
.app_slider .swiper-container{
    height: 976px;
    overflow: hidden;
}
.app_slider .swiper-slide {
    margin: 62px 0 !important;
}
.app_txt h2 {
    font-size: 80px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
.app_txt p {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.04em;
    color: #1E181C;
    margin-top: 0;
    margin-bottom: 32px;
}
.app_txt {
    max-width: 757px;
    margin-left: 114px;
    z-index: 1;
}
.app_txt .img {
    margin-right: 24px;
}
.app_slider_item img {
    opacity: 0.8;
    max-height: 572px !important;
}
.home_services {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.home_services .swiper-slide:nth-child(2n) {
    width: 70%;
}
.home_services .swiper-slide:nth-child(1n) {
    width: 70%;
}
.service_item_contact img {
    max-width: 29px !important;
    margin-right: 24px !important;
}
.service_item_contact {
    position: relative;
}
.service_number {
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    color: #DDDDDD;
    left: 0;
    top: 2px;
}
.service_item_contact > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_item_content h3{
    font-size: 36px;
    color: #1E181C;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    white-space: normal;
}
.service_item_content > p{
    font-size: 24px;
    line-height: 28px;
    color: #1E181C;
    margin-top: 0;
    margin-bottom: 10px;
}
.home_services h2 {
    font-size: 72px;
    letter-spacing: 0.02em;
    color: #1E181C;
    margin-top: 0;
    margin-bottom: 80px;
    font-weight: bold;
}
.service_item_content {
    max-width: 432px;
    margin-right: 34px;
    padding-left: 35px;
}
.services_slider .blog_slider_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
    box-shadow: none;
}
.services_slider .blog_slider_item img {
    width: auto !important;
}
.services_slider .blog_slider_item:after {
    content: '';
    background: #C6017F;
    width: 0;
    height: 3px;
    display: block;
    position: absolute;
    right: unset;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}
.services_slider .blog_slider_item:hover:after {
    width: 100%;
}
.gift_card > section {
    background: #F8F6FA;
    top: 0 !important;
}
.bonus_card_header > section, .bonus_card_header > div > div:nth-child(1) {
    background: #1E181C;
}
.blog_slider_item {
    max-width: 910px;
}
.services_bonus .services_slider .blog_slider_item:after {
    background: #8d5692;
    width: 100%;
}
.home_blog_mobile, .home_services_mobile, .mob_item_txt{
    display: none;
}
.mob_card, .mob_app_slider {
    display: none;
}
.right_mobile_menu {
    display: none;
}
.right_mobile_menu > .img {
    position: absolute;
    top: 38px;
    left: 34px;
}
.right_mobile_menu form {
    padding-left: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}
.right_mobile_menu form button, .right_mobile_menu form input {
    height: 36px;
    background: #fff;
    border: 1px solid #DDDDDD;
    padding: 7px 22px;
}
.right_mobile_menu form input {
    width: 88%;
}
.right_mobile_menu form button img{
    width: 18px !important;
}
.mobile_gift_bonus {
    margin:  24px 0;
    border-top: 1px solid #F2F3F8;
    border-bottom: 1px solid #F2F3F8;
    padding:12px 0 12px 0 !important;
}
.mobile_gift_bonus li {
    margin: 12px 0;
}
.mobile_gift_bonus a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile_gift_bonus a div {
    margin-left: 16px;
    opacity: 0.5;
}
.shop_main_content .slick-center > div > div{
    color: #1E181C;
    border-bottom: 2px solid #C6017F;
}
.shop_main_content .slick-slide > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop_main_content .slick-slide > div > div {
    padding: 16px 0;
    width: auto !important;
    cursor: pointer;
}
.home_shop_item {
    position: relative;
}
.home_shop_item:after {
    content: '';
    background: #C6017F;
    width: 0;
    height: 3px;
    display: block;
    position: absolute;
    right: unset;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}
.home_shop_item:hover:after {
    width: 100%;
}
.MuiBackdrop-root {
    background: rgba(221, 221, 221, 0.4) !important;
    backdrop-filter: blur(3px);
}
.modal_body {
    outline: none;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    border-radius: 4px 0 0 4px;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.modal_body .blog_type {
    background: #EE8058;
    box-shadow: 1px 2px 12px rgba(54, 54, 54, 0.2);
    left: -7px;
    padding: 8px 30px;
}
.close_modal {
    position: absolute;
    right: 5px;
    width: 32px;
    top: 6px;
    cursor: pointer;
    z-index: 999 !important;
}
.slick-dots img, .slick-dots li {
    height: 50px !important;
    width: auto !important;
    border-radius: 14px;
}
.slick-dots {
    text-align: left !important;
    bottom: -28px;
}
.modal .slick-list, .modal .slick-list img{
    height: 380px !important;
    width: 100% !important;
}
.slick-next:before {
    content: url(../public/images/sar.png) !important;
}
.slick-prev:before {
    content: url(../public/images/sal.png) !important;
}
.slick-next {
    right: 49px !important;
    z-index: 9;
}
.slick-prev {
    left: 35px !important;
    z-index: 9;
}

.slick-prev, .slick-next {
    transform: translate(0, 90%) !important;
}
.shop_main_content {
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.shop_main_content:after {
    content: url(../public/images/shop_gradient.png);
    position: absolute;
    bottom: -30px;
    left: 0;
}
.services_main_section .swiper-wrapper > div {
    width: auto !important;
}
.services_main_section .swiper-wrapper > div:nth-child(1) {
    margin-left: -128px !important;
}
.services_main_section .services_slider .swiper-pagination {
    bottom: 11px;
    left: 122px;
    width: 79px;
}
.services_main_section .services_slider .serv_img {
    height: 226px !important;
}
.services_main_section .services_slider .swiper-scrollbar {
    left: 207px;
    bottom: 18px;
    max-width: 520px;
    display: block !important;
}
.services_main_section .services_slider .swiper-scrollbar-drag {
    background: #1E181C;
}
.services_main_section .services_slider .swiper-container {
    padding-bottom: 100px;
}
.services_main_section .services_slider .swiper-button-prev:after {
    content: url(../public/images/arr.png);
    transform: rotate(180deg);
}
.services_main_section .services_slider .swiper-button-next:after {
    content: url(../public/images/arr.png);
}
.services_main_section .services_slider .swiper-button-prev {
    left: unset;
    right: 664px;
    top: unset;
    bottom: -1px;
}
.services_main_section .services_slider .swiper-button-next {
    left: unset;
    right: 624px;
    top: unset;
    bottom: -1px;
}
input, button, select, textarea {
    outline: none;
}
.css-1okebmr-indicatorSeparator {
    display: none !important;
}
.blog_slide .swiper-pagination-bullet {
    background: transparent !important;
    color: #BDBDBD !important;
    margin: 0 16px !important;
    font-size: 24px;
}
.blog_slide .swiper-pagination-bullet-active {
    color: #000 !important;
}
/*.blog_slide .swiper-pagination-bullet-active {*/
/*    position: relative;*/
/*    margin-right: 75px !important;*/
/*}*/
/*.blog_slide .swiper-pagination-bullet-active:after {*/
/*    content: '';*/
/*    width: 54px;*/
/*    display: block;*/
/*    height: 1px;*/
/*    background: black;*/
/*    position: relative;*/
/*    top: -15px;*/
/*    left: 36px;*/
/*}*/
.blog_slide .swiper-container{
    padding-bottom: 56px;
}
.blog_slide .swiper-pagination{
    text-align: left;
}
.blog_slide .swiper-pagination span:nth-child(1){
    margin-left: 0 !important;
}
.bonus_card_header header {
    background: #1e181c;
}
.bonus_card_header  .home_bonus_section {
    margin-bottom: 64px;
}
.mob_search > a {
    padding: 0 !important;
}
.mob_search  svg {
    width: 20px !important;
    position: relative;
    top: 2px;
    left: -9px;
}
.s_form {
    transform: translate(0) !important;
}
.chp{
    max-width: 303px;
    margin: 0 auto;
    text-align: center;
}
.bonus_card_header  .menu a:hover, .bonus_card_header  .menu a.active, .bonus_card_header  .language a.active, .bonus_card_header  .language a:hover {
    color: #fff !important;
}
.reset_error {
    text-align: left;
    font-size: 12px;
    color: red;
}
.reset_success {
    padding: 0 40px;
}
.bonus_card_header .mini_menu a {
    color: #fff !important;
}
.bonus_card_header  .mini_menu {
    border-left: 1px solid #fff;
}
.bonus_card_header .css-1t5gy9p div {
    background: #fff;
}
.bonus_card_header  .search path {
    fill: #fff;
}
.bonus_card_header  .logo svg > path:nth-child(5), .bonus_card_header  .logo svg > path:nth-child(6), .bonus_card_header  .logo svg > path:nth-child(7), .bonus_card_header  .logo svg > path:nth-child(8), .bonus_card_header  .logo svg > path:nth-child(9), .bonus_card_header  .logo svg > path:nth-child(10), .bonus_card_header  .logo svg > path:nth-child(11) {
    fill: #fff;
}
.gift_card header {
    background: #F8F6FA;
}
.gift_card_header {
    background: #F8F6FA;
    box-shadow: none;
}
.gift_card .header_section {
    box-shadow: none;
}
.right_side_menu li {
    border-left: 2px solid transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    padding-left: 32px;
    margin-bottom: 32px;
}
.right_side_menu li a{
    font-weight: 500;
    font-size: 24px;
    color: #434343;
    text-transform: capitalize;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.card input {
    opacity: 0;
}
.img-upload {
    position: relative;
}
.img-upload:hover > div {
    opacity: 1;
}
.makeStyles-modal-1, .makeStyles-modal-9, .makeStyles-modal-11 {
    overflow: auto;
}
.content_loader {
    margin: 0 auto;
    max-width: 80%;
    padding-top: 31px;
    height: 100vh;
}
.mob_language {
    margin-top: 60px;
    margin-right: 20px;
    display: none;
}
.right_side_menu a.active {
    font-weight: bolder;
    position: relative;
}
.right_side_menu a.active:before {
    content: '';
    background: #C6017F;
    width: 2px;
    height: 29px;
    display: block;
    position: absolute;
    left: -35px;
}
.pink header {
    background: lightpink !important;
}
.setOpacity {
    opacity: 1 !important;
}


.hidden_header {
    display: none;
}
.bonus_card .header_section, .gift_card .header_section {
    display: block !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.form_success {
    color: #027d02 !important;
}
.form_error {
    color: #fc2424 !important;
}
.tc {
    text-align: center;
}
.blog_active {
    color: #1E181C !important;
    border-bottom: 2px solid #C6017F;
    font-weight: bolder;
}
.search_active {
    color: #1E181C !important;
}
.main_bnr .slider_item img {
    cursor: url(../public/images/cursor_img_new.png), default !important;
    height: 383px !important;
    object-fit: cover;
}
.header_section.pink {
    background: lightpink !important;
}
.home_blog_list{
    padding-top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home_blog_list .home_shop_item {
    margin-bottom: 10px !important;
}
.Blog {
    background: #8D5692 !important;
}
.Event {
    background: #C6017F !important;
}
.header_search a{
    border: none;
    background: transparent;
    left: 3px;
    position: absolute;
    top: 0;
}
.header_search input{
    border: none;
    border-bottom: 1px solid black;
    padding-left: 34px;
    padding-bottom: 3px;
    height: 33px;
    width: 100%;
}
.header_search {
    width: 0;
    position: absolute;
    right: -18px;
    background: #fff;
    top: -2px;
    overflow: hidden;
    transition: 0.3s;
}
.search.img {
    position: relative;
}
.header_search_open {
    width: 223px;
}
.bonus_card_header .header_search, .bonus_card_header .header_search input  {
    background: #1D181C !important;
}
.gift_card .header_search, .gift_card .header_search input  {
    background: #F8F6FA !important;
}
.bonus_card_header .header_search input  {
    background: #1D181C !important;
    color: #fff;
    border-color: #fff;
}
.banner_images {
    position: absolute;
    width: 574px;
    right: -105px;
}
.banner_images  a{
    position: absolute;
}
.banner_images  a:nth-child(1){
    z-index: 1!important;
}
.banner_images  a:nth-child(2){
    left: 90px;
}
.banner_images  a:nth-child(3){
    left: -24px;
    top: 9px;
}
.banner_images  img {
    width: 100% !important;
}
.main_bnr .slider_item {
    position: relative;
    justify-content: flex-start;
    height: 608px;
}
.main_bnr {
    max-width: 1422px;
    margin: 0 auto;
}
.filter_slider_shop .slick-slide {
    width: auto !important;
    padding: 0 10px;
}
.slider_left {
    width: 50%;
}
.shop_sale {
    background: #EE8058;
    color: #fff
}
.bonus_card_header .right_menu_new button div {
    background: #fff;
}
.new_form{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.gift_card_learn_more {
    max-width: 1300px;
    margin: 0 auto;
}
.search_shop_content .home_shop_content{
    margin-top: 0;
}
.search_shop_content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.error_message {
    text-align: center;
    margin-bottom: 7px;
    color: red;
    font-weight: bold;
    font-size: 20px;
}
.rejection_reason {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.rejection_reason > div:nth-child(1) {
    margin-right: 88px !important;
    width: 300px !important;
}
.rejection_reason > div:nth-child(1) > div:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rejection_modal_heading  {
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 56px;
    margin-top: 0;
}
.rejection_reason p {
    font-size: 32px;
    margin-bottom: 16px;
    margin-top: 0;
}
.rejection_reason span {
    font-size: 24px;
    margin-bottom: 16px;
    color: #424242;
    max-width: 586px;
    display: block;
}
.rejection_reason .status_rejected p{
    color: #FF4B40 !important;
}
.rejection_reason .status_rejected_footer > div{
    background: #FFF8F7;
}
.pending_main {
    padding: 23px 16px !important;
}
.transactionModalFooter .cancelTransaction {
    padding: 8px 15px;
    border: 1px solid lightgrey;
    background: lightgrey;
    transition: 0.3s;
    margin-right: 22px;
}
.transactionModalFooter .cancelTransaction:hover {
    background: #fff;
}
.transactionModalFooter .acceptTransaction {
    padding: 8px 15px;
    border: 1px solid #8D5692;
    color: #FFFFFF;
    background: #8D5692;
    transition: 0.3s;

}
.transactionModalFooter .acceptTransaction:hover {
    color: #8D5692;
    background: #FFFFFF;
}
.password_error {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: red;
}
.shopCategoryDropDown .fa-sort-down {
    color: black;
}
.right_menu_style button, .right_menu_new button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}
.right_menu_style button div, .right_menu_new button div {
    width: 33px;
    height: 2px;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    transition: all 0.2s linear 0s;
    position: relative;
    transform-origin: 1px center;
}
.right_menu_style button div:first-of-type, .right_menu_new button div:first-of-type {
    margin-bottom: 7px;
}
.right_menu_style button div:nth-of-type(2), .right_menu_new button div:nth-of-type(2){
    opacity: 0;
}
.right_menu_style button div:nth-of-type(3), .right_menu_new button div:nth-of-type(3) {
    width: 22px;
}
.right_menu_style nav, .right_menu_new nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgb(255, 255, 255);
    box-shadow: rgba(185, 185, 185, 0.25) -11px 0 25px;
    max-width: 410px;
    width: 100%;
    height: 100vh;
    text-align: left;
    padding: 126px 32px 32px 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s ease 0s;
    z-index: 33;
    transform: translateX(100%) ;
}
.right_menu_style nav .close, .right_menu_new nav .close {
    z-index: 9999;
    position: absolute;
    top: 18px;
    cursor: pointer;
    right: 29px !important;
}
.layout {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    z-index: 22;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0;
    visibility: hidden;
}
.services_slider .blog_slider_item > .img {
    width: 442px;
}
.services_slider .blog_slider_item > .img > div {
    display: block !important;
}
.services_slider .blog_slider_item > .img img {
    display: block;
    margin: 0 auto !important;
    height: 226px !important;
}
.wrong_login {
    font-size: 11px;
    position: relative;
    top: -12px;
    color: red;
}
.transaction_item_name {
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.reset_password_page {
    max-width: 500px;
    width: 100%;
    margin: 70px auto;
}
.reset_password_page h2{
    text-align: center;
    margin-bottom: 50px;
}
.reset_password_page input {
    border: none;
    border-bottom: 1px solid rgba(122, 122, 122, 0.3);
    margin-bottom: 24px;
    width: 100%;
}
.reset_password_page button {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    background: #8D5692;
    border: 1px solid #8D5692;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 24px;
}
.pass_changed {
    color: green;
}
.pass_not_changed {
    margin: 0;
    font-size: 13px;
    color: red;
}
.eye {
    position: relative;
}
.eye i {
    position: absolute;
    right: 10px;
    color: grey;
    bottom: 41px;
    cursor: pointer;
}
.shop_scrollable_content {
    scroll-behavior: smooth;
}
.service_see_more {
    font-size: 14px;
    background: #F0F0F0;
    padding: 8px 0;
    text-align: center;
    margin-top: 16px;
    display: none;
}
.blog_select_ {
    position: relative;
}
.blog_select_ .cat {
    position: absolute;
    font-size: 8px;
    color: #9D9D9D;
    z-index: 1;
    left: 9px;
    display: none;
}
.s_form input {
    border: none;
    padding-left: 12px;
    width: 100%;
}
.s_form a {
    border: none;
    padding: 9px 12px  7px 12px!important;
    border-right: 1px solid #DDDDDD;
}
.s_form > div {
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    width: 263px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 33px;
}
.shop_item_title {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shop_item_title > div {
    margin-left: 4px;
    background: rgba(239, 128, 89, 0.1);
    color: #EE8058;
    font-size: 14px;
    padding: 5px;
    white-space: nowrap;
}
.footer_top_map > div {
    width: 413px !important;
    height: 308px !important;
}
.infinite_component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4px 0;
}
.infinite_component::-webkit-scrollbar {
    width: 0;
}
.infinite_component::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.infinite_component::-webkit-scrollbar-thumb {
    background: #888;
}
.infinite_component::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.infinite-scroll-component__outerdiv {
    width: 100%;
}
.gift_card .read_more{
    display: none;
}
.shop_sale_percent {
    margin-left: 4px;
    background: rgba(239, 128, 89, 0.1);
    color: #EE8058;
    font-size: 14px;
    padding: 5px;
    white-space: nowrap;
}
.yerevan_mall_h1 {
    display: none;
}
.sh_t {
    height: 20px !important;
}
.header_banner {
    height: 131px;
    max-width: 1445px;
    width: 100%;
    margin: 0 auto;
    position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header_banner_txt span {
    font-size: 24px;
    color: #FFFFFF;
}
.header_banner_txt p {
    font-size: 28px;
    color: #FFFFFF;
    margin:0;
}
.home_shop_item .shop_item_social > div:nth-child(1) {
    width: 100%;
}

.header_banner_txt span:nth-child(3) {
    font-style: italic;
}
.header_banner > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 63%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header_banner > img {
    position: absolute !important;
    top: 0;
    width: 100% !important;
    height:100% !important;
}
.header_banner > div > div {
    z-index: 1;
}
.shop_now {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    background: #FABF75;
    padding: 0 72px;
}
.shop_now > div:nth-child(1) {
    max-width: 632px;
    margin-right: 74px;
}
.shop_now img {
    max-width: 600px !important;
    filter: sepia(100%);
}
.shop_now h2 {
    font-weight: 800;
    font-size: 88px;
    color: #000000;
    line-height: 88px;
    font-weight: bold;
    margin-bottom: 25px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.shop_now p {
    font-size: 24px;
    line-height: 30px;
    color: #363636;
    margin-bottom: 54px;
}
.shop_now a {
    margin: 32px 0 48px 41px;
    font-weight: bolder;
}
.modal_body .shop_now img {
    filter: unset;
    max-width: 545px !important;
}
.modal_body .shop_now > div {
    padding-bottom: 66px;
}
.shop_now_btn {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    padding: 19px 36px;
    border: 1px solid #000;
    background: #000000;
    transition: 0.3s;
    margin: 0 !important;
}
.shop_now_btn:hover {
    color: #000;
    background: transparent;
}
.kinopark {
    width: 100%;
    background: #151214;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    margin-bottom: 110px;
    padding-top: 38px;
}
.kinopark .read_more {
    color: #fff;
}
.kinopark .read_more:before {
    background: #fff;
}
.kinopark > div {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 0 64px 72px;
    position: relative;
}
.kinopark_item {
    width: 272px;
}
.kinopark_slider .swiper-slide:nth-child(1n) {
    width: 21%;
}
.arrow_left {
    transform: rotate(180deg);
    right: 143px !important;
    top: 176px !important;
}
.kinopark_slider_arrow {
    position: absolute;
    top: 181px;
    right: 72px;
    cursor: pointer;
}
.kinopark_slider > div {
    position: static;
}
.swiper-button-disabled{
    opacity: 0.5;
}
.kinopark_heading {
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin: 60px 0 24px;
}
.open_kinopark {
    padding-right: 72px;
}
.kinopark_item img {
    width: 100% !important;
}
.footer_banner {
    background: #8D5692;
}
.footer_banner > div {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer_banner > div > div {
    max-width: 598px;
    margin-right: 33px;
}
.footer_banner > div h4 {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin: 0 0 12px;
}
.footer_banner > div > div >div {
    font-size: 24px;
    line-height: 30px;
    color: #EFEFEF;
}
.footer_banner_mobile {
    display: none;
}
.footer_banner_mobile {
    background: #E3D5F1;
}
.footer_banner_mobile h4{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 0;
}
.footer_banner_mobile > div > div >div {
    font-size: 16px;
    line-height: 20px;
    color: #363636;
}
.footer_banner_mobile > div > div {
    padding: 16px 20px;
}
.footer_banner_mobile img {
    width: 100% !important;
}
.modal_body .shop_now > div:nth-child(1) {
    max-width: 632px;
    margin-right: 51px;
}
.financial_report_main, .terms {
    max-width: 1294px;
    margin: 44px auto;
    width: 100%;
}
.mob_banner {
    display: none;
}
.comm_slider .swiper-slide-active img {
    transform: scale(1.1);
    transition: 0.5s;
}
.comm_slider .swiper-slide:nth-child(1n) {
    width: 69%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.comm_slider .swiper-button-prev:after, .comm_slider .swiper-button-next:after {
    display: none;
}
.comm_slider .swiper-button-next, .comm_slider .swiper-button-prev {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 20px;
    height: 77px;
}
.comm_slider .swiper-button-prev {
    background-image: url(../public/images/sal.png);
    left: 116px;
}
.comm_slider .swiper-button-next {
    right: 116px;
    background-image: url(../public/images/sar.png);
}
.comm_slider img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.comm_slider .swiper-slide-active img {
    -webkit-filter: unset;
    filter: unset;
}
.comm_slider .swiper-wrapper {
    padding: 42px 0;
}
.filter_slider_shop .swiper-slide {
    width: auto !important;
}
.modal_body .slick-dots {
    bottom: -57px !important;
}
.modal_body .slick-prev, .modal_body .slick-next {
    top: 40% !important;
}
.modal_body .slick-prev {
    left: 16px !important;
}
.modal_body .slick-next {
    right: 19px !important;
}
.subscribe_form {
    max-width: 626px;
    margin-top: 60px;
}
.shop_item_txt > div h4 span {
    cursor: pointer;
}
.shop_item_social {
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
    align-items: flex-start;
}
.shop_item_social > div:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    flex-direction: column !important;
    align-items: flex-start;
}
.shop_item_social  > div:nth-child(2) a {
    font-size: 19px !important;
}

.right_side_menu.desktop_menu li {
    padding-left: 32px;
}
.right_side_menu.desktop_menu li:hover {
    border-left: 2px solid #C6017F;
}
.right_side_menu.desktop_menu li a:hover {
    font-weight: bolder;
}
.kinopark iframe {
    max-width: 100%;
    width: 100%;
    margin:0 auto;
    display: block;
    height: 765px;
    border: none;
}
.about_twitter {
    font-size: 30px;
    margin-left: 9px;
}
.service_item_content p, .service_item_content h3  {
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.service_item_content h3 {
    height: 88px;
}
.home_shop_item.blog_item img {
    object-fit: cover !important;
}
.about_img img {
    height: 456px !important;
    object-fit: contain;
}
.home_about_content .col_count {
    column-gap: 44px;
}

.advertising_banner {
    height: 120px;
}
.about_mob_img {
    display: none;
}
.main_bnr .slick-active .banner_images a, .main_bnr .slick-active .slider_left h3 {
    z-index: 11 !important;
}
body .modal_body .p1 {
    top: 152px !important;
    left: 64px !important;
    z-index: 999;
    opacity: 0;
}
body .modal_body .n1 {
    top: 152px !important;
    right: 67px !important;
    z-index: 999;
    opacity: 0;
}

/* Responsive */
@media (max-width: 1700px) {
    .close_modal {
        right: 8px;
        top: 4px;
    }
}
@media (max-width: 1650px) {
    .close_modal {
        right: 0;
        top: 4px;
    }
    .modal_body .slick-dots {
        bottom: -64px !important;
    }
    body .modal_body .n1 {
        top: 128px !important;
        right: 47px !important;
    }
    body .modal_body .p1 {
        top: 127px !important;
        left: 44px !important;
    }
}
@media (max-width: 1450px) {
    .main_bnr .slider_item img {
        height: 319px !important;
    }
    .menu ul li {
        margin-right: 15px;
    }
    .footer_top h4 {
        font-size: 20px;
    }
    .subscribe_form {
        max-width: 561px;
    }
    .shop_now_modal {
        max-width: 85% !important;
    }
    .financial_report_main {
        max-width: 90%;
    }
    .modal_body .shop_now img {
        filter: unset;
        max-width: 42% !important;
    }
    .shop_now_btn {
        font-size: 24px;
        padding: 14px 28px;
    }
    .footer_banner > div h4 {
        font-size: 36px;
    }
    .footer_banner > div > div >div {
        font-size: 20px;
        line-height: 26px;
    }
    .footer_banner > div {
        padding-left: 20px;
    }
    .kinopark {
        margin-bottom: 72px;
    }
    .kinopark_heading {
        font-size: 35px;
    }
    .shop_now h2 {
        font-size: 61px;
        line-height: 64px;
    }
    .shop_now p {
        font-size: 21px;
    }
    .shop_now img {
        max-width: 508px !important;
    }
    .header_banner {
        max-width: 100%;
    }
    .home_shop_item {
        width: 367px;
    }
    .rejection_reason > div:nth-child(1) {
        margin-right: 26px !important;
    }
    .rejection_modal_heading {
        font-size: 32px;
        margin-bottom: 44px;
    }
    .blog_main_section {
        max-width: 90%;
        padding: 55px 0 66px 0;
    }
    .home_bonus_section {
        max-width: 100%;
    }
    .read_more_block {
        padding-right: 72px;
    }
    .header {
        padding: 15px 69px;
    }
    .image-item > div {
        width: 230px !important;
    }
    .modal_body .slick-dots {
        bottom: -64px !important;
    }
    .header_banner {
        height: 109px;
    }
    .header_banner_txt p {
        margin: 0;
        font-size: 24px;
    }
    .header_banner_txt span {
        font-size: 19px;
    }
    .header_banner> div > img {
        width: 169px !important;
    }
}
@media (max-width: 1433px) {
    .service_item_content h3 {
        height: 61px;
    }
}
@media (max-width: 1424px) {
    .comm_slider .swiper-button-next {
        right: 97px;
    }
    .comm_slider .swiper-button-prev {
        left: 97px;
    }
}
@media (max-width: 1345px) {
    .slider_item h1,  .slider_item h3 {
        font-size: 55px;
    }
    .main_bnr .slick-slide img {
        max-width: 422px !important;
    }
    .home_about_content h2 {
        font-size: 43px;
        line-height: 55px;
        max-width: 73%;
    }
    .col_count {
        margin-top: 98px;
        position: relative;
        z-index: 9;
    }
    .home_about_content .colored {
        max-width: 562px;
    }
    .blog_main_section {
        width: 100%;
        margin: 0 auto;
    }
    .hone_bonus_content h2, .app_txt h2, .home_services h2 {
        font-size: 50px;
        margin: 15px 0
    }
    .home_shop_item {
        margin-bottom: 40px;
    }
    .subscribe_form input {
        width: 278px;
    }
    .subscribe_form {
        max-width: 499px;
    }
    .bi_content {
        max-width: 386px;
    }
    .logo {
        margin-right: 50px;
    }
    .home_shop_item {
        width: 370px;
    }
}
@media (max-width: 1433px) {
    .homepage_main .main_bnr {
        max-width: 90%;
        margin: 0 auto;
        width: 100%;
    }
    .slider_item h1,  .slider_item h3 {
        font-size: 48px;
        line-height: 67px;
        padding-left: 60px;
        max-width: 735px;
    }
    .slider_left .item_txt {
        margin-left: 0 !important;
    }
    .main_bnr .slider_item {
        height: 543px;
    }
    .slider_item {
        margin-top: 56px;
    }
    .item_txt p {
        font-size: 19px;
    }
    .item_txt {
        padding-left: 57px;
    }
    .homepage_main .slick-dots {
        max-width: 91%;
    }
    .main_bnr .slick-slide img {
        max-width: 485px !important;
    }
    .slider_item {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header {
        padding: 15px 69px;
    }
    .home_about_content h2 {
        font-size: 57px;
        line-height: 60px;
    }
    .col_count p {
        font-size: 21px;
    }
    .read_more {
        font-size: 21px;
        margin: 44px 0 0 auto;
    }
    .home_about_section {
        margin: 0 auto 0;
    }
    .hone_bonus_content h2 {
        font-size: 65px;
    }
    .hone_bonus_content h3, .hone_bonus_content h4, .hone_bonus_content p {
        font-size: 24px;
    }
    .homepage_main .main_bnr {
        max-width: 90%;
    }
    .home_about_section {
        max-width: 91%;
    }
    .home_shop_section, .footer_top > div, .dark_footer > div, .home_services, .home_app_section, .home_gift_section > div, .home_bonus_section > div {
        max-width: 90%;
    }
    .home_app_section {
        max-width: 100%;
    }
    .home_about_content > .img:after {
        right: -3px;
    }
    .home_bonus_section {
        margin: 0 auto 95px;
    }
    .app_txt h2, .home_services h2 {
        font-size: 60px;
    }
    .app_txt p {
        font-size: 32px;
        line-height: 41px;
    }
    .service_item_content h3 {
        font-size: 25px;
    }
    .service_item_content > p {
        font-size: 20px;
    }
    .shop_main_content {
        max-width: 90%;
    }
}
@media (max-width: 1419px) {
    .services_main_section .services_slider .swiper-button-prev {
        right: 627px;
    }
    .services_main_section .services_slider .swiper-button-next {
        right: 590px;
    }
}
@media (max-width: 1390px) {
    .about_section h2 {
        font-size: 46px;
        line-height: 48px;
    }
    .about_section .colored {
        font-size: 31px;
        line-height: 34px;
    }
    .services_main_section .services_slider .swiper-button-prev {
        right: 586px;
    }
    .services_main_section .services_slider .swiper-button-next {
        right: 553px;
    }
    .about_flex {
        min-height: 472px;
    }

}
@media (max-width: 1339px) {
    .services_main_section .services_slider .swiper-button-prev {
        right: 549px;
    }
    .services_main_section .services_slider .swiper-button-next {
        right: 517px;
    }
}
@media (max-width: 1323px) {
    .kinopark_slider .swiper-slide:nth-child(1n) {
        width: 26%;
    }
    .home_shop_content {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .bi_content p {
        margin-bottom: 7px;
    }
    .banner_images {
        right: -146px;
    }
}
@media (max-width: 1299px) {
    .services_main_section .services_slider .swiper-button-prev {
        right: 467px;
    }
    .services_main_section .services_slider .swiper-button-next {
        right: 430px;
    }
    .home_shop_item {
        width: 330px;
    }
    .subscribe_form {
        max-width: 417px;
    }
    .subscribe_form input {
        width: 198px;
        padding: 16px 7px;
    }
}
@media (max-width: 1266px) {
    .app_txt {
        max-width: 576px;
        margin-left: 26px;
    }
    .menu ul li {
        font-size: 15px;
    }
    .language ul li a {
        font-size: 15px;
    }
    .search_input svg {
        width: 20px;
    }
    .search {
        margin: 0 18px 0 3px;
    }
}
@media (max-width: 1218px) {
    .shop_now h2 {
        font-size: 44px;
    }
    .shop_now img {
        max-width: 387px !important;
    }
    .shop_now {
        padding: 0 45px;
    }
    .services_main_section .services_slider .swiper-button-prev {
        right: 420px;
    }
    .services_main_section .services_slider .swiper-button-next {
        right: 389px;
    }
    .shop_item_txt > div h4 {
        font-size: 18px;
    }
    .shop_item_txt > div a {
        height: 63px;
    }
    .item_txt p {
        font-size: 15px;
        line-height: 24px;
    }
    .item_txt p:before {
        top: 11px;
    }
}
@media (max-width: 1197px) {
    .right_side_menu li {
        margin-bottom: 15px;
    }
    .service_item_content h3 {
        height: auto;
    }
    .subscribe_form input {
        width: 278px;
    }
    .comm_slider .swiper-button-next {
        right: 32px;
    }
    .right_side_menu li a {
        font-size: 18px;
        padding-left: 0 !important;
    }
    .comm_slider .swiper-button-prev {
        left: 32px;
    }
    .right_side_menu a.active:before {
        height: 20px;
    }
    .home_blog_list > a{
        display: none;
    }
    .home_blog_mobile, .home_services_mobile {
        display: block;
        margin-top: 38px;
        width: 100%;
    }
    .blog_slider_item img {
        width: 289px !important;
        object-fit: contain;
    }
    .blog_main_slider .swiper-container, .services_slider .swiper-container {
        display: none;
    }
    .blog_main_section {
        max-width: 90%;
        padding: 55px 0 66px 0;
        margin: 0 auto;
    }
    .bi_content {
        max-width: 100%;
    }
    .main_bnr .slick-slide img {
        max-width: 80% !important;
    }
    .main_bnr .slider_item {
        height: 476px;
    }
    .home_blog_mobile .blog_slider_item {
        width: 100%;
        margin-bottom: 24px;
        max-width: unset;
    }
    .read_more_block {
        padding-right: 0;
    }
    .menu, .search  {
        display: none;
    }
    .home_about_content > .img:after {
        width: 100%;
    }
    .home_bonus_section img {
        max-width: 100% !important;
    }
    .home_services_mobile .blog_slider_item{
        background: #FFFFFF;
        box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
        padding: 18px;
        margin-bottom: 24px;
    }
    .footer_top > div {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_top {
        padding-top: 24px;
    }
    .footer_top_contacts {
        font-size: 12px;
        margin: 48px 0 24px;
    }
    .service_item_content h3 {
        font-size: 20px;
    }
    .service_item_content > p {
        font-size: 17px;
    }
    .service_item_content  p, .service_item_content a {
        font-size: 14px;
    }
    .service_item_contact img {
        max-width: 23px !important;
        margin-right: 16px !important;
    }
    .service_item_content {
        margin-right: 0;
        padding-left: 0;
        order: 1;
        margin-left: 36px;
    }
    .service_number {
        left: 15px;
        top: 10px;
        z-index: 9;
    }
    .services_slider .blog_slider_item {
        -webkit-box-align:center;
        -webkit-align-items:center;
        -moz-box-align:center;
        -ms-flex-align:center;
        align-items:center;
    }
    .home_app_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-position: top right;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-size: 50%;
    }
    .home_app_section .read_more {
        right: 18px;
    }
    .app_txt {
        max-width: 90%;
        margin: 0 auto;
    }
    .app_slider {
        display: none !important;
    }
    .mob_app_slider {
        display: block !important;
        margin: 0 auto 20px;
    }
    .app_slider .swiper-container {
        height: auto;
        padding-bottom: 45px;
    }
    .app_slider .swiper-slide {
        height: auto !important;
    }
    .app_slider .swiper-slide:nth-child(1) {
        margin-left: -40px;
    }
    .app_slider .swiper-slide:nth-child(1n) {
        width: 40%;
    }
    .app_slider .swiper-slide:nth-child(2n) {
        width: 40%;
    }
    .right_mobile_menu {
        display: block;
        height: calc(100vh - 100px);
        overflow: auto;
    }
    .right_mobile_menu .menu {
        display: block !important;
    }
    .desktop_menu {
        display: none;
    }
    .shop_main_content .slick-slide {
        width: auto !important;
        margin:  0 5px !important;
    }

    .shop_main_content .slick-slider {
        width: 100% !important;
    }
    .service_item_contact img {
        max-width: 15px !important;
    }
}
@media (max-width: 1171px) {
    .kinopark iframe {
        height: 715px;
    }
}
@media (max-width: 1096px) {
    .kinopark iframe {
        height: 666px;
    }
    .main_bnr .slider_item img {
        height: 250px !important;
    }
}

@media (max-width: 1066px) {
    .kinopark_item {
        width: 226px;
    }
    .kinopark_slider_arrow {
        display: none;
    }
    .kinopark {
        margin-bottom: 40px;
    }
    .footer_banner > div h4 {
        font-size: 24px;
    }
    .footer_banner > div > div >div {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1025px) {
    .about_img img {
        height: auto !important;
    }
    .shop_now h2 {
        font-size: 36px;
        line-height: 39px;
    }
    .rejection_reason p {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .rejection_reason span {
        font-size: 15px;
    }
    .slider_item h1,  .slider_item h3 {
        font-size: 44px;
        line-height: 52px;
    }
    .item_txt {
        padding-left: 0;
        margin-top: 0 !important;
    }
    .banner_images {
        width: 487px;
    }
    .home_about_content h2 {
        font-size: 41px;
        line-height: 49px;
    }
    .colored {
        font-size: 28px;
        line-height: 38px;
    }
    .app_txt p {
        font-size: 24px;
        line-height: 32px;
    }
    .app_txt h2, .home_services h2 {
        font-size: 38px;
    }
    .app_txt img {
        width: 147px !important;
    }
    .app_slider_item img {
        max-width: 238px !important;
    }
    .home_app_section {
        margin: 43px auto;
    }
    .header_banner {
        height: 88px;
    }
    .header_banner> div > img {
        width: 140px !important;
    }
    .about_mob_img {
        display: block;
    }
    .about_img_desk {
        display: none;
    }
    .about_flex_home .img {
        position: relative;
    }
}
@media (max-width: 1013px){
    .slider_left .item_txt {
        margin-left: 0!important;
    }
    .services_slider .blog_slider_item > .img img {
        height: 156px !important;
        width: 305px !important;
        object-fit: contain;
        margin: 0 0 !important;
    }
    .slider_item h1,  .slider_item h3 {
        font-size: 35px;
        line-height: 40px;
        padding-left: 20px;
    }
    .item_txt {
        padding-left: 22px;
    }
    .item_txt p {
        font-size: 12px;
    }
    .home_about_content h2 {
        font-size: 31px;
        line-height: 37px;
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .home_about_content > .img {
        position: relative;
    }
    .home_about_content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home_about_content .colored {
        max-width: 100%;
        font-size: 24px;
        line-height: 32px;
        margin: 0;
    }
    .col_count {
        margin-top: 0;
        column-count: 1;
    }
    .col_count p {
        display: -webkit-box;
        word-break: break-word;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
    }
    .about_section .about_heading {
        -webkit-box-ordinal-group: -1;
        -webkit-order: -2;
        -moz-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }
    .home_about_content > .img:after {
        display: none;
    }

}
@media (max-width: 988px) {
    .shop_now p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .modal_body {
        max-width: 93%;
        overflow: auto;
        height: 85vh;
    }
    .shop_now a {
        margin: 16px 0 27px 41px;
    }
    .shop_now img {
        max-width: 284px !important;
    }
}
@media (max-width: 916px) {

    .comm_slider .swiper-button-next, .comm_slider .swiper-button-prev {
        width: 14px;
        height: 49px;
    }
    .comm_slider .swiper-button-prev {
        left: 19px;
    }
    .comm_slider .swiper-button-next {
        right: 19px;
    }
    .header_banner> div > img {
        width: 126px !important;
    }
    .header_banner_txt p {
        font-size: 20px;
    }
    .header_banner_txt span {
        font-size: 12px;
        white-space: nowrap;
    }
    .financial_report_main {
        max-width: 87%;
    }
    .footer_banner img {
        width: 50% !important;
    }
    .modal_body .shop_now {
        padding: 16px;
    }
    .kinopark_item {
        width: 170px;
    }
    .shop_item_title > div {
        font-size: 12px;
        padding: 3px;
    }
    .shop_now_btn {
        font-size: 16px;
        padding: 12px 24px;
    }
    .shop_now_modal {
        height: auto !important;
    }

    .bonus_card_header .menu a:hover, .bonus_card_header .menu a.active, .bonus_card_header .language a.active, .bonus_card_header .language a:hover {
        color: #000 !important;
    }
    .service_see_more {
        display: block;
    }
    .close.img img {
        width: 40px !important;
        height: 40px !important;
    }
    .right_menu_style nav .close, .right_menu_new nav .close {
        top: 25px;
    }
    .right_side_menu li a {
        font-size: 16px !important;
    }
    .reset_password_page {
        max-width: 84%;
    }
    .home_shop_item .img img {
        max-width: 200px !important;
    }
    .home_shop_content .home_shop_item .img {
        padding: 24px 16px;
    }
    .home_shop_content .home_shop_item .img img {
        height: 121px !important;
        object-fit: contain !important;
}
    .slider_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner_images {
        right: unset;
        left: 0;
        top: 157px;
    }
    .slider_item h1,  .slider_item h3 {
        font-size: 32px;
        margin: 0;
    }
    .main_bnr .slider_item img {
        height: 305px !important;
    }
    .slider_item > div:nth-child(1) {
        margin-right: 0;
    }
    .slider_item {
        margin-top: 32px;
    }
    .main_bnr .slick-slide img {
        max-width: 100% !important;
    }
    .homepage_main .slick-dots {
        max-width: 98%;
        bottom: -16px;
    }
    .slider_left {
        width: 100%;
    }
    .header {
        padding: 15px 20px;
    }
    .bi_content p {
        display: -webkit-box;
        word-break: break-word;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .bi_content h3, .bi_content h4  {
        font-size: 12px;
        line-height: 18px;
        max-width: 100%;
    }
    .tiny_item {
        right: 9px;
        bottom: -8px;
        display: flex !important;
    }
    .tiny_item span {
        font-size: 10px !important;
    }
    .date {
        font-size: 11px;
        color: #7A7A7A;
    }
    .home_blog_mobile .blog_slider_item img {
        width: unset !important;
        height: unset!important;
        max-width: 159px !important;
    }
    .blog_slider_item .img div {
        overflow: unset !important;
    }
    .blog_slider_item .img > div:nth-child(2)  {
        max-width: unset !important;
    }
    .blog_type {
        top: 6px;
        padding: 6px 14px;
        font-size: 12px;
    }
    .home_bonus_section {
        padding: 16px 0 32px 0;
        margin-bottom: 32px !important;
    }
    .mob_card {
        display: block;
    }
    .desk_card {
        display: none;
    }
    .hone_bonus_content p {
        line-height: unset;
        padding-right: 20px;
    }
    .hone_bonus_content h2, .app_txt h2, .home_services h2 {
        font-size: 32px;
    }
    .col_count p, .col_count span {
        font-size: 16px;
    }
    .home_about_content h2 {
        font-size: 32px;
    }
    .home_blog_list {
        padding-top: 16px;
    }
    .home_shop_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .home_shop_item .img {
        padding: 24px 16px;

    }
    .shop_item_txt {
        border-left: 1px solid #DDDDDD;
    }
    .shop_item_txt a {
        display: none;
    }
    .home_shop_item .img {
        text-align: center;
        border-bottom: none;
    }
    .shop_item_txt > div h4 {
        font-size: 16px;
    }
    .shop_item_txt p {
        font-size: 14px;
        -webkit-line-clamp: 5;
    }
    .home_shop_content .img > div {
        max-width: unset !important;
    }
    .left90 {
        left: 15px;
    }
    .left90 p {
        font-size: 11px;
    }
    .home_gift_section {
        padding: 34px 0 30px;
    }
    .service_item_content h3 {
        font-size: 16px;
    }
    .service_item_content > p {
        line-height: 18px;
    }
    .service_item_contact p, .service_item_contact a {
        font-size: 10px;
        margin: 0;
    }
    .service_item_contact img {
        max-width: 12px !important;
        margin-right: 8px !important;
    }
    .services_slider .blog_slider_item img {
        width: 133px !important;
    }
    .dark_footer > div {
        padding: 42px 0 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_social > div {
        text-align: left;
    }
    .footer_social {
        margin-top: 20px;
    }
    footer {
        margin-top: 24px;
    }
    .shop_main_content {
        max-width: 90%;
    }
    .bi_content .tiny_item span {
        font-size: 10px !important;
    }
    .desktop_language {
        display: none;
    }
    .mob_language {
        display: block;
    }
}
@media (max-width: 768px) {
    .kinopark > div {
        padding: 24px 0 24px 20px;
    }
    .kinopark_heading {
        margin: 24px 0 16px;
        font-size: 24px;
        line-height: 29px;
    }
    .open_kinopark {
        padding-right: 20px;
    }
    .kinopark_logo {
        width: 125px !important;
    }
    .footer_banner {
        display: none !important;
    }
    .footer_banner_mobile {
        display: block;
    }
}
@media (max-width: 662px){
    .header_banner {
        height: 79px;
    }
    .modal_body .shop_now img {
        max-width: 130px !important;
    }
    .modal_body img {
        z-index: 1;
    }
    .shop_now_btn {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .modal_body .shop_now h2 {
        max-width: 89%;
    }
    .modal_body .shop_now > div {
        padding-bottom: 10px;
    }
    .shop_now > div:nth-child(1) {
        margin-right: 0;
    }
    .shop_now p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .shop_now {
        padding: 0 20px;
    }
    .shop_now img {
        max-width: 140px !important;
        position: absolute !important;
        right: 19px;
        top: 10px;
    }
    .shop_now_modal .shop_now img {
        position: static !important;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .modal_body .shop_now {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .shop_now_modal h2 {
        margin: 8px 0 9px 0 !important;
    }
    .modal_body .shop_now > div:nth-child(1) {
        margin-right: 0;
    }
    .shop_now h2 {
        font-size: 32px;
        line-height: 32px;
        max-width: 74%;
        margin: 38px 0 49px 0;
    }
    .shop_now {
        position: relative;
    }
    .blog_select_ > div > div {
        width: 100% !important;
        padding: 10px 6px 10px 0;
    }
    .blog_select_ .cat {
        display: block;
    }
    .css-j9gvej-Control {
        padding: 10px 6px 10px 1px !important;
        width: 106px !important;
        font-size: 14px !important;
    }
    .css-4ljt47-MenuList, .css-19gsifg-Option {
        width: 106px !important;
    }
    .select_year .css-j9gvej-Control, .select_year .css-4ljt47-MenuList, .select_year .css-19gsifg-Option {
        width: 82px !important;
    }
    .css-19gsifg-Option {
        padding: 7px 12px !important;
    }
    .item_txt p:nth-child(1) {
        margin-right: 28px;
    }
}
@media (max-width: 723px){
    .bonus_app_right_ > div:nth-child(2) {
        bottom: -100px;
    }
}
@media (max-width: 625px) {
    .mob_banner {
        display: block;
    }
    .desk_banner {
        display: none;
    }
    .header_banner > div {
        width: 49%;
    }
    .kinopark_item {
        width: 120px;
    }
    .open_kinopark .read_more {
        margin-top: 32px;
    }
    .kinopark_heading {
        margin: 24px 0 16px;
        font-size: 24px;
        line-height: 29px;
        max-width: 207px;
    }
    .home_app_section .animation_img {
        left: unset;
        width: 63%;
        right: 0;
    }
}
@media (max-width: 610px){
    .footer_top_map > div {
        width: 320px !important;
        height: 250px !important;
    }
    .home_shop_item .img img {
        width: 160px !important;
    }
    .home_shop_item {
        margin-bottom: 16px;
    }
    .app_txt img {
        width: 106px !important;
    }
    .app_slider_item img {
        opacity: 0.9;
        width: 145px !important;
    }
    .app_slider .swiper-container {
        padding-bottom: 27px;
    }
    .home_app_section {
        margin: 60px auto 40px;
    }
    .subscribe_form input, .subscribe_form button {
        padding: 16px 15px;
    }
    .subscribe_form input {
        width: 100%;
    }
    .home_about_section {
        padding: 55px 0 36px;
    }
    .hone_bonus_content h2, .app_txt h2, .home_services h2 {
        font-size: 25px;
    }
    .app_txt p {
        font-size: 18px;
        line-height: 24px;
    }
    .footer_top_contacts {
        margin: 28px 0 24px;
    }
}
@media (max-width: 520px) {
    .banner_images {
        width: 100% !important;
    }
    body .main_bnr .slider_item img {
        height: auto !important;
        object-fit: contain !important;
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .kinopark iframe {
        height: 724px;
    }
}
@media (max-width: 472px){
    .services_slider .blog_slider_item > .img img {
        min-width: 89px !important;
    }
    .kinopark iframe {
        height: 622px;
    }
    .kinopark {
        margin-bottom: 32px;
    }
    .kinopark_item {
        width: 112px;
    }
    .shop_now h2 {
        max-width: 60%;
        margin: 25px 0 30px 0;
    }
    .shop_now > div:nth-child(1) {
        max-width: 100%;
        margin-right: 0;
    }
    .services_slider .blog_slider_item > .img {
        width: 138px;
    }
    .home_shop_section .about_heading > p {
        height: 48px;
        line-height: 2.5;
    }
    .rejection_reason {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .rejection_modal_heading {
        font-size: 21px;
        margin-bottom: 27px;
    }
    .banner_images a:nth-child(2) {
        left: 53px;
    }
    .banner_images a:nth-child(3) {
        left: 19px;
    }
    .animation_img {
        top: 0;
    }
    .home_shop_item .img img {
        width: 132px !important;
    }
    .shop_item_txt {
        padding: 12px;
    }
    .home_shop_item .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bi_content h3, .bi_content h4  {
        display: -webkit-box;
        word-break: break-word;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .read_more {
        font-size: 16px;
    }
    .read_more:before {
        width: 24px;
        top: 9px;
        left: -34px;
    }
    .about_heading > p {
        font-size: 16px;
        max-width: 155px;
    }
    .black_block {
        width: 48px;
        height: 48px;
        font-size: 25px;
        padding-top: 9px;
        margin-right: 8px;
    }
    .home_about_content > .img:after {
        height: 220px
    }
    .homepage_main .main_bnr {
        max-width: 99%;
    }
    .slider_item .item_txt {
        display: none;
    }
    .mob_item_txt {
        margin-top: 0;
        position: relative;
        /*z-index: 9999;*/
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding-left: 16px;
    }
    .slider_item {
        padding-bottom: 40px;
    }
    .blog_type {
        padding: 6px 14px;
        font-size: 12px;
    }
    .about_section .colored {
        top: 202px;
    }
    .subscribe_form {
        width: 92%;
        margin: 0 auto;
    }
    .subscribe_form form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .about_heading > p {
        height: 48px;
        line-height: 22px;
    }
    .item_txt p:nth-child(1) {
        margin-right: 10px;
    }
    .slider_item h1,  .slider_item h3 {
        font-size: 31px;
        display: -webkit-box;
        word-break: break-word;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .footer_top > div {
        max-width: 100% !important;
    }
    .footer_top_contacts {
        margin-left: 20px;
    }
    .subscribe_form input {
        width: 65%;
    }
    .footer_top_map > div {
        width: 100% !important;
        height: 200px !important;
    }
    .footer_top_map {
        width: 100%;
    }
    .header_banner > div {
        width: 52%;
    }
    .header_banner> div > img {
        width: 86px !important;
    }
}
@media (max-width: 395px) {
    .kinopark_item {
        width: 103px;
    }
    .kinopark iframe {
        height: 564px;
    }
}
@media (max-width: 365px){
    .css-j9gvej-Control {
        padding: 10px 1px 10px 1px !important;
        width: 99px !important;
    }
    .css-4ljt47-MenuList, .css-19gsifg-Option {
        width: 99px !important;
    }
    .select_year .css-j9gvej-Control, .select_year .css-4ljt47-MenuList, .select_year .css-19gsifg-Option {
        width: 71px !important;
    }
    .blog_filter_select > div:nth-child(1)> div {
        margin-right: 9px;
    }
    .css-19gsifg-Option {
        padding: 7px 6px !important;
    }
    .slider_item h1,  .slider_item h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .item_txt p {
        font-size: 11px;
        line-height: 21px;
    }
    .services_slider .blog_slider_item > .img {
        width: 125px;
    }
    .home_shop_item .img img {
        width: 100px !important;
    }
}
@media (max-width: 395px) {
    .kinopark_item {
        width: 90px;
    }
}
@media (max-width: 355px) {
    .header_banner> div > img {
        width: 71px !important;
    }
}
@media (max-width: 330px) {
    .kinopark iframe {
        height: 513px;
    }
}

