/* STYLES 1.0
Developer: t.me/moretheme
Screen resolution: 460, 860, 1440, 1920 */
:root {
    --bg: #fff;
    --bg2: #f2f5f7;
    --bg3: #212121;
    --engine: #fff;
    --engine2: #f2f5f7;
    --text: #000;
    --text1: #fff;
    --text2: #5b5b5b;
    --color1: #94c608;
    --color2: #4b792fdb;
    --white: #fff;
    --form_radius: #cccccc;
    --light: rgb(255 255 255 / 15%);
    --light2: rgb(255 255 255 / 30%);
    --dark: rgb(0 0 0 / 10%);
    --radius: 15px;
}


.header-city {
    position: relative;
}

@media (max-width: 860px) {
    .header-city {
        display: none;
    }
}

.header-city > a {
    display: inline-block;
    background: var(--bg2);
    padding: 10px 20px;
    border-radius: var(--radius);
}

.header-city > a i {
    color: var(--color1);
    margin-left: 8px;
    font-weight: bold;
}

.header-city > div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 200px;
    top: 100%;
    right: 0;
    background: var(--bg);
    color: #000;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: var(--radius);
    padding: 3px;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 5;
}

.header-city.active > div {
    visibility: visible;
    opacity: 1;
}

.header-city > div:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 30px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(225deg);
}

.header-city > div a {
    display: block;
    padding: 10px 20px;
    border-radius: var(--radius);
    text-align: center;
}

.header-city > div a:hover {
    background: var(--bg2);
}

.header-store {
    position: relative;
    display: inline-block;
    background: var(--color1);
    color: #fff;
    border-radius: var(--radius);
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.header-store > span {
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    background: #F44336;
    border-radius: 50%;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
}


/* HEADER USER */
.header-user {
    position: relative;
}

.header-user > a {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.header-user > a i {
    display: block;
    font-size: 25px;
}

@media (max-width: 860px) {
    .header-user > a {
        background: var(--bg2);
        border-radius: var(--radius);
        min-width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    .header-user > a span {
        display: none;
    }

    .header-user > a i {
        font-size: inherit;
    }
}

.header-user > div {
    position: absolute;
    width: 200px;
    top: 100%;
    right: 0;
    background: var(--bg);
    color: #000;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: var(--radius);
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 5;
}

.header-user > div:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 30px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(225deg);
}

.header-user.active > div {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header-user_info {
    border-bottom: 1px solid var(--bg2);
    padding: 10px 20px;
    text-align: center;
}

.header-user_info > img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.header-user_info > span {
    display: block;
    margin: 8px 0;
    font-size: 16px;
    font-weight: bold;
}

.header-user_info > a {
    display: inline-block;
    color: var(--color1);
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px dotted var(--color1);
    margin: 5px;
}

.header-user_info > a i {
    margin-right: 5px;
}

.header-user_group {
    display: inline-block;
    background: var(--bg3);
    border-radius: var(--radius);
    color: #b9b3d3;
    padding: 4px 10px;
    font-size: 10px;
}

.header-user_group * {
    color: #b9b3d3!important;
}

.header-user_link {
    padding: 3px;
}

.header-user_link a {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 8px 20px;
    border-radius: var(--radius);
    color: #14192a;
    font-size: 14px;
}

.header-user_link a:last-child {
    color: #F44336;
}

.header-user_link a:hover {
    background: var(--bg2);
    color: var(--color1);
}

/* MODAL LOGIN 0.2 */
.modal-login > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.0;
    text-align: center;
    cursor: pointer;
}

.modal-login > a i {
    display: block;
    font-size: 25px;
}

@media (max-width: 860px) {
    .modal-login > a i {
        background: var(--bg2);
        border-radius: var(--radius);
        color: var(--text2);
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 860px) {
    .modal-login > a span {
        display: none;
    }
}

.modal-login form {
    display: none;
    position: fixed;
    min-width: 500px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: var(--bg);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    padding: 40px 80px;
    border-radius: var(--radius);
    text-align: center;
    z-index: 9;
}

@media (max-width: 860px) {
    .modal-login form {
        min-width: 100%;
        padding: 30px;
        border-radius: 0;
    }
}

.modal-login form > i {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--bg);
    border-radius: var(--radius);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.modal-login form > i:hover {
    background: var(--color1);
    color: #fff;
}

.modal-login .e-float > a {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 14px;
    border-bottom: 1px dotted #20a8d8;
}

.modal-login_btn a {
    background: var(--bg3);
    margin-left: 20px;
}

.modal-login_btn a:hover {
    background: var(--bg3);
    opacity: 0.8;
}

.modal-login_soc span {
    display: block;
    color: #767389;
    margin: 20px 0;
}

.modal-login_soc .e-flex {
    align-items: center;
    justify-content: center;
}

.modal-login_soc .e-flex > a, .modal-login_soc .e-flex a > img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

/* TOOLTIP */
[data-tooltip] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -120%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: max-content;
    background: black;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: normal;
    transition: all 0.3s;
    z-index: 1;
}

[data-tooltip]:hover::before {
    content: " ";
    position: absolute;
    right: 6px;
    bottom: -6px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

[data-tooltip]:hover::after {
    visibility: visible;
    opacity: 1;
}

/* MODAL PROMO */
.modal-promo {
    position: fixed;
    max-width: 500px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #323442;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    z-index: 9;
    overflow: hidden;
}

.modal-promo > .fa-xmark {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 20px;
    font-size: 18px;
    cursor: pointer;
}

.modal-promo > div:nth-child(2) {
    background: linear-gradient(180deg, #2c2e39, #131119);
    color: #fff;
    padding: 40px 30px 80px;
}

.modal-promo > div:nth-child(2) > span {
    color: #a1aab9;
    line-height: 1.5;
}

.modal-promo > div:nth-child(3) {
    background: url(https://i.7fon.org/thumb/j704542706.jpg) center/cover no-repeat;
    box-shadow: inset 0 9999px rgb(22 20 30 / 60%);
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: -40px 30px 25px;
}

.modal-promo > div ul li {
    display: flex;
    align-items: center;
    justify-content: left;
    grid-gap: 15px;
    color: #d6dde9;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.modal-promo > div ul li + li {
    margin-top: 15px;
    border-top: 1px dashed #ffffff26;
    padding-top: 15px;
}

.modal-promo > div ul li i {
    display: inline-block;
    background: linear-gradient(118deg, #5ad37a, #bed35a);
    color: #fff;
    border-radius: 12px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.modal-promo > div ul li:nth-child(2) i {
    background: linear-gradient(118deg, #d35a8c, #805ad3);
}

.modal-promo > a {
    position: relative;
    display: inline-block;
    background: #3d9981;
    text-shadow: 0px 0px 13px rgb(0 0 0 / 30%);
    color: #fff;
    padding: 15px 50px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    overflow: hidden;
}

.modal-promo > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 30%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.3) 70%,rgba(255,255,255,0) 100%);
    width: 100px;
    height: 100%;
    transform: skew(-10deg);
    animation: plus-button-reflection-slide 5s infinite 1.165s ease;
}

@keyframes plus-button-reflection-slide {
    0% {
        left: -10%;
        opacity: 0
    }

    5% {
        opacity: 1
    }

    25%,to {
        left: 105%
    }
}

/* ALONG SECT */
.along-sect_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (max-width: 860px) {
    .along-sect_title {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 15px;
    }
}

.along-sect_title h1 {
    margin-bottom: 0;
}

.along-sect_title a {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    background: var(--bg2);
    padding: 10px 20px;
    border-radius: var(--radius);
}

.along-sect_title a:hover {
    background: var(--color2);
    color: #fff;
}

.along-sect_items {
    position: relative;
    padding: 12px 20px 0;
    overflow: hidden;
}

@media (max-width: 860px) {
    .along-sect_items {
        padding: 0;
        overflow: visible;
    }
}

.along-sect_items > .fa-regular {
    position: absolute;
    display: inline-block;
    top: 25%;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}

.along-sect_items > .fa-regular:hover {
    background: var(--color2);
    color: #fff;
}

@media (max-width: 860px) {
    .along-sect_items > .fa-regular {
        display: none;
    }
}

.along-sect_items > .fa-regular + .fa-regular {
    left: unset;
    right: 0;
}

.along-sect_items .swiper-button-disabled, .along-story_items .swiper-button-disabled {
    display: none;
}

/* ALONG SCREEN */
.along-story_items {
    position: relative;
    padding: 0 20px;
    overflow: hidden;
}

@media (max-width: 860px) {
    .along-story_items {
        padding: 0;
        overflow: visible;
    }
}

.along-story_items > .fa-regular {
    position: absolute;
    display: inline-block;
    top: 40%;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}

.along-story_items > .fa-regular:hover {
    background: var(--color2);
    color: #fff;
}

@media (max-width: 860px) {
    .along-story_items > .fa-regular {
        display: none;
    }
}

.along-story_items > .fa-regular + .fa-regular {
    left: unset;
    right: 0;
}

.along-story_item {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: var(--radius);
    overflow: hidden;
}

.along-story_item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    border-radius: var(--radius);
    transition: 0.3s;
}

.along-story_item:hover img {
    transform: scale(1.05);
}

.along-story_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    z-index: 3;
}

.along-story_title {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.along-story_content > a {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    max-width: max-content;
    border: 1px solid #fff0e6;
    color: #fff0e6;
    padding: 6px 20px;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: bold;
}

.along-story_content > a:before {
    content: "";
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* ALONG SHORT */
.along-item > img {
    background: #f2f2f2;
    border-radius: var(--radius);
    width: 100%;
    height: auto;
    aspect-ratio: 10/10;
    object-fit: contain;
    margin-bottom: 10px;
}

.along-item_sale {
    position: absolute;
    top: -5px;
    left: 10px;
    transform: rotate(-3deg);
    transform-origin: top left;
    display: inline-block;
    background-color: #fc5230;
    box-shadow: 4px 4px 14px 0px rgb(160 33 33 / 40%);
    color: #fff0e6;
    padding: 5px 8px;
    border-radius: var(--radius);
    font-size: 10px;
    font-weight: bold;
}

.along-item_title {
    font-size: 16px;
    font-weight: bold;
}

.along-item:hover .along-item_title {
    color: var(--color2);
}

.along-item_title:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.along-item_meta {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    font-size: 14px;
    color: var(--text2);
    margin: 10px 0;
}

.along-item_price {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #6a6967;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.along-item_price.sale > span:first-child {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    color: #f44;
}

.along-item_price.sale > span:nth-child(2) {
    color: #9e9b98;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.along-item > a:not(.along-item_title) {
    position: relative;
    display: inline-block;
    background-color: #fff0e6;
    color: #d15700;
    padding: 8px 10px;
    border-radius: var(--radius);
    font-size: 14px;
    text-align: center;
    z-index: 2;
}

.along-item > a:not(.along-item_title):hover {
    background: #d15700;
    color: #fff0e6;
}

/* ALONG FULL */
.along-full {
    grid-gap: 40px;
    margin-bottom: 40px;
}

@media (max-width: 860px) {
    .along-full {
        grid-gap: 30px;
    }
}

.along-screen {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

@media (max-width: 860px) {
    .along-screen {
        height: 350px;
    }
}

.along-screen > .fa-regular {
    position: absolute;
    top: 45%;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}

.along-screen > .fa-regular + .fa-regular {
    left: unset;
    right: 0;
}

.along-screen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: var(--radius);
    overflow: hidden;
}

.along-full_center {
    overflow: hidden;
}

.along-full_head {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    color: var(--text2);
    font-size: 18px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.along-full_center > ul {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    color: var(--text2);
    font-size: 18px;
    border-bottom: 1px solid var(--bg2);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.along-full_center > ul li {
}

.along-full_center > ul li span {
    display: block;
    opacity: 0.8;
    font-weight: bold;
    margin-top: 6px;
}

.along-full_text + * {
    margin-top: 20px;
}

.along-full_text > span {
    display: block;
    color: var(--text2);
    opacity: 0.8;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.along-full_link {
	display: flex;
    align-items: center;
    grid-gap: 20px;
	padding-left: 30px;
}

@media (max-width: 860px) {
    .along-full_link {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.along-full_link > span {
    font-size: 25px;
    font-weight: bold;
    color: #fc5230;
}

.along-full_link > span:nth-child(2) {
    color: #9e9b98;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
}

.along-full_link > a[data-store] {
    display: inline-block;
    background: var(--color1);
    color: #fff;
    padding: 18px 80px;
    border-radius: var(--radius);
    text-align: center;
    margin-left: auto;
}

@media (max-width: 860px) {
    .along-full_link > a[data-store] {
        margin-left: 0;
    }
}

.along-full_link > a[data-store]:hover {
    background: var(--color2);
}

.along-full_link > a[onclick] {
    background: #ffe2e0;
    color: #F44336;
    border-radius: var(--radius);
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.along-full_rating {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    color: var(--text2);
    margin-top: -20px;
    margin-bottom: 25px;
}

.along-comm {
    position: relative;
    background: var(--bg2);
    padding: 30px 1000px;
    margin: 0 -1020px 40px;
}

.along-comm textarea, .along-comm select, .along-comm input {
    background: var(--bg);
}

.container {
    position: relative;
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.content {
    min-height: 100vh;
    margin-top: 30px;
    margin-bottom: 30px;
}
